.main{
    width: 100%;
    min-width: 1200px;
    height: auto;
}

.center{
    width: 1200px;
    margin: 0 auto;
}

.banner{
    margin: 20px 0;
}


.gytd_lb_tit{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #fd674e;
    margin-bottom: 15px;
}

.gytd_lb_tit ul li{
    float: left;
    padding: 0px 20px 0px 60px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    font-weight: 700;
    margin-right: 3px;
    letter-spacing: 2px;
    color: #8c8c8c;
    cursor: pointer;

}

.gytd_lb_tit ul li a{
    color: #8c8c8c;
}


.gytd_li_a{
    background: url("td_1h.png") no-repeat;
    background-position: 18px center;
}

.gytd_lb_tit ul .gytd_tit_a{
    background: #fd674e url("td_1h.png") no-repeat;
    background-position: 18px center;
    color: #FFFFFF;
}
.gytd_lb_tit ul .gytd_tit_a a{
    color: #FFFFFF;
}
.gytd_li_a:hover{
    background: #fd674e url("td_1h.png") no-repeat;
    background-position: 18px center;
    color: #FFFFFF;
}
.gytd_li_a:hover a{
    color: #FFFFFF;
}





.one_list li{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.one_list li i{
    float: left;
    width: 13px;
    height: 13px;
    margin-top: 15px;
    margin-right: 5px;
    background-size: 12px 8px;
    background: url("zy.png") no-repeat;

}
.one_list li span{
    float: right;
    font-size: 14px;
    color: #999999;
}

.one_list li:hover a{
    color: #fd674e;
}

