.cophtml{
    text-decoration: none;
    font-size: 9px;
    position: relative;
    display: block;
    overflow: hidden;
    color: #cbcbcb;
    text-align: center;

}
.wg-list{
    width: auto;
    height: auto;
    overflow: hidden;
    margin-top: 60px;
    display: block;
}
.avatar-block{
    width: auto;
}
.avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.wdg-content .avatar {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}
.wmes-title{
    float: left;
    text-align: center;
    color: #b1b1b1;

}
.wuser-date{
    font-size: 12px;
}
.wdg-content{
    margin-bottom: 15px;
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
}
.wmes-title-h1 {
    text-align: center;
    font-size: 24px;
    font-style: italic;
    line-height: 26px;
    margin-top: 15px;
}
.wmes-title-h1 a{
    color: #000000;
    text-decoration: none;
}

.wmes a{
    text-decoration: none;
    color: #fff;
}
.wmes {
    box-sizing: border-box !important;
    width: 100%;
    display: block;
    padding: 15px;
    position: relative;
    text-align: center;
    line-height: 15px;
    margin-right: 3px;
    float: left;
}
.wmes .wmes-text{
    font-size: 18px;
    line-height: 22px;
}
.wmes-text img {
    width: 100%;
}


.k{
    margin-left: -30px;
    margin-right: -40px;
    background: #dee0e0;
}
.k_body{
    width: 100%;
    padding-bottom: 60px;
    display: table;
    margin-left: 5px;
}
.k_left{
    float: left;
    text-align: center;
    width: 50%;
}
.k_right{
    float: left;
    text-align: center;
    width: 50%;
}
.k_a{
    padding: 10px 10px;
    width: calc(100% - 50px);
    display: table;
    background: #f3ac51;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    border-radius: 3px;
    font-family: 'Roboto','Arial';
    text-transform: uppercase;
    margin: 0 15px;
}
.k_a:hover{
    background: #f9b45c;
    color: #000;
}
.k_right .k_a{float: right;}
@media screen and (max-width: 640px) {
.k_body {
    margin-left: 0;
}
.k_left {
    width: 100%;
    margin-bottom: 10px;
}
.k_right {
    width: 100%;
}
.k_a{width: 100%;margin: 0;}
}