body {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #F5F6FA;
}
.content0 {
    height: 1400px;
    margin: 0 auto;
}
.content1{
    margin: 0 auto;
    height:1291px;
    background: white;
    padding: 10px;
    margin: 0 auto;
}
@media (max-width: 1264px) {
    .content1 {
        width: 1000px;
        height: 1334px;
    }
    .content0 {
        width: 1400px;
        height: 1439px;
    }
}
.content1 .title span {
    font-size: 30px;
    color: #31333E;
}
.title{
    width: 95%;
    margin: 10px auto;
    height: 50px;
    font-size: 16px;
}
.content-1{
    position: relative;
    top: 13px;
}
.top-line {
    width: 95%;
    height: 1px;
    background: rgba(219, 226, 233, 1);
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 15px;
}
.top-line1 {
    width: 98%;
    height: 1px;
    background: rgba(219, 226, 233, 1);
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.content-specific{
    height: 180px;
}
.content-middle{
    width: 94%;
    position: relative;
    left: 25px;
    top: 9px;
    /* font-size: 15px; */
    font-size: 14px;
    color: #666666;
    line-height: 23px;
    margin-top: 1px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /*设置行数，1超出一行...，2超出两行...*/
    -webkit-box-orient: vertical;
}
.titles1{
    width: 65%;
    float: left;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.content-title{
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 24px;
    color: #666666;
    overflow: hidden;
    margin-left: 27px;
    margin-top: 10px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #3C3C3C;
}
.content-end{
    font-size: 12px;
    color: #bbbbbb;
    position: relative;
    left: 24px;
    margin-bottom: 21px;
}
.content-end11{
    font-size: 12px;
    color: #bbbbbb;
    position: relative;
    left: 24px;
    margin-bottom: 21px;
}