@charset "utf-8";
.clearFix {
    zoom: 1;
}

.clearFix:after {
    content: "";
    display: block;
    clear: both;
}
body{
    font-family: "微软雅黑","Microsoft YaHei", "黑体简体", "Arial", "Verdana", "arial", "serif", "Arial regular,helvetica regular" !important;
    /*-webkit-text-size-adjust: 100%;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #212121;
    width: 100%;
}
a{
    -webkit-tap-highlight-color:rgba(255,0,0,0)
}
img a{
    -webkit-touch-callout:none;
}

.fl{
    float: left;
}
.fr{
    float: right;
}
/*banner.css start*/
/* banner.css */
.banner{
    width:100%;
    height:240px;
    text-align: center;
    background:#f9f9f9 url("../../../active/img/lazylogo.png") no-repeat center;
    position:relative;
    min-width: 1200px;
}

.banner a,.bannerImg{
    width:1170px;
    min-width:1170px;
    height:240px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
.banner a{
    cursor: pointer;
}
.titleBtn{
    width: 100%;
    height: 30px;
    margin: 30px auto 0;
    position: relative;
    text-align: center;
}
.titleBtn span{
    display:block;
    width:100%;
    height:30px;
    cursor: default;
    margin: 0 auto;
}
.titleBtnTxt{
    margin-top: -30px!important;
    padding: 0 20px;
    position: relative;
}
.titleBtnTxt{
    font-size:16px;
    color:#fff;
    line-height:30px;
}
.bannerInfo p{
    text-align: center;
    font-size:18px;
    line-height:34px;
    width:1170px;
    overflow:hidden;
    color:#fff;
}

.titleBtnTxt{
    margin-top: -30px!important;
    padding: 0 20px;
    position: relative;
}

.moreImg{
    height: 100%;
    width: 100%;
}
.moreImg .swiper-slide{
    height: 100%;
    width: 100%;
    text-align: center;
}
.moreImg .swiper-slide img{
    width: 1170px;
    height:240px;
}
.moreImg .swiper-button{
    width: 1170px;
    height: 44px;
    position: absolute;
    top: 45%;
    left:50%;
    margin-left: -585px;
}
.moreImg .swiper-button-next,.moreImg  .swiper-button-prev {
    width: 24px;
    height: 30px;
}
.moreImg .swiper-button,
.moreImg .swiper-pagination{
    display: none;
}
/*banner.css end*/
/*gonggaoWrap.css start*/
.gonggaoWrap{
    max-height: 40px;
    background: #FFF8EC url("../img/icon/gonggao.png") no-repeat 30px 13px;
    background-size: 16px 16px;
    border-radius: 8px;
    position: relative;
    margin-top: 20px;
    padding-bottom: 8px;
    overflow: hidden;
    transition: all 0.5s;
}
.hideUl{
    overflow: hidden;
    max-height: 40px!important;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-family: "黑体简体","Microsoft YaHei","Arial regular,helvetica regular" !important;
}
 .gonggaoWrap pre{
     font-size: 14px;
     color: #FC830D;
     line-height: 26px;
     text-align: left;
     width: 1039px;
     padding-top: 8px;
     margin-left: 62px;
     border: none !important;
     background: none !important;
     white-space: pre-wrap !important;
     word-wrap: break-word;
     word-break: break-all;
 }
.moreGonggao{
    position: absolute;
    right: 30px;
    top:14px;
    display: none;
    border: none;
    outline: none;
    height: 12px;
    width: 12px;
    background: url("../img/icon/moregg.png") no-repeat 0 center   ;
}

.hover-down {
    transition-duration: .5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.hover-up {
    transition-duration: .5s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.ggWrap{
    margin: 20px auto 0;
}
.ggWrap,.ggWrap img{
    width: 1170px;
    height: 120px;
}

/*gonggaoWrap.css end*/
/*tabBgWrap.css start*/
.posit{
    margin-top: 20px;
}
.tabBgWrap{
    width: 1170px;
    margin: 0 auto 0;
    height: 50px;
    line-height: 50px;
    background: url('../../../active/img/linebg.jpg') repeat 0 0;
}
.lift{
    display: inline-block;
}
.lift li{
    float: left;
    cursor: pointer;
    width: 130px;
    position: relative;
}
.lift li:last-child a:after{
    border: none;
}
.lift li:first-child{
    margin-left: 0px;
}

.activeLi{
    background: #1e88e5 !important;
    color: #fff !important;
}
.activeLi a{
    color: #fff !important;
}
.tabBgWrap .wrap{
    position: relative;
    height: 50px;
    z-index: 100;
}
.lift-nav{
    position: relative;
}
.lift-nav,.lift{
    height: 50px;
}
.lift li a{
    display: block;
    height: 50px;
    padding: 0 24px;
    font-size: 18px;
    color: #030202;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    position: relative;
}

.lift li:hover a{
    color: #1e88e5;
    text-decoration: none;
}

.activeLi a:after{
    border-left: 1px solid #1E89E5!important;
}
.lift li a:after{
    content: '';
    position: absolute;
    border-left: 1px solid #d8d8d8;
    display: inline-block;
    height: 25px;
    right: 0;
    top: 13px;
}

.addPosition{
    position: fixed;
    top:0;
    z-index: 7;
    left: 50%;
    margin-left: -585px;
}
.iconBgActive {
    background-image: url('../../../active/img/icon_bg_active.png');
    display: inline-block;
}
.collectLi{
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    padding-left: 10px;
    line-height: 50px;
    font-size: 16px;
    color: #424242;
    cursor: pointer;
}
.collectLi em.cancle_collect {
    background-position: -10px -14px;
}
.collectLi em.collect{
    background-position: -60px -14px
}
.collectLi em {
    margin-right: 10px;
    margin-top: 17px;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
}
.collectLi:hover {
    color: #1e88e5;
}
.collectLi:hover em{
    background-position: -60px -14px
}
/*tabBgWrap.css end*/
/* activeContent.css */
.activeContentWrap{
    margin-top: 12px;
    margin-bottom: 80px;
}
.activeContent{
    width:870px;
}
/*end  activeContent.css */
/* sideContent.css */
.sideContent{
    width:270px;
    margin-top: 20px;
}
.scanCodeWrap{
    width: 100%;
    height: 132px;
    background: #FAFAFA;
    padding: 0 15px;
}
.scanCodeWrap img{
    width: 100px;
    height: 100px;
    margin-top: 15px;
}
.scanCodeWrap div{
    float: right;
    text-align: left;
    margin-top: 37px;
}
.scanCodeWrap div span{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #030303;
    line-height:1;
    margin-bottom: 18px;
}
.scanCodeWrap div p{
    font-size: 14px;
    color: #494949;
    line-height: 18px;
}
/*end sideContent.css */
/* sponsorAll.css */
.aboutActiveWrap, .sponsorAll {
    border: 1px solid #e0e0e0;
    width: 270px;
    background: #fff;
    border-top: 4px solid #e0e0e0;
    overflow: hidden;
    margin: 20px auto 20px;
}
.aboutActiveWrap h4, .sponsorAll h4 {
    font-size: 18px;
    text-align: center;
    line-height: 56px;
    height: 56px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
}
.sponsor {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.sponsorY {
    margin-top: 20px;
}
.sponsorLogo {
    display: table;
    width: 100%;
    height: 70px;
}
.sponsorLogo span {
    height: 70px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: #fff;
}
.sponsorLogo img {
    max-width: 210px;
    max-height: 70px;
    text-align: center;
}
.sponsorY p {
    font-size: 14px;
    color: #424242;
    line-height: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    cursor: default;
}
.sponsorN{
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.sponsorN p {
    font-size: 14px;
    color: #424242;
    line-height: 28px;
    margin-top: 17px;
    text-align: left;
}
.blueBorder {
    display: block;
    width: 50px;
    height: 3px;
    background: #1e88e5;
    margin: 25px auto;
}
.sponsorName {
    padding: 0 20px;
}
.sponsorName a {
    font-size: 14px;
    color: #424242;
    line-height: 28px;
    display: inline-block;
    height: 28px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
    text-align: center;
}
.sponsorAllTitle {
    height: 38px;
    margin: 23px 0 30px 0;
    text-align: center;
}
.zhanzhu {
    width: 120px;
    display: block;
    margin: 20px auto;
    border: 2px solid #1e88e5;
    border-radius: 50px;
    font-size:14px;
    text-align: center;
    line-height: 30px;
    height: 34px;
}
.zhanzhu:hover{
    background: #1E88E5;
    color: #fff;
}
.sideGGWrap{
    margin-bottom: 20px;
}
.sideGGWrap,.sideGGWrap img{
    width: 270px;
    height: 60px;
}

/*end sponsorAll.css */
/*activeNewWrap.css start*/
.activeNewWrap{
    width: 100%;
    padding-top: 14px;
    padding-bottom: 20px;
}
.activeNewWrap h4{
    background: url("../img/icon/activenews.png") no-repeat 0 center;
    background-size: 25px 21px;
    font-size: 18px;
    font-weight: bold;
    color: #020203;
    line-height: 22px;
    text-indent: 34px;
    margin-bottom: 28px;
}
.activeNewsListWrap{
    max-height: 180px;
    overflow: hidden;
    transition: all ease 0.5s;
}
.hideHeight{
    overflow: hidden;
    max-height: 180px!important;
}
.activeNewsList{
    border-left: 1px solid #EFEFEF;
    margin-left: 7px;
}
.activeNewsList li{
    position: relative;
    padding-left: 20px;
    margin-left: -7px;
    padding-bottom: 20px;
}
.activeNewsList li:before{
    position: absolute;
    left: 4px;
    top: 6px;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0780e5;
}
.activeNewsList li:hover p{
    color: #1E88E5;
}
.activeNewsList p{
    width: 240px;
    font-size: 14px;
    color: #020203;
    line-height: 18px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.activeNewsList span{
    width: 240px;
    font-size: 12px;
    font-weight: bold;
    color: #777777;
    line-height: 18px;
    text-align: left;
}
.activeNewsList li:last-child{
    padding-bottom: 0;
}
.moreNews{
    border: none;
    outline: none;
    background: none;
    display: block;
    font-size: 14px;
    color: #0881E5;
    line-height: 20px;
    margin: 20px auto 0;
    width: 88px;
}
.moreNews span{
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url("../img/icon/moreNew.png") no-repeat right center;
    background-size: 12px 7px;
    transition: all 0.5s;
    margin-left: 5px;
}
.activeDescWrap{
    text-align: center;
}
.moreDesc{
    display: none;
}
/*activeNewWrap.css end*/
/*activeTagWrap.css start*/
.activeTagWrap{
    width: 100%;
    background: #FAFAFA;
    padding: 20px 18px;
    margin-top: 20px;
}
.activeTagWrap h4{
    font-size: 18px;
    font-weight: bold;
    color: #020203;
    line-height: 1;
    margin-bottom: 20px;
}

.activeTagWrap h4 label{
    font-size: 18px;
    font-weight: bold;
    font-family: PingFang SC;
    color: #B2B2B3;
    line-height: 1;
    margin-left: 6px;
}
.activeTagList{
    margin-left: -6px;
    width: 100%;
}
.activeTagList a{
    display: inline-block;
    max-width: 100%;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #DFDFDF;
    border-radius: 16px;
    padding: 7px 10px;
    font-size: 16px;
    text-align: center;
    color: #434344;
    line-height: 1;
    margin-bottom: 12px;
    margin-right: 6px;
    margin-left: 6px;
}
.activeTagList a:hover{
    color: #0980E5!important;
    border: 1px solid #0A80E5!important;
}
/*activeTagWrap.css end*/

/*signUp.css start*/
.signUp {
    padding-top: 30px;
}
.title-txt span {
    background: #1e88e5;
    width: 4px;
    height: 20px;
    display: inline-block;
}
.title-txt h5 {
    font-weight: bold !important;
    font-size: 18px;
    color: #424242;
    line-height: 20px;
    margin-left: 12px;
    display: inline-block;
}
.signUpContent {
    margin-top: 30px;
}
.pad-left {
    padding-left: 15px;
}
.introduction {
    width: 100%;
    background: #fafafa;
    padding: 30px 34px;
}
.activeInfoWrap {
    position: relative;
    min-height: 100px;
}
.daodu {
    width: 119px;
    height: auto;
    margin-right: 30px;
}
.activeInfo {
    margin-top: 10px;
    display: inline-block;
    width: 506px;
}
.activeInfoW{
    width: 630px!important;
}
.activeInfo p {
    font-size: 14px;
    color: #424242;
    line-height: 28px;
    word-break: break-all;
}
.activeInfo span {
    display: inline-block;
    float: left;
}
.spanName {
    width: 70px;
}
.activeInfo span {
    display: inline-block;
    float: left;
}
.signUpContent .activeName{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #030404;
    line-height: 26px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.spanContent {
    width: 436px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}
.activeInfo p {
    font-size: 14px;
    color: #424242;
    line-height: 28px;
    word-break: break-all;
}
.download {
    display: block;
    color: #1e88e5;
    font-size: 14px;
    width: 115px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.download>img {
    width: 51px;
    display: block;
    margin: 0 auto 10px;
}
.download>em {
    display: block;
    color: #1e88e5;
    border: 1px solid #1e88e5;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-radius: 20px;
    font-style: normal;
    margin: 0 auto;
}
.introduceWrap {
    width: 100%;
}
.activeDesc{
    max-height: 135px;
    overflow: hidden;
    transition: all ease 0.5s;
}
.hideHeightDesc{
    overflow: hidden;
    max-height: 135px!important;
}
.introduce {
    padding-top: 23px;
    font-size: 14px;
    color: #424242;
    line-height: 28px;
    /*word-break: break-all;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 4;*/
    /*-webkit-box-orient: vertical;*/
    text-align: left;
}

.shareWrap {
    margin-top: 33px;
    height: 30px;
}
.shareBtn {
    height: 30px;
}
.shareIcon {
    display: inline-block;
    padding-left: 20px;
    font-size: 12px;
    color: #424242;
    line-height: 30px;
    background: url('../../../active/img/share-icon.png') no-repeat 0 center;
    margin-right: 10px;
}
.share-btn a.bds_tsina {
    background-position: -42px 0 !important;
}
.share-btn a.bds_tsina {
    background-position: 0 0 !important;
    margin-left: 17px;
}
.share-btn .bdsharebuttonbox a {
    width: 30px !important;
    height: 30px !important;
    display: inline-block;
    overflow: hidden;
    margin: 0 5px;
    float: left;
    background: url('../../../active/img/shareIcon.png') no-repeat !important;
}
.share-btn {
    width: 138px;
}
/*signUp.css end*/

/*activeTicketWrap.css start*/
.activeTicketWrap{
    margin-top: 40px;
}
.activeTicketWrap label{
    width: 80px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #030303;
    line-height: 70px;
    float: left;
}
.activeTicketWrap .ticketWrap{
    float: left;
    margin-left: 40px;
    width: 720px;
}
.notStarted i{
    display: inline-block!important;
    line-height: 20px;
    height: 20px;
    padding: 0 5px;
    background: #E2E2E2;
    border-radius:0 10px 0 10px;
    color: #7C7C7C;
    font-size: 12px;
    position: absolute;
    right: -4px;
    top:-4px;
}
.notStarted .jgWrap{
}
.ticketList .notStarted .jgWrap div p{
    background: #edecec;
    color: #ACAAAA;
    border: 1px solid #e0dedc;
    border-left: none;
}
.notStarted{
    background: #F4F4F4;
    cursor: default;
    position: relative;
}
.notStarted span{
    color: #ABA9A9!important;
}
.notStarted .activeType{
    color: #ABA9A9!important;
}
.ticketList .notStarted  .jgWrap p:before{
    background: #c8c6c4;
}
.ticketList .notStarted .jgWrap div:before{
    background: url("../img/icon/hyBg2.png") no-repeat 0 0;
}
.ticketList{
    padding-bottom: 12px;
}
.ticketList li{
    width: 300px;
    height: 75px;
    border: 4px solid #F4F4F4;
    border-radius: 12px;
    padding: 10px;
    margin-top: 20px;
    cursor: pointer;
    float: left;
    margin-right: 30px;
    position: relative;
}
.ticketList li>i{
    display: none;
}
.ticketList li:first-child{
    margin-top: 0;
}
.ticketList li:nth-child(2){
    margin-top: 0;
}
.ticketList li:nth-child(2n){
    margin-right: 0;
}
.ticketList li.notStarted:hover{
    border: 4px solid #F4F4F4;
}
.ticketList li:hover{
    border: 4px solid #0780E5;
}
.ticketList li:hover span{
    color: #0780E5;
}
.selectTicket{
    border: 4px solid #0780E5!important;
    color: #0780E5!important;
}
.selectTicket span{
    color: #0780E5!important;
}
.ticketList li span{
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #030303;
    line-height: 26px;
    text-align: left;
}
.ticketList li .jgWrap{
    margin-bottom: 5px;
}
.ticketList li .jgWrap div:before{
    display: inline-block;
    content: '';
    background: url("../img/icon/hyBg.png") no-repeat 0 0;
    width: 29px;
    height: 27px;
    position: absolute;
    left:0;
    top:0;
    z-index: 1;
}
.ticketList li .jgWrap div{
    display: inline-block;
    position: relative;
    margin-left: 10px;
    float: left;

}
.ticketList li .jgWrap p:before{
    content: '';
    width: 3px;
    height: 3px;
    background: #ff8c04;
    border-radius: 50px;
    position: absolute;
    left: 0px;
    top: 9px;
}
.ticketList li .jgWrap div p{
    display: inline-block;
    white-space: nowrap;
    text-indent: 10px;
    padding-right: 10px;
    background: #FFF7E8;
    font-size: 12px;
    color: #FB7D02;
    line-height:23px;
    position: relative;
    border: 1px solid #ff8c04;
    height: 24px;
    border-left: none;
    border-radius: 4px;
    margin-left: 10px;
    margin-top: 2px;
    z-index: 1;
    min-width: 117px;
    max-width: 147px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.activeType{
    font-size: 14px;
    color: #6B6B6B;
    line-height: 1;
    text-align: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-family: "黑体简体", "Microsoft YaHei", "Arial regular,helvetica regular", serif !important;
}
.bzsmWrap pre{
    display: none;
}

.bzsm{
    color: #FA0404;
    font-size: 12px;
    margin: 0;
    line-height: 18px;
    padding: 0 !important;
    width: 100%;
    border: none !important;
    background: none !important;
    white-space: pre-wrap !important;
    word-wrap: break-word;
    word-break: break-all;
    outline: 0;
    overflow: hidden;
    text-align: left;
    display: none;
}
.bzsm span{
    font-weight: bold;
}
.buyNum:before{
    content: '';
    display: inline-block;
    background: url('../img/icon/buyNum.png') 0 center no-repeat;
    width: 18px;
    height: 18px;
    background-size: 18px 14px;
    position: absolute;
    left:0;
    top:0;
}
.buyTicketWrap{
    margin-top: 13px;
}
.buyNum{
    float: right;
    font-size: 16px;
    color: #020202;
    line-height: 1;
    position: relative;
    padding-left: 24px;
    margin-top: 12px;
}
.buyNum span{
    color: #0780E5;
}
.signUpBtn {
    display: inline-block;
    cursor: pointer;
    background: #1e88e5;
    color: #fff;
    font-size: 16px;
    text-align: center;
    min-width: 184px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50px;
    overflow: hidden;
    outline: none !important;
    border: 0;
    padding: 0 10px;
}
.kaochaBtn{
    margin-left: 24px;
    display: inline-block;
    cursor: pointer;
    background: #FFF7E8 url("../img/icon/kc.png") no-repeat 21px center;
    text-indent: 16px;
    background-size: 17px 15px;
    color: #FB7A07;
    font-size: 16px;
    border: 1px solid #FCE0A9;
    text-align: center;
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50px;
    overflow: hidden;
    outline: none !important;
    padding: 0 10px;
}
.kaochaWrap{
    display: inline-block;
    position: relative;
}
.peixunWrap{
    margin-left: 24px;
    display: inline-block;
    position: relative;
}
.peixunBtn{

    cursor: pointer;
    background: #F1FAEF url("../img/icon/pxIcon.png") no-repeat 21px center;
    text-indent: 16px;
    background-size: 17px 15px;
    color: #57AE5A;
    font-size: 16px;
    border: 1px solid #CCE0CC;
    text-align: center;
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50px;
    overflow: hidden;
    outline: none !important;
    padding: 0 10px;
}

.peixunTipsWrap{
    left: 0px!important;
}
.peixunTipsWrap em{
    display: block;
    width: 100%;
    height: 15px;
    background: transparent;
    position: absolute;
    bottom: -14px;
    left: 0;
}
.peixunTipsWrap .kaochaTipList {
    width: 100%;

}
.peixunTipsWrap .kaochaTipList li{
    line-height: 34px;
    margin-bottom: 5px;
    cursor: default;
    padding-left: 32px;
    padding-right: 29px;
}
.peixunTipsWrap .kaochaTipList li.youPeixun{
    cursor: pointer;
}
.peixunTipsWrap .kaochaTipList li:hover{
    background: #F4F4F4;
    color: #3379DC;
}
.peixunTipsWrap .kaochaTipList li:hover:before{
    background: #3379DC;
}
.peixunTipsWrap .kaochaTipList li:before {
    content: '';
    left: 23px;
    top: 15px;
}
.peixunTipsWrap .kaochaTipList li.youPeixun:hover:after{
    background:url("../img/icon/xjt_h.png") no-repeat 0 center;
}
.peixunTipsWrap .kaochaTipList li.youPeixun:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 34px;
    background:url("../img/icon/xJt.png") no-repeat 0 center;
    position: absolute;
    right:23px;
    top:0px;
}



.buyTicketWrap{
    position: relative;
}
.tipsBuyTicket{
    transition: all ease 0.5s;
    background: url("../img/tipsBg.png") no-repeat 0 0;
    width: 158px;
    height: 41px;
    background-size: 158px 41px;
    opacity: 0;
    font-size: 14px;
    color: #414140;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: -41px;
    left: 26px;
}
.kaochaTipsWrap{
    position: absolute;
    opacity: 0;
    display: none;
    left: 22px;
    bottom: 54px;
    z-index: 2;
}
.kaochaTipsWrap em {
    display: block;
    width: 100%;
    height: 15px;
    background: transparent;
    position: absolute;
    bottom: -14px;
    left: 0;
}
.kaochaTipsBox{
    width: 344px;
    background: #FFFFFF;
    border: 1px solid #0780E5;
    border-radius: 5px;
    padding-bottom: 10px;
}
.kaochaTitle{

    font-size: 16px;
    font-weight: bold;
    color: #0780E5;
    line-height: 36px;
    padding-left: 20px;
    border-bottom: 1px solid #EBEBEB;
}
.kaochaInfo{
    width: 298px;
    height: 88px;
    background: #FFF7E8;
    border-radius: 4px;
    font-size: 14px;
    color: #F77603;
    line-height: 22px;
    padding: 10px 15px 15px;
    margin: 10px auto 0;
}
.kaochaTipList{
    width: 298px;
    margin: 12px auto 0;
}
.kaochaTipList li:before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background:#010202;
    border-radius: 50px;
    position: absolute;
    left:0;
    top:10px;
}
.kaochaTipList li{
    padding-left: 10px;
    position: relative;
    width: 100%;
    font-size: 14px;
    color: #010202;
    line-height: 24px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}
.kaochaTipsWrap span{
    position: absolute;
    bottom: -7px;
    left: 60px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border: 1px solid #0780E5;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(224deg);
    -webkit-transform: rotate(224deg);
}
/*activeTicketWrap.css end*/
/*organization.css start*/
.organization{
    padding-top:54px;
}
.sideTitle{
    height: 14px;
    text-align: left;
    font-size: 16px;
    color: #9e9e9e;
    line-height: 16px;
    margin-right: 31px;
}
.txtP{
}
.txtP{
    line-height:28px;
    font-size:14px;
    color:#424242;
    word-break: break-all;
}
.txtWrap{
    margin-top:13px;
}
.oznList{
    margin-top:34px;
    margin-left: 15px;
}
.oznList li{
    border-bottom:1px solid #e0e0e0;
    padding-bottom:23px;
    margin-bottom:30px;
}
.oznList .txtWrap{
    width: 850px;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-family: "黑体简体", "Microsoft YaHei", "Arial regular,helvetica regular", serif !important;
}
.txtWrap pre {
    line-height: 28px;
    font-size: 14px;
    color: #424242;
    padding: 0;
    border: none !important;
    background: none !important;
    word-break: break-all;
    resize: none;
    width: 100%;
    max-width: 840px;
    overflow: hidden;
}
.oznList li:last-child{
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
/*organization.css end*/
/*organization.css start*/
.details {
    padding-top: 54px;
}
.detailsText {
    width: 100%;
    margin-top: 30px;
    padding-left: 15px;
}
.detailsText iframe{
    display: block;
    margin: 0 auto;
}

.detailsText pre {
    font-size: 16px;
    line-height: 2 !important;
    padding: 0 !important;
    width: auto !important;
    color: #424242 !important;
    border: none !important;
    background: none !important;
    white-space: pre-wrap !important;
    word-wrap: break-word;
    word-break: break-all;
    outline: 0;
    max-width: 850px;
    overflow: hidden;
}
.detailsText img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 10px 0;
}
/*organization.css end*/
/*enterFor.css start*/
.enterFor{
    padding-top: 50px;
}
.hasDescribe {
    min-height: 110px;
    float: left;
    background: #f6fbff;
    padding-left: 10px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.hasDescribe .left {
    width: 110px;
    height: 108px;
    position: absolute;
    /* float: left; */
    top: 0;
    left: 0;
}
.hasDescribe .reportTime{
    background-position: -131px -56px;
    width: 58px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    text-indent: -9999px;
}
.reportTime {
    margin-top: 30px;
    width: 100%;
    /*display: none;*/
    border-radius: 10px;
    padding-left: 15px;
}
.hasDescribe .right {
    font-size: 16px;
    color: #1e88e5;
    float: left;
    max-width: 97%;
    overflow: hidden;
    padding: 20px 0 20px 103px;
}
.iconBgActive {
    background-image: url('../../../active/img/icon_bg_active.png');
    display: inline-block;
}

.hasDescribe .right .right-describe {
    font-size: 14px;
    color: #616161;
    line-height: 22px;
    border: 0;
    background: 0;
    padding: 0;
    margin: 10px 0 0;
}
/*enterFor.css end*/

/*enterForContent.css start*/
.enterForBox {
    overflow: hidden;
}
.noEnterFor {
    font-size: 18px;
    color: #1e88e5;
    text-align: center;
    margin-top: 30px;
    line-height: 18px;
}

.enterForBtn {
    margin-bottom: 20px;
}
.enterForBtn {
    margin-left: 15px;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 39px;
}
.enterForBtn span {
    height: 40px;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    padding: 0 19px;
    width: auto;
    margin-right: 11px;
    display: inline-block;
    color: #424242;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    transition: all ease 0.5s;
}
.enterForBtn span:last-child{
    margin-right: 0;
}
.enterForBtn span:hover{
    color: #1e88e5 !important;
}
.enterForActive {
    border-bottom: 3px solid #1e88e5 !important;
    color: #1e88e5 !important;
}


select {
    margin: 0;
    outline: 0;
    width: 174px;
    height: 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bdbdbd;
    padding: 0 0 0 10px;
    -ms-appearance: none;
    cursor: pointer;
    line-height: 30px;
}
.activeTypeList {
    font-size: 14px;
    color: #424242;
    line-height: 30px;
    width: 100%;
}
.enterForBtnSelectWrap{
    margin-left: 15px;
    margin-top: 30px;
    margin-bottom: 18px;
}
.forumWrap {
    margin-bottom: 70px;
}
.enterForNavBox {
    width: 254px;
    margin-right: 20px;
}
.navListWrap {
    width: 254px;
    position: relative;
    margin-left: 0;
    overflow: auto;
    border: 1px solid #e6e6e6;
    background: #fff;
    max-height: 721px;
}
.navListWrap::-webkit-scrollbar {
    width:5px;
    height:2px;
}
.navListWrap::-webkit-scrollbar-track{
    background: rgb(239, 239, 239);
    border-radius:2px;
}
.navListWrap::-webkit-scrollbar-thumb{
    background: #cfc7c7;
    border-radius: 10px;
}
.navListWrap::-webkit-scrollbar-thumb:hover{
    /*background: #333;*/
}
.navListWrap::-webkit-scrollbar-corner{
    /*background: #179a16;*/
}
.forumNavList {
    width: 100%;
}
.enterForNav {
    position: relative;
    left: 0;
    top: 0;
    zoom: 1;
}

.forumNavList li {
    float: left;
    font-size: 16px;
    cursor: pointer;
    display: block;
    margin: 0;
    width: 100% !important;
    height: 60px;
    line-height: 60px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    padding: 0 10px 0 20px;
    border: 0;
    border-bottom: 1px solid #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.forumNavList li:hover {
    border: none !important;
    border-bottom: 1px solid #eee !important;
}
.enterForNav li.enterForNavBg:hover {
    color: #fff !important;
}
.forumNavList .enterForNavBg:hover {
    border: 1px solid #1e88e5 !important;
}
.enterForNav li:hover {
    color: #1e88e5 !important;
}
.enterForNavBg {
    border: 1px solid #1e88e5 !important;
    background: #1e88e5;
    color: #fff !important;
}



.luntan {
    width: 596px;
}
.speechTitle {
    margin-top: 3px;
}
.speechTitle {
    font-weight: bold;
    font-size: 20px;
    color: #424242;
    line-height: 34px;
    word-break: break-all;
}
.thePlate {
    color: #757575;
    font-size: 14px;
    line-height: 34px;
    text-align: left;
    margin-top: 3px;
}
.thePlate span {
    color: #424242;
}


.speechInfo {
    padding: 0;
    border: none !important;
    background: none !important;
    white-space: pre-wrap !important;
    word-wrap: break-word;
    word-break: break-all;
    outline: 0;
}
.speechInfo {
    font-size: 14px;
    color: #424242;
    line-height: 28px;
    word-break: break-all;
    padding-top: 23px;
}
.compereGuest span, .compereGuest p {
    font-size: 14px;
    color: #424242;
    line-height: 28px;
    word-break: break-all;
}
.compereGuestList {
    max-width: 524px;
}
.compereGuestList li {
    margin-bottom: 16px;
}
.compereMsg span {
    display: inline-block;
}
.compereName {
    font-weight: bold;
}
.speechTable {
    width: 100%;
}
td {
    text-align: center;
    font-size: 14px;
    color: #424242;
}
table {
    border: 1px solid #e0e0e0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
thead {
    background: #d6edfe;
    font-weight: bold;
    font-size: 14px;
    color: #424242;
    height: 58px;
}
thead th {
    text-align: center;
    height: 60px;
}
th, td {
    border: 1px solid #e0e0e0;
}
.speechTable td {
    padding: 14px 5px;
    line-height: 24px;
    word-break: break-all;
}
.enterPre {
    font-size: 14px;
    text-align: left;
    background: none !important;
    white-space: pre-wrap !important;
    word-wrap: break-word;
    word-break: break-all;
    outline: 0;
    overflow: hidden;
    border: none !important;
    margin: 0;
    line-height: 24px;
}
.gustInfo {
    padding: 0 10px 15px;
    text-align: left !important;
}
.gustInfo>p, .speechTable .gustInfo>h4, p.workPost {
    text-align: left;
    padding: 0 5px;
    line-height: 1.5;
}
.gustInfo h4 {
    cursor: pointer;
    color: #1e88e5;
}
.gustInfo>h4 {
    padding-bottom: 0 !important;
    font-size: 16px !important;
}
.gustInfo>p, .speechTable .gustInfo>h4, p.workPost {
    text-align: left;
    padding: 0 5px;
    font-size: 14px;
    line-height: 1.5;
}
p.workPost {
    margin-top: 0;
}

.addressAndPic p {
    display: inline-block;
    background: #e6e6e6;
    font-size: 14px;
    color: #424242;
    line-height: 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 40px;
    margin-bottom: 20px;
    width: auto;
    padding: 0 15px;
}
.addressAndPic img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    text-align: left;
    margin: 0 auto;
}
/*enterForContent.css end*/


/*guest-modal.css start*/
#guest-myModal-info {
    width: 500px;
    margin: 0 50px;
    padding: 0;
    overflow: hidden;
}
.overflowWarp {
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 510px;
}
#guest-myModal-info .info-header {
    min-height: 80px;
}
.overflowWarp>div {
    width: 500px;
    overflow: hidden;
}
#guest-myModal-info .pic {
    float: left;
}
.pic {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}
.pic img {
    width: 80px;
    height: 80px;
}
#guest-myModal-info .guestInfo {
    margin-top: 0;
    float: left;
    width: 375px;
    padding-bottom: 0;
}
.guestInfo {
    margin-left: 20px;
}
.expertTag {
    height: auto;
}
#guest-myModal-info #md-guest-name {
    padding: 0;
}
.expertTag>span {
    margin-bottom: 10px;
}
.expertTag em.tageIcon {
    width: 94px;
    height: 20px;
    margin-top: 15px;
    background-position: -10px -59px;
    text-indent: -9999px;
    vertical-align: top;
}
.iconBgActive {
    background-image: url('../../../active/img/icon_bg_active.png');
    display: inline-block;
}
#guest-myModal-info #md-info {
    width: 100%;
    padding-top: 0;
    margin-bottom: -3px;
}
#guest-myModal-info #md-info p {
    width: 100%;
    margin-top: 0;
    line-height: 1.5;
}
.guestInfo p {
    font-size: 14px;
    color: #424242;
    word-break: break-all;
}
#guest-myModal-info .info-content {
    padding: 10px 0 13px;
    line-height: 1.5;
    font-size: 14px;
    border-top: 1px solid #DCDCDC;
    margin-top: 16px;
}
.overflowWarp>div {
    width: 500px;
    overflow: hidden;
}
#guest-myModal-info .info-content>pre {
    width: 100%;
    background: #fff;
    font-size: 14px;
    border: 0;
    line-height: 1.5;
    padding: 10px 0;
}
#guest-myModal-info #moreGuestInfo {
    padding: 0 0 27px;
    color: #1e88e5;
    font-size: 14px;
    float: left;
    cursor: pointer;
}
#guest-screenModal .modal-footer {
    padding-top: 20px;
    padding-bottom: 20px;
}
/*guest-modal.css end*/

/*guest.css start*/

#guestList li:hover .expertTag span{
    color:#1e88e5!important;

}
#guestList li:hover{
    -webkit-box-shadow: 0 5px 17px 0 rgba(87, 87, 87, 0.2);
    -moz-box-shadow: 0 5px 17px 0 rgba(87, 87, 87, 0.2);
    box-shadow: 0 5px 17px 0 rgba(87, 87, 87, 0.2);
}

.guest {
    padding-top: 54px;
}
.noGuest{
    text-align: center;
}
.noGuest img{
    margin-top:50px;
}
.guestList {
    margin-top: 30px;
    width: 870px;
    height: 600px;
    overflow-y: scroll
}
.guestList::-webkit-scrollbar {
    width: 6px !important;
}
.guestList::-webkit-scrollbar-track {
    background: #d3d3d3 !important;
    border-radius: 6px !important;
}

.guestList::-webkit-scrollbar-thumb {
    background: #e9e9e9 !important;
    border-radius: 6px !important;
}
.guestList li {
    /*width: 412px;*/
    min-height: 184px;
    height: auto;
    cursor: pointer;
    float: left;
    margin-bottom: 18px;
    margin-right: 30px;
    cursor: pointer;
}
.guestPic {
    display: block;
    width: 80px;
    margin-left: 22px;
    margin-top: 31px;
}
.pic {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}
.pic img {
    width: 80px;
    height: 80px;
}
.understand {
    margin-top: 14px;
}

.knowHim {
    width: 64px;
    display: inline-block;
    height: 24px;
    font-size: 14px;
    color:#1E88E5;
    text-align: center;
    line-height: 24px;
    background: #EDF7FF;
    border: 1px solid #1E88E5;
    border-radius: 12px;
}

#guestList li:hover .understand span{
    color:#1e88e5!important;
    border: 1px solid #1e88e5!important;
}
#guestList .workPost{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    word-break: break-all;
}
.iconBgActive {
    background-image: url('../../../active/img/icon_bg_active.png');
    display: inline-block;
}


.guestInfo {
    margin-left: 20px;
    margin-top: 16px;
    width: 270px;
    padding-bottom: 10px;
}
.expertTag {
    height: auto;
}
.expertTag>span {
    margin-bottom: 10px;
    padding: 0 0 0 5px;
}
.expertTag .guestName {
    display: inline-block;
    font-size: 20px;
    color: #424242;
    line-height: 20px;
    max-width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 20px;
    margin-top: 10px;
}
.expertTag em.tageIcon {
    width: 94px;
    height: 20px;
    margin-top: 15px;
    background-position: -10px -59px;
    text-indent: -9999px;
    vertical-align: top;
}

.guestInfo p {
    font-size: 14px;
    color: #424242;
    line-height: 24px;
    margin-top: 15px;
    width: 266px;
    word-break: break-all;
}

p.workPost {
    margin-top: 0;
}
.gustInfo>p, .speechTable .gustInfo>h4, p.workPost {
    text-align: left;
    padding: 0 5px;
    font-size: 14px;
    line-height: 1.5;
}
.mGuestWrap{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.moreGuest:hover span{
    background-position: -10px -802px;
}
.moreGuest span{
    background-position: -10px -853px;
}
.mGuest span.iconBgActive{
    width: 216px;
    height: 40px;
    text-indent: -99999px;
    display: inline-block;


}
.mGuest{
    display: inline-block;
}
.souqi{
    display: inline-block;
    font-size: 13px;
    color: #b3b0b0;
    font-weight: bold;
    line-height: 35px;
    padding: 0 10px;
    padding-right: 6px;
}
.minuGuest{
    height: 40px;
    width: 60px;

}
.minuGuest i{
    display: inline-block;
    height: 11px;
    width: 14px;
    background: url('https://www.zhuyitai.com/jsp/portal/index/nav/img/areaDownN.png') no-repeat right center;
    transition-duration: .5s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    background-size: 80%;
}
.minuGuest:hover span{
    color: #77b2ef;
}
.minuGuest:hover i{
    background-size: 80%!important;
    background: url('https://www.zhuyitai.com/jsp/portal/index/nav/img/areaDownH.png') no-repeat right center;
    height: 11px;
    width: 14px;
}
.minuGuest span{
    background-position: -230px -854px;
}
.minuGuest:hover span{
    background-position: -230px -803px;
}

/*guest.css end*/

/*meetGuideWrap.css start*/
.meetGuideWrap {
    padding-top: 50px;
}
.nav-tabs{
    border-bottom:1px solid  #EBEBEB;
    transition: all ease 0.5s;
    height: 39px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.nav-tabs .active a{
    border-bottom:3px solid  #0780E5!important;
}
.nav-tabs a{
    font-size: 18px;
    color: #030303;
    text-align: center;
    padding: 0!important;
    line-height: 36px!important;
    height: 40px;
}
.nav-tabs > li{
    margin-right: 60px;
}
.nav-tabs > li:last-child{
    margin-right: 0;
}
.nav-tabs > li > a:hover {
    background: #fff!important;
    border-color: transparent;
    color: #0780E5;
}

.nav-tabs > li.active > a{
    color: #030303;
    border: none!important;
    border-bottom:3px solid  #0780E5!important;
}
.guideContentWrap{
   padding-left: 15px;
}
.meetGuideWrap .addressWrap{
    height: 94px;
    background: #FFFBF4;
    border: 1px solid #FED587;
    padding-left: 24px;
    padding-right: 20px;
    padding-top: 12px;
    margin-bottom: 15px;
}
.meetGuideWrap .addressWrap span{
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #FB7A07;
    line-height: 36px;
    background: url("../img/icon/db.png") no-repeat 0 9px;
    background-size: 17px 19px;
    padding-left: 22px;
}
.meetGuideWrap .addressWrap p{
    font-size: 14px;
    color: #020202;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
}
.mapWrap{
    width: 100%;
    height: 454px;

}
.module h5{
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #FB7A07;
    line-height: 36px;
    padding-left: 24px;
}
.df{
    background: url("../img/icon/df.png") no-repeat 0 9px;
    background-size: 21px 21px;

}
.yc{
    background: url("../img/icon/yc.png") no-repeat 0 9px;
    background-size: 18px 20px;
}
.bm{
    background: url("../img/icon/bm.png") no-repeat 0 9px;
    background-size: 21px 21px;
}
.sw{
    background: url("../img/icon/sw.png") no-repeat 0 9px;
    background-size: 21px 21px;
    margin-top: 10px;
}
.sw h5{
    color: #0780E5;
}
.df h5,
.yc h5{
    margin-bottom: 10px;
}
.znTxt{
    font-size: 16px;
    line-height: 2 !important;
    padding: 0 !important;
    width: auto !important;
    color: #424242 !important;
    border: none !important;
    background: none !important;
    white-space: pre-wrap !important;
    word-wrap: break-word;
    word-break: break-all;
    outline: 0;
    max-width: 100%;
    overflow: hidden;
}
.znTxt iframe{
    display: block;
    margin: 0 auto;
}
.linkerList{
    margin-top: 10px;
}
.linkerList li{
    width: 376px;
    height: 124px;
    background: #FFFBF4;
    border: 1px solid #FED587;
    padding-left: 16px;
    padding-top: 14px;
    padding-right: 16px;
}
.linkerList li{
    zoom: 1;
    float: left;
    margin-right: 30px;
    margin-bottom: 16px;
}
.linkerList li:nth-child(2n){
    margin-right: 0;
}
.linkerInfo{
    width: 247px;
}
.linkerList li:after {
    content: "";
    display: block;
    clear: both;
}
.linkerList .codeImg{
    width: 88px;
    height: 88px;
    background: #fff;
    padding: 3px;
    margin-top: 4px;
}
.linkerList .codeImg img{
    width: 100%;
    height: 100%;
}
.lxName{
    font-size: 14px;
    color: #212121;
    line-height: 30px;
    text-align: left;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lxName span{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 4px solid  #FF7A1B;
    margin-right: 8px;
}
.lxTel{
    text-align:left ;
    font-size: 16px;
    font-weight: bold;
    color: #212121;
    line-height: 26px;
    background: url("../img/icon/lxTel.png") no-repeat 0 4px;
    background-size: 10px 16px;
    padding-left: 20px;
}
.lxEml{
    font-size: 14px;
    text-align:left;
    color: #212121;
    line-height: 26px;
    background: url("../img/icon/lxEml.png") no-repeat 0 8px;
    background-size: 16px 11px;
    padding-left: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sw .linkerList li{
    background: #F4FAFF;
    border: 1px solid #7EC3FC;
}
.sw .lxName span {
    border-bottom: 4px solid #0780E5;
}
/*meetGuideWrap.css end*/

/*aboutActiveWrap.css start*/

.aboutActiveWrap{
    border: 1px solid #e0e0e0;
    width: 270px;
    background: #fff;
    border-top: 4px solid #e0e0e0;
    overflow: hidden;
    margin: 20px auto 20px;
}
.aboutActiveList {
    padding: 0 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.aboutActiveList li {
    width: 100%;
    margin-bottom: 27px;
}
.aboutActiveList li a {
    display: block;
    width: 100%;
}
.imgWrap {
    width: 100%;
    height: 143px;
}
.imgWrap img {
    width: 100%;
    max-height: 143px;
    height: 143px;
}
.addressWrap {
    width: 100%;
    height: 40px;
    background: #f5f5f5;
}
.addressWrap .address {
    font-size: 14px;
    line-height: 40px;
    color: #424242;
    padding-left: 10px;
    max-width: 128px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.addressWrap .address .iconBg {
    background-position: -12px -45px;
    width: 13px;
    height: 15px;
    margin-top: 12px;
    margin-right: 8px;
}
.addressWrap .iconBg {
    background: url('../../../../common/include/img/icon_bg_commweb.png') no-repeat;
    display: inline-block;
    float: left;
}
.addressWrap .aboutTime {
    font-size: 12px;
    line-height: 40px;
    color: #424242;
    padding-right: 10px;
}
.addressWrap .aboutTime .iconBg {
    background-position: -10px -6px;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-top: 12px;
}
.aboutActiveList p {
    font-size: 14px;
    line-height: 20px;
    color: #424242;
    margin-top: 7px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    text-align: left;
    word-break: break-all;
}
.aboutActiveWrap .aboutActiveList a:hover p {
    color: #1e88e5;
}
/*aboutActiveWrap.css end*/

.oznList{
    max-height: 400px;
    overflow-y: auto;
}
.oznList::-webkit-scrollbar {
    width: 4px;
}
.oznList::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    opacity: 0.2;
    background: fade(@primary-color, 60%);
}
.oznList::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: fade(@primary-color, 30%);
}
/*评论*/
.pj_ul {
    margin: 35px 0 30px 0;
    display: flex;
    flex-wrap: wrap;
}
.pj_li {
    width: 376px;
    background: #F5F5F5;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-right: 35px;
}
.pj_li .back_img {
    width: 50px;
    position: absolute;
    top: 40%;
    left: 44%;
    z-index: 999;
    cursor: pointer;
}
.pj_li .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.5;
    z-index: 99;
}
.pj_title {
    width: 376px;
    height: 45px;
    border: 1px solid #E5E5E5;
    color: #030303;
    font-weight: 600;
    line-height: 45px;
    font-size: 16px;
    padding-left: 20px;
}
.company_name {
    font-size: 14px;
    font-weight: 400;
    color: #010101;
    padding-top: 16px;
    padding-bottom: 10px;
}
.pj_name {
    font-size: 14px;
    font-weight: 400;
    color: #010101;
}
.title {
    font-size: 18px;
    font-weight: 500;
    color: #030303;
    line-height: 36px;
}
.user_img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-top: 15px;
}
.input_field {
    width: 570px;
    height: 40px;
    background: #ECECED;
    border: 0px solid #FFFFFF;
    border-radius: 5px;
    margin: 15px 16px 0 10px;
    padding-left: 16px;
}
.publish_btn {
    width: 120px;
    height: 40px;
    background: #278DE6;
    border: 0px solid #FFFFFF;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    margin-top: 14px;
}
.pl_list {
    width: 787px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 22px;
    margin-top: 36px;
}
.user_pl_info {
    margin: 16px 0 16px 16px;
    width: 774px;
}
.user_pl_info .user_name {
    font-size: 16px;
    font-weight: 600;
    color: #999999;
    line-height: 24px;
    padding-right: 22px;
}
.user_pl_info .user_ip {
    font-size: 14px;
    font-weight: 400;
    color: #9E9E9E;
    line-height: 22px;
}
.user_pl_info .user_pl_con {
    font-size: 16px;
    font-weight: 400;
    color: #424242;
    display: block;
    margin-top: 5px;
    line-height: 22px;
    padding-left: 46px;
}
.pl_time {
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: #9E9E9E;
}
.see_more_data {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    cursor: pointer;
    position: relative;
    color: #278DE6;
    margin: 25px auto;
    text-align: center;
}
.see_more_data:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 67px;
    height: 2px;
    background-color: #278DE6;
    text-align: center;
}
.hide-play-button .outter {
    display: none;
}
.hide-play-button .prism-setting-btn,
.hide-play-button .prism-play-btn.playing,
.hide-play-button .prism-play-btn,
.hide-play-button .prism-fullscreen-btn {
    height: 24px !important;
    width: 24px !important;
}
.hide-play-button .prism-setting-btn {
    background: url("../img/setting.png") center no-repeat !important;
    background-size: contain !important;
}
.hide-play-button .prism-play-btn.playing {
    background: url("../img/smallpause.png") no-repeat !important;
    background-size: contain !important;
}
.hide-play-button .prism-play-btn {
    background: url("../img/smallplay.png") no-repeat !important;
    background-size: contain !important;
}
.hide-play-button .prism-cc-btn {
    display: none;
}
.hide-play-button .prism-fullscreen-btn {
    background-image: url("../img/fullscreen.png") !important;
    background-repeat: no-repeat;
}
.hide-play-button .volume-icon {
    background: url("../img/volume.png") !important;
    background-size: contain !important;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.report_link {
    visibility: hidden;
    color: #9E9E9E;
}

.btn {
    background: #1e88e5 !important;
}
