/** 动态 */
.banner.news {
    background-size: cover;

}

.banner .title {
    padding-top: 170px;
    /*padding-top: 200px;*/
}

.banner .title.active {
    padding-top: 10px;
    transition: 1.5s;
}

.banner .title p {
    width: 100%;
    max-height: 140px;
    /*color: #424750;*/
    color: #ffffff;
    font-size: 16px;
    text-align: right;
    /*line-height: 50px;*/
    letter-spacing: 30px;
}

.banner .title p.en {
    font-size: 20px;
    letter-spacing: 3px;
}

.main-news {
    padding: 70px 0 80px 0;
    background: #18191b;
}

.main-news .content > div {
    padding-bottom: 40px;
    /*border-bottom: 1px dashed #eaeaea;*/
    border-bottom: 1px dashed #8e8e8e;
    position: relative;
}

.main-news .content .news-img {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.main-news .content .news-img img {
    max-width: 90%;
    width: 100%;
    height: 140px;
}

.main-news .content .news-panel {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    padding-left: 5px;
    box-sizing: border-box;
}

.main-news .content .news-panel strong a {
    display: block;
    /*color: #555;*/
    color: #FFF;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .3s;
}

.main-news .content .news-panel strong a:hover{
    color: #2db5a3;
}


.main-news .content .news-panel p.detail {
    /*color: #777;*/
    color: #cecece;
    line-height: 24px;
}
.main-news .content .news-panel p.detail>span {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Xiwi */
.main-news .content .news-panel p.detail>a{
    color: #cecece;
}

.main-news .content .news-panel p.read-push {
    color: #AAA;
    padding-top: 5px;
}

.main-news #newsPages .layui-laypage {
    display: block;
    text-align: center;
    margin-top: 70px;
}

.main-news #newsPages .layui-laypage a,.main-news #newsPages .layui-laypage span {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 3px;
    color: #e3e3e3;
}

.main-news #newsPages .layui-laypage a{
    background-color: #242426;
}
/*.layui-laypage-em{*/
    /*background-color: #41bdea !important;*/
/*}*/


@media screen and (max-width: 480px) {
    .main-news .content .news-panel p.read-push {
        font-size: 12px;
    }
    .main-news #newsPages .layui-laypage a,.main-news #newsPages .layui-laypage span
    ,.main-case #casePage .layui-laypage a,.main-case #casePage .layui-laypage span {
        padding: 0 12px;
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        margin-right: 4px;
    }
    .main-news .content .news-img img{
        height: auto;
    }
}

/*小屏幕*/
@media screen and (min-width: 768px) {
    .main-news .content .news-panel strong a {
        font-size: 20px;
        line-height: 30px;
    }


    .banner .title p {
        font-size: 25px;
    }

    .main-news .content .news-panel p.read-push {
        padding-top: 0;
        position: absolute;
        bottom: 40px;
    }
    .main-news .content .news-img img{
        height: auto;
    }
}

/*大屏幕*/
@media screen and (min-width: 992px) {
    .main-news .content .news-img {
        width: 20%;
    }
    .main-news .content .news-panel {
        width: 80%;
    }
    .main-news .content .news-img img{
        height: auto;
    }
}
/*超大屏幕*/
@media screen and (min-width: 1200px) {
    .main-news .content .news-img {
        width: 35%;
    }

    .main-news .content .news-panel {
        width: 65%;
    }

    .main-news .content:nth-child(odd) {
        padding-right: 20px;
    }

    .main-news .content:nth-child(even) {
        padding-left: 20px;
    }
    .main-news .content .news-img img{
        height: 140px;
    }
}