@charset "utf-8";

.fastinfo_list_pc{
    width: 100%;
    height: auto;
}

/*通用型快讯列表*/
.common_fastinfo_list{
    width:100%;
}
.common_fastinfo_list li{
    display: block;
    width:100%;
    margin-bottom: 50px;
}
.common_fastinfo_list .releasetime{
    float: left;
    width: 80px;
    margin-right: 20px;
    color: #009CFF;
    font-weight: 600;
    line-height: 30px;
    font-size: 14px;
    text-align: right;
}
.common_fastinfo_list .info{
    float: left;
    width: 630px;
}
.common_fastinfo_list .info h1{
    display: block;
    min-height: 30px;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 20px;
}
.common_fastinfo_list .info h1 a{
    color: #333;
}
.common_fastinfo_list .info h1 a:hover{
    color: #009CFF;
}
.common_fastinfo_list .info p{
    display: block;
    line-height: 24px;
    color: #666;
    margin-bottom: 20px;
}

.common_fastinfo_list .info p a{
    display: inline-block;
    color: #009CFF;
    text-indent: 25px;
    background: url('/skin/static/orign_link.png') no-repeat;
    background-size: 12px;
    background-position:8px 6px;
}
.common_fastinfo_list .share_zone{
    margin-left: 95px;
    height: 20px;
}
.common_fastinfo_list .share_zone span{
    display: block;
    float: left;
    margin-right: 15px;
    height: 20px;
    line-height: 20px;
    color: #999;
    font-size: 12px;
}
.common_fastinfo_list .sharewechat_btn{
    display: none;
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 15px;
    background: url('/skin/static/wechat_icon.png') no-repeat center;
    background-size: 20px;
    cursor: pointer;
    
}
.common_fastinfo_list .shareweibo_btn{
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 15px;
    background: url('/skin/static/sinawb_icon.png') no-repeat center;
    background-size: 20px;
    cursor: pointer;
}

.fastinfo_morebtn_zone{
    clear: both;
    margin-left: 95px;
}

.page {
    padding: 15px 0px;
    text-align: center;
}

.page a {
    padding: 6px 8px;
    font: 14px / 16px "Simsun";
    text-decoration: none;
    background: #fff;
    border: 1px solid #bababa;
    color: #bababa !important;
}

.page span {
    padding: 6px 8px;
    background: #34a4e3;
    border: 1px solid #34a4e3;
    color: #fff;
    font: 14px / 16px "Simsun";
}
