.content{
    margin-bottom:27px;
}
.author_info{
    margin:36px 0 30px 0;
    border-bottom:1px solid rgba(231, 231, 231, 1);
}
.author_box{
    width:139px;
    height:139px;
    float:left;
    border-radius: 50%;
    overflow: hidden;
}
.author_box img{
    width:100%;
    height:auto;
}
.author_box img.max_screen{
    display:block;
}
.author_box img.min_screen{
    display:none;
}
.author_info .right{
    margin-left:177px;
    float:none;
}
.author_info_name{
    font-size:24px;
    line-height:30px;
    font-weight: bold;
    color:rgba(102, 102, 102, 1);
    margin-bottom:14px;
}
.author_info_des.max_screen{
    font-size:16px;
    color:rgba(153, 153, 153, 1);
    line-height:26px;
}
.author_info_min{
    display:none;
}
.author_info_other ul li{
    display:inline-block;
    font-size:20px;
    line-height:25px;
    color:rgba(153, 153, 153, 1);
    margin-right:72px;
    margin-top:50px;
    margin-bottom:16px;
}
.products_title div{
    font-size:26px;
    color:rgba(17, 17, 17, 1);
    line-height:33px;
}
.product_content{
    margin-top:17px;
}
.content_li {
    padding:30px 0 28px 0;
    border-bottom:1px dashed rgba(231, 231, 231, 1);
}
.content_li .product_title{
    font-size:18px;
    line-height:23px;
    color:rgba(102, 102, 102, 1);
    margin-bottom:20px;
}
.content_li .product_des{
    font-size:14px;
    line-height:22px;
    color:rgba(153, 153, 153, 1);
    margin-bottom:30px;
}
.content_li .product_date{
    font-size:14px;
    line-height:18px;
    color:rgba(153, 153, 153, 1);
}
.content_li .product_date img.min_screen{
    display:none;
}
.product_content .loadMore{
    width:343px;
    height:50px;
    text-align: center;
    background-color:rgba(245, 245, 245, 1);
    border-radius: 25px;
    font-size:14px;
    line-height:50px;
    color:rgba(17, 17, 17, 1);
    margin:23px auto;
}
@media (max-width:980px){
    .author_info{
        margin:0;
        padding:15px 16px 20px 16px;
        border-bottom:10px solid rgba(242, 242, 242, 1);
    }
    .author_box{
        width:85px;
        height:85px;
    }
    .author_box img.max_screen{
        display:none;
    }
    .author_box img.min_screen{
        display:block;
    }
    .author_info .right{
        margin-left:106px;
    }
    .author_info_name{
        font-size:18px;
        line-height:23px;
        margin-bottom:15px;
        font-weight:bold;
    }
    .author_info_des.max_screen{
        display:none;
    }
    .author_info_min{
        display: block;
        margin-top:17px;
    }
    .author_info_other ul li{
        font-size:16px;
        line-height:20px;
        color:rgba(153, 153, 153, 1);
        display: block;
        margin-top:0;
        margin-right:0;
        margin-bottom:5px;
    }
    .author_info_min .author_info_des.min_screen{
        font-size:16px;
        line-height:24px;
        color:rgba(153, 153, 153, 1);
        height:76px;
        overflow:hidden;
    }
    .showMore{
        width:100%;
        height:40px;
        background-color: rgba(79, 160, 230, 1);
        color:#fff;
        font-size:16px;
        line-height:40px;
        text-align:center;
        border-radius: 4px;
        margin-top:12px;
    }
    .w794px{
        padding:15px 16px;
    }
    .products_title{
        margin-bottom:4px;
    }
    .products_title div{
        font-size:20px;
        line-height:25px;
    }
    .product_content{
        margin-top:0;
    }
    .content_li{
        padding:15px 0;
    }
    .content_li .product_title{
        font-size:14px;
        line-height:18px;
        margin-bottom:10px;
    }
    .content_li .product_des{
        margin-bottom:11px;
        line-height:18px;
    }
    .content_li .product_date{
        font-size:12px;
        line-height:15px;
    }
    .content_li .product_date span.max_screen{
        display: none;
    }
    .content_li .product_date img.min_screen{
        display:inline-block;
        width:15px;
        height:auto;
        vertical-align: middle;
    }
    .content_li .product_date span{
        display: inline-block;
        vertical-align: middle;
    }
    .content_li:last-child{
        border-bottom:none;
    }
    .product_content .loadMore{
        width:100%;
        margin-top:0;
        margin-bottom:0;
    }
}