.view-width{
    max-width: 920px;
    margin: 0 auto;
}
.col-6{width:45%;display:inline-block;float:left;}
.col-12{width:95%;display:inline-block;}

a.newsa{ display:block; width:370px; overflow:hidden;text-overflow:ellipsis; white-space:nowrap; line-height:2em;height:28px; font-size:14px; font-family:微软雅黑;}
a.newsa:hower{color: #F89E1C;}

.tab-new-list{
    position: relative;
    padding: 50px 10px 0;
    margin-top: 47px;
}
.tab-new .tab-new-title{
    position: absolute;
    top: 1px;
    left: 10px;
    width: 294px;
    height: 61px;
    font-size: 21px;
	font-weight: bold;
	line-height: 50px;
    color: #ffffff;
    padding-right: 25px;
padding-left:10px;
    text-align: left;
}
.tab-new .tab-new-list:nth-child(1) .tab-new-title{
    background: url('../images/tabnew1.png') no-repeat;
}
.tab-new .tab-new-list:nth-child(2) .tab-new-title{
    background: url('../images/tabnew2.png') no-repeat;
}
.tab-new .tab-new-list:nth-child(3) .tab-new-title{
    background: url('../images/tabnew32.png') no-repeat;
}
.tab-new .tab-new-list:nth-child(4) .tab-new-title{
    background: url('../images/tabnew4.png') no-repeat;
}
.tab-new .tab-new-list:nth-child(5) .tab-new-title{
    background: url('../images/tabnew5.png') no-repeat;
}
.tab-new .tab-new-list:nth-child(6) .tab-new-title{
    background: url('../images/tabnew6.png') no-repeat;
}
.tab-new .tab-new-list:nth-child(7) .tab-new-title{
    background: url('../images/tabnew7.png') no-repeat;
    width: 284px;
}
.tab-new-more{
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 18px;
	line-height: 30px;
	color: #346ecd;
}
.tab-new-content{
	height: 185px;
    background-color: #f1f3f3;
    padding:30px 19px;
    overflow: hidden;
}
.tab-new-content .time{
    position: absolute;
    right: 0;
    bottom: 2px;
    font-size: 18px;
	line-height: 22px;
	color: #999999;
}
.tab-new-content li h4:hover{
    color: #F89E1C;
}