﻿/* 专栏图片样式 */
.banner {
	height: 100px;
	margin: 25px auto;
}

.banner img {
	width: 100%;
	height: 100%;
}

/* 领导关注模块样式 */
.leader {
	height: auto;
	margin: auto;
}

/* 领导关注模块轮播图样式 */
.leader .led_caul {
	width: 640px;
	height: 372px;
	overflow: hidden;
	position: relative;
	float: left;
}

.leader .led_caul img {
	width: auto;
	height: 100%;
}

.led_caul .hd {
	text-align: center;
	position: absolute;
	bottom: 17px;
	right: 5px;
	z-index: 1;
	white-space: nowrap;
	width: 80px;
	height: 12px;
	overflow: hidden;
}

.led_caul .hd ul {
	text-align: center;
	overflow: hidden;
}

.led_caul .hd ul li {
	width: 11px;
	height: 11px;
	background-color: #8a898b;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
	text-indent: -999px;
	cursor: pointer;
}

.led_caul .hd ul li.on {
	background-color: #FFFFFF;
}

.led_caul .bd ul li {
	width: 100%;
	height: 100%;
	position: relative;
}

.led_caul .caul_info {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background-image: url(./caul_text_back.png);
	position: absolute;
	bottom: 56px;
}

.led_caul .caul_info a {
	font-size: 16px;
	color: #FFFFFF;
	width: 476px;
	height: 16px;
	line-height: 16px;
	display: inline-block;
	margin-left: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 领导关注模块信息列表样式 */
.leader_list {
	width: 526px;
	height: 372px;
	float: right;
}

.leader_list .ldlist_tt {
	width: 100%;
	height: 24px;
	line-height: 24px;
}

.leader_list .ldlist_tt span {
	font-size: 24px;
	color: #1973c3;
	font-weight: bold;
}

.leader_list .ldlist_tt img {
	padding-bottom: 8px;
}

.leader_list .ldlist_tt a {
	font-size: 14px;
	color: #666666;
	float: right;
}

.leader_list .ldlist_info {
	width: 100%;
	height: auto;
}

.leader_list .ldlist_info ul li {
	height: 51px;
	width: 100%;
	line-height: 51px;
	font-size: 16px;
	overflow: hidden;
	border-top: 1px dashed #cccccc;
}

.leader_list .ldlist_info ul li a {
	color: #333333;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	width: 386px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 25px;
	margin-left: -8px;
	position: relative;
}

.leader_list .ldlist_info ul li::before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #999999;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	left: 10px;
	bottom: 5px;
}

.leader_list .ldlist_info ul li span {
	color: #999999;
	float: right;
}

.leader_list .ldlist_info ul li:hover a {
	color: #1973c3;
	transition: 0.6s ease;
}

.leader_list .ldlist_info ul li:hover::before {
	background-color: #1973c3;
	z-index: 1;
	transition: 0.6s ease;
}
.leader_list .ldlist_info ul li:hover a::before {
	content: "";
	width: 9px;
	height: 9px;
	background-color: #1973c3;
	opacity: 0.3;
	display: block;
	border-radius: 50%;
	position: absolute;
	left: 7px;
	top: 4px;
	transition: 0.6s ease;
}
.leader_list .ldlist_info ul li:first-child {
	border-top: none;
}

.leader_list .ldlist_info .ldlist_1 {
	border-top: none;
}

/* 六稳六保模块样式 */
.spc_center {
	margin: auto;
	height: auto;
	margin-top: 35px;
	overflow: hidden;
}

/* 六稳专栏内容头部导航样式 */
.specolm {
	width: 580px;
	height: auto;
	float: left;
	overflow: hidden;
}
.spc_center .specolm .specolm-top{
	width: 100%;
	height: 24px;
	line-height: 24px;
}
.spc_center .specolm .specolm-top span {
	font-size: 24px;
	color: #1973c3;
	font-weight: bold;
}

.spc_center .specolm .specolm-top img {
	padding-bottom: 8px;
}

.spc_center .specolm .specolm-top a {
	font-size: 14px;
	color: #666666;
	float: right;
}

.proccolm {
	float: right;
}

.specolm .nav {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.specolm .nav ul li {
	width: 180px;
	height: 66px;
	border: solid 1px #d1d1d1;
	float: left;
	margin-left: 20px;
	box-sizing: border-box;
	line-height: 66px;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	color: #333333;
	margin-bottom: 20px;
	overflow: hidden;
	font-weight: bold;
}

.specolm .nav .lis-btn1 {
	margin-left: 0px;
	border-left: 10px solid #43b0f5;
}

.specolm .nav .lis-btn2 {
	border-left: 10px solid #7fa2f3;
}

.specolm .nav .lis-btn3 {
	border-left: 10px solid #76cfb2;
}

.specolm .nav .lis-btn4 {
	border-left: 10px solid #45c1ff;
	margin-left: 0px;
	margin-bottom: 0px;
}

.specolm .nav .lis-btn5 {
	border-left: 10px solid #f9b760;
	margin-bottom: 0px;
}

.specolm .nav .lis-btn6 {
	border-left: 10px solid #7fa2f3;
	margin-bottom: 0px;
}


.specolm .nav ul li a {
	font-size: 18px;
	color: #333333;
}

.specolm .nav ul li:hover {
	transition: 0.6s ease;
	color: #FFFFFF;
}

.specolm .nav ul li:hover a {
	color: #FFFFFF;
}

.specolm .nav .lis-btn1:hover {
	background-color: #43b0f5;
}

.specolm .nav .lis-btn2:hover {
	background-color: #7fa2f3;
}

.specolm .nav .lis-btn3:hover {
	background-color: #76cfb2;
}

.specolm .nav .lis-btn4:hover {
	background-color: #45c1ff;
}

.specolm .nav .lis-btn5:hover {
	background-color: #f9b760;
}

.specolm .nav .lis-btn6:hover {
	background-color: #7fa2f3;
}


.specolm .nav .onlis-btn1{
	background-color:#43b0f5;
	color: #FFFFFF ;
	margin-left: 0px;
	
}
.specolm .nav .onlis-btn2{
	background-color:#7fa2f3;
	color: #FFFFFF ;
}
.specolm .nav .onlis-btn3{
	background-color:#76cfb2;
	color: #FFFFFF ;
}
.specolm .nav .onlis-btn4{
	margin-left: 0px;
	background-color:#45c1ff;
	color: #FFFFFF ;
	margin-bottom: 0px;
}
.specolm .nav .onlis-btn5{
	background-color:#f9b760;
	color: #FFFFFF ;
	margin-bottom: 0px;
}
.specolm .nav .onlis-btn6{
	background-color: #7fa2f3;
	color: #FFFFFF ;
	margin-bottom: 0px;
}



/* 专栏内容列表样式 */
.specolm .specolm-info {
	width: 100%;
	height: auto;
	font-size: 0;
}

.specolm .specolm-info ul {
	width: 580px;
	height: auto;
	display: inline-block;
}

.specolm .specolm-info .snav {
	margin-left: 40px;
}

.specolm .specolm-info ul li {
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #e3e3e3;
	font-size: 0;
}

.specolm .specolm-info .info-date,
.info-line,
.info-txt {
	display: inline-block;
}

.specolm .specolm-info .info-date {
	height: 44px;
	width: 45px;
	text-align: center;
	line-height: 24px;
	position: relative;
	bottom: 25%;
	margin-left: 15px;
}

.specolm-info .info-date .day {
	font-size: 26px;
	color: #333333;
	font-weight: bold;
}

.specolm-info .info-date .ym {
	font-size: 12px;
	color: #666666;
}

.specolm .specolm-info .info-line {
	width: 1px;
	height: 24px;
	background-color: #cccccc;
	margin: 0px 10px;
	position: relative;
	bottom: 34%;
}

.specolm .specolm-info .info-txt {
	height: 80px;
	width: 481px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.specolm .specolm-info .info-txt a {
	font-size: 16px;
	color: #333333;
	width: 100%;
	height: 16px;
	line-height: 16px;
	margin-top: 33px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}

.specolm .specolm-info ul li:hover .info-txt a {
	color: #1874c3;
	transition: 0.6s ease;
}

.specolm .specolm-info ul li:hover .day {
	color: #1874c3;
	transition: 0.6s ease;
}

.specolm .specolm-info ul li:hover .ym {
	color: #1874c3;
	transition: 0.6s ease;
}

.hide {
	display: none;
}

/* 政策栏目样式 */
.policy {
	margin: auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}

.policy .polict_list {
	width: 578px;
	height: auto;
}

.policy .file {
	float: left;
}

.policy .read {
	float: right;
}

.policy .polict_list .polict_top {
	width: 100%;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.policy .polict_list .polict_top span {
	font-size: 24px;
	font-weight: bold;
	color: #1973c3;
}

.policy .polict_list .polict_top img {
	padding-bottom: 8px;
}

.policy .polict_list .polict_top a {
	font-size: 14px;
	color: #666666;
	float: right;
}

.policy .polict_list .polict_info {
	width: 100%;
	height: auto;
}

.policy .polict_list .polict_info ul {
	margin-top: 5px;
}

.policy .polict_list .polict_info ul li {
	width: 100%;
	height: 100px;
	border-bottom: 1px dashed #cccccc;
	box-sizing: border-box;
}

.polict_list .polict_info .date {
	float: left;
	margin-top: 10px;
	margin-top: 16px;
}

.polict_list .polict_info .day {
	width: 63px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #f9b760;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.polict_list .polict_info .ym {
	width: 63px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	box-sizing: border-box;
}

.polict_list .polict_info .polict_text {
	width: 500px;
	float: left;
	margin-left: 12px;
	margin-top: 27px;
}

.polict_list .polict_info .polict_tt,
.polict_summary {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: right;
}

.polict_list .polict_info .polict_tt {
	height: 28px;
	line-height: 18px;
	font-size: 16px;
	color: #333333;
	display: inline-block;
}

.polict_list .polict_info .polict_summary {
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	color: #999999;
}

.polict_list .polict_info ul li:hover .day {
	background-color: #298ce4;
	transition: 0.5s ease;
}

.polict_list .polict_info ul li:hover .polict_tt {
	color: #298ce4;
	transition: 0.5s ease;
}

/* 推进落实情况样式 */
.procat {
	margin: auto;
	height: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	overflow: hidden;
}

.procat .procat_top {
	width: 100%;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.procat .procat_top span {
	font-size: 24px;
	font-weight: bold;
	color: #1973c3;
}

.procat .procat_top img {
	padding-bottom: 8px;
}

.procat .procat_top a {
	font-size: 14px;
	color: #666666;
	float: right;
}

.procat .procat_info {
	width: 100%;
	height: auto;
}

.procat .procat_info ul {
	margin-top: 25px;
}

.procat .procat_info ul li {
	width: 380px;
	height: 110px;
	overflow: hidden;
	border-top: 1px solid #cccccc;
	float: left;
	margin-left: 30px;
}

.procat .procat_info .procatlist_1,
.procat .procat_info .procatlist_4 {
	margin-left: 0px;
}

.procat .procat_info .date {
	width: 71px;
	height: 36px;
	background-image: url(./line_x.png);
	background-repeat: no-repeat;
	background-position: 13px 5px;
	position: relative;
	overflow: hidden;
	top: 33px;
	float: left;
}

.procat .procat_info .date .month {
	font-size: 16px;
	color: #999999;
	position: absolute;
	top: -3px;
	left: 0px;
}

.procat .procat_info .date .day {
	font-size: 26px;
	color: #333333;
	position: absolute;
	bottom: -5px;
	right: -1px;
}

.procat .procat_info .procat_text {
	width: 287px;
	height: auto;
	float: left;
	margin-left: 18px;
	margin-top: 22px;
}

.procat .procat_info .procat_text .procat_tt,
.procat_summary {
	width: 100%;
	overflow: hidden;
}

.procat .procat_info .procat_text .procat_tt {
	height: 16px;
	line-height: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.procat .procat_info .procat_text .procat_tt a {
	font-size: 16px;
	color: #333333;
}

.procat .procat_info .procat_text .procat_summary {
	height: 34px;
	line-height: 17px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #999999;
	margin-top: 13px;
}

.procat .procat_info ul li:hover .date {
	background-image: url(./line_hover.png);
	transition: 0.5s ease;
}

.procat .procat_info ul li:hover .date .month {
	color: #1973c3;
	transition: 0.5s ease;
}

.procat .procat_info ul li:hover .date .day {
	color: #1973c3;
	transition: 0.5s ease;
}

.procat .procat_info ul li:hover .procat_tt a {
	color: #1973c3;
	transition: 0.5s ease;
}
