.dm-detail-top {
    height: 218px;
    background-position: center 500px;
    background-size: cover;
    animation: bgmove 24s 2s linear infinite alternate;
}

.dm-detail-top .top-inner {
    padding: 40px 0;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    box-sizing: border-box;
}

.dm-detail-top>.top-inner>.layout {
    position: relative;
}

.dm-detail-top .top-inner h1 {
    float: left;
    padding: 25px 5px 0 5px;
    width: 122px;
    height: 122px;
    border: 5px solid #34a7e7;
    color: #34a7e7;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;
}

.dm-detail-top .top-inner h1 span {
    display: block;
    font-size: 14px;
}

.dm-detail-top .top-inner i {
    margin-left: 30px;
    margin-right: 20px;
    color: #a5aebc;
    font-size: 36px;
    vertical-align: middle;
}

.dm-detail-top .address p {
    display: inline-block;
    width: 700px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    vertical-align: middle;
}

.dm-detail-top .phone p {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 600;
}

.dm-detail-top .department-follow {
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    width: 83px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #b3b6bf;
    border-radius: 4px;
    color: #fff;
}

.dm-detail-top .department-follow:before {
    font-family: 'iconfont';
    content: '\e631';
    margin-right: 4px;
}

.dm-detail-top .followed:before {
    font-family: 'iconfont';
    content: '\e632';
    margin-right: 4px;
}

.dm-detail-top .dm-path {
    position: absolute;
    bottom: 0;
    right: 30px;
}

.dm-detail-top .dm-path a {
    color: #fff;
    vertical-align: middle;
}

.dm-detail-top .dm-path a:hover {
    color: #199ed8;
}

.dm-detail-top .dm-path a:first-child {
    font-size: 20px;
}

.dm-detail-top .dm-path span {
    color: #d7d7d7;
    vertical-align: middle;
}

.dm-detail-top .dm-path i {
    margin: 0;
    color: #199ed8;
    font-size: 14px;
    vertical-align: middle;
}

.dm-introduct {
    position: relative;
    height: 450px;
    margin-bottom: 100px;
}

.dm-introduct h2 {
    padding-top: 24px;
    height: 100px;
    line-height: 1.2;
    font-size: 20px;
    color: #199ed8;
    text-align: center;
    box-sizing: border-box;
}

.dm-introduct h2 span {
    display: block;
    font-size: 16px;
    color: #bcbcbc;
}

.dm-introduct .detail {
    position: absolute;
    bottom: -50px;
    height: 375px;
    z-index: 1
}

.dm-introduct img {
    float: left;
    display: block;
    width: 600px;
    height: 375px;
}

.dm-introduct .detail-bg {
    float: left;
    width: 600px;
    height: 375px;
}

.dm-introduct .detail-bg p {
    margin: 0;
    padding: 15px 30px;
    width: 600px;
    height: 375px;
    /*background: rgba(25,158,216,.8);
    color: #fff;*/
    box-sizing: border-box;
    overflow: auto;
    line-height: 26px;
    text-indent: 2em;
}

.dm-time {
    position: relative;
    padding-top: 100px;
    ;min-height: 100px;
    background: #f4f4f4;
}

.dm-time h2 {
    padding-top: 44px;
    height: 140px;
    line-height: 1.2;
    font-size: 20px;
    color: #199ed8;
    text-align: center;
    box-sizing: border-box;
}

.dm-time h2 span {
    display: block;
    font-size: 16px;
    color: #bcbcbc;
}

.dm-time .table h3 {
    font-weight: 400;
    font-size: 15px;
}

.dm-time .table table {
    margin-top: 10px;
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-top: 2px solid #199ed8;
    text-align: center;
}

.dm-time .table table th {
    width: 12.5%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #199ed8;
    border: 1px solid #d7d7d7;
}

.dm-time .table table th:first-child {
    border-left: none;
}

.dm-time .table table th:last-child {
    border-right: none;
}

.dm-time .table table td {
    width: 12.5%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d7d7d7;
}

.dm-time .table table td:first-child {
    border-left: none;
}

.dm-time .table table td:last-child {
    border-right: none;
}

.dm-time .table table td a {
    white-space: nowrap;
}

.dm-doctor {
    position: relative;
    height: 434px;
    background-image: url(../images/bg.jpg);
    background-size: cover;
}

.dm-doctor-inner {
    height: 434px;
    /*background: rgba(0,0,0,.1)*/
}

.dm-doctor h2 {
    padding-top: 47px;
    height: 126px;
    line-height: 1.2;
    font-size: 20px;
    /*color: #fff;*/
    color: #199ed8;
    text-align: center;
    box-sizing: border-box;
}

.dm-doctor h2 span {
    display: block;
    font-size: 16px;
    color: #bcbcbc;
}

.dm-doctor li {
    height: 192px;
}

.dm-doctor li .item {
    float: left;
    margin-left: 45px;
    width: 280px;
    height: 192px;
    background: #fff;
    border-radius: 6px;
    font-size: 0;
     display: flex;
 justify-content: flex-start;
  align-items: center; 
}

.dm-doctor li .item:first-child {
    margin-left: 0;
}

.dm-doctor li .item img {
    border-radius: 5%;
    display: flex;
    height: 150px;
    width:115px;
    margin: 15px;

}

.dm-doctor .dm-doctor-r{}

.dm-doctor li .item h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.dm-doctor li .item .desc {
    margin-top: 4px;
    text-align: left;
    font-size: 12px;
}

.dm-doctor li .item .desc span {
    color: #999;
}

.dm-doctor .dots {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
}

.dm-doctor .dot {
    display: inline-block;
    margin-right: 7px;
    width: 14px;
    height: 14px;
    background: #51575d;
    font-size: 0;
    border-radius: 50%;
}

.dm-doctor .dot.active {
    background: #34a7e7;
}
