    * {
        padding: 0;
        margin: 0;
    }
    
    a {
        text-decoration: none;
        color: unset;
    }
    
    body {
        background-color: rgb(221, 221, 221);
    }
    /* 头部 */
    
    .head {
        height: 75px;
        background-color: #14131F;
        /* padding: 0 150px; */
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .head_box1 {
        display: flex;
        height: 75px;
        align-items: center;
    }
    
    .head_box1_text_mask_box2_content {
        padding: 0 30px;
        height: 100%;
    }
    
    .login_text2 {
        line-height: 40px;
    }
    
    .login_text {
        height: 107px;
        line-height: 107px;
    }
    
    .head_box1_text_serverMask_item {
        text-align: center;
        line-height: 50px;
    }
    
    .head_box2_box {
        display: flex;
        align-items: center;
        margin-left: 35px;
        cursor: pointer;
    }
    
    .head_box1_text {
        font-size: 18px;
        font-weight: 400;
        color: #FFFFFF;
        margin-right: 31px;
        cursor: pointer;
        position: relative;
        height: 75px;
        line-height: 75px;
    }
    
    .head_box1_img {
        width: 145px;
        height: 33px;
        margin-right: 68px;
    }
    
    .head_choose {
        font-size: 18px;
        font-weight: bold;
        color: #CBA264;
    }
    
    .head_box1_search {
        width: 136px;
        height: 40px;
        border: 1px solid #CBA264;
        border-radius: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-right: 30px;
    }
    
    .head_box1_search_input {
        width: 82px;
        outline: none;
        outline-style: none;
        background-color: #14131F;
        border: 0;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        margin-left: 10px;
    }
    
    .head_box1_search img {
        width: 27px;
        height: 27px;
        margin-right: 10px;
        cursor: pointer;
    }
    
    .head_box2 {
        display: flex;
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
    }
    
    .head_box2_img {
        width: 22px;
        height: 22px;
        margin-right: 11px;
    }
    
    .head_box1_text_serverMask {
        position: absolute;
        top: 75px;
        left: 0;
        width: 140px;
        /* height: 400px; */
        background-color: rgb(255, 143, 69);
        z-index: 999;
        font-size: 15px;
        color: #FFFFFF;
        display: none;
    }
    
    .head_box1_text_serverMask_item {
        text-align: center;
        line-height: 50px;
    }
    
    .head_box1_text_mask_box1 {
        width: 20%;
        height: 100%;
        background-color: rgb(255, 238, 226);
    }
    
    .head_box1_text_mask_box1_text {
        color: rgb(255, 143, 81);
        height: 33%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        font-weight: 400;
    }
    
    .head_box1_text_mask_box2 {
        font-size: 17px;
        color: #000000;
        width: 100%;
    }
    
    .head_box1_text_mask_box2_item {
        height: 33%;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: space-around;
        border-bottom: 1px solid rgb(243, 243, 243);
    }
    
    #head_box1_text_mask {
        position: absolute;
        left: 0;
        top: 75px;
        width: 700px;
        height: 160px;
        background-color: #FFFFFF;
        z-index: 9999;
        display: flex;
    }
    
    .login_mask {
        position: absolute;
        left: 0;
        top: 73px;
        border: 1px solid rgb(255, 231, 209);
        width: 91px;
        /* height: 150px; */
        z-index: 999;
        background-color: #FFFFFF;
        color: rgb(103, 96, 91);
        font-size: 17px;
        text-align: center;
        display: none;
    }
    
    .head_box2_text {
        position: relative;
    }
    
    .head_box3 {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 999;
        top: 75px;
    }
    
    .head_box3_content {
        display: none;
        width: 1200px;
        height: 126px;
        background: #FFFFFF;
        box-shadow: 0px 1px 3px 0px rgba(190, 190, 190, 0.95);
    }
    
    .head_box3_item1 {
        height: 47px;
        border-bottom: 2px solid #EBEBEB;
        padding: 0 58px;
        display: flex;
        align-items: center;
    }
    
    .head_box3_item1_text {
        font-size: 14px;
        font-weight: 400;
        color: #999999;
        margin-right: 35px;
        display: flex;
        align-items: center;
    }
    
    .head_box3_item1_icon1 {
        width: 15px;
        height: 14px;
        margin-right: 5px;
        margin-top: -2px;
    }
    
    .head_box3_item1_icon2 {
        width: 16px;
        height: 15px;
        margin-right: 5px;
    }
    
    .head_box3_item1_icon3 {
        width: 13px;
        height: 15px;
        margin-right: 5px;
    }
    
    .head_box3_item1_icon4 {
        width: 11px;
        height: 14px;
        margin-right: 5px;
    }
    
    .head_box3_item2 {
        padding: 0 58px;
        height: 77px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .head_box3_item2_box1 {
        display: flex;
        align-items: center;
    }
    
    .head_box3_item2_img1 {
        width: 81px;
        height: 39px;
        margin-right: 33px;
    }
    
    .head_box3_item2_box1_item {
        display: flex;
        align-items: center;
        margin-right: 47px;
    }
    
    .head_box3_item2_img2 {
        width: 107px;
        height: 60px;
        margin-right: 13px;
    }
    
    .head_box3_item2_box1_item_text1 {
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        width: 180px;
        height: 38px;
    }
    
    .head_box3_item2_box1_item_text2 {
        font-size: 11px;
        font-weight: 400;
        color: #B3B3B3;
    }
    
    .head_box3_item2_box2 {
        display: flex;
        align-items: center;
    }
    
    .head_box3_item2_box2_img {
        width: 94px;
        height: 40px;
        margin-right: 29px;
    }
    
    .head_box3_item2_box2_item {
        background-image: url(../static/head/icon6.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 61px;
        height: 62px;
        display: flex;
        align-items: flex-end;
        margin-right: 21px;
    }
    
    .head_box3_item2_box2_item_text {
        width: 100%;
        height: 24px;
        background: rgba(75, 92, 87, 0.8);
        font-size: 12px;
        font-weight: 400;
        color: #E9E6D5;
        text-align: center;
        line-height: 24px;
    }
    
    .head_box3_content2 {
        width: 1200px;
        height: 103px;
        background: #FFFFFF;
        box-shadow: 0px 1px 3px 0px rgba(190, 190, 190, 0.95);
        display: flex;
        align-items: center;
    }
    
    .head_box3_content2_img {
        width: 94px;
        height: 40px;
        margin-left: 33px;
        margin-right: 32px;
    }
    
    .head_box3_content2_item {
        display: flex;
        align-items: center;
        margin-right: 46px;
    }
    
    .head_box3_content2_item_img {
        width: 63px;
        height: 63px;
        margin-right: 15px;
    }
    
    .head_box3_content2_item_text {
        font-size: 14px;
        font-weight: 500;
        color: #666666;
        display: flex;
        align-items: center;
    }
    
    .head_box3_content2_item_img2 {
        width: 14px;
        height: 13px;
        margin-left: 4px;
    }
    
    .head_box3_content2_item_text2 {
        width: 57px;
        height: 24px;
        background: #D8A239;
        border-radius: 3px;
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
        line-height: 24px;
        margin-top: 10px;
    }
    
    .head_box3_content4 {
        width: 1200px;
        height: 135px;
        background: #FFFFFF;
        box-shadow: 0px 1px 3px 0px rgba(190, 190, 190, 0.95);
    }
    
    .head_box3_content4_item {
        height: 45px;
        border-bottom: 1px solid #EBEBEB;
        padding: 0 58px;
        display: flex;
        align-items: center;
    }
    
    .head_box3_content4_item_text {
        font-size: 14px;
        font-weight: 400;
        color: #999999;
        margin-right: 35px;
    }
    
    .head_box3_content4_item2 {
        padding: 0 33px;
        display: flex;
        align-items: center;
        height: 89px;
    }
    
    .head_box3_content4_item2_img {
        width: 94px;
        height: 40px;
        margin-right: 32px;
    }
    
    .head_box3_content4_item2_box {
        display: flex;
        align-items: center;
        margin-right: 46px;
    }
    
    .head_box3_content4_item2_box_img {
        width: 63px;
        height: 63px;
        margin-right: 15px;
    }
    
    .head_box3_content4_item2_box_text {
        font-size: 14px;
        font-weight: 500;
        color: #666666;
        display: flex;
        align-items: center;
    }
    
    .head_box3_content4_item2_box_img2 {
        width: 14px;
        height: 13px;
        margin-left: 4px;
    }
    
    .head_box3_content4_item2_box_text2 {
        width: 57px;
        height: 24px;
        background: #D8A239;
        border-radius: 3px;
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
        line-height: 24px;
        margin-top: 10px;
    }
    
    .head_box3_content3 {
        width: 1200px;
        height: 126px;
        background: #FFFFFF;
        box-shadow: 0px 1px 3px 0px rgba(190, 190, 190, 0.95);
    }
    
    .head_box3_content3_item1 {
        border-bottom: 1px solid #EBEBEB;
        height: 45px;
        padding: 0 56px;
        display: flex;
        align-items: center;
    }
    
    .head_box3_content3_item1_box {
        display: flex;
        align-items: center;
    }
    
    .head_box3_content3_item1_box_text1 {
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        display: flex;
        align-items: center;
        margin-right: 48px;
    }
    
    .shu {
        width: 2px;
        height: 15px;
        background: #333333;
        margin-left: 4px;
    }
    
    .head_box3_content3_item1_box_text2 {
        font-size: 14px;
        font-weight: 400;
        color: #999999;
        margin-right: 34px;
    }
    
    .head_box3_content3_item2 {
        padding: 0 56px;
        display: flex;
        align-items: center;
        height: 80px;
    }
    
    .head_box3_content3_item2_img1 {
        width: 81px;
        height: 35px;
        margin-right: 31px;
    }
    
    .head_box3_content3_item2_box {
        display: flex;
        align-items: center;
        margin-right: 47px;
    }
    
    .head_box3_content3_item2_box img {
        width: 107px;
        height: 60px;
        margin-right: 13px;
    }
    
    .head_box3_content3_item2_box_text {
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        width: 168px;
    }
    
    .head_box3_content3_item2_box_text2 {
        font-size: 11px;
        font-weight: 400;
        color: #B3B3B3;
        margin-top: 5px;
    }
    
    .head_box3_content5 {
        width: 1200px;
        height: 126px;
        background: #FFFFFF;
        box-shadow: 0px 1px 3px 0px rgba(190, 190, 190, 0.95);
    }
    
    .head_box1_text:hover {
        font-weight: bold;
        color: #CBA264;
    }
    /* 头部 */
    
    .news {
        width: 1200px;
        height: 47px;
        background: #ECDFB0;
        overflow: hidden;
        line-height: 47px;
        font-size: 23px;
        font-weight: 500;
        color: #AF761F;
        /* display: flex; */
        position: relative;
        margin-bottom: 28px;
    }
    
    ul,
    li {
        list-style: none;
    }
    
    .news_img {
        width: 33px;
        height: 29px;
        position: absolute;
        left: 41px;
        top: 10px;
    }
    
    .big_content {
        width: 1200px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 145px;
    }
    
    .big_box1_content1 {
        width: 865px;
        height: 227px;
        background-image: url(../static/topic/icon1.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
        overflow: hidden;
    }
    
    .tag {
        width: 33px;
        height: 54px;
        position: absolute;
        left: 25px;
        top: 0;
    }
    
    .big_box1_content1_item1 {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 18px;
        margin-right: 17px;
    }
    
    .big_box1_content1_item1_img1 {
        width: 18px;
        height: 16px;
        margin-right: 18px;
        cursor: pointer;
    }
    
    .big_box1_content1_item1_img2 {
        width: 18px;
        height: 16px;
        cursor: pointer;
    }
    
    .big_box1_content1_item2 {
        width: 60px;
        height: 22px;
        background: #C88F3B;
        font-size: 16px;
        text-align: center;
        line-height: 22px;
        font-weight: bold;
        color: #FEFEFE;
        margin-top: 15px;
        margin-left: 92px;
    }
    
    .big_box1_content1_item3 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 96px;
        padding-right: 83px;
        margin-top: 14px;
    }
    
    .big_box1_content1_item3_text1 {
        font-size: 16px;
        font-weight: bold;
        color: #895810;
        line-height: 27px;
    }
    
    .big_box1_content1_item3_text2 {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 400;
        color: #895810;
        text-align: center;
    }
    
    .big_box1_content1_item3_text3 {
        font-size: 17px;
        font-weight: bold;
        color: #895810;
    }
    
    .big_box1_content1_item3_text3_box {
        width: 82px;
    }
    
    .big_box1_content1_item4 {
        margin-top: 30px;
        margin-left: 92px;
        display: flex;
        align-items: center;
    }
    
    .big_box1_content1_item4_text {
        width: 86px;
        height: 28px;
        background: #959595;
        font-size: 13px;
        text-align: center;
        line-height: 28px;
        font-weight: 400;
        color: #FFFFFF;
        margin-right: 35px;
        cursor: pointer;
    }
    
    .big_box1_content2 {
        width: 865px;
        height: 2432px;
        background: #FFFFFF;
        margin-top: 20px;
    }
    
    .big_box1_content2_item1 {
        height: 49px;
        border-bottom: 1px solid #DDDDDD;
        display: flex;
        line-height: 63px;
        padding-left: 6px;
    }
    
    .big_box1_content2_item1_text {
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        margin-right: 20px;
        cursor: pointer;
    }
    
    .big_box1_content2_item1_text2 {
        font-size: 16px;
        font-weight: bold;
        color: #AF761F;
    }
    
    .big_box1_content2_item2 {
        padding: 25px 0;
        padding-left: 5px;
        padding-right: 12px;
        border-bottom: 1px solid #DDDDDD;
    }
    
    .big_box1_content2_item2_box1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    
    .big_box1_content2_item2_box1_item1 {
        display: flex;
        align-items: center;
    }
    
    .big_box1_content2_item2_box1_item1_img {
        width: 45px;
        height: 45px;
        margin-right: 10px;
        cursor: pointer;
    }
    
    .big_box1_content2_item2_box1_item1_text1 {
        font-size: 16px;
        font-weight: bold;
        color: #000000;
        margin-right: 10px;
    }
    
    .big_box1_content2_item2_box1_item1_img2 {
        width: 16px;
        height: 13px;
        margin-right: 7px;
    }
    
    .big_box1_content2_item2_box1_item1_img3 {
        width: 38px;
        height: 15px;
        margin-right: 7px;
        cursor: pointer;
    }
    
    .big_box1_content2_item2_box1_item1_text2 {
        padding: 1px 3px;
        background: #FCD7A3;
        font-size: 11px;
        font-weight: 400;
        color: #C68920;
        margin-right: 7px;
        cursor: pointer;
    }
    
    .big_box1_content2_item2_box1_item1_text3 {
        padding: 4px 7px;
        display: flex;
        font-size: 11px;
        font-weight: 400;
        color: #1724CA;
        background: #E1E5FF;
        margin-right: 7px;
        cursor: pointer;
    }
    
    .big_box1_content2_item2_box1_item1_text3 img {
        width: 10px;
        height: 11px;
        margin-right: 4px;
        margin-top: 3px;
    }
    
    .big_box1_content2_item2_box1_item1_text4 {
        font-size: 12px;
        font-weight: 400;
        color: #A8A8A8;
        margin-top: 5px;
    }
    
    .big_box1_content2_item2_box1_item2 {
        display: flex;
        align-items: center;
        margin-right: 34px;
    }
    
    .big_box1_content2_item2_box1_item2_text1 {
        width: 59px;
        height: 29px;
        border: 1px solid #F99507;
        border-radius: 3px;
        font-size: 15px;
        font-weight: 400;
        color: #FCC77C;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 11px;
        cursor: pointer;
    }
    
    .big_box1_content2_item2_box1_item2_text1 img {
        width: 15px;
        height: 12px;
        margin-right: 3px;
    }
    
    .big_box1_content2_item2_box1_item2_img {
        width: 21px;
        height: 11px;
        cursor: pointer;
    }
    
    .big_box1_content2_item2_box1_img {
        width: 18px;
        height: 32px;
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .big_box1_content2_item2_box2 {
        padding-left: 54px;
        padding-right: 52px;
        margin-top: 12px;
        font-size: 15px;
        font-weight: 400;
        color: #000000;
    }
    
    .big_box1_content2_item2_box2_text {
        color: #F1C180;
        cursor: pointer;
    }
    
    .big_box1_content2_item2_box2_text2 {
        color: #9C0707;
    }
    
    .big_box1_content2_item2_box2_text2 img {
        width: 14px;
        height: 13px;
        margin-right: 2px;
        display: inline-block;
    }
    
    .big_box1_content2_item2_box3 {
        margin-top: 14px;
        display: flex;
        align-items: center;
        padding-left: 54px;
    }
    
    .big_box1_content2_item2_box3 img {
        width: 80px;
        height: 80px;
        margin-right: 22px;
    }
    
    .big_box1_content2_item2_box4 {
        padding-left: 54px;
        margin-top: 19px;
    }
    
    .big_box1_content2_item2_box4_text {
        display: flex;
        align-items: center;
    }
    
    .big_box1_content2_item2_box4_text2 {
        background: #ECECEC;
        border-radius: 8px;
        padding: 2px 8px;
        font-size: 11px;
        font-weight: 400;
        color: #000000;
        cursor: pointer;
    }
    
    .big_box1_content2_item2_box4_text img {
        width: 11px;
        height: 10px;
        margin-right: 4px;
    }
    
    .big_box1_content2_item2_box5 {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 4px;
    }
    
    .big_box1_content2_item2_box5_text {
        font-size: 13px;
        font-weight: 400;
        color: #000000;
        display: flex;
        align-items: center;
        margin-right: 16px;
        cursor: pointer;
    }
    
    .big_box1_content2_item2_box5_text_img {
        width: 18px;
        height: 14px;
        margin-right: 5px;
    }
    
    .big_box1_content2_item2_box5_text_img2 {
        width: 17px;
        height: 9px;
        margin-right: 5px;
    }
    
    .big_box1_content2_item2_box5_text_img3 {
        width: 17px;
        height: 18px;
        margin-right: 5px;
    }
    
    .big_box1_content2_item2_box5_text_img4 {
        width: 13px;
        height: 13px;
        margin-right: 5px;
    }
    
    .big_box1_content2_item2_box6 {
        padding-left: 54px;
        margin-top: 14px;
    }
    
    .big_box1_content2_item3 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .big_box1_content2_item3_text {
        width: 300px;
        height: 50px;
        background: linear-gradient(90deg, #FAEFD5 0%, #F7DEAA 100%);
        border-radius: 25px;
        font-size: 16px;
        font-weight: 400;
        color: #97590E;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }
    
    .big_box1_content2_item3_text img {
        width: 29px;
        height: 29px;
        margin-right: 10px;
    }
    
    .big_box2_content1 {
        width: 315px;
        height: 578px;
        background: #FFFFFF;
    }
    
    .big_box2_content1_item {
        height: 54px;
        border-bottom: 1px solid #DDDDDD;
        padding: 0 8px;
        font-size: 18px;
        font-weight: bold;
        color: #000000;
        line-height: 66px;
    }
    
    .big_box2_content1_item2 {
        font-size: 13px;
        font-weight: 400;
        color: #000000;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 15px;
        margin-bottom: 19px;
        padding: 0 3px;
    }
    
    .big_box2_content1_item3 {
        padding: 0 3px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 26px;
        cursor: pointer;
    }
    
    .big_box2_content1_item3_text {
        font-size: 15px;
        font-weight: bold;
        color: #000000;
        width: 26px;
        text-align: center;
    }
    
    .big_box2_content1_item3 img {
        width: 30px;
        height: 30px;
        margin-right: 4px;
        margin-left: 8px;
    }
    
    .big_box2_content1_item3_text2 {
        font-size: 15px;
        color: #000000;
        width: 130px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }
    
    .big_box2_content1_item3_text3 {
        font-size: 15px;
        color: #000000;
        width: 52px;
        text-align: center;
    }
    
    .big_box2_content2 {
        width: 315px;
        height: 687px;
        background: #FFFFFF;
        margin-top: 20px;
        overflow: auto;
    }
    
    .big_box2_content2_item {
        padding: 0 25px;
        margin-top: 22px;
    }
    
    .big_box2_content2_item_title {
        border-bottom: 1px solid #CBA264;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 35px;
    }
    
    .tab_choose {
        font-size: 16px;
        font-weight: bold;
        color: #000000;
    }
    
    .big_box2_content2_item_title1 {
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
    }
    
    .big_box2_content2_item_title3 {
        margin-right: 15px;
        cursor: pointer;
    }
    
    .big_box2_content2_item_title2 {
        font-size: 12px;
        cursor: pointer;
    }
    
    .big_box2_content2_item2 {
        padding: 0 25px;
        margin-top: 10px;
        border-bottom: 1px solid #BFBFBF;
    }
    
    .big_box2_content2_item2_box {
        display: flex;
        align-items: center;
    }
    
    .big_box2_content2_item2_box img {
        width: 25px;
        height: 25px;
        margin-right: 13px;
    }
    
    .big_box2_content2_item2_box_text1 {
        font-size: 16px;
        font-weight: bold;
        margin-right: 15px;
    }
    
    .big_box2_content2_item2_box_text2 {
        font-size: 14px;
        color: #676767;
    }
    
    .big_box2_content2_item2_box2 {
        display: flex;
        margin-top: 16px;
    }
    
    .big_box2_content2_item2_box2_text1 {
        width: 20px;
        height: 20px;
        background: #193AB2;
        font-size: 11px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        line-height: 20px;
        margin-right: 16px;
    }
    
    .big_box2_content2_item2_box2_text2 {
        font-size: 14px;
        color: #193AB2;
        font-weight: bold;
        flex: 1;
    }
    
    .big_box2_content2_item2_box3 {
        display: flex;
        margin-top: 15px;
        margin-bottom: 21px;
    }
    
    .big_box2_content2_item2_box3_text1 {
        width: 20px;
        height: 20px;
        background: #C48A1A;
        font-size: 11px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        line-height: 20px;
        margin-right: 16px;
    }
    
    .big_box2_content2_item2_box3_text2 {
        font-size: 14px;
        color: #C48A1A;
        font-weight: bold;
        flex: 1;
    }
    
    .big_box2_content2_item3 {
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        margin-bottom: 25px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        cursor: pointer;
    }
    
    .big_box2_content3 {
        width: 315px;
        height: 920px;
        background: #FFFFFF;
        margin-top: 20px;
        overflow: auto;
    }
    
    .big_box2_content2_item2_box2 {
        display: flex;
        margin-top: 16px;
    }
    
    .big_box2_content2_item2_box2_text1 {
        width: 20px;
        height: 20px;
        background: #193AB2;
        font-size: 11px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        line-height: 20px;
        margin-right: 16px;
    }
    
    .big_box2_content2_item2_box2_text2 {
        font-size: 14px;
        color: #193AB2;
        font-weight: bold;
        flex: 1;
    }
    
    .content2_item2_box2 {
        width: 315px;
        height: 633px;
        background: #FFFFFF;
        overflow: auto;
        margin-top: 20px;
    }
    
    .content2_item2_box2_content {
        padding: 0 21px;
        margin-top: 20px;
    }
    
    .content2_item2_box2_item1 {
        font-size: 18px;
        font-weight: bold;
        color: #000000;
        border-bottom: 1px solid #CBA264;
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
        height: 35px;
    }
    
    .tab_choose4 {
        color: #AF761F;
        border-bottom: 5px solid #CBA264;
        height: 33px;
    }
    
    .content2_item2_box2_item_new {
        /* height: 434px; */
    }
    
    .content2_item2_box2_item2 {
        height: 126px;
        background: #F9F9F9;
        padding: 0 10px;
        margin-top: 15px;
        overflow: hidden;
    }
    
    .content2_item2_box2_item2_box1 {
        display: flex;
        justify-content: space-between;
        font-size: 17px;
        font-weight: bold;
        color: #000000;
        align-items: center;
        margin-top: 9px;
    }
    
    .content2_item2_box2_item2_box1_img1 {
        width: 43px;
        height: 43px;
        margin-right: 10px;
    }
    
    .content2_item2_box2_item2_box1_img2 {
        width: 20px;
        height: 14px;
        margin-left: 6px;
    }
    
    .content2_item2_box2_item2_box1_text {
        font-size: 17px;
        font-weight: 400;
        color: #AF761F;
    }
    
    .content2_item2_box2_item2_box1_text2 {
        width: 81px;
        height: 25px;
        background: #F4BA62;
        border-radius: 3px;
        font-size: 13px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        line-height: 25px;
        cursor: pointer;
    }
    
    .content2_item2_box2_item2_box_new2 {
        display: flex;
        justify-content: space-between;
        text-align: center;
        margin-top: 20px;
    }
    
    .content2_item2_box2_item2_box_new2_text1 {
        width: 25%;
        height: 36px;
        border-right: 1px solid #9A9A9A;
    }
    
    .content2_item2_box2_item2_box2 {
        width: 253px;
        height: 40px;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #000000;
        margin-top: 13px;
        overflow: hidden;
        /* text-overflow: ellipsis; */
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 21px;
    }
    
    .content2_item2_box2_item2_box3 {
        display: flex;
        justify-content: space-between;
    }
    
    .content2_item2_box2_item2_box3_btn {
        width: 77px;
        height: 25px;
        background: #F4BA62;
        border-radius: 3px;
        font-size: 15px;
        font-weight: 400;
        color: #000000;
        text-align: center;
        line-height: 25px;
        cursor: pointer;
    }
    
    .content2_item2_box2_item2_box_new2_text2 {
        color: #666666;
        font-size: 12px;
    }
    
    .content2_item2_box2_item2_box_new2_text3 {
        color: #010101;
        font-size: 16px;
    }
    
    .big_box2_content4 {
        width: 315px;
        height: 284px;
        background: #FFFFFF;
        margin-top: 20px;
    }
    
    .big_box2_content4 {
        width: 314px;
        height: 284px;
        background: #F9F9FB;
        margin-top: 20px;
    }
    
    .big_box2_content4_item {
        display: flex;
        align-items: center;
        font-size: 18px;
        font-weight: bold;
        color: #C71212;
        margin-bottom: 18px;
    }
    
    .big_box2_content4_item img {
        width: 24px;
        height: 22px;
        margin-right: 8px;
    }
    
    .big_box2_content4_item2 {
        font-size: 16px;
        font-weight: bold;
        color: #000000;
        line-height: 26px;
    }
    /*底部*/
    
    .bottom_item1_box3 {
        margin-top: 30px;
    }
    
    .bottom_item1_box1_text1 {
        width: 9px;
        height: 23px;
        background: linear-gradient(0deg, #CBA264 0%, #FADECC 100%);
        margin-right: 16px
    }
    
    .bottom {
        background-image: url(../static/index/bottom.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 543px;
    }
    
    .bottom_content {
        padding-left: 363px;
        padding-right: 362px;
        padding-top: 49px;
        display: flex;
        justify-content: space-between;
    }
    
    .bottom_item1 {
        display: flex;
        justify-content: flex-start;
    }
    
    .bottom_item2 {
        display: flex;
        justify-content: flex-start;
        margin-top: 100px;
    }
    
    .bottom_item2_img1 {
        width: 151px;
        height: 151px;
    }
    
    .bottom_item2_text {
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        margin-top: 16px;
    }
    
    .bottom_item1_box1 {
        text-align: center;
        margin-right: 105px;
    }
    
    .bottom_item1_box1_title {
        font-size: 18px;
        font-weight: 600;
        color: #FFFFFF;
        margin-bottom: 41px;
        cursor: pointer;
    }
    
    .bottom_item1_box1_text {
        font-size: 18px;
        font-weight: 400;
        color: #BEC7DA;
        margin-bottom: 17px;
        cursor: pointer;
    }
    
    .bottom_xian {
        width: 1202px;
        height: 1px;
        background: #35466A;
        margin-top: 10px;
        margin-bottom: 14px;
    }
    
    .bottom_content2 {
        padding-left: 363px;
        padding-right: 362px;
    }
    
    .bottom_item1 {
        font-size: 16px;
        font-weight: 400;
        color: #FEFEFE;
    }
    
    .bottom_item_img1 {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 12px;
        cursor: pointer;
    }
    
    .bottom_item_text {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        margin-top: 16px;
    }
    /*底部*/