﻿      .tage {
          font-size:12px;
        position:absolute;
        right:0px;top:0px;
        background-color:#07C614;
        color:#fff;
        border-radius:0 8px 0 10px;
        padding:2px 10px;
        }
     
        .tage_vip{
                background-color:#F2D65B !important;
                 color:#8A4D24 !important;
        }
.top {
    padding: 12px 12px 12px;
    text-align: center;
    color: #fff;
    /*    background-image: linear-gradient(#094217,#1B642D);*/

        background-image: linear-gradient(#094217,#1B642D);
}

.top p {
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.top span{
    color: white;
}
.top span:nth-child(3) {
    font-size: 20px;
    color: #fff;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
}
.kc_type_box{
    box-sizing: border-box;
    padding: 2% 3%;
    background-color: white;
    height: 45px;
    position: relative;
}
.kc_type_box ul{
    display: flex;
    justify-content: space-between;
    height: 28px;
}
.kc_type_box .sxing{
    width: 50%;
}
.kc_type_box .sxing li{
    width: 50%;
    text-align: center;
    display: block;
}
.kc_type_box .sxing li:nth-of-type(2){
    text-align: right;
}
.kc_type_box ul li{
    font-size: 14px;
    color: #333333;
    font-family: "思源黑体 CN Regular";
    display: flex;
    justify-content: center;
    width: 33%;
    align-items: center;
    line-height: 28px;
}
.kc_type_box ul li .li_box{
    display: flex;
    justify-content: center;
    padding-bottom: 2%;
    align-items: center;
}
.kc_type_box ul .bs{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: white;
    box-shadow: 3px 0 7px rgba(101,101,101,0.1);
    width: 50%;
    padding: 2%;
    box-sizing: border-box;
    z-index: 99;
    border-radius: 2px 0 0 2px;
}
.kc_type_box ul .bs .li_box{
    justify-content: initial;
    border-bottom: 1px solid #eeeeee;
}
.kc_type_box ul .bs .li_box{
    color: #094217;
}
.sx_box{
    padding: 3% 2%;
    box-sizing: border-box;
    display: none;
}
.sxing .bs .sx_box{
    display: block;
}
.kc_type_box ul li img{
    width: 14px;
    margin-left: 5px;
}
.kc_title{
    display: flex;
    align-items: center;
}
.kc_title .cirle{
    width: 2px;
    height: 19px;
    background-image: linear-gradient(#ffffff,#094217);
    margin-right: 5%;
}
.kc_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kc_list .kc_li{
    margin-top: 8%;
    width: 50px;
    text-transform: uppercase;
    font-size: 12px;
    color: #666666;
    height: 19px;
    line-height: 19px;
}
.kc_list .xz{
    color: #094217;
}
.kc_list .kc_li .xz_cirle{
    margin-top: -5px;
    width: 100%;
    height: 5px;
    border-radius: 2.5px;
    background-color: #094217;
    display: none;
}
.kc_list .xz .xz_cirle{
    display: block;
}
.kc_type1{
    margin-top: 12%;
}
.button_box{
    margin-top: 8%;
    display: flex;
    padding: 0 8%;
    box-sizing: border-box;
    justify-content: space-between;
}
.button_box button{
    width: 48%;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border: none;
    border-radius: 4px;
    outline: none;
}
.button_box .qr{
    background-color: #094217;
    color: white;
}
.ls_box ul li:nth-of-type(n+2){
    margin-left: 28px;
}
.ls_box ul .bs{
    color: #094217;
    background: url(../images/ls_bgc.png) no-repeat center bottom;
    background-size: contain;
}
.sp_box{
    padding: 0 3%;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.sp_box li{
    width: 49%;
    margin-right: 2%;
    margin-top: 4%;
    background-color: white;
    border-radius: 5px;
}
.sp_box li:nth-of-type(2n){
    margin-right: 0;
}

.sp_box .tp{
    position: relative;
}
.sp_box .tp .video_img{
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 46vw;
}
.sp_box .bf_box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sp_box .bf_box img{
    width: 25%;
}
.sp_box li a .nr {
    padding: 3% 4% 5% 4%;
    box-sizing: border-box;
  }
.sp_box li a .nr h3 {
white-space: initial;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 color: #000;
 height: 2.5rem;
 font-size: .9rem;
 font-weight: normal;
}
.sp_box li a .nr p{
    font-size: 12px;
    color: #7f7f7f;
    margin-top: 3px;
}
.sp_box li a .nr .jia {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 1%;
}
.sp_box li a .nr .jia span{
    height: 1.42rem;
    line-height: 1.42rem;
    text-align: left;
    display: inline-block;
    border-radius: 0.625rem;
    box-sizing: border-box;
    color: #676767;
    font-size: 0.83rem;
}
.sp_box li a .nr .jia .jd{
    font-size: 12px;
    text-align: right;
    text-transform: uppercase;
}
.sp_box li a .nr .jia .mf{
    color: #40bc2c;
}

.sp_box li a .nr .jia .mf img{
    width: 6.93vw;
    margin-left: auto;
    margin-top: 1vw;
}
.sp_box li a .nr .jia .vip{
    color: #094217;
}
.look_more{
    background-image: linear-gradient(#f6c661,#fa5d31);
    padding: 2% 1%;
    box-sizing: border-box;
}
.look_more_title{
    display: flex;
    align-items: center;
}
.look_more_title img{
    width: 20px;
}
.look_more_title p{
    font-size: 14px;
    color: white;
    margin-left: 5%;
}
.look_more a{
    width: 100%;
    display: block;
    border-radius: 10px;
    background-color: white;
    text-align: center;
    margin-top: 5%;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}