body{
	position: relative;
}
/*banner*/
.new_banner{
	width: 100%;
	overflow: hidden;
    text-align: center;
}
.new_banner img{
	display: inline-block;
    width: 100%;
    vertical-align: middle;
}
/*新闻列表*/
/*新闻推荐*/
.new_list_recommend{
	clear: both;
	height:500px;
	margin-top: 50px;
}
.new_list_recommend .head_title{
	text-align: center;
}
.new_list_recommend .head_title .title{
	font-size:34px;
	color:#333333;
}
.new_list_recommend .head_title .line{
	width:124px;
	height:1px;
	background: #c7c7c7;
	margin:16px auto 0 auto;
}
.clearfix:after {
	clear:both;
}
.example-slide {
	width:1200px;
	height:274px;
	position:relative;
	margin:0 auto;
}
.example-slide .slidest {
	position:absolute;
	z-index:100;
	width:1200px;
	overflow: hidden;
}
.slidest .slides_container .slide-all {
	float:left;
	width:1200px;
}
.slides_container .slide-all a {
	width:100%;
	display:block;
	overflow:hidden;
}
.slides_container .slide-all a img {
	width:100%;
}

.slidest .caption p {
	height:38px;
	line-height:38px;
	padding-left:10px;
}
.slidest .slides_container .slide-left {
	float:left;
	width:50%;
}
.slidest .slides_container .slide-right {
	float:right;
	position:relative;
	width:50%;
	padding-left:20px;
	_padding-left:10px;
}
.slides_container .slide-left img {
	width:100%;
	display:block;
	overflow:hidden;
}
.slidest .slides_container {
	width:1200px;
	overflow:hidden;
	position:relative;
	display:none;
}
.slidest .slides_container .slide {
	width:1200px;
	height:370px;
	display:block;
	margin-top:60px;
}
.pagination{
	float:right;
	margin-top:10px;
}
.slidest .pagination li {
	float:left;
	margin:0 4px;
	list-style:none;
}
.slidest .pagination li a {
	width:10px;
	height:10px;
	padding-top:4px;
	background-color:#e8e8e8;
	float:left;
	overflow:hidden;
	color:transparent;
}
.slidest .pagination li.current a {
	background-color:#e60916;
	width:10px;
}
/*右边文字*/
.slide-right .hotinfo-tit {
	text-align:left;
	padding:10px 5px;
	font-size:26px;
	font-weight:bold;
	line-height:40px;
	font-family:微软雅黑;
	font-style:normal;
}
.slide-right .hotinfo-desc {
	font-size:12px;
	line-height:30px;
	margin-top:30px;
	color:#555555;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.slide-right .hotinfo-item {
	font-size:12px;
	padding:10px 0;
	position:relative;
	margin-top:40px;
}
.slide-right .hotinfo-item img {
	display:inline-block;
	width:32px;
	height:32px;
	border-radius:100%;
	margin-right:10px;
	vertical-align:middle;
	overflow:visible;
}
.left {
	float:left;
}
.slide-right .hotinfo-item .hotinfo-link {
	position:absolute;
	width:90px;
	height:34px;
	top:10px;
	right:0;
}
.slide-right .author {
	padding-bottom:3px;
}
.slide-right .author p a {
	font-size:12px;
	text-decoration:none;
	color:#555555;
}
.slide-right .hotinfo-link .button {
	padding:8px 20px;
	font-size:12px;
	display:inline-block;
	border-style:solid;
	border-width:1px;
	cursor:pointer;
	font-weight:normal;
	line-height:normal;
	position:relative;
	text-decoration:none;
	text-align:center;
	background-color:#2498fd;
	border-color:#2498fd;
	color:#ffffff;
}
.slide-right img.doublearrow {
	height:12px;
	width:12px;
	position:absolute;
	margin-top:3px;
}
.new_list{
	width:100%;
	margin-bottom:50px;
	border-top:1px solid #e0e0e0;
}
.new_list ul li{
	overflow: hidden;
	padding:70px 0;
	transition: all 0.3s;
}
.new_list ul li img{
	display: inline-block;
	width:260px;
	height:173px;
}
.new_list ul li .right{
	float:left;
	width:70%;
	padding:20px 0px 10px 20px
}
.new_list ul li .right .title{
	font-size:18px;
	color:#333333;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new_list ul li:hover .right .title{
	color:#e60916;
}
.new_list ul li .right .text{
	width:96%;
	margin-top:20px;
	line-height: 30px;
	color:#555555;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.new_list ul li .right .time{
	color:#adadad;
	margin-top:25px;
}
.new_list ul li:hover{
	background: #f7f7f7;
}
.new_list ul li .box{
	display: block;
	width:1200px;
	margin:0 auto;
	overflow: hidden;
}




.pic_list{
	width:1200px;
	margin-bottom:50px;
	border-top:1px solid #e0e0e0;
	margin:0 auto;
}
.pic_list ul li{
    margin:20px 0;
	overflow: hidden;
	transition: all 0.3s;
	float:left;
	width:32%;
	margin-right:1%;
}

.pic_list ul li img{
	height:320px;
	overflow:hidden;
}

.title{
    font-size:16px;
	color:#333333;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height:40px;
}

.text{
	width:96%;
	line-height: 20px;
	color:#555555;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*分页*/
.tcdPageCode{
	margin-bottom:50px;
	text-align: center;
}
.tcdPageCode a{
	display: inline-block;
	width:25px;
	height:25px;
	line-height: 25px;
	background: #f5f5f5;
	margin-right:6px;
}
.tcdPageCode span{
	display: inline-block;
	width:25px;
	height:25px;
	line-height: 25px;
	background: #f5f5f5;
	margin-right:6px;
}
.tcdPageCode .current{
	background: #e60012;
	color:#fff;
}
/*新闻内容页面*/
.new_box{
	width:1200px;
	margin:50px auto 0 auto;
}
.new_box .new_head{
	text-align: center;
	border-bottom:1px solid #e0e0e0;
	padding-bottom:25px;
}
.new_box .new_head .title{
	font-size:27px;
	margin-bottom:20px;
}
.new_box .new_head .time{
	color:#adadad;
}
.new_box .new_content{
	width:1050px;
	margin:50px auto 0 auto;
	color:#555555;
	font-size:12px;
	line-height: 25px;
}
.new_box .new_content .img{
	text-align: center;
	margin:50px 0;
}
.new_box .next{
	width:1050px;
	margin:60px auto 80px auto;
	line-height: 25px;
}
.new_box .next a span{
	color:#555555;
}
.new_box .next a span:hover{
	color:#e70c1d;
}

/*导航*/
.about_nav{width:100%; height: 70px; background: #f7f7f7;}
.about_nav ul{width:100%; text-align: left; display: block;}
.about_nav ul li{display:inline-block; padding: 0 10px; text-align: center; font-size:16px; line-height: 70px; height:70px; color: #333333; margin-right: 20px; cursor: pointer; position: relative; z-index: 100;}
.about_nav ul li a{font-size:16px; color: #333333;}
.about_nav ul li .span_hx{display: block; width:0; height: 3px; background:#e60012; position: absolute; bottom: 0; left: 0; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s;}
.about_nav ul li:hover a,.about_nav ul li.current a{color:#e60012;}
.about_nav ul li:hover .span_hx,.about_nav ul li.current .span_hx{width:100%;}
.about_title1{width:100%; font-size:40px; color: #494949; line-height: 50px; text-align: left;}
.about_title2{width:100%; font-size:22px; color: #e5e5e5; line-height: 30px; text-align: left; text-transform: uppercase;}