body{
    background: url(bg.jpg) repeat-x center top #fff;
}
.sjbzh_head{
    padding: 20px 0 120px 0;
}
.sjbzh_head .name{
    padding-top: 50px;
    text-align: center;
}

.page_sjbzh .sjbzh_nav{
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #393939;
    background: url(nav.png) no-repeat center center;
}
.page_sjbzh .about{
    padding-bottom: 50px;
}
.page_sjbzh .about .desc{
    margin: 30px 0;
    background-color: #2d70be;
    border-radius: 5px;
    color: #393939;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    padding: 25px;
    text-align: justify;
    text-indent: 2em;
}
.page_sjbzh .about .desc img{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.page_sjbzh .about .more a{
    width: calc((100% - 60px) / 2);
    text-align: center;
    border-radius: 5px;
    font-size: 24px;
    font-weight: bold;
    color: #393939;

    background: -ms-linear-gradient(180deg, #fff 0%, #3176c1 100%); /* IE10 */
    background: linear-gradient(180deg, #fff 0%, #3176c1 100%);

    padding: 10px;
}
.page_sjbzh .about .more a:not(:first-child){
    margin-left: 30px;
}

.page_sjbzh .news > .list > .item{
    border-bottom: 1px dotted #bfc2c3;
    padding: 25px 0;
}
.page_sjbzh .news > .list > .item .title{
    font-size: 18px;
    font-weight: bold;
}
.page_sjbzh .news > .list > .item .title a{
    color: #393939;
}
.page_sjbzh .news > .list > .item .desc{
    padding-top: 15px;
    color: #7f8687;
    line-height: 1.8;
}

.page_sjbzh .news > .more{
    padding: 20px 0 30px 0;
    text-align: right;
    font-size: 14px;
}
.page_sjbzh .news > .more i{
    font-size: 10px;
}


