@charset "utf-8";
/*page style*/
.honor-box {
    clear: both;
    position: relative;
    z-index: 97;
}
.news-box li {
    padding: 16px;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-left: 460px;
    height: 278px;
}
.news-box li a {
    display: block;
    width: 100%;
    height: 100%;
}
.news-box li .imgbox {
    width: 403px;
    height: 246px;
    position: absolute;
    left: 16px;
}

.news-box li .imgbox img {
    width: 100%;
    height: 100%;
}

.news-box li h3 {
    font-size: 26px;
    font-weight: normal;
    color: #333;
    line-height: 36px;
    padding-top: 28px;
    margin-bottom: 30px;
    padding-right: 20px;
}

.news-box li .det {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    padding-right: 20px;
}

.news-box li .time {
    width: 113px;
    height: 77px;
    background: url(../images/op8red.png);
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    position: absolute;
    left: 16px;
    bottom: 30px;
}

.news-box li .time b {
    font-size: 40px;
    display: block;
    font-weight: normal;
    line-height: 52px;
}

.news-box li:hover h3 {
    color: #d1353b;
}


.news-box li:first-child {
    padding: 0;
    background: transparent;
    height: 860px;
}

.news-box li:first-child .imgbox {
    width: 1152px;
    height: 710px;
    left: 0;
}

.news-box li:first-child h3 {
    position: absolute;
    top: 617px;
    height: 93px;
    background: url(../images/op5-w.png);
    width: 100%;
    padding-top: 0;
    line-height: 93px;
    padding-left: 150px;
    /* font-weight: bold; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-box li:first-child .det {
    position: absolute;
    bottom: 0;
    background: #fff;
    height: 130px;
    padding: 20px 30px;
    border-bottom: 2px solid #5d5c5c;
}

.news-box li:first-child .time {
    bottom: 150px;
    left: 0;
    height: 93px;
    font-size: 22px;
    line-height: 18px;
}

.news-box li:first-child .time b {
    line-height: 60px;
}




