.article_info .title{
    height: 40px;
}
.article_info .info{
    height: 24px;
    color: gray;
    font-size: 14px;
}
.article_info .line{
    width: 100%;
    height: 10px;
    border-bottom: 1px solid #ddd;
}
.content{
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    border-bottom: 1px solid #aaaaaa82;
}

/*上下篇 begin*/
.nearone {
    width: 100%;
    height: 70px;
    margin-bottom: 20px;
    font-size: 14px;
}
.nearone .nearone-per {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #cccccc96;
    float: left;
    box-sizing: border-box;
}
.nearone .nearone-per:first-child {
    margin-bottom: 10px;
}
.nearone .nearone-per a{
    cursor: pointer;
    text-decoration: none;
    color: #505050;
}
.nearone .nearone-per a:hover {
    color: red;
}
.nearone .nearone-per-tag {
    width: 63px;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 30px;
}
.nearone .nearone-per-title {
    max-width: calc(100% - 73px);
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: left;
    margin-left: 10px;
    box-sizing: border-box;
}
/* 上下篇 end*/

/*点赞begin*/
.content .thumb {
    width: 150px;
    height: 30px;
}
.content .thumb span:first-child {
    font-size: 22px;
}
.content .thumb span:last-child {
    font-size: 12px;
    margin-left: 5px;
}
.content .thumb i {
    font-size: 25px;
    cursor: pointer;
    line-height: 30px;
}
/*点赞end*/

.div_comm{
    margin-top: 30px;
    width: 100%;
    /*min-height: 140px;*/
    min-height: 1px;
}
.div_per_comm{
    width: 100%;
    min-height: 136px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}
.comm_user{
    width: 100px;
    height: 110px;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}
.userface{
    width: 80px;
    height: 80px;
    margin: auto auto;
}
.userface img{
    width: 80px;
    height: 80px;
    border-radius: 5px;
}
.username{
    width: 100px;
    height: 25px;
    padding-top: 5px;
    text-align: center;
}
.comm_info{
    width: 700px;
    min-height: 100px;
    float: left;
    margin-top: 15px;
    margin-left:20px;
    border-radius: 5px;
    padding: 10px 20px;
}
.comm_cont{
    min-height: 80px;
}
.little_info{
    min-width: 100%;
    height: 20px;
}
.time{
    font-size: 12px;
    width: 150px;
    height: 20px;
    margin-left: 0;
    text-align: left;
    float: left;
}
.floor{
    width: 80px;
    height: 20px;
    margin-left: 460px;
    text-align: center;
    float: left;
    border-bottom: 1px solid #ccc;
}
.div_comment{
    margin-top: 30px;
    width: 100%;
    height: 200px;
    /* 下面两个样式是让子元素布满剩余垂直空间 */
    flex-flow:column;
    display: flex;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.div_editor{
    width: 100%;
    height: 150px;
    flex: 1;
}
.div_submit{
    height: 30px;
    margin-top: 10px;
}

.loginforcomment {
    height: 26px;
    width: 125px;
    border: 1px solid #80808059;
    border-radius: 5px;
    line-height: 30px;
    margin-top: 15px;
    text-align: center;
}
.loginforcomment i {
    font-size: 16px;
    color: black;
    height: 26px;
    line-height: 26px;
}
.loginforcomment i:hover {
    color: rgb(122, 122, 122);
}
.div_submit button{
    width: 80px;
    height: 30px;
    border: 0.5px solid #ccc;
    border-radius: 5px;
    background-color: rgba(79, 147, 255, 0.9);
    /*background-color: rgba(255, 0, 1, 0.66);*/
    color: white;
    cursor: pointer;
}
.div_submit button:hover{
    /*background-color: rgba(255, 0, 1, 0.77);*/
    background-color: rgba(55, 122, 255, 0.9);
}

/* 摘要图片和文字样式 */
.summ_img{
    margin-left: 50%;
    transform: translate(-50%);
}
.summ_hr{
    height: 1px;
    border: none;
    border-top: 1px solid #ddd;
    background: none;
}
.summary{
    color: #666666;
}