@charset "UTF-8";

/* 公告列表 */
.notice_wrap {
	margin-top: 45px;
}

.notice_com {
	width: 445px;
	height: 143px;
	background: url(cydc2025_ww_img7.png) no-repeat;
	background-size: cover;
	float: left;
	box-shadow: 0px 0px 24px 0px rgba(79, 135, 194, 0.1);
	margin-right: 32px;
	margin-top: 30px;
	transition: all 0.3s;
}

.notice_com:nth-child(3n) {
	margin-right: 0;
}

.notice_com a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 37px 35px 20px 26px;
	box-sizing: border-box;
}

.notice_date {
	width: 68px;
	height: 68px;
	background: url(cydc2025_ww_img9.png) no-repeat;
	background-size: cover;
	transition: all 0.3s;
	text-align: center;
}

.notice_date .p1 {
	line-height: 44px;
	font-size: 28px;
	color: #3582d4;
	font-weight: 600;
	font-family: Arial;
}

.notice_date .p2 {
	line-height: 24px;
	font-size: 15px;
	font-family: Arial;
	color: #ffffff;
}

.notice_tit {
	width: 296px;
	font-size: 20px;
	line-height: 36px;
	font-weight: 600;
	transition: all 0.3s;
	margin-top: -4px;
}

.notice_com:hover {
	background: url(cydc2025_ww_img8.png) no-repeat;
	background-size: cover;
}

.notice_com:hover .notice_date {
	background: url(cydc2025_ww_img10.png) no-repeat;
	background-size: cover;
}

.notice_com:hover .notice_tit {
	color: #165eaa;
}



.title_com {
	overflow: hidden;
}

.title_left {
	padding-left: 23px;
	background: url(cydc2025_ww_img4.png) no-repeat left center;
	background-size: contain;
	font-size: 30px;
	font-weight: bold;
	line-height: 32px;
	position: relative;
}

.title_left::after {
	content: '';
	position: absolute;
	left: 153px;
	top: 0;
	width: 280px;
	height: 100%;
	background: url(cydc2025_ww_tit1.png) no-repeat center;
	background-size: contain;
	z-index: 1;
}

.title_left a {
	color: #4f87c2;
}


.notice_title_left::after {
	left: 160px;
	width: 1240px;
	background: url(cydc2025_ww_tit81.png) no-repeat center;
	background-size: contain;
}

/* 文字列表 */
.news_wrap {
	background-color: #ffffff;
	box-shadow: 0px 0px 18px 0px rgba(79, 135, 194, 0.1);
	padding: 50px;
	box-sizing: border-box;
	margin-top: 20px;
}


.list_title_left::after {
	display: none;
}

.list_title_left {
	width: 100%;
}

.list_title_left a {
	display: block;
	float: left;
	padding-right: 18px;
}

.list_title_img {
	overflow: hidden;
	height: 32px;
	background: url(cydc2025_ww_tit71.png) no-repeat left center;
	background-size: contain;
}

.news_list_all {
	margin-top: 24px;
}

.all_ul {
	margin-bottom: 48px;
	position: relative;
}

.all_ul::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #d4e2ef;
	position: absolute;
	bottom: -24px;
	left: 0;
}


.news_list_all li {
	font-size: 18px;
	line-height: 44px;
}

.news_list_all li {
	position: relative;
	padding-left: 22px;
}

.news_list_all li::before {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #4f87c2;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.news_list_all li a {
	display: block;
}

.news_list_all li:hover .time {
	color: #4f87c2;
}

.news_list_all .time {
	font-size: 16px;
	color: #97a5b2;
	position: absolute;
	right: 0;
	top: 0;
}

.news_list_all .page {
	padding: 18px 0 0 0;
}

/* 文章详情 */
.article_wrap {
	background-color: #ffffff;
	box-shadow: 0px 0px 18px 0px rgba(79, 135, 194, 0.1);
	padding: 45px 50px 49px;
	box-sizing: border-box;
	margin-top: 20px;
	margin-bottom: 80px;
}

.article_box {
	border: solid 1px #d4e2ef;
	padding: 48px 60px 60px;
}

.article_tit {
	text-align: center;
	font-size: 30px;
	line-height: 50px;
}

.article_info {
	font-size: 16px;
	margin-top: 30px;
	line-height: 18px;
	text-align: center;
}

.article_info .time {
	margin-right: 30px;
}

.article_cont {
	margin-top: 36px;
	border-top: 1px solid #e0e6ec;
	font-size: 20px;
	line-height: 1.8;
	text-align: justify;
	color: #1a1a1a;
	padding-top: 15px;
}
.article_cont table {
	font-size: 16px;
}

.article_cont .xglj_h {
	font-size: 16px;
}
/* .article_cont p {
    margin-top: 10px;
    text-indent: 2em;
    text-align: justify;
}

.article_cont img {
    display: block;
    margin: 10px auto;
} */

@media screen and (max-width: 1440px) {

	/* 公告列表 */
	.notice_wrap {
		margin-top: 32px;
	}

	.notice_com {
		width: 318px;
		height: 102px;
		background: url(cydc2025_ww_img7.png) no-repeat;
		background-size: cover;
		float: left;
		box-shadow: 0px 0px 17px 0px rgba(79, 135, 194, 0.1);
		margin-right: 23px;
		margin-top: 21px;
		transition: all 0.3s;
	}

	.notice_com:nth-child(3n) {
		margin-right: 0;
	}

	.notice_com a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 26px 25px 14px 19px;
		box-sizing: border-box;
	}

	.notice_date {
		width: 49px;
		height: 49px;
		background: url(cydc2025_ww_img9.png) no-repeat;
		background-size: cover;
		transition: all 0.3s;
		text-align: center;
	}

	.notice_date .p1 {
		line-height: 32px;
		font-size: 20px;
		color: #3582d4;
		font-weight: 600;
		font-family: Arial;
	}

	.notice_date .p2 {
		line-height: 17px;
		font-size: 11px;
		font-family: Arial;
		color: #ffffff;
	}

	.notice_tit {
		width: 211px;
		font-size: 14px;
		line-height: 26px;
		font-weight: 600;
		transition: all 0.3s;
		margin-top: -3px;
	}

	.notice_com:hover {
		background: url(cydc2025_ww_img8.png) no-repeat;
		background-size: cover;
	}

	.notice_com:hover .notice_date {
		background: url(cydc2025_ww_img10.png) no-repeat;
		background-size: cover;
	}

	.notice_com:hover .notice_tit {
		color: #165eaa;
	}

	.title_com {
		overflow: hidden;
	}

	.title_left {
		padding-left: 16px;
		background: url(cydc2025_ww_img4.png) no-repeat left center;
		background-size: contain;
		font-size: 22px;
		font-weight: bold;
		line-height: 24px;
		position: relative;
	}

	.title_left::after {
		content: '';
		position: absolute;
		left: 109px;
		top: 0;
		width: 200px;
		height: 100%;
		background: url(cydc2025_ww_tit1.png) no-repeat center;
		background-size: contain;
		z-index: 1;
	}

	.title_left a {
		color: #4f87c2;
	}

	.notice_title_left::after {
		left: 114px;
		width: 885px;
		background: url(cydc2025_ww_tit81.png) no-repeat center;
		background-size: contain;
	}

	/* 文字列表 */
	.news_wrap {
		background-color: #ffffff;
		box-shadow: 0px 0px 13px 0px rgba(79, 135, 194, 0.1);
		padding: 36px;
		box-sizing: border-box;
		margin-top: 14px;
	}

	.list_title_left a {
		display: block;
		float: left;
		padding-right: 13px;
	}

	.list_title_img {
		overflow: hidden;
		height: 24px;
		background: url(cydc2025_ww_tit71.png) no-repeat left center;
		background-size: contain;
	}

	.news_list_all {
		margin-top: 17px;
	}

	.all_ul {
		margin-bottom: 37px;
		position: relative;
	}

	.all_ul::after {
		content: '';
		width: 100%;
		height: 1px;
		background: #d4e2ef;
		position: absolute;
		bottom: -19px;
		left: 0;
	}

	.news_list_all li {
		font-size: 14px;
		line-height: 34px;
	}

	.news_list_all li {
		position: relative;
		padding-left: 16px;
	}

	.news_list_all li::before {
		content: '';
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: #4f87c2;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}

	.news_list_all li a {
		display: block;
	}

	.news_list_all li:hover .time {
		color: #4f87c2;
	}

	.news_list_all .time {
		font-size: 13px;
		color: #97a5b2;
		position: absolute;
		right: 0;
		top: 0;
	}

	.news_list_all .page {
		padding: 13px 0 0 0;
	}

	/* 文章详情 */
	.article_wrap {
		background-color: #ffffff;
		box-shadow: 0px 0px 13px 0px rgba(79, 135, 194, 0.1);
		padding: 32px 36px 35px;
		box-sizing: border-box;
		margin-top: 14px;
		margin-bottom: 57px;
	}

	.article_box {
		border: solid 1px #d4e2ef;
		padding: 34px 43px 43px;
	}

	.article_tit {
		text-align: center;
		font-size: 26px;
		line-height: 40px;
	}

	.article_info {
		font-size: 14px;
		margin-top: 21px;
		line-height: 14px;
		text-align: center;
	}

	.article_info .time {
		margin-right: 21px;
	}

	.article_cont {
		margin-top: 26px;
		border-top: 1px solid #e0e6ec;
		font-size: 16px;
		line-height: 1.8;
		text-align: justify;
		color: #1a1a1a;
		padding-top: 11px;
	}

	/* .article_cont p {
        margin-top: 7px;
        text-indent: 2em;
    }

    .article_cont img {
        display: block;
        margin: 7px auto;
    } */
}