.content {
    width : 1200px;
    margin: 20px auto 0;
}

table{
    margin: 0 auto;
}

.head_nav {
    position     : relative;
    width        : 100%;
    padding      : 20px 0;
    font-size    : 20px;
    color        : rgba(153, 153, 153, 1);
    margin-bottom: 60px;
}

.head_nav::before {
    content         : "";
    position        : absolute;
    bottom          : 0;
    height          : 2px;
    width           : 100%;
    background-color: #CCCCCC;
}

.head_nav>span {
    margin: 0 10px;
}

.content_text{
   width: 1000px;
   margin: 0 auto;
}

.cont_title {
    font-size         : 30px;
    font-weight       : bold;
    color             : rgba(51, 51, 51, 1);
    line-height       : 48px;
    text-align        : center;
    padding           : 0 10px;
    word-break        : break-all;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow          : hidden;
}

.cont_time {
    width     : 100%;
    text-align: center;
    font-size : 18px;
    color     : rgba(153, 153, 153, 1);
    margin-top: 20px;
}
.cont_text{
font-size:16px;
color:rgba(51,51,51,1);
line-height:36px;
}
.cont_text>img{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.change_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
}
.btn_text{
font-size:18px;
}
.btn_text>a:hover{
    color: tomato;
}
.btn_text>a{
    color: #333333;
    text-decoration: none;
}