.web-news {
    margin-top: 48px;
    width: 100%;
}

.web-news .web-news-left {
    float: left;
    width: 747px;
}

.web-news .web-news-left .news-banner-items {
    position: relative;
}

.web-news .web-news-left .news-banner-items p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0;
    line-height: 40px;
}

.web-news .web-news-left .news-banner-items span {
    display: block;
    color: #fff;
    font-size: 18px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 70%;
}

.web-news .web-news-left .webNews-pag {
    left: auto;
    right: 10px;
    width: auto;
    text-align: center;
    font-size: 0;
    bottom: 15px;
}

.web-news .web-news-left .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
    transition: all .7s;
    border-radius: 50%;
}

.web-news .web-news-left .swiper-pagination-bullet-active {
    width: 36px;
    background-color: #fff;
    border-radius: 5px;
}

.web-news .web-news-left .webNews-next,
.web-news .web-news-left .webNews-prev {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-image: url('../img/icon07.png');
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0;
}

.web-news .web-news-left .webNews-next {
    background-image: url('../img/icon06.png');
    left: auto;
    right: 0;
}

.web-news-right {
    float: right;
    width: 523px;
}

.web-news-right .web-news-table {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    align-items: center;
    border-bottom: 1px solid #E1E2E4;
}

.web-news-right .web-news-table > a {
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: #999;
}

.web-news-right .web-news-table > a:hover {
    color: #B40003;
}

.web-news-right .web-news-table ul li {
    float: left;
    margin-left: 58px;
}

.web-news-right .web-news-table ul li:first-child {
    margin-left: 0;
}

.web-news-right .web-news-table ul li a {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #666;
    display: block;
    position: relative;
}

.web-news-right .web-news-table ul li a::after {
    width: 0;
    height: 3px;
    background-color: #B40003;
    position: absolute;
    bottom: 0;
    margin-bottom: -12px;
    content: '';
    left: 0;
    transition: all .3s;
}

.web-news-right .web-news-table ul li.active a,
.web-news-right .web-news-table ul li:hover a {
    color: #B40003;
}

.web-news-right .web-news-table ul li.active a::after,
.web-news-right .web-news-table ul li:hover a::after {
    display: block;
    width: 100%;
}

.web-news-right .web-news-list {
    margin-top: 31px;
}

.web-news-right .web-news-list .web-news-item {
    display: none;
}

.web-news-right .web-news-list .web-news-item.active {
    display: block;
}

.web-news-right .web-news-item ul li {
    margin-top: 30px;
}

.web-news-right .web-news-item ul li:first-child {
    margin-top: 0;
}

.web-news-right .web-news-item ul li a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.web-news-right .web-news-item ul li p {
    font-size: 18px;
    padding-left: 19px;
    line-height: 22px;
    background-image: url("../img/icon04.png");
    background-position: left center;
    background-repeat: no-repeat;
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.web-news-right .web-news-item ul li a:hover p{
    color: #bd0000;
}

.web-news-right .web-news-item ul li span {
    font-size: 18px;
    display: block;
    color: #bbb;
}

.home-news-item {
    width: 404px;
    box-sizing: border-box;
    padding: 20px 16px;
    border: 1px solid #eee;
    margin-top: 24px;
}

.home-news-item:nth-child(2n) {
    margin-left: 46px;
}

.home-news-item ul {
    height: 274px;
}

.home-news-item ul li:first-child {
    margin-top: 28px;
}

.home-news-item ul li {
    margin-top: 20px;
}

.home-news-item ul li a {
    display: block;
    width: 100%;
    font-size: 18px;
    padding-left: 19px;
    line-height: 22px;
    background-image: url('../img/icon04.png');
    background-position: left center;
    background-repeat: no-repeat;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-news-item ul li a:hover {
    color: #B40003;
}

.special .special-list {
    position: relative;
    margin-top: 36px;
    z-index: 9;
}

.special .special-list .special-item img {
    width: 404px;
    height: 132px;
}

.special .special-next,
.special .special-prev {
    width: 32px;
    height: 32px;
    opacity: 1;
    top: 50%;
    margin-top: -16px;
    background-size: cover;
    left: 0;
    background-image: url('../img/icon07.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
}

.special .special-next {
    background-image: url('../img/icon06.png');
    left: auto;
    right: 0;
    margin-left: 0;
}

.topic-banner .topic-image {
    width: 100%;
    height: 120px;
}

.topic-banner .topic-pag {
    left: auto;
    right: 10px;
    width: auto;
    text-align: center;
    font-size: 0;
    bottom: 15px;
}

.topic-banner .topic-pag .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    border-radius: 50%;
}

.topic-banner .topic-pag .swiper-pagination-bullet-active {
    background-color: #fff;
}