body{
    margin: 0;
    padding: 0;
    /* background: #f5f5f5 !important; */
}
.container{
    width: 1142px;
    margin: 0 auto;
}
.box{
    background: #fff;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix::after{
    content: '';
    display: block;
    clear: both;
}
.container .header{
    height: 134px;
    background: url(../images/sbjtop.jpg) no-repeat top center;
    margin-bottom: 0 !important;
}
.container .header p{
    margin: 0;
    padding: 0;
    font-size:40px;
    font-weight:bold;
    color:#ffffff;
    padding-top: 50px;
    padding-left: 50px;
}
.nav{
    border-bottom: 2px solid #0b67b1;
    padding-top: 20px;
}
.nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav ul li{
    width: 156px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    float: left;
    font-size: 16px;
    cursor: pointer;

}
.nav ul li.on{
    background: #0b67b1;
    color:#fff;
}
.nav ul li .special{
    width: 172px;
}
.contentbox{
    padding: 0 20px;
    min-height: 600px;
}
.content.on{
    display: block;
}
.content{
    margin-top: 20px;
    font-size: 14px;
    display: none;
}
.content ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.content ul+ul{
    margin-top: 20px;
}
.content ul li{
    width: 47%;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.content ul li:nth-of-type(odd){
    margin-right: 6%;
}
.content ul li a{
    color: #000;
    text-decoration: none;
    display: inline-block;
    width: 380px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.content ul li span{
    color: #bababa;
}
.content ul::after{
    content: '';
    display: block;
    clear: both;
}