.ctpost .bigtt {
    font-size: 0.48rem;
    font-weight: bold;
    color: var(--mainColor);
    margin-bottom: 0.56rem;
}
.ctpost .news_list .news_title{
    font-size: 0.24rem;
    color: var(--mainColor);
    font-weight: bold;
}
.ctpost .news_list .news_text p{
    font-size: var(--bigSize);
    line-height: 1.6;
}
.ctpost-11{
    margin-bottom: 1.21rem;
}
.ctpost-11 .news_list {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 0.8rem  1rem 0.43rem;
    width: 14.4rem;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
}

.ctpost-11 .news_list .news_icon {width: 1.23rem;height: 1.23rem;background-size: 100% 100%;margin-bottom: .37rem;margin: 0 auto;margin-bottom: 0.37rem;}

.ctpost-11 .news_list .news:nth-child(1) .news_icon {background-image:url(images/ct_icon1.svg)}
.ctpost-11 .news_list .news:nth-child(2) .news_icon {background-image:url(images/ct_icon2.svg)}
.ctpost-11 .news_list .news:nth-child(3) .news_icon {background-image:url(images/ct_icon3.svg)}
.ctpost-11 .news_list .news_title{
    margin-bottom: 0.2rem;
}
.ctpost-11 .news_list .news {
    text-align: center;
}

.ctpost-12 .news_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.2rem;
}

.ctpost-12 .news_list .news {
    width: 33.33%;
    margin-bottom: 0.25rem;
}

.ctpost-12 .news_list .news_box {
    margin: 0 0.2rem;
    background: #fff;
    height: 2.2rem;
    padding: 0.1rem 0.35rem;
    box-sizing: border-box;
}

.ctpost-12 .news_list .news_title {
    padding: 0.26rem 0;
    border-bottom: 1px dashed rgb(112 112 112 / 20%);
    margin-bottom: 0.235rem;
}

.ctpost-12 .news_list .news_text p {
    line-height: 2;
    padding-left: 0.35rem;
    font-size: var(--titleSize);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 0.22rem;
    word-break: break-all;
}
.ctpost-12 .news_list .news_text p:nth-child(1) {
    background-image: url(images/phone.svg);
}
.ctpost-12 .news_list .news_text p:nth-child(2) {
    background-image: url(images/email.svg);
}
.ctpost-12 {
    margin-bottom: 1.04rem;
}

.ctpost-13 .con {
    display: flex;
    justify-content: space-between;
}
.ctpost-13 .con .news_list{
    width: 4.58rem;
}
.ctpost-13 .con .rt {
    width: 7.85rem;
    border-right: 0.42rem solid #92070B;
    height: 6.3rem;
    background: #333;
}
.ctpost-13 .news_list .news:not(:last-child) {
    margin-bottom: 0.55rem;
}

.ctpost-13 .news_list .news_title {
    margin-bottom: 0.15rem;
}

.ctpost-13 .news_list .news_text p {
    line-height: 2;
    font-size: var(--titleSize);
    padding: 0.04rem 0;
}

.ctpost-13 .news_list .news_text p:nth-child(2) {
    border-top: 1px dashed rgb(112 112 112 / 20%);
}
.talentList .search {
    height: 2.84rem;
    background: url(images/t_bg.jpg) no-repeat center/cover;
    border-radius: 0.1rem;
    text-align: center;
    padding: 0.77rem 1.23rem 0.2rem;
    box-sizing: border-box;
    border-radius: 0.05rem;
    margin-bottom: 0.44rem;
}
.talentList .search .tis {
    font-size: 0.4rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.45rem;
}

.talentList .search_form input {
    flex: 1;
    background: none;
    border: none;
    line-height: 0.56rem;
    font-size: 0.2rem;
    font-family: 'SourceHanSansCN-Regular';
    box-sizing: border-box;
}

.talentList .search_form {
    display: flex;
    background: #fff;
    box-shadow: 0 0.03rem 0.06rem rgb(0 0 0 / 16%);
    border-radius: 0.05rem;
    padding: 0.08rem 0.08rem 0.08rem 0.24rem;
    box-sizing: border-box;
}

.talentList .search_form button {
    background: none;
    border: none;
    width: 1.4rem;
    background: var(--mainColor);
    color: #fff;
    border-radius: 0.05rem;
    font-size: 0.2rem;
    font-family: 'SourceHanSansCN-Regular';
    flex: none;
}
.talentList .talents_nav {
    background: #fff;
    padding: 0.47rem 0.19rem 0.79rem;
}
.talentList .talents_nav .main_nav{
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 0.386rem;
}
.talentList .talents_nav .main_nav ul {
    display: flex;
    flex-wrap: wrap;
}

.talentList .talents_nav .main_nav ul li {
    flex: 1;
    text-align: center;
}

.talentList .talents_nav .main_nav ul  a {
    width: 100%;
    line-height: 0.75rem;
    display: block;
    font-size: 0.24rem;
    font-weight: bold;
    opacity: 0.6;
    /* padding: 0 0.12rem; */
    box-sizing: border-box;
}

.talentList .talents_nav .main_nav ul a.selected,.talentList .talents_nav .main_nav ul a.parent {
    color: #fff;
    background: #92070B;
    border-radius: 0.1rem 0.1rem 0 0;
    opacity: 1;
}
.talentList .talents_nav .selectList{
    margin-bottom: 0.55rem;
}
.talentList .talents_nav .selectList ul {
    display: flex;
    gap: 0.15rem;
    flex-wrap: wrap;
}

.talentList .talents_nav .selectList ul li {
    text-align: center;
}

.talentList .talents_nav .selectList ul  a {
    width: 100%;
    line-height: 0.57rem;
    display: block;
    font-size: var(--titleSize);
    min-width: 2rem;
    border: 1px dashed #DDDDDD;
    border-radius: 0.25rem;
    padding: 0 0.1rem;
    box-sizing: border-box;
    background: #F7F7F7;
}

.talentList .talents_nav .selectList ul a.selected,.talentList .talents_nav .selectList ul a.parent {
    color: #fff;
    background: #92070B;
    opacity: 1;
    font-weight: bold;
}

.talentList .itemList .news_list .news a {
    background: #F8F8F7;
    display: block;
    border-radius: 0.05rem;
    min-height: 1.93rem;
    padding: 0.4rem 0.3rem 0.2rem;
    box-sizing: border-box;
}

.talentList .itemList .news_list .news {
    margin-bottom: 0.3rem;
}

.talentList .itemList .news_list .news_title {
    display: flex;
    justify-content: space-between;
    font-size: 0.24rem;
    font-weight: bold;
    padding-bottom: 0.15rem;
    border-bottom: 1px dashed rgb(112 112 112 / 20%);
    line-height: 1.7;
    margin-bottom: 0.18rem;
    gap: 0.15rem;
    align-items: center;
}

.talentList .itemList .news_list .news_title .news_date {font-size: var(--titleSize);color: #765B5D;font-weight: normal;transition: var(--transition);flex: none;}

.talentList .itemList .news_list .news_info p {
    font-size: var(--bigSize);
    line-height: 1.6;
}

.talentList .itemList .news_list .news a:hover {
    background: var(--hoverColor);
    color: #fff;
}

.talentList .itemList .news_list .news a:hover .news_title {
    border-bottom: 1px dashed rgb(255 255 255 / 20%);
}
.talentList .itemList .news_list .news a:hover .news_date{ color: #fff;}
@media screen and (max-width:999px){
   .ctpost .news_list .news_title{
    font-size: 20px;
}
    .ctpost-12 .news_list .news{
    width: 50%;
}
    .ctpost-13 .con{
    display: block;
}
.ctpost-13 .con .rt{
    width: 100%;
    height: 510px;
    margin-top: 30px;
}
.ctpost-13 .con .news_list{
    width: 100%;
}
.talentList .search{
    padding: 20px;
    height: auto;
    margin-top: 30px;
}
.talentList .search .tis{
    font-size: 20px;
    line-height: 1.5;
}
.talentList .search_form input{padding: 0;}
.talentList .search_form button{
    width: auto;
    padding: 0 17px;
}
.talentList .talents_nav{
    padding: 30px 15px;
}

.talentList .itemList .news_list .news_title{
    font-size: 20px;
}
.talentList .itemList .news_list .news a{
    padding: 20px 10px;
}
}

@media screen and (max-width:767px){
.ctpost-11 .news_list{display:block}
.ctpost-11 .news_list .news{display:flex;align-items:center;margin-bottom:15px}
.ctpost-11 .news_list .news_icon{flex:80px 0 0;height:80px;margin:0}
.ctpost-11 .news_list .wz{flex:1 0;margin-left:10px;}



  .ctpost-11 .news_list{
    padding: 20px;
    flex-direction: column;
    row-gap: 30px;
}
.ctpost-11,.ctpost-12{
    margin: 30px 0;
}
.ctpost-12 .news_list .news_box{
    height: 185px;
}
}
@media screen and (max-width:600px){
    .ctpost-11 .news_list{
}
    .talentList .talents_nav .main_nav ul li{
    flex: none;
    width: 33.33%;
}
.ctpost-12 .news_list .news{
    width: 100%;
}
}