.content{
    padding-bottom: 60px;
    margin-bottom: -60px;
}
.location{
    width:100%;
    float: left;
    margin-top: 22px;
    margin-bottom: 30px;
}
.location ul{
    margin-left: 10px;
    height:12px;
}
.location ul li{
    margin-left:15px;
    float: left;
    height:100%;
}
.location ul li a{
    float: left;
}
.location ul li a:hover p{
    /*color:#e50012;*/
    /*dill新增 20191023----------------------start*/
    color: #1955b5;
    /*dill新增 20191023----------------------end*/
}
.location ul li p{
    color: #666666;
    float: left;
    height:100%;
    line-height: 12px;
}
.location ul li img{
    width:10px;height:12px;
    margin-left: 13px;
    float: left;
    margin-top: 1px;
}
.system{
    width: 100%;
    overflow:hidden;
}
.filter{
    width:1200px;
    overflow:hidden;
    margin:0 auto 20px;
    background: #fff;
}
.filter h3{
    width: 100%;height: 40px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    clear: both;
}
.filter>div{
    float: left;
    width:1198px;height:38px;
    border:1px solid #e2e2e2;
    margin-top:-1px;
    overflow:hidden
}
.must>div:nth-of-type(n+2){
    display: none;
}
.filter>div:first-child{
    margin-top:0;
}
.filter-left{
    background: #f1f1f1;
    width:100px;
    height:100%;
    border-right:1px solid #e2e2e2;
    line-height: 37px;
    color: #666;
    padding-left: 19px;
    float: left;
}
.filter-right{
    width:1078px;height:100%;
    float: left;
    background: #fff;
}
.filter-right ul{
    width:950px;
    overflow:hidden;
    float: left;
}
.filter-right1{
    height:100%;
    float: left;
    background: #fff;
}
.filter-right1 ul{
    overflow:hidden;
    float: left;
}
.filter-right ul li{
    height:25px;
    padding:0 6px;
    margin:6px 5px;
    float: left;
    line-height: 25px;
    text-align: center;
    cursor:pointer;
    background: #fff;
    color: #666;
}
.filter-right1 ul li{
    height:25px;
    padding:0 6px;
    margin:6px 5px;
    float: left;
    line-height: 25px;
    text-align: center;
    cursor:pointer;
    background: #fff;
    color: #666;
}
.filter-right .more{
    display:none;
}
.filter-right div{
    width:50px;height:22px;
    border:1px solid #e2e2e2;
    margin-left: 12px;
    margin-top: 6px;
    float: left;
    line-height: 22px;
    text-align: center;
    cursor:pointer;
    color: #666;
}
.filter-right1 div{
    width:50px;height:22px;
    border:1px solid #e2e2e2;
    margin-left: 12px;
    margin-top: 6px;
    float: left;
    line-height: 22px;
    text-align: center;
    cursor:pointer;
    color: #666;
}
.filter-right div:hover{
    /*color:#e50012;*/
    /*border:1px solid #e50012;*/
    /*dill新增 20191022----------------------start*/
    color:#1955b5;
    border:1px solid #1955b5;
    /*dill新增 20191022----------------------end*/
}
.filter-right1 div:hover{
    /*color:#e50012;*/
    /*border:1px solid #e50012;*/
    /*dill新增 20191022----------------------start*/
    color:#1955b5;
    border:1px solid #1955b5;
    /*dill新增 20191022----------------------end*/
}
.option>div{
    display: none;
}
.option>div:nth-of-type(-n+1){
    display: block!important;
}
.table{
    margin-top: 20px;
    width:1200px;
    float: left;
}
.table table{
    width: 1198px;
    border:1px solid #e7e2e8;
    table-layout:fixed ;
    word-break:break-all;
    word-wrap: break-word;
    margin-bottom: 40px;
}
.table thead{
    background: #f1f1f1;
}
.table th,.table td{
    border-bottom:1px solid #e7e2e8;
    border-right:1px solid #e7e2e8;
}
.table th:last-of-type,.table td:last-of-type{
    border-right:none;
}
.table tbody tr:last-of-type td{
    border-bottom:none;
}
.table th{
    font-weight: 400;
    color:#2b4d4c;
    background:#cccc;
}
.table td{
    vertical-align: middle;
    color: #060606;
    text-align: center;
    padding:0 5px;
}
.table td:nth-child(5) a{
    display: inline-block;
}
.table td:nth-child(5) a:hover{
    /*color: #e50012;*/
    /*dill新增 20191022----------------------start*/
    color: #1955b5;
    /*dill新增 20191022----------------------end*/
}
.table td:nth-child(5) img{
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}