.tc{
    text-align: center;
}
.people_num{
    background: rgba(0, 110, 212, 1);
    color: #fff;
    padding: 25px 0;
    box-sizing: border-box;
}
.people_num span b{
    font-size: 36px;
    display: block;
}
.people_num span{
    font-size: 16px;
}
.people_num span:nth-child(2){
    border-left: 1px solid #1b7be6;
    border-right: 1px solid #1b7be6;
}
.swiper-slide{
    background: none;
}
.swiper-slide:not(.swiper-slide-active){
    background: none;
    transform: scaleY(0);
}
.swiper-slide-active {
    width: 100% !important;
    margin-left: 0;
    box-shadow: none;
    z-index: 9;
}
.people_num .swiper-pagination{
    width: 100%;
    text-align: center;
}
.people_num .swiper-pagination span{
    margin: 0 2px;
}




.live_photo h2{
    position: relative;
    font-weight: 700;
    font-size: 30px;
    color: #1E7DE8;
    margin-bottom: 40px;
    margin-top: 40px;
}
.live_photo h2 hr{
    width: 90%;
    position: absolute;
    left: 130px;
    top: 13px;
}
.photo{
    width: 68%;
    float: left;
}
.photo_item{
    width: 255px;
    height: 170px;
    margin: 0 20px 20px 0;
    display: inline-block;
}
.photo .photo_item:nth-child(3n+0){
    margin-right: 0;
}
.photo_item img{
    width: 100%;
    height: 100%;
}

.right_content{
    float: right;
    width: 28%;
}
.right_content li{
    line-height: 25px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.right_content li a{
    font-size: 14px;
    display: block;
    width: 100%;
}
.right_content li:hover a{
    color: #1E7DE8;
}
.circle{
    background: #1E7DE8;
    font-size: 16px;
    margin: 0 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
}

.right_content h4{
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #006ED4;
}
.right_content h4 img{
    width: 73%;
}
.more{
    width: 160px;
    height: 46px;
    background: inherit;
    background-color: rgba(22, 155, 213, 1);
    display: block;
    margin: 10px auto 30px;
    border: none;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.more_info{
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    margin: 30px 0;
    background-color: rgba(0, 110, 212, 1);
    color: #fff;
}
.more_info:hover{
    background: #fff;
}
.layui-laypage {
    display: block;
    text-align: center;
}


@media screen and (max-width: 800px){
    .wrap {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        margin: 0;
    }
    html{
        font-size: 13.3333333vw
    }
    body{
        width: 100vw
    }
    .photo,
    .photo_item,
    .right_content,
    .more_info{
        width: 100%;
        height: auto;
        position: relative;
    }
    .photo_item{
        display: inline-block;
        width: 49%;
        margin-left: 0%;
        margin-right: 0%;
    }
    .photo_item:nth-child(even){
        margin-left: 2%;
    }
    .photo_item img{
        width: 100%;
        height: 100%;
    }
    .layui-box{
        clear: both;
    }
    .live_photo h2{
        text-align: center;
        font-size: .4rem;
    }
    .live_photo h2 hr{
        display: none;
    }
    .right_content h4{
        text-align: center;
        font-size: .4rem;
        margin: .2rem 0;
    }
    .right_content h4 img{
        display: none;
    }
    .people_num {
        padding: 0.35rem 0;
    }
    .people_num .flex_1{
        font-size: .2rem;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .people_num span b {
        font-size: .35rem;
    }
    .page_nav>div{
        width: 100%;
        margin-bottom: .7rem;
    }
}