@charset "utf-8";
body{background: #f4f4f4}
.wh-wrap{
    padding-top: 30px;
}
.con-wrap
{
	margin:0 auto;
	width:980px;
}
.newslist-item {
    display:block;
}
.newslist-item:hover {

}
.newslist-item:hover h2{
    color:#cb171d;
}
.newlist-img {
    width:23%;
    height:148px;
}
.newlist-img img {
    width:100%;
    height:100%;
}
.newlist-des {
    padding: 0 24px;
    width: 72.3%;
}
.newlist-des h2 {
    padding: 17px 0 12px;
    font-size:16px;
    color:#333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newlist-des .newlist-descon {
    font-size: 14px;
    color: #666;
    overflow: hidden;
}
.newlist-des .newlist-descon img{
    margin-right: 8px;
    vertical-align: bottom;
}
.newlist-des .newlist-time {
    color: #888;
    line-height: 20px;
    font-size: 14px;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 22px;
    width: 886px;
    text-align: justify;
}
.newsdetail-left {
    width: 66%;;
    float: left;
}
.newsdetail-title {
    font-size:24px;
    line-height:30px;
    color:#444;
}
.newsdetail-des{
    margin:20px 0 25px;
    text-align:left;
    font-size:14px;
    color:#969696;
}
.newsdetail-content{
    text-align: justify;
    font-size:16px;
    line-height:32px;
    color:#444;
    overflow:hidden;
}
.newsdetail-content img{
    max-width:100%;
    height:auto;
}
.newsdetail-right{
    width:25%;
    float:right;
}
.newsdetail-remind{
    font-size:14px;
    padding:20px 0 10px;
    border-bottom:1px solid #ddd;
}

.newsdetail-item{
    padding:10px 0;
    border-bottom: 1px solid #ddd;
    width: 218px;
    margin: 0 auto;
    position: relative;
}
.newsdetail-circle{
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0px;
    top: 18px;
    border-radius: 3px;
    background: #cb171d;
}
.newsdetail-link{
    margin-left: 14px;
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    color: #444;
}
.newsdetail-time {
    margin-left: 14px;
    margin-top: 10px;
    display: block;
    color: #969696;
    font-size: 12px;
    line-height:16px;
}
.newsdetail-link:hover {
    color:#cb171d;
}
@media only screen and (min-width:1280px){
    .con-wrap{
        width:1170px;
    }
     .imformationslist-item{

	}
	.imformationsdetail-left{
	    width:778px;
	}
	.imformationsdetail-right{
	    width:300px !important;
	}
	.imformationslist-img{
        width: 240px !important;
        height: 135px !important;
	}
	.imformations-des {
	    height:135px !important;
	}
	.imformationsdetail-remind,.imformationsdetail-item
	{
       padding-left:20px !important;
       padding-right:24px !important;
	}
	.imformations-dotdotdot{
        -webkit-line-clamp:2 !important;
    } 
}
