.nav {
    border-bottom: 1px solid #cccccc;
    line-height: 3;
    padding-top: 10px;
}

.w1200 {
    width: 1200px;
    margin: auto auto;
}

.header {
    height: 170px;
    overflow: hidden;
    background: url("../../images/computer/header.jpg") no-repeat center top;
}

.header > .w1200 {
    height: 170px;
    overflow: hidden;
    background: url("../../images/computer/logo.png") no-repeat left center;
}

.menu {
    height: 70px;
    background-color: #987353;
}

.menu > .w1200 > ul {
    height: 70px;
    display: flex;
}

.menu > .w1200 > ul > li {
    width: 600px;
    text-align: center;
    position: relative;
}

.menu > .w1200 > ul > li > a {
    font-size: 18px;
    line-height: 70px;
    color: #ffffff;
}
.menu > .w1200 > ul > li:nth-child(2) {
   background-color: #f4efde;
}
.menu > .w1200 > ul > li:nth-child(2) > a {
    color: #987353;
}

.menu > .w1200 > ul > li > .twomenu { 
    position: absolute; 
    display: none; 
    z-index: 12; 
    background: #f4efde;
    color: #333333;
    width: 600px;
    text-align: center;
}

.menu > .w1200 > ul > li > .twomenu > ul > li > a {
    display: block;
    width: 600px;
    height: 70px;
    line-height: 70px; 
    font-size: 16px;
    color: #987353;
}

.menu > .w1200 > ul > li > .twomenu > ul > li > a:hover {
    color: #ffffff;
    background-color: #987353;
}

.footer {
    height: 300px;
    overflow: hidden;
    background-color: #f1f1f1;
}

.footer > .w1200 {
    height: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer > .w1200 > ul {
    width: 835px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.footer > .w1200 > ul::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 200px;
    background: url("../../images/computer/i2.png");
    right: 0;
    top: 0;
}

.footer > .w1200 > ul > li {
    line-height: 2;
}

.footer > .w1200 > ul > li:nth-child(1) {
    margin-top: 30px;
}

.footer > .w1200 > ul > li:nth-child(3) {
    padding-top: 40px;
}

.footer > .w1200 > .qrcode {
    width: 130px;
    overflow: hidden;
    text-align: center;
    line-height: 2;
}

.footer > .w1200 > .qrcode > img {
    width: 130px;
    height: auto;
}

.doctor {
    margin-top: 15px;
}

.doctor > .doctor-item {
    display: flex;
    justify-content: space-between;
    border: 1px solid #e9e9e8;
    margin-top: 10px;
    padding: 20px;
}
.doctor > .doctor-item > .portrait {
    width: 215px;
    height: 215px;
    overflow: hidden;
}
.doctor > .doctor-item > .portrait > img {
    width: 208px;
    height: 208px;
    border-radius: 50%;
    border: 1px solid #9c795a;
}

.doctor > .doctor-item > .info {
    width: 920px;
    overflow: hidden;
} 

.doctor > .doctor-item > .info > p:nth-child(1) {
    border-bottom: 1px solid #cccccc;
    display: flex;
    justify-content: space-between;
}

.doctor > .doctor-item > .info > p:nth-child(1) > span {
    font-size: 30px;
    color: #987353;
    font-weight: 700;
    line-height: 2;
}

.doctor > .doctor-item > .info > p:nth-child(1) > a {
    display: block;
    width: 280px;
    height: 40px;
    overflow: hidden;
    background-color: #eae0cb;
    color: #7f5029;
    text-align: center;
    line-height: 40px;
    margin-top: 7px;
}

.doctor > .doctor-item > .info > p:nth-child(2) {
    line-height: 2;
    text-indent: 24px;
    padding-top: 20px;
}

.doctor-more {
    text-align: center;
    margin: 20px auto;
}

.doctor-more > a {
    color: #7f5029;
}

.layui-laypage a, .layui-laypage span {
    background: unset;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #afa99f;
}

.layui-laypage a:hover {
    color: #afa99f;
} 

.pagination {
    text-align: right;
    padding-right: 40px;
}