body.sp #l-container{background-position: top 3.34rem center;}

body.sp .col_news_list .column_name{font-size: 0.3rem;position: relative;text-align: center;margin-bottom: 0.57rem;}
body.sp .col_news_list .column_name .entit{position: absolute;top:-0.2rem;left:50%;transform: translateX(-50%);background: linear-gradient(to bottom,#1947A2,transparent);color: transparent;-webkit-background-clip: text;opacity: 0.13;font-size: 0.4rem;font-weight: bold;text-transform: uppercase;}

@media screen and (max-width: 767px) {

}


/*师资*/
body.faculty .col_news_list ul.news_list{display: flex;flex-wrap: wrap;gap: 0.5rem 0.27rem;}
body.faculty .col_news_list ul.news_list li.news{width: calc((100% - 0.54rem) / 3);background: #fff; ;overflow: hidden;box-shadow:0 3px 6px rgba(0,0,0,0.16);}
body.faculty .col_news_list ul.news_list li.news>a{display: flex;align-items: center;}
body.faculty .col_news_list ul.news_list .news_imgs{flex:1.66rem 0;height: 2.56rem; }
body.faculty .col_news_list ul.news_list .news_imgs img{width: 100%;height: 100%;}
body.faculty .col_news_list ul.news_list .wz{flex:1 0 0;box-sizing:border-box;padding:0 0.13rem}
body.faculty .col_news_list ul.news_list .news_title{font-size: var(--bigSize);margin-bottom: 0.15rem;line-height: 1;}
body.faculty .col_news_list ul.news_list .news_text{font-size: var(--smailSizex);line-height: 1.8;color: #959595;}

@media screen and (max-width: 999px) {
body.faculty .col_news_list ul.news_list{gap:0;    justify-content: space-between}
body.faculty .col_news_list ul.news_list .news_imgs{flex:100px 0 0;height:140px}
body.faculty .col_news_list ul.news_list li.news{width:49%;margin-bottom:30px}
}
@media screen and (max-width: 650px) {
body.faculty .col_news_list ul.news_list{display:block}
body.faculty .col_news_list ul.news_list li.news{width:100%}
}


/* 学术会议 */
body.activity .col_news_list ul.news_list{display: flex;flex-wrap:wrap;justify-content: space-between;}
body.activity .col_news_list ul.news_list li.news{width: 49%;margin-bottom: 0.23rem;background: #fff;box-shadow: 0 3px 6px rgba(0,0,0,0.16);box-sizing: border-box;padding:0.4rem 0.45rem}
body.activity .col_news_list ul.news_list .news_title{font-size: 0.22rem;line-height: 0.37rem;height: 0.74rem;margin-bottom: 0.22rem;}
body.activity .col_news_list ul.news_list .bot{display: flex;align-items: center;}
body.activity .col_news_list ul.news_list .news_date{background: #1947A2  url(../images/logo_icon.svg) no-repeat center 70% / 90%;color: #fff;text-align: center;padding:0.08rem 0.14rem 0.1rem;line-height: 1.35;font-size: var(--smailSizex);margin-right: 0.3rem;}
body.activity .col_news_list ul.news_list .news_date .news_day{font-size: 0.32rem;}
body.activity .col_news_list ul.news_list .field{padding-left:0.2rem;font-size: var(--smailSizex);color: #000;font-family: "poppins";line-height: 1.5;}
body.activity .col_news_list ul.news_list .field.f1{background:url(../images/person.svg) no-repeat left center /0.13rem}
body.activity .col_news_list ul.news_list .field.f2{background:url(../images/clock.svg) no-repeat left center /0.13rem}
body.activity .col_news_list ul.news_list .field.f3{background:url(../images/address.svg) no-repeat left center /0.13rem}
body.activity .col_news_list ul.news_list .field+.field{margin-top: 0.07rem;}

@media screen and (max-width: 999px) {
body.activity .col_news_list ul.news_list{display:block}
body.activity .col_news_list ul.news_list li.news{width:100%}
body.activity .col_news_list ul.news_list .news_date{padding:12px 8px;white-space: nowrap}
body.activity .col_news_list ul.news_list .field{padding-left:20px;background-size:13px !important}
}



