.content{
    width: 100%;
    background-color: #F5F5F5;
}
.container{
    background-color: #F5F5F5;
}
.comProfile_banner{
    width: 100%;
    height: 40rem;
    padding-bottom: 2px;
    background: url(../image/comAervices_nav.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.comProfile_crumbs{

}
.comProfile_crumbs_text{
    font-size: 6rem;
    color: white;
    text-align: center;
    width: 26rem;
    margin: auto;
    padding: 16rem 0px 2rem 0px;
    border-bottom: 2px solid #008080;
}
.comProfile_crumbs_location{
    line-height: 1.4rem;
    color: white;
    display: flex;
    font-size: 2rem;
    margin: 0 auto;
    padding-top: 1.9rem;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.comProfile_crumbs_location span{
    margin-left: 0.5rem;
}
/*新闻详情 内容*/
.content_det{
    width: 100%;
    background-color: #F5F5F5;
    padding-top: 26px;
}
.content_det_warp{
    width: 63%;
    margin: auto;
    text-align: center;
    background-color: #ffffff;
}
.content_det_warp .content_det_title{
    font-size: 25px;
    /*line-height: 94px;*/
    /*padding-bottom: 10px;*/
    padding: 26px 0;
    color: #0E8383;
    border-bottom: 2px solid #E6E6E6;
}
.content_det_img{
    margin-top: 20px;
}
.content_det_img img{
    width: 343px;
}
.content_det_cont{
    text-align: left;
    font-size: 10px;
    padding: 32px;
}
.content_det_cont img{
    width: 100%;
}
.content_det_cont_indent{
    text-indent:2em;
    line-height: 24px;
}
.content_det_cont p:nth-child(1){
    margin-bottom: 10px;
}
.content_det_cont p:nth-child(5){
    margin-bottom: 20px;
}
.content_det_cont p:nth-child(6){
    margin-bottom: 20px;
}
.content_det_cont p:nth-child(7){
    margin-bottom: 20px;
}

/*新闻按钮*/
.content_det_button{
    text-align: center;
    padding: 55px;
}
.content_det_button .first{
    display: inline-block;
    padding: 10px;
    margin-right: 77px;
    font-size: 10px;
    border-radius: 7px;
    border: 1px solid #E7E7E7;
    background-color: white;
    cursor: pointer;
}
.content_det_button .last{
    display: inline-block;
    padding: 10px;
    font-size: 10px;
    border-radius: 7px;
    color: white;
    cursor: pointer;
    border: 1px solid #007B7C;
    background-color: #007B7C;
}