* {
	padding: 0;
	margin: 0;
}


/* 新闻列表 */
.news_body {
	background: #F7F7F7;
	padding-top: 0.8rem;
	padding-bottom: 1rem;
}

.news_top {
	margin-bottom: 0.98rem;
}

.news_Swiper {
	position: relative;
}

.news_Swiper .news_slide {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}

.news_Swiper .news_slide .news_pic {
	width: 7.82rem;
	height: 5.1rem;
	overflow: hidden;
	border-radius: 0.1rem;
}

.news_Swiper .news_slide .news_txt {
	width: 6.4rem;
	height: auto;
}

.news_Swiper .news_slide .news_shijian {
	font-family: MiSans-Demibold !important;
	font-weight: 400;
	font-size: 0.18rem;
	color: #D6D6D6;
	margin-top: 0.45rem;
	margin-bottom: 0.3rem;
}

.news_Swiper .news_slide .news_shijian b {
	font-family: MiSans-Bold !important;
	font-weight: bold;
	font-size: 0.45rem;
	color: #D6D6D6;
	margin-right: 0.15rem;
}

.news_Swiper .news_slide .news_tit {
	width: 100%;
	height: auto;
	font-weight: bold;
	font-size: 0.25rem;
	color: #000000;
	line-height: 0.4rem;
}

.news_Swiper .news_slide .news_key {
	width: 100%;
	height: auto;
	font-weight: 400;
	font-size: 0.18rem;
	color: #555555;
	line-height: 0.35rem;
	margin-top: 0.24rem;
	margin-bottom: 0.58rem;
}

.news_Swiper .news_slide .news_more {
	width: 1.6rem;
	height: 0.5rem;
	background: #204FA9;
	border-radius: 0.07rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
}

.news_Swiper .news_slide .news_more i {
	display: block;
	width: 0.14rem;
	height: 0.07rem;
	background: url(../img/more_jiantou.png) center no-repeat;
	background-size: contain;
	margin-left: 0.13rem;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.news_Swiper .news_slide .news_pic:hover img {
	transform: scale(1.1);
}

.news_Swiper .news_slide .news_tit:hover {
	color: #204FA9;
}

.news_Swiper .news_slide .news_more:hover i {
	margin-left: 0.2rem;
}


/* 自定义分页器定位 */
.custom-pagination {
	position: absolute;
	width: 6.4rem;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.custom-pagination .swiper-pagination {
	width: 5.97rem;
	height: 0.02rem;
	background: #EFEFEF;
	overflow: hidden;
	position: relative;
}

:root {
	--swiper-theme-color: #DF5527;
}

.fraction {
	font-family: MiSans-Demibold;
	font-weight: 600;
	font-size: 0.16rem;
	color: #DDDDDD;
	display: flex;
}

.fraction .numerator {
	color: #DF5527;
}












.news_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.04rem;
}

.news_list .news_item {
	width: 4.6rem;
	height: 5rem;
	background: #FFFFFF;
	border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
	margin-right: 0.6rem;
	margin-top: 0.73rem;
	overflow: hidden;
}

.news_list .news_item:nth-child(1),
.news_list .news_item:nth-child(2),
.news_list .news_item:nth-child(3) {
	margin-top: 0;
}

.news_list .news_item:nth-child(3n) {
	margin-right: 0;
}

.news_list .news_item .news_img {
	width: 100%;
	height: 3.15rem;
	overflow: hidden;
	margin-bottom: 0.34rem;
}

.news_list .news_item .news_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.news_list .news_item .news_title {
	width: 100%;
	height: 0.57rem;
	padding: 0 0.3rem;
	font-weight: 400;
	font-size: 0.2rem;
	color: #555555;
	line-height: 0.3rem;
}

.news_list .news_item .news_time {
	width: 100%;
	padding: 0 0.3rem;
	margin-top: 0.26rem;
	font-family: MiSans-Demibold;
	font-weight: 600;
	font-size: 0.18rem;
	color: #AFAFAF;
}

.news_list .news_item:hover {
	box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.08);
}

.news_list .news_item:hover .news_img img {
	transform: scale(1.1);
}

.news_list .news_item:hover .news_title {
	font-weight: bold;
	color: #204FA9;
}

.news_list .news_item:hover .news_time {
	color: #555555;
}













/* 通知公告列表 */
.notice_body {
	background: #F7F7F7;
	padding-top: 0.8rem;
	padding-bottom: 1rem;
}

.notice_list .notice_item {
	width: 100%;
	height: 1.69rem;
	border-bottom: 0.01rem dashed #DEDEDE;
	margin-bottom: 0.2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.4rem 0.3rem;
	box-sizing: border-box;
}

.notice_list .notice_item .notice_txt {
	width: 12rem;
}

.notice_list .notice_item .notice_title {
	font-weight: bold;
	font-size: 0.2rem;
	color: #333333;
	line-height: 0.25rem;
	margin-bottom: 0.13rem;
}

.notice_list .notice_item .notice_cont {
	font-weight: 400;
	font-size: 0.16rem;
	color: #6C6C6C;
	line-height: 0.25rem;
}

.notice_list .notice_item .notice_time {
	font-family: MiSans-Demibold;
	font-weight: 600;
	color: #B7B7B7;
	display: flex;
	flex-wrap: wrap;
	width: 1rem;
	justify-content: center;
	align-content: center;
}

.notice_list .notice_item .notice_time .notice_date {
	font-size: 0.66rem;
	color: #B7B7B7;
	line-height: 0.7rem;
}

.notice_list .notice_item .notice_time .notice_year {
	font-size: 0.19rem;
	color: #B7B7B7;
	line-height: 0.2rem;
}

.notice_list .notice_item:hover {
	background: #fff url(../img/notice_time.png) right no-repeat;
	box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.08);
	border-bottom: 0.01rem dashed transparent;
}

.notice_list .notice_item:hover .notice_date,
.notice_list .notice_item:hover .notice_year {
	color: #fff;
}





/* 新闻详情 */
.news_content {
	display: flex;
	padding-top: 1.6rem;
	padding-bottom: 1rem;
}

.news_content .news_fl {
	width: 11.62rem;
	padding-right: 0.62rem;
	position: relative;
}
.news_content .news_fl::before{
	content: "";
	position: absolute;
	width: 0.01rem;
	height: calc(100% - 5rem);
	background: #E5E5E5;
	right: 0;
	top: 0.46rem;
}
.news_content .news_fl .news_title {
	font-weight: bold;
	font-size: 0.32rem;
	color: #000000;
	text-align: center;
}

.news_content .news_fl .news_txt {
	margin-top: 0.68rem;
	border-bottom: 0.01rem solid #D8D8D8;
	padding-bottom: 0.37rem;
	margin-bottom: 0.37rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news_content .news_fl .news_txt div {
	font-weight: 400;
	font-size: 0.14rem;
	color: #727272;
	margin: 0 0.38rem;
	display: flex;
	align-items: center;
}
.news_content .news_fl .news_txt div i{
	width: 0.2rem;
	height: 0.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.08rem;
}
.news_content .news_fl .news_txt .news_time i{
	background: url(../img/news_time.png) center no-repeat;
		background-size: contain;

}
.news_content .news_fl .news_txt .news_num i{
	background: url(../img/views.png) center no-repeat;
	background-size: contain;

}
.news_content .news_fl .news_cont {
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.35rem;
	border-bottom: 0.01rem solid #D8D8D8;
	padding-bottom: 0.51rem;
}

.news_content .news_fl .news_cont p {
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.35rem;
}

.news_content .news_fl .news_cont img {
	max-width: 100%;
	width: auto;
	margin: 0.37rem auto;
}

.news_content .news_fl .next_prv {
	margin-top: 0.37rem;
}

.news_content .news_fl .next_prv a {
	width: 100%;
	font-weight: 600;
	font-size: 0.16rem;
	color: #555555;
	margin-bottom: 0.009rem;
	line-height: 0.33rem;
}

.news_content .news_fl .next_prv a:hover {
	color: #204FA9;
}




.news_content .news_fr {
	width: calc(100% - 11.62rem);
	padding-left: 0.48rem;
	padding-top: 0.4rem;
}

.news_content .news_fr .news_viewlist{
    position: sticky;
    top: 1.6rem;
    height: auto;
    padding-bottom: 1rem;
}





.news_content .news_fr .class_name {
	font-weight: bold;
	font-size: 0.23rem;
	color: #000000;
	margin-bottom: 0.2rem;
	position: relative;
}
.news_content .news_fr .class_name::after{
    content: "";
    position: absolute;
    width: 0.03rem;
    height: 0.23rem;
    background: #DF5527;
    top: 0.06rem;
    left: -0.5rem;
}
.news_content .news_fr .news_list {
	width: 100%;
	height: auto;
	margin-bottom: 0.4rem;
}

.news_content .news_fr .news_list .news_img {
	width: 100%;
	height: 1.89rem;
	overflow: hidden;
	border-radius: 0.1rem;
}

.news_content .news_fr .news_list .news_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.news_content .news_fr .news_list .news_txt {
	width: 100%;
	margin-top: 0.14rem;
	font-weight: 400;
	font-size: 0.16rem;
	color: #000000;
	line-height: 0.25rem;
}

.news_content .news_fr .news_list .news_time {
	margin-top: 0.14rem;
	font-weight: 400;
	font-size: 0.16rem;
	color: #AFAFAF;
}

.news_content .news_fr .news_list:hover .news_img img {
	transform: scale(1.1);
}

.news_content .news_fr .news_list:hover .news_txt,
.news_content .news_fr .news_list:hover .news_time {
	color: #204FA9;
}

.news_content .news_fr .class_more {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.6rem;
	float: right;
	cursor: pointer;
	width: 1.5rem;
	height: 0.47rem;
	background: #204FA9;
	border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
	font-weight: 600;
	font-size: 0.16rem;
	color: #FFFFFF;
}

.news_content .news_fr .class_more i {
	width: 0.17rem;
	height: 0.15rem;
	display: block;
	background: url(../img/news_fan.png) center no-repeat;
	background-size: contain;
	border-radius: 50%;
	margin-left: 0.14rem;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.news_content .news_fr .class_more:hover {
	background: #DF5527;
}

.news_content .news_fr .class_more:hover i {
	margin-left: 0.2rem;
}