strong{
    display: inline-block;
    /* width: 200px; */
    height: 55px;
    background: url(../img/ims/3/doctor_04.png) no-repeat;
    background-size: 100% 55px;
    /* text-indent: -9999px; */
    overflow: hidden;
     line-height: 55px;
    padding: 0px 30px;
}
em {
    font-style: italic; /* 默认值，可省略 */
}
strong span{
    text-wrap-mode: wrap !important;
    color: #fff !important;
}
p span{
    text-wrap-mode: wrap !important;
}
.m-main-box{
    /*margin: auto;*/
}
.m-section{
    background-color: #f1f1f1;
}

.m-explore-detail {
    height: 325px;
    padding: 30px 30px;
}
.title-one{
    font-size: 40px;
    padding: 30px 30px 0px 30px;
    line-height: 79px;
}
.m-explore-detail-content{
    padding: 0px 30px 100px 30px;
    font-size: 18px;
    font-family: "Times New Roman";
}
.m-explore-detail-list {
    width: 1600px;
    height: auto;
    /* margin: 0px calc(50% - 800px); */
    /* float: left; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.m-explore-detail-top-content{
    width: 1100px;
    float: left;
    text-align: center;
}

.m-explore-detail-left{
    width: 280px;
    float: left;
    text-align: center;
}
.m-explore-detail-left img{
    height: 325px;
    width: 100%;
}
.m-explore-detail-right{
    width: 1160px;
    height: 260px;
    float: right;
    /* background-color: #1b5398; */
    /* margin: 20px; */
    padding: 0px 50px;
}
.m-explore-detail-top{

}
.m-explore-detail-title{
    font-weight: bold;
    font-size: 40px;
    line-height: 79px;
    font-family: "Times New Roman";
}
.m-explore-detail-desc{
    font-size: 18px;
    line-height: 35px;
    font-family: "Times New Roman";
    color: #666;
    width: 900px;
}
