.news-item {
    height: 106px;
    position: relative;
}

.news-item .video-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: 60px;
    top: 33px;
}

.news-item .news-img {
    float: left;
    /*width: 160px;*/
    /*height: 106px;*/
    width: 248px;
    height: 110px;
    border-radius: 4px;
    margin-right: 20px;
}

.news-main .title {
    height: 26px;
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-main .text {
    height: 44px;
    color: #646464;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin: 8px 0 12px;
    position: relative;
}

/* .news-main .text::after {
    content: '...';
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 100px;
    padding-left: 4px;
    background: linear-gradient(to right, transparent, #fff 0%);
} */

.news-main .text span {
    /* position: absolute;
    bottom: 0; */
    color: #E92727;
    /* right: 283px;
    z-index: 9;
    cursor: pointer; */
}

.article-info div{
    margin-top:6px;
}

.lang-main .left {
    width: 660px;
}

.lang-main .news-item .title {
    height: 78px;
    max-height: 78px;
    font-size: 18px;
    font-weight: bold;
    color: #222222;
    line-height: 39px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lang-main .date {
    height: 19px;
    font-size: 14px;
    color: #646464;
    line-height: 19px;
    margin-top: 9px;
}

.lang-main .news-item {
    display: block;
}

.lang-main .news-detail:hover .title, .lang-main .news-detail:hover .date {
    color: #E92727;
}
.news-detail .title:hover a{
    color: #E92727;
}

.lang-main .content .topic {
    font-size: 24px;
}

.lang-main .banner {
    width: 510px;
    height: 286px;
    border-radius: 4px;
}

.lang-main .adv {
    position: relative;
    padding: 0;
    height: 180px;
}

.lang-main .adv img {
    width: 510px;
    height: 180px;
    border-radius: 4px;
}

.lang-main .adv .tip {
    position: absolute;
    width: 40px;
    height: 20px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px 0px 4px 0px;
    bottom: 0;
    right: 0;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
}

.news-search {
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #222222;
    line-height: 24px;
}

.banner {
    width: 100%;
    height: 450px;
    border-radius: 4px;
}

.header-title {
    font-size: 36px;
    font-weight: bold;
    color: #222222;
    line-height: 47px;
}

.header-text {
    height: 96px;
    font-size: 18px;
    color: #606266;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.header-tags a {
    display: inline-block;
    font-size: 20px;
    height: 48px;
    background: rgba(167,167,167,0.12);
    border-radius: 4px;
    color: #222222;
    text-align: center;
    line-height: 48px;
    padding: 0 40px;
}

.header-tags a:not(:last-child) {
    margin-right: 16px;
}

.header-tags a:hover {
    color: #E92727;
}

.header-tags a.on {
    background: #1BC0A9;
    color: #fff;
    font-weight: bold;
}

.header-tags a.on:hover {
    opacity: 0.9;
}

.pagination {
    height: 30px;
    padding: 40px 0;
    text-align: center;
    clear: both;
}

.pagination a {
    width: 28px;
    height: 28px;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    margin: 0 8px;
    display: inline-block;
    border-radius: 4px;
}

.pagination a:hover:not(.disabled, .go-index) {
    color: #E92727;
    background: rgba(192, 27, 46, 0.1);
}

.pagination a.on {
    color: #ffffff;
    background: #E92727;
}

.pagination a.hide {
    display: none;
}
.pagination .go {
    width: 44px;
    height: 28px;
    color: #E92727;
    background: rgba(192, 27, 27, 0.1);
}

.pagination .go-index {
    width: 120px;
}

.pagination .go-index input {
    width: 44px;
    height: 28px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid rgba(167,167,167,0.32);
    margin: 0 10px;
    vertical-align: middle;
    text-align: center;
}

.pagination a span {
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-top: -2px;
}

.pagination a.prev span {
    background-image: url(../images/page-arrow-left.png);
}

.pagination a.next span {
    background-image: url(../images/page-arrow.png);
}

.pagination a.prev:hover span {
    background-image: url(../images/page-arrow-active-left.png);
}

.pagination a.next:hover span {
    background-image: url(../images/page-arrow-active.png);
}

.pagination a.prev.disabled span {
    background-image: url(../images/page-arrow-disabled-left.png);
}

.pagination a.next.disabled span {
    background-image: url(../images/page-arrow-disabled.png);
}

.lang-main  .pagination a {
    margin: 0 5px;
}