.article-title{
    font-size:20px;
font-family:Microsoft YaHei;
font-weight:bold;
line-height:50px;
color:rgba(77,76,76,1);
padding-top: 30px;
opacity:1;
    text-align: center;
}
.article-list a{
    font-size: 16px;
}
.source{
    text-align: right;
    padding: 10px 0;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:24px;
    color:rgba(77,76,76,1);
    padding-top: 20px;
    opacity:1;
}
.summary{
    font-size:16px;
font-family:Microsoft YaHei;
font-weight:400;
line-height:40px;
color:rgba(161,157,157,1);

opacity:1;
padding: 30px 0;

}
.summary-line{
    border: 2px solid rgba(161,157,157,1);
    width: 200px;
}
.content{
    padding: 50px 0;
/*font-size:14px;*/
font-family:Microsoft YaHei;
/*font-weight:400;*/
line-height:1.75;
    text-align: justify;
color:rgba(77,76,76,1);

overflow: hidden;
opacity:1;
}
.content p{
    margin-bottom: 26px;
}
.content img {
    max-width: 100%;
    max-height: 100%;
}

.column_title{
font-size:20px;
font-family:Microsoft YaHei;
font-weight:bold;
line-height:35px;
color:rgba(77,76,76,1);
padding: 29px 0 29px 0;
opacity:1;
}
.article-list{
font-size:15px;
font-family:Microsoft YaHei;
font-weight:400;
line-height:20px;
color:rgba(77,76,76,1);
padding-top: 10px;
opacity:1;
}
.article-list li{
    list-style-type: none;
    padding: 5px 0;
}
.statement{
    color: #999;
    line-height: 16px;
    font-size: 14px;
}
.zan-content{
    padding-top: 40px;
    text-align: center;
    line-height: 30px;
}
.zan{
    width: 75px;
    height: 75px;
    background: url(../content/icon/zan.png);
    background-size: 75px 75px;
    margin: 0 auto;
    cursor: pointer;
    color: #a7a7a7;

}
.zan span{
    position: relative;
    top:40px;
}
.comment{
    padding-bottom: 200px;

}
.comment textarea{
    width: 100%;
    border: 0;
    resize: none;
    padding: 10px;
    box-sizing: border-box;
}
.comment .title{
    color: #262626;
    font-size: 20px;
    line-height: 30px;
    padding-left: 4px;
    font-weight: 500;
    text-align: left;
}
.comment .comment-content{
    border: 1px solid #ddd;
}
.comment textarea:focus
{
    border: 0;
    outline: none;

}
.comment-bottom{
    background: rgba(245,247,249,.8);
    height: 50px;
    line-height: 30px;
    padding: 10px;
}
.shouchang
{
    background: url(../content/icon/shoucang.jpg) no-repeat ;
    background-size:  31px 31px;
    width: 31px;
    height: 31px;
    /* position: absolute; */
    top: 9px;
    left: 92px;
    z-index: 1;
    cursor: pointer;
    text-indent: -9999px;
    display: block;
    /* background: no-repeat; */
    border: 6px solid #f5f5f5;
    border-radius: 50%;
    float: right;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.shouchanged {
    background: url(../content/icon/shouchang1.png) no-repeat ;
    background-size:  31px 31px;
}

