body{
    padding-bottom: 1rem;
}
/*introduction_nav*/
.introduction_nav{
    width: 100%;
    padding: 0.6rem 0 0;
    border-bottom: 1px solid #ccc;
    position: fixed;
    top: 44px;
    left: 0;
    z-index: 9999;
    background: #fff;
}
.introduction_nav ul{
    width: 100%;
}
.introduction_nav ul li{
    width: 25%;
    float: left;
    text-align: center;
}
.introduction_nav ul .active{
    color: #b9090c;
}
.introduction_nav ul li div:nth-child(1){
    font-weight: bold;
}
.introduction_nav ul li div:nth-child(2){
    width: 20%;
    height: 4px;
    background: #b9090c;
    margin: 0.6rem auto 0;
    border-radius: 5px;
    display: none;
}
.introduction_nav ul .active div:nth-child(2){
    display: block;
}

/*introduction_info*/
.introduction_info{
    width: 100%;
}
.introduction_info .name{
    font-size: 1rem;
}
.introduction_info .label_one{
    width: 100%;
    margin-top: 0.5rem;
}
.introduction_info .label_one i{
    content: url("../images/index_11.png");
    display: block;
    float: left;
    width: 25%;
}
.introduction_info .label_one .item{
    display: block;
    width: auto;
    float: left;
    color: #333333;
    background: #e6e6e6;
    margin-left: 3%;
    padding: 0.1rem 0.4rem;
    border-radius: 0.3rem;
    font-size: 0.6rem;
}
.introduction_info .label_two{
    width: 100%;
    margin-top: 0.5rem;
}
.introduction_info .label_two span{
    box-sizing: border-box;
    border:1px solid #b9090c;
    color: #b9090c;
    display: inline-block;
    margin-top: 0.3rem;
    padding: 0.1rem 0.3rem;
    border-radius: 0.2rem;
}

.introduction_info .address{
    width: 100%;
    margin-top: 0.5rem;
}
.introduction_info .address .item_name{
    width: 15%;
    float: left;
    color: #777777;
    font-size: 0.8rem;
    font-weight: bold;
}
.introduction_info .address .item_min{
    width: 85%;
    float: right;
    color: #777777;
    font-size: 0.65rem;
}

.introduction_info .phone{
    width: 100%;
    margin-top: 0.5rem;
}
.introduction_info .phone .item_name{
    width: 15%;
    float: left;
    color: #777777;
    font-size: 0.8rem;
    font-weight: bold;
}
.introduction_info .phone .item_min{
    width: 85%;
    float: right;
    color: #0072fe;
    font-size: 0.8rem;
    font-weight: bold;
}

.introduction_info .brief{
    width: 100%;
    margin-top: 0.5rem;
}
.introduction_info .brief i{
    content: url("../images/introduction_03.png");
    width: 5%;
    float: left;
}
.introduction_info .brief .title{
    width: 60%;
    float: left;
    margin-left: 2%;
    font-size: 0.8rem;
}
.introduction_info .brief .min{
    width: 100%;
    margin-top: 0.5rem;
    height: 10rem;
    overflow: hidden;
    position: relative;
    line-height: 1.4rem;
    text-indent: 2em;
}

.introduction_info .brief .brief_but{
    width: 100%;
    text-align: center;
    color: #007aff;
    margin-top: 0.5rem;

}

/*hospital_characteristic*/
.hospital_characteristic{
    width: 100%;
    margin-top: 1.3rem;
    border-top: 3px solid #ccc;
    padding-top: 0.8rem;
}
.hospital_characteristic .title{
    width: 100%;
}
.hospital_characteristic .title .title_icon{
    content: url("../images/introduction_03_03.png");
    display: block;
    width: 1rem;
    float: left;
    margin-top: 0.2rem;
}
.hospital_characteristic .title .title_min{
    width: 60%;
    float: left;
    font-size: 0.9rem;
    font-weight: bold;
    margin-left: 2%;
    color: #b9090c;
}

.hospital_characteristic .title .title_more{
    width: 15%;
    float: right;
    display: block;
    text-align: right;
    font-size: 0.8rem;
}

.hospital_characteristic .hospital_characteristic_content{
    width: 100%;
    margin-top: 0.8rem;
}
.hospital_characteristic .hospital_characteristic_content .item{
    width: 100%;
    border-radius: 0.2rem;
    background: #eeeeee;
    box-sizing: border-box;
    padding: 0.6rem;
    margin-top: 0.5rem;
}
.hospital_characteristic .hospital_characteristic_content .item img{
    display: block;
    float: left;
    width: 28%;
}
.hospital_characteristic .hospital_characteristic_content .item .info{
    width: 60%;
    float: left;
    margin-left: 4%;
}
.hospital_characteristic .hospital_characteristic_content .item .info a:nth-child(1){
    display: block;
    width: 100%;
    font-size: 0.8rem;
    color: #333333;
    margin-top: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.hospital_characteristic .hospital_characteristic_content .item .info a:nth-child(2){
    display: block;
    width: 100%;
    color: #aaaaaa;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.3rem;
}

.hospital_characteristic .hospital_characteristic_content .item .more{
    width: 5%;
    font-size: 1.3rem;
    text-align: center;line-height: 4rem;
    float: right;
    color: #aaaaaa;
}

/*hospital_instrument*/
.hospital_instrument{
    width: 100%;
    margin-top: 1.3rem;
    border-top: 3px solid #ccc;
    padding-top: 0.8rem;
    margin-bottom: 0.5rem;
}
.hospital_instrument .title{
    width: 100%;
}
.hospital_instrument .title .title_icon{
    content: url("../images/introduction_09.png");
    display: block;
    width: 1rem;
    float: left;
    margin-top: 0.2rem;
}
.hospital_instrument .title .title_min{
    width: 60%;
    float: left;
    font-size: 0.9rem;
    font-weight: bold;
    color: #b9090c;
    margin-left: 2%;
}

.hospital_instrument .title .title_more{
    width: 15%;
    float: right;
    display: block;
    text-align: right;
    font-size: 0.8rem;
}
.hospital_instrument .hospital_instrument_min{
    width: 100%;
    margin-top: 0.8rem;
}
.hospital_instrument .hospital_instrument_min .item{
    width: 48.5%;
    float: left;
    margin-left: 3%;
    margin-top: 3%;
    margin-bottom: 0.4rem;
}
.hospital_instrument .hospital_instrument_min .item:nth-child(2n+1){
    margin-left: 0;
}
.hospital_instrument .hospital_instrument_min .item:nth-child(1){
    margin-left: 0;
}
.hospital_instrument .hospital_instrument_min img{
    width: 100%;
    height: 7rem;
}
.hospital_instrument .hospital_instrument_min .item_title{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 0.3rem;
}