@charset "utf-8";

.header::after{
    background:linear-gradient(180deg, rgba(0, 94, 199, 0.8) 0%, rgba(69, 143, 223, 0.420833) 72.92%, rgba(146, 196, 250, 0) 100%);
    height: 150%;
}

.header-fixed::after {
    background: rgba(255,255,255,.9);
    box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
    backdrop-filter: blur(5px);
    height: 100%;
}


/* 新闻中心-首页 -----------------------------------------*/
.newsTab { position: relative; z-index: 1;}
.newsTab .mHd { overflow: hidden; height: 50px; line-height: 50px; margin: 20px auto 0; padding-bottom: 40px; text-align: center;}
.newsTab .mHd ul { display: inline-block; *display: inline; margin: 0 auto;}
.newsTab .mHd li { width: auto; float: left; margin: 0 19px; font-size: 24px; color: #55616a;}
.newsTab .mHd li a { position: relative; z-index: 1; padding-left: 42px; color: #55616a;}
.newsTab .mHd li a:hover { text-decoration: none;}
.newsTab .mHd li .icon { position: absolute; z-index: 1; left: 0; top: 50%; width: 6px; height: 6px; float: left; margin-top: -3px; overflow: hidden; background-color: #0773c2;}
.newsTab .mHd li.on a { font-weight: bold; color: #0773c2;}
.newsTab .mHd li.on .icon { display: none;}

/* 轮播-另类标题显示效果 */
.focusInfoList { position: relative; z-index: 1; height: 384px; padding-left: 600px;}
.focusInfoList li { height: 62px; line-height: 62px; margin-bottom: 18px;}
.focusInfoList li.last { margin-bottom: 0;}
.focusInfoList li .pic { display: none; position: absolute; z-index: 1; left: 0; top: 0;}
.focusInfoList li .pic img { display: block; width: 584px; height: 382px;}
.focusInfoList li .date { width: 12%; height: 62px; float: right; margin-left: 10px; text-align: center; line-height: 62px; font-size: 18px; color: #6d7e8b; background-color: #f8f8f8;}
.focusInfoList li .title { width: 85%; float: left; height: 62px; line-height: 62px;}
.focusInfoList li .title a { display: block; height: 62px; line-height: 62px; overflow: hidden; padding: 0 15px; font-size: 18px; color: #6d7e8b; background-color: #f8f8f8;}
.focusInfoList li .title a:hover { text-decoration: none;}
.focusInfoList li.on .pic { display: block;}
.focusInfoList li.on .title a,
.focusInfoList li.on .date { box-shadow: 4px 4px 6px #ddd; color: #373f45;}
.focusInfoHd { position: absolute; z-index: 2; left: 480px; bottom: 15px; width: auto; float: left; overflow: hidden;}
.focusInfoHd li { width: 8px; height: 8px; float: left; margin-left: 6px; background-color: #fff; border-radius: 4px;}
.focusInfoHd li.on { width: 25px; background-color: #0773c2;}

/* 循环框 */
.newsLoop { overflow: hidden; margin-top: 60px; padding-top: 25px; background: url(/content/main/base/img/newsloophd.jpg) left top no-repeat;}

/*新闻中心-通用框*/
.newsBox { overflow: hidden;}
.newsBox .hd { height: 52px; line-height: 52px;}
.newsBox .hd h3 { font-size: 24px; color: #55616a;}
.newsBox .hd h3 a { color: #55616a;}
.newsBox .hd ul { width: auto; float: right; margin-top: 26px;}
.newsBox .hd li { width: 10px; float: left; height: 10px; margin-left: 8px; overflow: hidden; background-color: #a7b0b7; border-radius: 50%;}
.newsBox .hd li.on { background-color: #2899db;}

/* 两列式 */
#rowTwo { margin-right: -20px;}
#rowTwo .newsBox { width: 590px; float: left; margin-right: 20px;}
#rowTwo .newsBox .bd { position: relative; z-index: 1;}
#rowTwo .newsBox .more { position: absolute; z-index: 1; right: 0; bottom: 0; width: 20%; height: 44px; line-height: 44px; float: left; text-align: center; text-indent: 8px; background-color: #fff;}
#rowTwo .newsBox .more:hover { text-decoration: none; background-color: #0773c2; color: white;}

/* 四列式 */
#rowFour { margin-right: -20px;}
#rowFour .newsBox { width: 285px; float: left; margin-right: 20px;}
#rowFour .newsBox .bd { height: 284px; overflow: hidden; margin-bottom: 30px;}

/*图片列表*/
.newsPicList { overflow: hidden;}
.newsPicList li { position: relative; z-index: 1;}
.newsPicList li .pic img { display: block; width: 590px; height: 350px;}
.newsPicList li .title { position: absolute; z-index: 2; left: 0; bottom: 0; width: 80%; height: 44px; line-height: 44px; float: left; text-indent: 10px; font-size: 16px; color: white;}
.newsPicList li .title a { color: white;}
.newsPicList li .titleBg { position: absolute; z-index: 1; left: 0; bottom: 0; width: 100%; height: 44px; line-height: 44px; overflow: hidden; background-color: #000; opacity: .5; filter: alpha(opacity=50);}

/* 文章图文列表-先图后文 */
.picIntroList { overflow: hidden;}
.picIntroList li { position: relative; z-index: 1;}
.picIntroList li .pic img { display: block; width: 285px; height: 152px;}
.picIntroList li .title { margin-top: 15px; height: 30px; line-height: 30px; overflow: hidden; font-size: 16px;}
.picIntroList li .title a { color: #333;}
.picIntroList li .intro { margin-top: 10px; line-height: 24px; max-height: 48px; *height: 48px; overflow: hidden; color: #55616a;}
.picIntroList li .others { margin-top: 5px; height: 24px; line-height: 24px; overflow: hidden;}
.picIntroList li .others .date { padding-left: 25px; font-size: 12px; color: #999; background: url(/content/main/base/img/dateicon.png) left center no-repeat;}

/* 机构设置-首页 ------------------------------------*/

/* 快速通道 */
.boxKstd { height: 178px;}
.boxKstd .mHd { width: 206px; height: 178px; float: left; margin-right: 20px; padding-left: 20px; overflow: hidden; font-size: 24px; color: #7a8791; background-color: #5b6b78; background: #5b6b78 url(../../base/img/jgsz-kstdhdicon.png) 120px bottom no-repeat;}
.boxKstd .mHd p { margin-top: 26px; line-height: 28px;}
.boxKstd .mHd h3 { margin-top: 10px; height: 30px; font-size: 24px; color: #ccd9e4;}
.boxKstd .mBd { overflow: hidden; padding-top: 16px; border-bottom: 1px solid #dee1e4;}
.boxLink { position: relative; z-index: 1; height: 30px; line-height: 30px; padding: 10px 0; overflow: hidden; border-top: 1px solid #dee1e4;}
.boxLink .hd { width: 136px; height: 30px; line-height: 30px; float: left; text-indent: 15px; border-right: 1px solid #c3c8cd;}
.boxLink .hd h3 { font-size: 16px;}
.boxLink .hd .more { position: absolute; z-index: 1; right: 10px; top: 10px; width: auto; height: 30px; line-height: 30px; float: left; padding-right: 28px; color: #999; background: url(/content/main/base/img/moreicon.png) right center no-repeat;}
.boxLink .hd .more:hover { text-decoration: none; color: #176cbd;}
.linkList { height: 30px; overflow: hidden; padding: 0 95px 0 20px;}
.linkList li { width: 24.9%; float: left; height: 30px; line-height: 30px; font-size: 13px; text-indent: 10px; overflow: hidden; color: #666;}
.linkList li a { color: #666;}

/* 院系设置 */
.boxYxsz { margin-top: 40px;}
.boxYxsz .mHd { height: 40px; line-height: 40px; overflow: hidden; text-align: left;}
.boxYxsz .mHd h3 { font-size: 24px;}
.boxYxsz .mHd .more { float: right; color: #999;}
.boxYxsz .mBd { padding: 20px 0 0; overflow: hidden;}

/* 机构设置-图片式 ------------------------------------------ */
.jgszPicList { margin: -1px -1px 0 0; overflow: hidden;}
.jgszPicList li { position: relative; z-index: 1; width: 298px; float: left; margin: 1px 1px 0 0;}
.jgszPicList li .title,
.jgszPicList li .titleBg { position: absolute; left: 0; bottom: 0; width: 100%; height: 42px; line-height: 42px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.jgszPicList li .title { z-index: 2; font-size: 16px; text-align: center; color: white;}
.jgszPicList li .title a { color: white;}
.jgszPicList li .title a:hover { text-decoration: none;}
.jgszPicList li .titleBg { z-index: 1; background-color: #000; opacity: .5; filter: alpha(opacity=50);}
.jgszPicList li:hover .title,
.jgszPicList li:hover .titleBg { height: 172px; line-height: 172px; font-size: 24px;}

/* 机构设置-表格式 ------------------------------------------ */
.jgszTableList { width: 100%; border-collapse: collapse;}
.jgszTableList th,
.jgszTableList td { padding: 10px; line-height: 30px; text-align: center; font-size: 16px; color: #666; border: 1px solid #e9e9e9;}
.jgszTableList th { color: #333; background-color: #f6f6f6;}
.jgszTableList tr:hover td { background-color: #eef8ff;}
.jgszTableList .url { width: 30%;}

/* 文章首页 -----------------------------------------*/

/* page-news */
.page-news { margin-bottom: 1.2rem; }
.page-news li { float: left; width: 49%; background: #fff url(../../base/img/page-new-bg.png) no-repeat center bottom; /*box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05); */-webkit-background-size: 100% auto; background-size: 100% auto;}
.page-news li:nth-child(2n) { float: right; }
.page-news .pic { overflow: hidden; }
.page-news .pic img { width: 100%; display: block; transition: all 0.5s;}
.page-news .pic:hover img { transform: scale(1.2); } 
.page-news .con { padding: 1.5rem;  }
.page-news .title { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 2rem; height: 2rem; font-weight: bold; font-size: 1.25rem; margin-bottom: 0.5rem;}
.page-news .intro { font-size: 0.875rem; color: #999; line-height: 1.625rem; height: 4.75rem; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; }




/* 栏目循环 */
.pageBoxLoop { overflow: hidden;}
.pageBoxLoop .box-primary { width: 49%; padding: 1rem; margin-bottom: 1.2rem; background-color: #fff; /* box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05); */ }
.pageBoxLoop .box-primary .hd { margin-bottom: 0.8rem; }
.pageBoxLoop .box-primary .bd { padding: 0 0.5rem; height: 14rem;}

/* 文章列表页 -----------------------------------------*/
#sideWeiXin .bd { text-align: center;}

/* 内容带图片的信息列表_图片判断式 */
.pageTPList li { overflow: hidden; word-wrap: break-word; transition: all 0.5s; margin-bottom: 1.5rem; padding: 1rem 1.125rem 1rem 1.8rem;  position: relative; background-color: #fff; transition: all 0.3s ease-out 0s; transform: none; }
.pageTPList li:before { display: block; width: 8px; height: 100%; content: ''; position: absolute; left: 0; top: 0;  background: url(/content/main/base/img/hw-2.png) repeat-y; }

.pageTPList .pic {  width: 14.375rem; float: left; margin-right: 2rem; }
.pageTPList .pic img { width: 100%; height: auto; display: block; line-height: 1.5rem; font-size: 0;}
.pageTPList .con { overflow: hidden; zoom: 1; padding-right: 7rem; }
.pageTPList .title { font-size: 1.25rem; line-height: 2.25rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 0.8rem; }
.pageTPList .title a:after { display: block; position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; }
.pageTPList .intro { line-height: 1.5rem; color: #999; height: 4.5rem; overflow: hidden; font-size: 0.875rem; margin-bottom: 0.5rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.pageTPList .title a:hover { text-decoration: none;}
.pageTPList .intro .more { display: none;}
.pageTPList .last { border-bottom: 0; margin-bottom: 0;}
.pageTPList .on { color: #fff; transform: translateX(10px); }
.pageTPList .on .title a { color: #fff; }
.pageTPList .on .intro { color: #fff; }
.pageTPList li:after { display: block; position: absolute; right: 100%; bottom: 0; background: url(/content/main/base/img/cy.png) no-repeat; width: 7.3125rem; height: 7.5rem; content: ''; transition: all 0.5s; }
.pageTPList li.on:after { right: 0; }

.pageTPList .date { font-size: 1rem; color: #aaa; position: absolute; right: 2rem; top: 2rem; }
.pageTPList .date .d3 { display: block; border-top: 1px solid #ddd; text-align: center;}
.pageTPList li.on .date em { color: #fff !important; }
.pageTPList .date .d1 {  padding-bottom: 0.5rem;}

/* newsList */
.newsList li { overflow: hidden; position: relative; white-space: nowrap; text-overflow: ellipsis; line-height: 1.5rem; height: 4rem; padding: 1.25rem 2.5rem ; background-color: #fff; margin-bottom: 1.25rem; transition: all 0.3s ease-out 0s; transform: none; }
/* .newsList li:before { display: block; width: 8px; height: 100%; content: ''; position: absolute; left: 0; top: 0;  background: url(/content/main/base/img/hw-2.png) repeat-y; } */
.newsList li a:after { display: block; position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; }
.newsList .date { margin-right: 1rem; color: #999; border-right: 1px solid #ddd; padding-right: 1rem;}
.newsList li.on { /* color: #fff;  */transform: translateX(10px);  }
/* .newsList li.on a { color: #fff; }
.newsList li.on .date { color: #fff; } */
.newsList li:after { display: block; position: absolute; right: 100%; bottom: 0; background: url(/content/main/base/img/cy.png) no-repeat right center; width: 7.3125rem; height: 100%; -webkit-background-size: auto 100%; background-size: auto 100%; content: ''; transition: all 0.5s; }
.newsList li.on:after { right: 0; }
.newsList li.last { margin-bottom: 0;}

/* 领导-列表页 -----------------------------------------*/
.box-leader { background-color: #fff; padding: 2.5rem;}
.leader-list li { float: left; width: 48%; height: 13.5rem; padding: 1.25rem; background-color: #f9f9f9 ; position: relative; margin-bottom: 1.5rem; transition: all 0.5s; overflow: hidden; }
/* .leader-list li:after { display: block; content: ''; position: absolute; bottom: 0; right: 0; background: url(/content/main/base/img/leader-bj.png) no-repeat; width: 3.875rem; height: 2.8125rem; } */
.leader-list li:nth-child(2n) { float: right; }
.leader-list .pic {float: left;width: 7.5rem;margin-right: 1.25rem;/* height: 11rem; */display: none;margin: auto;}
.leader-list .pic img { width: 100%; height: 100%;}
.leader-list .con {overflow: hidden;margin: auto 0;}
.leader-list .title { line-height: 2.25rem; }
.leader-list .title a {font-size: 2rem;}
.leader-list .title .subhead {font-size: 1rem;line-height: 1.8rem;margin-bottom: 0.5rem;display: block;}
.leader-list .intro { font-size: 0.875rem; line-height: 1.5rem; height: 6rem; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-overflow: ellipsis; display: none; }


.leader-list li:hover { color: #fff; }
.leader-list li:hover .title a { color: #fff; }

.leader-list li:before { display: block; content: ''; position: absolute; transition: all 0.5s; top: -0.5rem; left: 0; width: 100%; height: 0.5rem; background: url(/content/main/base/img/hw-4.png) repeat-x; -webkit-background-size: auto 100%; background-size: auto 100%; }
.leader-list li:hover:before { top: 0; }

.leader-list li{height: 13rem;display: flex;background: url(/content/main/base/img/ld_off.png) no-repeat right center;background-color:#f9f9f9;border-radius: 0 0 0 30px;padding: 1.25rem 2.25rem;}
.box-leader .leader-list li:hover{background: url(/content/main/base/img/ld_on.png) no-repeat right center;background-color:#04623A;}





/* 领导-内容页 -----------------------------------------*/
.leader-detail { float: left; width: 11rem; margin-right: 2.75rem; position: relative;  }
.leader-detail:before { display: block; content: ''; position: absolute; top: 1.25rem; left: 1.25rem; width: 10rem; height: 15rem;  }

.leader-detail .leader-pic { width: 10rem; height: 15rem; position: relative; z-index: 1; margin-bottom: 2rem;}
.leader-detail .leader-pic img { width: 100%; height: 100%; display: block; padding: 0.625rem; background-color: #fff; box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24); }
.leader-detail .leader-title { text-align: center;  }
.leader-detail .leader-title h3 { font-size: 1.625rem; }
.leader-detail .leader-title span { display: block; }


.leader-about { overflow: hidden; background-color: #f9f9f9; padding: 2.4rem; color: #333; font-size: 1rem; line-height: 2; text-align: left; font-family: 'PingFang SC', "Microsoft YaHei", Arial, Helvetica, Tahoma, sans-serif; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}
.leader-about p {margin: 0 0 1rem; padding:0px; line-height: 2rem;  word-wrap: break-word; border: none; border-radius: 0; white-space:normal;}

/* 友情链接列表页 -----------------------------------------*/
.box-org { background-color: #fff; margin-bottom: 1.25rem; padding: 1.25rem 2rem 1.25rem 2.5rem; position: relative; }
.box-org:nth-child(1) { margin-top: 1.25rem; }
.box-org:before { display: block; content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 0.5rem; background: url(/content/main/base/img/hw-2.png) repeat-y; }
.box-org .hd { margin-bottom: 1rem; }
.box-org .hd h3 { font-size: 1.375rem; line-height: 2rem; }
.box-org .bd ul { display:grid; grid-template-columns: repeat(3, 1fr); grid-gap:1rem}
.box-org .bd li  {padding: 0.5rem 1rem; height: 5.5rem;line-height: 1.5rem; text-align: center; overflow: hidden;position: relative;border: 1px solid #ddd; transition: all 0.5s;}

.box-org .bd li:after,
.box-org .bd li:before,
.box-org .bd li a:after,
.box-org .bd li a:before { position: absolute; width: 4px; height: 4px; background-color: #fff; border: 1px solid #D1CABF; display: block; content: ""; transition: all 0.5s; }

.box-org .bd li:before { left: 2px; top: 2px; }
.box-org .bd li:after { right: 2px; top: 2px;}
.box-org .bd li a:before { left: 2px; bottom: 2px; }
.box-org .bd li a:after { right: 2px; bottom: 2px; }
.box-org .bd li a { display: flex;  text-align: center; flex-direction: column;  justify-content: center; width:100%; height:100%; }


/* 名医列表页 -----------------------------------------*/
.box-doctor { background-color: #fff; padding: 2rem 3.75rem; }
.box-doctor .hd { margin-bottom: 2rem; }


.box-doctor .bd li { float: left; width: 18%; margin-right: 2%; height: 8.5rem; background-color: #f9f9f9; margin-bottom: 1.75rem; padding: 1.25rem; position: relative; }
.box-doctor .bd li:before { display: block; content: ''; width: 100%; height: 0.5rem; background: url(/content/main/base/img/hw-5.png) repeat-x; position: absolute; top: 0; left: 0; }
.box-doctor .bd li:after { display: block; content: ''; position: absolute; right: 0; bottom: 0; width: 2.9375rem; height: 1.6875rem; background: url(/content/main/base/img/leader-bj.png) no-repeat; -webkit-background-size: 100% auto; background-size: 100% auto; }
.box-doctor .bd ul { margin-right: -2%; }

.box-doctor .bd .title { margin-bottom: 0.5rem; height: 2rem; line-height: 2rem; white-space: nowrap; text-overflow: ellipsis; white-space: nowrap; }
.box-doctor .bd .title a { font-size: 1.25rem;  }
.box-doctor .bd .title a:after { display: block; content: ''; position: absolute; top: 0 ; left: 0; width: 100%; height: 100%; z-index: 1;}
.box-doctor .bd .intro { font-size: 0.875rem; line-height: 1.5rem; height: 3rem; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; opacity: 0.7 ;}

.box-doctor .bd li.on:before { background: url(/content/main/base/img/hw-4.png) repeat-x; }
.box-doctor .bd li.on .title a,
.box-doctor .bd li.on .intro { color: #fff; }
/*.box-doctor .bd li.on:after { background: url(/content/main/base/img/leader-bj-on.png) no-repeat; -webkit-background-size: 100% auto; background-size: 100% auto; }*/


/* 文章内容页 -----------------------------------------*/
.subheading { font-size: 16px;}
.articleCon { text-align: left; padding: 2.5rem 3.75rem; background-color: #fff; }

/* .page-content .articleCon { float: left; width: 70%; margin-right: 2%;  } */

.printArea .title { font-size: 1.875rem; line-height: 1.5; text-align: center; margin-bottom: 1.875rem; word-wrap: break-word; font-weight: bold; }
.printArea .subTitle,
.printArea .subheading { font-size: 1.2rem; color: #777; text-align: center; margin-bottom: 20px;}
.printArea .property { font-size: 0.875rem; margin-bottom: 1.2rem; padding: 0 1rem; color: #777; background: #f8f8f8; position: relative;  height: 2.625rem; line-height: 2.625rem;}
.printArea .property:before,
.printArea .property:after { display: block; content: ''; width: 0.75rem; height: 2.625rem; background: url(/content/main/base/img/hw-3.png) no-repeat; position: absolute; top: 0; -webkit-background-size: auto 100%; background-size: auto 100%; }
.printArea .property:before { left: 0; }
.printArea .property:after { right: 0; transform: rotateY(180deg); }
.printArea .property>span { margin-right: 0.8rem;}
.printArea .property .shared,
.printArea .property .size { float: right; margin-top: 0.375rem; }
.printArea .property .size { margin-right: 0.3rem; }
.printArea .property .size a { display: inline-block; width: 2.5rem; height: 1.875rem; font-size: .875rem; text-align: center; background-color: #fff; line-height: 1.875rem; vertical-align: top; }

.printArea .property .iconfont { color: #999; }
.printArea .property .icon-b { font-size: 1.5rem; }
.printArea .property .icon-s { font-size: 1.25rem; }
.printArea .property .icon-shared { font-size: 1.5rem; }

.printArea .property .size a:hover .iconfont { color: #fff; }

.printArea .property .shared { position: relative; }
.printArea .property .shared>span { display: inline-block; width: 2.5rem; height: 1.875rem; font-size: .875rem; text-align: center; background-color: #fff; line-height: 1.875rem; vertical-align: top; cursor: pointer; }
.printArea .property .shared>span:hover .icon-shared  { color: #fff;}
.printArea .property .in-shared { position: absolute; top: 1.875rem; right: 0; width: 12rem;  display: none; background-color: #f5f5f5; padding: 0.5rem 1rem;}


.printArea .property .shared:hover .in-shared { display: block; }


.printArea .conTxt,
.printArea .conTxt *{box-sizing:content-box; }
.printArea .conTxt { color: #333; font-size: 1.125rem; line-height: 2; text-align: left; padding: 0 0 1rem 0; overflow: hidden; font-family: 'PingFang SC', "Microsoft YaHei", Arial, Helvetica, Tahoma, sans-serif; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}
.printArea .conTxt p {margin: 0 0 1rem; padding:0px; line-height: 2.25rem;  word-wrap: break-word; border: none; border-radius: 0; white-space:normal;}
.printArea .conTxt img { max-width: 100%; height: auto !important; border: 0; vertical-align: top}
.printArea .conTxt table{background-color: transparent; border-collapse: collapse; border-spacing: 0; text-align: left; }
.printArea .conTxt table td{padding: 0.4rem 1.8rem;}
.printArea .conTxt table td p{padding: 0 !important; margin: 0 !important; text-indent: 0 !important;}
.printArea .conTxt table p { margin: 0}
.printArea .conTxt a { color: blue; text-decoration: underline;}
.printArea .conTxt em { font-style: italic;}
.printArea .conTxt ul { padding-left: 2em; list-style: inherit;}
.printArea .conTxt ol { padding-left: 2em; list-style: decimal;}
.printArea .conTxt ul li { zoom: normal; list-style: inherit; text-indent: 0 !important;}
.printArea .conTxt ol li { zoom: normal; list-style: inherit; text-indent: 0 !important;}
.printArea .conTxt h1 { font-size: 2em; margin: .67em 0;}
.printArea .conTxt h2 { font-size: 1.5em; margin: .75em 0;}
.printArea .conTxt h3 { font-size: 1.17em; margin: .83em 0;}
.printArea .conTxt h5 { font-size: .83em; margin: 1.5em 0;}
.printArea .conTxt h6 { font-size: .75em; margin: 1.67em 0;}
.printArea .conTxt h1,
.printArea .conTxt h2,
.printArea .conTxt h3,
.printArea .conTxt h4,
.printArea .conTxt h5,
.printArea .conTxt h6,
.printArea .conTxt b,
.printArea .conTxt strong { font-weight: bolder;}
.printArea .conTxt .videoPlayer{text-indent: 0;}
.printArea .videoPlayer { text-align: center; margin: 1rem auto; }

.articleCon .page { padding: 0.625rem 0; text-align: center; overflow: hidden;}
.articleCon .others { margin-bottom: 1rem; line-height: 1.5rem;}
.articleCon .others .prev,
.articleCon .others .next { padding: 0.3rem 0; word-wrap: break-word}

/* 关闭 打印 */
.userControl { text-align: center; border-bottom: 1px solid #efefef; padding-bottom: 2rem; padding-top: 2rem; margin-bottom: 2rem;}
.userControl a { display: inline-block; margin: 0 0.5rem; line-height: 2.5rem; height: 2.5rem; border:1px solid #DADADA; border-radius: 2px; text-align: center; color: #999; padding: 0 1rem; background-color: #F3F3F3; transition: all 0.5s; }
.userControl i { display: inline-block; vertical-align: top; }

.userControl a:hover { color: #fff;  }


/* 最新信息 */
#side-news { overflow: hidden; background-color: #fff; padding: 1rem 2rem; }
#side-news .hd h3 { font-size: 1.375rem; padding: 1rem 0;}

/* 相关信息 */
#relativeInfo { border-bottom: 2px solid #f3f3f3;}
#relativeInfo .bd { padding: 10px 0 20px 0;}
#relativeInfo ul { overflow: hidden;}
#relativeInfo li { float: left; width: 50%; border-bottom: 0;}

/* 通用-单页 ------------------------------------------  */
.singlePage .articleCon { margin: 0; padding: 0;}
.singlePage .printArea .title { height: 48px; line-height: 48px; padding: 0 0 10px 0; margin-bottom: 20px; font-size: 30px; color: #333; border-bottom: 1px solid #ededed;}

/* 图片-列表页 ----------------------------------------- */
.picPageList { overflow: hidden; margin-right: -2%; font-size: 0; line-height: 0;}
.picPageList li { display: inline-block; *display: inline; width: 23%; margin: 0 2% 3% 0;}
.picPageList .pic { overflow: hidden;}
.picPageList .pic img { width: 100%; height: auto;}
.picPageList .title { padding: 10px 8px; overflow: hidden; height: 56px; line-height: 28px; font-size: 16px; color: #666;}
.picPageList .title a:hover { text-decoration: none;}
.picPageList .title a { color: #666;}
.picPageList li:hover { background-color: #fafafa;}

/* pic-page-list */
.row-pic-page { position: relative; overflow: hidden; background-color: #fff; padding: 1.25rem; }
.pic-page-list ul {  margin-bottom: 0.625rem; clear: both; position: relative; }
.pic-page-list li { width: 31%; height: 48.6%; position: relative;}


.pic-page-list ul:nth-child(1) li:nth-child(1),
.pic-page-list ul:nth-child(3) li:nth-child(1) { width: 68%; height: 36%; }
.pic-page-list ul:nth-child(1) li:nth-child(2),
.pic-page-list ul:nth-child(3) li:nth-child(2) { position: absolute; top: 0; right: 0; }
.pic-page-list ul:nth-child(1) li:nth-child(3),
.pic-page-list ul:nth-child(3) li:nth-child(3) { position: absolute; bottom: 0; right: 0; }

.pic-page-list ul:nth-child(2) li:nth-child(1),
.pic-page-list ul:nth-child(4) li:nth-child(1) { width: 68%; height: 36%; float: right; }
.pic-page-list ul:nth-child(2) li:nth-child(2),
.pic-page-list ul:nth-child(4) li:nth-child(2) { position: absolute; top: 0; left: 0; }
.pic-page-list ul:nth-child(2) li:nth-child(3),
.pic-page-list ul:nth-child(4) li:nth-child(3) { position: absolute; bottom: 0; left: 0; }



.pic-page-list .pic { width: 100%; height: 100%; overflow: hidden;}
.pic-page-list .pic img { display: block; width: 100%; height: 100%; background-color: #ddd; transition: all 0.5s;}
.pic-page-list .title {position:absolute;bottom:0;left:0;width:100%; padding: 0 5%; line-height:3rem; height: 3rem; text-align: center; color: #fff; background: linear-gradient( rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.7)); white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.pic-page-list .title a{ color:#fff}
.pic-page-list .pic:hover img { transform: scale(1.02); }

/* 图片-内容页 ----------------------------------------- */
.slide-wrap  { background-color: #fff; }
.current .swp-img img { max-width: 100% !important; display: block !important; margin: 0 auto; }
.swp-list-wrap { height: auto; }
.swp-list-wrap img { font-size: 0; }
.swp-tit h2, .swp-tit span { font-size: 1.75rem; }
.swp-tool { font-size: 0.875rem; }
.swp-hd { max-width: 100%; }

/* 视频-列表页 ----------------------------------------- */
.videoPageList { overflow: hidden; text-align: center; }
.videoPageList li { float: left; width: 48%; margin-bottom: 1.875rem; position: relative; padding: 1.75rem 2rem 1rem; transition: all 0.5s; background-color: #fff;  }
.videoPageList li:before { display: block; width: 8px; height: 100%; content: ''; position: absolute; left: 0; top: 0;  background: url(/content/main/base/img/hw-2.png) repeat-y; }
.videoPageList li:after { display: block; width: 8px; height: 100%; content: ''; position: absolute; right: 0; top: 0;  background: url(/content/main/base/img/hw-2.png) repeat-y; }
.videoPageList li:nth-child(2n) { float: right; }
.videoPageList .pic { width: 100%; height: 15.625rem; overflow: hidden; position: relative; }
.videoPageList .pic img { width: 100%; height: 100%; -webkit-transition: 400ms; -o-transition: 400ms; -moz-transition: 400ms; transition: 400ms; }
.videoPageList .pic:hover img { transform: scale(1.05, 1.05); -moz-transform: scale(1.05, 1.05); -webkit-transform: scale(1.05, 1.05); -o-transform: scale(1.05, 1.05);}
.videoPageList .pic a:after { display: block; content: "\e613"; font-family: "iconfont"; position: absolute; bottom: 0.8rem; left: 0.8rem; font-size: 2.5rem; color: #fff; }
.videoPageList .con { padding-top: 1rem; }
.videoPageList .title { overflow: hidden; padding: 0.5rem 0 0 1rem; line-height: 2.75rem; height: 2.75rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: left;}


.videoPageList .date { font-size: 1rem; color: #aaa; float: left; border-right: 1px solid #ddd; padding-right: 1rem;}
.videoPageList .date .d1 {  padding-bottom: 0.2rem;}
/* .videoPageList .date .d2 { font-size: 1.8rem;  } */
.videoPageList .date .d3 { display: block; line-height: 1.2rem; text-align: left; border-top: 1px solid #ddd; text-align: center; }
.videoPageList li.on { box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05); }
.videoPageList li.on .date { color: #fff; }
.videoPageList li.on .date .d2 { color: #fff; }
.videoPageList li.on .title a { color: #fff; }


/* 专题首页 -----------------------------------------*/
.spePageList { background-color: #fff; padding: 2rem ; }
.spePageList ul { grid-template-columns: repeat(3, 1fr); grid-gap: 1rem; gap: 1rem; display: grid;}

.spePageList .pic { width: 100%; display: block; overflow: hidden; }
.spePageList .pic img { width: 100%; height: auto; display: block; background-color: #f5f5f5; transition: all 0.5s; font-size: 0; }
.spePageList .pic:hover img { transform: scale(1.2); }
.spePageList .tit { background-color: #F2F3F9; position: absolute; display: none; bottom: 0; left: 10%; width: 90%; height: 3.75rem; line-height: 3.75rem; padding: 0 5%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

.spePageList-2 { background-color: #fff; padding: 2rem ; }
.spePageList-2 ul {  grid-template-columns: repeat(3, 1fr); grid-gap: 1rem; gap: 1rem; display: grid; }
.spePageList-2 .tit { text-align: center; transition: all 0.5s; letter-spacing: 0; background-color: #F2F3F9;  display: block;  line-height: 3.75rem; padding: 0 5%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.spePageList-2 .tit:hover { background-color: #007344; color: #fff; letter-spacing: 2px;}


/* 信息提示页 */
.Showms { background: #fff; padding: 3% 5%; overflow: hidden; max-width: 540px; margin: 30px auto;}
.Showms .top,
.Showms .bottom,
.Showms .Shadow { display: none;}
.Showms .MS { overflow: hidden; zoom: 1;}
.Showms .titWrong { color: #c00; border-bottom: 1px solid #ccc; padding: 5px 0; margin-bottom: 15px; font-size: 18px;}
.Showms .BUT { padding: 25px 0 15px 0;}
.Showms .BUT a { padding: 0 15px; height: 36px; line-height: 36px; display: inline-block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; margin-right: 15px; background: #eee; border: 1px solid #ccc; font-size: 14px; background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#eee)); background: -moz-linear-gradient(#FFFFFF, #eee); background: -ms-linear-gradient(#FFFFFF, #eee); background: -o-linear-gradient(#FFFFFF, #eee); background: linear-gradient(#FFFFFF, #eee);}
.Showms .BUT a:hover { color: #c00; border: 1px solid #aaa; text-decoration: none;}
.departmentSearch .searchBox { height: 60px; width: 100%;}
.departmentSearch .searchBox .hd { height: 36px; line-height: 36px; padding: 12px 0 12px 59px; float: left; font-size: 16px; color: #333; background: url(/content/main/petitionletter/img/petition-icons.png) 19px -151px no-repeat;}
.departmentSearch .searchBox .bd { height: 36px; width: 395px; float: right; padding: 12px 0px 0px 0px;}
.departmentSearch .searchBox .keyword { width: 200px; height: 24px; line-height: 24px; font-size: 14px; padding: 5px 0px 5px 15px; background: #fff; border: 1px solid #ccc; border-right: none; outline: none; float: left;}
.departmentSearch .searchBox .searchsubmit { width: 84px; height: 36px; line-height: 36px; font-size: 16px; color: #fff; text-align: center; background: #458adf; border: none; float: left; font-weight: bold;}
.departmentSearch { overflow: hidden; margin-bottom: 10px;}
.departments { height: 36px; width: 100px; line-height: 32px; border: 1px solid #ddd; font-size: 14px; font-family: "microsoft yahei", 'PingFang SC'; outline: none; float: left; margin-right: 5px;}

/*教育平台*/
.platformList { border-top: 1px solid #ddd; border-left: 1px solid #ddd; overflow: hidden; margin-left: -1px; margin-top: 20px; background: #f9f9f9}
.platformList li { float: left; width: 20%; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; margin-left: -1px;; text-align: center; padding: 40px 0 0; height: 150px;}
.platformList li .title { line-height: 50px; font-size: 16px;}
.platformList li .pic img { -webkit-transition: 200ms; -o-transition: 200ms; -moz-transition: 200ms; transition: 200ms;}
.platformList li .pic:hover img { transform: scale(-1.2, 1.2);}

/*点赞与收藏*/
.likes-group { overflow: hidden; text-align: center; margin-bottom: 50px; height: 110px;}
.likes-group li { width: 60px; border-radius: 30px; height: 60px; background: #f0f0f0; display: inline-block;}
.likes-group a { font-size: 12px; padding-top: 28px; display: inline-block; transition: 0ms;}
.likes-group .Likes { background: url(/content/main/base/img/btnicon.png) no-repeat 4px -103px;}
.likes-group .Collection { background: url(/content/main/base/img/btnicon.png) no-repeat 4px -45px;}
.likes-group .addLikes { background: url(/content/main/base/img/btnicon.png) no-repeat 10px -346px;}
.likes-group .addCollection { background: url(/content/main/base/img/btnicon.png) no-repeat 15px -288px;}

/* 人才招聘 */
.recruitHomePage .pageBanner{height:300px; background:url(/content/main/base/img/recruitbanner.jpg) 50% 0px no-repeat}
.recruitLinks .pic{margin-bottom:20px;}
.recruitLinks .pic img{width:100%; height:auto;}
.recruitLinks .links{overflow:hidden; display:block; margin-right:-27px;}
.recruitLinks .links li{width:280px; float:left; margin-right:26px;}
.recruitLinks .links li a{display:block; height:130px; background:url(/content/main/base/img/recruit-btn-1.png) 0px 0px no-repeat; text-align:center; color:#fff; padding-top:50px;}
.recruitLinks .links li a .cn{display:block; font-size:24px; height:38px; line-height:38px; margin-bottom:10px; }
.recruitLinks .links li a .en{font-size:16px; line-height:26px; }
.recruitLinks .links li.li2 a{background-image:url(/content/main/base/img/recruit-btn-2.png)}
.recruitLinks .links li.li3 a{background-image:url(/content/main/base/img/recruit-btn-3.png)}
.recruitLinks .links li.li4 a{background-image:url(/content/main/base/img/recruit-btn-4.png)}

@media (max-width:1600px) {
    .pageTPList li { margin-bottom: 1rem;}
    .pageTPList .con { padding-right: 5rem;}
}

@media (max-width:1400px) {

    .box-doctor .bd li { width: 23%; }

    .box-leader { padding: 2rem; }
    
    .pageTPList li {}
    .pageTPList .pic { width: 12rem; margin-right: 1rem;}
    .pageTPList .date { right: 1rem;}

    .page-content .articleCon { width: 100%; }
    .articleCon { padding: 2.5rem; }
}
@media (max-width:1280px) {
    .page-news { margin: 1rem 0; }
    .pageBoxLoop .box-primary { margin-bottom: 1rem; }

    .box-doctor { padding: 1rem 1.5rem;}
    .box-doctor .hd,.box-doctor .bd li { margin-bottom: 1rem; }
}

@media (min-width:1280px) {
	.spePageList-2 { min-height: 300px;}
}

@media (max-width:1200px) {
    .box-leader { padding-bottom: 1rem; }
    .box-doctor .bd li { width: 31.3%; }
    .pageTPList .title { font-size: 1.25rem;}
    .pageTPList .intro { font-size: 1rem;}
    .page-news { margin-top: 0;}
    .page-news .intro { font-size: 1rem;}
    .pageBoxLoop .box-primary { padding-left: 0.5rem; padding-right: 0.5rem;}
    .box-doctor .bd .intro { font-size: 1rem;}
    
    .newsList li { font-size: 1.125rem;}
    .printArea .property { height: auto; text-align: center;  font-size: 1rem; line-height: 2rem; padding: 1rem; }
    .printArea .property:before, .printArea .property:after { display: none; }
    .printArea .property .size { float: none; display: block; }
    .printArea .property span { white-space: nowrap; }
    .printArea .property .shared { display: none; }

    .pageTPList .on,.newsList li.on { transform: translateX(0); }

}
@media (max-width:992px) {
    .swp-list-wrap { display: none; }


    .page-news li { width: 100%; float: none; }
    .page-news li.first { margin-bottom: 1rem; }
    .pageBoxLoop .box-primary { width: 100%; }
    .pageBoxLoop .box-primary .bd { height: auto; }

    .box-doctor { padding: 1rem 1rem 0; }
    .box-doctor .hd { margin-bottom: 1rem; }

    .box-org { padding: 1rem 1rem 1rem 1.5rem; margin-bottom: 1rem;}
    .box-org .bd ul {grid-template-columns: repeat(2, 1fr);}

    .swpt-tip { display: none; }
    .box-leader { padding: 1rem; }
    .videoPageList li { margin-bottom: 1rem; width: 49%; padding: 1rem 1rem 1rem 1.75rem;}
    .videoPageList .title { font-size: 1.125rem;}
    .videoPageList .date { padding-right: 0.5rem; padding-left: 0.5rem;}
    .leader-detail { float: none; margin: 0 auto; }
    .leader-about { padding: 0 ; background: none; }
    .leader-list li { float: none; width: 100%; margin-bottom: 1rem; }
    .leader-list .title .subhead { font-size: 1.125rem; }
    .leader-list .intro { font-size: 1rem;}

    .videoPageList .pic { height: 12rem; }

    .articleCon  { padding: 1rem 1.5rem;}
    .printArea .title { margin-bottom: 1rem; font-size: 1.5rem;} 
    .userControl { padding: 1rem 0; }

}

@media (max-width:820px) {
    .slide-wrap { padding: 2rem; }
}

@media (max-width:768px) {
    .newsList li { height: auto; padding: 0.5rem 0.8rem; margin-bottom: 1px;}
    .newsList li a { padding-left: 0; display: block;  font-size: 1.2rem;  overflow: hidden;  white-space: nowrap; text-overflow: ellipsis; height: 2.5rem; line-height: 2.5rem; }
    .newsList .date { display: block; margin-right: 0; border-right: none; margin-top: 0.5rem; font-size: 1.125rem; color: #999;}
    .newsList .date:before { content: '\E61D'; font-family: "iconfont"; font-size: 1.3rem; display: inline-block; vertical-align: bottom; margin-right: 0.4rem; }

    .page-news .con { padding: 1rem 1rem 1.5rem;}
    .leader-list .title a { font-size: 1.35rem;}
    .box-doctor .bd li { width: 48%; }
    .box-doctor .bd .intro,.box-doctor .bd .title { font-size: 1.125rem;}
    .leader-about,.leader-detail .leader-title span,.printArea .conTxt { font-size: 1.2rem;}
    #header { position:relative; }
    .header::after { background: #fff; box-shadow: 0px 2px 5px rgb(0 0 0 / 10%); height: 100%; }
    .header .navbar-dark .navbar-nav .nav-link { color: #555;}
    .header .navbar-panel li > a { color: #555;}
    .header .navbar-panel li > a:hover { color: #018347;}
    .header .navbar-brand img.logo-2 { display: block;}
    .header .navbar-brand img.logo-1 { display: none;}
    .header .order-md-1 .btn-nav { background-color: #007344;  }
    .header .order-md-1 .btn-nav .icon-menu { color: #fff;}
    .articleCon .others{ font-size:1.125rem; }
    .articleCon .others .prev, .articleCon .others .next { padding-top: 0.5rem; padding-bottom:0.5rem; }
    .infoListA li { font-size: 1rem; }
    .infoListA .dateRight { font-size: 1rem; }
    .box-primary .infoList li { font-size: 1.2rem; line-height: 3rem; height: 3rem;}
    .box-primary .infoList li .date { font-size: 1rem;}
    .pageTPList li { margin-bottom: 2px;}
	
    .row-pic-page { padding:0.5rem; }
	.spePageList ul,.spePageList-2 ul { grid-template-columns: repeat(2, 1fr); }
    
    .box-org .bd li { font-size: 1.125rem; }

    .property .size { position: fixed; right: 1%; top: 20%;}
    .printArea .property .size a { display:block; margin-bottom: 0.5rem; background-color: rgba(0,0,0,.5); color: #fff; border-radius: 4px; width: 3rem; height: 2.25rem; line-height: 2.25rem; }
    .printArea .property .iconfont { color: #fff; }

}


@media (max-width:640px) {

    .videoPageList .date .d2 { font-size: 1rem; }
    .videoPageList li { padding: 1rem 1rem 1rem 1.5rem; }
    .page-news .pic img { height: 20rem;}
    .box-org .bd ul {grid-template-columns: repeat(1, 1fr);}

    .articleCon { padding: 1rem; }
    .videoPageList .title { font-size: 1.2rem; }

    .box-doctor { padding: 0.5rem 0.5rem 0; }
    .box-doctor .hd { margin-bottom: 0; }
    .box-doctor .bd li { margin-bottom: 0.5rem; }

}

@media (max-width:480px) {
    .videoPageList li { width: 100%; margin-right: 0; }
    .videoPageList .pic { height: 15rem; }
    .pageTPList .pic { width: 8rem;}
    .pageTPList .con { padding-right: 0;}
    .pageTPList .date { display: none;}
    .pageTPList .title { margin-bottom: 0.2rem;}
    .leader-list li {  padding: 1rem;}
}

@media (max-width:375px) {
    .box-doctor .bd li { width: 100% }
    .box-doctor .bd li.last { margin-bottom: 0; }
	.spePageList ul,.spePageList-2 ul { grid-template-columns: repeat(1, 1fr); }
    .page-news .pic img { height: 15rem;}
}