.news-list{
    text-align: left;
}
.news-list li{
    margin-left: 20px;
    margin-top: 20px;
}
.news-list li:nth-child(4n+1){
    margin-left: 0;
}
.news-item{
    width: 295px;
    height: 290px;
    background: #FFFFFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.news-iImg{
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.news-iImg img{
    /* width: 295px;
    height: 176px; */
}
.news-iHover{
    text-align: left;
    margin-left: 16px;
}
.news-iHover p{
    border-top: 1px solid #3370FF;
    font-size: 14px;
    color: #3370FF;
    line-height: 32px;
}
.news-iIntro{
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    height: 48px;
    margin:11px 16px 15px;
}
.news-date{
    padding-top:1px;
    padding-left: 24px;
    background: url(../images/icon/icon_time.png) no-repeat 0 center;
    font-size: 14px;
    color: #999999;
    line-height: 32px;
    margin-right: 16px;
}
.news-class-list a:hover{
    box-shadow: 0 0 14px 0px rgb(51, 112, 255, 0.2);
}
.news-list-pagination{
    padding:27px 0 28px;
    margin-top: 20px;
}


.news-item-list a .news-iHover{
    background: transparent;
}
.news-item-list a:hover .news-iHover{
    background: rgba(255,255,255,0.3);
}

.news-class{
    position: relative;
    
}
.news-class-img{
    width: 295px;
    height: 176px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    position: absolute;
    top:0;
    left: 0;
    overflow: hidden;
}
.news-class-cont{
    min-height: 134px;
    padding:22px 200px 20px 315px;
    position: relative;
}
.news-class-name{
    font-size: 24px;
    color: #3370FF;
    line-height: 26px;
    font-weight: bold;
}
.news-class-intro{
    margin-top: 14px;
    font-size: 14px;
    color: #333333;
    line-height: 16px;
}
.news-class-ins{
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    font-weight: lighter;
    position: absolute;
    left: 315px;
    bottom:20px;
}

.news-goback{
    width: 104px;
    line-height: 36px;
    background: #3370FF;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    right: 32px;
    top:24px;
}
.news-goback:hover{
    background: #1e5ae6;
    color:#fff;
}


.news-item-list .news-iIntro {
    margin: 16px 16px 16px;
    line-height: 23px;
    height: 46px;
}
.news-item-list .news-date{
    padding-top: 0;
    line-height: 20px;
    margin-left: 16px;
}
.news-item-list .news-item{
    height: 310px;
}