.topic-banner img, .topic-full-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    vertical-align: middle;
}

.topic-title {
    margin-top: 30px;
    color: rgb(215, 0, 15);
}

.topic-title:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 14px;
    margin-right: 10px;
    background-color: rgb(215, 0, 15);
}

.select-year span {
    font-size: 14px;
    line-height: 27px;
}

.select-box {
    width: 120px;
    position: relative;
}

.select-current {
    font-size: 14px;
    line-height: 27px;
    padding-right: 20px;
    text-align: center;
    background: url(../img/company/select-box.png) right center/100% 100% no-repeat;
}

.select-list {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    -webkit-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, .2), 0 0 0 #000, 0 5px 5px -2px rgba(0, 0, 0, .2), 0 5px 5px -2px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px -2px rgba(0, 0, 0, .2), 0 0 0 #000, 0 5px 5px -2px rgba(0, 0, 0, .2), 0 5px 5px -2px rgba(0, 0, 0, .2);
    border-radius: 0 0 2px 2px;
    background-color: #fff;
}

.select-list.active {
    display: block;
}

.select-list li {
    padding-right: 20px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

.news-list {
    margin-top: 20px;
    line-height: 45px;
}

.news-list li {
    overflow: hidden;
    border-bottom: 1px solid #c9c9ca;
}

.news-list .news-list-text {
    float: left;
    width: calc(100% - 100px);
    width: -ms-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    color: #4c4948;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list .news-list-text:hover {
    color: rgb(215, 0, 15);
}

.news-list-date {
    float: right;
    width: 100px;
    text-align: right;
    color: #4c4948;
    font-size: 14px;
}

.products-content li {
    overflow: hidden;
}

.products-content li a {
    display: block;
    margin-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.products-content .products-left {
    float: left;
    width: 45%;
    overflow: hidden;
}

.products-content .products-right {
    float: left;
    position: relative;
    width: 55%;
    padding-left: 20px;
}

.products-content .products-left img {
    width: 100%;
    max-width: 100%;
    transition: all 0.3s;
    margin: 0;
}

.products-content .products-left img:hover {
    transform: scale(1.1);
}

.products-content .products-right .title-logo-wrapper {
    overflow: hidden;
}

.products-content .products-right .products-title {
    float: left;
    width: calc(100% - 130px);
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: -ms-calc(100% - 130px);
    max-height: 100px;
    font-size: 20px;
    word-break: break-all;
    padding-right: 20px;
}
.products-content .products-right .products-title:hover {
    color: rgb(215, 0, 15);
}

.products-content .products-right .logo {
    float: left;
    width: 130px;
    height: auto;
    margin: 0;
}
.products-content .products-right .logo.width120 {
    width: 120px;
}

.products-content .products-right .desc {
    width: 100%;
    display: -webkit-box;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    /*-webkit-line-clamp: 3;*/
    /*line-clamp: 3;*/
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 20px 0 10px 0;
}
.products-content .products-right .more {
    margin-bottom: 30px;
    text-align: right;
    line-height: 30px;
    padding-right: 10px;
    color: rgb(215, 0, 15);
    background: url('../img/index/more_red_1.png') right center / 8px auto no-repeat;
}

.products-content .products-right .pdf-wrapper {
    line-height: 30px;
    background: #fff;
}

.products-content .products-right .pdf-wrapper .icon-pdf {
    float: left;
    width: 20px;
    height: 28px;
    margin-right: 5px;
    background: url('../img/common/icon-pdf.png') center center / 16px auto no-repeat;
}

@media screen and (max-width: 768px) {
    .products-content li a {
        display: block;
    }
    
    .products-content .products-left, .products-content .products-right {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    
    .products-content .products-right .products-title {
        width: calc(100% - 105px);
        width: -webkit-calc(100% - 105px);
        width: -moz-calc(100% - 105px);
        width: -ms-calc(100% - 105px);
    }
    .products-content .products-right .logo {
        width: 105px;
        height: auto;
    }
    .products-content .products-right .logo.width120 {
        width: 105px;
    }
}