/* banner */
.Port_banner img {
width: 100%;
}
	/* banner图切换开始*/
			.slideBox{ width:100%; height:auto; overflow:hidden; position:relative; border:1px solid #ddd;  }
			.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
			.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
			.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
			.slideBox .hd ul li.on{ background:#f00; color:#fff; }
			.slideBox .bd{ position:relative; height:100%; z-index:0;   }
			.slideBox .bd li{ zoom:1; vertical-align:middle; }
			.slideBox .bd img{ width:100%; height:auto; display:block;  }
	
			/* 下面是前/后按钮代码，如果不需要删除即可 */
			.slideBox .prev,
			.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url( /uiFramework/commonResource/image/2022030909534966966.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
			.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
			.slideBox .prev:hover,
			.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
			.slideBox .prevStop{ display:none;  }
			.slideBox .nextStop{ display:none;  }
	/* banner图切换结束*/
/* banner end */


/* 新闻 */
.dynamic_cont{width: 83.33%; max-width: 1600px; margin: 0 auto;}

/* 左边图 */
.news_img {
	max-width: 600px;
	width: 600px;
}

.news_img a img {
	width: 600px;
	height:400px;
    object-fit: cover;
	box-shadow: 2px 0px 10px #888888;
}

/* 右边字 */
.news_text {
	width: 60%;
}
.news_text a {
	display: block;
	padding: 10 15px;
	border-bottom: 1px solid #E7E6E6;
	height: 133px;
}

.news_text .news_time {
	text-align: center;
}

.news_text .news_time {
	text-align: center;
	width: 110px;
	margin-top: 15px;
}

.news_text .news_time .news_time_p1 {
	color: #1370DA;
	font-size: 50px;
	font-weight: 700;
	border-bottom: 1px solid #1370DA;
}

.news_text .news_time .news_time_p2 {
	color: #1370DA;
	font-size: 25px;
	font-weight: 700;
}


.news_title {width: 80%;margin-top: 15px;margin-left: 5%;position: relative;}


.news_title h5 {
	font-size: 27px;
	color: #333333;
	font-weight: 400;
	padding-left: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_title p {
	padding-top: 10px;
	font-size: 18px;
	line-height: 34px;
	padding-left: 10px;
	display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;
}

.news_text a:hover {
	background-color: #1370DA;
}

.news_text a:hover .news_time p {
	color: #ffffff;
}

.news_text a:hover .news_time .news_time_p1 {
	border-bottom: 1px solid #FFFFFF;
}

.news_text a:hover .news_title h5,
.news_text a:hover .news_title p {
	color: #FFFFFF;
}

/* 黑点 */
.news_title h5::before {
	content: '';
	position: absolute;
	top: 16px;
	left: 0px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #000000;
}

.news_text a:hover .news_title h5::before {
	background: #FFFFFF;
}


/* 新闻新增 */

/* 
@media screen and (max-width: 1832px) {
.news_title {width: 78%;}
}
@media screen and (max-width: 1800px) {
.news_text a {height: 135px;}
.news_text .news_time {margin-top: 0;}
.news_title {margin-top: 0;}
.news_text {width: 55%;}
}
@media screen and (max-width: 1700px) {
.news_title {margin-left: 3%;}
}

@media screen and (max-width: 1600px) {
.news_text {width: 53%;}
}
@media screen and (max-width: 1531px) {
.news_text {width: 50%;}
}
 */
@media screen and (max-width: 1800px) {
.news_img {width: 558px;height: 372px;}
.news_img a img {width: 558px;height: 372px;}
.news_text .news_time {margin-top: 14px;}
.news_text .news_time .news_time_p1 {font-size: 46.5px;}
.news_text .news_time .news_time_p2 {font-size: 24px;}


.news_title {width: 75%;margin-left: 2%;margin-top: 14px;}
.news_text a {height: 125px;}
.news_title h5 {font-size: 25px;}
.news_title p {font-size: 16px;line-height: 31px;}
}

@media screen and (max-width: 1700px) {
.news_img {width: 531px;height: 354px;}
.news_img a img {width: 531px;height: 354px;}
.news_text .news_time {margin-top: 14px;}
.news_text .news_time .news_time_p1 {font-size: 44px;}
.news_text .news_time .news_time_p2 {font-size: 23px;}

.news_text {width: 58%;}
.news_title {width: 75%;margin-left: 2%;margin-top: 14px;}
.news_text a {height: 118px;}
.news_title h5 {font-size: 24px;}
.news_title p {font-size: 15px;line-height: 30px;}
}

@media screen and (max-width: 1600px) {
.news_img {width: 499px;height: 333px;}
.news_img a img {width: 499px;height: 333px;}
.news_text .news_time {margin-top: 14px;}
.news_text .news_time .news_time_p1 {font-size: 41px;}
.news_text .news_time .news_time_p2 {font-size: 21px;}

.news_text {width: 60%;}
.news_title {width: 75%;margin-left: 2%;margin-top: 14px;}
.news_text a {height: 111px;}
.news_title h5 {font-size: 22px;}
.news_title p {font-size: 14px;line-height: 28px;}
}

@media screen and (max-width: 1500px) {
.news_img {width: 468px;height: 312px;}
.news_img a img {width: 468px;height: 312px;}
.news_text .news_time {margin-top: 11px;}
.news_text .news_time .news_time_p1 {font-size: 39px;}
.news_text .news_time .news_time_p2 {font-size: 20px;}

.news_text {width: 60%;}
.news_title {width: 75%;margin-left: 2%;margin-top: 11px;}
.news_text a {height: 104px;}
.news_title h5 {font-size: 21px;}
.news_title p {font-size: 14px;line-height: 26px;}
}

@media screen and (max-width: 1440px) {
.news_img {width: 500px;height: 333.33px;}
.news_img a img {width: 500px;height: 333.33px;}
.news_text .news_time {margin-top: 10.5px;}
.news_text .news_time .news_time_p1 {font-size: 35px;}
.news_text .news_time .news_time_p2 {font-size: 18px;}

.news_text {width: 52%;}
.news_title {width: 73%;margin-left: 2%;margin-top: 10.5px;}
.news_text a {height: 112px;}
.news_title h5 {font-size: 19px;}
.news_title p {font-size: 13px;line-height: 23px;}
}

@media screen and (max-width: 1260px) {
.news_img {width: 400px;height:266px;}
.news_img a img {width: 400px;height: 266px;}
.news_text .news_time {margin-top: 10.5px;}
.news_text .news_time .news_time_p1 {font-size: 35px;}
.news_text .news_time .news_time_p2 {font-size: 18px;}

.news_text {width: 52%;}
.news_title {width: 73%;margin-left: 2%;margin-top: 10.5px;}
.news_text a {height: 90px;}
.news_title h5 {font-size: 16px;}
.news_title p {font-size: 12px;line-height: 20px;}
.announcement_li { width: 47%; }
}


/* 手机自适应 */
@media screen and (max-width: 999px) {
.news_title p {padding-top: 5px;line-height: 30px;padding-left: 0;}
}



.ph_news_time {display: none;}
@media screen and (max-width: 999px) {
.news_title h5 {font-size: 26px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding-left: 0;}
.news_title h5::before {display: none;}
.ph_news_time {display: block;padding-bottom: 1rem;}
.ph_news_time .news_time_pe {font-size: 22px;margin-bottom: 5px;color: #999999;}
.news_time_ph .news_time_ph {font-size: 14px;color: #999999;}
.ph_news_time .news_time_ph {font-size: 16px;color: #999999;}
}

@media screen and (max-width: 999px) {
	.dynamic_top {
		margin: 1% 10px;
		padding-bottom: 5%;
	}

	.dynamic_right {
		margin-top: 6.5%;
	}

	/* 内容 */
	.dynamic_cont {
		max-width: 1920px;
	}

	/* 左边图 */
	.news_img {
		display: none;
	}

	/* 右边内容 */
	.news_text {
		float: none;
		width: 100%;
		margin: 0 auto;
	}

	.news_text a {
		padding: 0 0.75rem;
		height: auto;
		margin-top: 1rem;
	}
	





	/* 右边时间 */
	.news_text .news_time {
		width: 140px;
	}

	.news_text .news_time .news_time_p1,
	.news_text .news_time .news_time_p2 {
		display: none;
	}

	/* 右边文字 */
	.news_title {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 1rem;
	}
	.news_title h5 {font-size: 18px;padding-left: 0;}

}

/* 新闻end */

/* 公告 */
/* 背景部分 */
.announcement {
	position: relative;
	background: url(/uiFramework/commonResource/image/2022031111254631147.png) no-repeat;
        height:659px;max-width: 1920px; margin: 0 auto;
}


/* 内容 */
.pe_img_news {display: none;}

.announcement_ul {
	padding-top:93px;
}

.announcement_li {
	position: relative;
	width: 48.125%;
	margin-bottom: 64px;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 15px;
	margin-right: 3.625%;
        height:205px;
}
.announcement_li:nth-child(2n) {
	margin-right: 0;
}


/* 标题 */
.announcement_li h6 {
	font-size: 24px;
	padding: 3% 10px 0 10px;
}

/* 日期 */
.announcement_li p {
	color: #777777;
	font-size: 22px;
	padding-top: 3%;
}

/* 查看详情 */
.announcement_li a {
	display: inline-block;
	background:#1E64E3;
	background-size: 100%;
	width: 30%;
	height: 37px;
	line-height: 37px;
	border-radius: 15px;
	color: #FFFFFF;
	margin: 5% 0;
	transition: all 0.3s;
}
.announcement_li a:hover {margin-top: 4%;}
.announcement_li a span {font-size: 18px;color: #fff;}


.announcement_li a img {
	position: relative;
	top: -3px;
	margin-right: 5%;
}

.announcement_li .announcement_li_logo {
	position: absolute;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 1300px) {
	.announcement_li:nth-child(2n-1) {
		margin-left: 0;
	}

	.announcement_li {
		width: 47%;
	}
}

@media screen and (max-width: 1200px) {
	.announcement_li:nth-child(2n) {
		margin-left: 2%;
	}


}

/* 新增 */
@media screen and (max-width: 1800px) {
.announcement_li h6 {font-size: 23px;}
}
@media screen and (max-width: 1700px) {
.announcement_li h6 {font-size: 18px;}
}
@media screen and (max-width: 1600px) {

.announcement_li p {font-size: 20px;}
}
@media screen and (max-width: 1500px) {

.announcement_li p {font-size: 18px;}
.announcement_li a {height: 32px;line-height: 32px;}
.announcement_li a span {font-size: 15px;}
}
@media screen and (max-width: 1400px) {

.announcement_li p {font-size: 16px;}
.announcement_li a {height: 30px;line-height: 29px;}
}
/* 新增 end */
/* 手机自适应 */
@media screen and (max-width: 999px) {
.pe_img_news {display: block;width: 100%;}
/* 背景 */
.announcement {background-size: cover;height: auto;}
	.announcement_ul {
		width: auto;
		padding: 0 0.75rem;
		padding-top: 1rem;
		margin: 0;
	}

	.announcement_li {
		float: none;
		width: 100%;
		height: auto;
	}

	.announcement_li:nth-child(2n) {
		margin-left: 0;
	}
	.announcement_li h6 {
		font-size: 16px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.announcement_li p {
		font-size: 17px;
	}
	.announcement_li a {
		width: 35%;
		height: auto;
	}
.announcement_li a {padding: 3px 0;}
}

/* 公告end */