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


/* 会议ppt详细页面使用样式 */
.meet-scroll{
    background-color: #eee;
    height: 200px;
    margin: 5px;
    border: 1px solid #dedede;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;

}

.meet-scroll::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);  
    border-left: 1px solid rgba(0, 0, 0, 0);
  }
  
  .meet-scroll::-webkit-scrollbar {  
    width: 5px;  
    height: 13px;
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;  
    border-radius: 5px;
  }
  
  .meet-scroll::-webkit-scrollbar-thumb {  
    background-color: #aaa;
    background-clip: padding-box;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;  
    border-radius: 5px;  
    min-height: 28px;  
  }
  
  .meet-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;  
    border-radius: 5px;  
  }
  /* 会议ppt详细页面使用样式 end */


.meet-doc-menu {
    position: fixed;
    top: 195px;
    right: 0px;
    height: auto;
    width: 120px;
    background-color: #f7f7f7;
    display: none;
    z-index: 10000;


}
.meet-doc-menu .current{
    background-color: #137ec1;
    color: #fff;
}
.meet-doc-menu span {
    display: block;
    line-height: 35px;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    text-align: center;
    border-left: 1px solid #eee;
}


.meet-doc-detail-menu {
    position: fixed;
    top: 195px;
    right: 0px;
    bottom: 0px;
    height: auto;
    width: 100%;
    background-color: #efefef;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
}

.meet-doc-detail-menu a {
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    border-bottom: 1px solid #dedede;
    text-align: left;
    padding: 0 15px;
    border-left: 1px solid #dedede;
    overflow: hidden;
}
.meet-doc-detail-menu .current{
    background-color: #fff;
    /* color: #fff; */
}

/*  */

.meet-icon {
    width: 100%;
    max-width: 750px;
    font-size: 12px;
    background-color: #fff;
    height: auto;
    color: #333;
    justify-content: space-around;
    display: flex;
    /* padding-top: 20px; */
    border-bottom: 1px solid #eee;
}

.meet-icon h1 {
    flex: 1;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    color: #999;
    cursor: pointer;
    margin: 5px;

}

.meet-icon h1 span {
    height: 30px;
    line-height: 30px;
    font-size: 12px;

}

.meet-icon h1 img {
    margin-right: 3px;
    /* width: 15px; */
    /* margin-bottom: 5px; */
}

.meet-tag {
    width: 100%;
    max-width: 750px;
    background-color: #fff;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;

    /* padding-top: 10px; */
    padding-bottom: 10px;
}

.meet-tag h3 {
    width: 100%;
    font-size: 14px;
    color: #333;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.meet-tag h2 {
    width: 100%;
    font-size: 12px;
    color: #999;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    /* background-color: #ccc; */
}

.meet-tag h2 span {
    font-size: 12px;
}





/*  */

/* meet-box 实时会议 */
.meet-box {
    width: 100%;
    max-width: 750px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    background-color: #fff;
    padding-bottom: 15px;

}

.meet-box a {
    width: 180px;
    /* height: 170px; */
    background-color: #fff;
    margin-top: 10px;
    box-shadow: 1px 2px 3px #ccc;
}

.meet-box a .png {
    width: 170px;
    height: 110px;
    object-fit: cover;
    border-radius: 5px;
    margin: 5px;

}

.meet-box a h5 {
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    margin: 0 auto;
    color: #333;
    padding: 0 5px;
}

.meet-box a h2 {
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    margin: 0 auto;
    color: #999;
    padding: 0 5px;
}

.meet-box a h2 .layui-icon {
    font-size: 14px;
    color: #999;
    /* font-weight: 600; */
}

.meet-box a h3 {
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    margin: 0 auto;
    color: #999;
    padding: 0 5px;
    margin-bottom: 10px;
    /* margin-top: 5px; */
}

.meet-box a h3 .layui-icon {
    font-size: 14px;
    color: #999;
    /* font-weight: 600; */
}


/*  */
.doc-item {
    width: 100%;
    max-width: 750px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    background-color: #fff;
    /* border-bottom: 1px solid #eee; */

}

.doc-item div {
    flex: 1;
    margin: 10px 10px 10px 10px;
    padding: 10px;
    text-align: left;
    box-shadow: 0px 0px 5px #ccc;
}

.doc-item div h1 {
    font-size: 15px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-shadow: 1px 1px 1px #ccc;
}

.doc-item div h2 {
    font-size: 13px;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    color: #999;
    margin: 10px 0;
}




.doc-item div h3 {
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    color: #999;
    display: flex;
    justify-content: space-between;
    /* background-color: #ccc; */
}

.doc-item div h3 .s1 {
    flex: 1;
    font-size: 14px;
    overflow: hidden;
    color: #333;
}

.doc-item div h3 .s1 img {
    width: 20px;
}

.doc-item div h3 .s2 {
    width: 100px;
    color: #999;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 25px;
    text-align: right;
}

.doc-item div h4 {
    text-align: center;
    padding: 10px;

}

/* guest-item */

.guest-item {
    width: 100%;
    max-width: 750px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.guest-item .png {
    width: 80px;
    height: 80px;
    margin: 10px;
    object-fit: cover;
    border-radius: 50%;
}

.guest-item div {
    flex: 1;
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.guest-item div h5 {
    font-size: 15px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.guest-item div h2 {
    font-size: 12px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #999;
    margin-top: 5px;
}

.guest-item div h3 {
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    color: #999;
    margin-top: 5px;
    /* margin-top: 10px; */
}

.guest-item div h4 {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #999;
    margin-top: 5px;
}

.guest-item div h5 .s1 {
    float: left;
}

.guest-item div h5 .s2 {
    float: right;
    color: #999;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 25px;
}


.guest-item div h3 .s1 {
    float: left;
}

.guest-item div h3 .s2 {
    float: right;
    color: #999;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 25px;
}


/* meet-detail */

.m-box {
    /* width: 1200px;
    margin: 0px auto;
    height: auto;
     */
     width: 100%;
     max-width: 750px;
     margin: 0px auto;
     height: auto;
}

.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;
}


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



.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 h5 {
    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-doc h5 {
    height: auto;
    max-height: 50px;
    line-height: 25px;
    overflow: hidden;
    font-size: 16px;
}

#swiper-doc 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;
}

#swiper-gallery 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;
}

/* meet-detail */