* {
  margin: 0px;
  padding: 0px;
}
body {
  background-image: url(style_res/header-bg.png);
  background-repeat: no-repeat;
  background-size: contain; /*背景图片大小自适应*/
}
/*顶部时间 */
.header-text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(180deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 11px;
}
.header-content {
  width: 1249px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
}
.date-show {
  padding-right: 10px;
  color: rgba(112, 112, 112, 1);
}
.head-nav {
  padding-right: 10px;
  color: rgba(112, 112, 112, 1);
}
.right-set {
  float: right;
}
.text-left-date {
  float: left;
}
/* 中间主要内容 */
.main-body {
  width: 100%;
  height: auto;
  background-repeat: no-repeat; /*不平埔*/
}
.header-container {
  width: 1280px;
  height: 161px;
  background: url('style_res/header-log-right.png') no-repeat right bottom; 
}
.middle-search {
  margin-left: 164px;
  width: 225px;
  position: relative;
}
.search-input {
  width: 225px;
  height: 36px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding-left: 5px;
  font-size: 16px;
}
.search-icon {
  position: absolute;
  top: 4px;
  right: -4px;
}
/* 头部下面导航条 */
.nav-container {
  width: 1280px;
  height: 50px;
  background: rgba(29, 167, 209, 1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.nav-ul-item {
  position: relative;
  width: 141.2px;
  height: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.65);
  float: left;
}
.nav-font {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
}
/* nav 子菜单悬停时a标签颜色 */
.nav-child-font {
  color: rgba(195, 216, 235, 1);
  font-size: 17px;
}
/* 第一个左上边框圆角， */
.nav-ul-item:first-child {
  letter-spacing: 8px;
  border-top-left-radius: 8px;
}
/* 最后一个右上边框圆角 */
.nav-ul-item:last-child {
  border-top-right-radius: 8px;
  border: none;
}
/* nav菜单鼠标悬停时的字重 */
.nav-container a:hover {
  font-weight: 600;
}
/* nav菜单鼠标悬停时的颜色 */
.nav-hover-active {
  background: rgba(15, 97, 168, 1);
}
.nav-ul-item:hover {
  background: rgba(15, 97, 168, 1);
}
/* nav菜单悬停时其下的div显示 */
.nav-ul-item:hover > div {
  display: block;
}
/* 子菜单悬停时a标签颜色 */
.nav-child-item:hover > a {
  color: rgba(255, 255, 255, 1);
}
/* 子菜单样式，默认隐藏 */
.nav-child {
  position: absolute;
  display: none;
  top: 50px;
  width: 141px;
  background: rgba(15, 97, 168, 1);
  z-index: 100;
  text-align: center;
}
.nav-child-active {
  display: block;
}
.nav-child-item {
  width: 141px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
/*二级页面的主导航样式微调*/
.sub_page .nav-container {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.sub_page .nav-container .nav-ul-item:first-child {
  border-bottom-left-radius: 8px;
}
.sub_page .nav-container .nav-ul-item:last-child {
  border-bottom-right-radius: 8px;
}
/* 主要板块分类内容 */
.container-catetory-wrap {
  width: 1200px;
  height: auto;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  padding: 40px;
}
.category-list {}
.list-item {
  width: 380px;
  height: auto;
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
}
.l_column3 {
  margin-right: 0px;
}
/* 后三个不需要下边距 */
.category-list:nth-child(3 + n) {
  /* margin-top: 35px; */
  /*margin-bottom: 0px;*/
  /* background: red; */
}
.left-swiper {
  width: 380px;
  height: 277px;
}
.list-item.left-swiper img {
  width: 380px;
  height: 277px;
}
/* swiper分页器样式*/
.swiper-pagination {
  width: 380px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 0px !important;
  width: 100%;
  text-align: right !important;
  /*background-color: rgba(0, 0, 0, 0.3);*/
}

.title-swiper {
  z-index: 25;
  position: absolute;
  bottom: 0px !important;
  width: auto;
  height: 40px;
  line-height: 40px;
  left: 10px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
}
.swiper-pagination-bullet-active {
  background: rgba(242, 34, 83, 1) !important;
}
.swiper-pagination-bullet {}
/*医院动态等5个模块的样式*/
.category-title {
  width: 380px;
  height: 34px;
  border-bottom: 1px solid rgba(207, 207, 207, 1);
  position: relative;
  margin-bottom: 19px;
}
.category-title::before {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: '';
  width: 111px;
  height: 2px;
  background: rgba(15, 97, 168, 1);
}
.category-font {
  color: rgba(15, 97, 168, 1);
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 18px;
}
.cateroty-icon {
  vertical-align: -4px;
  margin-right: 5px;
}
.more-info {
  position: absolute;
  right: 0;
  top: 0;
}
.more-font {
  color: rgba(45, 148, 237, 1);
  font-size: 16px;
}
.list-info {
  height: 16px;
  line-height: 16px;
  margin-bottom: 19px;
}
.content-title {
  display: inline-block;
  width: 276px;
  height: 21px;
  text-overflow: ellipsis;
}
.content-title > a:hover {
  color: rgba(219, 76, 109, 1);
}
.title-font {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
    line-height: 26px;
}
.content-date {
  color: rgba(189, 189, 189, 1);
  font-size: 14px;
  float: right;
}
/* 中部背景图片 */
.thematic_map {
  width: 1200px;
  height: 280px;
  position: relative;
  top: -30px;
}
.thematic_map img {
  width: 100%;
  height: auto;
}
/* 友情链接 */
.links-friend {
  width: 1200px;
  height: 200px;
  background: rgba(227, 244, 252, 1);
  border-radius: 8px;
  margin: 12px auto 20px auto;
}
.left-link {
  float: left;
}
.link-title {
  margin-top: 30px;
  margin-left: 40px;
  color: rgba(15, 97, 168, 1);
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
.links-img-list {
  width: 540px;
  margin-top: 28px;
  margin-left: 42px;
}
.img-item img {
  width: 254px;
  height:45px;
  float: left;
  margin-right: 16px;
  margin-bottom: 10px;
}
.middle-link {
  float: left;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 35px;
  width: 0px;
  height: 140px;
  border: 1px solid rgba(154, 196, 217, 1);
}
.right-connect {
  float: left;
}
.links-connect-list {
  /* width: 500px; */
  margin-top: 28px;
  margin-left: 40px;
  /* background: red; */
}
.connect-item {
  margin-bottom: 11px;
}
.connect-font {
  color: rgba(15, 97, 168, 1);
  font-size: 15px;
 /* line-height: 26px;*/
}
.connect-text {
  padding-left: 16px;
}
.connect-line {
  padding-left: 8px;
  padding-right: 8px;
}
/* 公共底部开始 */
.common-footer {
  width: 100%;
  height: 156px;
  margin-top: 40px;
  background: rgba(8, 60, 105, 1);
  /* display: inline-block;*/
}
.footer-wrap {
  width: 1130px;
  height: 100%;
  overflow: hidden;
}
.copy-right {
  float: left;
  margin-top: 44px;
  width: 474px;
}
.copy-right > span {
  height: 68px;
  color: rgb(224, 223, 235);
  font-size: 14px;
  line-height: 32px;
  padding-right: 5px;
}
.copy-righ-bottom {
  font-size: 14px;
  line-height: 32px;
  padding-right: 5px;
  color: rgb(224, 223, 235);
}
.right-icon-btn {
  margin-top: 44px;
  float: right;
}
/* 列表页样式开始 */
.main-content-warp {
  width: 1280px;
  /* min-height: 800px; */
  height: auto;
  margin: 0 auto;
  margin-top: 29px;
}
.left-categoty-box {
  /* float: left; */
  margin-right: 65px;
  width: 270px;
  height: fit-content;
  mix-blend-mode: normal;
  padding-bottom: 60px;
}
.right-list-box {
  /* float: left; */
  width: 940px;
  min-height: 400px;
}
.head-box {
  width: 100%;
  height: 86px;
  line-height: 86px;
  border-bottom: 8px solid rgba(15, 97, 168, 1);
}
.head-box > span > a {
  color: rgba(15, 97, 168, 1);
  letter-spacing: 1px;
  font-size: 28px;
  font-weight: 600;
  padding-left: 45px;
}
.box-item {
  width: 195px;
  line-height: 72px;
  margin-left: 37px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: url(https://www.guet.edu.cn/hospital/images/arrow-right.png) no-repeat right center;
}
.box-item > a {
  width: 180px;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 1px;
  font-size: 20px;
  padding-left: 10px;
}
.box-item > a:hover, .box-item > a:focus {
  color: rgba(219, 76, 109, 1) !important;
  font-weight: bold;
}
.right-box-head {
  height: 82px;
  border-bottom: 2px solid rgba(207, 207, 207, 0.75);
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 10px;
  background: url(style_res/title_Decoration.png) no-repeat left bottom;
}
.right-box-head::before {
  /* position: absolute;
  left: 0;
  bottom: 0px;
  content: '';
  width: 216px;
  height: 8px;
  background: rgba(15, 97, 168, 1);*/
}
.right-box-head > span {
  color: rgba(15, 97, 168, 1);
  letter-spacing: 1px;
  font-size: 28px;
  font-weight: 600;
  line-height: 82px;
  padding-left: 48px;
}
.list-data {
  height: auto;
  min-height: 400px;
}
.list-data-item {
  margin: 0px 60px 0 60px;
  width: 820px;
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid rgba(196, 196, 196, 0.5);
  font-size: 18px;
}
.list-data-item > a :hover {
  color: rgba(219, 76, 109, 1) !important;
}
.list-data-item img {
  vertical-align: middle;
  margin-right: 5px;
}
.list-data-item > a {
  display: block;
  color: rgba(0, 0, 0, 0.65);
  height: 58px;
  line-height: 58px;
}
.list-data-item > a > p {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 680px;
}
.list-data-item > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.list-pagination {
  margin-top: 45px;
  margin-bottom: 80px;
  width: 100%;
  height: 32px;
  /* background: yellow; */
  /* text-align: center; */
}
/* 底部设计稿分页样式 */
.pagination-box {
  display: inline-block;
}
.pagination-box ul li {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  text-align: center;
  font-size: 14px;
}
.pagination-box ul li a {
  color: #000000;
}
.pagination-box-active {
  background: rgba(30, 113, 186, 1) !important;
}
.pagination-box-active > a {
  color: rgba(255, 255, 255, 1) !important;
}
.list-pagin-ul {
  margin: 0 !important;
}
/* 详情页样式开始 */
.main-content-detail-warp {
  width: 1280px;
  min-height: 500px;
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 80px;
}
.head-text-current {
  height: 49px;
  line-height: 49px;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}
.current-text {
  margin-left: 45px;
}
.current-text span {
  color: rgba(128, 128, 128, 1);
  font-size: 14px;
}
.detail-head-title {
  width: 831px;
  margin: 0 auto;
  margin-top: 45px;
  color: rgba(56, 56, 56, 1);
  letter-spacing: 2px;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 52px;
}
.detail-time {
  margin-top: 24px;
}
.detail-time > span {
  color: rgba(128, 128, 128, 1);
  font-size: 16px;
  padding-right: 18px;
}
.detail-content-main {
  width: 1100px;
  margin: 0 auto;
  min-height: 300px;
  text-align: center;
  /* background: red; */
}
.detail-content-main > p {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  line-height: 34px;
  text-indent: 2em;
  text-align: left;
}
.detail-content-main > img {
  display: inline-block;
  margin-top: 34px;
}
.pre-deteil-link {
  margin-top: 72px;
  width: 709px;
  height: 80px;
  margin-left: 87px;
  margin-bottom: 80px;
}
.pre-deteil-link > a {
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: rgba(0, 0, 0, 1);
}
.close-link {
   margin-right: 100px;
}
/* 搜索页样式开始 */
.search-content-wrap {
  width: 1280px;
}
.search-list-item {
  width: 1115px;
  margin: 0 auto;
  font-size: 18px;
}
.search-list-item > a {
  width: 1115px;
  height: 58px;
}
.search-list-item > a > p {
  margin-left: 10px;
  width: 925px;
}
.search-list-item > a > p span {
    font-size: inherit;
    font-family: sans-serif;
    font-weight: 500;
    color: rgba(219, 76, 109, 1);
}
.search-list-item > a > span {
  display: inline-block;
  position: relative;
  right: 0px;
}
/* 列表页详情介绍开始 */
.text-detail {
  width: 761px;
  height: 832px;
  margin: 0 auto;
  margin-top: 45px;
}
.text-detail > p {
  text-indent: 2em;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 32px;
}




.possplit {background: none;width: auto;text-align: center;text-indent: 0px;padding: 0 5px;color: #333 !important;}
.xlwz {padding:20px; margin-left:67px;}
.current-text a {color:rgba(128, 128, 128, 1) !important;}
.xlwz a {    color: #000 !important;}
.wp_paging {padding:50px;}

.wp_entry {
    width: 100%;
    line-height: 1.7em;
    font-size: 13px;
    color: #333;
    overflow: hidden;
    width: 761px;
    height: 832px;
    margin: 0 auto;
    margin-top: 45px;
}
.wp_articlecontent {text-align: left;
    line-height: 32px;
    font-size: 14px;
}
.menu ul .nli span a.selected, .menu ul .nli.on span a {
    background: #0067b5;
    color: #fff;
}







