/*重置默认样式*/
*, p {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a:link,
a:visited,
a:hover {
    text-decoration: none;
    color: #000
}

/* 全局用样式 */
body {
    overflow-x: hidden;
    max-width: 1170px;
    margin: auto;

    font-family: Microsoft YaHei;
}

.wrapper {
    position: relative;
    overflow: hidden;
    max-width: 1170px;
    margin: auto;
    min-height:100vh
}

.shadow {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

.bg-color {
    background-color: #63afaf
}

.font-color {
    color: #63afaf
}

.font-size18 {
    font-size: 18px;
}

/*header*/
header {
    line-height: 80px;
    padding: 10px;
    background-color: #eefefd;
}

header div {
    align-items: center
}

/* header div img {
    width: 100%;
    height: auto;
} */
.logo img {
    width: 180px;
    height: auto;

}
.searchIcon{
    width: 25px;
    height: auto;margin-right: 15px;
}
.phoneIcon{
    width: 25px;
    height: auto;
}
.menu {
    width: 25px;
    height: auto;
}

.menuList {
    position: absolute;
    right: -200px;
    top: 0;
    z-index: 11;
    height: 100%;
}
.menuList a{
    display: block;
}

.menu-click {
    animation: menu-click-animation 0.5s 1;
    right: 0px;
}

.shadow-click {
    animation: shadow-click-animation 0.5s 1;
    right: -200px;
}

@keyframes menu-click-animation {
    from {
        right: -200px;
    }
    to {
        right: 0;
    }
}

@keyframes shadow-click-animation {
    from {
        right: -0px;
    }
    to {
        right: -200px;
    }
}

.menuList ul {
    width: 160px;
    overflow: hidden;
    height: 100%;
    font-size: 18px;
}

.menuList li {
    border-bottom: 1px solid #b9dbdb;
    width: 160px;
    color: #fff;
    text-align: center;
    line-height: 60px;
}

.menuList li a {
    color: #fff;
}

.menuList li:hover {

    /*background-color: #fff;
    color: #63afaf;*/

}

.menuList li a:hover {

    /* background-color: #fff; */
   /* color: #63afaf;*/

}

.banner {
    width: 100%;
    height: auto
}

.banner img {
    width: 100%;
    height: 100%
}


.menuIconList {
    text-align: center;
    margin-top: 30px
}

.menuIconList a {
    color: #000
}

.menuIconList img {
    width: 50px;
    height: 50px;
}

.menuIconList p {
    margin-top: 10px;
}

.section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 10px solid #eeeeee;
}

.section .title_zn {
    font-size: 20px;
    text-align: center;
    margin: 0;
    font-weight: 600;
}

.section .title_en {
    font-size: 16px;
    color: #959595;
    text-align: center;
    margin-bottom: 40px;
}

/* 特色医疗 */
.teseyiliao .subtitle {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.teseyiliao .subtitle img {
    margin-right: 5px;
}

.teseyiliao .content .w {
    border: 1px solid #63afaf;
    padding: 20px 5px;
    margin: 10px 0;
    height: 136px;
    overflow: scroll;
}

/* 医疗团队 */
.yiliaotuandui .swiper-slide {
    border: 1px solid #eee
}

.yiliaotuandui .swiper-slide img {
    width: 100%;
    height: auto;
}

.yiliaotuandui .row {
    padding: 14px 5px;
}

.yiliaotuandui .swiper-slide {
    height: 98px;
    overflow: hidden;
}

.yiliaotuandui .swiper-slide {
    width: 60%;
    padding: 0 2rem !important;
}

/* 资讯发布 */
.zixunfabu .media-body a {
    color: #73a6eb
}

.zixunfabu .subtitle {
    text-align: left;
    font-size: 20px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.zixunfabu .xaingqing {
    text-align: right;
    color: #337ab7
}

.zixunfabu .media {
    background-color: #eee;
    padding: 10px;
}
.zixunfabu .media img{
    width:150px
}
.zixunfabu .media h4{
    font-size: 16px;
    line-height: 20px;
}
/* 医院环境 */
.yiyuanhuanjing img {
    width: 100%;
    height: auto
}

.yiyuanhuanjing p {
    font-size: 16px;
    margin: 5px 0;
    text-align: center;
}

/* 友情链接 */
.links a {
    padding-right: 5px;
    border-right: 1px solid #000;
    color: #000;
}

.links a:last-of-type {
    border-right: none
}

.links {
    margin-top: 20px;
    line-height: 30px;
}


/* 站点导航 */
.webMap {
    margin-top: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    text-align: center;
}

.webMap a {
    color: #000;
    padding-bottom: 5px;
}

/* 医院信息 */
.hospitalMsg {
    margin-top: 20px;
}
.hospitalMsg li div:first-child{
    min-width: 43.02px;
}


/* 版权信息 */
.copyrightMsg {
    line-height: 100px;
    color: #fff;
    text-align: center;
}


/*新闻页和学术交流页用*/
.newsNav {
    margin: 20px 0 30px;
}
.news-column .media{
    background-color: #eee;
    padding: 10px;
}
.news-column .media img{
    width:150px
}
.news-column .media .xiangqing{
    text-align: right;
}
.news-column .media .xiangqing a{
color:#73a6eb
}

.news-column .media h4{
    overflow: hidden;
    font-size:16px;
    font-weight: 600;
    line-height: 20px;


}
.newsNav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsNav li {
    width: 20%;
    text-align: center;
    font-size: 12px;
}

.newsNav li {
    border: 1px solid #ccc;
    background-color: #eee;
    color: #a0a0a0;
    border-radius: 999px;
    padding: 2px 3px;
    margin: 0 2px;
}

.newsNav li a {
    color: #a0a0a0;
}

.newsNav li.active {
    border: 1px solid #63afaf;
    color: #63afaf;
    background-color: #fff
}

.newsNav li.active a {
    color: #63afaf;
}


.newContent {
    min-height: 300px;
}

.new-list ul {
    margin-top: 20px;
}

.new-list ul li p {
    font-size: 16px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*科室介绍页*/
.sectionTitle {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #000;
    margin: 20px auto;
    position: relative;
}

.sectionTitle h4 {
    font-size: 20px;
    font-weight: bold;
}

.sectionTitle p {
    color: #959595;
    font-size: 14px;
    margin-left: 10px;
}

.sectionTitle span {
    position: absolute;
    right: 10px;
}

.sectionTitle span a {
    color: #959595;
}
footer{
    overflow-x: hidden;
    max-width: 1170px;
    margin: auto;
}
footer .hospitalMsg li{

    display: flex;
    margin-bottom: 10px;
}
footer .webMap,footer .hospitalMsg .row{
    padding: 5px 10px;
}
footer .webMap a{
    display: block;
    margin: 5px 0;
}

/*新闻详情页*/
.news-w .title{text-align: center;font-size: 20px;font-weight: 600}
.news-w .time{text-align: center;font-size:12px;color:#7d7d7d;margin-bottom: 10px}
.news-w .news-html{margin-top: 20px}

/*新闻分类列表页*/
.news-column-classification .content{
    background-color: #fff;
    padding: 20px;
    margin-bottom: 8px;
}
.news-column-classification .content .xiangqing{
    text-align: right;
}
.news-column-classification .content h4{
    font-weight: 600;
}
.news-column-classification .content .xiangqing a{
    color:#93c5c5;

}


.doctorList{
    background-color: #efefef;
    padding: 10px 5px;
    overflow: hidden;
}
.doctorList li{float:left;margin:8px 10px 8px}