html,body{
    width:100%;
    height: 100%;
}
.body-wrapper{
    width:100%;
    height: auto;
    margin-top: -4px;
}
.body-wrapper .body-content{
    width:1200px;
    height: auto;
    margin:0 auto;
    overflow: hidden;
}
.body-wrapper .body-content .navgations{
    width:260px;
    height: auto;
    float: left;
    display: block;
    background:#EEEEEE;
    text-align: center;
    margin-bottom: -10000px;
    padding-bottom: 10000px;
}
.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 ul{
    display: inline-block;
    width:260px;
}
.body-wrapper .body-content .navgations ul 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:887px;
    height: auto;
    display: inline-block;
    margin-left:47px;
}
/*这里的title必须为.nav-right元素的直接子元素*/
.body-wrapper .body-content .nav-right  .title{
    width:887px;
    margin-top: 50px;
    margin-bottom: 40px;
    display: inline-block;
    text-align: right;
    font-size:26px;
    font-weight:bold;
    color:rgba(240,95,0,1);
}

/*上面的css是为详情页面的样式整体提供支持*/

/*这里的css为公司新闻和员工活动提供样式*/
.body-wrapper .body-content .nav-right .content{
    width:887px;
    display: inline-block;
    border-top:1px solid rgba(181,181,181,1);
    padding-top:20px;
    padding-bottom: 30px;
}
.body-wrapper .body-content .nav-right .content p{
    text-indent: 0 !important ;
    color: #373737;
}
.body-wrapper .body-content .nav-right .content p > span{
    text-indent: 2em !important;
    line-height: 23px;
}
.body-wrapper .body-content .nav-right .content p img{
    width:480px;
    margin:12px 0;
}