html,body{
    font-size: 14px;
    font-family: "Microsoft YaHei UI";
    color: #333;
    line-height: 24px;
    min-width: 1200px;
    margin: 0;
    padding: 0;
}
div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,img{
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    font-weight: normal;
}
a{
    text-decoration:none;
    color: #333;
}
a:hover{
    color: #c00;
}
.clear_both:after{
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
}
.main1400{
    width: 1400px;
    margin: 0 auto;
}

.top_row img{
    width: 1400px;
    height: 200px;
}

.head_top{
    height: 143px;
}
.head_logo{
    float: left;
    padding-top: 40px;
}

.head_right{
    width: 800px;
    float: right;
}
.search_left{
    width: 258px;
    height: 34px;
    float: left;
    border: 1px solid #bbb;
    margin: 54px 0 0 0;
    border-radius: 17px;
    overflow: hidden;
}
.search_left input{
    width: 217px;
    height: 34px;
    border: none;
    outline: none;
    padding: 0 10px 0 12px;
    box-sizing: border-box;
    font-size: 16px;
    color: #afafaf;
    float: left;
}
.search_left button{
    width: 40px;
    height: 34px;
    border: none;
    background: url("../images/search-img.jpg") no-repeat;
    outline: none;
}
.search_right{
    float: right;
    margin-top: 59px;
}
.search_right i{
    width: 1px;
    height: 22px;
    background-color: #888;
    margin: 3px 20px 0;
    float: left;
}
.search_right div{
    font-size: 22px;
    float: left;
    line-height: 28px;
}
.search_right div a{
    display: block;
    padding-left: 35px;
    color: #555;
}
.search_right div a:hover{
    color: #cf0d0d;
}
.search_right div.icon2 a{
    background: url("../images/head-icon2.jpg") left 1px no-repeat;
}
.search_right div.icon2 a:hover{
    background: url("../images/head-icon2-now.jpg") left 1px no-repeat;
}
.search_right div.icon3 a{
    background: url("../images/head-icon3.jpg") left 1px no-repeat;
}
.search_right div.icon3 a:hover{
    background: url("../images/head-icon3-now.jpg") left 1px no-repeat;
}
.search_right div.icon3{
    position: relative;
}
.search_right div.icon3 b{
    width: 149px;
    height: 140px;
    background: url("../images/head-ewm.png") no-repeat;
    position: absolute;
    right: -160px;
    top: -12px;
    z-index: 100;
    display: none;
}
.search_right div.icon3 b img{
    width: 130px;
    height: 130px;
    margin: 6px 0 0 15px;
}
.search_right div.icon3:hover b{
    display: block;
}

/*导航*/
.top_nav{
    height: 60px;
    background-color: #cf0d0d;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.nav_in{
    height:60px;
    line-height:60px;
    position:relative;
    z-index:1;
}
.nav_in a{
    color:#fff;
}
.nav_in li{
    float:left;
    position:relative;
    display:inline;
}
.nav_in li h3{
    float:left;
    width: 107px;
    text-align: center;
}
.nav_in li h3 a{
    display:block;
    font-size:18px;
}
.nav_in .on h3 a{
    background:#a60303;
}
.nav_in li:hover h3 a{
    background:#a60303;
}

/*广告位*/
.ad_long{
    margin-top: 20px;
    line-height: 0;
}
.ad_long img{
    width: 1400px;
    height: 106px;
    float: left;
}
.ad_short{
    width: 1410px;
}
.ad_short a{
    display: block;
    float: left;
    margin: 20px 10px 0 0;
    line-height: 0;
}
.ad_short img{
    width: 460px;
    height: 106px;
}

/*头条*/
.headline h1{
    text-align: center;
    font-size: 32px;
    line-height: 50px;
    padding-top: 30px;
    font-weight: bold;
}
.headline h1 a{
    color: #29497d;
}
.headline p{
    font-size: 18px;
    padding: 12px 0 0;
    text-align: center;
}

/* 专题专栏 */
.ztzl_row{
	width: 1018px;
	float: left;
}
.ztzl_in{
    position:relative;
}
.ztzl_in .hd{
    width: 100%;
}
.ztzl_in .hd .prev,
.ztzl_in .hd .next{
    display: block;
    width: 20px;
    height: 41px;
	position: absolute;
	top: 86px;
}
.ztzl_in .hd .prev{
	left: 0;
    cursor: pointer;
    background: url("../images/arrow-prev.jpg") no-repeat;
}
.ztzl_in .hd .next{
    right: 0;
    cursor: pointer;
    background: url("../images/arrow-next.jpg") no-repeat;
}
.ztzl_in .bd{
    width: 940px;
    padding: 20px 0 0;
    margin-left: 38px;
    overflow: hidden;
}
.ztzl_in .bd ul{
    overflow: hidden;
    zoom: 1;
}
.ztzl_in .bd ul li{
    margin: 0 20px 0 0;
    float: left;
    _display: inline;
    overflow: hidden;
	width: 300px;
}
.ztzl_in .bd ul li .pic{
    text-align: center;
}
.ztzl_in .bd ul li .pic img{
    width: 300px;
    height: 168px;
    display: block;
}
.ztzl_in .bd ul li .title{
    width: 300px;
    padding-top: 8px;
    text-align: center;
    font-size: 15px;
}
.ztzl_in .bd ul li a:hover .title{
    color: #cf0d0d;
}


.margin_t30{
    margin-top: 30px;
}

.title_row{
    border-top: 1px solid #d9d9d9;
    padding-top: 16px;
}
.title_row p{
    float: left;
    font-size: 26px;
    font-weight: bold;
}
.title_row p img{
    float: left;
    padding-right: 10px;
}
.title_row a{
    float: right;
    font-size: 14px;
    color: #888;
}
.title_row a:hover{
    color: #cf0d0d;
}


/* 领导之窗 */
.sjsz_row{
	float: right;
	width: 340px;
}
.sjsz_title{
	line-height: 0;
}
.sjsz_title a{
    float: right;
    font-size: 14px;
    color: #888;
    margin-top: 28px;
}
.sjsz_nr{
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0 0;
}
.sjsz_img{
    width: 160px;
    height: 198px;
    position: relative;
}
.sjsz_img img{
    width: 160px;
    height: 198px;
}
.sjsz_img p{
    width: 160px;
    padding: 5px 0;
    font-size: 15px;
    color: #fff;
    background: rgba(0,0,0,.7);
    line-height: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

/*焦点图*/
.focus_content{
    width: 760px;
    height: 376px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    float: left;
}
.focus_content .hd{
    height: 12px;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 20px;
}
.focus_content .hd ul{
    zoom: 1;
    float: left;
}
.focus_content .hd ul li{
    cursor: pointer;
    width: 10px;
    height: 10px;
    display: block;
    text-indent: 20px;
    background: rgba(255,255,255,.4);
    float: left;
    margin: 0 0 0 10px;
    border-radius: 50%;
}
.focus_content .hd ul li.on{
    background: rgba(255,255,255,1);
    width: 12px;
    height: 12px;
    margin-top: -1px;
}
.focus_content .bd{
    position: relative;
    height: 100%;
    z-index: 0;
}
.focus_content .bd li{
    zoom: 1;
}
.focus_content .bd img{
    width: 760px;
    height: 376px;
}
.focus_content .bd h3{
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 500px;
    margin-left: 20px;
    z-index: 111;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
	opacity: .8;
}
.focus_content .bd div{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 56px;
    background: url("../images/focus-bg.png") repeat-X;
    width: 100%;
    z-index: 10;
}

/*焦点图右侧*/
.focus_right{
    width: 590px;
    float: right;
    margin-top: 30px;
}
.focus_right .hd{
    border-top: 1px solid #d9d9d9;
}
.focus_right .hd ul{
	font-size: 24px;
	line-height: 26px;
	height: 26px;
}
.focus_right .hd ul li{
    float: left;
    cursor: pointer; 
    line-height: 50px;
    margin-right: 50px;
}
.focus_right .hd ul li a{
	color: #666;
    border-top: 2px solid transparent;
    display: block;
}
.focus_right .hd ul li.on a{
    color: #333;
    border-top: 2px solid #ef2f2e;
    
}
.focus_right .bd ul{
    line-height: 40px;
    padding-top: 2px;
    font-size: 15px;
}
.focus_right .bd ul a{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ad_short2{
    width: 1440px;
}
.ad_short2 a{
    display: block;
    float: left;
    margin: 20px 40px 0 0;
    line-height: 0;
}
.ad_short2 img{
    width: 440px;
    height: 96px;
}
.ad_short2 img.img2{
    width: 920px;
    height: 96px;
}

.content_bottom{
    width: 1440px;
}
.half_content{
    width: 440px;
    float: left;
    margin-top: 30px;
    margin-right: 40px;
}
.half_content_img{
    width: 440px;
    height: 246px;
    position: relative;
    margin-top: 20px;
}
.half_content_img img{
    width: 440px;
    height: 246px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.half_content_img p{
    width: 100%;
    height: 60px;
    background: url("../images/half-content-bg.png") repeat-x;
    font-size: 16px;
    color: #fff;
    padding: 25px 20px 0;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
ul.font_row{
    line-height: 38px;
    padding-top: 12px;
    /* height: 108px; */
    /* overflow: hidden; */
}
ul.font_row li a{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*办事服务*/
.outBox_bsfw{
    width:1400px;
    border:1px solid #d9d9d9;
    box-sizing: border-box;
    margin-top: 18px;
}
.outBox_bsfw .hd{
    height:44px;
    line-height:44px;
    background:#f5f5f5;
    padding:0 20px;
    border-bottom:1px solid #d9d9d9;
    position:relative;
}
.outBox_bsfw .hd ul{
    float:left;
    position:absolute;
    left:-1px;
    top:-1px;
    height:44px;
}
.outBox_bsfw .hd ul li{
    float:left;
    padding:0 40px;
    cursor:pointer;
    line-height: 44px;
    font-size: 20px;
    color: #666;
}
.outBox_bsfw .hd ul li.on{
    height:44px;
    background:#fff;
    border:1px solid #d9d9d9;
    border-bottom:2px solid #fff;
    font-weight: bold;
    color: #cf0d0d;
}

.inBox_bsfw .inHd{
    width: 60px;
    height:44px;
    margin: 0 auto;
    padding: 20px 0 10px;
}
.inBox_bsfw .inHd .sPrev,
.inBox_bsfw .inHd .sNext{
    display:block;
    width:10px;
    height:20px;
    margin-top:14px;
    overflow:hidden;
    cursor:pointer;
    float: left;
    opacity:0.5;
}
.inBox_bsfw .inHd .sPrev{
    background:url("../images/bsfw-arrow-prev.jpg") no-repeat;
}
.inBox_bsfw .inHd .sNext{
    background:url("../images/bsfw-arrow-next.jpg") no-repeat;
    float: right;
}
.inBox_bsfw .sPrev:hover,
.inBox_bsfw .sNext:hover{
    filter:alpha(opacity=100);
    opacity:1;
}

.inBox_bsfw .inBd .ulWrap li{
    float: left;
    width: 20%;
    text-align: center;
    padding-top: 40px;
}
.inBox_bsfw .inBd .ulWrap li img{
    /* width: 66px; */
    height: 66px;
}
.inBox_bsfw .inBd .ulWrap li p{
    padding-top: 6px;
}