.banner{position: relative;overflow: hidden;width: 100%;}
.banner .swiper-slide a{display: block;}
.banner .swiper-slide img{display: block;width: 100%;}
.banner .swiper-pagination{width: 100%;bottom: 0.2rem;z-index: 2;}
.banner .swiper-pagination-bullet{transition: 0.2s all;width: 0.12rem;height: 0.12rem;margin: 0 0.04rem;background: #ffffff;border-radius: 0.06rem;opacity: 1;}
.banner .swiper-pagination-bullet-active{background: #0099ca;width: 0.3rem;}


.title{width: 100%;margin-bottom: 0.4rem;position: relative;}
.title h3{color: #434343;line-height: 1;font-family: myfont;font-size: 0.3rem;}
.title h3 span{color: #0099ca;display: inline-block;padding-right: 0.25rem;background: url(../img/tit_bg.png) no-repeat right 0.05rem;background-size: auto 0.23rem;margin-right: 0.08rem;}
.title .more{display: flex;align-items: center;}
.title .more::before{content: "";width: 0.3rem;height: 1px;display: block;background: #999999;position: relative;margin-right: 0.1rem;}
.title .more a{color: #999999;font-size: 0.16rem;display: block;padding-right: 0.25rem;background: url(../img/more.png) no-repeat right center;background-size: auto 0.14rem;}
.title .more:hover a{color: #0099ca;}

.part{width: 100%;background: url(../img/part_bg.png) no-repeat center top;background-size: cover;position: relative;padding-bottom: 0.4rem;}
.part::before{content: "";width: 100%;height: 100%;display: block;background: url(../img/part_bg4.png) no-repeat center bottom;background-size: 100% auto;position: absolute;left: 0;bottom: 0;}
.parta{width: 100%;padding: 0.4rem 0;background: url(../img/part_bg2.png) no-repeat right bottom;background-size: auto 100%;position: relative;}
.parta .title .more,.partb .title .more{position: absolute;right: 0;top:50%;transform: translateY(-50%);}
.news-scroll{width: calc( 55% - 0.15rem );position: relative;}
.news-list{width: calc( 45% - 0.15rem );}
.news-scroll ul li a{width: 100%;height: 5.05rem;position: relative;overflow: hidden;display: block;}
.news-scroll ul li a::before{content: "";width: 100%;height: 1.4rem;position: absolute;left: 0;bottom: 0;background-image: linear-gradient(0deg, #000000 0%, rgba(0,0,0,0) 98%);z-index: 1;}
.news-scroll ul li .image{transition: 0.2s all;}
.news-scroll ul li:hover .image{transform: scale(1.1,1.1);}
.news-scroll ul li .news-txt{width: 100%;padding: 0 1.2rem 0.15rem 0.2rem;position: absolute;left: 0;bottom: 0;z-index: 2;}
.news-scroll ul li .news-txt p{font-size: 0.16rem;line-height: 0.3rem;color: #ffffff;width: 100%;}
.news-scroll .swiper-pagination{position: absolute;right: 0.15rem;bottom: 0.2rem;width: auto;z-index: 2;}
.news-scroll .swiper-pagination-bullet{transition: 0.2s all;width: 0.1rem;height: 0.1rem;margin: 0 0.04rem;background: #ffffff;border-radius: 0.05rem;opacity: 0.3;}
.news-scroll .swiper-pagination-bullet-active{opacity: 1;}

.news-list ul li{width: 100%;}
.news-list ul li:nth-child(n+2){margin-top: 0.2rem;}
.news-list ul li .time{width: 0.85rem;height:0.85rem;border: 1px dashed #30c4c4;border-radius: 50%;margin-right: 0.2rem;}
.news-list ul li .time div{width: 0.75rem;height: 0.75rem;background-image: linear-gradient(0deg, #0099ca 0%, #30c4c4 100%);border-radius: 50%;text-align: center;padding-top: 0.13rem;}
.news-list ul li .time h3{font-size: 0.24rem;color: #ffffff;line-height: 1;margin-bottom: 0.01rem;}
.news-list ul li .time span{font-size: 0.14rem;color: #ffffff;line-height: 0.16rem;}
.news-list ul li .txt{width: calc(100% - 1.05rem);display: flex;align-items: center;position: relative;}
.news-list ul li .txt::after{content: "";width: 100%;height: 1px;display: block;background: #e5e5e5;position: absolute;right: 0;bottom: -0.1rem;}
.news-list ul li a{font-size: 0.16rem;color: #333333;line-height: 0.3rem;width: 100%;max-height: 0.6rem;display: block\0;}
.news-list ul li:hover a{color: #0099ca;}
.news-list ul li:last-of-type .txt::after{content: none;}

.partb{width: 100%;position: relative;}
.notice-list{width: 100%;overflow: hidden;}
.notice-list ul li{transition: 0.3s;}
.notice-list ul li:nth-child(2n){margin-top: 0.3rem;}
.notice-list .notice-card{display: block;width: 100%;color: inherit;}
.notice-list .notice-bubble{
	width: 100%;
	min-height: 1.45rem;
	padding: 0.22rem 0.28rem 0.32rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	background-image: url(../img/notice_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	box-sizing: border-box;
	transition: background-color 0.25s ease, border-color 0.25s ease;
}
.notice-list .notice-title{
	font-size: 0.16rem;
	line-height: 0.3rem;
	color: #333333;
	font-weight: normal;
	width: 100%;
	transition: color 0.25s ease;
	-webkit-box-orient: vertical;
}
.notice-list .notice-card:hover .notice-bubble{
	background-color: #009cc9;
	border-color: #009cc9;
    background-image: none;
}
.notice-list .notice-card:hover .notice-title{color: #ffffff;}
.notice-list .notice-date-row{
	margin-top: 0.18rem;
}
.notice-list .notice-time-icon{
	flex-shrink: 0;
	width: 0.56rem;
	height: 0.56rem;
	border: 1px dashed #0099ca;
	border-radius: 50%;
    margin-right: 0.12rem;
}
.notice-list .notice-time-icon img{
	display: block;
	height: 0.25rem;
}
.notice-list .notice-date-text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1;
}
.notice-list .notice-day{
	font-size: 0.3rem;
	font-weight: bold;
	color: #1ab7de;
}
.notice-list .notice-ym{
	margin-top: 0.06rem;
	font-size: 0.14rem;
	color: #999999;
}

.parte{width: 100%;padding: 0.4rem 0;background: url(../img/part_bg3.png) no-repeat center -0.3rem;background-size: 100% auto; position: relative;}
.pe-left,.pe-right{width: calc(50% - 0.15rem);}

/* 学术动态（学术动态左栏） */
.pe-academic{width: 100%;}
.pe-academic .ac-feature{
	width: 100%;
	background: #ffffff;
}
.pe-academic .ac-feature-link{
	width: 100%;
}
.pe-academic .ac-feature-img{
	width: 3.1rem;
	height: 2.1rem;
	background: #f5f7fb;
    position: relative;overflow: hidden;
}
.pe-academic .ac-feature-img .image{transition: 0.2s;}
.pe-academic .ac-feature:hover .ac-feature-img .image{transform: scale(1.1,1.1);}
.pe-academic .ac-feature-body{
	width: calc(100% - 3.1rem);
	padding: 0.25rem 0.22rem;
    border: 1px solid #dcecf7;
}
.pe-academic .ac-feature-title{
	font-size: 0.16rem;
	line-height: 0.3rem;
	font-weight: normal;
	color: #333333;
}
.pe-academic .ac-feature-body:hover .ac-feature-title{color: #0099ca;}
.pe-academic .ac-feature-desc{
	margin-top: 0.15rem;
	font-size: 0.14rem;
	line-height: 0.28rem;
    height: 0.56rem;
	color: #999999;
}
.pe-academic .ac-feature-time{
	margin-top: 0.18rem;
}
.pe-academic .ac-time-icon{
	width: 0.18rem;
	height: 0.18rem;
    margin-right: 0.08rem;
}
.pe-academic .ac-feature-date{
	font-size: 0.14rem;
	color: #999999;
}
.pe-academic .ac-list{
	width: 100%;
	border: 1px solid transparent;
}
.pe-academic .ac-list ul li{
	border-bottom: 1px solid #eeeeee;
}
.pe-academic .ac-list ul li a{
	display: block;
	padding: 0.18rem 0;
}
.pe-academic .ac-list-date span{
	font-size: 0.16rem;
	color: #0099ca;
	line-height: 0.2rem;
}
.pe-academic .ac-list-title{
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
}
.pe-academic .ac-list ul li:hover .ac-list-title{
	color: #0099ca;
}

.partc{width: 100%;margin-bottom: 0.4rem;position: relative;}
.partc .title .more{position: absolute;right: 0;top:50%;transform: translateY(-50%);}
.xt-list1{width: 100%;}
.xt-list1 ul li{transition: 0.2s;padding: 0.2rem;position: relative;border: 1px solid transparent;}
.xt-list1 ul li::after{content: "";width: 100%;height: 1px;display: block;background: #0099ca;position: absolute;left: 0;bottom: 0;opacity: 0;transition: 0.2s;}
.xt-list1 ul li .xt-img{width: 100%;height: 0;padding-bottom: 62%;position: relative;overflow: hidden;}
.xt-list1 ul li .xt-img a{display: block;transition: 0.2s all;}
.xt-list1 ul li .xt-txt{width: 100%;margin-top: 0.1rem;}
.xt-list1 ul li .xt-txt h3{font-size: 0.16rem;width: 100%;line-height: 0.3rem;height: 0.6rem;display: block\0;color: #333333;font-weight: normal;}
.xt-list1 ul li .xt-txt h3 a{color: #333333;transition: 0.2s all;}
.xt-list1 ul li:hover .xt-img a{transform: scale(1.1,1.1);}
.xt-list1 ul li:hover{background: #ffffff;border: 1px solid #c5e4ee;}
.xt-list1 ul li:hover .xt-txt h3,.xt-list1 ul li:hover .xt-txt h3 a{color: #009cc9;}
.xt-list1 ul li:hover::after{opacity: 1;}

.partd{width: 100%;position: relative;}
.qh-title{width: 100%;margin-bottom: 0.4rem;position: relative;}
.qh-title ul li{cursor: pointer;opacity: 0.5;}
.qh-title ul li.on{opacity: 1;}
.qh-title ul li:first-of-type{margin-right: 0.4rem;}
.qh-title ul li h3{color: #434343;line-height: 1;font-family: myfont;font-size: 0.3rem;}
.qh-title ul li h3 span{color: #0099ca;display: inline-block;padding-right: 0.25rem;background: url(../img/tit_bg.png) no-repeat right 0.05rem;background-size: auto 0.23rem;margin-right: 0.08rem;}
.qh-title > span{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.qh-title .more{display: flex;align-items: center;}
.qh-title .more::before{content: "";width: 0.3rem;height: 1px;display: block;background: #999999;position: relative;margin-right: 0.1rem;}
.qh-title .more a{color: #999999;font-size: 0.16rem;display: block;padding-right: 0.25rem;background: url(../img/more.png) no-repeat right center;background-size: auto 0.14rem;}
.qh-title .more:hover a{color: #0099ca;}

.download-list{width: 100%;overflow: hidden;}
.download-list ul li a{padding: 0 0.2rem;;background: transparent;border: 1px dashed transparent;transition: 0.2s;height: 0.45rem;}
.download-list ul li span{font-size: 0.16rem;color: #333333;line-height: 0.3rem;transition: 0.2s all;}
.download-list ul li:hover span{color: #0099ca;}
.download-list ul li:hover a{background: #ffffff;border: 1px dashed #0099ca;}