html,body,ul,li,p{
    margin: 0;
    padding: 0;
}
ul{
    list-style:none;
    list-style-position:inside;
}
.pointer{
    cursor: pointer;
}
.content{
    min-height: 600px;
    background: #f5f5f5;
    margin-top: 16px;
}
.wrap{
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}
.left{
    float: left;
    width: 288px;
    background: #ffffff;
}
.right{
    padding: 48px 18px;
    float: right;
    width: 896px;
    background: #ffffff;
    box-sizing: border-box;
}
.left_title{
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #ffffff;
    background-color: #3888FE;
    text-align: center;
}
.left_menu{
    padding: 20px 14px;
    box-sizing: border-box;
}
.menu_item{
    /* padding: 0 18px; */
    color: #3F464C;
}
.menu_item .menu_item_title{
    padding: 0 18px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.menu_item .menu_item_title.actived{
    color: #3888fe;
    background: #edf6fe;
}
.icon_box{
    margin-right: 14px;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}
.item_text{
    flex: 1;
    min-height: 48px;
    /* line-height: 48px; */
    font-size: 14px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.second_level{
    margin-left: 34px;
}
.second_item{
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #3f464c;
}
.second_item:hover{
    color: #3888fe;
}
.second_item.actived{
    color: #3888fe;
}
.second_item::before {
    content: '';
    display:block;
    position: absolute;
    top: 12px;
    left: -15px;
    border-color: #3888fe;
    border-style: solid;
    border-width: 2px;
    width: 0;
    height: 0;
    transform: rotate(45deg);
}
.search_item{
    display: flex;
}
.search_text{
    margin-right: 15px;
    width: 88px;
    font-size: 14px;
    color: #3f464c;
    text-align: right;
    line-height: 26px;
}
.search_terms{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.search_terms li{
    margin-right: 16px;
    margin-bottom: 16px;
    padding: 2px 16px;
    font-size: 14px;
    color: #333333;
    border: 1px solid #d5dbe5;
    border-radius: 4px;
}
.search_terms li.actived{
    color: #ffffff;
    background: #3888fe;
}
.search_input{
    width: 447px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dddfe6;
    border-radius: 4px;
}
.search_input input{
    padding: 10px;
    width: 100%;
    border: none;
    box-sizing: border-box;
}
.search_input input::placeholder{
    font-size: 12px;
    color: #d0d0d8;
}
.search_item:last-child{
    align-items: center;
}
.search_btn_box{
    flex: 1;
    text-align: right;
}
.search_btn_box button{
    margin-left: 14px;
    width: 96px;
    height: 36px;
    font-size: 14px;
    border-radius: 4px;
    border:none;
}
.search_btn_box .search_btn{
    color: #ffffff;
    background: #3888fe;
}
.search_btn_box .reset_btn{
    color: #555555;
    background: #ffffff;
    border: 1px solid #e0e2e9;
}
.table_box{
    margin-top: 34px;
}
.table_box ul{
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 14px;
    color: #3f464c;
    border-bottom: 1px solid #DDDFE6;
}
.table_box ul li{
    padding: 0 12px;
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.table_box .table_header{
    height: 48px;
    font-size: 16px;
    color: #ffffff;
    background: #3888fe;
}
.table_box ul li:first-child{
    width: 120px;
    text-align: center;
}
.table_box ul li:nth-child(2){
    flex: 1;
}
.table_box ul li:nth-child(3){
    width: 154px;
}
.table_box ul li:nth-child(4){
    width: 102px;
}
.table_box ul li:nth-child(5){
    width: 170px;
    text-align: center;
}
.table_box .table_header_czzn{
    height: 48px;
    font-size: 16px;
    color: #ffffff;
    background: #3888fe;
    padding-left: 30px;
    box-sizing: border-box;
}
.table_box .table_header_czzn li:first-child{
    width: 600px;
    text-align: left;
}
.xxtzright{
    padding: 48px 18px;
    width: 1200px;
    background: #ffffff;
    box-sizing: border-box;
}
.currentlocation{
    margin-bottom: 12px;
    height: 20px;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    color: #778193;
    width: 1200px;
    margin: 10px auto;
}
.currentlocation a{
    color: #778193;
}
.currentlocation a:first-child{
    margin-left: 10px;
}
.currentlocation a:nth-of-type(3){
    display: none;
}