.banner{
    width: 100%;
}

.news_details{
    width: 100%;
    margin-top: 3%;
}

.news_details .min{
    width: 73%;
    float: left;
}
.news_details .min .title{
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.news_details .min .info{
    width: 100%;
    margin-top: 2%;
    text-align: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 2%;
}
.news_details .min .info div{
    display: inline-block;
    text-align: center;
    margin: 0 20px;
    color: #8d8d8d;

}

.news_details .min .content{
    width: 100%;
    margin-top: 3%;
    line-height: 28px;
    font-size: 16px;
}
.news_details .min .content img{
    width: 50%!important;
    margin: 20px 0;
}
.news_details .min .tips{
    width: 100%;
    box-sizing: border-box;
    padding: 5px 20px;
    color: #b6812d;
    background: #ffe1b1;
    border: 1px dashed #900000;
    border-radius: 4px;
    margin-top: 3%;
}

.news_details .pre_next{
    width: 100%;
    margin-top: 3%;
}
.news_details .pre_next_two{
    margin-top: 1%;
}

.news_details .pre_next a{
    transition: 0.3s;
}
.news_details .pre_next a:hover{
    color: #810703;
}
.news_details .form_con{
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    background: #f6f6f6;
    margin-top: 2%;

}
.news_details .form_con .title{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #555555;
    font-weight: bold;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 2%;
}
.news_details .form_con .form_input_min{
    width: 100%;
    margin-top: 2%;
}
.news_details .form_con .form_input_min .item{
    width: 24%;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding-left: 45px;
    margin-left: 1.3%;
}
.news_details .form_con .form_input_min .item:nth-child(1){
    margin-left: 0;
}
.news_details .form_con .form_input_min .item .name{
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    line-height: 38px;
}
.news_details .form_con .form_input_min .item .input{
    width: 100%;
    float: right;
    height: 38px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding:0 10px;
}
.news_details .form_con .form_input_min .item .input input{
    width: 100%;
    line-height: 38px;
}

.news_details .form_con .form_input_min .item select{
    width: 100%;
    background: #fff;
    height: 38px;
    border: 1px solid #ffff;
    box-sizing: border-box;
}

.news_details .form_con .textarea{
    width: 100% !important;
    margin-left: 0!important;
    margin-top: 2%;
    height: 150px;
}

.news_details .form_con .form_input_min .textarea .input{
    width: 100%;
    height: 150px;
}
.news_details .form_con .form_input_min .textarea .input textarea{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 5px;
}
.news_details .form_con .submit_but{
    width: 20%;
    text-align: center;
    margin:2% auto 0;
    background: #810703;
    font-size: 18px;
    color: #fff;
    padding: 5px 0;
    border-radius: 5px;
    cursor: pointer;
}

.news_details .doctor{
    width: 25%;
    float: right;
    box-sizing: border-box;
    padding: 20px;
    background: #f6f6f6;
    /*margin-top: 4.2%;*/
}
.news_details .doctor .title{
    width: 100%;
}

.news_details .doctor .doctor_img{
    display: block;
    width: 50%;
    margin:20px auto 0;
    border-radius: 50%;
    border: 3px solid #fff;
}

.news_details .doctor .info{
    width: 100%;
    margin-top: 3%;
    text-align: center;
}
.news_details .doctor .info span:nth-child(1){
    font-size: 18px;
    font-weight: bold;

}
.news_details .doctor .info span:nth-child(2){
    font-size: 12px;
    border: 1px solid #810703;
    color: #810703;
    padding: 2px 10px;
    border-radius: 4px;
}
.news_details .doctor .brief{
    width: 100%;
    color: #8d8d8d;
    font-size: 14px;
    margin-top: 5%;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    /*height: 57px;*/
    line-height: 26px;
}
.news_details .doctor .brief span{
    font-size: 14px;
    color: #000000;
}

.news_details .doctor .recommend{
    width: 100%;
    margin-top: 13%;
    box-sizing: border-box;
    padding-left: 3%;
    border-left: 2px solid #810703;
}
.news_details .doctor .recommend_article{
    width: 100%;
}
.news_details .doctor .recommend_article ul{
    width: 100%;
}
.news_details .doctor .recommend_article ul li{
    width: 100%;
    margin-top: 5%;
    padding-bottom: 5%;
    border-bottom: 1px solid #ccc;
    transition: 0.3s;
}
.news_details .doctor .recommend_article ul li:hover{
    border-color: #810703;
}
.news_details .doctor .recommend_article ul li .img{
    width: 50%;
    float: left;
    overflow: hidden;
}
.news_details .doctor .recommend_article ul li .img img{
    width: 100%;
    transition: 0.3s;
}
.news_details .doctor .recommend_article ul li:hover .img img{
    transform: scale(1.1);
}
.news_details .doctor .recommend_article ul li .info_article{
    width: 47%;
    float: right;
}
.news_details .doctor .recommend_article ul li .info_article .info_article_title{
    width: 100%;
    font-size: 14px;
    color: #8d8d8d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 2%;
    transition: 0.3s;
}
.news_details .doctor .recommend_article ul li:hover .info_article .info_article_title{
    color: #810703;
}
.news_details .doctor .recommend_article ul li .info_article .info_article_time{
    width: 100%;
    font-size: 14px;
    color: #8d8d8d;
    margin-top: 3%;
    transition: 0.3s;
}

.footer{
    margin-top: 40px;
}