* {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans SC", sans-serif;
}

body {
    background: #f4f4f4;
}

img {
    width: 100%;
}

/*去除iPhone input默认样式*/
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input {
    -webkit-appearance: none;
    outline: none;
    border: 0;
}

textarea {
    -webkit-appearance: none;
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style-type: none;
}

.no-select {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

#ContentBox {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    padding: 100px 0 0 0;
}

#ContentBox .box {
    background-color: white;
    padding: 20px;
    box-shadow: 0 0 20px #ededed;
    border-radius: 8px;
    margin-top: 30px;
}


#ContentBox .bigimg {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    font-size: 0;
}

#divNavBar {
    background: #6687ffc7;
    color: white;
    font-size: 16px;
    position: fixed;
    width: 100%;
    z-index: 999;
}

#divNavBar .box {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    padding: 10px 0;
}

#divNavBar .logo {
    display: inline-block;
}

#divNavBar .box ul {
    display: inline-block;
    float: right;
    transform: translateY(12px);
}

#divNavBar .box ul li {
    display: inline-block;
    padding: 0 10px;
    margin: 0 10px;
}

#divNavBar .box ul li a:hover {
    /* font-size: 19px; */
}

#divNavBar .box2 {
    z-index: 999;
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    font-size: 15px;
    height: 100%;
}

#divNavBar .box2 ul {
    padding: 50px 15px 0 15px;
    height: 100%;
    display: none;
    background: #3c57bb;
    box-shadow: 0 0 20px #3c57bb9e;
    position: relative;
}

#divNavBar .box2 .open {
    position: fixed;
    right: 20px;
    top: 20px;
}


#divNavBar .box2 .zz {
    position: fixed;
    background: #0000005c;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}

#divNavBar .box2 ul .close {}

#divNavBar .box2 li {
    margin-bottom: 22px;
}



#divBottom {
    width: 100%;
    text-align: center;
    /* position: fixed; */
    bottom: 0;
    background: #6687ff;
    padding: 20px 0;
    color: white;
    z-index: 999;
}

@media only screen and (max-width: 900px) {
    #ContentBox {
        max-width: 90%;
    }

    #divNavBar .box ul {
        display: none;
    }

    #divNavBar .logo {
        display: block;
        text-align: center;
        margin: 0 auto;
        width: max-content;
    }

    #divNavBar .box2 {
        display: initial;
    }

    #divNavBar .box2 ul {
        /* display: initial; */
    }

    #divNavBar .box2 .zz,
    #divNavBar .box2 ul {
        display: none;
    }
}


@media only screen and (max-width: 600px) {}



/*---------------------------------------------------------------*/

.hb {
    height: 100%;
    box-sizing: border-box;
}

ul,
li {
    margin: 0;
    padding: 0;
}

.hidden {
    overflow: hidden;
}

.bgf {
    background: #fff;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.card {
    background: #fff;
    border-radius: 15rpx;
}

.cover-height {
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.row {
    display: flex;
    flex-direction: row;
}

.column {
    display: flex;
    flex-direction: column;
}

.justify-start {
    display: flex;
    justify-content: flex-start;
}

.justify-center {
    display: flex;
    justify-content: center;
}

.justify-end {
    display: flex;
    justify-content: flex-end;
}

.justify-around {
    display: flex;
    justify-content: space-around;
}

.justify-evenly {
    display: flex;
    justify-content: space-evenly;
}

.justify-between {
    display: flex;
    justify-content: space-between;
}

.align-start {
    display: flex;
    align-items: flex-start;
}

.align-center {
    display: flex;
    align-items: center;
}

.align-end {
    display: flex;
    align-items: flex-end;
}

.center,
.centerV {
    display: flex;
    justify-content: center;
    align-items: center;
}

.centerV {
    flex-direction: column;
}

.wrap {
    flex-wrap: wrap;
}

.flex-1 {
    flex: 1;
}


.content {
    width: 100%;
    height: 100%;
    margin: 20px auto 0;
}

.title_items {
    color: #333;
    font-size: 16px;
}

.title_items:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 20px;
    background: #4f64f9;
    border-radius: 3px;
    margin-right: 10px;
}

.apply_for {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
}

.apply_for .cont_l {
    margin-top: 23px;
}

.apply_for .cont_l_tit {
    margin: 20px 0;
}

.apply_for .item_l {
    width: 60%;
    height: 256px;
    margin: 0 17px 0 0;
    background: url(/zb_users/theme/yueluo_zbtpl_01/images/contect-2.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}

.apply_for .item_l .seek_btn {
    width: 142px;
    height: 46px;
    cursor: pointer;
    background: #ba90ff;
    border-radius: 23px;
    border: none;
    color: #fff;
    font-size: 20px;
}

@media only screen and (max-width: 500px) {
    .apply_for .item_l .seek_btn {
        max-width: 100px;
        height: 30px;
        font-size: 14px;
    }
}

.apply_for .item_r_cont {
    width: 40%;
}

.apply_for .icon_img {
    max-width: 64px;
    height: auto;
}

@media only screen and (max-width: 500px) {
    .apply_for .icon_img {
        max-width: 30px;
    }
}

.apply_for .item_r {
    padding: 0 10%;
    height: 120px;
    background: url(/zb_users/theme/yueluo_zbtpl_01/images/contect-1.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
}

@media only screen and (max-width: 500px) {
    .apply_for .item_l {
        height: 130px;
    }

    .apply_for .item_l .cont_l_tit {
        margin: 10px 0;
    }

    .apply_for .item_r_cont {
        width: 45%;
    }

    .apply_for .item_r {
        height: 60px;
    }
}



.video_list {
    padding: 30px;
    margin: 20px 0;
    border-radius: 10px;
    background: #fff;
    font-size: 24px;
    height: auto;
}

.video_list .list_item {
    width: 25%;
}

@media only screen and (max-width: 500px) {
    .video_list .list_item {
        width: 100%;
    }
}

@media only screen and (min-width: 500px) and (max-width: 800px) {
    .video_list .list_item {
        width: 50%;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {
    .video_list .list_item {
        width: 33.33%;
    }
}

.video_list .content {
    width: 100%;
    height: 100%;
    margin: 44px auto 0;
}

.video_list .content .cont_title {
    width: 100%;
    padding-bottom: 40px;
    font-size: 24px;
    color: #595959;
    font-weight: 700;
    border-bottom: 1px solid #e5e4e1;
}

.video_list .content .time {
    font-size: 12px;
    margin-top: 20px;
}

.video_list .content .cont {
    margin: 0 10%;
    padding: 30px 0;
}

.video_list .content .cont img {
    width: 100%;
    height: auto;
}

.video_list .content .cont .info {
    margin-top: 39px;
}

.video_list .title_items {
    margin-bottom: 20px;
}

.video_list .video {
    width: 100%;
}

.video_list .video video {
    margin-bottom: 10px;
    width: 100%;
    border-radius: 20px;
    height: 200px;
}

.video_list .video .video_item {
    position: relative;
    cursor: pointer;
}

.video_list .video .video_play {
    top: 0;
    position: absolute;
    width: calc(100% - var(--bs-gutter-x) * 0.5 * 2);
    height: 200px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

.video_list .video .video_play img {
    width: 74px;
    height: 74px;
}

@media only screen and (max-width: 500px) {
    .video_list .video {
        width: 100%;
    }

    .video_list .video video {
        margin-bottom: 10px;
        width: 100%;
        border-radius: 10px;
        height: 100px;
    }

    .video_list .video .video_play {
        top: 0;
        position: absolute;
        width: calc(100% - var(--bs-gutter-x) * 0.5 * 2);
        height: 100px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 10px;
    }

    .video_list .video .video_play img {
        width: 44px;
        height: 44px;
    }
}

.news {
    /* padding: 30px;
    margin: 20px 0; */
    /*border-radius: 10px;*/
    /*background: #fff;*/
    font-size: 24px;
    height: auto;
}

.news .navbar {
    border-bottom: 1px solid #e5e4e1;
}

.news .navbar .nav-item:hover {
    color: #4f64f9;
}

.news .cont_title {
    width: 100%;
    font-size: 24px;
    color: #595959;
    font-weight: 700;
    overflow: hidden;
}

.news .cont_title .lines {
    width: 20%;
    height: 1px;
    background: #e5e4e1;
    position: relative;
}

.news .cont_title .lines span {
    position: absolute;
    width: 10%;
    height: 1px;
    background: #000;
}

.news .cont_title .lines .left:first-child {
    right: 0;
}

.news .cont_title .lines .right:nth-child(2) {
    left: 0;
}

.news .cont_title .text {
    margin: 0 30px;
}

.news .list, .news .video {
    width: 100%;
    margin: 20px auto;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    background: white;
    border-radius: 15px;
}

.news .list .list_item,
.news .video .list_item {
    padding: 10px 0;
}

.news .list .list_item img,
.news .video .list_item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news .list .list_item .tit,
.news .video .list_item .tit {
    font-size: 20px;
}

.news .list .list_item .cont,
.news .video .list_item .cont {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.news .list_item .cont p, .news .list_item .cont div {
    text-align: left;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* white-space: nowrap; */
    line-clamp: 5;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden!important;
    display: -webkit-box!important;
    -webkit-box-orient: vertical!important;
    -webkit-line-clamp: 2!important;
    /* white-space: pre-wrap!important; */
}

@media only screen and (max-width: 500px) {

    .news .list .list_item,
    .news .video .list_item {
        padding: 10px 0;
    }

    .news .list .list_item img,
    .news .video .list_item img {
        width: 100%;
        -o-object-fit: fill;
        object-fit: fill;
    }

    .news .list .list_item .tit,
    .news .video .list_item .tit {
        font-size: 16px;
        margin-top: 20px;
    }

    .news .list .list_item .cont,
    .news .video .list_item .cont {
        font-size: 14px;
        color: #999;
        margin-top: 10px;
    }
}