.banner {
    background: #232326;
}
.tts_container{
    padding-top: 100px;
}
.container{
    margin: auto;
    width: 80%;
    max-width: 1200px;
}

.about{
    font-size: 36px;
    font-weight: normal;
    margin: 25px 0 15px 0;
    padding: 0;
    color: #123;
}
.tabList {
    margin: 0;
    padding: 0;
    background: #e6e6e6;
    list-style: none;
}

.tabList li {
    position: relative;
    min-width: 120px;
    padding: 0 10px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}
.tabList li a {
    font-size: 16px;
    color: #999;
    display: block;
    width: 100%;
    height: 100%;
}
li.li-active {
    color: #ff0003!important;
    background: #fff;
    cursor: default;
    font-weight: 600;
}
li.li-active a{
    font-weight: 600;
}
.sub_tab{
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    list-style: none;
}

.sub_tab li{
    position: relative;
    width: 120px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}

.sub_tab li a {
    font-size: 16px;
    color: #999;
    display: block;
    width: 100%;
    height: 100%;
}
.sub_tab li a:hover{
    color: #ff0003!important;
}

.sub_tab li.active {
    color: #ff0003!important;
    background: #fff;
    cursor: default;
    font-weight: 600;
}
.sub_tab li.active::after{
    content: "";
    width:50%;
    border-bottom: 2px solid #ff0003;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.hidden_view{
    display: none;
}
.content_text img{
    display: block;
    max-width: 80%;
    margin: auto;
}

.sub_tab li.active a{
    font-weight: 600;
}


.content_text .t_{
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    color: #000!important;
    font-weight: 600!important;
}
.content_text{
    background: #ffffff;
    box-sizing: border-box;
    padding: 0 25px;
    height: 100%;
    width: 100%;
    white-space: pre-wrap;
    line-height: 1.8;
}
.content_text a{
    text-decoration: underline;
}
.text_bold{
    font-weight: 600;
}

.p_text{
    line-height: 22px;
    margin-bottom: 15px;
    color: #666;
    font-size: 14px;
}
.sub_p_text{
    line-height: 22px;
    margin-bottom: 15px;
    color: #666;
    margin-left: 27px;
    font-size: 14px;
}
.sub_title_{
    font-size: 14px;
    color: #666!important;
    margin-bottom: 8px;
    margin-left: 27px;
    display: block;
}
.sub_title_ img{
    display: inline-block;
    width: 20px;
}
.sub_title_:hover{
    color: #4bf!important;
}
.block_bold_p{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #666;
}
.no_pre{
    white-space: normal;
}
.share_content{
    padding: 50px 150px;
}

.jf_table{
    text-align: center;
    margin: auto;
}
.jf_table th,.jf_table td{
    padding: 5px 0;
}
.jf_table th{
    width: 250px;
}