img{
	width: 100%;
	height: 100%;
}	
/*头图*/
.header{
	width: 100%;
    height: 230px;
    font-size: 0;
    overflow: hidden;
    background:  no-repeat center 0;
    /*background-size: 100% 100%;*/
    z-index: 10;
}
/*头图end*/
.pro1-left{
	width: 871px;
}
.pro1-right{
	width: 327px;
}

/*菜单栏*/
.navigation{
	width: 823px;
	margin-top: 20px;
	margin-bottom: 17px;
	padding: 16px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #dddddd;
    display: inline-block;
    margin-left: 16px;
}

.navigation ul li{
	width: 90px;
	text-align: center;
	position: relative;
	float: left;
}
.navigation ul li:first-child{
	width: 44px;
    margin-right: 16px;
}
.navigation ul li .ons{
	left: 0!important;
}
.navigation ul li a{
	color: #646464;
	font-size: 16px;
}
.navigation ul li:hover a{
	color: #eb2e2e;
}
.navigation ul li:hover  i{
	position: absolute;
	display: block;
	width: 44px;
	height: 3px;
	bottom: -17px;
	left: 23px;
	background:#eb2e2e;
	animation: ad_width .4s linear forwards;
}
@keyframes ad_width {
	from {
	    width: 0
	}
	to {
	    width: 44px;
	}
}
.navigation ul .on a{
	color: #eb2e2e;
}
.navigation ul .on i{
	position: absolute;
	display: block;
	width: 44px;
	height: 3px;
	bottom: -17px;
	left: 23px;
	background:#eb2e2e;
}
/*菜单栏end*/

/*文章链接*/
.navarticle{
	width: 838px;
	margin-bottom: 30px;
    display: inline-block;
    margin-left: 1px;
}
.navarticle ul li{
	padding: 15px; 
	box-sizing: border-box;
	display: inline-block;
	/*cursor: pointer;*/
}
.navarticle ul li .naimg{
	width: 230px;
	height: 143px;
	float: left;
	margin-right: 17px;
}
.navarticle ul li h2{
	width: 561px;
	color: #404040;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	float: left;
}
.navarticle ul li p{
	width: 561px;
	float: left;
	color: #8b8b8b;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	/*text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;*/
	margin-bottom: 13px;
	cursor: default;
}
.navarticle ul li .naxin{
	width: 561px;
	float: left;
}
.navarticle ul li .naxin .na01{
	float: left;
}
.navarticle ul li .naxin .na02{
	float: left;
}
.navarticle ul li .naxin .na03{
	float: right;
}
.navarticle ul li .naxin .na01 i{
	width: 10px;
	height: 10px;
	margin-right: 4px;
	display: inline-block;
	background: no-repeat; 
	background-size: 100% 100%;
}
.navarticle ul li .naxin div span{
	font-size: 12px;
	display: inline-block;
	color: #b8b8b8;
	margin-right: 18px;
	cursor: default;
}
.navarticle ul li .naxin .na02 i{
	width: 10px;
	height: 10px;
	margin-right: 4px;
	display: inline-block;
	background: no-repeat; 
	background-size: 100% 100%;
}
.navarticle ul li .naxin .na03 i{
	width: 10px;
	height: 10px;
	margin-right: 4px;
	display: inline-block;
	background: no-repeat; 
	background-size: 100% 100%;
}
.navarticle ul li:hover{
	box-shadow: #ccc8c8 0px 0px 5px;
}
.navarticle ul li:hover h2{
	color: #eb2e2e;
}

/*文章链接end*/




/*热点消息*/
.pro-hot-xx{
	padding-top:35px;
	width: 327px; 
	overflow: hidden;
}
.pro-hot-xx h2{
    height: 42px;
    line-height: 25px;
	font-size: 18px;
    border-bottom: 2px solid #000;
    display: inline-block;
    z-index: 30;
    cursor: default;
}
.pro-hot-xx ul{
	width: 334px;
	padding-top: 10px;
    border-top: 1px solid #ccc;
    margin-top: -1px;
}
.pro-img{
	width: 160px;
	height: 120px;
	display: block;
	float: left;
	margin: 0 7px 7px 0;
	position: relative;
	overflow: hidden;
}
.pro-img img{
	transition: transform 1s;
}
.pro-img span{
    width: 100%;
    height: 42px;
    display: block;
    position: absolute;
    bottom: 0;
    background: rgba(102,102,102,.6);
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    padding: 6px;
    overflow: hidden;
    box-sizing: border-box;
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pro-img span:hover{
	color: #eb2e2e;
}
.pro-img:hover img{
	transform: scale(1.2, 1.2);
}
/*热点消息end*/

/*大家都爱看*/
.pro-hot-ai{
	padding-top: 3px;
	width: 100%;
}
.pro-hot-ai h2{
	font-size: 18px;
    height: 42px;
    line-height: 42px;
    border-bottom: 2px solid #000;
    display: inline-block;
    z-index: 30;
    cursor: default;
}
.pro-hot-ai ul{
	/*padding-top: 6px;*/
    border-top: 1px solid #ccc;
    margin-top: -1px;
}
.pro-hot-ai ul li{
	display: inline-block;
	width: 100%;
	height: 47px;
	border-bottom: 1px solid #f0f0f0;
}
.pro-hot-ai ul li a{
	display: inline-block;
	overflow: hidden;
	font-size:14px;
	line-height: 47px;
	color: #333;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.pro-hot-ai ul li:last-child{
	border-bottom:0;
}
.pro-hot-ai ul li a:hover{
	color: #eb2e2e;
}

/*大家都爱看end*/