*{
    margin: 0;
}
.route{
    margin-top: 21px;
    display: block;
}
.index-last-foot {
    background: #FFFFFF;
}
.route label,.route a{
    line-height: 13px;
    font-size: 14px;
    color: #666666;
}
.route label:last-child{
    display: none;
}
.route label:nth-child(2n-1){
    cursor: pointer;
}
.route label:nth-child(2n-1):hover{
    color: rgba(16, 131, 145, 1);
}
.route a:hover{
    color: rgba(16, 131, 145, 1);
}
.CAS_content{
    margin-top: 24px;
}
.CAS_list_choose{
    display: flex;
}
.CAS_list_choose_item{
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    margin-right: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: center;
}
.CAS_list_choose_item:first-child{
    width: 180px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
}
.CAS_list_choose_item:hover{
    background: #4FC2B8;
    color: #FFFFFF;
    cursor: pointer;
}
.CAS_list_choose_item.on{
    background: #4FC2B8;
    color: #FFFFFF;
}
.CAS_list{
    margin: 20px 0;
    width: 100%;
}
.CAS_list table{
    width: 100%;
    padding: 0 20px;
}
.CAS_list table:first-child{
    background: #108391;
}
.CAS_list table:last-child{
    background: #FFFFFF;
}
.CAS_list table thead{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #FFFFFF;
}
.CAS_list table thead tr td,.CAS_list table tbody tr{
    text-align: center;
}
.CAS_list table thead tr td{
    padding-right: 40px;
}
.CAS_list table thead tr td:last-child{
    padding-right: 0;
}
.CAS_list table thead tr td:first-child{
    width: 100px;
    text-align: left;
}
.CAS_list table thead tr td:nth-child(2n){
    width: 170px;
}
.CAS_list table thead tr td:nth-child(3),.CAS_list table thead tr td:nth-child(5){
    width: 280px;
}
.CAS_list table tbody{
    width: 100%;
    background: #FFFFFF;
}
#m-tab tbody tr td{
    padding: 20px 40px 20px 0;
    border-bottom: 1px solid #EEEEEE;
    word-break: break-all;
}
#m-tab tbody tr td:last-child{
    padding-right: 0;
}
#m-tab tbody tr:last-child td{
    border-bottom: none;
}
.CAS_list table tbody tr td:first-child{
    width: 100px;
    text-align: left;
}
.CAS_list table tbody tr td:first-child a{
    color: #108391;
    font-size: 14px;
}
.CAS_list table tbody tr td:first-child a:hover{
    text-decoration: underline;
}
.CAS_list table tbody tr td:nth-child(2n){
    width: 170px;
    font-size: 14px;
    color: #666666;
}
.CAS_list table tbody tr td:nth-child(3),.CAS_list table tbody tr td:nth-child(5){
    width: 280px;
    font-size: 14px;
    color: #666666;
}


/**/


/**/
.pageBtn{
    margin-top: 30px;
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whiteBg{
    width: 42px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    cursor: pointer;
}
.greyBg{
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}
.noneBg{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    font-size: 16px;
    color: #666666;
}
.currentPage{
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    background: #4FC2B8;
    color: #FCFCFC;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    cursor: pointer;
}
.whiteBg i,.greyBg i{
    font-size: 12px;
    color: #666666;
    font-weight: bold;
}
.totalPages{
    font-size: 16px;
    color: #666666;
    margin-left: 11px;
}
.goPage{
    font-size: 16px;
    color: #666666;
    margin-left: 21px;
}
.pageNum{
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: 16px;
    color: #108391;
    margin: 0 10px;
    outline: none;
    text-align: center;
}
.goPageBtn{
    width: 80px;
    height: 40px;
    background: #4FC2B8;
    border-radius: 20px;
    margin-left: 15px;
    border: none;
    line-height: 40px;
    font-size: 16px;
    color: #FCFCFC;
    cursor: pointer;
}
