.center-right {
    width: 950px;
    height: 1533px;
    margin-left: 30px;
    margin-bottom: 30px;
    float: left;
    overflow: hidden;
}

.center {
    width: 1300px;
    margin: 0 auto;
    margin-top: 150px;

    /* display: flex; */
    /* justify-content:center; */
    /* background-color: chartreuse; */
}

.center-left {
    width: 220px;

    /*height: 1533px;*/
    float: left;
    /* background-color:blueviolet; */
}

.center-right {
    width: 950px;
    height: auto;
    margin-left: 30px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* background-color:burlywood; */
}

.center-top-a {
    width: 950px;
    height: 40px;
    /*  */
    border-bottom: 2px solid #e9ebf0;
    /* background-color: darkslategray; */
}

.center-top-b {
    width: 950px;
    height: 134px;
    margin-top: 15px;
    /* float: left; */
    /* background-color: blueviolet */
    border-bottom: 1px solid #f5f5f5;
}

.center-top-b-content {
    width: 70px;
    height: 65px;
    background-color: #2d82ff;
    float: left;
    margin-top: 25px;
    margin-left: 34px;
}

.center-top-b-content {
    width: 70px;
    height: 65px;
    background-color: #2d82ff;
    float: left;
    margin-top: 25px;
    margin-left: 34px;
}


.center-top-b-detail {
    margin-bottom: 10px;
    font-size: 13px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.clear {
    width: 770px;
    height: 30px;
    background-color: violet;
    clear: both;
}

.clear2 {
    width: 770px;
    height: 37px;
    margin-top: 5px;
    background-color: cornsilk;
    clear: both;
}

/* li {
    list-style: none;
    margin-left: -40px;
    font-size: 1.5em;
    width: 220px;
    height: 38px;
    line-height: 38px;
    margin-top: 20px;
    color: #000;
} */

.hide {
    display: none;
}

a {
    text-decoration: none;
    color: #7F7F7F;
}

.xz {
    color: #006314;
    font-weight: bolder;
}

.bs {
    color: #006314;
    font-weight: bolder;
}

li {
    cursor: pointer;
}
