* {
    margin: 0;
    padding: 0;
    /* font-family: "微软雅黑"; */
}

.con {
    max-width: 1200px;
    margin: 0 auto;
    color: #555555;
    /* background-color: aliceblue; */
}

a {
    color: #555555;
}


/* table {

    border-collapse: separate;

} */


/*banner图背景*/

.w {
    max-width: 1200px;
    margin: 0 auto;
}

.banner-img {
    position: relative;
    padding-top: 21%;
    /* background-position: center center; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* height: 400px; */
    /* height: 43%; */
}


/*banner图文字*/

.banner-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*z-index: 1;*/
    font-size: 40px;
    color: #FFFFFF;
    font-weight: 500;
}

@media screen and (max-width: 1024px) {
    .picScroll-left {
        height: 73%;
    }
    .banner-text {
        font-size: 28px;
    }
    .banner-img {
        height: 300px;
    }
}


/* 院士风采和创伤科室介绍开始*/

.con .aca_cen {
    max-width: 1200px;
    margin-top: 15px;
    overflow: hidden;
}

.aca_cen .aca_cen_left {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 650px;
    max-height: 420px;
}

.aca_cen .aca_cen_left img {
    /* width: auto;

    height: auto; */
    width: 100%;
    /* height: 100%; */
}

.aca_cen_right .ace_tit {
    position: relative;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #dddddd;
}

.aca_cen_right .ace_tit .tit {
    color: #555555;
    font-size: 18px;
}

.aca_cen_right .ace_tit .gengduo {
    color: #555555;
    float: right;
}

.ace_tit .gengduo:hover {
    color: #0067ac;
}

.aca_cen_right .ace_tit .hr {
    min-width: 105px;
    height: 2px;
    position: absolute;
    top: 30px;
    background-color: #0067ac;
}

.aca_cen_right .ace_content {
    height: 235px;
    margin: 25px 0;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* .aca_cen_right .ace_content p {

    display: -webkit-box;

    -webkit-line-clamp: 8;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

} */

.aca_cen_right .more {
    line-height: 25px;
    color: #0067ac;
    font-size: 14px;
    padding: 5px 20px;
    border: 1px #0067ac solid;
    text-align: center;
    float: right;
}

@media screen and (max-width: 610px) {
    .aca_cen .aca_cen_left {
        left: 50%;
        transform: translateX(-50%);
        max-width: 400px;
        max-height: 320px;
    }
    .layui-col-space30 {
        margin: 0 !important;
    }
}

@media screen and (min-width: 480px)and (max-width: 992px) {
    .aca_cen .aca_cen_left {
        max-width: 520px;
        left: 50%;
        transform: translateX(-50%);
    }
    .layui-col-space30 {
        margin: 0 !important;
    }
}


/* 院士风采和创伤科室介绍结束*/


/* 搜索框公共样式开始 */

.study_search {
    float: right;
    position: relative;
}

.study_search button {
    border: none;
    outline: none;
}

.submit1 {
    height: 35px;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #0067ac;
    font-size: 13px;
    line-height: 10px;
    background: url("https://www.surewestdirectories.com/asset/img/search.png") no-repeat center left;
    background-size: 16px;
    background-position: 10px 8px;
    padding: 12px 50px 12px 30px;
}

.study_search button {
    position: absolute;
    top: 0px;
    right: -5px;
    width: 28%;
    height: 35px;
    line-height: 32px;
    background: #0067ac;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .study_search button {
        position: absolute;
        top: 0px;
        right: 0;
        width: 19%;
        height: 35px;
        line-height: 32px;
        background: #0067ac;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
    }
}

@media screen and (max-width: 680px) {
    .study_tab1_con .ul {
        margin: 8px 10px 4px 10px;
    }
    .study_search {
        display: none;
    }
    .menu .menu-item {
        padding: 0 1.5% !important;
    }
}


/* 搜索框公共样式结束 */


/* 医院概况 新闻详情页开始 */

.introductin {
    margin-bottom: 25px !important;
}

.introductin h1 {
    text-align: center !important;
    padding-top: 20px !important;
    line-height: 40px !important;
}

.introductin h1 p:first-child {
    padding-top: 10px;
}

.introductin h1 p {
    font-size: 14px;
    line-height: 36px;
    text-align: center;
}

.introductin .zhengwen {
    padding: 10px 2%;
    font-size: 16px !important;
}

.introductin .zhengwen p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 200%;
}

@media screen and (max-width: 1170px) {
    .introductin {
        padding: 0 1% !important;
    }
}


/*   医院概况正文结束  */


/*   医院概况图片新闻开始  */

.img_news {
    float: left;
    margin-top: 15px;
    /* margin-left: 50px; */
}

.news_tit {
    position: relative;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #dddddd;
}

.news_tit .tit {
    color: #555555;
    font-size: 18px;
}

.news_tit .gengduo {
    float: right;
    font-size: 14px;
}

.news_tit .gengduo:hover {
    color: #0067ac;
}

.news_tit .hr {
    width: 105px;
    height: 2px;
    position: absolute;
    top: 30px;
    background-color: #0067ac;
}

.img_news .news_content {
    /* background: rosybrown; */
    margin-top: 10px;
    min-height: 210px;
}

.img_news .news_content .news_content_imgs .content_col {
    width: 100%;
}

.img_news .news_content .news_content_imgs .list {
    float: left;
    width: 47%;
    margin: 2% 1%;
    height: 163px;
}

.listt {
    width: 99% !important;
    line-height: 20px !important;
    height: 25px !important;
}

.listt span {
    display: block !important;
    -webkit-line-clamp: 0 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zd_img {
    height: 70%
}

.img_news .news_content .news_content_imgs .list img {
    width: 100%;
    height: 100%;
}

.img_news .news_content .news_content_imgs .list span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #555555;
    font-size: 16px;
    line-height: 24px;
    margin-top: 3px;
}

.img_news .news_content .news_content_imgs .content_col .list:nth-child(1),
.img_news .news_content .news_content_imgs .content_col .list:nth-child(3) {
    padding-right: 5px;
}

.img_news .news_content .news_content_imgs .list span:hover {
    color: #0067ac;
}


/*   医院概况图片新闻结束  */

@media screen and (max-width: 1192px) {
    .img_news .news_content .news_content_imgs .list span {
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width: 1024px) {
    #dqwz {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .img_news {
        margin-top: 0;
        /* padding: 10px 20px; */
        padding: 0 2% !important;
        margin-left: 0px;
    }
}

@media screen and (min-width: 700px)and (max-width: 992px) {
    .img_news .news_content .news_content_imgs .list {
        width: 23%;
        margin: 2% 1%;
    }
}

@media screen and (min-width: 516px)and(max-width: 740px) {
    .img_news .news_content .news_content_imgs .list span {
        text-align: center;
    }
}

@media screen and (min-width: 516px)and (max-width: 686px) {
    .img_news .news_content .news_content_imgs .list span {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #555555;
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width:516px) {
    .img_news .news_content .news_content_imgs .list span {
        text-align: start;
    }
}


/* 医院概况 新闻详情页结束 */


/* tab切换样式开始 */

.study_tab {
    position: relative;
}

.study_tab .menu {
    /* height: 45px; */
    line-height: 45px;
    font-size: 16px;
    border-bottom: solid 1px #dddddd;
}

.study_tab .menu span {
    color: #dddddd;
}

.menu .menu-item {
    /* color: #555555; */
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
}


/* .menu .menu-item a {

    color: #555555;

} */

.menu .menu-item a:hover {
    color: #0067ac;
}

.menu .menu-item:hover {
    color: #0067ac;
}

.active {
    color: #0067ac;
}

.hide {
    display: none;
}


/* tab切换样式结束 */


/* 面包屑开始 */

.mianbaoxiezt {
    max-width: 1200px;
    margin: 0 auto;
}

.breadcrumbss {
    display: inline-block;
    box-sizing: border-box;
    font-size: 14px;
    height: 45px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px;
    padding-left: 10px;
    line-height: 45px;
    border-bottom: solid 1px #dddddd;
}

.breadcrumbss .layui-breadcrumb {
    visibility: visible;
    height: 45px;
}

.breadcrumbss svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -9px;
}

.breadcrumbss cite {
    cursor: default;
}

.breadcrumbss .layui-breadcrumb>a {
    font-size: 14px;
    color: #555555 !important;
}

.breadcrumbss .layui-breadcrumb>a:hover {
    color: #0067ac !important;
}

#dqwz {
    font-size: 14px;
    color: #555555;
    cursor: default;
}


/* 面包屑结束 */


/* 图片列表开始 */

.listnews {
    display: flex;
    position: relative;
    max-height: 180px;
    padding: 10px 0;
    /* background: darksalmon; */
    border-bottom: solid 1px #dddddd;
}

.news_ul {
    min-height: 960px;
}

.listnews .listnews_img {
    width: 210px;
    height: 110px;
}


/* .listnews .listnews_img a {

    display: block;

    width: 210px;

    height: 110px;

} */

.listnews .listnews_img img {
    width: 100%;
    height: 100%;
}

.listnews .listnews_tex {
    width: 100%;
    padding-left: 15px;
    /*line-height: 50px;*/
}

.listnews .listnews_tex a:hover {
    color: #0067ac;
}

.listnews .listnews_tex a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    font-size: 16px;
    color: #555555;
    /* color: #333; */
}

.listnews .listnews_tex span {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 65%;
}

.listnews .listnews_tex p {
    word-break: break-all;
    overflow: hidden;
    line-height: 18px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 5px;
    color: #999;
}

.listnews .listnews_tex p:after {
    content: ' ... ';
}


/* 图片列表结束 */

.layui-pages-dhtml {
    clear: both;
    padding-left: 5px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.layui-pages-dhtml li {
    display: inline-block;
}

.layui-pages-dhtml li a {
    display: inline-block;
    padding: 0 5px;
    height: 28px;
    line-height: 26px;
    font-size: 14px;
    background: 0 0;
    border: 1px solid #e2e2e2;
}

.layui-pages-dhtml button {
    display: inline-block;
    width: 60px;
    padding: 0px;
    margin: 0 0 0 2px;
    font-size: 14px;
    height: 32px;
    position: absolute;
    line-height: 1;
    margin-top: 3px;
}

.layui-pages-dhtml input {
    display: inline-block;
    width: 60px;
    padding: 0px;
    margin: 0 0 0 2px;
    font-size: 14px;
    height: 28px;
    line-height: 1;
    /*line-height: 28px;*/
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .layui-pages-dhtml button,
    .layui-pages-dhtml input {
        display: inline-block;
        width: 70px;
        padding: 0px;
        margin: 0 0 0 2px;
        font-size: 14px;
        height: 28px;
        position: static;
        /*line-height: 28px;*/
    }
}

.layui-pages-dhtml input {
    color: #666;
    padding: 0 6px;
}

.layui-pages-dhtml .flow_none {
    /*display: none;*/
}


/* 分页 */

.demo {
    text-align: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #0067ac !important;
}

.layui-laypage a:hover {
    color: #0067ac !important;
}


/* 详情，发布时间 */

.con_title {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}


/* 上一篇下一篇 */

.return {
    text-align: center;
    width: 14%;
    /* height: 100%; */
    background-color: #0067AC;
    margin: 10px;
    float: right;
    color: #FFFFFF;
    padding: 10px;
}

.return:hover {
    color: #FFFFFF;
    cursor: pointer;
}

.next_prev {
    max-width: 700px;
    padding-top: 20px;
}

.next_prev .news_next {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dddddd;
    padding-left: 10px;
    padding-right: 10px;
}

.next_prev .news_prev {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dddddd;
    padding-left: 10px;
    padding-right: 10px;
}

.s {
    width: 65%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px !important;
    display: inline-block;
}

@media screen and (max-width:480px) {
    .s {
        width: 50%;
        height: 100%;
        overflow: hidden;
    }
}


/* 详情页样式 */

.i1 {
    float: left;
    width: 98%;
    height: 98%;
    margin: 20px auto;
}

.i2 {
    width: 98%;
    height: 98%;
    margin: 0 auto;
}

.p1 {
    float: right;
}


/* .content_col2 {

    margin-left: 12px;

} */

.zhengwen iframe {
    width: 100%;
}

@media screen and (max-width: 600px) {
    .zhengwen img {
        width: 96% !important;
        height: auto !important;
        margin: 2% 2% 0 2%;
    }
    .zhengwen iframe {
        width: 350px !important;
        height: 320px !important;
    }
}

.zhengwen p:last-child {
    width: 100%;
    text-align: left;
    margin-top: 10px;
}

.yi {
    width: 100%;
    height: 100%;
    padding-right: 10px;
}

.introductin .zhengwen span {
    text-align: center;
    /* font-size: 16px; */
}


/*医生文字*/

.doctor-text>a:nth-child(1) {
    display: flex;
}


/*更多*/

.yslb>.layui-tab-brief>.layui-tab-title .layui-this div {
    position: absolute;
    top: 8px;
    left: 1150px;
    color: #555555;
    font-size: 14px;
}


/*科室医生滑动*/

.scroll {
    width: 160px;
    height: 320px;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 0 auto;
    display: inline-block;
    margin-left: 13px;
}


/*医生列表*/

.doctor-img {
    width: 160px;
    height: 250px;
}


/* 医生文字 */

.doctor-text {
    text-align: center;
    background-color: #FFFFFF;
}

.doctor-text>a,
.doctor-text>a:nth-child(2) {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.doctor-text>a:last-child {
    border: 0px;
    width: 160px;
    height: 35px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.layui-carousel-ind ul {
    border-radius: 20px !important;
}

.doctor-text>a {
    display: block;
    font-size: 14px;
    color: #555;
    text-align: center;
    width: 160px;
    height: 35px;
    line-height: 35px;
    position: relative;
}

.doctor-text>a:hover {
    color: #555;
}

.doctor-text>a>strong {
    /* flex: 0.35; */
    text-align: left;
    /* padding-left: 5px; */
    font-size: 16px;
}

.doctor-text>a>span {
    float: right;
    font-size: 12px;
    color: #0067AC;
    position: absolute;
    right: 0;
    width: 90px;
    /* flex: 0.65; */
    text-align: right;
    padding-right: 5px;
}


/*科室医生滑动块*/

.yslb .layui-carousel {
    width: 1200px !important;
    height: 393px !important;
}

.yslb .layui-carousel-ind li.layui-this {
    width: 50px;
    height: 15px;
    border-radius: 15px;
    background-color: #0067AC;
}

.doctor-text>a>span:nth-child(2) {
    float: none !important;
}

.yslb .layui-carousel-ind li {
    width: 15px;
    height: 15px;
}

.doctor-1>img {
    cursor: pointer;
    transition: all 0.6s;
    width: 100%;
    height: 100%;
}

.doctor-1>img:hover {
    transform: scale(1.2);
}

.yslb .layui-carousel>[carousel-item]>* {
    background-color: #FFFFFF;
}

.doctor-text a:nth-child(2) {
    color: #0067AC;
}

.doctor-text a:nth-child(2):hover {
    background-color: #0067AC;
    color: #FFFFFF;
}

.doctor-text a:nth-child(3):hover {
    background-color: #0067AC;
    color: #FFFFFF;
}