
.banner {
    overflow: hidden;
}

.navigation {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.navigation > div {
    width: 110px;
    overflow: hidden;
    text-align: center;
    line-height: 3;
}

.navigation > div > a > p {
    color: #357d93;
    font-size: 18px;
    font-weight: bold;
}

.container {
    padding-top: 20px;
}

.news-tit {
    height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #357d93;
    line-height: 40px;
    display: flex;
    position: relative;
}

.news-tit > span {
    display: block;
    width: 170px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    color: #357d93;
}

.news-tit > span.on {
    background-color: #357d93;
    color: #ffffff;
}

.news-tit > a {
    position: absolute;
    right: 0px;
    top: 3px;
    color: #357d93;
}

.news-list {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.news-list-pic {
    width: 550px;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.news-list-pic .swiper-wrapper .swiper-slide div {
    width: 550px;
    height: 350px;
    background-size: cover;
    background-position: center;
}

.news-list-pic .swiper-wrapper .swiper-slide div a {
    display: block;
    width: 550px;
    height: 350px;
}

.news-list-pic .swiper-wrapper .swiper-slide p {
    width: 550px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background-color: #357d93;
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-indent: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list-pic .swiper-wrapper .swiper-slide p a {
    color: #ffffff;
}

.news-list-info {
    width: 710px;
    overflow: hidden;
}

.news-list-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.news-list-item > .date {
    width: 60px;
    height: 60px;
    overflow: hidden;
    background-color: #d9d681;
    color: #357d93;
}

.news-list-item > .date > p:nth-child(1) {
    text-align: center;
    font-size: 30px;
}

.news-list-item > .date > p:nth-child(2) {
    font-size: 12px;
    text-align: center;
}

.news-list-item > div:nth-child(2) {
    width: 640px;
    overflow: hidden;
}

.news-list-item > div:nth-child(2) > p {
    width: 640px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list-item > div:nth-child(2) > p:nth-child(1) > a {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.news-list-item > div:nth-child(2) > p:nth-child(2) {
    line-height: 2;
}

.bannercen {
    padding: 20px 0px;
}

.notice-tit {
    height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #357d93;
    line-height: 40px;
    display: flex;
    position: relative;
}

.notice-tit > span {
    display: block;
    width: 160px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}

.notice-tit > span.on {
    color: #357d93;
}

.notice-tit > span:nth-child(1), .notice-tit > span:nth-child(2) {
    border-right: 1px solid #357d93;
}

.notice-tit > a {
    position: absolute;
    right: 0px;
    top: 3px;
}

.notice-lis {
    display: flex;
    padding-top: 20px;
}

.notice-item {
    width: 285px;
    overflow: hidden;
    border: 1px solid #357d93;
    margin: 0px 15px;
}

.notice-item > p:nth-child(1) {
    padding: 20px;
}

.notice-item > p:nth-child(2) {
    padding: 0px 20px 20px 20px;
    display: flex;
    justify-content: space-between;
}

.none {
    display: none;
}

.expert {
    height: 540px;
    overflow: hidden;
    background: url("../../images/computer/doctor.jpg") no-repeat center top;
    margin-top: 60px;
}

.expert-tit {
    border-bottom: 1px solid #357d93;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}

.expert-tit > span {
    display: block;
    width: 170px;
    height: 40px;
    overflow: hidden;
    background-color: #357d93;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
}

.expert-tit > a {
    color: #357d93;
}

.expert-info {
    display: flex;
    justify-content: space-between;
}

.expert-doctor {
    width: 830px;
    overflow: hidden;
    padding-top: 40px;
}

.expert-doctor .swiper-wrapper .swiper-slide .expert-doctor-item {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    width: 150px;
}

.expert-doctor .swiper-wrapper .swiper-slide .expert-doctor-item .sculpture {
    width: 150px;
    height: 165px;
    overflow: hidden;
}

.expert-doctor .swiper-wrapper .swiper-slide .expert-doctor-item .sculpture a {
    display: block;
    width: 150px;
    height: 165px;
}

.expert-doctor .swiper-wrapper .swiper-slide .expert-doctor-item p:nth-child(2), .expert-doctor .swiper-wrapper .swiper-slide .expert-doctor-item p:nth-child(3) {
    text-align: center;
    color: #357d93;
    line-height: 2;
}

.expert-doctor .swiper-wrapper .swiper-slide .expert-doctor-item p:nth-child(4) {
    font-size: 12px;
    color: #cccccc;
    line-height: 2;
}

.expert-search {
    width: 386px;
    height: 336px;
    overflow: hidden;
    background: url("../../images/computer/search.png");
    margin-top: 40px;
}

.expert-search-tit {
    text-align: center;
    font-size: 18px;
    color: #357d93;
    font-weight: bold;
    padding-top: 40px;
}

.expert-search-form {
    text-align: center;
}

.expert-search-form > li {
    margin-top: 20px;
}

.expert-search-form > li > input {
    width: 270px;
    height: 38px;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #add4d7;
    border-radius: 10px;
    text-indent: 24px;
}

.expert-search-botton {
    width: 265px;
    height: 92px;
    background: url("../../images/computer/s1.png");
    margin: 20px auto 0px auto;
    position: relative;
    cursor: pointer;
}

.expert-search-botton > span {
    position: absolute;
    top: 35px;
    left: 20px;
    color: #ffffff;
}

.department {
    height: 260px;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    overflow: hidden;
    position: relative;
}

.department > .department-tit {
    width: 310px;
    height: 50px;
    background-color: #e5e5e5;
    text-align: center;
    line-height: 50px;
    color: #357d93;
    font-weight: bold;
}

.department-children {
    position: absolute;
    width: 1280px;
    overflow: hidden;
    left: 0px;
    top: 90px;
    display: flex;
    flex-wrap: wrap;
}

.department-children > a {
    display: block;
    width: 205px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #cccccc;
    margin-right: 6px;
    margin-bottom: 20px;
    color: #000;
}