@charset "utf-8";

/* 轮播图位 */
.meeting_banner_zone{
    width:99%;
    height: 310px;
    margin-bottom: 30px;
    box-shadow: 2px 2px 3px rgb(211, 211, 211);
}
.meeting_banner_zone .swiper-slide a{
    display: block;
    width: 100%;
    height: 310px;
}
.meeting_banner_zone .swiper-slide a img{
    display: block;
    float: left;
    width: 65%;
    height: 310px;
}
.meeting_banner_zone .swiper-slide a .righttext{
    position: relative;
    float: right;
    width: 35%;
    height: 310px;
    background: #232323;
}
.meeting_banner_zone .swiper-slide a .righttext .innertext{
    width: 300px;
    margin: 0 auto;
    padding-top: 50px;
    color: #fff;
}
.meeting_banner_zone .swiper-slide a .righttext .innertext .title{
    width: 300px;
    font-size:24px;
    line-height: 32px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.meeting_banner_zone .swiper-slide a .righttext .innertext .line{
    width: 90px;
    height: 2px;
    margin: 20px 0 20px 0;
    background: #FFF;
}
.meeting_banner_zone .swiper-slide a .righttext .innertext .desc{
    width: 300px;
    font-size:16px;
    line-height: 22px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.meeting_banner_zone .swiper-slide a .righttext .innertext .detaillabel{
    position: relative;
    margin-top: 20px;
    width:90px;
    height: 40px;
}
.meeting_banner_zone .swiper-slide a .righttext .innertext .detaillabel span{
    position: absolute;
    display: block;
}
.meeting_banner_zone .swiper-slide a .righttext .innertext .detaillabel span.t1{
    top: 0;
    left: 0;
    z-index: 10;
    width: 80px;
    height: 36px;
    line-height: 36px;
    background: #009CFF;
    text-align: center;
    color: #FFF;
}
.meeting_banner_zone .swiper-slide a .righttext .innertext .detaillabel span.t2{
    top: 2px;
    left: 2px;
    z-index: 9;
    width: 79px;
    height: 35px;
    border: 1px solid #009CFF;
}

.meeting_banner_zone .swiper-pagination{
    text-align: left;
    text-indent: 30px;
}
.meeting_banner_zone .swiper-pagination .swiper-pagination-bullet{
    margin: 0 8px 0 0!important;
    width: 8px;
    height: 8px;
    border-radius: 0!important;
    margin: 0;
    background: rgba(255,255,255,0.3)!important;
    opacity: 1;
}
.meeting_banner_zone .swiper-pagination .swiper-pagination-bullet-active{
    margin: 0 8px 0 0!important;
    width: 8px;
    height: 8px;
    border-radius: 0!important;
    background: #009CFF!important;
    opacity: 1;
}
.swiper-container-horizontal >.swiper-pagination-bullets,.swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 15px;
}

/*会议切换和搜索*/
.meeting_tab_search{
    width: 1090px;
    margin: 0 auto;
    height: 60px;
    border-bottom: 1px solid rgba(232,232,232,1);
}

.square_list_zone{
    padding-bottom: 50px;
}

/* 切换类型 */
.meetingtype_tab_zone{
    float: left;
    height: 60px;
}
.meetingtype_tab_zone ul{
    display: block;
    height: 60px;
}
.meetingtype_tab_zone ul li{
    display: block;
    float: left;
    height: 60px;
    line-height: 60px;
    margin-right: 40px;
    font-size: 16px;
    cursor: pointer;
}
.meetingtype_tab_zone ul li.active{
    height: 59px;
    line-height: 60px;
    border-bottom: 1px solid #009CFF;
    font-weight: 700;
}

/*搜索*/
.meeting_tab_search .searchzone{
    float: right;
    height: 60px;
}
.meeting_searchinput{
    position: relative;
    float: right;
    width: 220px;
    margin:11px 30px 0;
    height: 34px;
    background:#f6f6f6;
    border-radius:18px;
    border:1px solid rgba(237,237,237,1);
}
.meeting_searchinput input{
    display: block;
    float: left;
    width: 160px;
    height: 34px;
    line-height: 36px;
    margin: 0 5px 0 15px;
    background: none;
    font-size: 14px;
}
.meeting_searchinput input::-webkit-input-placeholder {
	color: #999;
}
.meeting_searchinput input:-ms-input-placeholder {
	color: #999;
}
.meeting_searchinput input:-moz-placeholder {
	color: #999;
}
.meeting_searchinput input::-moz-placeholder {
	color: #999;
}
.search_meeting_btn{
    float: left;
    width: 40px;
    height: 34px;
    background: url('/images/icon/search_icon.png') no-repeat center;
    background-size: 20px;
    cursor: pointer;
}
.meeting_dateinput{
    float: right;
    width: 172px;
    margin:11px 0 0;
    height: 45px;
    overflow: hidden;
}
.meeting_dateinput span.label{
    display: block;
    float: left;
    width: 45px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color:#666666;
}
.meeting_dateinput .el-date-editor{
    display: block!important;
    float: left!important;
    width: 125px!important;
    height: 34px!important;
    line-height: 34px!important;
}
.meeting_dateinput .el-date-editor input{
    width: 125px!important;
    height: 34px!important;
    line-height: 36px!important;
    background:#f6f6f6!important;
    border-radius:18px!important;
    border:1px solid rgba(237,237,237,1)!important;
    font-size: 14px!important;
    text-indent: 5px;
}
.meeting_dateinput .el-date-editor input::-webkit-input-placeholder {
	color: #999!important;
}
.meeting_dateinput .el-date-editor input:-ms-input-placeholder {
	color: #999!important;
}
.meeting_dateinput .el-date-editor input:-moz-placeholder {
	color: #999!important;
}
.meeting_dateinput .el-date-editor input::-moz-placeholder {
	color: #999!important;
}
.meeting_dateinput .el-date-editor .el-input__icon{
    line-height: 34px!important;
    color: #999!important;
}
.meeting_dateinput .el-input__prefix{
    left: 10px!important;
}



.thinkabout_list{
    width: 220px;
    height: 100px;
    position: absolute;
    top: 36px;
    left: 0;
}
.triangle{
    position: relative;
    width: 0; 
    height: 0;
    z-index: 11;
    top: -5px;
    left: 20px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent rgb(255, 255, 255) transparent transparent;
    transform: rotate(90deg); /*顺时针旋转90°*/
}
.thinkabout_list ul{
    display: block;
    position: relative;
    top: -5px;
    z-index: 10;
    border-radius: 4px;
    background: #FFF;
    box-shadow:0px 4px 8px 0px rgba(0,0,0,0.3);
    overflow: hidden;
}
.thinkabout_list ul li{
    display: block;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.thinkabout_list ul li:hover{
    background:rgba(249,249,249,1);
}



/* 列表区块 */
.meetingtype_square{
    width:100%;
    padding-top: 35px;
}
.common_meeting_list{
    display: block;
}
.common_meeting_list li{
    display: block;
    float: left;
    width: 525px;
    height: 445px;
    margin:0 36px 36px 4px;
    border:1px solid rgba(237,237,237,1);
    cursor: pointer;
}
.common_meeting_list li:nth-child(2n){
    margin:0 0 30px 0;
}
.common_meeting_list li .coverimg{
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    background: url('/images/default_cover.png') no-repeat center;
    background-size: 100%;
    overflow: hidden;
}
.common_meeting_list li .coverimg img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s; /* Opera */
}
.common_meeting_list li:hover{
    box-shadow: 0 2px 3px rgb(211, 211, 211);
}
.common_meeting_list li:hover .coverimg img{
    transform: scale(1.2); 
    -ms-transform:scale(1.2); 	/* IE 9 */
    -moz-transform:scale(1.2); 	/* Firefox */
    -webkit-transform:scale(1.2); /* Safari 和 Chrome */
    -o-transform:scale(1.2); 	/* Opera */
}
.common_meeting_list li h1{
    display: block;
    margin: 20px auto 0;
    width: 90%;
    height: 48px;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
    color: #232323;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.common_meeting_list .other_message{
    position: relative;
    width: 90%;
    height: 44px;
    line-height: 22px;
    margin: 15px auto 0;
    color:#999;
    font-size: 16px;
}
.common_meeting_list .meeting_status{
    position: absolute;
    right: 0;
    bottom: 4px;
    width:120px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #FFF;
    border-radius: 24px;
    text-align: center;
    letter-spacing: 1px;
}
.common_meeting_list .meeting_status.over{
    background: #D8D8D8;
}
.common_meeting_list .meeting_status.signup{
    background: #F0B102;
}
.common_meeting_list .meeting_status.prenotice{
    background: #009CFF;
}
.common_meeting_list .meeting_status.gonging{
    background: #FB7F7F;
}