.red{
    font-size: 14px;
    color:#d11120;
    margin:0 10px;
}
/*ز³أوض÷جه*/
#main-top{
    border:1px solid #dedede;
}
.addr{
    height:40px;
    padding:0 10px;
    line-height: 38px;
    background-color: #f8f8f8;
}
.main-list-lf{
    /*float:left;*/
    /*width:1000px;*/
    border:1px solid #dedede;
    border-top:none;
}
.main-tit{
    height:50px;
    line-height: 50px;
    padding:0 15px;
    font-size:14px;
}
.main-tit h3 a{
    font-size: 16px;
}
.main-box table{
    font-size: 14px;
    text-align: center;
}
.main-box table thead{
    background-color: #d2e5fc;
}
.main-box table th,.main-box table td{
    border-bottom: 1px solid #dedede;
    border-right:1px solid #dedede;
}
.main-box table thead tr th{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color:#333;
}
.main-box table thead th:first-child,
.main-box table tbody td:first-child{
    width:700px;
    height:40px;
    line-height: 38px;
    text-align:left;
}
.main-box table thead th:first-child{
    text-align: center;
}
.main-box table tbody td:first-child a{
    padding-left:5px;
    color:#0a339c;
}
.main-box table tbody td:first-child a:hover{
    color:#d11120;
}
.main-box table thead th:nth-child(2),
.main-box table tbody td:nth-child(2){
    width:250px;
}
.main-box table thead th:nth-child(3),
.main-box table tbody td:nth-child(3){
    width:250px;
}
.main-box table thead th:last-child,
.main-box table tbody td:last-child{
    border-right: none;
}
.main-box table tbody tr:last-child td{
    border-bottom: none;
}