@import url('../layui/css/layui.css');
@import url('../swiper/swiper.css');
@import url('common.css');
@import url('ad.css');

.m-banner{
    width: 100%;
    max-width: 750px;
    background-color: #fff;
    padding: 5px;
}
.m-banner img{
    width: 100%;
}

.m-content{
    width: 100%;
    max-width: 750px;
    font-size: 15px;
    line-height: 30px;
    background-color: #fff;
    height: auto;
    padding: 15px 25px;
    color: #333;
    text-align: left;
    height: 170px;
    overflow: hidden;
}

.open{
    width: 100%;
    max-width: 750px;
    background-color: #fff;
    text-align: center;
    height: 25px;
    line-height: 25px;
    color: #137ec1;
    font-size: 12px;
    padding: 0 0 35px 0;
}

.close{
    width: 100%;
    max-width: 750px;
    background-color: #fff;
    text-align: center;
    height: 25px;
    line-height: 25px;
    color: #137ec1;
    font-size: 12px;
    padding: 0 0 35px 0;
    display: none;
}

#swiper-news h1{
    height: auto;
    max-height: 50px;
    line-height: 25px;
    overflow: hidden;
    font-size: 16px;
}
#swiper-news h2{
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    font-size: 13px;
    color: #999;
    margin-top: 5px;
    margin-bottom: 5px;
}

#swiper-guest span{
    width: 90px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    /* background-color: #ff0000; */
    display: block;
    margin: 0 auto;
}




.meet-interval {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    background-color: #fff;
    /* height: 50px; */
    line-height: 40px;
    padding: 0 5px;
    padding-bottom: 5px;
    font-size: 15px;
    margin-top: 5px;
    text-align: center;
    color: #999;
}

.meet-interval span {
    font-size: 16px;
    color: #137ec1;
    font-weight: bold;
    padding: 0px 2px;
}

.anchor a{
    color:#003399;
    text-decoration: underline;
    
}
.anchor a:hover{
    text-decoration: none;
}
