@charset "utf-8";






.wap-menu {
    position: fixed;
    top: 16px;
    right: 12px;
    z-index: 99999;
    font-size: 0;
}

.news-tit {
    padding: 10px 0 10px 50px;
    background: url(../images/news-tit-bj.png) left center no-repeat;
    background-size: auto 50px;
}

.news-tit b {
    font-family: SourceHanSerifSC-Bold;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000000;
}

.more {
    float: right;
    position: relative;

}

.more:hover img {
    transform: rotate(180deg);
}

.more .gd {
    color: #3e99d5;
    font-size: 16px;
}

.more img {
    vertical-align: middle;
    transition: all 0.6s;
}

.jia {
    position: absolute;
    right: 5px;
    top: 2px;
    font-size: 16px;
    color: #3e99d5;
}



.news-c {
    margin-top: 23px;
}




.index {
    background: url(../images/index-bj.png) no-repeat;
    padding-top: 0;
    background-size: cover;
}

.sci-box {
    margin-top: 30px;
}

.sci-c {
    margin-top: 29px;
}

.sci-more:hover {
    transform: rotate(180deg);
}

.sci-l {
    width: 62.5%;
    float: left;
    box-shadow: 0px 0px 5px 0px rgba(12, 3, 6, 0.14);
    margin-right: 1.9%;

}

.sci-img {
    float: left;
    width: 374px;
    height: 266px;
    overflow: hidden;
    position: relative;


}

.sci-img img {
    position: absolute;
    transition: all 0.6s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sci-txt {
    border-top: 5px solid #0094de;
    overflow: hidden;
    padding: 39px;
    background: #fff url(../images/sci-bj.png) no-repeat;
    background-position: 80% 20%;

}

.sci-txt span {
    color: #0094de;
    font-size: 14px;
}

.sci-txt h3 {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    margin: 30px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 56px;
}

.sci-txt h3:hover {
    color: #0053a7;
}

.sci-txt p {
    color: #999;
    font-size: 14px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 46px;
}

.sci-l {
    position: relative;
}

.sci-btn {
    position: absolute;
    bottom: -7px;
    right: 14px;
    cursor: pointer;
    width: 80px;
    height: 30px;
    padding: 10px;
}

.sci-btn span:last-child {
    margin-left: 44px;
}

.sci img:hover {
    transform: scale(1.05);
}

.sci-r {
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px rgba(12, 3, 6, 0.14);
    position: relative;
}

.sci-r .slick-dots li {
    width: 13px;
    height: 13px;
    background-color: #ffffff;
    border: solid 2px #0094de;
    border-radius: 50%;
}

.sci-r .slick-dots .slick-active {
    background-color: #0094de;
    border: solid 2px #0094de;
}

.sci-r .slick-dots {
    display: inline-block;
    bottom: 15px;
    right: 25px;
    width: auto;
}


.acade {
    margin-top: 54px;
}

.acade-c {
    margin-top: 33px;
    height: auto;
    overflow: hidden;
    display: flex;
}

.acade-img {
    position: relative;
    padding-top: 70%;
    overflow: hidden;
}
.acade-img:before{
	content:"";
	position:absolute;
	width:40px;
	height:40px;
	background:url(../images/ico-play.png) center no-repeat;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}
.acade-r .acade-img {
    padding-top: 65%;
}
.acade-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    object-fit: cover;
}

.acade-img img:hover {
    transform: scale(1.05);
}

.acade-l {
    float: left;
    width: 27%;
    font-size: 0;
}

.acade-txt {
    padding: 27px 28px;
    background: url(../images/acade-bj.png);
}

.acade-txt h2 {
    font-size: 17px;
    color: #fff;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.acade-txt h2:hover {
    color: #333;
}

.acade-txt p {
    color: #c4dff4;

    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;

}

.acade1 {
    background: url(../images/d-w.png) no-repeat;
    padding-left: 30px;
    background-position: 0 6px;
}

.acade2 {
    background: url(../images/l-w.png) no-repeat;
    padding-left: 30px;
    background-position: 0 4px;
}

.acade3 {
    background: url(../images/t-w.png) no-repeat;
    padding-left: 30px;
    background-position: -2px 2px;
}

.acade-l a {
    display: block;
}

.acade-r {
    overflow: hidden;
    padding-left: 15px;
    flex: 1;
}
.acade-r ul{
    margin-top: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
}
.acade-r .jj-txt{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 16px;
    background: #0091da;
    color: #fff;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
}
.acade-r ul li {
    width: 33.33333%;
    float: left;
}

.acade-r ul li a {
    display: block;
    padding: 10px;
}

.acade-list:hover {
    background-color: #f3faff;
    box-shadow: 0px 0px 24px 0px rgba(12, 3, 6, 0.19);
}

.acade-list:hover h2 {
    color: #0094de;
}

.acade-list {
    padding: 37px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.21);

}

.acade-list>h2 {
    color: #111;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 38px;
    font-size: 18px;
}

.acade-list p {
    color: #838383;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 30px;
}

.acade-list :nth-child(2) {
    background: url(../images/s-date.png) no-repeat;
    background-position: 0 6px;
}

.acade-list :nth-child(3) {
    background: url(../images/s-location.png) no-repeat;
    background-position: 0 4px;
}

.acade-list :nth-child(4) {
    background: url(../images/s-teacher.png) no-repeat;
    background-position: -2px 3px;
}

.notice-box {
    width: 100%;
    padding-top: 65px;
    background: url(../images/tu2221.png) no-repeat;
    background-size: cover;
    background-position: -90px -215px;

}

.notice-c {
    padding-top: 35px;
}

.notice-c ul li {
    width: 30%;
    float: left;
    margin-bottom: 38px;
    transition: all .6s;

}

.notice-c ul li:nth-child(3n+2) {
    padding: 0 5%;
}

.notice-c ul li:hover {
    transform: translateY(-21px);
}

.notice-c ul li a {
    display: block;
    position: relative;
    background-color: #fff;
    padding: 36px 26px 36px 125px;
    overflow: hidden;
}

.notice-c ul li a:hover {
    background-color: #0094de;
}

.notice-c ul li a:hover h3 {
    color: #fff;
}

.notice-c ul li a:hover p {
    color: #fff;
}

.notice-c ul li a:hover .notice-d {
    color: #fff;
    background: url(../images/n-tree-bj-b.png) no-repeat;
    background-position: 0 30px;
}

.notice-d {
    width: 80px;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 25px;
    background: url(../images/n-tree-bj-w.png) no-repeat;
    background-position: 0 30px;
}

.notice-d h3 {
    text-align: center;
    color: #000;
    font-size: 36px;
    font-weight: normal;
}

.notice-d p {
    text-align: center;
    color: #000000;
    opacity: 0.66;
    font-size: 15px;
}

.notice-txt p {
    line-height: 28px;
    font-size: 18px;
    color: #000;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;

}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.wp {
	width: 14rem;
	max-width: 94%;
	margin: 0 auto;
}

.pic {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s;
}

.pic img:hover {
	transform: scale(1.1);
}
.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s;
}

.pic img:hover {
	transform: scale(1.1);
}

.bg_img {
	position: relative;
	overflow: hidden;
}

.bg_img .a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.4s ease-in;
}

.bg_img:hover .a {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/*  */
.news-box{/* background:url(../images/ss1bg.png) center no-repeat; */background-size:100% 100%;padding: 70px 0 30px 0;}
.s1-c {
  align-items: flex-start;
}

.s1-l {
  width: 55.85%;
}
.i_1bg{
    background: #fff;
    margin-top: 30px;
    background: #fff;
    padding: 5px 22px 20px 22px;
    border-top: 4px solid #3e99d5;
}
.s1-lt {
  margin-top: 25px;
}

.s1-lt a {
  display: flex;
  justify-content: space-between;
  border-bottom: .01rem solid #ddd;
  padding-bottom: 21px;
  margin-bottom: 12px;
}

.s1-lt-l {
  width: 45.44%;
}

.s1-lt-l .bg_img {
  /* padding-top: 67.47%; */
  height: 222px;
}

.s1-lt-ltx {
  flex: 1;
  min-width: 0;
  padding-left: 24px;
}

.s1-lt-ltx h3 {
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.s1-lt-ltx p {
  font-size: 15px;
  color: #8c8c8c;
  line-height: 27px;
  height: 81px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.s1-lt-ltx span {
  display: block;
  font-family: Arial;
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
  background: url(../images/time1.png) no-repeat left center;
  background-size: 16px 18px;
  padding-left: 26px;
  color: #e6a535;
}

.s1-l ul li {
  overflow: hidden;
  line-height: 50px;
}

.s1-l ul li span {
  display: block;
  float: right;
  font-size: 16px;
  color: #8c8c8c;
  padding-left: 10px;
  transition: all 0.5s;
}

.s1-l ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s1-l ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  background: #004096;
  border-radius: 50%;
}

.s1-l ul li:hover a,
.s1-l ul li:hover span {
  color: #003c89;
}

.s1-r {
  width: 41.64%;
}

.s1-r ul {
  margin-top: 30px;
  background: #fff;
  padding: 33px 22px 18px 22px;
  border-top: 4px solid #3e99d5;
}

.s1-r ul li {
  margin-top: 20px;
}

.s1-r ul li a {
  display: block;
  border: .01rem solid rgba(2, 64, 148, 0.5);
  padding: 12px 20px;
  transition: all 0.5s;
}

.s1-r ul li a .s1-rdate {
  font-family: Arial;
  color: rgba(2, 64, 148, 0.8);
  transition: all 0.5s;
}

.s1-r ul li a .s1-rdate span {
  font-size: 20px;
  color: rgba(2, 64, 148, 1);
  display: inline-block;
  margin-right: 10px;
  transition: all 0.5s;
}

.s1-r ul li a h3 {
  font-size: 14px;
  line-height: 32px;
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.5s;
  font-weight: normal;
}

.s1-r ul li:hover a {
  background: url(../images/s2-bg.png) no-repeat;
  background-size: cover;
}

.s1-r ul li:hover a .s1-rdate {
  color: rgba(230, 165, 53, 0.8);
}

.s1-r ul li:hover a .s1-rdate span {
  color: rgba(230, 165, 53, 1);
}

.s1-r ul li:hover a h3 {
  color: #fff;
}



















@media screen and (max-width: 1425px) {
    .s1-linfo h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1300px) {

    .s1-linfo {
        padding: 0 10px;
    }

    .s1-linfo h3 {

        font-size: 15px;
    }

    .s1-lpic .slick-dots {
        bottom: 6px;
    }

    .acade-list {
        padding: 37px 20px;
    }
}

@media screen and (max-width: 1200px) {

    .s1-linfo {
        padding: 0 10px;
    }

    .s1-linfo h3 {

        font-size: 15px;
    }

    .s1-lpic .slick-dots {
        bottom: 6px;
    }

    .acade-list {
        padding: 37px 20px;
    }

    .acade-list>h2 {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 1024px) {
	.s1-c{display:block}
    .s1-lpic li a .newspic {
        padding-top: 70%;
        height: 0px;
    }

    .s1-l {
        float: none;
        width: auto;
    }

    .s1-r {
        margin-top: 30px;
        float: none;
        width: auto;
    }
.acade-c{display:block}
    .acade-l {
        width: 100%;
        float: none;
    }

    .acade-r {
        margin-top: 30px;
        padding-left: 0;
    }
.acade-r ul{padding:0;margin: 0;}
    .sci-l {
        width: 100%;
        float: none;
    }

    .sci-txt {
        padding: 39px;

    }

    .sci-r {
        margin-top: 30px;
    }

    .notice-c ul li {
        width: 45%;
    }

    .notice-c ul li:nth-child(3n+2) {
        padding: 0px;
    }

    .notice-c ul li:nth-child(odd) {
        padding-right: 10%;
    }

    .footer-box {
        background-position: center -15px;
        padding-top: 25px;
    }

}

@media screen and (max-width: 1000px) {
.committee-tabs .committee-tab-nav li{
    padding: 10px 5px !important;
    font-size: 16px;
}
	.notice{
    margin-bottom: 50px;
}	.s1-r ul li{
    margin: 15px auto;
}
}

@media screen and (max-width:760px) {

.committee-content-wrapper{
    display: block !important;
}
	.member-card{
    margin: 20px auto;
}
.s1-linfo {
    width: 20%;
}

    .footer-box {
        background-position: center -62px;
        padding-top: 0px;
    }

    .s1-r li a .pic {
        padding-top: 68%;
        height: 0px;
    }

    .notice-c ul li {
        width: auto;
        float: none;
        padding-right: 0px !important;
    }

    .acade-r ul li {
        width: 100%;

    }

    .s1-r li {
        float: none;
        width: auto;
    }

    .s1-r li:nth-child(1) {
        margin-bottom: 23px;
    }

    .s1-r li:nth-child(1) {
        margin-right: 0;
    }
.s1-r li{margin:0}
    .sci-btn {
        bottom: -12px;
        right: 10px;
    }
    .sci-r .slick-dots {
        bottom: 12px;
        right: 16px;
    }

    .sci-txt {
        padding: 20px 15px;
        padding-bottom: 36px;
    }
    .sci-txt h3{
        margin: 15px 0;
    }
    .index {
        padding-top: 30px;
    }

    .acade {
        margin-top: 30px;
    }

    .notice-box {
        padding-top: 30px;
    }

    .sci-img {
        width: 100%;
        float: none;
        padding-top: 66%;
        height: 0;
    }

    .s1-rinfo {
        padding: 15px 13px 15px 13px;
    }

    .news-item {
        padding: 20px 13px;
    }

    .notice-c ul li {
        margin-bottom: 20px;
    }
    .notice-d {
        top: -4px;
        left: 12px;
        background: url(../images/n-tree-bj-w.png) no-repeat;
        background-position: 0px 26px;
    }
    .notice-c ul li a{
        padding: 20px 26px 30px 110px;
    }
    .acade-txt h2{
        margin-bottom: 10px;
    }
    .acade-txt{
        padding: 30px 15px;
    }
    .acade-list{
        padding: 20px 15px;
    }
    .acade-r{
        margin-top: 20px;
    }
    .news-tit b {
        font-size: 22px;
    }
    .news-tit{
        /* padding: 6px 0 13px 51px; */
        /* background-size: 130px; */
    }
    .index{
        padding-top: 20px;
    }
    .sci-box{
        margin-top: 20px;
    }
    .sci-r{
        margin-top: 20px;
    }
    .acade{
        margin-top: 20px;
    }
    .acade-c{
        margin-top: 15px;
    }
    .notice-box{
       padding-top: 20px;
    }
    .notice-c{
        padding-top: 20px;
    }
    .acade-r ul li {
        width: 50%;

    }
}

@media screen and (max-width:568px) {
    .foot-l ul li {
    }

    .acade-r ul li {
        width: 100%;
        float: none;

    }
}


@media screen and (max-width:360px) {
    .s1-linfo {
    width: 19%;
   }
}



.committee-tabs{margin-top:20px}
.committee-tabs .committee-tab-nav {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    /* border-bottom: 3px solid #eee; */
    font-size: 18px;
    position: relative;}
.committee-tabs .committee-tab-nav:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:3px;
	background:#fff;
	z-index: 0;
}
.committee-tabs .tab-underline {
    position: absolute;
    bottom: 0;
    height: 4px;
    background-color: #0688c9;
    width: 0;
    left: 0;
    transition: left 0.3s cubic-bezier(0.25, 1, 0.5, 1), width 0.3s ease;
    pointer-events: none;
    border-radius: 2px;
    z-index:9
    }

.committee-tabs .committee-tab-nav li {
    cursor: pointer;
    padding: 10px 16px;
    font-weight: bold;
    border-bottom: 4px solid transparent;
    text-align: center;
	z-index:9;
    }

.committee-tabs .committee-tab-nav li.active {
    border-color: #0688c9;
    color: #0688c9;
    }

.committee-tab-content .committee-slider {
    display: none;}

.committee-tab-content .committee-slider.active {
    display: block;}


.committee-slider {
    background: #fff;
    border-radius: 0;
    padding: 20px;
    }

.committee-name {
    font-size: 20px;
    font-weight: bold;
    color: #0688c9;
    border-left: #0688c9;
    padding-left: 10px;
    margin-bottom: 20px;
    }

.committee-content-wrapper {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    overflow: hidden;
    position: relative;}

.member-card .title {
    font-size: 13px;
    color: #777;
    margin: 2px 0;}

.member-card .role {
    width: 55px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 2px 10px;
    border-radius: 15px;
    margin-top: 4px;
    line-height: 25px;}

/* 主任样式（更显眼） */
.member-card .role-chair {
    background-color: #E6F0FF;
    color: #0688c9;
    font-weight: bold;
    }

/* 委员样式（柔和辅助） */
.member-card .role-member {
    background-color: #e4ecf8;
    color: #0059dd;}


/* 主任区域 */
.committee-chair {
    flex: 0 0 120px;
    z-index: 1;
    position: relative;
    background: white;
    padding: 0 0 5px 0;}



.committee-members-scroll {
    overflow: hidden;
    position: relative;}

.scroll-track {
    display: flex;
    gap: 20px;
    will-change: transform;}


.committee-members-scroll::-webkit-scrollbar {
    display: none;}

.member-card {
    flex: 0 0 auto;
    width: 180px;
    /* height: 200px; */
    text-align: center;
    background: #f6f6f6;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    padding: 12px 5px;
    border: 1px solid #eef2f8;
    }

.member-card img {
    width: 155px;
    height: 200px;
    object-fit: cover;
    border-radius: 5%;
    margin-bottom: 8px;
    }

.member-card .name {
    font-size: 15px;
    font-weight: bold;
    color: #333;}

.member-card .title {
    font-size: 13px;
    color: var(--gray);}


/* 自动滚动动画 */
@keyframes scroll-left {
    0% {
        transform: translateX(0%);}

    100% {
        transform: translateX(-50%);}
}