body{
    background: #f6f6f6;
}
.pst{
    max-width:1400px;
    margin:0 auto;
    line-height:40px;
    color: #8c8c8c;
}
.gl_banner img{
    width: 100%;
}
.main_box{
    max-width: 1400px;
    margin: 0 auto;
}
.head_tt{
    height: 65px;
    line-height: 65px;
    background: url(./head_tt_bg.png) left center no-repeat;
    padding-left: 95px;
    color:#fff;
    font-size: 30px;
}
.main{
    padding: 20px;
}

.nav li{

}
.nav{
    float: left;
}
.nav a{
    color:#a0a0a0;
    font-size: 24px;
    line-height: 64px;
}
.content{
    width:96%;
    padding: 2%;
    background: #fff;
}
.yqlj_tt{
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
    clear: both;
    height: 49px;
    line-height: 44px;
}
.yqlj_tt span {
    font-size: 22px;
    border-bottom: 3px solid #1961ac;
    padding-bottom: 4px;
    font-weight: bold;
    display: inline-block;
    color: #1961ac;
}
.content .block ul{
    padding: 30px 0;
}
.content .block ul li{
    float: left;
    text-align: left;
    width:25%;
}
.content .block ul li a{
    color:#333;
    font-size: 16px;
    line-height: 36px;
}
.content .block ul li a:hover{
    color: #1961ac;
}