a{
    font-size: 12px;
    color:#333;
}
a:hover{
    color:#d11120;
}
/*地区*/
.classify li a:hover{
    background-color:#f89120;
    color:#fff;
}
.classify .bg{
    padding:4px;
    background-color:#f89120;
    color:#fff;
}
#land .bg1{
    padding:4px;
    background-color:#f89120;
    color:#fff;
}
#classify{
    border:1px solid #ddd;
}
.classify li a{
    padding:4px;
}
.classify li a span{
    padding:4px;
}
.hy{
    border-bottom:1px solid #ddd;
}
.ul{
    margin-bottom:5px;
}
.ss ul li{
    padding:10px 13px 3px 15px;
}
.ss p{
    margin-left:10px;
    margin-top:4px;
    padding:4px;
}
#land{
    border:1px solid #ddd;
    border-top:none;
}
#land ul li{
    padding:11px 5px 6px 8px;
}
.color{
    color:#dd4536;
}
/*页面主体*/
.red{
    color:#d11120;
    margin:0 10px;
}
.addr{
    height:40px;
    padding:0 10px;
    line-height: 38px;
    border-bottom:1px solid #dedede;
    background-color: #f8f8f8;
}
.addr3{
    border-bottom:1px dashed #dedede;
}
.addr3:last-child{
    border-bottom: none;
}
.addr3 dt{
    float:left;
    width:100px;
    line-height: 30px;
    font-weight: 600;
    padding-left:15px;
}
.addr3 dd{
    float:left;
    line-height: 30px;
    width:1050px;
}
.addr3 dd span{
    margin-right:14px;
}
.addr3 .fl-list span{
    margin-right:14px;
}
.addr3 .add-list span{
    /*margin-right:14px;*/
    display: inline-block;
    width:70px;
    margin-right:5px;
}
.addr3 dd span a{
    padding:2px 5px;
}
.bg a{
    background-color: #ee240e;
    color:#fff;
}
.main-list-lf{
    float:left;
    width:1000px;
    border-top:none;
}
.main-list-rt{
    margin-top:50px;
}
.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;
    border:1px solid #ddd;
}
.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:90px;
    height:40px;
    line-height: 38px;
    text-align: center;
}
.main-box table thead th:nth-child(2),
.main-box table tbody td:nth-child(2){
    width:550px;
}
.main-box table tbody td .red{
    margin:0;
}
.main-box table tbody td:nth-child(2){
    color:#34549a;
    text-align: left;
    padding-left:15px;
}
.main-box table thead th:nth-child(3),
.main-box table tbody td:nth-child(3){
    width:90px;
    color: #333;
}
.main-box table thead th:nth-child(4),
.main-box table tbody td:nth-child(4){
    width:135px;
}
.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;
}
/*分页*/
.pager{
    background: #fff;
    width:100%;
    line-height:22px;
    padding:30px 0;
    text-align: center;
    font-size: 12px;
}
.pager a span{
    background-position:right 0;
    display:inline-block;
    padding:2px 8px 1px 8px;
    border:1px solid #ddd;
}
.pager .dot span{
    border:none;
}
.pager a span:hover,.pager .active span{
    background-color:#f89120 ;
    color:#fff;
}
.pager a .b1:hover b{
    border-right-color: #fff;
    border-left-color: #f89120;
}
.pager a span:hover b{
    border-left-color: #fff;
}
.pager b{
    /*border:1px solid #666;*/
    /*padding:5px;*/
    display: inline-block;
    height:5px;
    border:5px solid transparent;
    border-left-color: #f89120;
}
.pager .b1 b{
    display: inline-block;
    height:5px;
    border:5px solid transparent;
    border-right-color: #f89120;
}