img {
    border: none;
}

.width_400 {
    max-width: 400px;
    width: 24%;
}

.hei_226 {
    height: 226px;
    /* min-height: 226px; */
    overflow: hidden;
}


/* article²¿·Ö */

#focus {
    background-color: #f9f9f9;
}

#focus>div:nth-child(1) {
    position: relative;
}

#focus .swiperImg {
    background-color: #fff;
}

#focus .fousImg {
    max-height: 420px;
    height: auto;
    width: 100%;
    overflow: hidden;
}

#focus .fousImg img {
    width: 60%;
    max-width: 800px;
    max-height: 420px;
    height: auto;
    float: left;
}

#focus .content_R {
    background-color: #F8F8F8;
    float: left;
    width: calc(100% - 690px);
    border: 1px solid #F8F8F8;
    height: 60%;
    max-height: 500px;
    margin: auto;
    position: absolute;
    z-index: 20;
    top: 70px;
    right: 40px;
    padding: 36px;
}

#focus .content_R strong {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#focus .content_R>div:nth-child(2) {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-top: 30px;
    width: 100%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
}

#focus .content_R>div:nth-child(3) {
    width: 120px;
    margin-top: 30px;
    cursor: pointer;
}

#focus .content_R>div:nth-child(3) .go_hub {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #666;
}

#focus .content_R>div:nth-child(3) .go_hub span {
    color: red;
    font-size: 16px;
    font-weight: bold;
}

#focus .content_R>div:nth-child(3) .go_hub:hover {
    color: #008ED3;
}

#focus .content_R>div:nth-child(3) .go_hub:hover span {
    color: #008ED3;
}

@media screen and (max-width: 1100px) {
    #focus {
        max-height: 200px !important;
        height: 200px;
    }
    #focus .fousImg {
        max-height: 200px;
    }
    #focus .fousImg img {
        max-height: 200px;
        height: auto;
    }
    #focus .content_R {
        top: 0;
        right: 0;
        height: 100%;
        width: calc(100% - 60%);
        max-height: 250px;
    }
    #focus .content_R strong {
        margin-top: 0;
    }
    #focus .content_R>div:nth-child(2) {
        margin-top: 0;
    }
    #focus .content_R>div:nth-child(3) {
        margin-top: 0;
    }
}

@media screen and (max-width: 560px) {
    #focus .fousImg {
        overflow: hidden;
    }
    #focus .fousImg img {
        width: 50%;
        max-width: 100%;
        height: 80%;
    }
    #focus .content_R {
        width: 50%;
        height: 80%;
        padding: 12px;
    }
    #focus .content_R strong {
        margin-top: 0;
        font-size: 14px;
        width: 100%;
        word-break: break-all;
        white-space: pre-line;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        line-height: 24px;
    }
    #focus .content_R>div:nth-child(2) {
        margin-top: 0;
        display: none;
    }
    #focus .content_R>div:nth-child(3) {
        margin-top: 0;
        display: none;
    }
}

#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%;
    /* Safari and Chrome */
    /* Firefox */
    /* Opera */
    /* IE 9 */
    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-xs3 {
    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 {
        overflow: hidden;
        height: 150px;
    }
    .smallsp {
        font-size: 12px;
    }
    .smallp1 {
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}