* {
    outline: none;
}

body {
    font-family: "Microsoft YaHei", 'Microsoft YaHei', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 15px;
    -webkit-font-smoothing: antialiased; /*chrome、safari*/
    -moz-osx-font-smoothing: grayscale; /*firefox*/
    color: #404040;
}

.xyy_row {
    max-width: 1400px;
    margin: 0 auto;
}

a {
    color: #404040;
}

a:hover,
a:focus {
    color: #009999;
    text-decoration: none;
}


/*
*       01.置顶栏
*************************/
.xyy_header {
    width: 100%;
    height: auto;
}

/* top */
.xyy_top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f7f8f9;
}

.xyy_top_left {
    float: left;
    font-size: 13px;
    padding-left: 50px;
}

.xyy_top_right {
    float: right;
    margin: 0;
    padding: 0;
}

.xyy_top_right li {
    float: left;
    list-style-type: none;
}

.xyy_top_right li a {
    font-size: 12px;
    padding: 0 10px;
}

.xyy_top_right li a i {
    margin-right: 8px;
}


/* top */
.xyy_logo {
    width: 100%;
    height: 140px;
}

.xyy_logo_img {
    float: left;
    width: 450px;
    height: 100px;
    margin-top: 20px;
    margin-left: 30px;
}

.xyy_logo_form {
    float: right;
    padding-top: 50px;
    padding-right: 30px;
}

.xyy_logo_form input {
    width: 450px;
    padding: 9px 25px 9px 25px;
    border: 1px solid #dcdee2;
    font-size: 13px;
}

.xyy_logo_form input::placeholder {
    color: #dcdee2;
}

.xyy_logo_form input:hover,
.xyy_logo_form input:focus {
    border-color: #009999;
}

.xyy_logo_form button {
    position: relative;
    float: right;
    width: 65px;
    height: 38px;
    background-color: #009999;
    border-color: #009999;
    color: #fff;
    font-size: 20px;
}

.xyy_logo_form button:hover,
.xyy_logo_form button:focus {
    background-color: #008585;
}


/*
*       02.导航栏
*************************/
.xyy_navigation {
    width: 100%;
    height: 45px;
    background-color: #009999;
}

.xyy_navigation .navbar-collapse {
    background-color: #009999;
    position: relative;
    z-index: 99999;
}


.xyy_navigation a {
    height: 45px;
    line-height: 45px !important;
    color: #fff;
    padding: 0 29px !important;
}

.xyy_navigation li.open a,
.xyy_navigation a:hover,
.xyy_navigation a:focus {
    background-color: #008585 !important;
    color: #fff;
}

.dropdown-menu {
    background-color: #008585 !important;
    border-color: #008585 !important;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    background-color: #009999 !important;
    color: #fff !important;
}

.navbar-nav > li > a {
    font-weight: bold;
}

.navbar-fixed-top {
    position: inherit !important;
}

.navbar-header {
    height: 45px;
}

.navbar-toggle {
    margin: 0 10px 0 0 !important;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #fff;
}

/* 侧边列表 */
.xyy_left_nav {
    display: inline-block;
    position: relative;
    z-index: 10;
    margin-top: -80px;
    float: left;
    width: 220px;
    padding-bottom: 40px;
    background-color: #009999;
}

.xyy_left_nav > h3 {
    margin-top: 40px;
    margin-left: -20px;
    padding: 50px 40px 0 20px;
    color: #fff;
    width: 240px;
    height: 120px;
    background-color: #008585;
    border-top: 5px solid #008585;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
}

.xyy_left_nav > h3 > i {
    font-size: 32px;
    margin-right: 20px;
}

.xyy_left_nav > ul {
    margin: 0;
    padding: 20px 0 50px 0;
    background-color: #009999;
}

.xyy_left_nav > ul > li {
    list-style-type: none;
}

.xyy_left_nav > ul > li > a {
    display: block;
    padding: 12px 30px;
    width: 100%;
    background-color: #009999;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.xyy_left_nav > ul > li > a > i {
    float: right;
    margin-top: 3px;
}

.xyy_left_nav > ul > li > a:hover {
    color: #fff;
    background-color: #008585;
    text-decoration: none;
}

/*
*       03.轮播图
*************************/
.xyy_carousel {
    width: 100%;
}

/*
*       04.内容
*************************/
.xyy_container {
    width: 100%;
}

/* 详细内容 */
.xyy_right_content {
    display: inline-block;
    float: right;
    width: 1180px;
    padding: 30px 20px;
}

/* 快捷导航 */
.xyy_quick {
    width: 100%;
    height: 100px;
    padding-left: 130px;
    position: relative;
    z-index: 99;
    margin-top: -50px;
}

.xyy_quick ul {
    margin: 0;
    padding: 0;
}

.xyy_quick ul li {
    float: left;
    list-style-type: none;
    width: 180px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #eee;
    margin: 0 5px;
    transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
}

.xyy_quick ul li:nth-child(odd) {
    background-color: #005e5e;
    border-color: #005e5e;
}

.xyy_quick ul li:nth-child(even) {
    background-color: #009999;
    border-color: #009999;
}

.xyy_quick ul li:nth-child(odd) a {
    opacity: .4;
}

.xyy_quick ul li:nth-child(even) a {
    opacity: .4;
}

.xyy_quick ul li a {
    display: block;
    width: 180px;
    height: 100px;
    color: #fff;
    text-align: center;
    transform: skew(15deg);
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
}

.xyy_quick ul li a i {
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 42px;
    margin-top: 5px;
    margin-left: 55px;
}

.xyy_quick ul li a p {
    margin-top: -5px;
    margin-left: -10px;
}

.xyy_quick ul li:nth-child(odd):hover a {
    opacity: 1;
}

.xyy_quick ul li:nth-child(even):hover a {
    opacity: 1;
}

/* 标题title */
.xyy_title {
    width: 100%;
    height: 50px;
    padding: 0 30px;
    border-bottom: 1px solid #009999;
}

.xyy_title > h4 {
    color: #009999;
}

.xyy_title > h4 > span {
    font-size: 42px;
}

.xyy_title > h4 > p {
    position: relative;
    margin-top: -42px;
    margin-left: 35px;
    font-size: 15px;
}

.xyy_title > h4 > p.title {
    font-size: 15px;
    margin-top: -7px;
    margin-left: 35px;
}

.xyy_title > a {
    color: rgba(0, 153, 153, 0.3);
    float: right;
    margin-top: -27px;
    position: relative;
    z-index: 99;
    font-size: 13px;
}

.xyy_title > a > i {
    margin-left: 10px;
}

.xyy_title > a:hover,
.xyy_title > a:focus {
    color: #009999;
}

/* 新闻公告 */
.xyy_news {
    padding: 10px 5px;
    width: 100%;
}

.xyy_news_left {
    float: left;
    margin-top: 30px;
}

.xyy_news_left p {
    margin: 0;
    background-color: rgba(0, 153, 153, 0.58);
    position: relative;
    height: 45px;
    line-height: 45px;
    margin-top: -45px;
    color: #fff;
    padding: 0 20px;
}

.xyy_news_left img {
    width: 433.33px;
    height: 315px !important;
}

.xyy_news_right {
    float: right;
}

.xyy_news_right > .nav-tabs {
    border: none;
    margin-top: 15px;
}

.xyy_news_right > .nav-tabs > li > a {
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
}

.xyy_news_right > .nav-tabs > li.active > a {
    border: 2px solid transparent;
    border-bottom-color: #009999;
    color: #009999;
    line-height: 43px;
}

.xyy_news_right > .nav-tabs > li > a:hover,
.xyy_news_right > .nav-tabs > li > a:focus {
    background-color: #fff;
    line-height: 43px;
    border: 2px solid transparent;
    border-bottom-color: #009999;
    color: #009999;
}

.xyy_news_right > .nav-tabs > li.active > a {
    border: 2px solid transparent;
    border-bottom-color: #009999;
    color: #009999;
    line-height: 43px;
}

.xyy_news_right ul {
    padding: 0;
    margin: 0;
}

.xyy_news_right ul li {
    list-style-type: none;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
}

.xyy_news_right ul li a {
    display: block;
    padding: 0 20px;
}

.xyy_news_right ul li a span.title {
    float: left;
    font-size: 16px;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xyy_news_right ul li a span {
    float: right;
    font-size: 14px;
}

.xyy_news_right ul li a:hover,
.xyy_news_right ul li a:focus {
    cursor: pointer;
}

.xyy_news_right ul li.bold {
    font-size: 24px !important;
    height: 60px;
    line-height: 70px;
}

.xyy_news_right > .tab-content {
    padding: 10px 0;
}

/* 党建宣传 */
.xyy_party,
.xyy_party img {
    width: 100%;
    padding: 10px 5px;
}

/* 视频中心 */
.xyy_video {
    width: 100%;
    display: inline-block;
}

.xyy_video_content {
    padding: 15px 10px;
}

.xyy_video_content ul {
    padding: 0;
    margin: 0;
}

.xyy_video_content ul li {
    width: 25%;
    height: 230px;
    float: left;
    list-style-type: none;
}

.xyy_video_content ul li a {
    display: block;
    width: 100%;
    height: 230px;
    padding: 3px;
}

.xyy_video_content ul li:after {
    display: block;
    content: '';
    position: relative;
    z-index: 98;
    width: 98.3%;
    height: 226px;
    margin-top: -227px;
    margin-left: 3px;
    background-color: rgba(0, 153, 153, 0.3);
}

.xyy_video_content ul li a img {
    width: 100%;
}

.xyy_video_content ul li a p {
    position: absolute;
    z-index: 99;
    margin-top: -40px;
    width: 340px;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    overflow: hidden;
}

.xyy_video_content ul li a i {
    /*position: absolute;*/
    /*z-index: 99;*/
    margin-top: -170px;
    width: 340px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 64px;
}

.xyy_video_content ul li:hover {
    cursor: pointer;
}

.xyy_video_content ul li:hover:after {
    height: 40px;
    margin-top: -40px;
    margin-left: 3px;
    background-color: #009999;
}

.xyy_video_content ul li:hover a i {
    color: #009999;
    display: none;
}

/* 科室导航 */
.xyy_department {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
}

.xyy_department_left {
    padding: 0;
    margin: 0;
}

.xyy_department_content ul.nav-tabs {
    margin: 0;
    padding: 40px 0;
    border-color: transparent;
    width: 180px;
    float: left;
    position: absolute;
}

.xyy_department_content ul.nav-tabs li {
    width: 100%;
    height: 50px;
}

.xyy_department_content ul.nav-tabs li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 30px 0 60px;
    font-weight: bold;
}

.xyy_department_content ul.nav-tabs li a i {
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-top: 12px;
    margin-left: -30px;
}

.xyy_department_content ul.nav-tabs li a:hover,
.xyy_department_content ul.nav-tabs li a:focus {
    background-color: #009999;
    color: #fff;
    border: none;
    border-radius: 0;
}

.xyy_department_content ul.nav-tabs li.active a {
    background-color: #009999;
    color: #fff;
    border: none;
    border-radius: 0;
}


.xyy_department_content .tab-content {
    padding: 0;
    margin: 15px 0;
    width: 100%;
    float: right;
    padding-left: 180px;
}

.xyy_department_content .tab-content .tab-pane {
    padding: 0;
    margin: 0;
}

.xyy_department_content .tab-content .tab-pane ul {
    padding: 0;
    margin: 0;
}

.xyy_department_content .tab-content .tab-pane ul li {
    float: left;
    list-style-type: none;
    width: 130px;
    height: 130px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.xyy_department_content .tab-content .tab-pane ul li a {
    display: block;
    width: 130px;
    height: 130px;
}

.xyy_department_content .tab-content .tab-pane ul li a img {
    width: 100px;
    height: 100px;
    margin-left: 15px;
}

.xyy_department_content .tab-content .tab-pane ul li a:hover {
    cursor: pointer;
    color: #009999;
    background-color: #fafbfc;
}

.xyy_department_content .tab-content .tab-pane ul li a p {
    text-align: center;
    font-weight: bold;
}

.xyy_department_right ul {
    padding: 0;
    margin: 0;
    margin-top: 60px;
}

.xyy_department_right ul li {
    width: 100%;
    height: 72px;
    margin: 5px 0;
    list-style-type: none;
    background-color: #009999;
}

.xyy_department_right ul li a {
    display: block;
    width: 100%;
}

.xyy_department_right ul li a img {
    height: 72px;
}

.xyy_department_right ul li a span {
    position: absolute;
    margin-left: 30px;
    margin-top: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.xyy_department_right ul li a p {
    position: absolute;
    margin-left: 138px;
    margin-top: -30px;
    color: #fff;
    font-size: 12px;
}

.xyy_department_right ul li a i {
    position: absolute;
    margin-left: 165px;
    margin-top: 18px;
    color: #fff;
    font-size: 24px;
}

.xyy_department_right ul li:hover,
.xyy_department_right ul li:focus {
    background-color: #008585;
}

/* 党建宣传 */
.xyy_expert_list {
    padding: 0 40px;
    margin-bottom: 40px;
}

.xyy_expert_list > li {
    float: left;
    list-style-type: none;
    margin: 10px;
    height: 340px;
}

.xyy_expert_list > li > a {
    display: block;
    padding: 20px 30px;
}

.xyy_expert_list > li > a > img {
    width: 132px;
}

.xyy_expert_list > li > a > p {
    text-align: center;
    margin: 0;
    margin-top: 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}

.xyy_expert_list > li > a > p.title {
    height: 32px;
    line-height: 32px;
    margin-top: -3px;
    font-size: 12px;
    font-weight: normal;
}

.xyy_expert_list > li > a > p.office {
    height: 32px;
    line-height: 32px;
    margin-top: -5px;
    font-size: 14px;
    font-weight: normal;
}

.xyy_expert_list > li > a:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    outline: none;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* 党建宣传 */
.xyy_work {
    padding: 0;
    margin: 0;
}

.xyy_work_content ul {
    padding: 10px 0;
    margin: 0;
}

.xyy_work_content ul li {
    list-style-type: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    overflow: hidden;
}

.xyy_work_content ul li a {
    display: block;
    padding: 0 20px;
    font-weight: bold;
}

.xyy_work_content ul li a span {
    float: right;
    font-size: 14px;
    font-weight: normal;
}


/* 天使心声 */
.xyy_nursing {
    padding: 0;
    margin: 0;
    padding-right: 10px;
}

.xyy_nursing_content ul {
    padding: 10px 0;
    margin: 0;
}

.xyy_nursing_content ul li {
    list-style-type: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    overflow: hidden;
}

.xyy_nursing_content ul li a {
    display: block;
    padding: 0 20px;
    font-weight: bold;
}

.xyy_nursing_content ul li a span {
    float: right;
    font-size: 14px;
    font-weight: normal;
}

/* 医护人员 */
.xyy_expert {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
}

.xyy_expert_content {
    padding: 20px 10px;
    margin: 0;
}

.xyy_expert_content ul {
    padding: 0;
    margin: -20px 0 0 0;
}

.xyy_expert_content ul li {
    list-style-type: none;
    float: left;
    width: 16%;
    margin: 0 .3%;
    text-align: center;
}

.xyy_expert_content ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 0;
}

.xyy_expert_content ul li a img {
    width: 197px;
    height: 281px;
}

.xyy_expert_content_title {
    position: absolute;
    margin-left: 145px;
    border-top: 64px solid #009999;
    border-left: 64px solid transparent;
}

.xyy_expert_content_title span {
    color: #fff;
    position: absolute;
    margin-left: -35px;
    margin-top: -53px;
    font-size: 13px;
    font-weight: bold;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
    -o-transform: rotate(45deg); /* Opera */
}

.xyy_expert_content ul li a p {
    margin: 0;
    margin-top: 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}

.xyy_expert_content ul li a p.office {
    height: 32px;
    line-height: 32px;
    margin-top: -5px;
    font-size: 14px;
    font-weight: normal;
}

.xyy_expert_content ul li a p.title {
    height: 32px;
    line-height: 32px;
    margin-top: -3px;
    font-size: 12px;
    font-weight: normal;
}

.xyy_expert_content ul li a:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    outline: none;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.xyy_personnel_content > img {
    width: auto !important;
    height: 220px;
}

.xyy_personnel_content > h4 > span {
    margin-left: 20px;
    font-size: 15px;
}

/* 医疗设备 */
.xyy_equipment {
    display: inline-block;
    width: 100%;
    height: 202px;
    background-color: #f7f8f9;
    border: 1px solid #f7f8f9;
}

.xyy_equipment_title {
    display: block;
    float: left;
    width: 45px;
    height: 200px;
    padding-top: 45px;
    background-color: #009999;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.xyy_equipment_content ul {
    padding: 0;
    margin: 0;
}

.xyy_equipment_content ul li {
    list-style-type: none;
    float: left;
    width: 14%;
    margin: 0 14px;
}

.xyy_equipment_content ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.xyy_equipment_content ul li a img {
    width: 80%;
    margin: 0 10%;
    transition: all 0.6s;
}

.xyy_equipment_content ul li a p {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    padding: 0 10px;
}

.xyy_equipment_content ul li a:hover img {
    transform: scale(1.25);
}

/* 列表页图片 */
.xyy_list_img {
    width: 100%;
    height: 300px;
    background: url(/resource/images/web-list_bj.jpg) no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}

.xyy_list_img:before {
    content: '';
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 300px;
    background-color: rgba(0, 153, 153, 0.2);
}

/*
*       05.列表
*************************/
.xyy_list {
    display: inline-block;
    width: 100%;
}

/* breadcrumb */
.xyy_breadcrumb {
    background-color: #fff;
    padding: 0 55px;
}

.xyy_breadcrumb > li > a,
.xyy_breadcrumb > span {
    color: #c5c8ce;
}

.xyy_breadcrumb > span > i {
    margin-right: 10px;
    color: #c5c8ce;
    font-size: 12px;
}

.xyy_breadcrumb > .active {
    color: #009999;
    font-weight: bold;
}

.xyy_breadcrumb > li > a:hover,
.xyy_breadcrumb > li > a:focus {
    color: #009999;
}

/* title */
.xyy_list > h4 {
    margin: 60px 0 20px 60px;
    font-size: 28px;
}

.xyy_list > h4 > i {
    font-size: 20px;
    margin-right: 20px;
}

/* 标准列表 */
.xyy_list_standard {
    padding: 10px 20px;
    margin: 0;
}

.xyy_list_standard > li {
    list-style-type: none;
    margin: 5px 0;
    border-bottom: 1px dashed #e8eaec;
}

.xyy_list_standard > li > a {
    display: block;
    height: 50px;
    padding: 0 35px;
    font-size: 17px;
}

.xyy_list_standard > li > a > span {
    float: left;
    width: 90%;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xyy_list_time {
    display: block;
    float: right;
    width: 50px;
    height: 50px;
    background-color: #009999;
    color: #fff;
}

.xyy_list_time span {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    text-align: center;
}

.xyy_list_time p {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.xyy_list_standard > li > a:hover,
.xyy_list_standard > li > a:focus {
    background-color: #f7f8f9;
}

/* 领导列表 */
.xyy_list_leader {
    padding: 10px 20px;
    margin: 0;
}

.xyy_list_leader > li {
    list-style-type: none;
    margin: 10px 0;
    border-bottom: 1px dashed #e8eaec;
}

.xyy_list_leader > li > a {
    display: block;
    height: 200px;
    padding: 0 35px;
    font-size: 17px;
}

.xyy_list_leader > li > a > img {
    width: auto;
    height: 190px;
    float: left;
}

.xyy_list_leader > li > a > h4 {
    position: absolute;
    float: left;
    margin-left: 320px;
    margin-top: 40px;
    font-size: 24px;
}

.xyy_list_leader > li > a > p {
    position: absolute;
    display: block;
    float: left;
    width: 700px;
    height: 72px;
    margin-left: 320px;
    margin-top: 100px;
    color: #c5c8ce;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.xyy_list_leader > li > a:hover,
.xyy_list_leader > li > a:focus {
    background-color: #f7f8f9;
}

.xyy_list_leader > li > a:hover > p,
.xyy_list_leader > li > a:focus > p {
    color: #009999;
}

/* 标准列表 */
.xyy_list_page {
    display: inline-block;
    padding: 30px 50px 0 50px;
    margin: 0;
    float: right;
    width: 100%;
}

.xyy_list_page > span {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #c5c8ce;
}

.xyy_list_page > ul {
    float: right;
    padding: 0;
    margin: 0;
}

.xyy_list_page > ul > li {
    float: left;
    list-style-type: none;
    margin: 0 5px;
}

.xyy_list_page > ul > li > a {
    display: block;
    background-color: #009999;
    padding: 6px 25px;
    font-size: 13px;
    color: #fff;
}

.xyy_list_page > ul > li > a:hover,
.xyy_list_page > ul > li > a:focus {
    background-color: #008585;
}

/* 详细内容 */
.xyy_content {
    display: block;
    width: 100%;
    height: auto;
}

.xyy_content_detailed {
    height: auto;
}

.xyy_content_detailed_title {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    margin: 50px 20px 0 20px;
    border-bottom: 1px solid #e8eaec;
}

.xyy_content_detailed_title > h4 {
    float: left;
    font-size: 24px;
    width: 700px;
    height: 28px;
    overflow: hidden;
}

.xyy_content_detailed_title > span {
    float: right;
    font-size: 14px;
    margin-top: 6px;
}

.xyy_content_detailed_words {
    margin: 40px 50px 0 50px;
}

.xyy_content_standard p {
    font-size: 18px;
    line-height: 1.8;
    text-indent: 2em;
}

.xyy_content_standard img {
    display: block;
    width: 70%;
    height: auto;
    margin: 20px auto;
}

/* 领导 */
.xyy_content_leader_title {
    display: block;
    height: 240px;
    padding: 0 30px;
    margin: 50px 20px 0 20px;
    border-bottom: 1px solid #e8eaec;
}

.xyy_content_leader_title > img {
    width: 320px;
    float: left;
    margin-right: 50px;
}

.xyy_content_leader_title > h4 {
    float: left;
    width: 400px;
    margin-top: 50px;
    font-size: 24px;
}

.xyy_content_leader_title > p {
    float: left;
    display: block;
    width: 650px;
    margin-top: 20px;
    color: #a9a9a9;
}

.xyy_content_leader_words {
    margin: 30px 50px 0 50px;
}

/* 科室 */
.xyy_list_department {
    padding: 10px 20px;
    margin: 0;
}

.xyy_list_department > li {
    float: left;
    list-style-type: none;
    margin: 5px 3px;
}

.xyy_list_department > li > a {
    display: block;
    width: 150px;
    height: 150px;
    text-align: center;
    border: 1px solid #fff;
}

.xyy_list_department > li > a > img {
    margin-top: 10px;
    width: 100px;
    /*height: 100%;*/
}

.xyy_list_department > li > a:hover {
    border-radius: 5px;
    border-color: #009999;
}

.xyy_content_department_title {
    height: 120px;
    margin: 0 20px;
    padding: 0 20px;
    border-bottom: 1px dashed #ddd;
}

.xyy_content_department_title > img {
    float: left;
    margin-right: 20px;
    width: 120px;
}

.xyy_content_department_title > h4 {
    float: left;
    width: 600px;
    padding-top: 10px;
}

.xyy_content_department_title > p {
    float: left;
    width: 900px;
    font-size: 13px;
    color: #a9a9a9;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*
*       06.置底栏
*************************/
.xyy_footer {
    display: inline-block;
    margin-top: 50px;
    width: 100%;
    vertical-align: middle;
    background-image: url("/resource/images/web-footer.jpg");
}

.xyy_footer:before {
    content: "";
    width: 100%;
    height: 300px;
    position: absolute;
    z-index: 5;
    background-color: rgba(0, 153, 153, 0.8);
}

.xyy_footer_content {
    height: 250px;
    width: 100%;
    position: relative;
    z-index: 9;
}

/* logo */
.xyy_footer_content_logo {
    float: left;
    margin-top: 60px;
}

.xyy_footer_content_logo img {
    width: 130px;
    height: 130px;
}

/* 联系方式 */
.xyy_footer_content_tel {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

.xyy_footer_content_tel p {
    color: #fff;
    font-size: 14px;
    margin: 0 0 5px;
}

.xyy_footer_content_tel p.bold {
    font-weight: bold;
    font-size: 24px;
}

/* 友情链接 */
.xyy_footer_content_link {
    float: left;
    margin-left: 50px;
    margin-top: 113px;
    width: 600px;
}

.xyy_footer_content_link ul {
    padding: 0;
    margin: 0;
}

.xyy_footer_content_link ul li {
    float: left;
    list-style-type: none;
}

.xyy_footer_content_link ul li a {
    color: #fff;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
}

.xyy_footer_content_link ul li a:hover,
.xyy_footer_content_link ul li a:focus {
    color: #404040;
}

/* 微信 */
.xyy_footer_content_wechat {
    float: right;
    width: 220px;
    text-align: center;
    padding-top: 35px;
    padding-right: 40px;
}

.xyy_footer_content_wechat p {
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
}

.xyy_footer_bottom {
    width: 100%;
    height: 51px;
    line-height: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 9;
}

/* 版权说明 */
.xyy_footer_bottom_left {
    float: left;
    color: #fff;
    font-size: 14px;
    margin-left: 30px;
}

.xyy_footer_bottom_left a {
    color: #fff;
    font-size: 14px;
}

/* 网站相关声明 */
.xyy_footer_bottom_right {
    float: right;
    padding: 0;
    margin: 0;
    margin-right: 20px;
}

.xyy_footer_bottom_right li {
    float: left;
    list-style-type: none;
}

.xyy_footer_bottom_right li a {
    display: block;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
}

.xyy_footer_bottom_right li a:hover,
.xyy_footer_bottom_right li a:focus {
    color: #404040;
}


/* 手机适应css */
@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .xyy_content_detailed_title > span,
    .xyy_list_page > span,
    .xyy_list_time,
    .xyy_video,
    .xyy_equipment,
    .xyy_equipment_title,
    .xyy_department_content ul.nav-tabs li a i,
    .xyy_video_content ul li a i,
    .xyy_work_content ul li a span,
    .xyy_nursing_content ul li a span,
    .xyy_news_right ul li a span {
        display: none;
    }

    .xyy_top_left {
        padding-left: 20px;
    }

    .xyy_logo {
        height: 120px;
    }

    .xyy_logo_img {
        width: 100%;
        margin: 0;
    }

    .xyy_logo_img img {
        display: inline-block;
        width: 90%;
        margin: 20px 5% 0 5%;
    }

    .navbar-header > p {
        position: absolute;
        float: left;
        font-size: 16px;
        line-height: 45px;
        color: #fff;
        margin-left: 30px;
    }

    .xyy_news_right ul li a {
        padding: 0;
        overflow: hidden;
    }

    .xyy_video_content ul li {
        width: 100%;
    }

    .xyy_department_right {
        width: 100%;
        display: inline-block;
        margin-top: -50px;
        padding: 0 20px;
    }

    .xyy_department_left {
        width: 100%;
        display: inline-block;
    }

    .xyy_department_content {
        width: 100%;
    }

    .xyy_department_content ul.nav-tabs {
        display: block;
        width: 100%;
        padding: 10px 20px;
    }

    .xyy_department_content ul.nav-tabs li {
        float: left;
        width: auto;
    }

    .xyy_department_content ul.nav-tabs li a {
        padding: 0 30px;
    }

    .xyy_department_content ul.nav-tabs li {
        width: 33.33%;
    }

    .xyy_department_content ul.nav-tabs li a {
        text-align: center;
        overflow: hidden;
    }

    .xyy_department_content ul.nav-tabs li.active a {
        background-color: #fff;
        border-bottom: 2px solid #009999;
        color: #009999;
        text-align: center;
    }

    .xyy_department_content .tab-content {
        width: 100%;
        padding: 0 20px;
        margin-top: 60px;
    }

    .xyy_department_content .tab-content .tab-pane ul li {
        width: 33.33%;
        margin: 0;
    }

    .xyy_department_content .tab-content .tab-pane ul li a {
        width: 100%;
        text-align: center;
    }

    .xyy_department_content .tab-content .tab-pane ul li a img {
        margin: 0 auto;
    }

    .xyy_expert_content {
        display: block;
        margin: 0 10px;
    }

    .xyy_expert_content ul li {
        width: 46%;
        margin: 2%;
    }

    .xyy_expert_content_title {
        position: relative;
        right: 0;
        float: right;
    }

    .xyy_expert_content ul li a img {
        margin-top: -60px;
        width: 100%;
        height: auto;
    }

    .xyy_footer {
        margin: 0;
        background: #009999;
    }

    .xyy_footer:before {
        display: none;
    }

    .xyy_footer_content {
        height: 100px;
    }

    .xyy_footer_content_logo {
        margin: 0;
    }

    .xyy_footer_content_logo img {
        width: 60px;
        height: 60px;
        margin-top: 18px;
        margin-left: 8px;
    }

    .xyy_footer_content_tel {
        position: absolute;
        margin: 20px 0 0 80px;
    }

    .xyy_footer_content_tel p.bold {
        font-size: 15px;
    }

    .xyy_footer_content_tel p {
        margin: 0;
        font-size: 12px;
    }

    .xyy_department_right ul li a i {
        margin: 0;
        right: 50px;
        margin-top: 20px;
    }

    .nav-tabs li {
        width: 50%;
    }

    .nav-tabs li a {
        text-align: center;
    }

    .xyy_title {
        width: 92%;
        margin: 0 4%;
    }

    .xyy_news_left {
        margin-top: 10px;
    }

    .xyy_expert_content ul li a {
        padding: 0;
    }

    .xyy_right_content {
        width: 100%;
        padding: 0;
    }

    .xyy_list > h4 {
        margin: 40px 0 0 30px;
        font-size: 24px;
    }

    .xyy_list_standard > li > a {
        padding: 0 10px;
        overflow: hidden;
    }

    .xyy_list_page {
        padding: 0 20px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .xyy_list_page > ul {
        width: 100%;
    }

    .xyy_list_page > ul > li {
        width: 23%;
        margin: 0 1%;
    }

    .xyy_list_page > ul > li > a {
        text-align: center;
        padding: 7px 0;
    }

    .xyy_content_detailed_title {
        margin: 0 20px;
        padding: 0;
        border-color: #fff;
    }

    .xyy_content_detailed_title > h4 {
        width: 100%;
        height: 28px;
        overflow: hidden;
        margin-top: 30px;
    }

    .xyy_content_detailed_words {
        margin: 0 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .xyy_content_standard img {
        width: 100%;
        height: auto;
        margin: 5px auto;
    }

    .xyy_list_leader {
        padding: 0;
        margin-top: 20px;
    }

    .xyy_list_leader > li {
        margin: 0;
    }

    .xyy_list_leader > li > a {
        width: auto;
        height: 110px;
        padding: 0 20px;
        margin-top: 10px;
    }

    .xyy_list_leader > li > a > img {
        width: auto;
        height: 100px;
    }

    .xyy_list_leader > li > a > h4 {
        margin-top: 0;
        margin-left: 170px;
        font-size: 15px;
    }

    .xyy_list_leader > li > a > p {
        margin-top: 30px;
        margin-left: 170px;
        font-size: 12px;
        width: 150px;
        height: 70px;
    }

    .xyy_content_leader_title {
        padding: 0;
        margin: 20px 20px 0 20px;
        border-color: #fff;
    }

    .xyy_content_leader_title > img {
        width: 100%;
    }

    .xyy_content_leader_title > h4 {
        margin-top: 20px;
        font-size: 20px;
    }

    .xyy_content_leader_title > p {
        width: auto;
        font-size: 12px;
        padding-bottom: 10px;
    }

    .xyy_content_leader_words {
        margin: 0 20px;
    }

    .CuPlayerc1-dimensions {
        height: 320px;
    }

    .xyy_list_department > li {
        width: 48%;
        float: left;
    }

    .xyy_list_department > li > a {
        background-color: #f7f8f9;
        width: 100%;
    }

    .xyy_content_department_title {
        padding: 0;
    }

    .xyy_content_department_title > img {
        margin-right: 10px;
    }

    .xyy_content_department_title > h4 {
        width: auto;
    }

    .xyy_content_department_title > p {
        width: 170px;
    }
}