@charset "utf-8";

.special_top_info{
    width: 100%;
}
/* 专题封面 */
.special_cover{
    position: relative;
    width: 730px;
    height: 200px;
    overflow: hidden;
}
.special_cover .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%); /* 标准的语法 */
}
.special_cover .bgimg{
    position: absolute;
    z-index: 70;
    width: 100%;
    height: 200px;
}
.special_cover .special_label{
    width:40px;
    height:26px;
    margin-bottom:5px;
    padding: 0 3px;
    text-align: center;
    line-height: 26px;
    background:rgba(255,72,72,1);
    border-radius:2px;
    font-size:12px;
    font-weight:600;
    color:rgba(255,255,255,1);
}
.special_cover .spacial_title{
    position: absolute;
    z-index: 100;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.special_cover .spacial_title h1{
    height:40px;
    font-size:24px;
    font-weight:600;
    color:rgba(255,255,255,1);
    line-height:40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 专题描述 */
.special_desc_text{
    clear: both;
    width: 730px;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 20px 30px 20px 60px;
    border-radius: 2px;
    font-size:16px;
    color:rgb(141, 141, 141);
    line-height:26px;
    background: rgba(248,248,248,1) url('/images/icon/yinhao_icon.png') no-repeat;
    background-size: 22px;
    background-position:20px 20px;
}

/* 专题列表 */
.special_article_list{
    margin-top:20px;
}

