﻿@charset 'utf-8';

body{
	min-width: 1200px;
}

/* 头部 */
.h-top{
	height: 37px;
	line-height: 37px;
	border-bottom: 1px solid #dddddd;
	background: #fff;
	color: #333333;
	font-size: 14px;
}
.h-top span,.h-top a{
	display: inline-block;
	color: #333;
	font-size: 14px;
}
.h-top .line{
	margin: 0 10px;
}
.header{
	background: url(bg1.png) top center no-repeat;
	height: 184px;
	width: 100%;
}
.header .logo{
	display: inline-block;
	margin-top: 54px;
	height: 75px;
	width: 740px;
	overflow: hidden;
	position: relative;
}
.header .logo li{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.search-box{
	width: 358px;
	margin-top: 58px;
	height: 47px;
	line-height: 47px;
	box-sizing: border-box;
	border: 4px solid #c40d0d;
}
.search-box input{
	padding: 0 12px;
	background: #fff;
	height: 39px;
	line-height: 39px;
	font-size: 16px;
	width: 268px;
}
.search-box button{
	width: 58px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #c40d0d;
}
.nav{
	height: 56px;
	line-height: 56px;
	width: 100%;
	border-bottom: 2px solid #aa0c0c;
	background: #c40d0d;
}
.nav a{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 0 32px;
}
.nav a.cur,.nav a:hover{
	padding-top: 6px;
	background: #aa0c0c;
	margin-top: -6px;
}
/* 页码 */
.page-box{
	margin-top: 30px;
	padding-bottom: 50px;
	text-align: center;
	line-height: 28px;
}
.page-box .total{
	color: #333333;
	font-size: 16px;
}
.page-box .total span{
	display: inline-block;
	margin: 0 4px;
	color: #c40d0d;
}
.page a{
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	color: #666666;
	font-size: 14px;
	margin: 0 4px;
	border-radius: 2px;
	border: 1px solid #dcdcdc;
}
.page .fe{
	width: 60px;
}
.page input{
	height: 26px;
	line-height: 26px;
	color: #666666;
	font-size: 14px;
	width: 40px;
	text-align: center;
	margin-right: 10px;
	border: 1px solid #dcdcdc;
}
.page button{
	height: 26px;
	line-height: 26px;
	background: #f1f1f1;
	border-radius: 2px;
	color: #666666;
	font-size: 14px;
	width: 60px;
}
.page a:hover,.page a.cur,.page button:hover{
	background: #c40d0d;
	color: #fff;
}
/* 当前位置 */

.local{
	padding: 0 22px;
	height: 38px;
	line-height: 38px;
	background: #f8f8f8 url(ic1.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 46px;
}
.local a,.local span{
	color: #999;
	font-size: 14px;
}
.local .arrow{
	display: inline-block;
	margin: 0 8px;
}
.local .cur{
	color: #c40d0d;
}
.local img{
	margin-right: 6px;
}
/* 底部 */
/*.f-link{
	background: #f4f6f9;
	height: 30px;
	line-height: 30px;
	padding: 16px 0;
}
.f-link .tit{
	display: inline-block;
	color: #333333;
	font-size: 14px;
}*/
.f-link{
	background: #fff;
	margin-top: 10px;
	padding: 20px 0 12px;
}
.f-link .tit{
	color: #333333;
	font-size: 14px;
	line-height: 30px;
}
.f-link-b{
	width: 1120px;
	position: relative;
}
.f-drop{
	float: left;
	width: 279px;
	height: 30px;
	line-height: 30px;
	margin-left: 1px;
}
.f-drop .tag{
	background: #efefef url(ic3.png) 244px center no-repeat;
	cursor: pointer;
	color: #333333;
	font-size: 14px;
	padding: 0 30px;
}
.f-drop .tag:hover{
	font-weight: bold;
}
.f-drop .tag.active{
	background: #E60113 url(ic3o.png) 244px center no-repeat;
	color: #fff;
}
.f-link-bc{
	height: 0;
	overflow: auto;
	/*border: 1px solid #d8d8d8;*/
	margin-left: 1px;
	max-height: 110px;
}
.f-drop-l{
	padding: 12px 0 22px 20px;
	width: 100%;
	box-sizing: border-box;
	display: none;
}
.f-drop-l li{
	display: inline-block;
	width: 216px;
	height: 30px;
	line-height: 30px;
	/*margin-right: 90px;*/
}
.f-drop-l li a{
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000000;
	font-size: 14px;
}
.f-drop-l li a:hover{
	color: #E60113;
}
/*.f-drop{
	width: 268px;
	height: 30px;
	display: inline-block;
	margin-left: 14px;
	background: #fff;
	position: relative;
}
.f-drop .tag{
	cursor: pointer;
	line-height: 30px;
	color: #333333;
	font-size: 14px;
	padding: 0 20px;
	background: url(ic3.png) 234px center no-repeat;
}
.f-drop .list{
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	max-height: 100px;
	overflow: auto;
	display: none;
	background: #fff;
}
.f-drop .list li{
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
}
.f-drop .list li a{
	color: #333333;
	font-size: 14px;
}
.f-drop .list li a:hover{
	font-weight: bold;
}*/
.float-box{
	z-index: 99;
	position: fixed;
	top: 30%;
	right: 10px;
	width: 56px;
	text-align: center;
	border-top: 2px solid #a71616;
	box-shadow: 0 0 6px 0 #f6f6f6;
}
.float-box .item{
	padding: 10px 0;
	color: #333333;
	font-size: 12px;
	position: relative;
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
	cursor: pointer;
}
.float-box .item .box{
	position: absolute;
	right: 60px;
	top: 0;
	width: 80px;
	padding: 10px;
	background: #fff;
	display: none;
	box-shadow: 0 0 4px 0 #e2e4e6;
	border-radius: 4px;
}
.float-box .item:hover{
	color: #d42d26;
}
.float-box .item:hover .box{
	display: block;
}
a:hover img{
	opacity: .8;
}
.footer{
	background: #c40d0d;
	border-top: 4px solid #aa0c0c;
	height: 130px;
}
.f-con{
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	margin-top: 42px;
}
.f-con a{
	color: #fff;
}
.f-img1{
	margin-top: 36px;
	margin-right: 18px;
}
.f-list{
	margin-top: 54px;
}
.f-list a,.f-list span{
	display: inline-block;
	color: #fff;
	font-size: 14px;
}
.f-list a:hover{
	font-weight: bold;
}
.f-list span{
	margin: 0 6px;
}
/* 概览 */
.main{
	padding: 48px 24px 0;
	box-shadow: 0 4px 8px 0 #f4f4f4;
	margin-bottom: 20px;
}
.gl-lf{
	width: 240px;
}
.gl-nav-t{
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #c40d0d;
}
.gl-nav-t a{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	display: block;
}
.gl-nav{
	margin-bottom: 10px;
	padding: 24px 14px 4px;
	background: #f8f8f8;
	border-top: 4px solid #c40d0d;
}
.gl-nav a{
	display: block;
	margin-bottom: 14px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
.gl-nav a:hover,.gl-nav a.cur{
	color: #c40d0d;
}
.gl-lbox{
	background: #f8f8f8;
	padding: 16px;
	margin-bottom: 10px;
}
.gl-lt a{
	display: inline-block;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
.gl-lt a:hover{
	color: #c40d0d;
}
.gl-tplink li a:hover p{
	color: #c40d0d;
}
.gl-lt{
	margin-bottom: 16px;
}
.gl-tplink li{
	margin-bottom: 16px;
}
.gl-tplink li img{
	width: 100%;
	height: 120px;
}
.gl-tplink li p{
	color: #333333;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 36px;
}
.gl-lbs a{
	display: inline-block;
	margin-bottom: 8px;
}
.gl-con{
	width: 870px;
}
.gl-tit{
	border-bottom: 1px solid #e5e5e5;
	height: 39px;
}
.gl-tit .tit{
	display: inline-block;
	color: #c40d0d;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #c40d0d;
	line-height: 28px;
	padding-bottom: 10px;
}
.gl-list li{
	height: 59px;
	line-height: 59px;
	border-bottom: 1px dashed #e1e1e1;
}
.gl-list li a{
	display: inline-block;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 16px;
}
.gl-list li a:hover{
	color: #c40d0d;
}
.gl-list li span{
	float: right;
	color: #666666;
	font-size: 14px;
}
/* 细览 */
.xl-main{
	padding: 0 12px;
}
.xl-title{
	text-align: center;
	color: #333333;
	font-size: 34px;
	padding: 0 0 40px;
}
.dy{
	 display: inline-block;
	 margin-right: 24px;
	 cursor: pointer;
}
.xl-main .xl-bar {
  padding: 0 30px;
  height: 53px;
  line-height: 53px;
  background: #f4f4f8;
}
.xl-main .xl-bar span {
  display: inline-block;
  vertical-align: top;
  color: #333;
  font-size: 16px;
}
.xl-main .xl-bar img {
  margin-right: 5px;
}
.xl-main .xl-bar .mlr13 {
  margin: 0 13px;
}
.xl-main .xl-bar .fontsize{
    height: 38px;
	line-height: 38px;
	margin-top: 8px;
}
.xl-main .xl-bar .fontsize a {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
  color: #333333;
  font-size: 16px;
}
.xl-main .xl-bar .fontsize a:hover{
	color: #c40d0d;
}
.xl-main .xl-bar .share{
	margin-left: 12px;
}
.ml10{
	margin-left: 10px;
}
.news-detail {
  padding: 0 30px;
  color: #333333;
  font-size: 16px;
  line-height: 32px;
  margin-top: 40px;
  margin-bottom: 80px;
}
.news-detail.w720 {
  width: 750px;
  padding-right: 30px;
  border-right: 1px solid #e8e8e8;
}
.news-detail img {
  max-width: 100%;
}
.news-detail .code {
  font-size: 12px;
  color: #666666;
  margin-top: 60px;
}
.f-tac{
	text-align: center;
}
.f-mt20{
	margin-top: 20px;
}
.szf_mb20{
	margin-bottom: 20px;
}

/* 信件详情 */
.mailBox{
	border: 1px solid #f2f2f2;
	margin-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.mailBox-bg{
	position: absolute;
	bottom: 0;
	right: -5px;
}
.mailBox .title{
	width: 1100px;
	margin: 0 auto;
	/*border-bottom: 2px solid #bae1f4;*/
	background: url(bg2.png) bottom center no-repeat;
	padding-bottom: 30px;
	padding-top: 40px;
}
.mailBox .title .tit1{
	color: #c40d0d;
	font-size: 30px;
	font-weight: bold;
}
.mailBox .title .tit2{
	color: #333333;
	font-size: 30px;
	font-weight: bold;
}
.mailBox .title .sta{
	display: inline-block;
	width: 86px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #f3b50f;
	float: right;
}
.question-box {
  width: 1100px;
  border: 1px solid #e5e5e5;
  margin: 30px auto 0;
}
.question-box .ask-box {
  padding-right: 40px;
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
  text-align: right;
}
.question-box .ask-box span {
  display: inline-block;
  line-height: 50px;
  color: #333333;
  font-size: 16px;
  margin-left: 82px;
}
.question-box .ask-box span i{
  font-style: normal;
}
.question-box .ask-box span.ask {
  float: left;
  margin-left: 37px;
  width: 70px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  margin-bottom: 10px;
  background: #c40d0d;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.question-box .ask-box span.ans{
	background: #ff6201;
}
.question-box .quest-cont {
  padding: 17px 38px;
  font-size: 16px;
  line-height: 40px;
  color: #333333;
}
.pl50 {
  padding-left: 50px;
}
.pt92 {
  padding-top: 92px;
}
.pb137 {
  padding-bottom: 137px;
}
.ml30 {
  margin-left: 30px;
}
/* 网站地图 */
.dt-main{
	padding-bottom: 30px;
}
.dt-tit{
	padding: 0 36px;
	margin-bottom: 30px;
	background: url(bg3.png) left 55% repeat-x;
}
.dt-tit a{
	display: inline-block;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	background: #fff;
	padding: 0 20px;
}
.dt-list{
	margin-bottom: 30px;
}
.dt-list a{
	display: inline-block;
	width: 140px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
	margin: 0px 10px 20px;
	color: #333333;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dt-list a:hover,.dt-tit a:hover{
	color: #c40d0d;
}
/* 写信须知 */
.xxxz-main{
	padding-bottom: 60px;
}
.xxxz-con{
	padding: 40px 30px;
	margin-bottom: 24px;
	color: #333333;
	font-size: 16px;
	line-height: 36px;
	background: url(bg4.png) center bottom no-repeat;
}
.xxxz-bar2{
	padding: 0 30px;
}
.xxxz-bar2 a{
	display: inline-block;
	width: 174px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #333333;
	font-size: 14px;
	background: #f0f0f0;
	margin-right: 20px;
}
.xxxz-bar2 a:hover{
	color: #fff;
	background: #c40d0d;
}
/* 领导介绍 */
.ld-main{
	padding-bottom: 10px;
}
.ld-box{
	margin-bottom: 60px;
}
.ld-tit1{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 16px;
}
.ld-tit1 .tit{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	background: #c40d0d;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	min-width: 165px;
	padding: 0 10px;
}
.ld-info{
	border: 1px solid #dbdbdb;
	padding: 20px;
	width: 344px;
	height: 426px;
}
.ld-info a:hover p{
	color: #c40d0d;
}
.ld-info .img{
	width: 176px;
	height: 230px;
	display: block;
	margin: 0 auto;
}
.ld-info .img img{
	width: 100%;
	height: 100%;
}
.ld-info .name{
	text-align: center;
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	margin: 16px 0;
}
.ld-info .name a{
	display: inline-block;
	color: #333;
}
.ld-info .intro{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
}
.ld-con{
	width: 740px;
	height: 468px;
}
.ld-tit2{
	height: 26px;
	line-height: 26px;
	margin-bottom: 30px;
}
.ld-tit2 .tit{
	display: inline-block;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin-left: 8px;
	vertical-align: middle;
}
.ld-tit2 i{
	vertical-align: middle;
	display: inline-block;
	background: #b00808;
	width: 4px;
	height: 18px;
}
.ld-list li{
	height: 37px;
	line-height: 37px;
}
.ld-list li a{
	display: inline-block;
	padding-left: 12px;
	color: #333333;
	font-size: 16px;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(ic4.png) left center no-repeat;
}
.ld-list li a:hover{
	color: #c40d0d;
}
.ld-list li span{
	float: right;
	color: #666666;
	font-size: 14px;
}
.ld-list .line{
	width: 100%;
	border-top: 1px dashed #e5e5e5;
	margin: 20px 0;
}
/* 我要写信 */
.wyxx-box{
	margin-bottom: 80px;
}
.wyxx-main{
	padding-left: 45px;
	padding-bottom: 1px;
}
.wyxx-t{
	margin-bottom: 30px;
}
.wyxx-t i{
	display: inline-block;
	height: 15px;
	width: 3px;
	background: #c40d0d;
	margin-right: 16px;
	vertical-align: middle;
}
.wyxx-t .tit{
	display: inline-block;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}
.wyxx-con>div{
	margin-bottom: 20px;
}
.wyxx-con .tit{
	display: inline-block;
	width: 140px;
	text-align: right;
	color: #333333;
	font-size: 16px;
	padding-right: 10px;
}
.wyxx-con .tit i{
	color: #db1f1f;
	font-size: 16px;
	display: inline-block;
	margin-right: 4px;
}
.wyxx-con{
	line-height: 44px;
}
.wyxx-con .i1{
	width: 340px;
	height: 42px;
	line-height: 42px;
	color: #666666;
	font-size: 16px;
	padding: 0 20px;
	border: 1px solid #d2d2d2;
}
.wyxx-con .i2{
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-right: 10px;
	cursor: pointer;
}
.xb-box{
	display: inline-block;
	width: 384px;
	height: 44px;
	line-height: 44px;
}
.wyxx-con .tit2{
	color: #333333;
	font-size: 16px;
	margin-right: 40px;
}
.wyxx-con .i3{
	width: 874px;
}
.wyxx-con textarea{
	width: 834px;
	height: 200px;
	color: #666666;
	font-size: 16px;
	padding: 10px 20px;
	border: 1px solid #d2d2d2;
}
.wyxx-con .i4{
	width: 108px;
}
.wyxx-con .yzm{
	width: 60px;
	height: 24px;
	margin: 0 20px;
}
.wyxx-con .tip{
	color: #333;
	font-size: 16px;
	cursor: pointer;
}
.wyxx-con .tip:hover{
	text-decoration: underline;
}
.wyxx-con .btn{
	padding: 20px 0 0 150px;
}
.wyxx-con .btn button{
	width: 160px;
	height: 44px;
	line-height: 44px;
	background: #f2f2f2;
	font-size: 16px;
	color: #999999;
	margin-right: 20px;
}
.wyxx-con .btn button.tj{
	color: #fff;
	background: #c40d0d;
}
.wyxx-con .btn button:hover{
	font-weight: bold;
}
/* 互动中心 */
.hd-main{
	padding-bottom: 30px;
}
.hd-tit{
	line-height: 28px;
	margin-bottom: 20px;
}
.hd-tit .tit{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}
.hd-tit .more{
	float: right;
	color: #c40d0d;
	font-size: 14px;
}
.hd-table-t{
	height: 40px;
	line-height: 40px;
}
.hd-table li{
	display: inline-block;
	margin-left: 2px;
	vertical-align: top;
}
.hd-table li:first-child{
	margin-left: 0;
}
.hd-table li.w920{
	width: 898px;
	padding-left: 20px;
}
.hd-table li.w616{
	width: 616px;
	padding-left: 20px;
	text-align: left;
}
.hd-table li a{
	display: inline-block;
	max-width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 16px;
}
.hd-table li a:hover{
	color: #c40d0d;
}
.hd-table li.w100{
	width: 100px;
	text-align: center;
	width: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hd-table li.w130{
	width: 130px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hd-table-t li{
	background: #c40d0d;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}
.hd-table-l li{
	height: 46px;
	line-height: 46px;
	border-bottom: 1px dashed #efefef;
	text-align: center;
	color: #333333;
	font-size: 16px;
}
.hd-table-l li.w920{
	text-align: left;
}
.hd-bar1{
	margin: 10px 0 20px;
	padding: 15px 20px;
	background: #f1f1f1;
}
.hd-bar1 input{
	height: 34px;
	line-height: 34px;
	border: 1px solid #c3c3c3;
	background: #fff;
	font-size: 16px;
	padding: 0 10px;
	width: 388px;
	margin-right: 4px;
}
.hd-bar1 .cx{
	width: 120px;
	height: 36px;
	background: #c40d0d;
	color: #fff;
	font-size: 16px;
	margin-left: 6px;
}
.hd-bar1 .cx:hover,.hd-bar1 .xx:hover{
	font-weight: bold;
}
.hd-bar1 .xx{
	display: inline-block;
	float: right;
	width: 120px;
	height: 36px;
	line-height: 36px;
	background: #f8800b;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.hd-w1{
	padding: 20px 20px 30px;
	border: 1px solid #dbdbdb;
	margin-bottom: 10px;
}
.hd-list li{
	height: 24px;
	line-height: 24px;
	margin-top: 20px;
}
.hd-list li:first-child{
	margin-top: 0;
}
.hd-list li .sta{
	font-style: normal;
	display: inline-block;
	width: 60px;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	margin-right: 8px;
	background: #c40d0d;
}
.hd-list li .sta.cur{
	color: #333333;
	background: #e4e4e4;
}
.hd-list li a{
	display: inline-block;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #595959;
	font-size: 16px;
}
.hd-list li a:hover{
	color: #c40d0d;
}
.hd-list li span{
	float: right;
	color: #595959;
	font-size: 14px;
}
.hd-w2{
	border: 1px solid #f2f2f2;
	padding: 20px 10px;
}
.hd-bar2 a{
	display: inline-block;
	margin-left: 11px;
}
.hd-bar2 a:first-child,.index-main .hd-bar2 a:first-child{
	margin-left: 0;
}
.index-main .hd-bar2 a{
	margin-left: 19px;
}
.hd-bar2 a img{
	width: 369px;
}
.index-main .hd-bar2 a img{
	width: 380px;
	height: 90px;
}
/* &#98;&#101;&#115;&#116;&#51;&#54;&#53;&#23448;&#32593;&#33529;&#26524;&#19979;&#36733;&#95;&#98;&#115;&#116;&#51;&#54;&#53;&#20307;&#32946;&#23089;&#20048;&#24179;&#21488;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#22823;&#38470; */
.hot-news{
	height: 74px;
	margin: 24px 0;
}
.hot-list{
	width: 960px;
	height: 100%;
	position: relative;
	box-sizing: border-box;
	margin-right: 120px; 
	overflow: hidden;
}
.hot-item{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.hot-item p.title a{
	display: block;
	text-align: center;
	font-size: 24px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	line-height: 40px;
}
.hot-item p.title a:hover{
	color: #c40d0d;
}
.hot-item p.sub{
	margin-top: 10px;
	color: #666666;
	font-size: 16px;
	display: inline-block;
	max-width: 100%;
}
.hot-item p.sub span{
	display: inline-block;
	max-width: 93%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hot-item p.sub a{
	display: inline-block;
	color: #c40d0d;
}
.hot-item p.sub a:hover{
	font-weight: bold;
}
.i-w2-c1{
	width: 650px;
	height: 400px;
	overflow: hidden;
	position: relative;
}
.i-w2-pic{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.i-w2-pic li{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.i-w2-pic li img{
	width: 100%;
	height: 100%;
}
.i-w2-pictt{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url(bg5.png);
}
.i-w2-pictt li{
	padding: 0 12px;
}
.i-w2-pictt li a{
	display: inline-block;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.i-w2-picpg{
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.i-w2-picpg li{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fff;
	margin-left: 5px;
	cursor: pointer;
	border-radius: 50%;
}
.i-w2-picpg li.cur{
	background: #b81313;
}
.i-w2-c2{
	width: 542px;
	height: 400px;
}
.i-tit1 .tit{
	display: inline-block;
	/*width: 180px;*/
	width: 134px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #333333;
	font-size: 20px;
	background: #f9f9f9;
	margin-left: 1px;
}
.i-tit1 .tit:first-child{
	margin-left: 0;
}
.i-tit1 .tit.cur{
	font-weight: bold;
	color: #fff;
	background: #c40d0d;
}
.i-list1{
	padding: 16px 0 0;
}
.i-list1 li{
	height: 38px;
	line-height: 38px;
	padding-left: 14px;
}
.i-list1 li a{
	display: inline-block;
	padding-left: 10px;
	color: #333333;
	font-size: 16px;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(ic4.png) left center no-repeat;
}
.i-list1 li a:hover{
	color: #c40d0d;
}
.i-list1 li span{
	float: right;
	color: #666666;
	font-size: 14px;
}
.i-w3{
	width: 100%;
	height: 98px;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}
.i-w3-pic{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.i-w3-pic li{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.i-w3-pic li img{
	width: 100%;
	height: 100%;
}
.i-w3-pg{
	position: absolute;
	right: 15px;
	bottom: 10px;
}
.i-w3-pg li{
	display: inline-block;
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin: 0 2px;
	cursor: pointer;
	background: url(ic14.png) center no-repeat;
}
.i-w3-pg li.cur{
	background: url(ic14o.png) center no-repeat;
}
.i-w4{
	width: 308px;
}
.i-bar1 a{
	display: block;
	height: 100px;
	box-shadow: 0 0 4px 0 #f2f2f2;
	margin-bottom: 10px;
	color: #c40d0d;
}
.i-bar1 a img{
	margin-top: 20px;
	margin-left: 64px;
	margin-right: 20px;
}
.i-bar1 a:hover img{
	opacity: 1;
}
.i-bar1 a>div{
	display: inline-block;
	vertical-align: middle;
}
.i-bar1 a .ch{
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}
.i-bar1 a .en{
	font-size: 10px;
	margin-top: 2px;
}
.i-bar1 a:hover{
	background: url(bg6.png) center no-repeat;
	background-size: 100% 100%;
	color: #fff;
}
.i-bar2{
	margin-bottom: 15px;
}
.i-tit2{
	height: 50px;
	line-height: 50px;
	background: #c40d0d;
	padding: 0 20px;
	text-align: center;
}
.i-tit2 .tit{
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.i-bar3-c{
	padding: 26px 0 0 10px;
	background: #f9f9f9;
}
.i-bar3-c a{
	display: inline-block;
	width: 138px;
	height: 114px;
	text-align: center;
	color: #333333;
	font-size: 18px;
	background: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
}
.i-bar3-c a img{
	margin-top: 20px;
	margin-bottom: 16px;
	height: 38px;
}
.i-bar3-c a:hover{
	font-weight: bold;
}
.i-w5{
	width: 866px;
}
.i-tit3{
	width: 170px;
}
.i-tit3 .tit{
	position: relative;
	display: block;
	height: 70px;
	line-height: 70px;
	background: #f7f7f7;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-bottom: 3px;
	box-sizing: border-box;
}
.i-tit3 .tit.cur{
	width: 173px;
	padding-right: 4px;
	line-height: 68px;
	border: 1px solid #b81313;
	border-right: none;
	background: #fff;
	color: #c40d0d;
}
.i-tab1{
	width: 692px;
	height: 287px;
	border: 1px solid #b81313;
}
.i-tab1 .i-list1{
	padding: 10px 14px 0;
}
.i-tit4{
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 15px;
}
.i-tit4 .tit{
	display: inline-block;
	min-width: 144px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: #c40d0d;
}
.i-w7-b{
	width: 418px;
	/*height: 362px;*/
	height: 325px;
	margin-top: 30px;
}
.i-tit5 .tit{
	display: inline-block;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #f9f9f9;
	color: #333333;
	font-size: 14px;
	margin-left: 2px;
}
.i-tit5 .tit:first-child{
	margin-left: 0;
}
.i-tit5 .tit.cur{
	color: #c40d0d;
	font-weight: bold;
}
.i-tit5.t2 .tit{
	width: 207px;
}
.i-tit5.t3 .tit{
	width: 138px;
}
.i-w7-b .i-list1{
	padding-top: 5px;
}
.i-w7-b .i-list1 li{
	padding-left: 4px;
}
.index-bar3{
	height: 104px;
	border: 1px solid #c40d0d;
	margin: 20px 0;
}
.index-bar3-t{
	width: 86px;
	height: 104px;
	line-height: 104px;
	text-align: center;
	border-right: 1px solid #c40d0d;
}
.index-bar3-t a{
	display: inline-block;
	vertical-align: middle;
}
.index-bar3-b{
	width: 1082px;
	height: 75px;
	position: relative;
	margin-top: 14px;
	margin-right: 12px;
}
.index-bar3-c{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.index-bar3-b .btn{
	position: absolute;
	top: 22px;
	z-index: 2;
	cursor: pointer;
}
.index-bar3-b .btn.prev{
	left: -16px;
}
.index-bar3-b .btn.next{
	right: -16px;
}
.index-bar3-l{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.index-bar3-l li{
	float: left;
	margin-right: 13px;
	height: 100%;
	width: 260px;
}
.index-bar3-l li img{
	width: 100%;
	height: 100%;
}
.index-main{
	padding-bottom: 20px;
}
/* 在线调查 */
.gl-list li .sta{
	font-style: normal;
	display: inline-block;
	width: 60px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	margin-right: 8px;
	background: #c40d0d;
}
.gl-list li .sta.cur{
	color: #333333;
	background: #e4e4e4;
}
/* 主任信箱 */
.gl-con .hd-table-t{
	margin-bottom: 6px;
}
.gl-con .hd-table-l li{
	margin-bottom: 2px;
	border-bottom: none;
	background: #f8f8f8;
	color: #666666;
}
.xj-lbox{
	border-top: 4px solid #c40d0d;
	margin-top: 30px;
	background: #f8f8f8;
	padding: 0 10px 30px;
}
.xj-lbox .tit1{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	background: url(bg8.png) center no-repeat;
	text-align: center;
	margin: 14px 0;
}
.xj-lbox .tit2{
	color: #333333;
	font-size: 16px;
	margin-bottom: 10px;
}
.xj-lbox input{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e9e9e9;
	background: #fff;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}
.xj-lbox button{
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: #c40d0d;
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
}
.wl-tit .tit{
	background: none;
	color: #c40d0d;
}
.wl-tit .tit.cur{
	color: #fff;
	background: #c40d0d;
}
/* 视频中心 */
.roll-movie{
	margin-bottom: 20px;
}
.roll-groups{
	position: relative;
	height: 230px;
	width: 100%;
	overflow: hidden;
}
.roll-list{
	position: absolute;
	top: 0px;
	left: 0px;
	white-space: nowrap;
}
.roll-item{
	height: 230px;
	width: 280px;
	margin-left: 13px;
	display: inline-block;
}
.roll-item:first-child{
	margin-left: 0px;
}
.roll-item p.img{
	height: 180px;
	width: 280px;
	position: relative;
	overflow: hidden;
}
.roll-item p.img a,
.roll-item p.img a img{
	display: block;
	height: 100%;
	width: 100%;
}
.roll-item p.img span{
	position: absolute;
	top: 50%;
	left: 50%;
	background:url(roll-paly-icon.png) no-repeat;
	height: 38px;
	width: 38px;
	margin:-19px 0 0 -19px;
}
.roll-item p.text{
	height: 50px;
	border:1px solid #f0f0f0;
	background:#f7f7f7;
	border-top: transparent;
	margin-top: -1px;
}
.roll-item p.text a{
	display: block;
	line-height: 50px;
	color: #040000;
	font-size: 14px;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	margin:0 auto;
}
.roll-item p.text a:hover{
	color: #e42826;
}

.f-ewm{
	margin-top: 34px;
}
.f-ewm a{
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-right: 10px;
}
.f-ewm a:hover img{
	opacity: 1;
}
.f-ewm img{
	width: 60px;
	height: 60px;
}