/*--------------banner-------*/
.medical_banner{
    background: #ffffff;
}
.medical_banner>.wrap{
    height: 3rem;
    background: url("../images/m_index_medical_banenr.png") no-repeat center/cover;
}
/*----新闻标题-----*/
.med_details{
    background: #ffffff;
    margin-top: 0.1rem;
}
.med_details h1{
    font-size: 0.36rem;
    color: #121314;
    text-align: center;
    margin-top: 0.2rem;
}
.text_form  span{
    font-size: 0.24rem;
    color: #8d8d8d;
    text-align: center;
    height: 0.28rem;
    line-height: 0.28rem;
    display: inline-block;
    width: 50%;
    vertical-align: bottom;
    float: left;
}
.text_form span:nth-child(2){
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.text_form {
    margin: 0.2rem auto;
    width: 6rem;
}
.med_details h2{
    font-size: 12px;
    color: #121314;
    /*font-weight: bold;*/
    background: #eeeeee;
    border-left: 0.1rem solid #2965eb;
    line-height: 0.38rem;
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
    padding: 0.1rem 0.2rem 0.1rem;
}
.med_details img{
    margin: 0.2rem -20% 0;
}
.med_details p{
    font-size: 0.22rem;
    color: #323232;
    line-height: 0.4rem;
    overflow: hidden;
}
.med_details h2 a{
    color: #ff0018;
}
.med_details td{
    border:1px solid #646464;
    text-align: center;
    line-height: 0.43rem;
    vertical-align: middle;
}
/*-------分享------*/
.share{
    background: #ffffff;
    padding-top: 0.2rem;
    line-height: 0.5rem;
}
.share button{
    border: 0;
    background: #ffffff;
    margin-left: 0.2rem;
   margin-top: -0.08rem;
    cursor: pointer;
}
.share img{
    width: 0.4rem;
    height: 0.4rem;

}
.share span{
    font-size: 0.26rem;
    color: #aaaaaa;
    line-height: 0.5rem;
    display: inline-block;
}

/*---------上下页-----*/
.page{
    background: #ffffff;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.page li{
    margin-top: 0.1rem;
}
.page li span{
    font-size: 0.22rem;
    color: #121314;
}
.page li a{
    font-size: 0.22rem;
    color: #aaaaaa;
}

/*---------重庆市南丁卫生职业学校--------*/
.nd_school {
    margin-top: 0.1rem;
    background: #ffd5da;
    height: 1.5rem;

}
.nd_school img{
    width: 1.16rem;
    height: 1.1rem;
    border-radius: 50%;
    float: left;
    margin-top: 0.25rem;
}
.nd_infor{
    float: left;
    margin-left: 0.4rem;
    margin-top: 0.4rem;
}
.nd_infor h2{
    font-size: 0.24rem;
    color: #121314;
}
.nd_infor a{
    display: inline-block;
    width: 0.84rem;
    height: 0.28rem;
    line-height: 0.28rem;
    text-align: center;
    background: #ec5164;
    color: #ffffff;
    font-size: 0.18rem;
    border-radius: 0.05rem;
    margin-top: 0.2rem;
    margin-left: 0.2rem;
}
.nd_infor a:first-child{
    margin-left: 0;
}

@media (max-width: 768px) {
}
@media (max-width: 420px) {
    .text_form{
        width: 7.5rem;
    }
    .bshare-custom.icon-medium a{
        -webkit-transform: scale(0.9);
    }
    .med_details p{
        font-size: 0.28rem;
        line-height: 0.5rem;
    }
    .med_details h2{
        font-size: 0.18rem;
    }

}
@media (max-width: 375px) {
    .nd_infor a {
        display: inline-block;
        width: 1.2rem;
        height: 0.34rem;
        line-height: 0.34rem;
    }
    .med_details p{
        font-size: 0.3rem;
        line-height: 0.55rem;
    }
    .med_details h2 {
        font-size: 0.3rem;
        line-height: 0.5rem;
    }
}
@media (max-width: 360px) {
    /*------咨询表单-----*/
    .nd_infor a{
        width: 1.2rem;
    }
    .bshare-custom.icon-medium a{
        -webkit-transform: scale(0.8);
    }
    .med_details p{
        font-size: 0.3rem;
        line-height: 0.5rem;
    }

}

@media (max-width: 320px) {
    .med_details p{
        font-size: 0.32rem;
        line-height: 0.65rem;
    }

}






