.special-list-content{
    width: 100%;
}
.special-content-left-list{
    width: 235px;
    margin-right: 37px;
}
.common-list-title{
    width: 100%;
    height: 61px;
    margin-bottom: 12px;
    background: url("./common-list-title.png") no-repeat;
    background-size: cover;
    text-align: center;
    line-height: 61px;
    font-size: 18px;
    color: #fff;
}
/* 右侧 内容*/
.special-content-right-content{
    width: 926px;
}
.special-content-right-title{
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}
.special-content-right-title p{
    display: inline-block;
    font-size: 18px;
    padding: 14px 12px;
    color: #313131;
    border-bottom: 3px solid #0089cb;
}
/* form表单 */
form{
    padding-top: 20px;
} 
form label{
    font-size: 16px;
    line-height: 36px;
    color: #353535;
    margin-right: 12px;
    margin-bottom: 27px;
}
form input{
    width: 161px;
    height: 29px;
    border: 1px solid #e3e3e3;
    margin-right: 20px;
    margin-bottom: 30px;
}
form .special-content-btn{
    width: 64px;
    height: 31px;
    font-size: 16px;
    background: #0089cb;
    color: #fff;
    margin-left: 42px;
}
/* table */
.special-content-right-table{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 59px;
}
.special-content-right-table table tr{
    width: 100%;
    height: 70px;
}
.special-content-right-table table tr.odd{
    background: #f1faff;
}
.special-content-right-table table tr.even{
    background: #fffbfb;
}
.special-content-right-table table th{
    width: 127px;
    padding: 0 10px;
    font-size: 10px;
    line-height: 17px;
    font-weight: normal;
    color: #353535;
    border-right: 1px solid #d2efff;
}
.commonList-body{margin-top:15px;padding-left:12px;}
.commonList-body ul li{
    overflow: hidden;
    line-height: 40px;
}
.commonList-body ul li a{display:inline-block;width:80%;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #333;}
.commonList-body ul li .squre1{display:block;border: 8px solid transparent;width: 0;border-bottom: 8px solid #E4E4E4;}
.commonList-body ul li .squre2{display:block;border: 8px solid transparent;width: 0;border-top: 8px solid #E4E4E4;}
.commonList-body ul li .squrebg{width:16px;display: inline-block;vertical-align: middle;margin-right:21px;padding-bottom: 5px;padding: top;padding-top: 4px;}
.commonList-body ul li p{font-size: 16px;color:#999999;display: inline-block;margin-right:14px;float:right;line-height: 40px;}
.commonList-body ul li:hover p{color:#0089cb;}
.commonList-body ul li:hover a{color:#0089cb;}
.commonList-body ul li:hover .squre1{display:block;border: 8px solid transparent;width: 0;border-bottom: 8px solid #0089cb;}
.commonList-body ul li:hover .squre2{display:block;border: 8px solid transparent;width: 0;border-top: 8px solid #0089cb;}
/* 移动端通用列表页样式 */
@media screen and (max-width:1200px){
    .special-list-content{
        min-height: 10rem;
    }
    .special-content-left-list {
        display: none;
    }
    .special-content-right-content {
        width: 100%;
    }
    .special-content-right-title  {
        display: none;
    }
    form {
        padding-top: 0.2rem;
    }
    form label {
        display: inline-block;
        width: 30%;
        font-size: 0.24rem;
        line-height: 0.6rem;
        color: #353535;
        margin-right: 3%;
        margin-bottom: 0.3rem;
    }
    form input {
        width: 63%;
        height: 0.6rem;
        border: 1px solid #e3e3e3;
        margin-right: 0;
        margin-bottom: 0.3rem;
    }
    form .special-content-btn {
        width: 0.9rem;
        height: 0.6rem;
        background: #0089cb;
        color: #fff;
        margin-left: 80%;
        font-size: 0.24rem;
    }
    .special-content-right-table{
        width: 100%;
        overflow: scroll;
        margin-top: 0.2rem;
        margin-bottom: 0.3rem;
    }
    .special-content-right-table table{
        width: 920px;
        
    }
    .special-content-right-table table tr {
        width: 100%;
        height: 0.5rem;
    }
    .special-content-right-table table th {
        width: 16.7%;
        height: 0.5rem;
        padding: 0 10px;
        font-size: 0.22rem;
        line-height: 0.5rem;
        padding: 0;
        font-weight: normal;
        color: #353535;
        border-right: 1px solid #d2efff;
    }
    .commonList-body ul li{
        line-height: 0.6rem;
    }
    .commonList-body ul li a{width:65%;font-size: .22rem;}
    .commonList-body ul li .squrebg{vertical-align: top;margin-right: .1rem;}
    .commonList-body ul li p{font-size: .22rem;line-height: 0.6rem;}
    .commonList-body ul li .squrebg{padding-bottom: 0rem;padding-top: 0.16rem;}
}