@charset "utf-8";

/* CSS Document */

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body,
a,
div,
p,
ul,
li,
img,
h3 {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑" !important;
	background: #f6f6f6;
}

a {
	text-decoration: none;
	font-family: "微软雅黑";
	color: #000;
}

ul li {
	list-style: none;
}

.clear {
	clear: both;
}

ul:before,
ul:after {
	content: "";
	display: table;
	clear: both;
}

.top_header {
	background: url(banner.jpg) no-repeat top center;
	height: 400px;
}

.top_side {
	width: 1200px;
	margin: 0 auto;
}

/* .top_side a {
	display: block;
	float: right;
	background-color: #70a6e6;
	color: #fff;
	padding: 2px 10px;
	margin-top: 10px;
	font-size: 14px;
	margin-left: 10px;
} */


/*主体内容*/

.container {
	width: 1200px;
	margin: 30px auto;
}

.work_box {
	margin: 20px 0 30px;
	width: 100%;
	overflow: hidden;
}
.work_title {
	height: 210px;
	background: #1480C8;
	border-radius: 10px 10px 0px 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.work_title p {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
}
.work_title p:first-child {
	font-size: 35px;
    padding-bottom: 5px;
}

.work_list {
	border-radius: 0px 0px 10px 10px;
	background: #fdfdfd;
}

.work_main {
	padding: 30px 96px 0px 50px;
	height: 440px;
	position: relative;
}
.scroll_cont {
	line-height: 34px;
	height: 100%;
	overflow: hidden;
}

.scroll_cont h5, .scroll_cont p {
    font-size: 18px;
    margin-bottom: 26px;
    text-indent: 2em;
}

.scroll_cont h4, .scroll_cont .title_sp {
    font-size: 18px;
    margin-bottom: 26px;
    font-weight: bold;
}

/* 滚动条 */
.work_main .scroll_bar {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 14px;
	height: 410px;
	background-color: #e5e5e5;
}
/* 滚动块 */
.work_main .scroll_slider {
	position: absolute;
	top: 0;
	left: 0px;
	width: 14px;
	height: 48px;
	background-color: #cacaca;
}

.work_foot {
	font-size: 16px;
	color: #868686;
	text-align: right;
	padding: 20px 35px 20px 0;
}
.down_info {
	padding-top: 15px;
	text-align: right;
}
.down_info a {
	display: inline-block;
	font-size: 16px;
	color: #000;
	line-height: 38px;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	padding: 0 10px;
	cursor: pointer;
}

.down_info a:hover {
	color: #1480C8;
	border-color: #1480C8;
}

.history_box {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: #fff;
}
.history_title {
	padding: 15px 0 30px;
	font-size: 26px;
	font-weight: bold;
	color: #333;
	line-height: 40px;
	text-align: center;
}
.history_box ul>li {
	float: left;
	width: 178px;
	line-height: 58px;
	background: #fff;
	border: 1px solid #E4E4E4;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.history_box ul>li:hover {
	border-color: #1480C8;
	background: #1480C8;
}
.history_box ul>li  a{
	display: block;
	font-size: 18px;
	color: #000;
}
.history_box ul>li:hover a {
	color: #fff;
}

.con_box {
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.con_title {
	border-bottom: 1px #e6e6e6 solid;
}

.con_title img {
	display: block;
	float: left;
	padding-top: 10px;
	padding-left: 15px;
}

.con_title h3 {
	height: 38px;
	line-height: 38px;
	display: inline-block;
	margin: 14px 0px 14px 20px;
	color: #1480C8;
	font-size: 24px;
}


/**/

.con_lc {
	padding-bottom: 10px;
}

.con_lc>a {
	width: 100%;
	margin: 10px 20px;
	display: block;
	padding: 10px 0;
	background-color: #eee;
	text-align: center;
	font-size: 18px;
}

.con_lc>a:hover {
	background-color: #196fbc;
	color: #fff;
}

.lc_tabs ul li {
	float: left;
	height: 45px;
	width: 219px;
	margin: 10px;
}

.lc_tabs ul li a {
	display: block;
	line-height: 45px;
	text-align: center;
	background-color: #fff;
	color: #000;
	cursor: pointer;
}

.lc_tabs ul li.on a {
	color: #fff;
	background-color: #196fbc;
}

.lc_lists {
	background-color: #fff;
	margin: 10px;
}

.lc_list {
	padding: 10px;
}

.tabs ul li {
	float: left;
	height: 45px;
	width: 579px;
	margin: 10px;
	background-color: #eee;
}

.tabs ul li a {
	display: block;
	line-height: 45px;
	text-align: center;
	color: #000;
	font-size: 18px;
	cursor: pointer;
}

.tabs ul li:hover {
	background-color: #196fbc;
}

.tabs ul li:hover a {
	color: #fff;
}

.tabs ul li.on {
	background-color: #196fbc;
}

.tabs ul li.on a {
	color: #fff;
}

.lists {
	padding: 0 20px;
}

.lists ul li {
	height: 35px;
}

.lists ul li i {
	display: block;
	float: left;
	height: 5px;
	width: 5px;
	margin-top: 6px;
	margin-right: 10px;
}

.lists ul li a {
	display: block;
	float: left;
	line-height: 35px;
}

.lists ul li span {
	display: block;
	float: right;
	line-height: 35px;
	color: #999;
}


/*工作报告分季度*/

.bg_tits {}

.lc_sub_list .bg_tits li {
	float: left;
	width: 259px;
	margin: 10px 15px;
	background-color: #f0f8ff;
	height: 35px;
	border-radius: 5px;
}

.lc_sub_list .bg_tits li a {
	display: block;
	font-size: 15px;
	text-align: center;
	line-height: 35px;
	float: none;
	cursor: pointer;
}

.lc_sub_list .bg_tits li:hover {
	background-color: #366fb8;
}

.lc_sub_list .bg_tits li:hover a {
	color: #fff;
}


/*民生实事分季度*/

.ms_tits {}

.lc_sub_list2 .ms_tits li {
	float: left;
	width: 259px;
	margin: 10px 15px;
	background-color: #f0f8ff;
	height: 35px;
	border-radius: 5px;
}

.lc_sub_list2 .ms_tits li a {
	display: block;
	font-size: 15px;
	text-align: center;
	line-height: 35px;
	float: none;
	cursor: pointer;
}

.lc_sub_list2 .ms_tits li:hover {
	background-color: #366fb8;
}

.lc_sub_list2 .ms_tits li:hover a {
	color: #fff;
}


/*重点工作分季度*/

.zd_tits {}

.lc_sub_list3 .zd_tits li,
.lc_sub_list4 .zzms_tits li,
.lc_sub_list5 .zzmm_tits li,
.lc_sub_list6 .zzmm25_tits li {
	float: left;
	width: 259px;
	margin: 10px 15px;
	background-color: #f0f8ff;
	height: 35px;
	border-radius: 5px;
}

.lc_sub_list3 .zd_tits li a,
.lc_sub_list4 .zzms_tits li a,
.lc_sub_list5 .zzmm_tits li a,
.lc_sub_list6 .zzmm25_tits li a {
	display: block;
	font-size: 15px;
	text-align: center;
	line-height: 35px;
	float: none;
	cursor: pointer;
}

.lc_sub_list3 .zd_tits li:hover,
.lc_sub_list4 .zzms_tits li:hover,
.lc_sub_list5 .zzmm_tits li:hover,
.lc_sub_list6 .zzmm25_tits li:hover {
	background-color: #366fb8;
}

.lc_sub_list3 .zd_tits li:hover a,
.lc_sub_list4 .zzms_tits li:hover a,
.lc_sub_list5 .zzmm_tits li:hover a,
.lc_sub_list6 .zzmm25_tits li:hover a {
	color: #fff;
}