/* 联络站公用样式 */
.nav-link:hover{
	color: #c30d23 !important;
	cursor: pointer;
}
.contact_header{
	height: 223px;
	width: 100%;
	background-image: url(../imgs/contact_station/lanluo_top.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.contact_header .header_left{
	width: 1200px;
	margin: 0 auto;
	padding-top: 80px;
}
.contact_header .logo{
	display: inline-block;
	width: 100px;
	height: 100px;
}
.contact_header .logo img{
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.contact_header .header_left span{
	position: relative;
	top: 10px;
	display: inline-block;
	font-size: 44px;
	color: #c30d23;
	font-weight: 600;
}
.crumbs a{
	color: #FFFFFF;
}

.contact_title{
	overflow: hidden;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	background-color: #f1f1f1;
}
.contact_title>div{
	display: inline-block;
}
.contact_title .left{
	float: left;
}
.contact_title .right{
	float: right;
	margin: 0 10px;
}
.contact_title .right a{
	color: #d0021b;
}
.contact_title span{
	display: inline-block;
}
.contact_title span:nth-child(1){
	width: 4px;
	height: 20px;
	background-color: #c30d23;
	position: relative;
	top: 4px;
}
.contact_title span:nth-child(2){
	font-size: 18px;
	font-weight: bold;
}

/* 联络站列表页面 */
.contact_list.contact_header{
	background-image: url(../imgs/contact_station/lanluo_top02.png);
}
.contact_list .contact_title{
	margin: 18px 0 28px 0;
}
.contact_list .contact_title .line{
	margin: 0 10px 0 20px;
}
.contact_list .stations_nav{
	padding: 15px 20px;
	border-bottom: 1px solid #E5E5E5;
}
.contact_list .stations_nav ul li{
	display: inline-block;
	color: #7C7A7B;
	line-height: 30px;
}
.contact_list .stations_nav ul li.active{
	color: #c30d23;
}
.contact_list .stations_nav .line{
	color: #BFBFBF;
	margin: 0 10px;
}

.contact_list .stations_title{
	margin: 46px auto;
	width: 500px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 5px;
	background-image: url(../imgs/contact_station/tit_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.contact_list .stations_tables table,.contact_list .stations_tables th,.contact_list .stations_tables td{
	border: 1px solid #e1dfdf;
	font-size: 16px;
}
.contact_list .stations_tables table{
	width: 100%;
	border-collapse: collapse;
}
.contact_list .stations_tables th{
	min-width: 100px;
	max-width: 300px;
}
.contact_list .stations_tables th,.contact_list .stations_tables td{
	line-height: 30px;
	padding: 5px;
	text-align: center;
}
.contact_list .stations_tables th{
	color: #333333;
}
.contact_list .stations_tables .navto_station a{
	color: #C30D23;
}
.contact_list .return_home{
	width: 100%;
	text-align: right;
	margin: 60px 0 80px 0;
}
.contact_list .return_home a{
	font-weight: bold;
	font-size: 18px;
	color: #C30D23;
}




/* 联络站首页页面 */
.contact_top{
	margin: 40px 0 60px 0;
	height: 413px;
	overflow: hidden;
}
.contact_top .left{
	float: left;
	width: 682px;
	height: 100%;
}
.contact_top .left .swiper-news{
	width: 100%;
	height: 100%;
}
.contact_top .left .swiper-news .swiper-slide{
	width: 100%;
	height: 100%;
}
.contact_top .left .swiper-news .swiper-slide a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.contact_top .left .swiper-news .swiper-slide img{
	width: 100%;
	height: 100%;
}
.contact_top .left .swiper-news .swiper-title {
	position: absolute;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	bottom: 0;
	left: 0;
	line-height: 50px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: rgba(0, 0, 0, .6);
	color: white;
}
.contact_top .left .news-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
	left: auto !important;
	width: auto !important;
	right: 15px !important;
	bottom: 5px;
}

.contact_top .left .swiper-news .swiper-pagination-bullet {
	background-color: #fff !important;
	opacity: 1 !important;
}

.contact_top .left .swiper-news .swiper-pagination-bullet-active {
	background: #e20606 !important;
}

.contact_top .right{
	float: right;
	width: 492px;
	height: 100%;
}
.contact_top .right .nav{
	border-bottom: 1px solid #dcdcdc;
	padding: 0 10px;
}
.contact_top .right .nav li{
	display: inline-block;
	margin: 10px 0;
	line-height: 20px;
	font-size: 20px;
	font-weight: 600;
}
.contact_top .right .nav li:hover{
	cursor: pointer;
}
.contact_top .right .nav li span{
	display: inline-block;
}

.contact_top .right .nav .line{
	width: 1px;
	height: 20px;
	background-color: #DCDCDC;
	margin: 0 20px;
}
.contact_top .right .nav .active .nav_title{
	color: #c30d23;
}
.contact_top .right .nav_content{
	padding: 10px 0;
}
.contact_top .right .nav_content ul{
	color: #BFBFBF;
}
.contact_top .right .nav_content li{
	font-size: 16px;
	overflow: hidden;
	height: 40px;
	line-height: 35px;
}
.contact_top .right .nav_content li::before{
	position: relative;
	top: 20px;
	float: left;
	width: 5px;
	height: 5px;
	content: '';
	background-color: #BFBFBF;
	margin-right: 10px;
}
.contact_top .right .nav_content li a{
	display: block;
}
.contact_top .right .nav_content li span{
	float: left;
	display: inline-block;
	color: #BFBFBF;
}
.contact_top .right .nav_content li span:nth-child(1){
	float: left;
	overflow: hidden;
	width: 400px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000000;
}


.contact_mid .content{
	font-size: 15px;
	line-height: 30px;
}
.contact_bottom .stations{
	padding: 30px 0;
}
.stations ul li {
	float: left;
}
.stations .zhandianfb-item {
	display: block;
	width: 360px;
	margin-bottom: 40px;
}

.stations .zhandianfb-item-tit {
	width: 340px;
	height: 40px;
	font-size: 16px;
	background: #c30d23;
	padding-left: 20px;
	color: #fff;
	line-height: 40px;
	position: relative;
}

.stations .zhandianfb-item-tit:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 16px solid #941121;
	border-left: 30px solid transparent;
	position: absolute;
	bottom: -16px;
	left: 0;
}

.stations .zhandianfb-item-con {
	font-size: 16px;
	background: #fff;
	width: 290px;
	padding: 15px 20px;
	margin-left: 30px;
	color: #333333;
}
.stations .zhandianfb-item-con p{
	line-height: 30px;
}

.stations .zhandianfb-item-con span {
	font-weight: bold;
	display: inline-block;
}




/* 联络站概况页面 */

.main_content .overview_detail{
	padding: 60px 0;
}
.overview_detail .overview_title{
	font-size: 30px;
	color: #333333;
	text-align: center;
}
.overview_detail .line{
	height: 1px;
	margin: 28px 0;
	background-color: #DCDCDC;
	width: 100%;
}



/* 通知公告列表页面 */
.station_notice_list .news-list {
	width: 100%;
	overflow: hidden;
}

.station_notice_list .news-list li {
	clear: both;
	line-height:40px;
	font-size: 16px;
	cursor: pointer;
}

.station_notice_list .news-list li a{
	color: #000000;
}

.station_notice_list .news-list li:before {
	float: left;
	content: '';
	width: 5px;
	height: 5px;
	background-color: #BFBFBF;
	margin-top: 19px;
	margin-right: 10px;
}

.station_notice_list .news-list li .title:hover {
	color: #D50000;
}

.station_notice_list .news-list li .title {
	float: left;
	width:760px;
}

.station_notice_list .news-list li span:last-child {
	float: right;
	color: #BFBFBF;
}
.station_notice_list .pagination{
	text-align: center;
	margin: 60px 0;
}

/* 通知公告详情页面 */

.station_notice_detail .news-title {
	font-size: 25px;
	color: #000000;
	text-align: center;
	margin-top: 40px;
	font-weight: bold;
}
.station_notice_detail .news-source {
	text-align: center;
	color: #BFBFBF;
	line-height: 26px;
	margin: 20px auto 0;
	padding-bottom: 20px;
}
.station_notice_detail .news-content {
	padding: 20px 30px;
	border-top: 2px solid #F5F5F5;
}
.station_notice_detail .news-content img{
	max-width: 100%;
}





/* 人大代表列表页面 */

.npc_member .npc_members_title{
	display: inline-block;
	width: auto;
	height: 45px;
	line-height: 45px;
	padding: 0 50px 0 70px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../imgs/home/rdgl_tit.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 35px;
}
/* 县级标题 */
.npc_member .npc_members_title.county{
	width: 280px;
	margin-top: 0;
}
.npc_member .member_list>ul{
	padding: 40px 0;
	border: 1px solid #DCDCDC;
	margin: 35px 0;
}
.npc_member .member_list>ul>li{
	display: inline-block;
	text-align: center;
	margin: 0 39px;
}
.npc_member .member_list .member{
	display: block;
	color: #333333;
	margin-bottom: 45px;
}

.npc_member .member_list .member img{
	display: block;
	width: 116px;
	height: 154px;
}
.npc_member .member_list .member span{
	display: block;
	text-align: center;
	font-size: 18px;
	width: 116px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 15px;
}



/* 人大代表详情页面 */
.npc_member_detail{
	position: relative;
}
.npc_member_detail .member_detail_head{
	position: absolute;
	top: -20px;
	display: inline-block;
	text-align: center;
	width: 200px;
	height: 45px;
	line-height: 45px;
	color: #FFFFFF;
	background-color: #C30D23;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
}

.npc_member_detail .member_detail_body{
	overflow: hidden;
	height: 100%;
	border:1px solid #DCDCDC;
	margin-top: 80px;
	padding: 58px 0;
	margin-bottom: 50px;
	border-top: 4px solid #C30D23;
}
.member_detail_body .left{
	float: left;
	margin: 0 60px;
}

.member_detail_body .left img{
	display: block;
	width: 162px;
	height: 217px;
}
.member_detail_body .left span{
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	width: 162px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 15px;
}
.member_detail_body .right,.member_detail_body .mid{
	float: left;
	font-size: 18px;
	width: 400px;
	letter-spacing: 1px;
}
.member_detail_body p{
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.member_detail_body .prop{
	font-weight: bold;
	margin-right: 5px;
}
