@charset "UTF-8";
/**/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1200px;
	margin:0 auto;
	font-size:14px;	
	font-family:Microsoft YaHei UI,Microsoft YaHei,PingFang SC,Hiragino Sans GB,Source Han Sans CN,sans-serif;
	background:#fff url("../images/bg.jpg") no-repeat top center;
	text-align:justify;	
	color:#333;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#333;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#c31f25;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#ccc;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#ccc;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin */
.wrapin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

.ba_top{
	height: 511px;
}
.nav{
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size:30px;
	position: relative;
	z-index: 20;
	padding-top:20px;
}
.nav a{
	color:#c31f25;
	margin:0 28px;
}
.line30{
	height: 30px;
	clear: both;
}

.banner{
	width: 630px;
	height: 417px;
	float: left;
	position: relative;
	overflow: hidden;
}
.banner .swiper-slide{
	width:100%;
	position: relative;
}
.banner .swiper-slide img{
	display: block;
	width: 630px;
	height: 417px;
}
.banner .name{
	width: 100%;
	position: absolute;
	left:0;
	bottom: 0;
	height: 50px;
	background:rgba(0,0,0,0.5);
	text-align: center;
	line-height: 50px;
	color:#fff;
	font-size:18px;
}
.banner .nm{
	display:inline-block;
	max-width:410px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.banner .cbtn{
	width: 50px;
	height: 50px;
	position: absolute;
	cursor: pointer;
	bottom: 0;
	z-index: 60;
}
.banner .my-prev{
	left: 0;
	background:url("../images/ba_pre.png") no-repeat center center;
}
.banner .my-next{
	right: 0;
	background:url("../images/ba_next.png") no-repeat center center;
}
.banner .swiper-pagination{
	position: absolute;
	z-index: 70;
	width: 50px;
	color:#fff;
	font-size:18px;
	left:auto;
	right: 50px;
	bottom: 0;
	margin:0;
	line-height: 50px;
}
.banner .swiper-pagination-bullet{
	opacity:1;	
	color:#fff;
}
.banner .swiper-pagination-current{
	color:#be040a;
}
.ba_rt{
	float: right;
	width: 550px;
	height: 450px;
}
.ba_rt .link{
	display: block;
	height: 55px;
	background:#f1f1f1;
	margin-bottom:17px;
	position: relative;
	padding-left:78px;
}
.ba_rt .date{
	width: 65px;
	height: 47px;
	position: absolute;
	left: 0;
	top: 0;
	background:#be040a;
	text-align: center;
	color:#fff;
	padding-top:8px;
}
.ba_rt .name{
	line-height: 55px;
	font-size:18px;
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hm_head{
	height: 120px;
	text-align: center;
}
.hm_head img{
	width:235px;
	height: 114px;
	line-height: 100px;
	text-align: center;
	font-size:30px;
	position: relative;
	margin:0 auto;
}
.hm_head1{
	height: 120px;
	width:1200px;
	text-align: center;
	padding-top:20px;
	display: block;
	margin:0 auto;
}
.hm_head1 img{
	line-height: 100px;
	text-align: center;
	font-size:30px;
	position: relative;
	margin:0 auto;
}
.hm_head1 .more{
	float: right;
	margin-right:10px;
	padding-top:35px;
}
.hm_head1 .more img{
	display: block;

}
.hm_head2{
	height: 120px;
	width:1200px;
	text-align: center;
	padding-top:20px;
	display: block;
	margin:0 auto;
}
.hm_head2 img{
	line-height: 100px;
	text-align: center;
	font-size:30px;
	position: relative;
	margin:0 auto;
}
.hm_head2 .more{
	float: right;
	margin-right:10px;
	padding-top:35px;
}
.hm_head2 .more img{
	display: block;

}


.footer{
	text-align: center;
	background:#db000a;
	font-size:14px;
	line-height: 28px;
	color:#fff;
	padding:35px 0;
}

.main{
	background:#fff;
	width: 1140px;
	margin:0 auto;
	min-height: 500px;
	padding:0 30px 40px 30px;
}
.ma_head{
	height: 77px;
	border-bottom:1px solid #ead39f;
	position: relative;
	margin-top:10px;
}
.ma_head .tit{
	position: absolute;
	left: 0;
	top: 0;
	height: 74px;
	line-height: 77px;
	font-size:28px;
	font-weight: bold;
	color:#c31f25;
	border-bottom:4px solid #c31f25;
}
.ne_list{
	padding:10px 0;
}
.ne_item{
	border-bottom:1px solid #ededed;
	padding:10px 0 20px 0;
	font-size:16px;
}
.ne_item:last-child{
	border:0;
}
.ne_item .name{
	height: 46px;
	line-height: 46px;
	font-size:22px;
}
.ne_item .nm{
	color:#000;
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.ne_item .nm:hover{
	color:#c31f25;
}
.ne_item .date{
	height: 46px;
	line-height: 46px;
	color:#c31f25;
}
.ne_item .tip{
	color:#666;
	line-height: 1.6;
}
.ne_more{
	display: block;
	height: 65px;
	line-height: 65px;
	background:#f1f1f1;
	font-size:22px;
	text-align: center;
	color:#c31f25;
}
.ne_more span{
	display: inline-block;
	padding-left:40px;
	background:url("../images/page.png") no-repeat left center;
}
.art_head{
	text-align: center;
	padding:20px 0;
}
.art_head .t1{
	font-size:28px;
	font-weight: bold;
	color:#000;
	line-height: 1.8;
}
.art_head .date{
	line-height: 40px;
	font-size:16px;
	color:#c31f25;
}
.art_cnt{
	font-size:16px;
	line-height: 35px;
}
.art_cnt img{
	display: block;
	margin:10px auto;
	width:750px;
	height:auto;
}
.art_cnt p{
	text-indent:2em;
}
.tj_slider{
	height: 300px;
	margin-top:25px;
	position: relative;
	overflow: hidden;
}
.tj_slider li{
	width: 280px;
	height: 300px;
	float: left;
	margin-right:26px;
}
.tj_slider .photo{
	display: block;
	height: 186px;
	position: relative;
	overflow: hidden;
	margin-bottom:10px;
}
.tj_slider .photo img{
	display: block;
	width: 100%;
	height: 186px;
}
.tj_slider .name{
	font-size:18px;
	line-height: 27px;
}

.slide_cont {
	width: 1200px;
	margin:20px 0 30px 0;
	height: 460px;
	overflow: hidden;
}
.narrow_box {
	float: left;
	width: 230px;
	height: 460px;
	position: relative;
	margin-right: 16px;
	transition: all 1s;
	cursor: pointer;
}
.narrow_boxend{
	margin-right:0;
}
.narrow_box .title {
	position: absolute;
	left: 0;
	width: 230px;
	height: 230px;
	background: url(../images/chbg.jpg) no-repeat;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	padding: 40px 35px;
	z-index: 2;
	box-sizing: border-box;
}
.narrow_box .title a {
	color: #fff;
}
.narrow_box .img {
	position: absolute;
	left: 0;
	width: 230px;
	height: 230px;
	top: 230px\9;
}
.narrow_box .img img {
	width: 100%;
	height: 100%;
}
.narrow_box:nth-child(odd) .title {
	top: 0;
}
.narrow_box:nth-child(odd) .img {
	top: 230px;
}
.narrow_box:nth-child(even) .title {
	top: 230px;
}
.narrow_box:nth-child(even) .img {
	top: 0;
}
.narrow_box.on {
	width: 460px;
	height: 460px;
}
.narrow_box.on .img {
	position: absolute;
	left: 0;
	width: 460px;
	height: 460px;
	top: 0\9;
}
.narrow_box.on .title {
	position: absolute;
	left: 0;
	top: 327px;
	width: 100%;
	height: 133px;
	background: url(http://www.xinhuanet.com/politics/70dxcf/index/images/djbg2.png) repeat-x;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	padding: 75px 10px 0 10px;
}
.narrow_box.on:nth-child(odd) .img {
	top: 0;
}
.dtxx{
	width:1220px;
	height:280px;
	font-size:18px;
	padding-top:15px;
}
.dtxx li{
	height: 65px;
	width:580px;
	color:#333;
	float: left;
	line-height:35px;
    height:35px;
	border-bottom: 1px dashed #9f9fa0;
	font-size:18px;
	margin:10px 30px 10px 0;

   text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}