.main {
    font-size: 15px;
}
.main img{
    width: 100%;
    height: 100%;
}

.banner-top {
    height: 400px;
}

.banner-bottom {
    height: 420px;
}

.swiper-container, .swiper-wrapper, .swiper-slide {
    height: 100%;
}

.banner .swiper-button-next, .banner .swiper-button-prev {
    background: url(/assets/img/arrows.png) no-repeat;
    color:rgb(236, 236, 236) !important;
    position: absolute;
    z-index: 99999;
    top: 50%;
    width: 17px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
}
.banner .swiper-slide {
    position: relative;
}
.banner .swiper-button-next {
    background-position: left bottom;
    right: 20px;
}
.banner .swiper-button-prev {
    background-position: left top;
    left: 20px;
}

.banner .blackbox {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 60px;

    background-color: rgba(77, 76, 76, 0.866);
    color: white;
}

.banner .titleBox {
    width: 70%;
    height: 32px;
    margin-top: 15px;
    padding: 5px;
    margin-left: 20px;
    font-size: 18px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.swiper-pagination {
    position: absolute;
    z-index: 9999;
    cursor: pointer;
    right: 20px;
    width: 100%;
    height: 20px;
    bottom: 15px;
    text-align: right;
    padding-right: 15px;
}

.swiper-pagination-switch {
    background: white;
    width: 10px;
    height: 2px;
    border-radius: 0;
    display: inline-block;
    margin-left: 10px;
}

.swiper-active-switch {
    background: rgb(228,4,4);
}

.main .more {
    font-size: 12px;
}
.main .title {
    align-items: center;
    border-bottom: 2px solid #ccc;
}
.main .title h4 {
    position: relative;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: capitalize;
    color: #2e7cba;
    padding-bottom: 5px;
    font-size: 18px;
}

.main .title h4::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    background: rgb(228,4,4);
}

.main .ad-right {
    list-style-type: none;
    padding: 0;
}

.main .article-list li {
    padding-left: 20px;
    position: relative;
}
.main .article-list li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #2f2f2f;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(-50%,-50%);
}


.main .article-images {
    list-style-type: none;
    align-items: center;
    flex-wrap: wrap;
}
.main .article-images li {
    flex: 1 1 50%;
}

.main .article-images a {
    display: inline-block;
    height: 196px;
    width: 98%;
    overflow: hidden;
}

.links {
    background: rgb(46, 124, 186);
    color: #fff;
}
.links .options {
    position: inherit;
}
.links .options:hover .option{
    display: block;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: .1s;
}

.links .link {
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}
.links .link .arrow-down{
    display: inline-block;
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #DBBB85;
}
.links .option {
    position: absolute;
    left: 0;
    right: 0;
    background: rgb(46, 124, 186);
    padding: 20px;
    text-align: center;
    border-top: 1px solid #eee;
    display: none;
}
.links .option a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 10px 20px
}

.nav-tabs > li.active > a,.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover,.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
    background: none;
    border: none;
    border-bottom: 2px solid rgb(228,4,4);
    font-weight: 600;
    color: #2e7cba;
}
.nav-tabs > li > a {
    cursor: pointer;
    font-size: 18px;
    padding: 5px 0;
    margin: 0 10px;
}

@media (min-width: 992px) {
    .main .ad-right img{
        height: 100%;
    }
    .main .ad-right li {
        padding: 0;
    }
}