.bg-theme {
    background-color: rgb(213, 129, 13) !important;
}

.txt-theme {
    color: rgb(213, 129, 13) !important;
}

.bder-theme {
    border-color: rgb(213, 129, 13) !important;
}

#header>.img-module-container {
    position: absolute;
    top: 43px;
    left: 41%;
    margin-left: 331px;
    width: 395px;
    height: 67px;
}

.page-header-style70 {
    min-width: 1200px;
    background: rgba(255, 255, 255, 0.99);
    color: rgb(0, 0, 0);
}

.page-header-style70 .obj-name {
    display: none;
}

.page-header-style70 .menu-status {
    display: none;
}

/*头部菜单动态设置 margin-right 间距!!!!! */
.page-header-style70 .nav-container>.item {
    margin-right: 0 37px;
    padding: 8px 28px;
    font-size: 20px;
}

.page-header-style70 .nav-container>.item:hover>a,
.page-header-style70 .nav-container>.item.current>a {
    font-weight: 600;
    background: ;
    color: inherit !important;
}

.page-header-style68 .nav-container>.item .item-list .second-t:hover {
    color: inherit !important;
    background-color: rgba(0, 0, 0, 0.2);
}

.page-header-style70 .nav-container>.item.current {
    background-repeat: no-repeat;
    background-position: center center;
    /*background-size: 100% 100%;*/
    background-size: cover;
}

/*下拉菜单背景、文字颜色设置*/
.page-header-style70 .nav-down-list {
    background-color: rgba(217, 107, 44, 0.52);
    color: rgb(4, 4, 4);
}

.page-header-style70 .img-logo img {
    max-height: 100px;
}

@media only screen and (min-width: 1px) and (max-width: 926px) {
    #index {
        width: 100vw;
    }

    .page-header-style70 {
        min-width: auto;
    }

    .page-header-style70 .img-logo {
        display: block;
        max-width: 70%;
        max-height: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .page-header-style70 .img-logo img {
        width: 100%;
        margin: 0 auto;
    }

    .page-header-style70 .top-box {
        padding: 0;
    }

    .page-header .after-login .user-name,
    .page-header .after-login .icon-arrow {
        display: none !important;
    }

    .page-header-style70 .menu-status {
        display: block;
        font-size: 18px;
        line-height: 22px;
    }

    .page-header-style70 .obj-name {
        display: none;
    }

    .page-header .after-login {
        height: auto;
        line-height: 1;
    }

    .page-header .after-login .user-cover {
        width: 22px;
        height: 22px;
    }

    .page-header .after-login {
        padding: 0;
    }

    .page-header-style70 .header-container {
        width: 100%;
        min-height: 0;
        padding: 14px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .page-header-style70 .ui-select-mini {
        display: none;
    }

    .page-header-style70 .ipt-box {
        display: none;
    }

    .page-header-style70 .header-nav-list {
        display: none;
        background-color: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
    }

    .page-header-style70 .nav-container {
        width: 100%;
        height: auto;
        overflow: unset;
        white-space: unset;
    }

    .page-header-style70 .nav-container:after {
        content: '';
        display: block;
        clear: both;
        height: 0;
    }

    .page-header-style70 .nav-container>.item {
        width: 50%;
        margin-right: 0;
    }
}

.page-header-style70 .nav-down-list .second-t:hover,
.page-header-style70 .nav-down-list .three-list a:hover {
    color: rgb(254, 254, 254) !important;
}

#firstSection {
    min-height: 416px;
}

.page-banner-style56 {
    width: 100%;
    position: relative;
}

.page-banner-style56 .full-banner {
    width: 100%;
    height: 416px;
    position: relative;
}

.page-banner-style56 .full-banner .swiper-slide {
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.page-banner-style56 .full-banner .swiper-slide .slide-img-box {
    width: 100%;
    height: 100%;
}

.page-banner-style56 .full-banner .swiper-slide video {
    width: 100%;
    height: 416px;
    object-fit: cover;
}

.page-banner-style56 .full-banner .swiper-slide img {
    min-width: 100%;
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-banner-style56 .full-banner .swiper-slide .video-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

@media only screen and (min-width: 1px) and (max-width: 926px) {
    .page-banner-style56 .full-banner {
        height: 40vw;
    }

    .page-banner-style56 .full-banner .swiper-slide img {
        position: unset;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%;
        height: 100%;
    }

    #banner .js-crop-img {
        height: auto !important;
    }

    #banner .jqthumb {
        display: none !important;
    }

    #banner .jqthumb+img {
        display: block !important;
    }
}

/*搜索 样式1*/
.eng-search-style1 {
    position: relative;
    background: rgba(61, 130, 242, 0)
}

.eng-search-style1 .search-tabs {
    text-align: left;
    width: 100%;
    height: 38px;
    overflow: hidden;
    position: relative;
    top: 4px;
}

.eng-search-style1 .search-tabs>span {
    display: inline-block;
    padding: 0 24px;
    height: 38px;
    line-height: 36px;
    font-size: 16px;
    color: inherit;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    vertical-align: top;
}

.eng-search-style1 .search-tabs>span.current {
    color: #ffffff;
}

.eng-search-style1 .ipt-box {
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 2;
    position: relative;
    padding-right: 66px;
}

.eng-search-style1 .ipt-box .ipt {
    text-indent: 16px;
    height: 100%;
    vertical-align: top;
    width: 100%;
    outline: none;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: none;
    background: #ffffff;
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
}

.eng-search-style1 .ipt-box .btns {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 0;
}

.eng-search-style1 .ipt-box .btn-search {
    display: inline-block;
    padding: 0 16px;
    max-width: 130px;
    min-width: 68px;
    height: 100%;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
    outline: none;
    cursor: pointer;
    margin-right: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.eng-search-style1 .ipt-box .btn-search:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.eng-search-style1 .ipt-box .btn-search:last-child {
    margin-right: 0;
}

.eng-search-style1 .search-content {
    padding: 24px 120px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.eng-search-style1 .icon-radio-no:before {
    color: inherit;
}

@media only screen and (min-width: 1px) and (max-width: 926px) {
    .eng-search-style1 .search-content {
        padding: 24px 16px;
    }

    .eng-search-style1 .search-content {
        position: static;
        position: unset;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .eng-search-style1 .ipt-box {
        padding-right: 66px !important;
        height: auto;
        overflow: unset;

    }

    .eng-search-style1 .ipt-box .ipt {
        height: 34px;
    }

    .eng-search-style1 .ipt-box .btns {}

    .eng-search-style1 .ipt-box .btns button {
        width: 66px;
        height: 100%;
        padding: 0;
        font-size: 14px;
        margin-right: 0;
    }

    .eng-search-style1 .ipt-box .btns button:nth-of-type(n+2) {
        display: none;
    }

}

.grid-stack-instance-9661 .grid-stack-item[data-gs-height="18"] {
    height: 180px;
}

.grid-stack-instance-9661 .grid-stack-item[data-gs-y="0"] {
    top: 0px;
}

.eng-graphic-style28 {
    padding: 24px;
    box-sizing: border-box;
}

.eng-graphic-style28 .info-box {
    font-size: 0;
}

.eng-graphic-style28 .left-swiper-box {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    float: left;
}

.eng-graphic-style28 .full-banner {
    position: relative;
    height: 334px;
}

.eng-graphic-style28 .full-banner .swiper-wrapper {
    height: 100% !important;
}

.eng-graphic-style28 .full-banner .swiper-slide {
    position: relative;
    height: 100% !important;
}

.eng-graphic-style28 .full-banner .swiper-slide .img-box {
    width: 100%;
    height: 100%;
}

.eng-graphic-style28 .left-swiper-box .swiper-slide img {
    width: 100%;
    height: 100%;
}

.eng-graphic-style28 .left-swiper-box .swiper-slide .btm-info {
    position: absolute;
    height: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    padding: 0 60px 0 16px;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
}

.eng-graphic-style28 .pagination {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 2;
}

.eng-graphic-style28 .pagination .swiper-pagination-switch {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 8px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.eng-graphic-style28 .pagination .swiper-active-switch {
    background: white;
}

.eng-graphic-style28 .right-list-box {
    display: inline-block;
    vertical-align: top;
    width: 55%;
    padding-left: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.eng-graphic-style28 .eng-tabs-info li {
    position: relative;
    padding-left: 74px;
    cursor: pointer;
    padding-top: 8px;
}

.eng-graphic-style28 .eng-tabs-info li .time-box {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.eng-graphic-style28 .eng-tabs-info li .month {
    display: inline-block;
    width: 60px;
    text-align: left;
    border-right: 2px solid #D8D8D8;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    color: rgb(213, 129, 13);
}

.eng-graphic-style28 .eng-tabs-info li .time-box .day {
    font-size: 38px;
    text-align: center;

}

.eng-graphic-style28 .eng-tabs-info li .time-box .year {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
    color: rgb(213, 129, 13);
}

.eng-graphic-style28 .eng-tabs-info li .title-box {
    font-size: 14px;
}

.eng-graphic-style28 .eng-tabs-info li .title-box .tag {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    padding: 0 4px;
    position: relative;
    color: #ffffff;
    margin-right: 16px;
    vertical-align: middle;
}

.eng-graphic-style28 .eng-tabs-info li .title-box .tag .ui-jian {
    display: inline-block;
    border: 8px solid transparent;
    border-left-color: inherit;
    width: 0;
    height: 0;
    background: none;
    position: absolute;
    right: -16px;
    top: 0;
}

.eng-graphic-style28 .eng-tabs-info li .title-box .top {
    display: inline-block;
    width: 36px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #427FC6;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 12px;
    color: #427FC6;
    text-align: center;
    margin-right: 8px;
}

.eng-graphic-style28 .eng-tabs-info li .title-box .txt {
    /*line-height: 20px;*/
    vertical-align: middle;
    font-size: 14px;
}

.eng-graphic-style28 .eng-tabs-info li .hint {
    display: none;
    font-size: 14px;
    line-height: 20px;
    color: inherit;
    opacity: .6;
    margin-top: 8px;
    height: 64px;
    word-break: break-all;
}

.eng-graphic-style28 .eng-tabs-info li .hover-after {
    display: none;
}

.eng-graphic-style28 .eng-tabs-info li.first-li {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 16px;
    padding-top: 0;
}

.eng-graphic-style28 .eng-tabs-info li.first-li .title-box .txt {
    font-size: 16px;
    font-weight: 600;
}

.eng-graphic-style28 .eng-tabs-info li.first-li .hover-before {
    display: none;
}

.eng-graphic-style28 .eng-tabs-info li.first-li .hover-after {
    display: block;
}

.eng-graphic-style28 .eng-tabs-info li.first-li .hint {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: block\9;
    /* 所有的ie */
}

.eng-graphic-style28 .eng-tabs-info li:hover {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 16px;
    min-height: 66px;
}

.eng-graphic-style28 .eng-tabs-info li:hover .hover-before {
    display: none;
}

.eng-graphic-style28 .eng-tabs-info li:hover .hover-after {
    display: block;
}

.eng-graphic-style28 .eng-tabs-info li:hover .title-box .txt {
    font-size: 16px;
    font-weight: 600;
}

.eng-graphic-style28 .eng-tabs-info li:hover .hint {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: block\9;
    /* 所有的ie */
}

/* 兼容ie10-ie11 */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .eng-graphic-style28 .eng-tabs-info li.first-li .hint,
    .eng-graphic-style28 .eng-tabs-info li:hover .hint {
        display: block;
    }
}

@media only screen and (min-width: 1px) and (max-width: 926px) {
    .eng-graphic-style28 {
        padding: 16px;
    }

    .eng-graphic-style28 .full-banner {
        height: auto !important;
    }

    .eng-graphic-style28 .left-swiper-box {
        width: 100%;
    }

    .eng-graphic-style28 .right-list-box {
        width: 100%;
        padding-left: 0;
        margin-top: 16px;
    }

    .grid-stack-item[data-app-id='layout_0'] {
        display: none;
    }

    .grid-stack-instance-9661 .grid-stack-item[data-gs-y="9"] {
        top: 0 !important;
    }

    #grid2,
    .grid-stack-instance-9661 .grid-stack-item[data-gs-height="18"] {
        height: 160px !important;
    }

    #grid3,
    .grid-stack-instance-9661 .grid-stack-item[data-gs-height="43"] {
        height: 680px !important;
    }
}

#grid3 .img-module-container {
    position: absolute;
    top: 0px;
    left: -7px;
    margin-left: 0px;
    width: 1183px;
    height: 64px;
}

.grid-stack-instance-9661 .grid-stack-item[data-gs-height="9"] {
    height: 90px;
}

.grid-stack-instance-9661 .grid-stack-item[data-gs-y="0"] {
    top: 0px;
}

.grid-stack-instance-9661 .grid-stack-item[data-gs-height="43"] {
    height: 430px;
}

.grid-stack-instance-9661 .grid-stack-item[data-gs-y="9"] {
    top: 90px;
}

/*复用底部 2 */
.page-footer-style37 {
    min-width: 1200px;
    background: #461301
}

.page-footer-style37 .ft-container {
    width: 1200px;
    margin: 0 auto;
    padding-top: 18px;
    font-size: 14px;
    text-align: left;
    position: relative;
    color: rgba(255, 255, 255, 0.6)
}

.page-footer-style37 .li-title {
    font-weight: bold;
    margin-bottom: 8px;
}

.page-footer-style37 .li-info {
    margin-bottom: 8px;
}

.page-footer-style37 .li-info span {
    margin-right: 16px;
}

.page-footer-style37 .link-list a {
    display: inline-block;
    position: relative;
}

.page-footer-style37 .link-list a:last-child:after {
    background: none;
}

.page-footer-style37 .link-list a:after {
    content: '';
    display: inline-block;
    height: 10px;
    border-right: 1px solid;
    margin: 0 8px;
}

.page-footer-style37 .left {
    width: 900px;
    min-height: 85px;
    margin-right: 64px;
}

.page-footer-style37 .right {
    width: 230px;
    position: absolute;
    bottom: 8px;
    right: 0;
}

.page-footer-style37 .ft-icp {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 30px;
    font-size: 12px;
    margin-top: 13px;
}

.page-footer-style37 .ft-icp>span,
.page-footer-style37 .ft-icp a {
    margin-right: 30px;
    vertical-align: middle;
}

.page-footer-style37 .ft-share-list {
    overflow: hidden;
}

.page-footer-style37 .ft-share-list li {
    width: 65px;
    float: left;
    text-align: center;
    margin-right: 24px;
}

.page-footer-style37 .ft-share-list li:nth-of-type(3n) {
    margin-right: 0;
}

.page-footer-style37 .ft-share-list .img-box {
    width: 60px;
    height: 60px;
    position: relative;
    margin: auto;
}

.page-footer-style37 .ft-share-list .img-box img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-footer-style37 .ft-share-list .img-name {
    margin-top: 8px;
    font-size: 12px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-footer-style37 .ft-icp img.icon {
    margin-right: 6px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.page-footer-style37 .ft-share-list li:nth-of-type(n+4) {
    display: none;
}

@media only screen and (min-width: 1px) and (max-width: 926px) {
    .page-footer-style37 {
        min-width: 0;
    }

    .page-footer-style37 .ft-container {
        width: 100%;
    }

    .page-footer-style37 .left {
        width: 100%;
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .page-footer-style37 .right {
        width: 100%;
        position: relative;
        bottom: 0;
        right: 0;
        padding: 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .page-footer-style37 .ft-icp>span,
    .page-footer-style37 .ft-icp>a {
        display: block;
    }
}

.more-type-style1 {
    background: #ffffff;
}

/*标题*/
.more-type-style1 .type-title {
    padding: 16px 15px 16px 0;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.more-type-style1 .type-title>.title-icon {
    display: inline-block;
    width: 6px;
    height: 16px;
    margin-right: 8px;
}

.more-type-style1 .type-title .txt {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
    line-height: 25px;
    font-size: 18px;
}

/*分类导航树*/

.layui-tree {
    height: auto;
}

.layui-tree>.layui-tree-set>.layui-tree-entry {
    padding: 12px 15px;
    color: #333333;
    line-height: 22px;
}

.layui-tree>.layui-tree-set>.layui-tree-entry .tree-nav-one {
    font-size: 16px;
    color: inherit;
}

.layui-tree .layui-tree-txt {
    color: inherit;
}

.layui-tree .layui-tree-entry {
    padding: 8px 15px 8px 0;
    font-size: 16px;
    height: auto;
    white-space: unset;
    line-height: 21px;
}

.layui-tree .layui-tree-entry .layui-tree-main {
    padding-right: 0;
    position: relative;
    padding-left: 20px;
}

.layui-tree .layui-tree-entry .layui-tree-main .layui-tree-iconClick {
    position: absolute;
    left: 0;
    top: 2px;
    margin: 0;
    width: 20px;
    z-index: 1;
}

.layui-tree .layui-tree-entry .layui-tree-main .layui-tree-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.layui-tree .layui-tree-iconArrow:after {
    -webkit-transition: unset;
    transition: unset;
    left: 0;
    border-color: transparent transparent transparent #cccccc;
}

.layui-tree .layui-tree-spread>.layui-tree-entry .layui-tree-iconArrow:after {
    top: 0px;
    border-color: #CCCCCC transparent transparent transparent;
}

.layui-tree .layui-tree-set {
    color: rgba(0, 0, 0, 0.8);
}

.layui-tree .layui-tree-set .layui-tree-set .layui-tree-entry {
    padding-left: 23px;
}

.layui-tree .layui-tree-set .layui-tree-set .layui-tree-set .layui-tree-entry {
    padding-left: 31px;
}

.layui-tree .layui-tree-set .layui-tree-set .layui-tree-set .layui-tree-set .layui-tree-entry {
    padding-left: 39px;
}

.layui-tree .layui-tree-set .layui-tree-set .layui-tree-set .layui-tree-set .layui-tree-set .layui-tree-entry {
    padding-left: 47px;
}

.layui-tree .layui-tree-set .layui-tree-set .layui-tree-set .layui-tree-set .layui-tree-set .layui-tree-set .layui-tree-entry {
    padding-left: 55px;
}

.layui-tree .layui-tree-pack {
    padding-left: 0;
}

.more-type-style1 .tree-box {
    max-height: 650px;
    overflow-y: auto;
}

.more-list-style1 {
    padding: 0 40px;
}

.more-list-style1 .list-info-box {
    padding-bottom: 92px;
    position: relative;
}

.more-list-style1 .list-info-box .list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 64px;
    color: #333333;
    cursor: pointer;
}

.more-list-style1 .list-info-box .list li .order {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    margin-right: 10px;
    vertical-align: middle;
}

.more-list-style1 .list-info-box .list li .left-text {
    font-size: 16px;
    color: inherit;
    text-align: left;
    width: 85%;
    padding-right: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.more-list-style1 .list-info-box .list li .right-text {
    display: inline-block;
    width: 15%;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.4);
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*列表自定义间距*/
.more-list-style1 .list-info-box .list.sm li {
    line-height: 40px;
}

.more-list-style1 .list-info-box .list.norm li {
    line-height: 52px;
}

.more-list-style1 .list-info-box .list.lg li {
    line-height: 64px;
}

.more-list-style1 .list-info-box .list.sm li .left-text {
    font-size: 14px;
}

/*移动端端*/
@media only screen and (min-width: 1px) and (max-width: 926px) {
    .more-list-style1 {
        padding: 0 16px;
    }

    .more-list-style1 .list-info-box {
        padding-bottom: 0;
    }

    .more-list-style1 .list-info-box .list li {
        line-height: unset;
        padding: 12px 0;
    }

    .more-list-style1 .list-info-box .list li .left-text {
        width: 100%;
        line-height: 24px;
        padding-right: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }

    .more-list-style1 .list-info-box .list li .right-text {
        display: block;
        width: 100%;
        margin-top: 8px;
        line-height: 12px;
    }

    .page-more-container {
        min-height: auto !important;
    }
}

.page-more-container {
    min-height: 600px;
}

.js-type-box {
    width: 248px;
    min-height: 1px;
}