*{padding: 0px ;margin: 0px}
body{
    margin: 0px;
    padding:0px;
}
.containerBox{
    width: 1300px;
    margin: 20px auto;
    min-height: 1000px;
}
.first_row{
    padding-top: 10px;
}
.first_row span{
    margin-right: 10px;
    font-size: 17px;
    font-family: Barlow;
    font-weight: 400;
    color: #333333;
}
.second_row{
    padding-top: 10px;
}
.second_row span{
    font-size: 37px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
}
.third_row{
    padding: 20px 0 0px 0;
}
.third_row p{
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}
.search_table_hidden{
    display: none;
}
.search_table_show{
    height: 74px;
    background: #EFF5FF;
    border: 2px solid #0D50B3;
    margin-top: 30px;
    width: 100%;

}
.search_table_show span{
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: #0D50B3;
    padding-left: 10px;
    padding-right: 10px;
}
.search_input{
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
    height: 42px;
    width: 240px;
    border-radius: 5px;
    padding-left: 20px;
}
.search_button{
    border: 1px solid #FFAD2D;
    border-radius: 3px;
    background-color: #FFAD2D;
    padding: 10px 0px 10px 0px;
    width: 90px;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    height: 42px;
}
.fifth_row{
    padding-top: 30px;
    display: flex;
    position: relative;
}
.fifth_row_title{
    font-size: 22px;
    font-family: Barlow;
    font-weight: bold;
}

.fifth_row_title span{
    margin-right: 20px;
    cursor: pointer;
    display: inline-block;
    padding-bottom: 10px;
    margin-right: 20px;
}
.title_choose{
    color: #0B51B7;
    border-bottom: 3px solid #0B51B7;
}
.fifth_row_btn{
    width: 246px;
    height: 42px;
    background-color: #0D50B3;
    border-radius: 4px;
    text-align: center;
    position: absolute;
    right: 0px;
}
.fifth_row_btn span{
    line-height: 42px;
    font-size: 20px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
}

.box{
    width: 100%;
}

.box_hidden{
    display: none;
}
.box_show{
    display: block;
}

.table_list{
    margin-top: 20px;
    border: 1px solid #EEEEEE;
    padding-bottom: 20px;
}

.table_list table{
    width: 100%;
    border: 0px;
    border-collapse:collapse;
}

.table_list table th{
    padding: 15px;
    height: 50px;
    background: #F8F8F8;
}

.table_list table td{
    padding: 15px;
}

.red_color_span{
    color: red;
    margin-left: 3px;
}
.green_color_span{
    color: green;
    margin-left: 3px;
}


.page_div{
    line-height:200px;
}

.page_div ul{
    text-align: center;
}

.page_div ul li{
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 2px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    font-size: 20px;
    font-family: FontAwesome;
    font-weight: 400;
    color: #919191;
}
.page_div ul li:hover{
    background: #0970E5;
    color: #FFFFFF;
}

.page_div ul li:hover a{
	color: #FFFFFF !important;
}
.choose_page_li{
    background: #0970E5 !important;
    color: #FFFFFF !important;
}
.choose_page_li a{
	color: #FFFFFF !important;
}



.data_list{
    margin-top: 20px;
    border: 1px solid #EEEEEE;
}

.data_list ul{
    margin-top: 10px;
    margin-left: 5px;
}

.data_list ul li{
    color: #0D50B3;
    margin:15px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
}


.data_list ul li .leftSpan{
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #3174D0;
    vertical-align: top;
    padding-top: 5px;
    display: inline-block;
}

.data_list ul li .rightSpan{
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
    display: inline-block;
    width: calc(100% - 150px);
    line-height: 28px;
}

.leftSpan_div{
    color: #0D50B3;
    display: inline;
    padding-right: 15px;
}