.hos_wrap{
    box-shadow: 0 0 8px #eee;
    -webkit-box-shadow: 0 0 8px #eee;
}
.hos_title{
    height: 66px;
    line-height: 66px;
    border-bottom: 1px solid #eee;
    padding: 0 18px;
}
/* hos_details */
.hos_details{
    padding: 20px 16px 0 18px;
    box-shadow: 0px 4px 16px #dcdcdc;
    -webkit-box-shadow: 0px 4px 16px #dcdcdc;
}
.hos_details .nav{
    height: 107px;
    color: #343434;
}
.hos_details .nav ul li{
    float: left;
    text-align: center;
    line-height: 107px;
    background: url("http://mr.zx7b.com/resource/mr2020/images/details_nav_04.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size:100% 100%;
}
.hos_details .nav ul li a{
    float: left;
    line-height: 107px;
    width: 100%;
}
.hos_details .nav ul li:nth-child(2){
    width: 353px;
    left: 184px;
    z-index: 5;
    top: -1px;
}
.hos_details .nav ul li:nth-child(3){
    width: 385px;
    left: 386px;
    z-index: 4;
    top: -1px;
}
.hos_details .nav ul li:nth-child(4){
    width: 374px;
    left: 618px;
    z-index: 3;
    top: -1px;
}
.hos_details .nav ul li:nth-child(5){
    width:330px;
    left: 828px;
    z-index: 2;
    top: -1px;
}
.hos_details .nav ul li:hover{
    background: url("http://mr.zx7b.com/resource/mr2020/images/details_nav_03.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.hos_details .nav ul li:first-child{
    background: url("http://mr.zx7b.com/resource/mr2020/images/details_nav_02.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-left: 0;
    z-index: 6;
    width: 306px;
    color: #ffffff;
}
.hos_details .nav ul li:last-child{
    background: url("http://mr.zx7b.com/resource/mr2020/images/details_nav_06.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-align:right;
    padding-right: 40px;
}

.hos_details .nav ul li:last-child:hover{
    background: url("http://mr.zx7b.com/resource/mr2020/images/details_nav_05.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-align: right;
    padding-right: 40px;
}
.hos_details .nav ul li:hover a{
    color: #ffffff;
}
.hos_details .hos_details_img{
    width: 370px;
    height: 230px;
    border-radius: 2px;
}
.hos_details .hos_details_con{
    width: 780px;
}
.hos_details .hos_details_con img{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.hos_details .hos_details_con .wrapper p img{
    width: 15px;
    height: 18px;
}
.hos_details .hos_details_con .wrapper > div{
    height: 18px;
    line-height: 18px;
    margin-left: 40px;
}
.hos_details .hos_details_con .wrapper > :hover{
    cursor: pointer;

}
.hos_details .hos_details_con .wrapper > div img{
    width: 14px;
    height: 14px;
    margin-top: 2px;
}
/* .hos_details .hos_details_con .add img{
    width: 15px;
    height: 18px;
    margin-right: 10px;
}
.hos_details .hos_details_con .phone img{
    width: 11px;
    height: 16px;
    margin: 1px 10px 0 0;
} */
.hos_details .hos_details_con .tip a{
    padding: 0 20px;
    margin: 0 10px 4px 0;
    background-color: #FFEBEF;
    border-radius: 4px;
}
.hos_details .hos_details_con .max_thr,
.hos_details .hos_details_con .max_thr p
.hos_details .hos_details_con .max_thr span{
    font-size: 16px !important;
    line-height: 24px !important;
    color: #999 !important;
    text-indent: 0 !important;
}
.hos_details .hos_details_con .max_thr{
    max-height: 72px;
}
.hos_details .hos_details_con .max_thr a{
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 0 50px 0 5px;
}
/* hos_feature */
.hos_feature{
    padding: 30px 0 0 48px;
}
.hos_feature .hos_feature_con{
    width: 224px;
    margin-right: 20px;
}
.hos_feature .hos_feature_con img{
    width: 60px;
    height: 60px;
}
.hos_feature .hos_feature_con .hos_feature_text{
    width: 145px;
}
/*hos_intro*/
.hos_intro .desc_wrap.active{
    height:250px;
    overflow: hidden;
    margin-bottom:20px;
}
.hos_intro .intro_desc{
    padding:7px 18px 0 18px;
    margin-bottom: 25px;
    text-align:justify;
}
.hos_intro .intro_desc .details_btn a{
    color: #FF6980;
}
.hos_intro .intro_desc .details_btn{
    background: #ffffff;
    right: 19px;
    top: 224px;
    -webkit-box-shadow: -5px 0 10px 10px #fff;
    -moz-box-shadow: -5px 0 10px 10px #fff;
    box-shadow: -5px 0 10px 10px #fff;
}
/* hos_doc */
.hos_doc ul{
    padding-left: 18px;
}
.hos_doc li{
    width: 356px;
    height: 140px;
    padding: 20px 16px;
    margin: 0 30px 18px 0;
    border: 1px solid #eee;
    border-radius: 2px;
}
.hos_doc li:nth-child(2n){
    margin-right: 0;
}
.hos_doc li:nth-child(2n+1){
    clear: both;
}
.hos_doc li .hos_doc_img{
    width: 55px;
}
.hos_doc li .hos_doc_img img{
    width: 55px;
    height: 55px;
    border-radius: 100%;
}
.hos_doc li .hos_doc_img .btn{
    background-color: #FF6980;
    border-radius: 4px;
}
.hos_doc li .hos_doc_img .btn:hover{
    color: #fff;
}
.hos_doc li .hos_doc_con{
    width: 250px;
}
.hos_doc li .hos_doc_con .max_two{
    max-height: 36px;
}
.hos_doc li .hos_doc_con .max_two p{
    font-size: 14px !important;
    line-height: 18px !important;
    color: #FF6980 !important;
    text-indent: 0 !important;
}
/*hos_project*/
.hos_project .wrapper{
    padding: 0px 18px 20px 18px;
    color: #565656;
}
.hos_project .wrapper p{
    line-height: 23px;
    text-align:justify;
}
.hos_project .wrapper a{
    color:#FF6A80;
}
.hos_project .wrapper .details_btn{
    background: #ffffff;
    right: 0;
    bottom: 0;
}
/* hos_news */
.hos_news ul{
    padding: 0 18px;
    margin-bottom: 32px;
}
.hos_news li{
    width: 50%;
    padding: 0 0 6px 0px;
    border-bottom: 1px solid #eee;
    margin-bottom: 14px;
}
/* hos_welfare */
.hos_welfare ul{
    padding-left: 30px;
}
.hos_welfare li{
    margin: 0 26px 22px 0;
}
.hos_welfare li:last-child{
    margin-right: 0;
}
.hos_welfare li a{
    width: 222px;
    height: 285px;
    border: 1px solid #F5F5F5;
    border-radius: 2px;
    padding: 7px 8px;
}
.hos_welfare li a:hover{
    border-color: #FF6980;
}
.hos_welfare li a .hos_welfare_img{
    height: 198px;
}
/*hos_path*/
.hos_path .wrapper{
    color: #565656;
    padding: 2px 18px 20px 18px;
}
.hos_path .wrapper p:first-child{
    line-height:27px ;
}
.hos_path .wrapper p:last-child{
    line-height: 23px;
}
/* hos_relevant */
.hos_relevant ul{
    padding-left: 18px;
    margin-bottom: 20px;
}
.hos_relevant li{
    width: 230px;
    margin: 0 20px 8px 0;
}
.hos_relevant li:nth-child(3n){
    margin-right: 0;
}
.hos_relevant li:nth-child(3n+1){
    clear: both;
}
/* hos_sec_title */
.hos_sec_title{
    height: 30px;
    padding: 0 0 0 26px;
}
.hos_sec_title:before{
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 24px;
    background-color: #FF6980;
}
.hos_sec_title:after{
    content: '';
    position: absolute;
    left: 26px;
    top: 15px;
    z-index: -1;
    right: 17px;
    height: 1px;
    background-color: #E6E6E6;
}
.hos_sec_title span{
    background-color: #fff;
}

/* hos_infor */
.hos_infor{
    padding:0 0 0 0;
}
.hos_infor .hos_infor_wrap{
    padding: 0 20px 0 18px;
}
.hos_infor .hos_infor_wrap .wrap{
    padding: 3px 0;
    border-bottom: 1px dashed #D9D9D9;
}
.hos_infor .hos_infor_wrap .hos_infor_title{
    width: 98px;
    margin-right: 5px;
}
.hos_infor .hos_infor_wrap .hos_infor_short{
    width: 252px;
    margin-right: 10px;
}
.hos_infor .hos_infor_wrap .hos_infor_long{
    width: 624px;
}

/* hos_survey hos_section hos_add */
.hos_survey,
.hos_section,
.hos_add{
    padding: 0 0 0 0;
}
.hos_survey .hos_survey_con,
.hos_section .hos_section_con,
.hos_add .hos_add_con{
    padding: 0 15px 0 18px;
}
.hos_survey .hos_survey_con p,
.hos_section .hos_section_con p,
.hos_add .hos_add_con p{
    font-size: 16px !important;
    line-height: 24px !important;
    color: #333 !important;
    text-indent: 2em !important;
    margin-bottom: 14px !important;
}
.hos_survey .hos_survey_con p span,
.hos_section .hos_section_con p span,
.hos_add .hos_add_con p span{
    text-indent: 0 !important;
}
.hos_survey .hos_survey_con img,
.hos_section .hos_section_con img,
.hos_add .hos_add_con img{
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
}
/*鏂板姞 2020 10 13*/
/*details one*/
.hos_details.numOne .nav ul li:first-child{
    background: url("http://mr.zx7b.com/resource/mr2020/images/details_nav_01.png") no-repeat;
    color:#343434;
}
.hos_details.numOne .nav ul li:first-child:hover{
    background: url("http://mr.zx7b.com/resource/mr2020/images/details_nav_02.png") no-repeat;
    color:#ffffff;
}
.hos_details.numOne .nav ul li:nth-child(2){
    background: url("http://mr.zx7b.com/resource/mr2020/images/details_nav_03.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    color:#ffffff;
    left:174px ;
    top: -1px;
}
.hos_details.numOne .nav ul li:nth-child(3){
    left:390px;
    top: -2px;
}
/*details one*/
.hos_details.numOne .nav ul li:first-child{
    background: url("http://mr.zx7b.com/resource/mr2020/images/details_nav_01.png") no-repeat;
    color:#343434;
}
.hos_details.numOne .nav ul li:first-child:hover{
    background: url("http://mr.zx7b.com/resource/mr2020/images/details_nav_02.png") no-repeat;
    color:#ffffff;
}
.hos_details.numOne .nav ul li:nth-child(2){
    background: url("http://mr.zx7b.com/resource/mr2020/images/details_nav_03.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    color:#ffffff;
    left:174px ;
    top: -1px;
}
.hos_details.numOne .nav ul li:nth-child(3){
    left:390px;
    top: -2px;
}
/*hos_survey*/
.hos_survey .hos_survey_con a{
    color:#FF6A80;
}
.hos_survey .hos_survey_con .details_btn{
    background: #ffffff;
    right: 14px;
    top: 245px;
}
/* hos_zx */
.hos_zx{
    padding: 8px 30px 12px 11px;
}
.hos_zx_img{
    width: 90px;
    height: 126px;
}
.hos_zx_con{
    width: 610px;
}
.hos_zx_btn a{
    height: 27px;
    line-height: 27px;
    margin-top: 2px;
    padding: 0 7px;
    border-radius:6px;
    color: #fff;
}
.hos_zx_btn a:first-child{
    background-color: #FF6980;
}
.hos_zx_btn a:last-child{
    background-color: #09C2C5;
}

/*details two*/
.hos_details.numTwo .nav ul li:first-child{
    background: url("http://mr.zx7b.com/resource/mr2020/images/details_nav_01.png") no-repeat;
    color:#343434;
}
.hos_details.numTwo .nav ul li:first-child:hover{
    background: url("http://mr.zx7b.com/resource/mr2020/images/details_nav_02.png") no-repeat;
    color:#ffffff;
}
.hos_details.numTwo .nav ul li:nth-child(2){
    top: 0;
}
.hos_details.numTwo .nav ul li:nth-child(3){
    background: url("http://mr.zx7b.com/resource/mr2020/images/details_nav_03.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    color:#ffffff;
    left:386px ;
    top: -1px;
}
.hos_details.numTwo .nav ul li:nth-child(4){
    left:618px;
    top: -2px;
}
/*details three*/
.hos_details.numThree .nav ul li:first-child{
    background: url("http://mr.zx7b.com/resource/mr2020/images/details_nav_01.png") no-repeat;
    color:#343434;
}
.hos_details.numThree .nav ul li:first-child:hover{
    background: url("http://mr.zx7b.com/resource/mr2020/images/details_nav_02.png") no-repeat;
    color:#ffffff;
}
.hos_details.numThree .nav ul li:nth-child(3){
    top: 0;
}
.hos_details.numThree .nav ul li:nth-child(4){
    background: url("http://mr.zx7b.com/resource/mr2020/images/details_nav_03.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    color:#ffffff;
    left:618px ;
    top: -1px;
}
.hos_details.numThree .nav ul li:nth-child(5){
    width: 346px;
    left:810px;
    top: -1px;
}
/*details four*/
.hos_details.numFour .nav ul li:first-child{
    background: url("http://mr.zx7b.com/resource/mr2020/images/details_nav_01.png") no-repeat;
    color:#343434;
}
.hos_details.numFour .nav ul li:first-child:hover{
    background: url("http://mr.zx7b.com/resource/mr2020/images/details_nav_02.png") no-repeat;
    color:#ffffff;
}
.hos_details.numFour .nav ul li:nth-child(4){
    top: -2px;
}
.hos_details.numFour .nav ul li:nth-child(5){
    width: 346px;
    background: url("http://mr.zx7b.com/resource/mr2020/images/details_nav_05.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    color:#ffffff;
    left:810px ;
    top: -2px;
}

/* search_doc */
.search_doc li{
    width: 260px;
    height: 350px;
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
    border-radius:8px;
    overflow: hidden;
}
.search_doc li:hover{
    border-color: #FF6980;
}
.search_doc li .search_doc_code .doc_code{
    width: 131px;
}
.search_doc li .search_doc_code .doc_code img{
    height: 131px;
}
.search_doc li a.search_doc_top{
    color: #333;
    padding: 32px 20px 0 8px;
}
.search_doc li a.search_doc_top .tip{
    right: 0;
    top: 12px;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    padding: 0 5px 0 10px;
    background-color: #09C2C5;
    border-radius: 12px 0 0 12px;
}
.search_doc li a.search_doc_top .tip img{
    width: 11px;
    height: 10px;
    margin: 7px 2px 0 0;
}
.search_doc li a.search_doc_top .search_doc_img{
    padding-left: 61px;
}
.search_doc li a.search_doc_top .search_doc_img img{
    width: 122px;
    height: 122px;
    border-radius: 100%;
}
.search_doc li a.search_doc_top .cut{
    height: 0;
    border-bottom: 1px dashed #E8E8E8;
}
.search_doc li a.search_doc_top .search_doc_code{
    display: none;
    left: 0;
    bottom: -92px;
    z-index: 1;
    padding: 6px 0;
    background-color: #fff;
    border-top: 1px dashed #E8E8E8;
}
.search_doc li  a.search_doc_top:hover .search_doc_code{
    display: block;
}
.search_doc li .search_doc_set{
    padding: 0 20px 0 8px;
}
.search_doc li .search_doc_set a .ellipsis{
    width: 154px;
}

/* hos_art */
.hos_art li{
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}
.hos_art li:last-child{
    margin-bottom: 0;
    border-bottom: 0;
}
.hos_art li .hos_art_img{
    width: 198px;
    height: 116px;
}
.hos_art li .hos_art_con{
    padding-top: 15px;
    width: 570px;
}
.hos_art li .hos_art_con .title,
.hos_art li .hos_art_con .title_desc,
.hos_art li .hos_art_con .wrapper{
    width: 80%;
}
.hos_art li .hos_art_con .title{
    height: 26px;
}
.hos_art li .hos_art_con .list{
    width: 80%;
}
.hos_art li .hos_art_con .num{
    right: 0;
    bottom: 0;
}
/*鏂板姞鍒嗕韩鎸夐挳*/
.hos_art li .hos_art_con .share_btn{
    right: 40px;
}
.hos_art li .hos_art_con .share_btn .bdsharebuttonbox{
    zoom: 1;
    width: 75px;
    border: 1px solid #cccccc;
    background: #ffffff;
    border-radius: 5px;
    padding-left: 5px;
    z-index: 3;
    top: 26px;
    right: -25px;
    display: none;
}
.hos_art li .hos_art_con .share_btn .bdsharebuttonbox.active{
    display: block;
}
.hos_art li .hos_art_con .share_btn img{
    width: 17px;
    height: 20px;
}
.hos_art li .hos_art_con .list .item{
    padding: 0 20px;
    margin: 0 10px 4px 0;
    background-color: #FFEBEF;
    border-radius: 4px;
}
/* hos_project */
.hos_project .hos_project_top{
    background-color: #F8F8F8;
    border-bottom: 1px solid #EAEAEA;
}
.hos_project .hos_project_top .title{
    width: 92px;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #EAEAEA;
}
.hos_project .hos_project_top .title.new{
    width: 108px;
}
.hos_project .hos_project_top .title.active{
    background-color: #fff;
    color: #FF6980;
}
.hos_project .hos_project_top .title .down{
    width: 10px;
    height: 11px;
    margin-top: 20px;
}
.hos_project .hos_project_top .paging a{
    width: 22px;
    height: 22px;
    line-height: 20px;
    border: 1px solid #E8E8E8;
    background-color: #fff;
}
.hos_project .hos_project_top .paging a.ban{
    background-color:#EFEFEF;
}
.hos_project .hos_project_top .paging a.ban:hover{
    color: inherit;
}
.hos_project .hos_pro_list li a{
    padding: 20px 60px 20px 15px;
    border-bottom: 1px solid #F3F3F3;
}
.hos_project .hos_pro_list li:last-child a{
    border-bottom: 0;
}
.hos_project .hos_pro_list li .hos_pro_img{
    width: 121px;
    height: 121px;
    border-radius: 3px;
}
.hos_project .hos_pro_list li .hos_pro_con{
    width: 550px;
}
.hos_project .hos_pro_list li .hos_pro_con .title{
    height: 45px;
    padding-right: 90px;
}
.hos_project .hos_pro_list li .hos_pro_con .pro_l{
    width: 390px;
    padding: 10px 10px 16px 0;
    border-right: 1px solid #f3f3f3;
}
.hos_project .hos_pro_list li .hos_pro_con .pro_l img{
    width: 14px;
    height: 14px;
    margin: 3px 3px 0 0;
}
.hos_project .hos_pro_list li .hos_pro_con .pro_r{
    width: 150px;
}
/*hos_comment 鍖婚櫌璇勪环*/
.comment.hos_comment form .choice_wrap{
    height:28px;
}
.comment.hos_comment form .choice_wrap input{
    width: 280px;
    height: 28px;
    border: 1px solid #D1D1D1;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.comment.hos_comment form .choice_wrap span{
    margin-right:4px;
}
.comment.hos_comment .comment_cont .comment_list .comment_item .item_r .comment_result .result_item .star_wrap ul li{
    margin-top:2px;
    width:13px;
    height:13px;
    margin-right:2px;
}
.comment.hos_comment .comment_cont .comment_list .comment_item .item_r .comment_result .result_item .star_wrap ul li:last-child{
    margin-right:0;
}
.comment.hos_comment .comment_cont .comment_list .comment_item .item_r .comment_result .result_item .star_wrap img{
    width:13px;
    height:13px;
}