.content {
    background: #F8F9FD !important;
}

.banner-title-box p {
    font-size: 24px;
    color: #0C1833;
    padding: 10px;
}

/* 新闻导航 */
.el-button--primary.is-plain {
    color: #4D4D4D;
    background: #fff;
    border-color: #fff;
}

.el-menu.el-menu--horizontal {
    border: none;
}

.el-menu--horizontal > .el-menu-item.is-active {
    border: none;
}

.el-menu-item {
    transition: none;
}

.newsNav {
    /*width: 30%;*/
    padding-bottom: 0.5%;
}

.wh-90 {
    padding: 4%;
    margin: 0 auto;
}
.wh1-90 {
    padding: 4% 0;
}
.newsBox .el-col {
    padding-bottom: 2%;
}

.newsImg {
    width: 100%;
    height:210px;
}

.newsTitle {
    font-weight: 600 !important;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsText {
    font-weight: 400 !important;
}

.newsBtm {
    margin-top: 3%;
}

.newsTime {
    display: inline-block;
    margin-top: 5%;
    /*margin-right: 58%;*/
}
/* 鼠标悬浮 */
.newsHover:hover .newsTitle{
    color:#3C7AFE !important;
    transition: all .5s;
}
@media screen and (min-width: 1200px) and  (max-width: 1879px){
    .newsTitle{
        font-size: 17px;
    }
}
@media screen and (max-width: 1200px){
    .newsTitle{
        font-size: 16px;
    }
}


.mo-newsIndex-banner {
    margin-top: 54px;
    width: 100%;
    height: 153px;
    background: url("/images/product/mo-intelli-banner.png") no-repeat;
    color: #FFFFFF;
    text-align: center;
    padding: 35px 0 45px 0;
    box-sizing: border-box;
}
.mo-newsIndex-banner h3 {
    font-size: 20px;
}
.mo-newsIndex-banner h4 {
    font-size: 12px;
    margin: 6px 0 10px;
    font-weight: normal;
    text-transform: uppercase;
}
.mo-newsIndex-main1 ul {
    justify-content: space-around;
}
.mo-newsIndex-main1 li {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #80848e;
}
.mo-newsIndex-main1 .mo-main1-active {
    color: #202124;
    font-size: 16px;
    position: relative;
}
.mo-newsIndex-main1 .mo-main1-active::after {
    content: "";
    display: block;
    width: 15px;
    height: 5px;
    background: url("/images/product/mo-newsIndex-1.png") no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 48%;
    transform: translateX(-48%);
}

.mo-newsIndex-newsBox .el-pagination__total {
    margin-right: 0;
}
.mo-newsIndex-newsBox .el-pager li {
    min-width: 29px;
}
.mo-newsIndex-foot {
    width: 100%;
    text-align: center;
    margin: 20px 0;
    color: #666;
}