@charset "utf-8";

/* CSS Document */

.chn_banner {
    width: 100%;
    /*height: 400px;*/
    min-width: 1200px;
    /*background-color: pink;*/
}

.channel_list {
    width: 230px;
    float: left;
    background-color: #268F82;
    border-radius: 8px;
}

.channel_list .t {
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.chnList {
    width: 208px;
    margin-left: 22px;
    background-color: #fff;
}

.chnList ul {
    padding: 40px 0 80px 0;
}

.chnList ul li {
    height: 60px;
    margin-top: 2px;
    transition: 0.5s;
}

.chnList li:hover,
.chnList .on {
    color: #eb7400;
}

.chnList ul li a {
    border-bottom: 1px dotted #D4D4D4;
    display: block;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    margin-left: 8px;
    font-size: 16px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.chnList ul li a:hover,
.chnList .on a {
    color: #268F82;
    border: 1px solid #268F82;
}

.document_list {
    width: 928px;
    float: left;
    margin-left: 40px;
}

.position {
    height: 41px;
    line-height: 41px;
    color: #777777;
}

.position a {
    color: #777777;
    line-height: 41px;
}

.no_child_list {
    padding-bottom: 40px;
}

.document_list .t,
.no_child_list .t {
    height: 70px;
    border-bottom: 2px solid #268F82;
    margin-top: 10px;
    position: relative;
}

.document_list .t span,
.no_child_list .t span {
    line-height: 70px;
    font-size: 30px;
    padding-left: 20px;
    color: #5B5B5B;
}

.docList li {
    padding: 30px 16px;
    border-bottom: 1px dotted #D4D4D4;
    overflow: hidden;
}

.docList li .date {
    border-top: 6px solid #268F82;
    width: 83px;
    height: 70px;
    background-color: #268F82;
    float: left;
    transition: 0.5s;
    border-radius: 10px;
}

.docList li .date .yyyy-MM {
    display: block;
    font-size: 13px;
    text-align: center;
    line-height: 25px;
    color: #fff;
}

.docList li .date .dd {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 26px;
}

.docList li:hover .date {
    border-top: 6px solid #268F82;
    background-color: #268F82;
}

.document_list .docList li .content {
    margin-left: 22px;
    float: left;
    width: 780px;
    height: 70px;
    overflow: hidden;
}

.document_list .noTime li {
    padding: 10px 16px;
}

.document_list .noTime li .content {
    margin-left: 0;
    width: 928px;
    height: auto;
}

.no_child_list .docList li .content {
    width: 1059px;
    height: 70px;
    overflow: hidden;
    float: left;
    margin-left: 16px;
}

.docList li .content .title {
    color: #268F82;
    font-size: 18px;
    line-height: 45px;
    display: block;
    transition: 0.5s;
    height: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.docList li:hover .content .title {
    color: #268F82;
}

.docList li .content .introduction {
    color: #505050;
    display: block;
    height: 35px;
    overflow: hidden;
    line-height: 35px;
}

.docList li .content .introduction br {
    display: none;
}

.docList li .content .introduction a {
    color: #268F82;
}


/*图片概览*/

.picList {
    padding-top: 10px;
    min-height: 500px;
}

.picList li {
    width: 265px;
    float: left;
    text-align: center;
    margin: 0 10px;
    _display: inline;
    border-bottom: none;
    padding: 20px 12px;
    transition: 0.5s;
}

.no_child_list .picList li {
    width: 354px;
}

.no_child_list .picList li img {
    width: 330px;
    height: 191px;
}

.picList li:hover {
    background-color: #f4f4f5;
}

.picList li span {
    display: block;
    text-align: center;
    line-height: 40px;
}


/*图片移入放大 start*/

.picList li img {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    width: 245px;
    height: 140px;
}

.picList li img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}


/*图片移入放大 end*/


/*单页*/

.singleDocumentContent {
    padding: 20px 30px;
    line-height: 200%;
    text-align: left;
    min-height: 380px;
}

.singleDocumentContent * {
    font-size: 16px !important;
    line-height: 40px !important;
    font-family: "Microsoft YaHei" !important;
}

.singleDocumentContent img {
    max-width: 100% !important;
}


/*出诊*/


/*.cz_info { background:#ddd; width:100%;  margin-top: 10px;}
.cz_info tr { background:#fff; height:45px; line-height:30px; color:#333;}
.cz_info .title { color:#fff;  text-align: center; background-color: #83C377; height:66px; }
.cz_info .title td {font-size:18px; vertical-align: middle;color:#fff; }
.cz_info td {  vertical-align: middle;  text-align: center;  line-height: 30px;  }*/


/*文档细览*/

.documentPage,
.banshiPage {
    border-top: 4px solid #268F82;
    margin: 20px 0 40px 0;
    padding: 30px;
    padding-top: 0;
    background-color: #FBFBFB;
}

.documentPage h1,
.banshiPage h1 {
    text-align: center;
    line-height: 50px;
    margin: 50px 0 10px 0;
    font-size: 30px;
    color: #4C4C4C;
    font-weight: normal;
}

.documentPage .documentInfo,
.documentPage .documentShare {
    height: 29px;
    line-height: 29px;
    text-align: center;
}

.documentPage .documentShare {
    float: right;
}

.documentPage .documentInfo span {
    padding-right: 50px;
}

.documentPage .documentInfo * {
    font-size: 12px;
    color: #666;
}

.documentPage .documentInfo span a {
    margin: 0 5px;
}

.documentPage .documentContent {
    padding: 24px;
    min-height: 304px;
    margin: 20px 0;
}

.documentPage .documentContent * {
    line-height: 200% !important;
    font-size: 16px !important;
    font-family: "Microsoft YaHei" !important;
}

.documentPage .documentContent img {
    max-width: 800px !important;
}


/*领导*/


/*.leaderList {
    padding:10px 36px;
}
.leaderList li {
    padding:20px 0;
    border-bottom: 1px dotted #D4D4D4;
}
.leaderList li .pic {
    width: 198px;
    height: 259px;
    float: left;
}
.leaderList li .pic img {
    width: 198px;
    height: 259px;
}
.leaderList li .name {
    float: left;
    width: 654px;
    height: 62px;
    background-color: #7CB872;
}
.leaderList li .name span {
    color: #fff;
    font-size: 22px;
    padding-left: 30px;
    line-height: 62px;
}
.leaderList li .name .zw {
    font-size: 16px;
}
.leaderList li .other {
    float: left;
    width: 554px;
    margin-top: 20px;
    padding: 20px 50px;
}
.leaderList li .other * {
    line-height: 30px !important;
    font-size: 16px !important;
    font-family: "Microsoft YaHei" !important;
}*/

.leader_1 {
    margin: 20px 200px;
}

.leader_2 {
    margin: 20px 90px;
}

.leader_1 li,
.leader_2 li {
    width: 145px;
    float: left;
    margin: 20px 50px;
}

.leader_1 li img,
.leader_2 li img {
    width: 145px;
    height: 202px;
}

.leader_1 li span,
.leader_2 li span {
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

.leader_1 li span a,
.leader_2 li span a {
    font-size: 16px;
}

.leader_1 li .zhiwu,
.leader_2 li .zhiwu {
    float: left;
    width: 50px;
}

.leader_1 li .zw,
.leader_2 li .zw {
    float: left;
    width: 95px;
    text-align: left;
}


/*专家介绍列表*/

.expertList {
    padding: 20px 0;
}

.expertList li {
    position: relative;
    margin: 30px 26px;
    float: left;
}

.expertList li img {
    width: 186px;
    height: 243px;
    vertical-align: middle;
    background: url(../images/bg-img3.png) center -30px no-repeat;
}

.expertList li .expert_info {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 166px;
    height: 50px;
    /* background: url(../images/expert_info_bg.png) left top repeat-x; */
    padding: 0 10px;
    background-color: #268F82;
}

.expertList li .expert_info * {
    color: #fff;
}

.expertList li .expert_info .name {
    display: block;
    font-size: 20px;
    /* line-height: 40px; */
}

.expertList li .expert_info .name a {
    font-size: 20px;
}

.expertList li .expert_info .zc {
    display: block;
    text-align: right;
    line-height: 25px;
}


/*科室设置*/

.ks_list {
    width: 899px;
    float: left;
    margin-top: 10px;
}

.ks_list .t {
    border-left: 7px solid #268F82;
    height: 56px;
    background-color: #F0F0F0;
}

.ks_list .t span {
    background: url(../images/ks_t_bg.png) 15px center no-repeat;
    line-height: 56px;
    padding-left: 50px;
    display: block;
    color: #268F82;
    font-size: 18px;
}

.ksList {
    padding: 25px 0;
    zoom: 1;
    margin-left: 26px;
}

.ksList li {
    line-height: 40px;
    float: left;
    width: 153px;
    padding-left: 20px;
    background: url(../images/dot_ks.jpg) left center no-repeat;
}

.ksList li a {
    font-size: 15px;
    display: block;
}

.guide_list {
    width: 262px;
    float: left;
    margin-left: 38px;
    margin-top: 10px;
}

.guide_list li {
    margin-bottom: 10px;
    height: 71px;
    padding-top: 20px;
}

.guide_list li span {
    padding-left: 76px;
    display: block;
}

.guide_list li a {
    color: #fff;
}

.guide_list li .name a {
    font-size: 18px;
    line-height: 25px;
}

.guide_list li .en a {
    font-size: 15px;
}

.guide_list .g2 {
    background: url(../images/ks_g2.png) 19px center no-repeat #54B1A6;
}

.guide_list .g3 {
    background: url(../images/ks_g3.png) 19px center no-repeat #75B26B;
}

.guide_list .g4 {
    background: url(../images/ks_g4.png) 19px center no-repeat #6E89BF;
}

.guide_list .g5 {
    background: url(../images/ks_g5.png) 19px center no-repeat #54B1A6;
}

.guide_list .g6 {
    background: url(../images/ks_g6.png) 19px center no-repeat #D19B6F;
}

.guide_list .g7 {
    background: url(../images/ks_g7.png) 19px center no-repeat #75B26B;
}

.guide_list .g8 {
    background: url(../images/ks_g8.png) 19px center no-repeat #B4A077;
}


/*特色医疗*/

.tese_list {
    margin-top: 20px;
}

.tese_list .t {
    height: 58px;
    background-color: #268F82;
}

.tese_list .t span {
    padding-left: 52px;
    background: url(../images/tese_t_bg.png) 28px center no-repeat;
    line-height: 58px;
    display: block;
    color: #fff;
    font-size: 18px;
}

.teseList {
    margin: 40px 0;
}

.teseList li {
    width: 270px;
    height: 402px;
    overflow: hidden;
    float: left;
    padding: 27px 65px;
}

.teseList .tese_1 {
    background-color: #fff;
}

.teseList .tese_2 {
    background-color: #EDECEC;
}

.teseList li .pic {
    width: 268px;
    height: 268px;
    border-radius: 50%;
    transition: 0.5s;
}

.teseList li .pic a {
    display: block;
    color: #fff;
    padding-top: 124px;
    text-align: center;
    font-size: 18px;
    height: 144px;
}

.teseList li .intro {
    margin-top: 10px;
    line-height: 200%;
    font-size: 15px;
}

.teseList li .intro a {
    font-size: 15px;
    color: #268F82;
}

.teseList .ts1 .pic {
    background: url(../images/tese_1.png) left center no-repeat;
}

.teseList .ts1:hover .pic {
    background: url(../images/tese_1_on.png) left center no-repeat;
}

.teseList .ts2 .pic {
    background: url(../images/tese_2.png) left center no-repeat;
}

.teseList .ts2:hover .pic {
    background: url(../images/tese_2_on.png) left center no-repeat;
}

.teseList .ts3 .pic {
    background: url(../images/tese_3.png) left center no-repeat;
}

.teseList .ts3:hover .pic {
    background: url(../images/tese_3_on.png) left center no-repeat;
}

.teseList .ts4 .pic {
    background: url(../images/tese_4.png) left center no-repeat;
}

.teseList .ts4:hover .pic {
    background: url(../images/tese_4_on.png) left center no-repeat;
}

.teseList .ts5 .pic {
    background: url(../images/tese_5.png) left center no-repeat;
}

.teseList .ts5:hover .pic {
    background: url(../images/tese_5_on.png) left center no-repeat;
}

.teseList .ts6 .pic {
    background: url(../images/tese_6.png) left center no-repeat;
}

.teseList .ts6:hover .pic {
    background: url(../images/tese_6_on.png) left center no-repeat;
}

.teseList .ts7 .pic {
    background: url(../images/tese_7.png) left center no-repeat;
}

.teseList .ts7:hover .pic {
    background: url(../images/tese_7_on.png) left center no-repeat;
}

.teseList .ts8 .pic {
    background: url(../images/tese_8.png) left center no-repeat;
}

.teseList .ts8:hover .pic {
    background: url(../images/tese_8_on.png) left center no-repeat;
}

.teseList .ts10 .pic {
    background: url(../images/tese_10.png) left center no-repeat;
}

.teseList .ts10:hover .pic {
    background: url(../images/tese_10_on.png) left center no-repeat;
}

.teseList .ts11 .pic {
    background: url(../images/tese_11.png) left center no-repeat;
}

.teseList .ts11:hover .pic {
    background: url(../images/tese_11_on.png) left center no-repeat;
}

.teseList .ts12 .pic {
    background: url(../images/tese_12.png) left center no-repeat;
}

.teseList .ts12:hover .pic {
    background: url(../images/tese_12_on.png) left center no-repeat;
}

.teseList .ts13 .pic {
    background: url(../images/tese_13.png) left center no-repeat;
}

.teseList .ts13:hover .pic {
    background: url(../images/tese_13_on.png) left center no-repeat;
}

.teseList .ts14 .pic {
    background: url(../images/tese_14.png) left center no-repeat;
}

.teseList .ts14:hover .pic {
    background: url(../images/tese_14_on.png) left center no-repeat;
}

.teseList .ts15 .pic {
    background: url(../images/tese_15.png) left center no-repeat;
}

.teseList .ts15:hover .pic {
    background: url(../images/tese_15_on.png) left center no-repeat;
}

.teseList .ts16 .pic {
    background: url(../images/tese_16.png) left center no-repeat;
}

.teseList .ts16:hover .pic {
    background: url(../images/tese_16_on.png) left center no-repeat;
}

.teseList .ts17 .pic {
    background: url(../images/tese_17.png) left center no-repeat;
}

.teseList .ts17:hover .pic {
    background: url(../images/tese_17_on.png) left center no-repeat;
}

.teseList .ts18 .pic {
    background: url(../images/tese_18.png) left center no-repeat;
}

.teseList .ts18:hover .pic {
    background: url(../images/tese_18_on.png) left center no-repeat;
}


/*专家细览*/

.expert_page {
    margin-top: 20px;
    border-top: 1px dotted #d4d4d4;
    padding: 50px 10px;
}

.expert_page .expert_page_left {
    width: 204px;
    float: left;
}

.expert_page .expert_page_left .expert_page_pic {
    position: relative;
    background: url(../images/bg-img3.png) left center repeat;
}

.expert_page .expert_page_left .expert_page_pic img {
    width: 204px;
    height: 266px;
    vertical-align: middle;
    background: url(../images/bg-img3.png) left center repeat;
}

.expert_page .expert_page_left .expert_page_pic span {
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 18px;
    color: #fff;
    width: 204px;
    /*background:url(../images/expert_info_bg.png) left center repeat;*/
    background-color: #268F82;
}

.expert_page .expert_page_left .expert_page_name span {
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 18px;
}

.expert_page .expert_page_right {
    width: 936px;
    float: left;
    margin-left: 40px;
}

.expert_detail {
    width: 100%;
}

.expert_detail tr {
    background: #FCFCFC;
    height: 47px;
    line-height: 47px;
}

.expert_detail .ex1 {
    background-color: #F3F3F3;
}

.expert_detail .title {
    width: 87px;
    text-align: justify;
    text-justify: distribute;
    text-align-last: justify;
    background: url(../images/ex_detail_title_bg.jpg) left center no-repeat;
    padding: 0 20px;
    font-size: 16px;
}

.expert_detail td {
    vertical-align: middle;
    line-height: 47px;
    padding-left: 10px;
    font-size: 16px;
}

.expert_page_right .t {
    height: 52px;
    line-height: 52px;
    border-left: 7px solid #268F82;
    background-color: #F3F3F3;
}

.expert_page_right .t span {
    padding-left: 18px;
    font-size: 18px;
}

.expert_page_right .con {
    padding: 24px 16px;
    font-size: 16px;
    line-height: 35px;
}

.expert_page_right .con * {
    line-height: 35px !important;
    font-size: 16px !important;
    font-family: "Microsoft YaHei" !important;
}


/*留言列表*/

.msgList {
    padding: 20px;
}

.msgList li {
    background: url(../images/nurse_list_li.jpg) left center no-repeat;
    line-height: 40px;
    border-bottom: 1px dotted #d4d4d4;
    padding: 10px 35px;
}

.msgList li a {
    font-size: 16px;
}

.msgList li span {
    float: right;
    color: #adadad;
}


/*留言细览*/

.documentPage table * {
    font-size: 14px;
}

.liuyan_title td {
    font-size: 22px;
}

.liuyan_box {
    margin: 0 auto;
    border-top: #00A0E9 solid 2px;
}

.liuyan_box td {
    padding: 6px 0;
    font-size: 16px;
    line-height: 35px;
    padding-left: 10px;
}

.liuyan_box td * {
    font-size: 16px;
}

.liuyan_box td strong {
    color: #1869bf;
    font-weight: 500;
}


/*留言提交*/

.document_list .t .msg_input {
    background: url(../images/msg_input.png) left 35px no-repeat;
    width: 101px;
    height: 70px;
    line-height: 87px;
    padding-left: 40px;
    top: 0;
    right: 0;
    display: block;
    position: absolute;
}

.document_list .t .msg_input a {
    font-size: 16px;
    display: block;
    font-weight: bold;
}

.inputMail {
    margin-top: 20px;
}

.mail_left {
    width: 595px;
    background: #fff;
    float: left;
    height: 700px;
    margin-left: 20px;
    overflow: hidden;
    margin-top: 20px;
}

.write_form {
    width: 595px;
    background: #fff;
    float: left;
    height: 800px;
    border: none;
}

.mail_right {
    width: 540px;
    float: left;
    text-align: justify;
    background: #eee;
    border: 1px solid #ddd;
    padding: 20px;
    min-height: 620px;
    margin-bottom: 20px;
    position: relative;
    margin-top: 20px;
}

.mail_right .corner {
    display: block;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 38px;
    height: 26px;
    background: url(png_mailbox_declare_bg.png) no-repeat;
}

.declare_hd {
    font-size: 18px;
    color: #268F82;
    margin-bottom: 20px;
    text-align: center;
}

.declare_bd {
    font-size: 12px;
    line-height: 30px !important;
}

.jianue {
    height: 680px;
    background: url(../images/jianshe_bg.png) no-repeat;
}


/*网站地图开始*/

.site_map_wrap {
    background: #fff;
    padding: 10px 0;
}

.module_name {
    height: 30px;
    line-height: 30px;
    border: 1px solid #f5f5f5;
    width: 100%;
    background: #f5f5f5;
    margin: 10px 0px;
}

.module_name a {
    font-size: 20px;
    color: #fff;
    padding: 0px 20px;
    background: #268F82;
    line-height: 30px;
    height: 30px;
    display: block;
    float: left;
}

.module_wrap {
    clear: left;
    width: 100%;
}

.module_wrap td {
    padding: 20px 0;
    clear: left;
}

.column_title {
    width: 100px;
    text-align: center;
}

.column_title a {
    color: #268F82;
}

.column_list a {
    color: #474747;
    padding: 0 20px;
    line-height: 30px;
    white-space: nowrap;
}

.column_list a:hover {
    text-decoration: underline;
}

.module_column {
    background-color: #f3f3f3;
}

.module_column:last-of-type {
    border-bottom: none;
}


/*网站地图结束*/
