/* 底部了解更多样式处理 公共的放到对应页面会冲突
只给底部了解更多使用
*/
.wid1440 {
    max-width: 1440px;
    width: 1440px;
    margin: 0 auto;
    box-sizing: border-box
}

.joomla-editor span {
    font-size: 20px;
}

.new-btn-7,
.joomla-editor a.new-btn-7 {
    border-radius: 2px !important;
    padding: 0 40px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 34px;
    background-color: #126ee3;
    cursor: pointer
}

.new-btn-7:hover,
.joomla-editor a.new-btn-7:hover {
    color: #fff;
    left: 0;
    background-color: #1f267c
}

.new-btn-7:active,
.joomla-editor a.new-btn-7:active {
    color: #fff;
    background-color: #0c0e56
}

@media screen and (min-width:1440px) and (max-width:1660px) {
    .wid1440 {
        width: 90%
    }
}

@media screen and (min-width:1367px) and (max-width:1441px) {
    .wid1440 {
        width: 1200px
    }

}

@media screen and (max-width:1367px) {
    .wid1440 {
        width: 86%
    }

}

@media screen and (max-width:1280px) {
    .wid1440 {
        width: 90%
    }
}