/* 正文 */
.mainContent h2{
    font-size: 40px;
    color: #142852;
    text-align: center;
}
.mainContent .content{
    margin: 70px 0 0 0;
    position: relative;
    box-shadow: 2px 2px 35px rgba(33, 47, 76, .2);
    padding: 40px 70px;
    background-color: white;
}
.mainContent>.content>img{
    position: absolute;
    box-shadow: 2px 2px 35px rgba(33, 47, 76, .2);
    width: 177px;
    height: 210px;
    top: 40px;
    right: 70px;
}
.mainContent .content span{
    font-size: 22px;
    color: #142852;
    margin: 0 0 30px 0;
}
.mainContent .content p{
    font-size: 20px;
    color: #66697c;
    margin: 0 0 50px 0;
    line-height: 40px;
}
.mainContent .content p:nth-child(3){
    padding: 0 177px 0 0;
}
/* 项目详情 */
.projectDetails{
    background: url(../images/project-bg.png) 100% 0 no-repeat,
                url(../images/project-bg-2.png) 0% 100% no-repeat;
    min-height: 924px;
    padding: 0 0 80px 0;
}
.projectDetails .publcTitle{
    padding: 0;
}
.projectDetails .content span{
    margin: 0 0 40px 0;
}
.projectDetails .content p{
    white-space: pre-line;
}
.projectDetails .content p{
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 60px 0;
}