/* 新专题 */

.count_div {

    display: flex;

    margin: 10px 2px;

    min-height: 310px;

    max-height: 310px;

    background: #fff;

    border-radius: 5px;

    padding: 10px 5px;

    box-sizing: border-box;

}



.count_div>div {

    width: 50%;

}



.count_right {

    padding: 0 10px;

}

.zt_cont{

  /*   overflow: hidden;*/

  /*text-overflow: ellipsis;*/

  /*display: -webkit-box;*/

  /*-webkit-line-clamp: 2;*/

  /*-webkit-box-orient: vertical;*/

}



.count_right>div {

    height: 50%;

    /* overflow: hidden; */

}



.count_right h2 a {

    font-size: 20px;

    color: #000;

    font-weight: normal;

    line-height: 1.4em;

    max-height: 2.8em;

    min-height: 1.8em;

    width: 100%;

    margin-bottom: 0.2em;

    overflow: hidden;

    text-overflow: ellipsis;

    -o-text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

}



.count_right div h2:hover a {

    color: #e10215;

}



.count_right div p {

    margin: 10px 0;

    overflow: hidden;

    text-overflow: ellipsis;

    -o-text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

}



.flex_cloume_betton {

    display: flex;

    flex-direction: column;

    justify-content: space-between

}

.zt_cont{

    background: #fff;

    margin-bottom: 10px;

    border-radius: 5px;

}




.list_bg_red {

    background: #fff;

    color: #0085B2;

    font-size: 18px;

    height: 48px;

    line-height: 48px;

    text-align: center;

    width: 99%;

    margin: auto;

    border-bottom: 1px solid #ececec;

    font-weight: bolder;

background-image: url(http://img.ilianpei.com/2021-12-07/163884713161aed29b9cc59.png);

}



.flex_list {

    display: flex;

    padding: 10px 0;

    /* justify-content: space-between; */

    flex-wrap: wrap;

}



.flex_list>div {

    width: 16%;

    margin: 0 2%;

    margin-top: 15px;

}



.flex_list>div:last-child {

    margin-right: 0;

}



.flex_list p {

    text-align: center;

    line-height: 1.5em;

    height: 1.5em;

    overflow: hidden;

    -ms-text-overflow: ellipsis;

    text-overflow: ellipsis;

    white-space: nowrap;

    margin: 5px 0;

    color: #000000;

    font-size: 13px;

}

.img_list{



    overflow: hidden;

}

.img_list img{

    border-radius: 5px;

}



