﻿.content{
    width:80%;
    max-width: 1800px;
    min-height:1000px;
    margin:30px auto;
}
.gettop{
    display: none;
    position: fixed; 
    bottom:100px;
    right:60px;
    width:60px;
    height: 60px;
    background-color: #ffdf00;
    z-index: 10;
    transition: all 0.7s;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
}
.gettop:hover{
    border-radius: 50%;
}
.gettop .icon{
    font-size: 30px;
    color:white;
}
.c_top{
    width:100%;
    min-height: 60px;
    height: 6%;
    border-bottom:1px solid #af333b;
    margin-bottom:20px;
    border-bottom: 2px solid #f0dadb;
}
.c_place{
    width:100%;
    height: 100%;
    min-height: 60px;
    line-height: 60px;
}
.c_place span{
    color:#afafaf;
    margin-right:10px;
}
.c_atricle{
    width:97%;
    min-height: 850px;
    border:1px solid #eaeaea;
    border-radius: 20px;
    margin: 0 auto; 
    padding:40px 30px;
    box-sizing: border-box;     
}
.c_atricle h2{
    font-size: 30px;
    text-align: center;
    color:#af3941;
}
.author{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width:80%;
    height: 50px;
    margin:0 auto;
    font-size: 20px;
}
.c_content{
    width:100%;
    text-indent: 2em;
    min-height: 700px;
    margin-top:25px;
}
.c_content p{
    color:#686767;
    word-break: break-all;
    margin-bottom:15px;
    font-size: 24px;
}
@media screen and (max-width:1025px) {
    .author span{
        width:49%;
        text-align: center;
    }
    .author{
        flex-wrap:wrap;
        justify-content: center;
    }    
}