@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	font-size: 14px;
	font-family: "微软雅黑";
}

body {
	background: url(../images/leader-bg.png) no-repeat;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
	line-height: 0;
}

img {
	border: 0;
}

/*头部*/
.header {
	width: 1400px;
	height: 244px;
	background: url(../images/顶部2.png) center top no-repeat;
	background-size: 1400px;
	margin: 0 auto;
	border-top: 1px solid #c50908;
}

.nav {
	width: 1400px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	margin-top: 164px;
	background-color: #aa1207;
}

.nav {
	height: 40px;
}

.nav>ul {
	width: 937px;
	margin: 0 auto;
}

.nav>ul>li {
	width: 103px;
	height: 40px;
	float: left;
	text-align: center;
}

.nav>ul>li:hover {
	background-color: #e7d9d8;
}

.nav>ul>li:hover a {
	color: #aa1207;
}

.nav>ul>li>a {
	color: #fff;
	font-weight: light;
}

.nav>ul>li>ul {
	display: none;
	position: relative;
}

.nav>ul>li:hover ul {
	display: block;
}

.nav>ul>li:hover ul>li>a {
	color: #fff;
}

.nav>ul>li>ul>li:hover a {
	text-decoration: underline;
}

.nav>ul>li>ul>li {
	width: 103px;
	height: 40px;
	background-color: #aa1207;
}



.nav>ul>li:hover {
	background-color: #e7d9d8;
}

.nav>ul>li:hover a {
	color: #aa1207;
}

.nav>ul>li>a {
	color: #fff;
	font-weight: light;
}


.header_info {
	width: 1398;
	height: 38px;
	border: 1px solid #ddd;
	border-top: 1px solid #f8f8f8;
	background-color: #f8f8f8;
}

.header_info_inner {
	width: 1200px;
	margin: 0 auto;
}

.weather {
	width: 126px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #555555;
	margin-top: 8px;
	margin-left: 150px;
	float: left;
}

.weather>img {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	vertical-align: top;
}

.time {
	width: 220px;
	height: 30px;
	margin-top: 5px;
	float: left;
}

.time>a,
.time>span {
	line-height: 30px;
	color: #555;
	margin-left: 10px;
	font-size: 12px;
}

.info_right {
	min-width: 309px;
	/*原来是200px*/
	height: 30px;
	line-height: 30px;
	float: right;
	margin-top: 5px;
}

/*这里是新写的*/
.info_right li {
	display: inline-block;
	font-size: 12px;
	color: #555;
	float: left;
}

.info_right li a {
	display: inline-block;
	font-size: 12px;
	color: #555;
}

.info_right li ul {
	position: absolute;
	display: none;
}

.info_right li:hover ul {
	position: relative;
	left: -22px;
	display: block;
}

.info_right li ul li {
	text-align: center;
	border: 1px solid #ddd;
	border-top: 1px solid #f8f8f8;
	background-color: #f8f8f8;
	width: 70px;
}

.info_right li ul li a:hover {
	color: #FF0000;
}

/*这下面是配合header_bak的，到时候有问题的话将header_bak改为header覆盖原来的*/
/*.info_right>a{
	cursor: pointer;
}

.info_right>a,.info_right>span{
	font-size:12px;
	color:#555;
	margin-left:15px;
}
.info_right>.welc{
	font-size:12px;
	color:#555;
	margin-left:0px;
}*/
.search_box {
	width: 300px;
	height: 30px;
	line-height: 30px;
	float: right;
	margin-top: 5px;
}

#search {
	width: 272px;
	float: right;
	margin-right: 50px;
	background: url(../images/search.png) no-repeat;
}

#keywords {
	width: 190px;
	height: 28px;
	border: 0;
	background: none;
	margin-left: 20px;
	margin-top: 1px;
	font-size: 12px;
	color: #555;
	text-indent: 10px;
	line-height: 28px;
	float: left;
}

.input_btn {
	width: 25px;
	height: 30px;
	background: none;
	border: 0;
	cursor: pointer;
	float: left;
}



/*中间部分*/

.content_wrap {
	width: 1400px;
	margin: 0 auto;
}

.content {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
}

.content>p a {
	display: block;
	font-size: 40px;
	font-family: "方正小标宋简体", "华文中宋";
	color: #cb1c1d;
	margin-bottom: 10px;
}

.content>span {
	font-size: 16px;
	color: #2e2e2e;
	letter-spacing: 1px;
}

.content>span p a {
	font-size: 16px;
	color: #2e2e2e;
	letter-spacing: 1px;
}

.part1 {
	width: 1100px;
	height: 410px;
	padding-top: 60px;
}

.part1_left {
	width: 389px;
	height: 380px;
	float: left;
	background: #f1f2f3;
}

.part1_left_img {
	width: 389px;
	height: 335px;
	overflow: hidden;
}

.part1_left_img>ul>li {
	display: none;
}

.part1_left_img>ul>li>a>img {
	width: 389px;
	height: 335px;
}

.part1_left_img>ul>li:first-child {
	display: block;
}

.part1_left_text {
	width: 389px;
	height: 62px;
	top: -80px;
	overflow: hidden;
	position: relative;
}

.part1_left_text>ul>li {
	display: block;
	width: 389px;
	height: 62px;
	line-height: 62px;
	background: url(../images/灰条.png) no-repeat;
}

.part1_left_text>ul>li>span {
	font-size: 16px;
	color: #fff;
}

.part1_left_text>ul>li {
	display: none;
}

.part1_left_text>ul>li:first-child {
	display: block;
}

.part1_left_btn {
	width: 170px;
	height: 3px;
	margin: 0 auto;
	/*margin-top:-40px;*/
	margin-top: 20px;
}

.part1_left_btn>span {
	display: block;
	float: left;
	width: 19px;
	height: 3px;
	background: url(../images/btn.png);
	margin-left: 15px;
	cursor: pointer;
}

.part1_left_btn>.btn_on {
	background: url(../images/btn_on.png);
}

.part1_right {
	width: 690px;
	border: 1px solid #e7e7e7;
	height: 378px;
	float: right;
}

.part1_right_tit {
	width: 93%;
	height: 50px;
	border-bottom: 1px solid #e7e7e7;
	line-height: 50px;
	padding: 0 3% 0 4%;
}

.part1_right_tit>span {
	font-size: 18px;
	color: #aa1207;
	float: left;
}

.part1_right_tit>a {
	font-size: 14px;
	color: #a5a5a5;
	float: right;
}

.part1_right_con {
	padding: 40px 25px 0;
}

.part1_right_img {
	width: 207px;
	height: 250x;
	float: left;
}

.part1_right_img>a>img {
	width: 207px;
	height: 250px;
}

.part1_right_text {
	width: 415px;
	float: right;
	text-align: left;
}

.right_text_top {
	width: 100%;
	height: 80px;
	border-bottom: 1px dashed #8a8787;
}

.right_text_top>h2 {
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	color: #cc0000;
	margin-bottom: 10px;
}

.right_text_top>span {
	font-size: 12px;
	color: #8a8787;
	text-indent: 2em;
}


.right_text_top>a {
	font-size: 12px;
	color: #000;
	margin-left: 5px;
}

.right_text_bottom {
	width: 100%;
	height: 180px;
	margin-top: 5px;
}

.right_text_bottom>ul>li,
.text_list>ul>li {
	height: 35px;
	line-height: 35px;
	width: 95%;
	padding-left: 5%;
	background: url(../images/点.png) no-repeat 5px 11px;
	text-align: left;
}

.right_text_bottom>ul>li>a,
.text_list>ul>li>a {
	font-family: "宋体";
	font-size: 16px;
	color: #484848;
}

.text_list>ul>li:hover a {
	text-decoration: underline;
	color: #c50908;
}

.part2 {
	width: 1100px;
	height: 91px;
}

.part2>ul>li {
	float: left;
	width: 267px;
	height: 91px;
	margin-left: 10px;
}

.part2>ul>li:first-child {
	margin-left: 0;
	margin-right: 2px;
}

.part2>ul>li p img {
	width: 267px;
	height: 91px;
}

.part3 {
	width: 100%;
	height: 415px;
	margin-top: 38px;
}

.part3_left {
	width: 313px;
	height: 410px;
	float: left;
	border: 1px solid #e7e7e7;
}

.part3_left_tit {
	width: 100%;
	height: 33px;
	line-height: 33px;
	padding-top: 20px;
}

.part3_left_tit>span {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	float: left;
	margin-left: 15px;
}

.part3_left_tit>a {
	font-family: "宋体";
	font-size: 16px;
	color: #006fc3;
	float: right;
	margin-right: 15px;
}

.part3_left_con {
	width: 100%;
	height: 357px;
}

.part3_left_con>ul>li {
	padding-top: 5px;
	width: 91%;
	height: 165px;
	text-align: left;
	margin: 0 auto;
}

.part3_left_con>ul>li:hover a:first-child {
	text-decoration: underline;
	color: #c50908;
}

.part3_left_con>ul>li:first-child {
	border-bottom: 1px solid #e6e6e6;
}

.part3_left_con>ul>li>a {
	font-size: 16px;
	color: #2e2e2e;
	line-height: 35px;
}

.part3_left_con>ul>li>a>img {
	width: 280px;
	height: 130px;
}

.part3_mid {
	width: 480px;
	height: 409px;
	border: 1px solid #e7e7e7;
	border-top: 2px solid #cb1d1e;
	float: left;
	margin-left: 23px;
	background-color: #fff;
}

.part3_mid_tit {
	width: 450px;
	height: 40px;
	background: url(../images/Layer.png) no-repeat;
	padding: 20px 0 0 30px;
}

.part3_mid_tit>a {
	font-size: 18px;
	color: #cb1c1d;
	display: block;
	background: url(../images/箭头.png) no-repeat left center;
	width: 150px;
	text-indent: 20px;
}

.part3_mid_con {
	padding-left: 20px;
}

.part3_right {
	width: 263px;
	height: 412px;
	float: right;
}

.tougao {
	width: 70%;
	height: 54px;
	background: url(../images/投稿上传.png) no-repeat;
	line-height: 54px;
	padding-left: 30%
}

.tougao>a {
	display: block;
	font-size: 18px;
	color: #9b0200;
	letter-spacing: 2px;
}

.jiaoyu {
	width: 100%;
	height: 96px;
	margin-top: 10px;
}

.jiaoyu>a>img {
	width: 263px;
	height: 96px;
}

.friend_link {
	width: 100%;
	height: 130px;
	padding-top: 16px;
	background: url(../images/图层11.png);
	margin-top: 10px;
}

.friend_link>span {
	font-size: 16px;
	color: #333;
}

.link {
	width: 214px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/option.png) left no-repeat;
	overflow: hidden;
	border: 0;
	margin-top: 14px;
}

.link>select {
	width: 234px;
	height: 32px;
	background: transparent;
	-webkit-appearance: none;
	border: 0;
	color: #99989b;
	text-align: center;
}

.code_pic {
	width: 261px;
	height: 84px;
	border: 1px solid #e7e7e7;
	margin-top: 10px;
}

.code_pic>ul>li {
	float: left;
	width: 87px;
	height: 74px;
	margin-top: 8px;
}

.code_pic>ul>li>span {
	display: block;
	font-size: 12px;
	color: #575757;
}

.code_pic>ul>li>img {
	width: 56px;
	height: 56px;
	margin: 0 auto;
}

.part4 {
	width: 1098px;
	height: 268px;
	border: 1px solid #e7e7e7;
	margin-top: 35px;
}

.part4_tit {
	width: 100%;
	height: 33px;
	padding-top: 20px;
}

.part4_tit>span {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	float: left;
	margin-left: 17px;
}

.part4_tit>a {
	font-family: "宋体";
	font-size: 16px;
	color: #006fc3;
	float: right;
	margin-right: 25px;
}

.part4_con {
	width: 90%;
	height: 195px;
	margin-top: 20px;
	overflow: hidden;
	margin: 0 auto;
}

.part4_con>ul>li {
	float: left;
	width: 220px;
	height: 170px;
}

.part4_con>ul>li>a>img {
	width: 183px;
	height: 170px;
}

.footer {
	width: 1400px;
	height: 190px;
	margin: 0 auto;
	margin-top: 30px;
}

.footer_logo {
	width: 317px;
	height: 40px;
	margin: 0 auto;
	background: url(../images/党建logo.png) no-repeat
}

/*.footer_logo>img{
	vertical-align: middle;
	margin-right: 20px;
}

.footer_logo>span{
	font-size: 17px;
	color: #d60000;
	font-weight: bold;
}*/

.footer_link {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	margin-top: 10px;
}

.footer_link>ul {
	width: 990px;
	margin: 0 auto;
}

.footer_link>ul>li {
	width: 90px;
	height: 30px;
	margin: 0 16px;
	float: left;
}

.footer_link>ul>li>a {
	font-size: 15px;
	color: #1c1c1c;
}

.footer_info {
	width: 100%;
	height: 60px;
	margin-top: 20px;
}

.footer_info>span {
	display: block;
	color: #9c9b9b;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}

/*列表页*/
.con_left {
	width: 710px;
	float: left;
	text-align: left;
}

.breadcrumbs {
	height: 70px;
	line-height: 70px;
	color: #555;
	font-size: 14px;
}

.breadcrumbs>a {
	font-size: 14px;
	color: #575757;
}

.category_tit {
	width: 100%;
	height: 45px;
	background: url(../images/line.png) no-repeat bottom;
	line-height: 45px;
}

.category_tit>span {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.category_list {
	width: 100%;
	min-height: 800px;
}

.category_list>ul {
	margin-top: 20px;
}

.category_list>ul>li {
	height: 32px;
	line-height: 32px;
}

.category_list>ul>li>a {
	font-size: 15px;
	color: #555;
	float: left;
}

.category_list>ul>li>span {
	font-size: 15px;
	color: #555;
	float: right;
}

.category_list>ul>li:hover a {
	text-decoration: underline;
	color: #c50908;
}

.sidebar {
	width: 327px;
	float: right;
	margin-top: 70px;
	text-align: left;
}

.sidebar_tit {
	width: 100%;
	height: 45px;
	background: url(../images/shortline.png) no-repeat bottom;
	line-height: 45px;
}

.sidebar_tit>span {
	font-size: 18px;
	color: #e51d20;
	font-weight: bold;
}


.sidebar_con p>a {
	width: 267px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

.sidebar_con p>a>img {
	width: 265px;
	height: 91px;

}

.sidebar_img:first-child {
	margin-top: 30px;
}

.sidebar_code {
	width: 267px;
	margin: 0 auto;
	margin-top: 25px;
	height: 100px;
}

.sidebar_code>ul>li {
	width: 89px;
	text-align: center;
	height: 80px;
	margin-top: 15px;
}

.page_link {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	text-align: left;
	height: 30px;
	line-height: 30px;
}

.page_link>span {
	display: block;
	float: left;
	margin-right: 20px;
}

.page_link input {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
}

.page_link>a {
	float: left;
	padding: 0 10px;
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	border: 1px solid #ccc;
	margin-right: 5px;
	color: #555;
}

.goto {
	height: 30px;
	line-height: 30px;
}

.page_link>a:hover {
	background-color: #f61a0a;
	color: #fff;
}

.current {
	background-color: #f61a0a;
	color: #fff !important;
}


/*文章页*/
.single {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.single_tit {
	margin-top: 20px;
	margin-bottom: 30px;
}

.single_tit>h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}

.single_tit>span {
	color: #555;
}

.single_con {
	text-align: left;
	min-height: 700px;
}

.fenye {
	margin-top: 20px;
	text-align: left;
}

.single_con>p {
	color: #575757;
	line-height: 25px;
	text-indent: 2em;
}

.fenye a,
.fenye span {
	color: #575757
}

.fenye a:hover {
	text-decoration: underline;
	color: #c50908;
}

#Ad {
	background: url(../images/通知公告.png) no-repeat;
}

.Ad_con {
	width: 285px;
	height: 98px;
	margin: 0 auto;
	margin-top: 90px;
	color: #d0551e;
	text-decoration: underline;
	text-align: left;
}

.close {
	font-size: 16px;
	color: #4b4b4b;
	float: right;
	width: 35px;
	height: 30px;
	margin-right: 10px;
	cursor: pointer;
}