.top-30{margin-top: 30px}
.webtop-20{margin-top: 20px}
.lab_bg{padding: 5px;border: 1px solid transparent;display: inline-block;margin: 5px;cursor: pointer;}
.lab_bg_active{border: 1px solid #ecb9ba;padding: 5px;display: inline-block;margin: 5px;cursor: pointer;}
.lab_bg_active:hover{border: 1px solid red;}
.padding-10{padding: 10px}
ul.organization {
    margin-bottom: 50px;
}
.clearfix:after{
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.clearfix{
    zoom:1;
}
.padding-r-45{padding-right: 0px}
.text-blod{font-weight: bold}
.color-orange{color: #ff9800}
/*会议列表*/
.media-select form{
    float: left;
    width: 33.33%;
}
.media-select form select{
    width: 100%;
    height: 30px;
}
.right-list a div:hover,.right-list a div:focus{background-color: #BBBBBB;}
.right-list a div:visited{background-color: white;}
.sign1{ background-color: green;text-align: center;color: white;padding: 4px 5px;border-radius: 5px;display: inline;margin-right: 5px;}
.sign2{ background-color: #ff9800;text-align: center;color: white;padding: 3px 5px;border-radius: 5px;display: inline;margin-right: 5px;}/* float: left; */
.sign3{ background-color: #bbb;text-align: center;color: white;padding: 3px 5px;border-radius: 5px;display: inline;margin-right: 5px;}/* float: left; */

.shipins-title {font-size: 14px;line-height: 24px;float: left;width: 100%; margin-left: 0px;height: 37.2px;}  /* text-align: justify; */
.shipins-title:hover{color: red;}
/*会议内容*/
.media-big .media-video{
    width: 100%;
    height:300px;
    border: 3px solid #ddd;
}
/*手机会议内容*/
.text-content{font-size: 14px;line-height: 22px;padding: 10px;text-align: justify}
.title-hotel{font-size: 16px;color: #ff9800;padding: 10px;border-left: 3px solid #ff9800;background-color: #f7f7f7;}
.btn-back-f{display: block;
    position: fixed;
    background-color: #ff9800;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    bottom: 60px;
    right: 20px;}
.guest-menu li{width: calc(50vw - 2px);float: left;border: 1px solid #eee}
.guest-menu li img{width: 80%;margin: 0 auto;display: block;}
.guest-menu li span{    height: 29px;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    margin-left: 5%;
    margin-bottom: -5px;
    display: block;
    font-weight: bold;}
.guest-menu li span:nth-child(3){
    height: 50px;
    width: 90%;
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
    margin: 0 auto;
}


#guest-content{display: none;position: fixed;background: #fff;height: 100%;top: 50px}
#vote-content{display: none;position: fixed;background: #fff;height: 100%;width: 100%}
#guest-content img{width: 40%;display: block;margin: 0 auto}
.organization li{font-size: 14px;padding: 10px;}
.exhibitor-list li{padding: 10px 0}


@media (max-width: 479px) {
	.shipins-title {height: auto;}
    .sousuokuang {
        width: 100%;
        background-color: #000;
        height: 30px;
        margin: 0;
        text-align: center;
        display: block;
    }
    .sousuokuang input {
        width: 90%;
        border-radius: 10px;
        line-height: 20px;
        padding-left: 10px;
        border: none;
    }
    .webtop-20{margin-top: 0}
    .block_home_slider {
        height: auto;
    }
    /* .block_media_posts .media-phone{
        width: 48%;
        float: left;
        margin: 0px 1% 20px;
    } */
    
    .media-big .media-video{
    border: 0px solid #ddd;
	}
    
    .only-com{display: none;}
    .detail{height: auto}
	.padding-r-45{padding-right: 45px}
}
/*以下8.6修改*/
@media (max-height: 500px){
	.lan{display: none !important;}
}

/*新加*/
.vote_many_check{float:right;margin-right: 5%;display: inline-block;
    margin-top: 4px;background-color: #007AFF;border-radius:2px ;}
/*end*/
.vote_many_check input{position: relative;}
.vote-many{position: fixed;bottom: 60px;width: 30%;margin-left: 35%;text-align: center;height: 40px;background-color: #007AFF;color: white;border-radius: 100px;font-size: 1.4em;line-height: 40px;}
.vote-many_y{position: fixed;bottom: 60px;width: 30%;margin-left: 16%;text-align: center;height: 40px;background-color: #007AFF;color: white;border-radius: 100px;font-size: 1.4em;line-height: 40px;}
.vote-many_n{position: fixed;bottom: 60px;width: 30%;margin-left: 54%;text-align: center;height: 40px;background-color: #BBBBBB;color: white;border-radius: 100px;font-size: 1.4em;line-height: 40px;}


.hot_toggle{
    color:#fff;
    background-color:#5e97be;
    -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
    transition: 0.3s;
    -webkit-transition:0.3s;
}
.hot_toggle:hover{
    -moz-box-shadow:0px 0px 4px #333333; -webkit-box-shadow:0px 0px 4px #333333; box-shadow:0px 0px 4px #333333;
}
/* #68a1c7 */
.hot_toggle::after{
    content: '';
    display: inline-block;
    width: 12px;
    height:12px;
    background:url('../layout/images/video_bottom.png') no-repeat center  center;
    background-size:100%;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.hot_toggle_active::after {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
}