
.about {
    height: 410px;
    background: url("../../images/computer/doctor/two/about.jpg") center top;
}

.about > .w1200 {
    display: flex;
    justify-content: space-between;
}

.about > .w1200 > .about-pic {
    width: 420px;
    height: 410px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about > .w1200 > .about-pic > img {
    width: 420px;
    height: auto;
}

.about > .w1200 > .about-info {
    width: 760px;
    overflow: hidden;
    font-size: 20px;
    color: #2c8c6c;
    line-height: 2;
    display: flex;
    align-items: center;
    text-indent: 24px;
}

.authority {
    text-align: center;
    padding-top: 50px;
    border-bottom: 1px solid #666666;
}

.authority > p:nth-child(1) {
    font-size: 30px;
    color: #000000;
}

.authority > p:nth-child(2) {
    font-size: 18px;
    color: #666666;
    line-height: 4;
}

.research-tit {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

.research-tit > span {
    font-size: 30px;
    color: #2c8c6c;
    position: relative;
    padding-left: 40px;
}

.research-tit > span::before {
    content: "";
    position: absolute;
    width: 29px;
    height: 29px;
    background: url("../../images/computer/doctor/two/icon.png");
    left: 0px;
    top: 5px;
}

.research-tit > p {
    display: flex;
    align-items: center;
}

.research-tit > p > a {
    display: block;
    width: 109px;
    height: 33px;
    overflow: hidden;
    background: url("../../images/computer/doctor/two/tit.png");
    text-align: center;
    line-height: 32px;
}

.research-tit > p > a:hover {
    background-color: #2c8c6c;
    color: #ffffff;
}

.research-list {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.research-list.none {
    display: none;
}

.research-list > .research-list-pic {
    width: 400px;
    height: 237px;
    overflow: hidden;
}

.research-list > .research-list-pic > a > img {
    width: 400px;
    height: 237px;
}

.research-list > .research-list-info {
    width: 780px;
    overflow: hidden;
}

.research-list > .research-list-info > p:nth-child(1) {
    width: 780px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.research-list > .research-list-info > p:nth-child(1) > a {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.research-list > .research-list-info > p:nth-child(2) {
    line-height: 2;
    font-size: 16px;
    color: #666666;
    text-indent: 24px;
    padding-top: 20px;
}

.media {
    height: 410px;
    overflow: hidden;
    margin-top: 50px;
    background: url("../../images/computer/doctor/two/media.jpg") center top;
}

.media > .media-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 45px;
}

.media > .media-tit > span {
    font-size: 30px;
    color: #ffffff;
    position: relative;
    padding-left: 40px;
}

.media > .media-tit > span::before {
    position: absolute;
    content: "";
    width: 29px;
    height: 29px;
    background: url("../../images/computer/doctor/two/iconwith.png");
    left: 0px;
    top: 5px;
}

.media > .media-tit > a {
    color: #ffffff;
    font-size: 30px;
}

.media > .media-lis {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.media > .media-lis > p {
    width: 560px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff;
    line-height: 3;
    padding: 10px 0px;
}

.media > .media-lis > p > a, .media > .media-lis > p > span {
    color: #ffffff;
    font-size: 18px;
}

.team-tit {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.team-tit > span {
    font-size: 30px;
    color: #2c8c6c;
    position: relative;
    padding-left: 40px;
}

.team-tit > span::before {
    position: absolute;
    content: "";
    width: 29px;
    height: 29px;
    background: url("../../images/computer/doctor/two/icon.png");
    left: 0px;
    top: 5px;
}

.team-tit > a {
    font-size: 30px;
    color: #2c8c6c;
}

.team-lis {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.team-lis > .team-lis-info {
    width: 780px;
    overflow: hidden;
}

.team-lis > .team-lis-info > p {
    text-indent: 24px;
    line-height: 2;
}

.team-lis > .team-lis-pic {
    width: 400px;
    overflow: hidden;
}

.team-lis > .team-lis-pic > img {
    width: 400px;
    height: auto;
}