html,body{
    font-size:16px;
    font-family: "Microsoft YaHei UI";
    color:#333;
    line-height:24px;
    min-width: 1300px;
    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;
}
.main1300{
    width: 1300px;
    margin: 0 auto;
}


/*导航*/
.top_nav{
    height: 60px;
    background-color: #cf0d0d;
    width: 100%;
    margin-bottom: 20px;
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.nav_in{
    width: 1300px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 1;
	display: flex;
	justify-content: space-between;
}
.nav_in a{
    color: #fff;
}
.nav_in .nLi{
    float: left;
    position: relative;
    display: inline;
}
.nav_in .nLi h3{
    float: left;
    width: 132px;
    text-align: center;
}
.nav_in .nLi h3 a{
    display: block;
    font-size: 20px;
}
.nav_in .on h3 a{
    background: #a60303;
}
.nav_in h3 a img{
    padding-left: 10px;
}
.nav_in .sub{
    display: none;
    width: 164px;
    left: 0;
    top: 60px;
    position: absolute;
    background: #fff;
    line-height: 36px;
    padding: 15px 0;
    box-shadow: 0 4px 10px #e2e2e2;
}
.nav_in .sub li{
    zoom: 1;
}
.nav_in .sub a{
    display: block;
    padding: 0 30px;
    color: #cf0d0d;
    font-size: 20px;
}
.nav_in .sub a:hover{
    background: #cf0d0d;
    color: #fff;
}
.nav_in .sub li+li{
    margin-top: 8px;
}


/* 导语 */
.jy_lead {
    margin-top: 26px;
}
.jy_headline_top {
    text-align: center;
}
.jy_headline_top a {
    display: block;
    font-size: 38px;
    font-weight: bold;
    line-height: 40px;
    padding: 8px 0 0 0;
    color: #002652;
}
.jy_headline_bottom {
    font-size: 18px;
    padding-top: 22px;
    text-align: center;
}


/*焦点图+焦点图右侧*/
.margin_t30{
    margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

/*焦点图*/
.focus_content{
    width: 712px;
    height: 399px;
    overflow: hidden;
    position: relative;
    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: 712px;
    height: 399px;
}
.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: 550px;
    float: right;
}
.focus_right .hd{
    background: url(../images/focus-right-line.png) top no-repeat;
}
.focus_right .hd ul{
	font-size: 20px;
	line-height: 26px;
	height: 26px;
	padding: 22px 0 16px;
}
.focus_right .hd ul li{
    float: left;
    cursor: pointer;
}
.focus_right .hd ul li a{
	color: #666;
}
.focus_right .hd ul li+li{
    padding-left: 22px;
	margin-left: 22px;
	border-left: 1px solid #e6e6e6;
}
.focus_right .hd ul li.on a{
    color: #333;
	font-size: 24px;
}
.focus_right .bd ul{
    line-height: 40px;
    padding-top: 2px;
}
.focus_right .bd ul a{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}



.add_row{
	margin-top: 30px;
	line-height: 0;
}
.add_row img{
	width: 1300px;
	height: 80px;
}



/* 领导、部门、乡镇 */
.ld_row{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.ld_left{
	width: 406px;
    float: left;
}
.ld_left_top{
	display: flex;
	justify-content: space-between;
	line-height: 0;
}
.ld_left_top img{
	width: 190px;
	height: 152px;
}

.ld_left_bottom{
    width: 406px;
	margin-top: 30px;
}
.ld_left_bottom .hd{
    border-top: 1px solid #e6e6e6;
}
.ld_left_bottom .hd ul{
	margin-top: 10px;
    height: 26px;
    line-height: 26px;
	display: flex;
	justify-content: center;
}
.ld_left_bottom .hd ul li{
    cursor: pointer;
    font-size: 20px;
    color: #666;
	padding: 0 24px;
	position: relative;
    float: left;
}
.ld_left_bottom .hd ul li+li{
    border-left: 1px solid #e6e6e6;
}
.ld_left_bottom .hd ul li.on{
    font-size: 24px;
    color: #ce0e0b;
}
.ld_left_bottom .hd ul li span{
	display: block;
	width: 46px;
	height: 4px;
	background-color: #ce0e0b;
	position: absolute;
	left: 50%;
	top: -11px;
	margin-left: -23px;
	display: none;
}
.ld_left_bottom .hd ul li.on span{
	display: block;
}
.ld_left_bottom .bd{
	width: 406px;
	overflow: hidden;
}
.ld_left_bottom .bd ul{
	width: 416px;
    padding-top: 14px;
}
.ld_left_bottom .bd ul li{
	float: left;
	width: 95px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	background-color: #f5f5f5;
	margin: 10px 9px 0 0;
}



.ld_right{
	width: 406px;
    float: left;
}
.title_row p{
    float: left;
    font-size: 26px;
}
.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;
}


.ld_right_top{
	padding-top: 30px;
}
.ld_right_top a{
	display: flex;
	justify-content: space-between;
}
.ld_right_top a img{
	width: 172px;
	height: 96px;
}
.ld_right_top a p{
	width: 212px;
	font-size: 16px;
	line-height: 32px;
}

ul.bm_font{
	font-size: 16px;
	line-height: 40px;
	padding-top: 12px;
}
ul.bm_font li a{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}



/*专题*/
.zt_row{
	margin-top: 30px;
}

.zt_bottom{
    overflow:hidden;
    position:relative;
    margin-top: 30px;
	background-color: #f5f5f5;
	height: 216px;
	padding-top: 30px;
	box-sizing: border-box;
}
.zt_bottom .hd .prev,
.zt_bottom .hd .next{
    position: absolute;
    top: 78px;
    display:block;
    width: 19px;
    height: 37px;
    cursor: pointer;
}
.zt_bottom .hd .prev{
    left: 26px;
    z-index: 2;
    background: url(../images/zt-arrow1.png) no-repeat;
}
.zt_bottom .hd .next{
    right: 26px;
    z-index: 2;
    background: url(../images/zt-arrow2.png) no-repeat;
}
.zt_bottom .bd{
	width: 1154px;
    margin-left: 70px;
	overflow: hidden;
}
.zt_bottom .bd ul{
    zoom: 1;
}
.zt_bottom .bd ul li{
    width: 207px;
    margin: 0 30px 0 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}
.zt_bottom .bd ul li img{
    width: 207px;
    height: 117px;
}
.zt_bottom .bd ul li .title{
    padding-top: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	font-size: 16px;
}
.zt_bottom .bd ul li a:hover .title{
    color: #cf0d0d;
}



/* 浮动框 */
.fdk_row{
	width: 100px;
	height: 415px;
	position: fixed;
	top: 50%;
	right: 46px;
	z-index: 1000;
	margin-top: -208px;
}
.fdk_row a{
	width: 100px;
	height: 108px;
	border: 1px solid #f5f5f5;
	display: block;
	position: relative;
}
.fdk_row a+a{
	margin-top: 3px;
}
.fdk_row a:nth-child(1){
	background: #f5f5f5 url(../images/fdk-icon1.png) no-repeat;
}
.fdk_row a:nth-child(1):hover{
	background: #fff url(../images/fdk-icon1.png) no-repeat;
	border: 1px solid #e9e9e9;
}
.fdk_row a:nth-child(2){
	background: #f5f5f5 url(../images/fdk-icon2.png) no-repeat;
}
.fdk_row a:nth-child(2):hover{
	background: #fff url(../images/fdk-icon2.png) no-repeat;
	border: 1px solid #e9e9e9;
}
.fdk_row a:nth-child(3){
	background: #f5f5f5 url(../images/fdk-icon3.png) no-repeat;
}
.fdk_row a:nth-child(3):hover{
	background: #fff url(../images/fdk-icon3.png) no-repeat;
	border: 1px solid #e9e9e9;
}
.fdk_row a:nth-child(4){
	background: #fff url(../images/fdk-icon4.png) no-repeat;
	border: 1px solid #e9e9e9;
}
.fdk_row a:nth-child(5){
    width: 100px;
    height: 108px;
	background: #fff url(../images/video1.png) no-repeat;
	border: 1px solid #e9e9e9;
}
.fdk_row a span{
	width: 140px;
	height: 122px;
	position: absolute;
	left: -140px;
	top: -5px;
	background: url(../images/ewm-bg.png) no-repeat;
	display: none;
}
.fdk_row a span img{
	width: 100px;
	height: 100px;
	padding: 11px;
}
.fdk_row a:nth-child(4):hover span{
	display: block;
}
.fdk_row a:nth-child(5):hover span{
	display: block;
}









