.box-tit span{
    cursor: pointer;
}
.new-box-csfw ul li a{
    margin-left: 0 !important;
    
    box-sizing: border-box;
    padding-left: 8px !important;
    padding-right: 7px !important;
    font-size: 14px;
    
}
.new-box-csfw ul li a>div{
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    /* text-overflow: ellipsis; */
}
.new-box-csfw ul li .split1:nth-of-type(1){
    left: 99px !important;
}
.new-box-csfw ul li .split1:nth-of-type(2){
    left: 199px !important;
}
.show-more{
    width: calc(100 - 20px);
    margin: 0 10px;
    text-align: center;
    line-height: 40px;
    opacity: 1;
    color: rgba(153,153,153,1);
    font-size: 13px;
    font-weight: 400;
    font-family: "PingFang SC";
    cursor: pointer;
    border-top: 1px #e5e5e5 dashed !important;

}
.box-right .box-tit .fir-tit{
    width: 148px;
    border-right: 1px #e5e5e5 solid;
    border-left: 1px #e5e5e5 solid;
    display: inline-block;
    font-size: 16px;
    color: #f60;
    font-weight: bold;
    float: left;
    border-top: #f60 2px solid;
    text-align: center;
    
}
.box-right .box-tit .new-tit{
    border-bottom: #E5E5E5 1px solid !important;
    color: #666666 !important;
    border-top: #E5E5E5 1px solid !important;
    font-weight: normal !important;
}
.has-border{
    border-bottom: 1px #e5e5e5 dashed !important;
}
.no-border{
    border-bottom: none !important;
}
#mytitle {
    position: absolute;
    color: #ffffff;
    font-size: 12px;
    line-height: 15px;
    padding: 7px  10px  8px 10px;
    z-index:999;
    border-radius: 4px;
    font-family: "Inter";
opacity: 1;
border: 1px solid rgba(239,239,239,1);
background: rgba(102,102,102,1);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.nav-content{
    display: flex;
}
.nav-content li{
    width: 33.3%;
    box-sizing: border-box;
    border: 1px #e5e5e5 solid;
    border-right: none;
    font-size: 16px;
    color: hsl(0, 0%, 53%);
    line-height: 40px;
    text-align: center;
    background: #f8f8f8;
    cursor: pointer;
}
.nav-content li:last-child{
    border-right:1px #e5e5e5 solid;
}
.nav-content .active{
    border-top: 2px #f60 solid !important;
    color: #f60 !important;
    border-bottom: none !important;
    background: #fff !important;
    font-weight: bold !important;
}
.nav-content .active a{
    color: #f60 !important;
}