img {
    border: none;
}

.width_400 {
    max-width: 400px;
    width: 24%;
}

.hei_226 {
    height: 226px;
    overflow: hidden;
}


/* article²¿·Ö */

#artilce {
    display: block;
}

#artilce .layui-col-xs3 {
    width: 24%;
}

#artilce .layui-col-md4 {
    width: 32%;
}

#getMore {
    display: none;
}

.newslist {
    float: left;
    margin: 2% 3% 0 0;
    cursor: pointer;
    overflow: hidden;
}

.newslist img {
    width: 100%;
    /* height: -webkit-fill-available; */
    max-height: 100%;
    min-height: 100%;
    transition: all 0.3s ease;
}

.newslist:nth-child(3n) {
    margin-right: 0;
    float: right;
}

.newslist div:nth-child(2) {
    height: 100px;
    padding: 15px 20px;
    background: #F8F8F8;
}

.newslist:hover div:nth-child(2) {
    background-color: #f2f2f2f2;
}

.newslist:hover img {
    transform-origin: center center;
    transform: scale(1.05);
    -webkit-transform-origin: center center;
    -webkit-transform: scale(1.05);
    -moz-transform-origin: center center;
    -moz-transform: scale(1.05);
    -o-transform-origin: center center;
    -o-transform: scale(1.05);
    -ms-transform-origin: center center;
    -ms-transform: scale(1.05);
}

.smallp1 {
    height: 50px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #001B50;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.smallsp {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    display: inline-block;
}


/* .detailContent, */

.navgain {
    height: 30px;
}

.navgain a,
.navgain div {
    text-align: center;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.navgain a {
    line-height: 30px;
    width: 30px;
    display: block;
}

.pre,
.nex {
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
}

.pre::before,
.nex::before {
    font-size: 18px;
}

.navgain div a {
    display: block;
    float: left;
}

.navgain div a {
    width: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.artilce .layui-container {
    padding: 0;
}

@media screen and (min-width: 1200px) {
    .artilce .layui-container {
        width: 1280px;
        padding: 0;
    }
}

@media screen and (min-width: 1000px) {
    /* .hei_226 {
        height: 150px;
        overflow: hidden;
    } */
    .layui-container {
        width: 100% !important;
    }
}

@media screen and (max-width: 1390px) {
    .newslist {
        float: left;
        cursor: pointer;
        margin: 2% 2% 0 0;
    }
}

@media screen and (max-width: 1000px) {
    .width_400 {
        width: 48%;
    }
    #artilce .layui-col-md4 {
        width: 48%;
    }
    .newslist {
        float: left !important;
        margin: 2% 0 0 0;
        cursor: pointer;
    }
    .newslist:nth-child(odd) {
        margin-right: 4%;
    }
    .hei_226 {
        max-height: 150px;
        overflow: hidden;
        height: auto;
        min-height: auto;
    }
    .smallsp {
        font-size: 12px;
    }
    .smallp1 {
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}