*{
    margin: 0;
    padding: 0;
}
html{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", 'Microsoft Yahei', 'verdana,sans-serif';
}
.main{
    min-height: 100vh;
    background-color: #F5F5F5;
}
.box {
    width: 1200px;
    margin: 0 auto;
}
a{
    color: inherit;
}
.content_box{
    display: flex;
    margin-bottom: 20px;
}
.content_left{
    width: 150px;
    height: max-content;
    background: #FFFFFF;
    box-shadow: 7px 0px 8px 0px rgba(0,33,134,0.05);
    border-radius: 4px;
}
.nav_title{
    height: 38px;
    font-size: 16px;
    color: #333333;
    line-height: 38px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    cursor: pointer;
}
.nav_l img{
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.nav_n span{
    padding-left: 25px;
}
.nav_list_box{
    display: none;
}
.nav_list{
    height: 28px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    margin-bottom: 10px;
}
.nav_list img{
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.nav_list span{
    display: inline-block;
    vertical-align: middle;
}
.nav_ac{
    background: #4F79FB;
}
.nav_ac a{
    color: #FFFFFF;
}
.content_right{
    margin-left: 20px;
    flex: 1;
}
.hot_table{
    padding: 12px 16px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px #EAEAEA;
    border-radius: 4px;
    font-size: 14px;
}
.hot_table_top{
    padding-bottom: 8px;
    border-bottom: 1px solid #D7E1FF;
}
.hot_table_top img{
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}
.hot_table_top span{
    display: inline-block;
    vertical-align: middle;
    color: #666666;
}
.hot_table_bottom a{
    margin-right: 45px;
    color: #333333;
    margin-top: 12px;
}
.hot_table_bottom a:last-child{
    margin-right: 0;
}
.table_box{
    margin-top: 12px;
    font-size: 16px;
    box-shadow: 0px 0px 8px 0px #EAEAEA;
    border-radius: 4px;
}
.table_title{
    height: 42px;
    line-height: 42px;
    background: #E9EEFD;
    border-radius: 4px 4px 0px 0px;
    color: #4F79FB;
    padding-left: 16px;
}
.table_content{
    background: #fff;
    padding-left: 16px;
    font-size: 14px;
    padding-bottom: 12px;
}
.table_content a{
    width: 140px;
    margin-right: 20px;
    margin-top: 12px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fc_border{
    border-bottom: 1px solid #EAEAEA;
}
.tb_type_select{
    padding: 12px 0px;
    border-radius: 4px;
    font-size: 14px;
    display: flex;
    margin-bottom: 12px;
}
.tb_type_select img{
    width: 24px;
}
.tb_nav_fst{
    padding:15px 20px;
    background:#ebebeb;
    border-radius:5px;
    color:#666;
}
.tb_nav_sed{
    padding:15px 20px;
    background:#ebebeb;
    border-radius: 5px;
    color:#666;
    margin-left: 20px;
}
.tb_nav_select{
    color: #333 !important;;
    background:#fff!important;
    font-weight:700;
}
.tb_nv_bt{
    margin-left: 9px;
}
.table_type{
    background: #fff;
    padding: 12px 16px 0px 16px;
    box-shadow: 0px 0px 8px 0px #EAEAEA;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 15px;
}
.table_type span{
    margin-right: 15px;
}
.table_type a{
    color: #4F79FB;
    margin-right: 10px;
    margin-bottom: 10px;
}