@charset "utf-8";
/*page style*/
.honor-box {
    clear: both;
    position: relative;
    z-index: 97;
}

.newslist-box li {
    height: 178px;
    /* background: url(../images/newslist-bg.png) center no-repeat; */
    padding: 5px 17px 14px 5px;
}
.newslist-box li a {
    padding: 28px 36px;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    height: 100%;
    display: block;
    border: 1px solid #a4a3a3;
    padding-right: 200px;
    /* background: url(../images/newslist-bg.png) center no-repeat; */
}

.newslist-box li .imgbox {
    width: 403px;
    height: 246px;
    position: absolute;
    left: 16px;
}

.newslist-box li .imgbox img {
    width: 100%;
    height: 100%;
}

.newslist-box li h3 {
    font-size: 22px;
    font-weight: normal;
    color: #000;
    line-height: 26px;
    margin-bottom: 16px;
}

.newslist-box li .det {
    font-size: 18px;
    color: #555;
    line-height: 30px;
}

.newslist-box li .time {
    color: #555;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    position: absolute;
    right: 36px;
    top: 30px;
}

.newslist-box li .time b {
    font-size: 40px;
    display: block;
    font-weight: normal;
    line-height: 52px;
}

.newslist-box li:hover h3 {
    color: #d1353b;
}

.newslist-box li .more {
    width: 90px;
    height: 34px;
    border: 2px solid #d1353b;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #d1353b;
    position: absolute;
    right: 36px;
    bottom: 38px;
}

.newslist-box li:hover {
    background: url(../images/newslist-bg.png) center no-repeat;
}
.newslist-box li:hover a {
    border-color: transparent;
}

