.focus_news,
.notice_s_item,
.cols3 {
	display: flex;
	margin-top: 2rem;
	margin-bottom: 2rem;
	justify-content: space-between;
}

.focus {
	width: 61rem;
	height: 38rem;
}

.news {
	width: calc(100% - 63rem);
	margin: 0 0 0 2rem;
}

.list {}

.list0 {}

.list1 {
	width: calc(100% - 4rem);
	padding: 2rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.item a,
.item1 a,
.item2 a {
	display: flex;
	justify-content: space-between;
}

.item {
	width: 100%;
	font-size: 1.6rem;
	height: 4rem;
	line-height: 4rem;
	border-bottom: 1px dashed #ccc;
}

.item2 {
	width: 100%;
	font-size: 1.6rem;
	height: 5.5rem;
	line-height: 5.5rem;
	border-bottom: 1px dashed #ccc;
}

.item_tit,
.item_tit0,
.main_tit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}


.item_tit0 {
	width: calc(100% - 16rem);
	padding: 0 0 0 2rem;
	background: url(../images/icon_t0.png) no-repeat left center;
}

.item_tit {
	width: calc(100% - 16rem);
}

.item_dt {
	width: 14rem;
}


.notice {
	width: calc(100% - 25rem);
}

.item1 {
	width: 49%;
	height: 7rem;
	margin: 0 0 2rem 0;
}

.item1_dt {
	background-color: #0351a8;
	height: 7rem;
	width: 7rem;
	color: #fff;
	border-radius: 0.5rem;
}

.day,
.year_month {
	text-align: center;
}

.day,
.year_month,
.main_tit,
.summary {
	display: block;
}

.day {
	width: 70%;
	margin: 1rem auto 0;
	font-size: 2rem;
	line-height: 2rem;
	padding: 0 0 0.5rem 0;
	border-bottom: 1px solid #fff;
}

.year_month {
	display: block;
	font-size: 1.2rem;
	line-height: 2.5rem;
}

.item_tit1 {
	width: calc(100% - 8rem);
}

.main_tit {
	font-size: 1.6rem;
	font-weight: bold;
	height: 3rem;
	line-height: 3rem;
}

.summary {
	height: 4rem;
	line-height: 2rem;
	color: #888;
	font-size: 1.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-indent: 2em;
}

.special_ul,
.col_links {
	width: 24rem;
}

.special_li {
	background-color: #bfdbfb;
	height: 5rem;
	background-position: 30px 10px;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	margin: 0 0 2rem 0;
}

.special_li a {
	padding: 0 0 0 8rem;
	font-size: 1.6rem;
	line-height: 5rem;
	color: #3b3b3b;
}

.icon_rl {
	background-image: url(../images/icon_rl.png);
}

.icon_sj {
	background-image: url(../images/icon_sj.png);
}

.icon_zy {
	background-image: url(../images/icon_zy.png);
}

.icon_jys {
	background-image: url(../images/icon_jys.png);
}

.icon_fk {
	background-image: url(../images/icon_fk.png);
}

.icon_lj {
	background-image: url(../images/icon_lj.png);
}

.cols3_1 {
	width: 61rem;
	margin: 0 1rem;
}

.sub_banner {
	max-width: 192rem;
	height: 36rem;
	margin: 0 auto;
	background: url(../images/sub_banner.jpg) no-repeat;
	background-size: 100% 100%;
}

.sub_page {
	margin-top: 2rem;
	margin-bottom: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.aside {
	width: 33rem;
	box-shadow: 0px 1px 9px 0px rgba(48, 55, 102, 0.32);
}

.sub_col {
	background: url(../images/col.jpg);
	height: 9rem;
	line-height: 9rem;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}

.sub_aside_ul {}

.sub_aside_li {
	background: #fff;
	height: 6rem;
	line-height: 6rem;
	text-align: center;
	border-bottom: 1px solid #dedede;
}

.sub_aside_li a {
	display: block;
	font-size: 1.6rem;
}

.sub_aside_li a:hover::after {
	content: " >";
}

.sub_aside_li a:hover {
	color: #fff;
	font-weight: bold;
	background-color: #015bbb;
}

.sub_main {
	width: calc(100% - 40rem);
	padding: 2rem;
	background: #fff;
}

.sub_extra {
	display: flex;
	justify-content: space-between;
	border-bottom: 0.1rem solid #015bbb;
}

.sub_extra_col::before {
	content: "鈼;
 color: #015bbb;
	padding: 0 1rem 0 0;
}

.sub_extra_col {
	height: 6rem;
	line-height: 6rem;
	font-size: 2.2rem;
}

.sub_extra_bread,
.sub_extra_bread a {
	color: #888;
	font-size: 1.4rem;
	line-height: 6rem;
}

.sub_contents {
	width: 96%;
	margin: 0.5rem auto;
}

h1.sub_tit {
	font-size: 2rem;
	text-align: center;
	margin-top: 1.5rem;
	margin-bottom: 2.5rem;
}

.sub_cnt_extra {
	text-align: center;
	color: #888;
	font-size: 1.4rem;
	padding-bottom: 1.2rem;
	border-bottom: 0.1rem solid #cbbda6;
	margin-bottom: 1.5rem;
}

.sub_contents,
.sub_contents a {
	font-size: 1.4rem;
	line-height: 2.6rem;
}

.cnt {
	font-size: 1.4rem;
	line-height: 2.6rem;
	word-break: break-word;
	white-space: normal;
	word-wrap: break-word;
}

.cnt img,
.cnt table,
.cnt video,
.cnt audio,
.cnt embed {
	max-width: 100% !important;
	height: auto !important;
}

.cnt,
.cnt div,
.cnt p,
.cnt span,
.cnt table,
.cnt tr,
.cnt td {
	font-family: 宋体, SimSun !important;
}


@media screen and (min-width:300px) and (max-width:1199px) {

	.focus,
	.links {
		height: auto;
	}

	.focus,
	.focus table,
	.focus table div,
	.focus table img {
		width: 100% !important;
		height: 100% !important;
	}

	.focus_news,
	.notice_s_item,
	.cols3 {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}

	.news,
	.notice,
	.list1,
	.item1,
	.cols3_1,
	.special_ul,
	.col_links,
	.aside,
	.sub_main,
	.sub_extra,
	.sub_extra_col,
	.sub_extra_bread {
		width: calc(100% - 1rem);
		margin: 0;
		padding: 0.5rem;
	}

	.special_ul img,
	.sub_banner {
		display: none;
	}

	.cols3,
	.notice_s_item,
	.sub_page,
	.sub_main,
	.sub_extra {
		flex-wrap: wrap
	}

	.links {
		padding: 0.5rem;
	}

	.sub_extra_col,
	.sub_extra_bread,
	.sub_extra_bread a {
		height: auto;
		line-height: normal;
	}

}

@media screen and (min-width:1200px) and (max-width:1599px) {
	.cols3_1 {
		width: calc((100% - 28rem) / 2);
		margin: 0 1rem;
	}
}