@charset "utf-8";

/* 广告位-专题列表页头 */
/* .subjectlist_topadv_zone{
    width: 1100px;
    height: 100px;
    margin: 0 auto 40px;
} */
.subjectlist_topadv_zone{
    width: 0;
    height: 0;
    margin: 0;
    display: none;
}
.subjectlist_topadv_zone img{
    display: block;
    width: 1100px;
    height: 100px;
}

.subject_list_zone{
    width: 100%;
    padding-bottom: 50px;
}

/* 通用型专题列表 */
.common_subjectlist_pc{
    display: block;
    width: 100%;
}
.common_subjectlist_pc li{
    position: relative;
    display: block;
    width: 100%;
    height: 285px;
    margin: 0 0 40px 0;
    background: #f9f9f9;
    overflow: hidden;
}
.common_subjectlist_pc li a{
    display: block;
    width: 100%;
    height: 100%;
}
.common_subjectlist_pc li .left_part{
    float: left;
    width: 390px;
    margin: 50px 0 30px 50px;
}
.common_subjectlist_pc li h1{
    display: block;
    width: 390px;
    min-height:36px;
    max-height: 72px;
    font-size:28px;
    color:#232323;
    line-height:36px;
    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_subjectlist_pc li p{
    display: block;
    width: 390px;
    margin-top: 20px;
    min-height:26px;
    max-height:78px;
    font-size:16px;
    color:#666;
    line-height:26px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.common_subjectlist_pc li .upline_time{
    position: absolute;
    left: 50px;
    bottom: 25px;
    width: 385px;
    height: 20px;
    line-height: 20px;
    text-align: right;
    color: #999;
}
.common_subjectlist_pc li .coverimg{
    float: right;
    position: relative;
    width: 640px;
    height: 285px;
    background: url('/images/default_cover.png') no-repeat center;
    background-size: 100%;
    overflow: hidden;
}
.common_subjectlist_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_subjectlist_pc li .coverimg:hover 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_subjectlist_pc li .coverimg .triangle_meng{
    position: absolute;
    top: 0;
    left: 0;
    width:0;
    height:0;
    width: 0;
    height: 0;
    border-bottom: 286px solid #F9F9F9;
    border-right: 80px solid transparent;
}



