.circle{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: absolute;
}
.arrow1{
    background: url("/template/polytheatre/img/arrow2.png");
}
.arrow2{
    background: url("/template/polytheatre/img/arrow1.png");
}
.banner{
    width: 100%;
    height: 500px;
    margin-bottom: 50px;
}
.banner img{
    width: 100%;
    height: 500px;
}
.banner  .swiper-button-next,.banner .swiper-button-prev{
    width: 32px;
    height: 32px;

}
.banner .swiper-button-prev{
    left: 50px;
}
.banner  .swiper-button-next{
    right: 50px;
}
.banner .swiper-button-next:after,.banner .swiper-container-rtl .swiper-button-prev:after {
    font-size: 20px;!important;
    color: transparent;
    text-align: center;
}
.banner .swiper-button-prev:after,.banner .swiper-container-rtl .swiper-button-next:after {
    font-size: 20px;!important;
    color: transparent;
    text-align: center;
}
.banner .swiper-pagination-fraction,.banner .swiper-pagination-custom, .banner .swiper-container-horizontal > .swiper-pagination-bullets{
    left: 40%;!important;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
    background: #FFD700;
    border: 0;
}
.banner .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border: 2px solid #EEEEEE;
    background: transparent;
}
.news-left{
    margin-right: 30px;
    width:600px;
    height: 450px;
}
.news-right{
    width:540px;
    height: 450px;
}
.news .news-nav .nav-tabs{
    border: none;
    font-size: 24px;
    font-weight: 700;
}
.news-right .news-nav  .more{
    margin-top: 10px;
}
.news-right .news-nav  .more a{
    font-size:18px ;
}
.news-right .news-nav{
    display: flex;
    justify-content: space-between;
    margin: 5px;
    border-bottom: 4px solid #FFD700;
}
 .nav-tabs li:nth-child(2) {
    margin: 0 30px;
}
.content-common{
    display: flex;
    justify-content: center;
}
.news-right .news-nav a{
    text-decoration: none;
    color: #0B308D;
    font-family: '\5B8B\4F53';
}
.news-right .news-list li {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.news-list ul li:hover span{
    color: #0B308D;
    cursor: pointer;
}
#news-tab ul  .news-active{
    border-bottom: 4px solid #0B308D;
    margin-bottom: -4px;
}
.news-right .news-list a,.news-right .news-list span{
    font-size: 16px;
    line-height: 40px;
    color: #999;
    display: inline-block;
    text-decoration: none;
}
.news-right .news-list .news-content{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width:440px;
    color: #111;
    font-family: '\5B8B\4F53';
}
.news-left img{
    width: 100%;
    height: 450px;
    display: inline-block;
    border-radius: 8px;
}
.medias{
    height: 405px;
    margin: 30px 0;
}
.medias-left,.medias-right{
    height: 405px;
}
.medias-right{
    width: 420px;
}
.medias-left{
    width: 720px;
    margin-right: 30px;
    overflow: hidden;
}

#latest-news .swiper-button-prev.swiper-button-disabled,#latest-news .swiper-button-next.swiper-button-disabled{
    opacity: 1;
}
#latest-news .latest-title{
    position: absolute;
    font-family: '\5B8B\4F53';
    width: 100%;
    bottom: 0;
    color: #fff;
    font-size: 24px;
    text-indent: 10px;
    height: 70px;
    line-height: 70px;
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    border-radius:0 0 8px 8px;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#latest-news  .swiper-button-prev:after,#latest-news  .swiper-container-rtl .swiper-button-next:after{
    font-size: 18px;
    color: #fff;
    content: "";
}
#latest-news .swiper-button-next:after,#latest-news .swiper-container-rtl .swiper-button-prev:after{
    font-size: 18px;
    color: #fff;
    content: "";
}
.latest-left,.latest-right{
    width: 35px;
    height:55px;
    background: rgba(0,0,0,0.5);
    position: absolute;
}
.latest-right{
    border-radius: 35px 0 0 35px;
    right: -12px;
}
.latest-left{
    left: -12px;
    border-radius: 0 35px 35px 0;
}
.latest-left i,.latest-right i{
    color: #ffffff;
    margin-left: 10px;
    margin-top: 10px;
}
.latest-right i{
    margin-left: 15px;
}
.medias-left .carousel-control-next,.medias-left .carousel-control-prev{
    bottom: unset;
    top: 190px;
    cursor: pointer;
    background: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: 0.7;
}
.medias-left .carousel-control-next{
    border-radius: 50% 0 0 50%;
    right: -6px;
}
.medias-left .carousel-control-prev{
    left: -6px;
    border-radius: 0 50% 50% 0;
}
.medias-left .carousel-control-next i,.medias-left .carousel-control-prev i{

    color: #F5F5F5;
}
/*#greyTheme {*/
/*    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
/*    -webkit-filter: grayscale(100%);*/
/*}*/
@media screen and (max-width: 1550px){
    .news .news-nav .nav-tabs{
        font-size: 20px;
    }
    #latest-news .latest-title{
        font-size: 20px;
    }
    .navs .title{
        font-size: 20px;
    }
    .navs-qrcode span{
        font-size: 20px;
    }
}