@charset "utf-8";

.meeting_bg{
    margin: 0 auto;
    background: linear-gradient(to right,#ecf4fe, #ffffff);
}
.yearmeeting_title{
    width: 7.5rem;
    height: 1.09rem;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* *头图* */
.headpic2020{
    display: flex;
    justify-content: center;
    z-index: 2;
}

/* *会议介绍* */
.jieshaotitle {
    background-image: url('../images/jieshao_title.png');
}
.meeting_introduce_zone{
    z-index: 3;
    position: relative;
    color: #333;
}
.textparaghs{
    z-index: 1;
    margin: 0.13rem auto 0;
    width: 6.93rem;
    background: url('../images/jieshao_bg.png') no-repeat;
    background-position: center;
    background-size: 6.84rem 100%;
    background-repeat: no-repeat;
    padding:0.4rem 0 0.2rem;
    position: relative;
}
.textparaghs p{
    margin: 0 0.43rem 0.4rem;
    min-height: 0.4rem;
    font-size: 0.25rem;
    line-height: 0.44rem;
    text-align: justify;
    word-break: break-all;
    color: #023caa;
}
.meeting_introduce_zone .bg1 {
    position: absolute;
    left: 0rem;
    top: 1.9rem;
    width: 1.48rem;
    z-index: -1;
}
.meeting_introduce_zone .bg2 {
    position: absolute;
    right: 0rem;
    bottom: 2.96rem;
    width: 0.64rem;
    z-index: -1;
}
.meeting_introduce_zone .bg3 {
    position: absolute;
    right: 0rem;
    bottom: -0.25rem;
    width: 0.79rem;
    z-index: -1;
}


/* *亮点* */
.liangdian_zone {
    margin-top: 0.5rem;
}
.liangdian_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 7.5rem;
    margin: 0 auto;
}
.liangdiantitle {
    background-image: url('../images/liangdian_title.png');
}
.liangdian_item {
    width: 2.72rem;
    margin: 0 0.25rem;
    flex-shrink: 0;
}
.liangdian_item:nth-child(n+3) {
    margin-top: 0.06rem;
}

/* *数说峰会* */
.fenghui_zone {
    margin-top: 0.375rem;
}
.fenghuititle {
    background-image: url('../images/fenghui_title.png');
}
.fenghui_box {
    margin: 0.16rem auto 0;
    width: 6.61rem;
    height: 3.13rem;
    background-image: url('../images/shushuo_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 6.61rem 3.13rem;
    position: relative;
}
.count1 {
    left: 0;
    top: 1.66rem;
}
.count2 {
    top: 2rem;
    left: 2.39rem;
}
.count3 {
    top: 1.66rem;
    left: 4.5rem;
}
.fenghui_box >div {
    width: 2.22rem;
    text-align: center;
    position: absolute;
    color: #085cc5;
}
.fenghui_box >div div:first-child {
    font-size: 0.37rem;
    font-weight: 600;
}
.fenghui_box .unit {
    font-size: 0.25rem;
    font-weight: 400;
}
.fenghui_box .text {
    font-size: 0.20rem;
    margin-top: 0.08rem;
}

/* *跳转链接* */
.linkto_zone{
    width: 6.52rem;
    margin: 0.41rem auto 0;
    box-sizing: border-box;
    overflow: hidden;
}
.linkto_box {
    width: 100%;
    margin: 0 auto;
    padding: 0.41rem 0;
    border-top: 0.01rem solid #d9f8ff;
    border-bottom: 0.01rem solid #d9f8ff;
}
.linkto_zone a{
    display: block;
    width: 5.98rem;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 1.16rem;
}
.linkto_zone a.t1{
    margin-bottom: 0.25rem;
    background-image: url('../images/btn1.png');
    
}
.linkto_zone a.t2{
    background-image: url('../images/btn2.png');
}

/* *往届嘉宾* */
.jiabin_title {
    background-image: url('../images/jiabin_title.png');
}
.meeting_guest_zone{
    height: 100%;
    /* background-image: url('../images/jiabin_bg_02.jpg'); */
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    overflow: hidden;
    position: relative;
    margin-top: 0.34rem;
}
.meeting_guest_zone a {
    position: absolute;
    bottom: 0.52rem;
    left: 50%;
    transform: translateX(-50%);
}
.guesttitle{
    background-image: url('../images/jiabin_bg_02.jpg');
}
.guest_list_zone{
    display: block;
    max-width: 7.5rem;
    margin: 0 auto;
    width: 100%;
    padding: 0.4rem 4% 0.8rem;
    box-sizing: border-box;
}
.guest_list_zone1 {
    background-image: url(../images/chaojikexuejia_bg.png);
}
.guest_list_zone li{
    float: left;
    display: block;
    width: 33%;
    height: 4.13rem;
    color: #023caa;
    /* text-align: center; */
}
.guest_list_zone li:nth-child(3n){
    margin:0 0 0 0;
}
.guest_list_zone li img{
    display: block;
    width: 2.16rem;
    height: 2.48rem;
    margin:0 auto 0.1rem;
}
.guest_list_zone li .name{
    height:0.38rem;
    font-weight: 600;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    line-height:0.36rem;
    font-size: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.guest_list_zone li .company{
    min-height: 0.28rem;
    margin: 0;
    width: 90%;
    margin: 0 auto;
    line-height: 0.28rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.2rem;
    text-align: center;
}
.guest_list_zone li .position{
    min-height: 0.28rem;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    line-height: 0.28rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.2rem;
}
.moreguest_btn{
    display: block;
    width: 2.48rem;
    height: 0.55rem;
    margin: 0 auto;
    background: url('../images/more_03.png') no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}

/* *参会指南* */
.meeting_guide_zone{
    margin: 0;
}
.guidetitle{
    background-image: url('../images/zhinan_title.png')
}
.guide_footer {
    margin-top: 0.48rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}
.guide_footer .code {
    width: 1.45rem;
    height: 1.45rem;   
}
.guide_footer .tongdao {
    width: 3.07rem;
    height: 0.63rem;
    margin-top: 0.15rem;
}
.baoming_bg {
    width: 6.89rem;
    margin: 0 auto;
    background-color: #fff;
    max-width: 7.5rem;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 0 8px 8px;
}
.zhinan {
    width: 6.22rem;
    display: block;
    margin: 0.2rem auto 0;
}


/* *子页面  会议议程* */
.meeting_calendar_zone{
    width: 90%;
    margin: 0 auto;
}
.calendartitle{
    background-image: url('../images/2020nh_08.png');
}
.calendar_tab_zone{
    display: block;
    width: 100%;
    margin:0.2rem 0 0.5rem;
}
.calendar_tab_zone li{
    float: left;
    display: block;
    box-sizing: border-box;
    width: 33.3%;
    height: 0.7rem;
    line-height:0.7rem;
    border: 1px solid #777782;
    color: #777782;
    cursor: pointer;
    text-align: center;
    font-size: 0;
}
.calendar_tab_zone li span.day{
    font-size: 0.28rem;
    font-weight: 700;
    vertical-align: top;
}
.calendar_tab_zone li span.week{
    font-size: 0.24rem;
    vertical-align: top;
}
.calendar_tab_zone li.active{
    color: #023caa;
}
.calendar_tree_box{
    width: 100%;
}
.calendar_tree_daily{
    display: none;
    width: 100%;
}
.calendar_tree_place {
    margin-bottom: 0.4rem;
}
.calendar_tree_box .placetitle{
    min-height: 0.46rem;
    line-height: 0.46rem;
    margin-bottom:0.2rem;
    font-size: 0.28rem;
    font-weight: 700;
    color: #023caa;
    white-space: pre-wrap;
}
.calendar_tree_box .themetitle{
    margin-bottom: 0.15rem;
    min-height: 0.44rem;
    line-height: 0.44rem;
    font-size:0.26rem;
    color: #023caa;
    white-space: pre-wrap;
}
.calendar_tree_issue{
    position: relative;
    margin-bottom: 0.2rem;
}
.calendar_tree_issue .issue_box .issue_time{
    width: 100%;
    height:0.38rem;
    line-height:0.38rem;
    font-size: 0.24rem;
    color: #023caa;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.calendar_tree_issue .issue_box .issuetitle{
    min-height:0.38rem;
    margin-bottom:0.2rem;
    line-height:0.38rem;
    font-size: 0.24rem;
    color:#023caa;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.calendar_tree_item h4{
    display: block;
    width: 100%;
    height:0.38rem;
    line-height:0.38rem;
    font-size: 0.24rem;
    overflow: hidden;
    color: #023caa;
    white-space: pre-wrap;
}
.calendar_tree_item p{
    min-height:0.38rem;
    line-height:0.38rem;
    font-size: 0.24rem;
    color: #023caa;
    white-space: pre-wrap;
}