.newstop{
	height: 40px;
	line-height: 40px;
 
	border-bottom: 1px solid #ddd;
	background: #fff;
}
.newstop .newsImgwrap{
    width: 20%;
    height: 40px;
    float: left;
    padding: 5px;
    border-right: 1px solid #ddd;	
        box-sizing: border-box;
}
.newstop .newsImgwrap img {
    width: 100%;
    height: 100%;
    vertical-align: initial;
}

.newstop ul{
    margin:0;
	display: inline-block;
	width: 78%;
	height: 40px;
	overflow: hidden;
	float:right;
}

/*.newstop ul li{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/
.newstop ul li a{
    display:block;
    height:40px;
    line-height:40px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsmore ul{
	padding:10px; 
}
.newsmore li{
    padding:5px;
    background:#fff;
	border-bottom: 1px dashed #ddd;
}

.news li a{
	display: block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsmore li .newstitle{
	font-weight: bold;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
/*.newsmore li .worker{
	font-size: 12px;
	color: #666;
}
.newsmore li .time{
	font-size: 12px;
	color: #666;
	margin-left: 5px;
}*/
.newsdigest{
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 12px;
	color: #666;
}

.tuwen .list-detail .wrap{
	margin-left: 0;
}
.tuwen .list-detail .wrap .info-wrapper .newstitle{
	font-size: 14px;
	color: #333;
	margin-top: 0;
}
.tuwen .list-detail .wrap{
	padding:0;
	border:none;
}
.wordRignt .img-wrapper{
	float: left;
	width: 25%;
}
.wordRignt .list-detail .wrap .info-wrapper{
	float: right;
	width: 74%;
	margin-left: 0;
}
.wordLeft .list-detail .wrap .img-wrapper{
	float: right;
	width: 25%;
}
.wordLeft  .list-detail .wrap .info-wrapper{
	float: left;
	width: 74%;
	margin-left: 0;
}
.wordTop .list-detail .wrap .newstitle{
	font-weight: bold;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 14px;
    color: #000000;
}
.wordTop .list-detail .wrap .newsdigest{
	-webkit-line-clamp: 3;
}

.newsdigest {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    color: #666;
}
.wordTop .list-detail .wrap .newsdigest {
    -webkit-line-clamp: 3;
}
.list-detail .wrap .info-wrapper {
    position: relative;
    height: 56px;
    margin-left: 88px;
}
.list-detail .wrap .img-wrapper {
    float: left;
    position: relative;
    overflow: hidden;
}