@charset "utf-8";
@charset "utf-8";

/*======Reset style======*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
span {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

ol,
ul,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
em {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

body {
	font: 18px/1.9 Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
	color: #333;
	min-width: 1200px;
	background: #fff;
	box-sizing: border-box;
}

img {
	display: inline-block;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #d90000;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear_both:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
}

.width2 {
	width: 100%;
	margin: 0 auto;
	min-width: 1200px;
}

.main1200 {
	width: 1200px;
	margin: 0 auto;
	min-width: 1200px;
}

.banner_img {
	height: 300px;
	background: url(../images/banner-img.jpg) center no-repeat;
	background-size: auto;
}

/*====导航====*/
.top_nav {
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 26px;
	background: #fff2d3;
}

.top_nav a {
	padding: 18px 96px;
	color: #bd740d;
}

/*======首屏-轮播图======*/
.main_list1 {
	margin-top: -20px;
	overflow: hidden;
}

.focus_row {
	width: 600px;
	height: 460px;
	overflow: hidden;
	position: relative;
}

.focus_row .hd {
	height: 10px;
	position: absolute;
	z-index: 1;
	bottom: 22px;
	right: 12px;
}

.focus_row .hd ul {
	zoom: 1;
	float: left;
}

.focus_row .hd ul li {
	cursor: pointer;
	width: 8px;
	height: 8px;
	background: #fff;
	float: left;
	margin-right: 8px;
	border-radius: 5px;
}

.focus_row .hd ul li.on {
	width: 10px;
	height: 10px;
	margin-top: -1px;
	background: #d90000;
}

.focus_row .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.focus_row .bd li {
	zoom: 1;
}

.focus_row .bd img {
	width: 600px;
	height: 460px;
}

.focus_row .bd h1 {
	position: absolute;
	bottom: 0px;
	left: 0;
	line-height: 60px;
	width: 78%;
	margin-left: 21px;
	z-index: 111;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: rgba(255, 255, 255, 1);
}

.focus_row .bd div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: .6;
	width: 100%;
	height: 60px;
}

/*===要闻===*/
.first_news {
	width: 565px;
	overflow: hidden;
}

.main_list1 .news_list1 {
	margin: 12px 0 0 0;
}

.main_list2 .news_list1 {
	width: 570px;
	margin-top: 20px;
	overflow: hidden;
}

.news_list1 li {
	line-height: 42px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main_list4 .news_list1 li {
	float: left;
	width: 570px;
	padding-right: 30px;
	overflow: hidden;
}

.news_list1 li i {
	display: inline-block;
	width: 6px;
	height: 6px;
	position: relative;
	top: -3px;
	margin-right: 12px;
	background: #ed2121;
}

.news_list2 {
	width: 100%;
	padding-bottom: 14px;
	border-bottom: 1px dashed #dcdcdc;
	overflow: hidden;
}

.news_list2 dt {
	font-size: 22px;
	padding: 3px 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_list2 dd {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news_list2 dd a {
	color: #b90102;
}

.news_list2 dd a:hover {
	text-decoration: underline;
}

/*======省委要求======*/
.main_list5 .first_news {
	height: 460px;
	overflow: hidden;
}

.main_list5 dl {
	margin-bottom: 6px;
}

.main_list5 dl.news_list2:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

/*======省直动态======*/
.main_title {
	width: 1200px;
	margin: 80px auto 50px;
	position: relative;
	height: 45px;
	text-align: center;
	overflow: hidden;
}

.main_title .more1 {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 14px;
	font-size: 14px;
	color: #666;
}

.main_title .more1:hover {
	color: #b90102;
}

.main_list2 {
	overflow: hidden;
}

/*======学习书库======*/
.main_list3 {
	height: 460px;
	margin-top: 80px;
	background: url("../images/book_bg.png") center 218px no-repeat #f2f2f2;
}

.book_row {
	position: relative;
	box-sizing: border-box;
	padding: 90px 0 130px 52px;
}

.book_row .hd .prev,
.book_row .hd .next {
	display: block;
	width: 15px;
	height: 29px;
	padding: 10px;
	cursor: pointer;
	position: absolute;
	top: 183px;
}

.book_row .hd .prev {
	background: url("../images/arrow-l.png") center no-repeat;
	left: 10px;
}

.book_row .hd .next {
	background: url("../images/arrow-r.png") center no-repeat;
	right: 10px;
}

.book_row .bd {
	width: 1084px;
	overflow: hidden;
	/* margin: 0 0 0 52px; */
}

.book_row .bd ul {
	overflow: hidden;
	zoom: 1;
}

.book_row .bd ul li {
	float: left;
	width: 220px;
	text-align: center;
}

.book_row .bd ul li img {
	width: auto;
	height: 240px;
	display: block;
	margin: 0 auto;
}

/*======学思践悟======*/
.main_list4 {
	margin-bottom: 66px;
	overflow: hidden;
}

/*======当前位置======*/
.list_top {
	color: #888;
	display: flex;
	height: 78px;
	line-height: 78px;
}

.list_top a {
	color: #888;
}

.list_top a:last-child {
	color: #333;
}

/*======新闻列表======*/
.bgf6 {
	padding-bottom: 72px;
	background: #f6f7f9;
}

.main_area {
	box-sizing: border-box;
	padding: 20px 60px 40px;
	min-height: 860px;
	background: #fff;
	overflow: hidden;
}

.main_area dl {
	padding: 13px 0 23px;
	margin-right: 10px;
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
}

.main_area dl dd {
	float: left;
	width: 890px;
}

.main_area dl dd h3 {
	margin: 8px 0;
}

.main_area dl dd p {
	line-height: 28px;
	font-size: 16px;
	color: #888;
	overflow: hidden;
}

.main_area dl dt {
	float: right;
	box-sizing: border-box;
	margin-top: 18px;
	width: 114px;
	height: 90px;
	text-align: center;
	padding-left: 38px;
	border-left: 1px solid #e9ecee;
}

.main_area dl dt span:first-child {
	font-size: 40px;
	color: #333;
	line-height: 62px;
	display: block;
}

.main_area dl dt span:last-child {
	display: block;
	line-height: 22px;
	font-size: 16px;
	color: #888;
}

/*======新闻详情======*/
.shownews-header h1 {
	margin: 18px 0 0;
	font-size: 30px;
	font-weight: 700;
	color: #333;
	text-align: center;
}

.shownews-header .info {
	color: #888;
	font-size: 16px;
	padding: 4px 0 24px 0;
}

.shownews-header .info .iconfont {
	font-size: 18px;
}

.shownews-header .info2 {
	color: #666;
	font-size: 18px;
}

.shownews-header .info span {
	margin: 0 28px 0 0;
}

.news-editor img {
	display: block;
	margin: 30px auto 0;
	max-width: 750px;
}

.news-editor {
	color: #333;
}

.news-editor p {
	margin: 30px 0;
	text-align: justify;
	text-indent: 36px;
	line-height: 30px;
}



/*======翻页======*/
.page_nav {
	margin: 60px auto 100px;
	text-align: center;
	display: flex;
	justify-content: center;
	font-size: 14px;
}

.page_nav a,
.page_nav span {
	display: block;
	padding: 10px 18px;
	margin: 0 5px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #555;
	background-color: #f8f8f8;
}

.page_nav .page_current,
.page_nav a:hover {
	color: #fff;
	background-color: #bf000a;
}

.page_nav a:first-child,
.page_nav a:last-child {
	margin: 0 15px;
	cursor: pointer;
	background-color: #fff;
	border: solid 1px #e5e5e5;
}

.page_nav a:first-child:hover,
.page_nav a:last-child:hover {
	color: #bf000a;
}

.content_author, .content_editor, .content_source{
	display: none !important;
}

