.sec-lf{
    width:850px;
}
.sec-lf .article{
    margin-top:5px;
}
.sec-lf .article .title{
    margin-top:30px;
    width:850px;
}
.sec-lf .article .title h3{
    margin:0 auto;
    text-align: center;
    margin-left:10px;
    margin-right: 10px;
    font-size: 22px;
    font-weight: 500;
    color:#008ec9;
}
.sec-lf .article .title_smail{
    margin-top:20px;
    width:810px;
    margin-left:20px;
    margin-right:20px;
    margin-bottom: 20px;
}
.sec-lf .article .title_smail ul{
    width:700px;
    height:50px;
    margin:0 auto;
    margin-left:50px;
    margin-right:50px;
    border-top:1px dashed #ccc;
    border-bottom:1px dashed #ccc;
}
.sec-lf .article .title_smail ul li{
    width:auto;
    height:auto;
    font-size:14px;
    margin-right:25px;
    margin-left:25px;
    border-bottom: none;
    margin-top:15px;
    color: #aa8268;
}
.sec-lf .article .title_smail ul li i{
    font-style: normal;
    color: #ec5977;
}
.sec-lf .article .content{
    margin-left:30px;
    margin-right:30px;
    padding-bottom: 40px;
    width:800px;
    overflow:hidden;
}
/* 评论 */
.sec-lf .comment{
    width:850px;
    padding-bottom: 30px;
    background-color:#fff;
    margin-top:-20px;
    margin-bottom: 20px;
}
.sec-lf h4{
    margin-top: 14px;
    font-size: 17px;
    font-weight: 500;
    width:75px;
    color: #606065;
    padding-left: 10px;
    border-bottom: 1px solid #d4d5d6;
    padding-bottom: 8px;
    margin-bottom: 10px;
    margin-left:5px;
}
.sec-lf .comment .rub_comment{
    margin-bottom: 20px;
}
.sec-lf .comment .new_comment{
    width:746px;
    height:130px;
    margin-top:15px;
    border:2px solid #d4d5d6;
    margin-left:50px;
    margin-right:51px;
    margin-bottom: 50px;
}
.sec-lf .comment .new_comment textarea{
    width:720px;
    height:115px;
    outline: none;
    margin-left:10px;
    margin-top:5px;
    border: none;
    border-radius: 8px;
}
.sec-lf .comment .new_comment button{
    background-color: #22b4f6;
    border: none;
    color: #fff;
    width: 100px;
    height: 30px;
    border-radius: 5px;
    margin-top: 15px;
    float: right;
    font-size:16px;
}
/* 评论列表 */
.sec-lf .comment_list{
    width:820px;
    margin-bottom: 30px;
    margin-left:15px;
}
.sec-lf .comment_list li{
    width:800px;
    border-top:1px dashed #ccc;
    border-bottom:1px dashed #ccc;
    padding-bottom: 15px;
}
.sec-lf .comment_list li h6{
    margin-top:20px;
    color: #ec5977;
    font-size:15px;
    margin-bottom:20px;
    margin-left:10px;
}
.sec-lf .comment_list li p{
    margin-left:50px;
    margin-bottom: 15px;
    word-wrap:break-word;
}
.sec-lf .comment_list li span{
    font-size:12px;
    margin-left:15px;
    color: #817d7d;
    float: right;
    font-weight: normal;
}
.sec-lf .comment_list li span::before{
    content: url(../img/time.png);
    background-position: bottom;
    position: relative;
    top: 2px;
    right:5px;
}