.g-ft{
    background-color: #ebeef5 !important;
}
.g-special,.g-center{
    padding-bottom: 40px;
}
.u-nav{
    height: 14px;
    font-size: 14px;
    color: #999;
    margin: 29px 0 20px;
}
.u-nav span{
    color: #0060ea;
}
.u-tab{
    float: left;
    width: 180px;
}
.u-tab img{
    display: block;
    margin:0;
}
.u-tab .title{
    width: 156px;
    height: 60px;
    line-height: 60px;
    font-size:16px;
    padding-left: 24px;
    color: #fff;
    background-color: #0060ea;
}
.u-tab .bottom-jiao{
    display: block;
    width: 180px;
    height: 30px;
}
.g-special .u-tab ul{
    width: 178px;
    padding-left: 2px;
    padding-bottom: 50px;
    background: url("../images/special_tab_left_bg.png") no-repeat center bottom #0060ea;
}
.g-center .u-tab ul{
    width: 178px;
    padding-left: 2px;
    padding-bottom: 50px;
    background: url("../images/center_tab_left_bg.png") no-repeat center bottom #0060ea;
}

.u-tab ul li{
    width: 134px;
    padding-left: 44px;
    height: 50px;
}
.u-tab ul li span{
    display: inline-block;
    width: 134px;
    height: 49px;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    border-bottom: 1px solid #4d90f0;
    cursor: pointer;
}
.u-tab ul li:hover, .u-tab ul li.active{
    background-color: #f2f5fa;
}
.u-tab ul li:hover span, .u-tab ul li.active span{
    color: #0060ea;
    border-bottom: none;
}

.g-special .u-info{
    float: right;
    width: 1000px;
    background-color: #fff;
}
.g-special .u-info>div{
    margin-top: 10px;
    overflow: hidden;
}
.g-special .u-info ul{
    margin-top: -1px;
    display: none;
}
.g-special .u-info ul.show{
    display: block;
}
.g-special .u-info li{
    padding-left: 40px;
    height: 240px;
    border-top: 1px solid #e6edf4;
    overflow: hidden;
}
.g-special .u-info li .m-date{
    float: left;
    width: 114px;
    height: 56px;
    line-height: 56px;
    border-top: 2px solid #0060ea;
    margin-top: 40px;
    margin-right: 40px;
}
.g-special .u-info li .m-date .date-day {
    display: inline-block;
    font-size: 22px;
    line-height: 48px;
    color: #0060ea;
}
.g-special .u-info li .m-content{
    float: left;
    width: 515px;
    min-height: 300px;
    margin-right: 41px;
    margin-top: 36px;
}
.g-special .m-content .title{
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
}
.g-special .m-content .info{
    margin-top: 12px;
    line-height: 24px;
    font-size:14px;
}
.g-special .m-content .content-desc{
    display: block;
    margin-top: 10px;
    height: 24px;
    line-height: 24px;
    font-size:14px;
    color: #0060ea;
}
.g-special .u-info li .m-img{
    float: left;
    margin-top: 40px;
}
.g-special .u-info li .m-img img{
    width: 200px;
    height: 150px;
}
/*中心概况*/
.g-center .u-info{
    float: right;
    width: 920px;
    padding: 0 40px;
    background: #fff;
}
.g-center .m-type{
    margin-bottom: 14px;
    overflow: hidden;
}

.g-center .m-type h2{
    margin-top: 23px;
    text-align: center;
    border-bottom: 1px dashed #cee0fb;
}
.g-center .m-type h2 span{
    display: inline-block;
    height: 42px;
    line-height: 44px;
    font-size:18px;
    font-weight: bold;
    border-bottom: 2px solid #0060ea;
    margin-bottom: -1px;
}
.g-center .m-center-content{
    margin-top: 24px;
    padding: 0 20px 19px;
    background-color: #f8f9fb;
    overflow: hidden;
}
.g-center .m-center-content p{
    line-height: 24px;
    font-size: 14px;
    margin-top: 19px;
}
.g-center .m-center-content .point,.g-center .m-center-content .text-indent{
    text-indent: 2em;
}
.g-center .m-center-content .point::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #0060ea;
    border-radius: 50%;
    position: relative;
    top: -4px;
    left: -5px;
}
.g-center .m-center-content .text-center{
    text-align: center;
}
.g-center .leader{
    margin-top: 28px;
    margin-left: -16px;
}
.g-center .leader li{
    position: relative;
    float: left;
    width: 218px;
    height: 78px;
    margin-left: 16px;
}
.g-center .leader li .leader-name{
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 78px;
    padding-left: 5px;
    text-align: center;
    line-height: 86px;
    font-size:16px;
    color:#fff;
    background: url("../images/center_leader_bg.png") no-repeat center center;
    overflow: hidden;
}
.g-center .leader li .leader-position{
    width: 123px;
    height: 70px;
    padding-left: 95px;
    background-color: #f1f4f7;
    text-align: center;
    line-height: 70px;
    margin-top: 8px;
}
.g-center .leader li .two-position {
    height: 48px;
    padding-top: 11px;
    padding-bottom:11px;
}
.g-center .leader li .leader-position span{
    display: block;
    height: 24px;
    line-height: 24px;

}
.g-center .framework{
    display: block;
    width: 880px;
    height: 682px;
    margin: 21px auto;
}
.g-center .weixin-img{
    display: block;
    width: 200px;
    height: 200px;
    margin: 21px auto;
}

.g-center .honor{
    display: block;
    float: left;
    height: 200px;
    width: auto;
    margin-top: 21px;
    margin-right: 25px;
}

.g-center .last-honor{
    display: block;
    float: right;
    height: 200px;
    width: auto;
    margin-top: 21px;
}
