 @charset "UTF-8";
/*************************** 全局样式 Begin ***************************/

body,
ul,
ol,
li,
form,
fieldset,
img,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Microsoft YaHei", '宋体';
	box-sizing: border-box;
}

ul,
ol,
li {
	list-style-type: none;
}

td,
table,
input {
	font-size: 15px;
	color: #333;
}

a:link,
a:visited {
	color: #333;
	text-decoration: none;
	box-sizing: border-box;
}

a:hover {
	color: #3E80C9;
	text-decoration: none;
	cursor: pointer;
}

body {
	min-width: 1200px !important;
	background-color: #fff;
	overflow-y: auto;
	height: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.m{margin: auto;}

/*** 新闻详细内容 ***/
                    
.NewsTitle {
	font-size: 24px;
	line-height: 380%;
	font-weight: bold;
}

.NewsTitleFu {
	font-size: 18px;
	line-height: 100%;
	padding-bottom: 20px
}

.NewsContent {
	font-size: 16px;
	line-height: 220%
}

.NewsContent div {
	font-size: 16px;
}

.NewsContent a:link,
.NewsContent a:visited {
	color: #0B57B4;
	text-decoration: underline;
}

.NewsContent a:hover {
	color: #E00;
	text-decoration: underline;
}

.NewsText {
	color: #333;
	font-size: 14px;
	line-height: 200%;
}
/*************************** 全局样式 End ***************************/
/* 通用样式 */
.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::before,
.clearfix::after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


/* 首页顶部 */
.index_top{
	width: 100%;
	height:390px;
	background: url(../images/banner2.png) no-repeat center bottom;
}
.header{
	width: 1240px;
	margin: auto;
	position: relative;
}
.top_menu{
	width: 100%;
	padding-top: 12px;
}

.login a{
	width: 64px;
	height: 28px;
	border: 1px solid #FFFFFF;
	border-radius: 14px;
	display: block;
	text-align: center;
	line-height: 28px;
	color: #fff;
	margin-left: 20px;
}
.login a:hover{
	background-color: rgba(255,255,255,0.2);
}

.top_menu ul li{
	float: left;
	margin:5px 15px 0 0;
}

.top_menu ul li a{
	font-size: 15px;
	color: #fff;
}

.top_menu2 ul li.line{
	width: 1px;
	height: 20px;
	background-color: rgba(255,255,255,0.6);
}

.top_main {
    margin: auto;
    width: 1240px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.top_main li {
    height: 40px;
    line-height: 40px;
    float: left;
}
.top_main_l {
    float: left;
}

.top_main_l a {
    display: block;
    float: left;
    color: #fff;
}
.top_main_r{
    float: right;
}
.top_main_r a{
    float: right;
    color: #fff;
}
.top_main_r  #ucenter_span{
    padding-left: 10px;
}
.top_main_r  #ucenter_span a{
    width: 66px;
    height: 30px;
    line-height: 28px;
    border-radius: 14px;
    border: 1px solid #FFFFFF;
    text-align: center;
    display: block;
    margin-top: 5px;
}
/*** 通用部分 ***/
                   /*顶部二维码*/

#app_popover {
    display: none;
    position: absolute;
    top: 36px;
    margin-left: 10px;
    z-index: 999;
}

#app:hover {
    z-index: 6;
}

#app:hover #app_popover {
    display: block;
}
#app_popover1 {
    display: none;
    position: absolute;
    top: 36px;
    margin-left: 10px;
    z-index: 999;
}

#yd:hover{
    z-index: 10;
}

#yd:hover #app_popover1 {
    display: block;
}
#ucenter_span a:visited{box-sizing:unset;}
					/*** 语言选择2019 ***/
#czheader-lan-sel {position: relative; display:block; float:right;}
#czheader-lan-list{ width:85px; background-color: #FFF; box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2); padding:5px 0; margin-left:-15px; margin-top:0px; border-radius:5px; display:none; position:absolute; z-index:990;}
#czheader-lan-list li, #czheader-lan-list ul{list-style-type:none;}
#czheader-lan-list a{font-size:13px; text-align:left; padding:5px 10px 5px 15px; display:block;color:#333;}
/*#czheader-lan-list a:hover{ background-color:#DDD;}*/
#czheader-lan-sel:hover #czheader-lan-list{ display: block;}


.guohui{padding: 25px 0 0; text-align: center;}


.searchform{
	width: 280px;
	position: absolute;
	right: 0;
	top: 42px;
 }

.searchbox{width: 100%; position: relative;}

.czheader-select_input {
	width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    color: #7B7E85;
    background: rgba(255,255,255,0.3);
    border-radius: 20px;
    border: none;
    padding: 0 40px 0 20px;
	box-sizing: border-box;
	outline: none;
	float: left;
}

.czheader-select_sousuo {
    width: 38px;
    height: 38px;
    opacity: 0.9;
	border: none;
	color: #fff;
	margin-left: -40px;
	background: none;
	/***background-image: linear-gradient(109deg, #4782C0 0%, #22568D 93%);
	border-radius: 0 20px 20px 0;***/
}
.searchbox img{ 
	position: absolute; 
	z-index: 0;
	right: 16px;
	top: 12px;
}


.hot_tit{
	display: inline-block;
	font-size: 16px;
	color: #494F55;
	font-weight: bold;
}
.hot_tit img{margin-right:5px;}

.keywords{
	display: inline-block;
	font-size: 16px;
	color: #494F55;
}


.index_part1{
	width: 100%;
	background: url(../images/index_part1.png) no-repeat center top;
	position: relative;
}

/* 首页导航 */
.navlist{
	width: 1240px; 
	margin:89px auto 0;
	height: 56px;
	background: #22568D;
	border-radius: 8px 8px 0 0;
}
.navlist ul li{
	float: left;
	width: 177px;
	height: 56px;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.navlist ul li:last-child{border-right: none;}
.navlist ul li a{
	display: block;
	text-align: center;
	line-height: 56px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	transition: .3s all;
}
.navlist ul li a:hover{
	background-color:#15487E;
	
}
.navlist ul li:first-child a:hover{
	border-radius: 8px 0 0 0;
	
}

.navlist ul li:last-child{float: right;}
.navlist ul li:last-child a:hover{
	border-radius: 0 8px 0 0;
	
}


/* 头条新闻 */
.toutiao_box{
	width: 1240px;
	margin: auto;
	background: #FFFFFF;
	border: 1px solid #C3D3E5;
	padding: 4px;
	box-sizing: border-box;
	box-shadow: 0 2px 10px 0 #c5d2de40;
}
.toutiao{
	width: 100%;
	height: auto;
	background: #FFFFFF;
	border: 1px solid #C3D3E5;
	padding-bottom: 16px;
	
}
.toutiao_news{
	height: 164px;
	background: #FFFFFF;
	border: 1px solid #C3D3E5;
}

.bigtitle a {
    font-size: 36px;
    font-weight: bold;
    color: #3360a3;
}

.bigtitle img{
	margin: -10px 12px 0 0;
	vertical-align: middle;
}

.bigcontent {
    line-height: 30px;
    font-size: 16px;
    padding: 0 40px;
    text-indent: 2em;
}

 .czxw_left {
	 width: 640px;
	 float: left;
	 margin-right: 40px;
 }
 
..xw_tit{
	width:1240px;
	margin:0 auto;
}
 .xw_tit p{text-indent:2em; padding: 0 10px;}
 .xw_tit p a{
	 color: #204C85;
 }
 .xw_tit h1{
	 width: 1160px;
	 max-height: 90px;
	 text-align: center;
	 margin: 15px auto 15px;
	 overflow: hidden;

 }
 .xw_tit h1 img{
	 vertical-align: middle;
	 margin-right: 10px;
 }
 .xw_tit h1 a{
	 color:#204C85;
	 font-size: 38px;
 }


/* 首页新闻 */
.indexnews{
	width: 1240px;
	margin: auto;
	padding-top: 15px;
}

.newspic{
	width: 640px;
	height: 360px;
}

.indexnews_list{width: 560px;}

.indexnews_list .news_tit{
	border-bottom: 1px solid #DCDCDC;
}

.indexnews_list .news_tit ul li{
    float: left;
    line-height: 50px;
	margin-right: 48px;
	position: relative;
}

.indexnews_list .news_tit ul li img{
	position: absolute;
	right: -22px;
	top: 16px;
	z-index: 10;
}

.indexnews_list .news_tit ul li a:hover{
	color: #204C85;
}

 .czxw_list{
	 margin-top: 10px;
 }
 .czxw_list ul li{
	 line-height: 46px;
	 font-size: 17px;
 }
 .czxw_list ul li > img{
	 vertical-align: middle;
	 margin-right: 10px;
 }
 .czxw_list ul li span{
	 float: right;
	 color:#B3B4B5;
 }

.news_list{
	margin-top: 10px;
	height: auto;
	overflow: hidden;
}

.indexnews_list .news_list{
	height: 300px;
}

.news_list ul li{
	list-style-type:square; 
	font-size: 12px; 
	color: #4F7DAF;
	margin-left: 16px;
	position: relative;
}

.news_list ul li a{
	color: #323233;
	font-size: 17px;
	line-height: 46px;
	width: 80%;
	height: 46px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 12px;
}
.news_list ul li span{
	color: #B3B4B5;
	font-size: 16px;
	line-height: 46px;
	position: absolute;
	right: 0;
	top: 0px;
}

.news_list ul li a:hover{
	color: #204C85;
}


/* .news_list ul li::marker{

} */

/* 政声传递列表 */
.chaifen{
	width: 100%;
}
.chaifen .cf_tit{
	width: 34px;
	height: 133px;
	background-color: #22568d;
	text-align: center;
	vertical-align: middle;
}

.chaifen .cf_tit a{
	color: #fff;
	writing-mode: tb;
	margin-top: 18px;
	letter-spacing: 4px;
}
.chaifen .cf_list{
	width: 496px;
}

.chaifen .cf_list ul li a{
	width: 70%;
}



/* 常享模块标题、框架样式 */

.index_part2{
	width: 100%;
	background-image: linear-gradient(180deg, #E4F1FD 0%, #F9FCFF 100%);
	margin-top: 15px;
	position: relative;
}


.cx{
	width: 1240px;
	margin: auto;
}

.cx .cx_tit{
	border-bottom: 3px solid #27619E;
}

.cx .cx_tit ul li{
    float: left;
}

.cx .cx_tit ul li a{
	height: 108px;
	display: block;
	position: relative;
	transition: .3s all;
}

.cx .cx_tit ul li:nth-child(1) a{
	width: 452px;
	background: url(../images/cxk1.png);
	z-index: 10;
}
.cx .cx_tit ul li:nth-child(1).tag26sel a{
	background: url(../images/cxk2.png);
}

.cx .cx_tit ul li:nth-child(2) a{
	width: 412px;
	background: url(../images/cxb1.png);
	z-index: 5;
}

.cx .cx_tit ul li:nth-child(2).tag26sel a{
	background: url(../images/cxb2.png);
}

.cx .cx_tit ul li:nth-child(2) a::before{
	content: "";
	width: 56px;
	height: 108px;
	background: #c8e0fa;
	display: block;
	position: absolute;
	left: -56px;
	top: 0;
	transition: .3s all;
}

.cx .cx_tit ul li:nth-child(2).tag26sel a::before{
	background:#27629e;
}

.cx .cx_tit ul li:nth-child(3) a{
	width: 376px;
	background: url(../images/cxw1.png);
}
.cx .cx_tit ul li:nth-child(3).tag26sel a{
	background: url(../images/cxw2.png);
}

.cx .cx_tit ul li:nth-child(3) a::before{
	content: "";
	width: 56px;
	height: 108px;
	background: #c8e0fa;
	display: block;
	position: absolute;
	left: -56px;
	top: 0;
	transition: .3s all;
}

.cx .cx_tit ul li:nth-child(3).tag26sel a::before{
	background:#27629e;
}


.tag25sel{
    font-size: 25px;
    color:#204C85;
    font-weight:bold;
	border-bottom: 4px solid #355E92;
}

.tag25selno{
    font-size: 25px;
    color:#333333;
	font-weight: bold;
}

.cx_list{
	background: #fff;
	padding: 15px 30px;
	box-shadow: 0 2px 10px 0 #c5d8e980;
	border-radius: 0 0 8px 8px;
}
.cx_list .news_list ul li a{
	font-size: 17px;
}


/* 常享看 */
.f2_1_left{
	width: 238px;
}
.f2_1_left ul li{
	list-style-type: none;
	height: 56px;
	background: #F5F8FD;
	margin-bottom: 10px;
	padding-left: 30px;
}
.f2_1_left ul li a{
	font-weight: 700;
	font-size: 18px;
	color: #323233;
	line-height: 56px;
}
.f2_1_left ul li a:hover{color: #204C85;}
.f2_1_left ul li img{vertical-align: middle; margin-right: 5px;}

.f2_1_right{width: 905px;}

.f2_1_middle{
	width: 544px;
	height: 452px;
	overflow: hidden;
}

 .f2_1_middle_tit{
	 padding-bottom: 10px;
 }

.f2_1_middle .f2_1_middle_tit ul li{
    float: left;
	list-style-type: none;
}

.f2_1_middle .f2_1_middle_tit ul li a{
	width: 136px;
	height: 44px;
	line-height: 44px;
	padding-bottom: 8px;
	display: block;
	background: url(../images/f2_1_middle_tit1.png);
	font-size: 20px;
	color: #323233;
	font-weight: bold;
	text-align: center;
}
.f2_1_middle .f2_1_middle_tit ul li a::after{
	content: '';
	width: 1px;
	height: 44px;
	background-color:#DCE3EB;
	display: block;
	float: right;
}

.f2_1_middle .f2_1_middle_tit ul li:nth-child(4) a::after{
	display: none;
}

.f2_1_middle .f2_1_middle_tit ul li.tag27sel a{
	background: url(../images/f2_1_middle_tit2.png);
	color: #fff;
	height: 52px;
}


.tag27sel{
    font-size: 26px;
    color:#204C85;
    font-weight:bold;
}

.tag27selno{
    font-size: 26px;
    color:#333333;
	font-weight: bold;
}

.f2_1_middle_list{
	width: 100%;
	height: 326px;
	background: #fff;
	padding: 20px 0 30px;
}

.f2_1_middle_list ul li{
	list-style-type:square; 
	font-size: 12px; 
	color: #4F7DAF;
	margin-left: 18px;
	position: relative;
}

.f2_1_middle_list ul li a{
	color: #323233;
	font-size: 17px;
	line-height: 46px;
	width: 80%;
	height: 46px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.f2_1_middle_list ul li a:hover{
	color: #204C85;
}

.f2_1_middle_list ul li span {
    color: #B3B4B5;
    font-size: 16px;
    line-height: 46px;
	position: absolute;
	right: 0;
	top: 0px;
}

.links{
	text-align: justify;
	overflow:hidden;
	padding-top:30px;
}

.zdly{
	width: 322px;
	height: 452px;
	overflow: hidden;
	}
.zdly .tit{
	border-bottom: 1px solid #DCDCDC;
}
.tit_name{
	width: 80px;
	height: 36px;
	font-weight: 700;
	font-size: 20px;
	color: #323233;
	border-bottom: 3px solid #355E92;
}

.ly_list{
	width: 100%;
	padding-top: 6px;
}

.ly_list .ly{
	width: 156px;
	height: 102px;
	padding-top: 8px;
}

.ly_list .ly a{
	height: 92px;
	display: block;
	text-align: center;
	padding: 15px;
	background: #F5F8FD;
}
.ly_list .ly a:hover{
	background: #eef3fb;
}
.ly_list .ly a.more{
	height: 92px;
	line-height: 62px;
	font-size: 16px;
	color: #3E80C9;
	
}

.ly_list .ly a img{
	overflow: hidden;
}

.f2_1_icons{
	margin-top: 26px;
}
.f2_1_icons .icon_item{
	width: 125px;
	text-align: center;
	font-size: 17px;
	color: #323233;
	font-weight: bold;
	line-height: 30px;
	float: left;
	position: relative;
}
.f2_1_icons .icon_item::after{
	content: "";
	width: 1px;
	height: 82px;
	background: #DCE3EB;
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
}
.f2_1_icons .icon_item:nth-child(7)::after{
	display: none;
}
.f2_1_icons .icon_item:nth-child(1){width: 110px; padding-right: 22px;}
.f2_1_icons .icon_item:nth-child(6){width: 140px;}
.f2_1_icons .icon_item:nth-child(7){width: 155px;}

/* 常享看结束 */



/* 常享办 */

/* 服务分类 */
.fw_cates{
	width: 854px;
	height: 272px;
	overflow: hidden;
	padding: 15px 20px;
	background: #fff;
	border: 1px solid #E7ECEF;
}
.tag28sel{
    font-size: 26px;
    color:#204C85;
    font-weight:bold;
}

.tag28selno{
    font-size: 26px;
    color:#333333;
	font-weight: bold;
}

.fw_cates .cates_tit{width: 120px;}
.fw_cates .cates_tit ul li{
	list-style-type: none;
}
.fw_cates .cates_tit ul li a{
	width: 108px;
	height: 120px;
	line-height: 28px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	box-sizing: content-box;
}
.fw_cates .cates_tit ul li.tag28selno a{
	background:#F5F8FD;
	margin-right: 8px;
	color: #323233;
}
.fw_cates .cates_tit ul li.tag28sel a{
	width: 108px;
	background:url(../images/cates_tit.png);
	margin-right: 0;
	padding-right: 8px;
	color: #fff;
	
}

.fw_cates .cates_tit ul li a img{
	padding-top: 14px;
}


.cates_list{width: 688px;}

.grfw{width: 100%;}

.grfw .grfw_tit{
	width: 675px;
	border-bottom: 1px solid #DCDCDC;
	margin: auto;
}

.grfw .grfw_tit ul li{
    float: left;
    line-height: 24px;
	margin-right: 48px;
	position: relative;
	padding-bottom: 16px;
}

.grfw .grfw_tit ul li img{
	position: absolute;
	right: -22px;
	top: 16px;
	z-index: 10;
}

.grfw .grfw_tit ul li a:hover{
	color: #204C85;
}

.tag29sel,.tag32sel{
    font-size: 20px;
    color:#204C85;
    font-weight:bold;
	border-bottom: 4px solid #355E92;
}

.tag29selno,.tag32selno{
    font-size: 20px;
    color:#323233;
	font-weight: bold;
}
.grfw .grfw_tit ul li img {
    position: absolute;
    right: -22px;
    top: 3px;
    z-index: 10;
}

.grfw_list{margin-top: 15px;}

.grfw_list ul li{
	margin: 8px 6px;
	float: left;
}

.grfw_list ul li a{
	width: 160px;
	height: 44px;
	background: #F5F8FD;
	color: #323233;
	font-size: 17px;
	line-height: 44px;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.grfw_list ul li a:hover{
	background: #e5efff;
	color: #204C85;
}
 .grfw_list .new_b a{
	 width: 160px;
	 height: 44px;
	 background-image: url("../images/new_ico.png");
	 background-color: #F5F8FD;
	 background-position: right top;
	 background-repeat: no-repeat;
	 color: #323233;
	 font-size: 17px;
	 line-height: 44px;
	 display: inline-block;
	 text-align: center;
 }
 .grfw_list .new_b a:hover{
	 background-image: url("../images/new_ico.png");
	 background-color: #e5efff;
	 background-position: right top;
	 background-repeat: no-repeat;
	 color: #204C85;
 }


/* 主题服务 公共服务 */
.zt_gg{
	width: 854px;
	height: 169px;
	overflow: hidden;
	padding: 15px 20px;
	background: #fff;
	border: 1px solid #E7ECEF;
	margin-top: 16px;
}

.tag33sel{
    font-size: 26px;
    color:#204C85;
    font-weight:bold;
}

.tag33selno{
    font-size: 26px;
    color:#333333;
	font-weight: bold;
}

.zt_gg .zt_gg_tit{width: 120px;}
.zt_gg .zt_gg_tit ul li{
	list-style-type: none;
}
.zt_gg .zt_gg_tit ul li a{
	width: 108px;
	height: 45px;
	line-height: 45px;
	display: block;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	box-sizing: content-box;
}
.zt_gg .zt_gg_tit ul li.tag33selno a{
	background:#F5F8FD;
	margin-right: 8px;
	color: #323233;
}
.zt_gg .zt_gg_tit ul li.tag33sel a{
	width: 108px;
	background:url(../images/cates_tit.png);
	background-position: center;
	margin-right: 0;
	padding-right: 8px;
	color: #fff;
	
}

.zt_gg .zt_gg_tit ul li a img{
	padding-top: 14px;
	display: none;
}
.zt_gg_list{width: 678px; height: 98px; overflow: hidden;margin-top:15px;}

.zt_gg_list ul li {
    list-style-type: square;
    font-size: 12px;
    color: #4F7DAF;
}
.zt_gg_list ul li:nth-child(odd){margin:12px 30px 32px;}
.zt_gg_list ul li:nth-child(even){margin:0px 30px 0px;}
.zt_gg_list ul li a {
    font-size: 17px;
    color: #323233;
}
.zt_gg_list ul li a:hover{
	color: #3368a2;
}

 .ggfw_list{width: 678px; height: 98px; overflow: hidden;margin-top:16px;}

 .ggfw_list ul li {
	 list-style-type: square;
	 font-size: 12px;
	 color: #4F7DAF;
 }
 .ggfw_list ul li:nth-child(odd){margin:0px 34px;}
 .ggfw_list ul li:nth-child(even){margin:20px 34px 20px;}
 .ggfw_list ul li a {
	 font-size: 17px;
	 color: #323233;
 }
 .ggfw_list ul li a:hover{
	 color: #3368a2;
 }
 .zt_gg .cxfw_list ul li:nth-child(odd){margin:0px 33px;}
 .zt_gg .cxfw_list ul li:nth-child(even){margin:20px 33px 20px;}
/* 办件统计 */
.bjtj{
	width: 100%;
	height: 112px;
	background-image: linear-gradient(180deg, #EFF7FF 0%, #FFFFFF 100%);
	margin-top: 15px;
	padding: 24px 16px;
}
.bjtj_tit{
	float: left;
	margin:0 0 0 10px;
}

.bjtj_list{
	float: right;
}

.bjtj_list ul li{
	float: left;
	margin: 0 18px;
}
.bjtj_list ul li .p1{
	font-size: 16px;
	color: #323233;
	line-height: 32px;
}
.bjtj_list ul li .p2{
	font-size: 24px;
	color: #3778BF;
	font-weight: bold;
}

.bjtj_list ul li.line{
	width: 1px; height: 60px; background: rgba(196,206,218,0.5);
}

/* 常享办结束 */



/* 常享问 */
.email_tit{
	width: 570px;
	height: 82px;
	background: url(../images/zf_email.png) no-repeat;
	padding: 20px 50px 0 160px;
}
.email_tit .xx{
	width: 130px;
	height: 44px;
	background: rgba(255,255,255,0.2);
	border-radius: 22px;
	line-height: 44px;
	text-align: center;
	float: left;
	margin: 0 8px;
}
.email_tit .xx a{
	color: #fff;
	font-size: 20px;
}

.cxw .news_list ul li{
	list-style: none !important;
	background: url(../images/ico.gif) no-repeat left center;
	padding-left: 12px;
	margin-left: 5px;
}

.tel_tj{margin-top: 20px;}

.tel_tj .tel{
	width: 306px;
	height: 82px;
	background: #F5F8FD;
	padding: 24px 24px;
}
.tel_tj .tj{
	width: 246px;
	height: 82px;
	background: #F5F8FD;
	padding: 24px 24px;
}
.tel_tj a{
	color: #204C85;
	font-size: 20px;
	line-height: 30px;
}
.tel_tj img{
	vertical-align: middle;
}

.interact{
	width: 570px;
	height: 108px;
	border: 5px solid #f2f5fa;
	margin-top: 20px;
	padding: 12px 0;
}
.interact ul li{
	float: left;
	width: 140px;
	text-align: center;
	line-height: 30px;
	position: relative;
}
.interact ul li::after{
	content: "";
	width: 1px;
	height: 68px;
	background: #DCE3EB;
	display: block;
	position: absolute;
	right: 0;
	top: 2px;
}
.interact ul li:nth-child(4)::after{
	display: none;
}
.interact ul li a{
	font-size: 18px;
	color: #323233;
	font-weight: bold;
}

/* 访谈 直播 民意调查 热点回应 */
.interact_info{
	width: 575px;
}
.interact_info .interact_info_tit ul li{
    float: left;
	list-style-type: none;
}

.interact_info .interact_info_tit ul li a{
	width: 136px;
	height: 44px;
	line-height: 44px;
	padding-bottom: 8px;
	display: block;
	background: url(../images/f2_1_middle_tit1.png);
	font-size: 20px;
	color: #323233;
	font-weight: bold;
	text-align: center;
}
.interact_info .interact_info_tit ul li a::after{
	content: '';
	width: 1px;
	height: 44px;
	background-color:#DCE3EB;
	display: block;
	float: right;
}

.interact_info .interact_info_tit ul li:nth-child(3) a::after{
	display: none;
}

.interact_info .interact_info_tit ul li.tag30sel a{
	background: url(../images/f2_1_middle_tit2.png);
	color: #fff;
	height: 52px;
}



.fantan_pic{
	width: 235px;
	height: 157px;
}
.fantan_pic img{width: 235px; height: 157px;}
.fantan_info{
	width: 312px;
}
.fantan_info .fantan_tit{
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.fantan_info .fantan_tit a{
	font-size: 20px;
	font-weight: bold;
	color: #323233;
}
.fantan_info span{
	font-size: 16px;
	color: #979899;
}

.fantan_info p{
	font-size: 15px;
	color: #444444;
	line-height: 24px;
	padding: 5px 0;
}
.fantan_jiabin,.fantan_date{
	margin-top: 5px;
}
.fantan_jiabin p{
	height: 52px;
	overflow: hidden;
}

.interact_info .minyi_tit ul li{
    float: left;
	list-style-type: none;
}

.interact_info .minyi_tit ul li a{
	width: 136px;
	height: 44px;
	line-height: 44px;
	padding-bottom: 8px;
	display: block;
	background: url(../images/f2_1_middle_tit1.png);
	font-size: 20px;
	color: #323233;
	font-weight: bold;
	text-align: center;
}

.interact_info .minyi_tit ul li.tag31sel a{
	background: url(../images/f2_1_middle_tit2.png);
	color: #fff;
	height: 52px;
}

.minyi_list{margin-top: 8px;}


.minyi_list ul li{
	font-size: 12px; 
	color: #4F7DAF;
}

.minyi_list ul li a{
	color: #323233;
	font-size: 17px;
	line-height: 46px;
	width: 65%;
	height: 46px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 12px;
	float: left;
}
.minyi_list ul li span{
	color: #B3B4B5;
	font-size: 16px;
	line-height: 46px;
	float: right;
}

.minyi_list ul li a:hover{
	color: #204C85;
}

.minyi_list .mark{
	width: 60px;
	height: 24px;
	display: block;
	float: left;
	background: #EFF3F9;
	border-radius: 2px;
	color: #204C85;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	margin: 12px 8px 0 0;
}
.minyi_list .end{
	background: #EFF0F1;
	color: #646566;
}

/* 常享问结束 */



/* 专题专栏 */
 .xwzx4{
	 width:100%;
 }
 .xwzx4 .xwzx4_ztzl{
	 width:1240px;
	 padding: 15px 0 0px;
	 margin: 0 auto;
 }
 .xwzx4 .ztzl1{
	 font-size: 32px;
	 color:#333333;
	 font-weight: bold;
 }
 .xwzx4 .ztzl1{
	 text-align: center;
 }
 .xwzx4 .ztzl1 a{
	 font-size: 34px;
	 font-weight: bold;
	 color: #355E92;
 }
 .xwzx4 .ztzl1 img{
	 vertical-align: middle;
 }
 .xwzx4 .ztzl1::before{
	 content: "";
	 width: 524px;
	 height: 1px;
	 display: block;
	 opacity: 0.6;
	 background: #4F6F99;
	 float: left;
	 margin-top: 24px;
 }
 .xwzx4 .ztzl1::after{
	 content: "";
	 width: 524px;
	 height: 1px;
	 display: block;
	 opacity: 0.6;
	 background: #4F6F99;
	 float: right;
	 margin-top: 24px;
 }


.ztzl{
	width: 1240px;
	margin: auto;
}

.ztzl_tit{
	width: 100%;
	text-align: center;
	padding-top: 44px;
}
.ztzl_tit::before{
	content: "";
	width: 524px;
	height: 1px;
	display: block;
	opacity: 0.6;
	background: #4F6F99;
	float: left;
	margin-top: 24px;
}
.ztzl_tit::after{
	content: "";
	width: 524px;
	height: 1px;
	display: block;
	opacity: 0.6;
	background: #4F6F99;
	float: right;
	margin-top: 24px;
}
.ztzl_tit a{
	font-weight: 700;
	font-size: 36px;
	color: #355E92;
}

.slideContainer .prev,
.slideContainer .next {
    position: absolute;
    width: 34px;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    top: 0;
    z-index: 9;
}

.slideContainer .next {
    right: 8px;
    background: url(../images/indexztr.png) center no-repeat;
}

.slideContainer .prev {
    left: 8px;
    background: url(../images/indexztl.png) center no-repeat;
}

.slideContainer {
	width: 1240px;
    margin:15px auto !important;
    height: 160px;
    position: relative;
    overflow: hidden;
	float: none;
}

.slideContainer .bd {
    zoom: 1;
    overflow: hidden;
}

.slideContainer .bd li {
    float: left;
    width: 288px;
    height: 160px;
	margin: 0 11px;
}

.slideContainer .bd li img {
    display: block;
    width: 288px;
    height: 160px;
	margin: 0;
	border-radius:5px;
}


.slideContainer:hover .prev,
.slideContainer:hover .next {
    display: block;
}


/*底部*/
.footer span a {
    display: inline-block;
    color: #fff;
    padding-left: 10px;
}

.footer span a:hover {
    color: #399ff3;
}

.footer {
    width: 100%;
    vertical-align: middle;
    border-top: 6px solid #1856ac;
	padding-bottom: 20px;
	background-image: linear-gradient(180deg, #F2F3F6 0%, #E4E6EC 57%, #E4E6EC 100%);
}

/* 友情链接 */
.footlinks{
	width: 1240px;
	padding-bottom: 20px;
}
.footlinks .hd{padding: 15px 0; border-bottom: 1px solid #d5dade;}

.footlinks .hd ul li{
	width: 190px;
    height: 100%;
    float: left;
	margin-right: 20px;
}
.footlinks .hd ul li:nth-child(6){
	margin-right: 0;
}
.footlinks .hd ul li a{
	color: #323233;
	height: 46px;
	line-height: 26px;
	font-size: 16px;
	position: relative;
	display: block;
	text-align: center;
	padding: 10px 20px;
	background: url(../images/jt.jpg) no-repeat 165px 18px #fff;
}

.footlinks .hd ul li a img{
	vertical-align: middle;
	margin-right: 5px;
}


.footlinks .bd{
	background: rgba(143,153,182,.08);
}

.footlinks .bd ul{padding:18px 16px 10px; margin: 0 -5px; overflow: hidden; display: none;}
.footlinks .bd ul li{float: left; width: 20%;}
.footlinks .bd ul li h4{
	margin: 0 5px; 
	margin-bottom: 8px; 
	font-size:15px;
	font-weight: normal; 
	line-height:1.6em; 
	overflow:hidden; 
	vertical-align:top;
}
.footlinks .bd ul li a{
	display: block; 
	padding:10px; 
	background: rgb(250,250,255);  
	text-align: center; 
	color: #323233;
	max-width:100%; 
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow:hidden; 
	transition: .3s all;
	border-radius: 2px;
}
.footlinks .bd ul li a:hover{
	background: rgba(24,86,172, 0.9); 
	color: #fff;
}


.footer_con {
    padding-top: 5px;
    width: 1200px;
    font-size: 15px;
    line-height: 32px;
    color: #fff;
    position: relative;
}

.footer_con .con_left .site_link {
    margin: 0 auto;
}

.footer_con p {
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    width: 940px;
    color: #333333;
    float: left;
}

.footer_con a img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -6px;
}

.footer_con .copyright {
    line-height: 28px;
    color: #bebebe;
}

.footer_con .wzbs {
    width: 260px;
    margin-top: 40px;
    float: right;
    text-align: right;
}

.footer_con .wzbs .slh {
    height: 45px;
    background: #fff;
    border-radius: 2px;
    vertical-align: bottom;
}

.cxb a{
	display:block;
	padding-bottom: 4px;
}

 /*** 首页右下角浮动导航条 ***/
 .right-nav {
	 position: fixed;
	 right: 20px;
	 bottom: 80px;
	 z-index: 9999;
 }

 .right-nav-frm {
	 width: 75px;
	 display: table;
	 background-color: rgba(255, 255, 255, 0.6);
	 box-shadow: 0px 0px 38px 0px rgba(0,0,0,.06);
	 border-top-left-radius:5px;
	 border-top-right-radius:5px;
 }

 .right-nav-frm li {
	 width: 75px;
	 height: 70px;
	 display: block;
	 float: left;
	 background-repeat: no-repeat;
	 background-position-x:50%;
	 background-position-y:8px;
	 position:relative;

 }

 .right-nav-frm li:hover .right-nav-frm-a{
	 color:transparent;
	 display:none;
 }

 .right-nav-frm li .right-nav-frm-a{
	 position:absolute;
	 bottom:8px;
	 left:10px;
	 color:#000;
	 font-size:14px;
 }

 .right-nav-frm li:hover .right-nav-arc {
	 display: block;
 }

 .right-nav-frm li:hover .right-nav-box {
	 display: block;
 }

 .right-nav-arc {
	 display: none;
 }

 .right-nav-arc a {
	 height: 70px;
	 padding-top: 7px;
	 background-color: #3086DE;
	 display: block;
	 color: #FFF;
	 font-size: 14px;
	 line-height: 30px;
	 text-align: center;
 }

 .right-nav-box {
	 display: none;
	 color: #FFF;
	 padding: 12px 12px;
	 position: absolute;
	 right: 75px;
	 background: rgba(0, 0, 0, 0.5);
	 filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#5F000000, endcolorstr=#5F000000);
 }

 .right-nav-box div {
	 color: #FFF;
	 text-align: center;
 }

 .right-nav-top a {
	 position: absolute;
	 width: 75px;
	 height: 22px;
	 line-height: 22px;
	 text-align: center;
	 font-size: 12px;
	 background-color: #3086de;
	 color: #FFF;
	 margin-top: 2px;
	 cursor: pointer;
	 border-bottom-left-radius:5px;
	 border-bottom-right-radius:5px;
 }

 .right-nav-top a:hover {
	 background-color: #4c9ff3;
 }

 /*** 智能推荐 ***/
 .zntj{
	 width: 300px;
	 height: auto;
	 position: fixed;
	 left: 14px;
	 bottom: 14px;
	 z-index: 999;
 }
 .zntjtit{
	 width: 136px;
	 background: url(../images/tjtit.png) no-repeat center;
	 text-align: center;
	 letter-spacing: 2px;
	 color: #ffffff;
	 font-size: 18px;
	 font-weight: bold;
	 line-height: 42px;
	 position: absolute;
	 top: -21px;
	 left: 82px;
 }
 .closeRe {
	 cursor: pointer;
	 width: 21px;
	 height: 21px;
	 background: url(../images/tjxx.png) right no-repeat;
	 position: absolute;
	 top: 5px;
	 right: 10px;
 }
 .zntjcontent{
	 border-radius: 20px;
	 background: #ffffff;
	 padding-top: 20px;
	 padding-bottom: 26px;
	 box-shadow: 0 2px 10px 0 #c5d8e980;
 }
 .tjcate{
	 color: #27629e;
 }
 .zntjcontent li{
	 width: 280px;
	 font-size: 15px;
	 background: #f8f8f8;
	 line-height: 22px;
	 border-radius: 12px;
	 padding:5px 10px;
	 margin: 12px 10px;
 }
 .zntjcontent li a{
	 color: #556272;
	 line-height: 26px;
 }
 .zntjcontent li a:hover{
	 color: #27629e;
 }
 .zntjcontent .tjtime{
	 /**display: block;**/
	 text-align: right;
	 color: #B3B4B5;
	 font-size: 14px;
	 padding-left: 6px;
 }
 .tjnext{
	 text-align: right;
	 padding-right: 16px;
 }

 .tjnext .gxset{
	 float: left;
	 padding-left: 20px;
	 font-size: 13px;
	 color: #3285ed;
 }