/*子页面都用这个相同的图片*/
.commonPic{
    width:100%;
}
.commonPic img{
    width:100%;
    min-width: 1200px;
}
/*中间主体内容展示区*/
.body-wrapper{
    width:100%;
    height:820px;
}
.body-wrapper .body-content{
    width:1200px;
    height:820px;
    margin:0 auto;
    margin-top: -4px;
}
.body-wrapper .body-content .navgations{
    width:260px;
    height:820px;
    display: inline-block;
    background:#eee;
    text-align: center;
    vertical-align: top;
}
.body-wrapper .body-content .navgations .nav li img{
    margin-left:-38px;
}
.body-wrapper .body-content .navgations .big-title{
    width:260px;
    height: 116px;
    line-height: 116px;
    display: inline-block;
}
.body-wrapper .body-content .navgations .big-title{
    font-size:26px;
    font-weight:bold;
    color:#3a3a3a;
}
.body-wrapper .body-content .navgations .nav{
    display: inline-block;
    width:260px;
}
.body-wrapper .body-content .navgations .nav li{
    display: inline-block;
    width:260px;
    height: 70px;
    font-size:18px;
    font-weight:400;
    color:#3a3a3a;
    line-height:70px;
    border-bottom:1px solid #E5E5E5;
}
/*导航右边内容区*/
.body-wrapper .body-content .nav-right{
    width:890px;
    height: 820px;
    display: inline-block;
    margin-left:44px;
}
.body-wrapper .body-content .nav-right .title{
    width:890px;
    margin-top: 50px;
    margin-bottom: 40px;
    display: inline-block;
    text-align: right;
    font-size:26px;
    font-weight:bold;
    color:#f56b0f;
}
.body-wrapper .body-content .nav-right .content{
    width:890px;
    border-top:1px solid #B5B5B5;
    padding-top: 40px;
}
.join-introduce {
    width: 890px;
    float: left;
    font-size: 15px;
}

.join-introduce ul {
    list-style-type: disc;
    color: #3a3a3a;
    padding-left: 30px
}

.join-introduce ul li small {
    font-size: 15px;
}

.voice {
    margin: 20px 0
}

.voice img {
    vertical-align: middle
}
.img-center{
    width:890px;
    text-align: center;
}
