.column_news{
    margin-top:30px;
}
/* 左侧文章内容 */
.content_title{
    font-size:30px;
    line-height:35px;
    color:#333;
    margin-top:15px;
    margin-bottom:30px;
}
.content_relate{
    /* position: relative; */
    border-bottom:1px solid #ddd;
    padding-bottom:20px;
    text-align: left;
}
.content_infos{
    font-size:14px;
    line-height:16px;
    color:#979797;
   
    display: inline-block;
}
.content_date,.content_resource{
    margin-right:15px;
}
.sharearti{
    float:right;
    display: inline-block;
    margin-top:-4px;
    /* position: absolute;
    right:0;
    top:-8px; */
}
.sharearti.max_screen{
    display: inline-block;
}
.sharearti.min_screen{
    display: none;
}
.sharearti span{
    font-size:14px;
    color:#979797;
    display: inline-block;
    vertical-align: middle;
}
.share_icons{
    display: inline-block;
    vertical-align: middle;
}
.content_content{
    margin-top:30px;
    word-wrap: break-word;
    word-break: normal;
}
.content_content p{
    font-size:16px;
    color:#333;
    line-height:30px;
    margin-bottom:20px;
    text-indent: 2em;
}
.content_content div{
    margin-bottom:20px;
}
.content_content img{
    display:block;
    margin:0 auto;
    width:100%;
    height:auto;
}
.content_content video{
    width:100%;
    height:auto;
    margin:0 auto;
}
/* 相关推荐 */
.xgtj{
    margin-top:30px;
    /* margin-bottom:95px; */
    background-color: #fff;
    padding:20px;
    border:1px solid rgba(174,36,36,0.32);
    position: relative;
}
.xgtj_title{
    position:absolute;
    top:-13px;
    background-color: #fff;
    color:#d00c1d;
    font-size:20px;
    line-height:23px;
}
.xgtj_item{
    width:calc(50% - 20px);
    margin-right:20px;
    float:left;
}
.xgtj_item a{
    color:#222;
    font-size:16px;
    line-height:36px;
    padding-left:10px;
    position: relative;
}
.xgtj_item a:before{
    content:'•';
    position: absolute;
    left:0px;
    top:-7px;
    color:#222;
}

/* 评论 */
.main_left_one{
    background: #fff;
    /* padding:20px 30px 20px 30px; */
}
.com{
    margin-top:15px;
    background: #fff;
    padding:28px 0;
}
.com-top{
    background:url(../images/plbj.png) repeat-x 8px center;
    height:20px;
}
.com-top span{
    float:left;
    color:#333333;
    font-size:18px;
    line-height:22px;
    background:#fff;
    padding-right:10px;
    border-left:4px solid #1f58b3;
    padding-left:10px;
}
.com-top p{
    float:right;
    background:#fff;
    padding-left:10px;
    color:#333;
    font-size:16px;
    line-height:22px;
}
.com-top p font{
    color  :#ff4d4d;
}
.com-form textarea{
    width:100%;
    height:90px;
    border: 3px solid #f2f2f2;
    margin-top:20px;
    resize: none;
    padding:10px;
    font-size:14px;
    font-family:Microsoft YaHei UI;
}
.con-form-one {
    line-height: 40px;;
    margin-top:10px;
}
.con-form-left{
    float:left;
}
.con-form-left input{
    outline: none;
}
.con-form-left{
    color:#999;
    font-size:14px;
}
.con-form-cen{
    float: right;
}
.con-form-cen a{
    float: left;
    color:#333;
    font-size:16px;
}
.con-form-cen a:before{
    content: "|";
    margin: 0 10px;
    color: #333;
    line-height: 30px;
    font-size: 14px;
}
.con-form-cen a:first-child:before{
    content: "";
    margin: 0;
}
.con-form-sub{
    float:right;
    width:122px;
    height:40px;
    background-color:#c2020d;
    border-radius:4px;
    color:#fff;
    font-size:16px;
    text-align: center;
    line-height: 40px;
    display: block;
    border:none;
    outline: none;
    cursor: pointer;
    margin-left:20px;
}
.com-cen{
    margin-top:40px;
    background:url(../images/plbj.png) repeat-x 8px center;
}
.com-cen span{
    background:#fff;
    color:#333333;
    font-size:18px;
    padding-right:10px;
}
.com-list{
    margin-top:10px;
}
.com-list li{
    border-bottom:1px solid #f2f2f2;
    padding:20px 0;
}
.com-list li div{
    margin-bottom:15px;
}
.com-list li div h2{
    float:left;
    font-weight:700;
    color:#333333;
    font-size:16px;
    line-height:22px;
}
.com-list li div span{
    float:left;
    color:#999999;
    font-size:12px;
    line-height:22px;
    margin-left:24px;
}
.com-list li p{
    color:#666666;
    font-size:14px;
    line-height:22px;
}
.com-more{
    display: block;
    width:100%;
    height:50px;
    background-color:#f5f5f5;
    text-align: center;
    line-height: 50px;;
    color:#999999;
    margin-top:20px;
}


@media (max-width:767px){
    .com{padding:20px 0;}
    .main_left_one{
        background: #fff;
        padding:0;
    }
    .content_title{
        text-align:center;
        font-size:0.4rem;
        line-height: 0.6rem;
        margin-bottom:0.2rem;
        text-align:center;
    }
    .sharearti.max_screen{
        display: none;
    }
    .sharearti.min_screen{
        display:block;
        float:none;
        margin-top:20px;
    }
    .content_infos{
        display: block;
        width:100%;
        text-align:center;
        font-size:0.28rem;
        line-height: 0.4rem;;
    }
    .content_infos>span{
        margin:0 0.2rem;
    }
    .content_content{
        font-size:0.36rem;
        line-height: 0.6rem;;
    }
    .content_content p{
        font-size:0.36rem;
        line-height: 0.6rem;;
    }
    .xgtj_item{
        width:100%;
        margin-right:0px;
        float:none;
    }
    .com-top span{
        font-size: 0.3rem;
    }
    .com-top p{
        font-size: 0.28rem;
    }
    .con-form-left{
        font-size:0.25rem;
    }
    .com-form textarea{
        height:2rem;
        font-size:0.25rem;
        line-height: 0.35rem;;
    }
    .con-form-cen a{
        font-size: 0.28rem;;
    }
    .con-form-one{
        line-height: 0.8rem;;
    }
    .con-form-sub{
        font-size: 0.28rem;;
        width:2rem;
        height:0.8rem;
        line-height: 0.8rem;;
    }
    .com-cen span{
        font-size: 0.3rem;
    }
    .com-list li div h2{
        font-size: 0.28rem;;
    }
    .com-list li div span{
        font-size:0.25rem;
    }
    .com-list li div{
        margin-bottom:0.2rem;
    }
    .com-list li{
        padding:0.2rem 0;
    }
    .com-list li p{
        font-size: 0.26rem;
        line-height: 0.4rem;
    }
    .com-more{
        font-size: 0.3rem;
        height: 0.8rem;
        line-height: 0.8rem;
    }
    .content_title{
        font-size:0.46rem;
        line-height: 0.6rem;
        margin-bottom:0.2rem;
        text-align:center;
    }

}
@media (max-width:600px){
    .column_news{
        margin-top:10px;
    }
    .content_title{
        font-size:0.46rem;
        line-height: 0.6rem;
        margin-bottom:0.2rem;
        text-align:center;
    }
}