@charset "utf-8";

/* 广告位-首页 */
.index_topadv_zone{
    display: block;
    width: 1100px;
    height: 100px;
    margin: 0 auto 25px;
}
/* .index_topadv_zone:hover{
    box-shadow: 0 0 7px rgb(255, 223, 118);
} */
.index_topadv_zone img{
    width: 100%;
    height: 100px;
}


/* 24小时快讯---首页，专题 */
.common_fast24_pc{
    display: block;
}
.common_fast24_pc li{
    display: block;
    padding: 14px 0;
    border-bottom:1px solid #f2f2f2;
    cursor: pointer;
    background: #FFF;
}
.common_fast24_pc li:hover h1{
    color: #0999F1;
}
.common_fast24_pc li h1{
    padding-left: 20px;
    min-height: 18px;
    max-height: 36px;
    font-size: 14px;
    font-weight: 400;
    color:rgba(35,35,35,1);
    line-height:18px;
    background: url('../images/xiala_icon.png') no-repeat;
    background-position: 0 3px;
    background-size: 12px;
    overflow: hidden;
    cursor: pointer;
}
.common_fast24_pc li.active h1{
    background-image: url('../images/xiala_active_icon.png');
    color: #0999F1;
}
.common_fast24_pc li span{
    display: block;
    margin-top:8px;
    padding-left: 20px;
    height: 16px;
    font-size:12px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:16px;
}
.common_fast24_pc .detail{
    display: none;
    padding: 10px 15px 15px 15px;
    margin: 10px 0 0 20px;
    border:1px solid rgba(232,232,232,1);
}
.common_fast24_pc .detail p{
    display: block;
    font-size: 12px;
    color:rgb(133, 133, 133);
    line-height:22px;
}
.common_fast24_pc .detail b{
    font-weight: 400;
}
.common_fast24_pc .detail img{
    display: block;
    width: 100%;
    margin-top:10px;
}

.common_fast24_pc .detail_link{
    display: block;
    margin-top: 10px;
    height: 18px;
    line-height: 18px;
    float: right;
    font-size: 12px;
    color: #0999F1

}
.getmoreflash_pc{
    display: block;
    width: 100%;
    height: 30px;
    margin-top: 25px;
    line-height: 30px;
    background:rgba(244,244,244,1);
    border-radius:4px;
    font-size:12px;
    text-align: center;
    color:rgba(102,102,102,1);
}
.getmoreflash_pc:hover{
    background:#e8e8e8;
    color:#333;
}

/* 人物专访---首页 */
.asidelist_peopleInterview ul{
    display: block;
}
.asidelist_peopleInterview ul li{
    display: block;
    width: 340px;
    height: 70px;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
}
.asidelist_peopleInterview ul li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.asidelist_peopleInterview ul li img{
    position: absolute;
    top: 0;
    left: 0;
    width:110px;
    height: 70px;
}
.asidelist_peopleInterview ul li .people_mess{
    position: absolute;
    top: 0;
    right: 0;
    width: 215px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.asidelist_peopleInterview ul li .people_mess span.t1{
    font-size: 14px;
    color:#009CFF;
}
.asidelist_peopleInterview ul li .people_mess span.t3{
    color:#666666;
    font-size: 12px;
}
.asidelist_peopleInterview ul li h1{
    position: absolute;
    right:0;
    bottom: 0;
    width: 215px;
    min-height:20px;
    max-height: 40px;
    font-size:14px;
    font-weight:700;
    color:#333;
    line-height:20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.asidelist_peopleInterview ul li:hover h1{
    color:#009CFF;
}
.getmoreinterview_pc{
    display: block;
    width: 100%;
    height: 30px;
    margin-top: 25px;
    line-height: 30px;
    background:rgba(244,244,244,1);
    border-radius:4px;
    font-size:12px;
    text-align: center;
    color:rgba(102,102,102,1);
}
.getmoreinterview_pc:hover{
    background:#e8e8e8;
    color:#333;
}

/* 精选专题---健康，教育，新消费，专题详情页，专访列表页*/
.common_wellsubject_pc{
    display: block;
    margin-top: 20px;
}
.common_wellsubject_pc li{
    display: block;
    position: relative;
    width: 340px;
    height: 195px;
    margin-bottom: 15px;
    cursor: pointer;
    background: #F8F8F8;
}
.common_wellsubject_pc li:nth-last-child(1){
    margin: 0;
}
.common_wellsubject_pc li .coverimg{
    position: relative;
    display: block;
    width: 340px;
    height: 130px;
    background: #fafafa;
    overflow: hidden;
}
.common_wellsubject_pc 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_wellsubject_pc 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_wellsubject_pc li .coverimg .subject_label{
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 100;
    height: 20px;
}
.common_wellsubject_pc li .coverimg .subject_label .text{
    display: block;
    float: left;
    padding: 0 8px 0 10px;
    height: 20px;
    line-height: 20px;
    color: #FFF;
    letter-spacing: 0.7px;
    background: #3B3F45;
    font-size: 12px;
}
.common_wellsubject_pc li .coverimg .subject_label .triangle{
    position:relative;
    float: left;
    display: block;
    width:0;
    height:0;
    border-width:0 0 20px 6px;
    border-style:solid;
    border-color:transparent transparent transparent #3B3F45;
}
.common_wellsubject_pc li .coverimg h1{
    position: absolute;
    left:15px;
    bottom: 10px;
    z-index: 90;
    width:310px;
    min-height: 20px;
    max-height:40px;
    font-size:14px;
    font-weight:700;
    color:#FFF;
    line-height:20px;
    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_wellsubject_pc li .coverimg .meng_bg{
    position: absolute;
    z-index: 80;
    width: 100%;
    height: 66%;
    left:0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* 标准的语法 */
}
.common_wellsubject_pc li .subject_desc{
    display: block;
    width: 290px;
    max-height: 36px;
    line-height: 18px;
    padding: 15px 20px 0 30px;
    color: #666;
    font-size: 14px;
    background: url('../images/yinhao_icon.png') no-repeat;
    background-size: 8px 8px;
    background-position: 14px 13px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.getmoresubject_pc{
    display: block;
    width: 100%;
    height: 30px;
    margin-top: 25px;
    line-height: 30px;
    background:rgba(244,244,244,1);
    border-radius:4px;
    font-size:12px;
    text-align: center;
    color:rgba(102,102,102,1);
}
.getmoresubject_pc:hover{
    background:#e8e8e8;
    color:#333;
}




/* 自媒体联盟----首页 */
.common_selfmedia_pc{
    display: block;
}
.selfmedia_tab{
    display: block;
    height: 30px;
    margin:15px 0;
}
.selfmedia_tab li{
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #666;
    cursor: pointer;
    margin-right: 25px;
}
.selfmedia_tab li.active{
    height: 29px;
    line-height: 30px;
    font-weight:600;
    color: #232323;
    border-bottom: 1px solid #0999F1;
}
.selfmedia_content_box{
    width: 100%;
}
.common_selfmedia_logoswiper{
    height: 400px;
}
.swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    margin: 0 10px!important;
    background: rgba(35,35,35,1)!important;
}
.swiper-pagination-bullet-active{
    width: 6px;
    height: 6px;
    margin: 0 10px!important;
    background: #232323!important;
}
.common_selfmedia_list{
    display: block;
}
.common_selfmedia_list li{
    display: block;
    float: left;
    width: 100px;
    height: 101px;
    margin:15px 10px 10px 0;
}
.common_selfmedia_list li:nth-child(3n){
    margin:15px 0 10px 0;
}
.common_selfmedia_list li img{
    display: block;
    width: 59px;
    height: 59px;
    border:1px solid rgba(232,232,232,1);
    margin: 0 auto;
    border-radius: 30px;
}
.common_selfmedia_list li span{
    display: block;
    width: 90%;
    height: 20px;
    line-height: 20px;
    margin: 10px auto;
    text-align: center;
    font-size:12px;
    font-weight:600;
    color:#222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.common_selfmedia_article{
    width: 100%;
}
.selfmedia_great_article{
    display: block;
}
.selfmedia_great_article li{
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
}
.selfmedia_great_article li a{
    display: block;
    cursor: pointer;
}
.selfmedia_great_article li a img{
    display: block;
    float: left;
    width: 29px;
    height: 29px;
    border: 1px solid rgba(232,232,232,1);
    border-radius: 15px;
}
.selfmedia_great_article li a span{
    display: block;
    float: left;
    margin-left:15px;
    height: 30px;
    line-height: 30px;
    font-size:14px;
    font-weight:600;
    color:rgba(0,0,0,1);
}
.selfmedia_great_article li a h1{
    clear: both;
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding-top:15px;
    font-size:14px;
    font-weight:400;
    color:rgba(0,0,0,1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.selfmedia_monthrank{
    display: block;
    width: 100%;
}
.selfmedia_monthrank .table_title{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999999;
    background:rgba(244,244,244,1);
}
.selfmedia_monthrank .table_title span{
    display: block;
    float: left;
}
.selfmedia_monthrank .table_title span.t1{
    width: 60px;
    text-align: center;
}
.selfmedia_monthrank .table_title span.t2{
    width: 200px;
    text-indent: 20px;
}
.selfmedia_monthrank .table_title span.t3{
    width: 80px;
    text-align: center;
}
.selfmedia_monthrank .ranklist{
    padding-top: 10px;
}
.selfmedia_monthrank .ranklist li{
    display: block;
    padding: 12px 0;
}
.selfmedia_monthrank .ranklist li span.index{
    display: block;
    float: left;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.selfmedia_monthrank .ranklist li:nth-child(1) span.index,.selfmedia_monthrank .ranklist li:nth-child(2) span.index,.selfmedia_monthrank .ranklist li:nth-child(3) span.index{
    font-weight: 600;
}
.selfmedia_monthrank .ranklist li img{
    display: block;
    float: left;
    width:30px;
    height:30px;
    margin-right:10px;
    border-radius: 15px;
    border:1px solid rgba(232,232,232,1);
}
.selfmedia_monthrank .ranklist li p{
    display: block;
    float: left;
    width:150px;
    height:30px;
    line-height: 30px;
    color: #000;
    font-weight:600;
}
.selfmedia_monthrank .ranklist li span.readTime{
    display: block;
    float: right;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #999999;
}


/* 每周热文---首页，搜索结果，详情，专题*/
.common_weekhotarticle_pc{
    display: block;
    margin-top:20px;
}
.common_weekhotarticle_pc li{
    position: relative;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
}
.common_weekhotarticle_pc li a img{
    display: block;
    float: left;
    margin-right:20px;
    width: 106px;
    height: 66px;
    background: url('../images/default_cover.png') no-repeat center;
    background-size:100%;
}
.common_weekhotarticle_pc li a h1{
    display: inline;
    float: left;
    width:210px;
    height:40px;
    font-size:14px;
    font-weight:400;
    color:rgba(17,17,17,1);
    line-height:20px;
    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_weekhotarticle_pc li:hover a h1{
    color: #0999F1;
}
.common_weekhotarticle_pc li a p{
    display: block;
    float: left;
    margin-top:8px;
    height: 18px;
    font-size:12px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:18px;
}
.common_weekhotarticle_pc li:nth-child(1){
    display: block;
    width: 100%;
    height: 210px;
    padding: 0;
    border:none;
}
.common_weekhotarticle_pc li:nth-child(1) a{
    position: relative;
    display: block;
    width: 100%;
    height: 210px;
}
.common_weekhotarticle_pc li:nth-child(1) a img{
    display: block;
    width: 100%;
    height: 210px;
}
.common_weekhotarticle_pc li:nth-child(1) a h1{
    position: absolute;
    z-index: 90;
    display: block;
    float: none;
    bottom:20px;
    height: auto;
    left:5%;
    width:90%;
    max-height:50px;
    font-size:16px;
    font-weight:600;
    line-height:22px;
    color: #FFF;
    overflow: hidden;
}
.common_weekhotarticle_pc li a .top1_label{
    position: absolute;
    z-index: 90;
    top:15px;
    left:0px;
    width:16px;
    height: 16px;
    line-height:16px;
    background: #333;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    text-align: center;
}
.common_weekhotarticle_pc li a .meng_bg{
    display: none;
    position: absolute;
    z-index: 80;
    width: 100%;
    height: 66%;
    left:0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* 标准的语法 */
}
.common_weekhotarticle_pc li:nth-child(1) a .top1_label{
    display: block;
    position: absolute;
    z-index: 90;
    top:0;
    left:10px;
    width:45px;
    height: 42px;
    background: url('../images/news_top1.png') no-repeat;
    background-size: 45px 42px;
    font-size: 0;
}
.common_weekhotarticle_pc li:nth-child(2) a .top1_label{
    background: #FF9F00;
}
.common_weekhotarticle_pc li:nth-child(3) a .top1_label{
    background: #FFD82B;
}
.common_weekhotarticle_pc li:nth-child(1) a .meng_bg{
    display: block;
    position: absolute;
    z-index: 80;
    width: 100%;
    height: 66%;
    left:0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* 标准的语法 */
}




/* 投中报告----首页，搜索结果 */
.common_cvreport_pc{
    display: block;
}
.common_cvreport_pc li{
    display: block;
    padding: 15px 0 15px 26px;
    border-bottom: 1px solid rgba(232,232,232,1);
    background: url('../images/cvrep_icon.png') no-repeat;
    background-size:16px 16px;
    background-position: 0 17px;
    cursor: pointer;
}
.common_cvreport_pc li:hover a h1{
    color: #0999F1;
}
.common_cvreport_pc li a h1{
    display: block;
    width: 100%;
    min-height:20px;
    max-height:40px;
    font-size:14px;
    font-weight:400;
    color:rgba(35,35,35,1);
    line-height:20px;
    overflow: hidden;
}
.common_cvreport_pc li a p{
    display: block;
    width: 100%;
    height:16px;
    margin-top:6px;
    font-size:12px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:16px;
    overflow: hidden;
}

/* 专栏关注---首页 */
.common_cvspecialcolumn_pc{
    display: block;
    padding-top:20px;
}
.common_cvspecialcolumn_pc li{
    display: block;
    float: left;
    width: 50%;
    height: 50px;
    margin-bottom:20px;
    overflow: hidden;
}
.common_cvspecialcolumn_pc li img{
    display: block;
    width:50px;
    height: 50px;
    margin-right:15px;
    float: left;
}
.common_cvspecialcolumn_pc li h1{
    display: block;
    width:90px;
    height: 20px;
    font-weight:600;
    color:rgba(0,0,0,1);
    line-height:20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.common_cvspecialcolumn_pc li .focus_btn{
    width:42px;
    height:26px;
    margin-top: 4px;
    line-height: 26px;
    background:rgba(248,248,248,1);
    border-radius:2px;
    font-size:12px;
    color:rgba(35,35,35,1);
}
.common_cvspecialcolumn_pc li .focus_btn:hover{
    color:rgba(35,35,35,1);
    background:#ccc;
}
.common_cvspecialcolumn_pc li .has_focus_btn{
    width:42px;
    height:26px;
    margin-top: 4px;
    line-height: 26px;
    background:#00255d;
    border-radius:2px;
    font-size:10px;
    color:#fff;
}


/* 广告图位----新闻详情 */
.articledetail_advpic_pc{
    width: 340px;
    height: 210px;
}
.articledetail_advpic_pc img{
    width: 340px;
    height: 210px;
}

/* 相关文章--新闻详情 */
.common_relevantarticle_pc{
    display: block;
}
.common_relevantarticle_pc li{
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
}
.common_relevantarticle_pc li a img{
    display: block;
    float: left;
    margin-right:20px;
    width: 106px;
    height: 66px;
    background: url('../images/default_cover.png') no-repeat center;
    background-size: 100%;
}
.common_relevantarticle_pc li a h1{
    display: block;
    float: left;
    width:210px;
    height:40px;
    font-size:14px;
    font-weight:400;
    color:rgba(17,17,17,1);
    line-height:20px;
    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_relevantarticle_pc li:hover a h1{
    color: #0999F1;
}
.common_relevantarticle_pc li a p{
    display: block;
    float: left;
    margin-top:8px;
    height: 18px;
    font-size:12px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:18px;
}


/*专题入口*/
.common_subjectEntrance_pc{
    width:340px;
    height: auto;
}
.common_subjectEntrance_pc a{
    display: block;
    width: 100%;
    height: 100%;
}
.common_subjectEntrance_pc a img{
    display: block;
    width: 100%;
}

/*广告位入口*/
#index_aside_adv1{
    display: none;
}
.common_advpos_pc{
    width:340px;
    height: auto;
    max-height: 340px;
}
.common_advpos_pc a{
    display: block;
    width: 100%;
    height: 100%;
}
.common_advpos_pc a img{
    display: block;
    width: 100%;
}


/* 投中年会---会议搜索结果*/
.common_yearmeeting_pc{
    display: block;
    margin-top:20px;
}
.common_yearmeeting_pc li{
    position: relative;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
}
.common_yearmeeting_pc li a img{
    display: block;
    float: left;
    margin-right:20px;
    width: 106px;
    height: 66px;
    background: url('../images/default_cover.png') no-repeat center;
    background-size:100%;
}
.common_yearmeeting_pc li a h1{
    display: inline;
    float: left;
    width:210px;
    height:40px;
    font-size:14px;
    font-weight:400;
    color:rgba(17,17,17,1);
    line-height:20px;
    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_yearmeeting_pc li:hover a h1{
    color: #0999F1;
}
.common_yearmeeting_pc li a p{
    display: block;
    float: left;
    margin-top:8px;
    height: 18px;
    font-size:12px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:18px;
}
.common_yearmeeting_pc li:nth-child(1){
    display: block;
    width: 100%;
    height: 210px;
    padding: 0;
    border:none;
}
.common_yearmeeting_pc li:nth-child(1) a{
    position: relative;
    display: block;
    width: 100%;
    height: 210px;
}
.common_yearmeeting_pc li:nth-child(1) a img{
    display: block;
    width: 100%;
    height: 210px;
}
.common_yearmeeting_pc li:nth-child(1) a h1{
    position: absolute;
    z-index: 90;
    display: block;
    float: none;
    bottom:15px;
    height: auto;
    left:5%;
    width:90%;
    max-height:48px;
    font-size:16px;
    font-weight:600;
    line-height:24px;
    color: #FFF;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: 0.3px;
}
.common_yearmeeting_pc li a .meng_bg{
    display: none;
    position: absolute;
    z-index: 80;
    width: 100%;
    height: 66%;
    left:0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* 标准的语法 */
}
.common_yearmeeting_pc li:nth-child(1) a .meng_bg{
    display: block;
    position: absolute;
    z-index: 80;
    width: 100%;
    height: 66%;
    left:0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* 标准的语法 */
}


/* 投中十问历届嘉宾----专题详情投中十问模板 */
.aside_tenquestion_guest{
    display: block;
    margin-top: 15px;
}
.aside_tenquestion_guest li{
    display: block;
    float: left;
    width: 165px;
    height: auto;
    padding-bottom: 6px;
    margin: 0 10px 15px 0;
}
.aside_tenquestion_guest li:nth-child(2n){
    margin: 0 0 15px 0;
}
.aside_tenquestion_guest li img{
    display: block;
    width: 165px;
    height: 92px;
}
.aside_tenquestion_guest li h1{
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #232323;
}
.aside_tenquestion_guest li div{
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}
.getmoreguest_pc{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background:rgba(244,244,244,1);
    border-radius:4px;
    font-size:12px;
    text-align: center;
    color:rgba(102,102,102,1);
}
.getmoreguest_pc:hover{
    background:#e8e8e8;
    color:#333;
}


