.main{
    margin-bottom: 70px;
}
.swiper-box{
    height: 500px;
    position: relative;
}
.swiper-box:before{
    content: "";
    width: 100%;
    height: 90px;
    background: -webkit-linear-gradient(transparent, rgba(0,0,0,.8));
    background: -o-linear-gradient(transparent, rgba(0,0,0,.8));
    background: -moz-linear-gradient(transparent, rgba(0,0,0,.8));
    background: linear-gradient(transparent, rgba(0,0,0,.8));
    position: absolute;
    left: 0;
    bottom: 0;
}
.swiper-box .swiper1{
    height: 100%;
}
.swiper-box .swiper1 .swiper-slide{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.swiper-box .swiper1 .swiper-slide:before{
    content: "";
    width: 100%;
    height: 90px;
    background: -webkit-linear-gradient(transparent, rgba(0,0,0,.8));
    background: -o-linear-gradient(transparent, rgba(0,0,0,.8));
    background: -moz-linear-gradient(transparent, rgba(0,0,0,.8));
    background: linear-gradient(transparent, rgba(0,0,0,.8));
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.swiper-box .swiper1 .swiper-slide h3{
    line-height: 86px;
    font-size: 34px;
    font-weight: bold;
    top: 414px;
    margin: auto;
    position: relative;
    color: #fff;
    z-index: 3;
}
.swiper-box .swiper1 .swiper-pagination{
    width: 1200px;
    right: 0;
    text-align: right;
    bottom: 22px;
    padding-right: 382px;
    box-sizing: border-box;
    z-index: 3;
}
.swiper-box .swiper1 .swiper-pagination .swiper-pagination-bullet{
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 0 7px;
    background-color: #fff;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.swiper-box .swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #2197dc;
}
.swiper-box .class-list{
    width: 360px;
    background-color: rgba(0,0,0,.6);
    height: 500px;
    overflow: hidden;
}
.swiper-box .class-list .class-tab-wrap{
    border-bottom: 1px solid #50514e;
    text-align: center;
}
.swiper-box .class-list .class-tab-wrap span{
    width: 90px;
    margin: 0 20px;
    color: #b4b4b4;
    font-size: 14px;
    position: relative;
    line-height: 53px;
    font-weight: bold;
    cursor: pointer;
}
.swiper-box .class-list .class-tab-wrap span:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
}
.swiper-box .class-list .class-tab-wrap span.active{
    color: #1d93d4;
    font-size: 18px;
}
.swiper-box .class-list .class-tab-wrap span.active:before{
    border-bottom-color: #1d93d4;
}
.swiper-box .class-list .wrap{
    height: 385px;
    overflow: hidden;
}
.swiper-box .class-list .wrap .items{
    background-color: transparent;
    color: #b4b4b4;
    position: relative;
    padding-left: 40px;
    text-align: left;
    cursor: pointer;
}
.swiper-box .class-list .wrap .items label{
    display: inline-block;
    position: relative;
    padding-left: 26px;
    width: 255px;
    box-sizing: border-box;
    line-height: 45px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
    font-size: 16px;
}
.swiper-box .class-list .wrap .items label:before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background-color: #909090;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.swiper-box .class-list .wrap .items:before{
    content: "";
    width: 7px;
    height: 100%;
    background-color: #1f97de;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.swiper-box .class-list .wrap .items:after{
    content: "";
    width: 21px;
    height: 22px;
    background: url(../../../images/front/fmmm/tuijian.gif) center no-repeat;
    background-size: 16px;
    position: absolute;
    right: 24px;
    top: 50%;
    bottom: 0;
    margin-top: -14px;
    opacity: 0;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.swiper-box .class-list .wrap .items:hover{
    background-color: rgba(0,0,0,.3);
}
.swiper-box .class-list .wrap .items:hover:before{
    opacity: 1;
}
.swiper-box .class-list .wrap .items:hover:after{
    opacity: 1;
}
.swiper-box .class-list .wrap .items:hover label:before{
    background-color: #1e99dc;
}
.swiper-box .class-list .wrap .items:hover label{
    color: #1e99dc;
}
.swiper-box .class-list span.change{
    margin: 14px auto 0;
    display: block;
    width: 286px;
    line-height: 38px;
    border: 1px solid #909090;
    color: #868686;
    text-align: left;
    box-sizing: border-box;
    padding-left: 128px;
    background: url(../../../images/front/fmmm/home_hyh_icon2.png) left 108px center no-repeat;
    background-size: 15px;
    font-size: 15px;
    cursor: pointer;
    -o-user-select: none;
    -moz-user-select: none; /*火狐 firefox*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10+*/
    -khtml-user-select :none; /*早期的浏览器*/
    user-select: none;
}
.swiper-box .class-box{
    position: absolute;
    top: 0;
    right: calc(50% - 600px);
    z-index: 2;
}
.once-wrap .title{
    text-align: center;
    position: relative;
}
.once-wrap .title label{
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #333;
    line-height: 110px;
    padding: 0 77px;
    background-image: url(../../../images/front/fmmm/home_bt_left.png),
    url(../../../images/front/fmmm/home_bt_right.png);
    background-repeat: no-repeat;
    background-position: left 4px center,right center;
    background-size: 52px,56px;
}
.once-wrap .title font{
    position: absolute;
    right: 2px;
    bottom: 36px;
    color: #3b9ddf;
    cursor: pointer;
    padding-right: 18px;
    background: url(../../../images/front/fmmm/home_right_icon.png) right center no-repeat;
    background-size: 13px;
    font-size: 14px;
    line-height: 20px;
}
.once-wrap .once1{
    padding-bottom: 40px;
    background-color: #fff;
}
.once-wrap .once1 .wrap .items{
    margin-right: 30px;
    width: 216px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.once-wrap .once1 .wrap .items:hover{
    -webkit-box-shadow: 0 0 15px #ccc;
    -moz-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
}
.once-wrap .once1 .wrap .items:before{
    content: "";
    width: 34px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 34px;
    position: absolute;
    top: -1px;
    left: 9px;
    z-index: 9;
}
.once-wrap .once1 .wrap .items.must:before{
    background-image: url(../../../images/front/fmmm/all_bx_icon.png);
    /*免费*/
    /*background-image: url(../../../images/front/fmmm/mf_icon.png);*/
}
.once-wrap .once1 .wrap .items.elective:before{
    background-image: url(../../../images/front/fmmm/all_xx.png);
    /*免费*/
    /*background-image: url(../../../images/front/fmmm/mf_icon.png);*/
}
/*.once-wrap .once1 .wrap .items.gratis:before{
    background-image: url(../../../images/front/fmmm/mf_icon.png);
}*/
.once-wrap .once1 .wrap .items:last-child{
    margin-right: 0;
}
.once-wrap .once1 .wrap .items .pic{
    width: 100%;
    height: 144px;
}
.pic{
    display: inline-block;
    overflow: hidden;
}
.pic img{
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ;
    -moz-transition: all .6s ;
    -ms-transition: all .6s ;
    -o-transition: all .6s ;
    transition: all .6s ;
}
.pic img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.once-wrap .once1 .wrap .items .items-content{
    padding: 8px 10px;
    line-height: 26px;
}
.once-wrap .once1 .wrap .items .items-content h3{
    color: #333;
    font-size: 14px;
}
.once-wrap .once1 .wrap .items .items-content p{
    color: #909090;
    font-size: 12px;
}
.once-wrap .once2{
    padding-top: 20px;
}
.once-wrap .once2 .wrap .items{
    width: 216px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    box-sizing: border-box;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0 0 15px #ccc;
    -moz-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.once-wrap .once2 .wrap .items:before{
    content: "";
    width: 204px;
    height: 8px;
    background-color: rgba(255,255,255,.6);
    border-radius: 0 0 8px 8px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    margin: auto;
    -webkit-box-shadow: 0 0 15px #ccc;
    -moz-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
    z-index: 2;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.once-wrap .once2 .wrap .items:after{
    content: "";
    width: 190px;
    height: 8px;
    background-color: rgba(255,255,255,.6);
    border-radius: 0 0 8px 8px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    margin: auto;
    -webkit-box-shadow: 0 0 15px #ccc;
    -moz-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
    z-index: 1;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.once-wrap .once2 .wrap .items:hover{
    margin-top: -10px;
}
.once-wrap .once2 .wrap .items:hover:before{
    height: 13px;
    bottom: -13px;
}
.once-wrap .once2 .wrap .items:hover:after{
    height: 13px;
    bottom: -26px;
}
.once-wrap .once2 .wrap .items:last-child{
    margin-right: 0;
}
.once-wrap .once2 .wrap .items img{
    width: 100%;
    height: 144px;
    border-radius: 8px 8px 0 0;
}
.once-wrap .once2 .wrap .items .items-content{
    background-color: #fff;
    padding: 0 10px;
    line-height: 44px;
    color: #333;
    font-size: 14px;
    border-radius: 0 0 8px 8px;
    z-index: 3;
    position: relative;
}
.once-wrap .once3{
    padding: 20px 0 60px;
}
.once-wrap .once3 .left{
    width: 680px;
    margin-right: 50px;
}
.once-wrap .once3 .left .wrap .items{
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0;
}
.once-wrap .once3 .left .wrap .items:first-child{
    padding-top: 0;
}
.once-wrap .once3 .left .wrap .items:last-child{
    padding-bottom: 0;
    border-bottom: 0;
}
.once-wrap .once3 .left .wrap .items .pic{
    width: 176px;
    height: 118px;
    border-radius: 6px;
    margin-right: 20px;
}
.once-wrap .once3 .left .wrap .items .items-content{
    width: 480px;
}
.once-wrap .once3 .left .wrap .items .items-content h3{
    line-height: 24px;
    font-size: 16px;
    max-width: 230px;
    color: #333;
    margin-bottom: 5px;
}
.once-wrap .once3 .left .wrap .items .items-content p{
    line-height: 18px;
    color: #909090;
    font-size: 13px;
}
.once-wrap .once3 .left .wrap .items .items-content span{
    width: 120px;
    line-height: 30px;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 42px;
    background: url(../../../images/front/fmmm/xq_dy_icon2.png) left 15px center no-repeat;
    background-size: 22px;
    background-color: #1f98dc;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    margin-top: 18px;
}
.once-wrap .once3 .right{
    width: 470px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.once-wrap .once3 .right .pic{
    width: 100%;
    height: 316px;
}
.once-wrap .once3 .right .items-content{
    height: 120px;
    box-sizing: border-box;
    padding: 12px 20px 30px;
    background-color: #fff;
}
.once-wrap .once3 .right .items-content h3{
    line-height: 42px;
    color: #333;
    font-size: 16px;
}
.once-wrap .once3 .right .items-content p{
    line-height: 18px;
    color: #909090;
    font-size: 13px;
}
.once-wrap .once3 .right span{
    width: 120px;
    line-height: 30px;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 42px;
    background: url(../../../images/front/fmmm/xq_dy_icon2.png) left 15px center no-repeat;
    background-size: 22px;
    background-color: #1f98dc;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}
.once-wrap .once4{
    padding-bottom: 40px;
}
.once-wrap .once4 .swiper2{
    height: 284px;
    padding: 10px;
}
.once-wrap .once4 .swiper2 .swiper-pagination{
    bottom: 0;
}
.once-wrap .once4 .swiper2 .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    margin: 0 6px;
    opacity: 1;
    border-radius: 50px;
    background-color: #f2f2f2;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.once-wrap .once4 .swiper2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #1f98dc;
    width: 26px;
}
.once-wrap .once4 .swiper2 img{
    width: 230px;
    height: 230px;
}
.once-wrap .once4 .swiper2 .swiper-slide{
    height: 230px;
    box-shadow: 0 0 5px #ccc;
}
.once-wrap .once4 .swiper2 .items-content{
    padding: 14px 30px 0;
    box-sizing: border-box;
    width: 340px;
}
.once-wrap .once4 .swiper2 .items-content h3{
    line-height: 38px;
    color: #333;
    font-size: 18px;
}
.once-wrap .once4 .swiper2 .items-content h4{
    font-size: 13px;
    color: #8f8f8f;
    line-height: 30px;
}
.once-wrap .once4 .swiper2 .items-content p{
    line-height: 24px;
    font-size: 14px;
    color: #909090;
}
.once-wrap .once4 .swiper2 .items-content span{
    border-radius: 4px;
    width: 72px;
    line-height: 24px;
    color: #fff;
    background-color: #1f98dc;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    margin-top: 16px;
}
.once-wrap .once5{
    padding-top: 20px;
}
.once-wrap .once5 .left{
    width: 690px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    position: relative;
    border-right: none;
}
.once-wrap .once5 .left img{
    width: 100%;
    height: 462px;
}
.once-wrap .once5 .left .left-content{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    box-sizing: border-box;
    text-align: center;
    padding-top: 130px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.once-wrap .once5 .left .left-content h3{
    line-height: 46px;
    font-size: 26px;
    display: block;
    width: 80%;
    margin: auto;
}
.once-wrap .once5 .left .left-content p{
    line-height: 32px;
    margin-bottom: 10px;
}
.once-wrap .once5 .left .left-content p label{
    font-size: 14px;
}
.once-wrap .once5 .left .left-content p font{
    padding-left: 20px;
    margin-left: 20px;
    background: url(../../../images/front/fmmm/home_pedple_icon.png) left center no-repeat;
    background-size: 16px;
    font-size: 14px;
}
.once-wrap .once5 .left .left-content em{
    display: block;
    margin: auto;
    text-align: left;
    background: url(../../../images/front/fmmm/tuijian.gif) left 78px center no-repeat;
    background-size: 21px;
    background-color: rgba(0,0,0,.6);
    font-size: 14px;
    color: #fff;
    width: 234px;
    line-height: 34px;
    padding-left: 110px;
    border-radius: 50px;
    cursor: pointer;
    box-sizing: border-box;
}
.once-wrap .once5 .left .left-content span{
    width: 150px;
    line-height: 50px;
    display: block;
    margin: 20px auto 0;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    background-color: #1f98dc;
    cursor: pointer;
}
.once-wrap .once5 .right{
    border: 1px solid #e1e1e1;
    border-left: none;
    width: 510px;
    box-sizing: border-box;
    background-color: #fff;
    height: 462px;
}
.once-wrap .once5 .right .wrap .items{
    border-left: 7px solid transparent;
    position: relative;
    box-sizing: border-box;
    padding: 13px 30px 14px 132px;
    cursor: pointer;
    background-color: #fff;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.once-wrap .once5 .right .wrap .items.on:before{
    content: "";
    width: 21px;
    height: 22px;
    background: url(../../../images/front/fmmm/tuijian.gif) center no-repeat;
    background-size: 21px;
    position: absolute;
    left: 18px;
    top: 11px;
}
.once-wrap .once5 .right .wrap .items.off:before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background-color: #ccc;
    position: absolute;
    left: 24px;
    top: 23px;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.once-wrap .once5 .right .wrap .items:after{
    content: "";
    font-size: 16px;
    line-height: 28px;
    position: absolute;
    left: 60px;
    top: 12px;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.once-wrap .once5 .right .wrap .items.on:after{
    content: "直播中";
}
.once-wrap .once5 .right .wrap .items.off:after{
    content: "预告";
    color:#909090;
}
.once-wrap .once5 .right .wrap .items h3{
    line-height: 28px;
    font-size: 16px;
    color: #333;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.once-wrap .once5 .right .wrap .items p{
    padding-left: 18px;
    background: url(../../../images/front/fmmm/home_time_icon.png) left center no-repeat;
    background-size: 13px;
    line-height: 22px;
    font-size: 13px;
    color: #909090;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.once-wrap .once5 .right .wrap .items:hover{
    background-color: #e7f7ff;
    border-left-color: #1f98dc;
}
.once-wrap .once5 .right .wrap .items:hover h3{
    color: #1f98dc;
}
.once-wrap .once5 .right .wrap .items:hover p{
    color: #1f98dc;
    background-image: url(../../../images/front/fmmm/home_time_pressed_icon.png);
}
.once-wrap .once5 .right .wrap .items:hover:after{
    color: #1f98dc;
}
.once-wrap .once5 .right .wrap .items.off:hover:before{
    background-color: #1f98dc;
}
.once-wrap .once6{
    padding-top: 20px;
}
.once-wrap .once6 .items-left-box .left-box-wrap{
    box-sizing: border-box;
    width: 840px;
    padding: 20px 20px 0;
}
.once-wrap .once6 .items-left-box .left-box-wrap .left-box-items{
    padding: 10px 0 30px;
    margin-right: 40px;
}
.once-wrap .once6 .items-left-box .left-box-wrap .left-box-items:nth-child(2n){
    margin-right: 0;
}
.once-wrap .once6 .items-left-box .left-box-wrap .left-box-items img{
    width: 130px;
    height: 66px;
    margin-right: 20px;
}
.once-wrap .once6 .items-left-box{
    width: 840px;
    margin-right: 20px;
}
.once-wrap .once6 .items-left-box .left-box-wrap .left-box-items .left-box-items-content{
    width: 230px;
}
.once-wrap .once6 .items-left-box .left-box-wrap .left-box-items .left-box-items-content h3{
    line-height: 28px;
    color: #333;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.once-wrap .once6 .items-left-box .left-box-wrap .left-box-items .left-box-items-content h3:hover{
    color: #1c97da;
}
.once-wrap .once6 .items-left-box .left-box-wrap .left-box-items .left-box-items-content p{
    line-height: 22px;
    color: #909090;
    font-size: 14px;
}
.once-wrap .once6 .items-right-box{
    width: 340px;
    cursor: pointer;
}
.once-wrap .once6 .items-right-box img{
    width: 100%;
    height: 170px;
    position: relative;
}
.once-wrap .once6 .items-right-box .img:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.3);
    background-image: url(../../../images/front/fmmm/xuanfu.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 38px;
    z-index: 1;
}
.once-wrap .once6 .items-right-box .right-content{
    padding: 5px 14px;
    background-color: #fff;
}
.once-wrap .once6 .items-right-box .right-content h3{
    line-height: 28px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.once-wrap .once6 .items-right-box .right-content p{
    line-height: 24px;
    color: #909090;
    font-size: 14px;
}
