/* 头部 */
.head img {
    width: 100%;
}
.head .pc {
    display: block;
}
.head .moblie {
    display: none;
}
/* 内容 */
.container {
    width: 1200px;
    margin: 0 auto;
    padding-top: 119px;
}
.rx-show {
    position: relative;
}
.rx-img {
    position: absolute;
    right: 57px;
    top: -42px;
}
.rx-show span {
    position:absolute;
    right: 325px;
    color: #B92117;
    font-size: 48px;
}
.photo {
    position: absolute;
    top: 10px;
    left: 52px;
    width: 265px;
}
.people-means {
    position: absolute;
    top: 156px;
    left: 376px;
    font-size: 36px;
    font-weight: 500;
    color: #fff;
}
.people-means p {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 500;
    color: #fff;
}
/* 内容简介样式 */
.sj-sub {
    position: relative;
    width: 759px;
    margin: 0 auto;
    margin-top: 18px;
    margin-bottom:35px;
}
.sj-sub img {
    width: 100%;
}
.sj-sub span {
    position: absolute;
    top: 28px;
    left: 284px;
    color: #B92117;
    font-size: 48px;
}
.title {
    margin: 49px 0 44px;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    color: #B92117;
}
.content {
    width: 100%;
    text-align: center;
    background: url(../images/detail_b.png) bottom center no-repeat;
    background-size: 100% 100%;
}
.content p {
    text-align: left;
    font-size: 20px;
    
    line-height: 30px;
}
.go-home {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #fff;
    font-size: 30px;
    
}
.go-home a:first-child {
    margin-right: 60px;
}
.go-home a {
    font-size: 30px;
}
/* 适配移动端 */
@media (max-width: 991px) {
    .container {
      width: 100%;
      padding: 0 2%;
    }
    .head .pc {
      display: none;
    }
    .head .moblie {
      display: block;
    }
    .tx_p,.rx-img {
        display: none;
    }
    .photo {
        position: initial;
        width: 45%;
    }
    .people-means {
        top: 20%;
        left: 45%;
        color: #000;
        font-size: 26px;
    }
    .people-means p {
        color: #333;
        font-size: 20px;
    }
    .rx-show span {
        position:initial;
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align:center;
        font-size: 20px;
    }
    .sj-sub {
        width: 100%;
        text-align: center;
    }
    .sj-sub img {
        display:none;
    }
    .sj-sub span {
        position: initial;
    }
    .title {
        margin: 20px 0;
    }
    .content img {
        width: 100%;
        height: 100%;
    }
}