body 
{
    background: #eff3f6;
}
.container-wrapper 
{
    padding: 50px 0 60px;
    background: #eff3f6;
}
.container {
    width: 1150px;
    margin: 25px auto;
    position: relative;
}
.content {
    font-size: 0;
}
.side-menu 
{
    width: 214px;
} 
.detail-info {
    width: 1150px;
    display: inline-block;
    box-sizing: border-box;
    padding: 50px 68px;
    font-size: 14px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
        -ms-box-shadow: 0 1px 3px rgba(0,0,0,.2);
         -o-box-shadow: 0 1px 3px rgba(0,0,0,.2);
            box-shadow: 0 1px 3px rgba(0,0,0,.2);
    margin: -50px auto;
}
.detail-head {
    margin-bottom: 15px;
    height: 50px;
    font-size: 22px;
    border-bottom: 1px solid #ddd;
}
.content-head {
    width: 100%;
}

.topAndLogin {
    background-color: #484a4b;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 390px;
    margin-bottom: -75px;
    position: relative;
}
.topAndLogin .cover {
    position: absolute;
    background-color: #000;
    opacity: .66;
    filter: alpha(opacity=66);
    width: 100%;
    height: 100%;
}
.topAndLogin .container {
    position: relative;
    width: 1151px;
    height: 100%;
    margin: 0 auto;
}
.topAndLogin .container .topContent {
    position: absolute;
    left: 0;
    right: 0;
    width: 993px;
    margin: 0 auto;
    bottom: 134px;
}
.topAndLogin .container .topContent .topTitle {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    width: 765px;
    line-height: 44px;
}
.topAndLogin .container .topContent .topSubTitle {
    line-height: 1;
    font-size: 19px;
    margin-top: 22px;
    color: #cccccc;
}