* {
  margin: 0;
  padding: 0;
  outline: none;
  list-style: none;
}

a {
  text-decoration: none;
}
.body_header {
  width: 100%;
  min-width: 1265px;
}
.body_con{
  min-width: 1265px;
}
/* 头部背景框 */
.bgcolor {
  width: 100%;
  height: 30px;
  background:url(../image/public/top_bj_dj.png);
}

/* 头部logo一排 */
.body_header {
  width: 1263px;
  height: 96px;
  margin: 10px auto 0;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}

.body_header .One_logo {
  width: 427px;
  height: 96px;
}
.body_header .One_logo img {
  width: 427px;
  height: 96px;
}
.Two_logo {
  width: 111px;
  height: 61px;
  margin: 22px 0 0 36px;
}
.Three_logo {
  min-width: 260px;
  height: 55px;
  margin: 18px 0 0 42px;
  position: relative;
}
.Three_logo span {
  position: absolute;
  top: -2px;
  left: 63px;
  font-size: 15px;
  color: #4c4c4c;
}
.Three_logo img {
  width: 52px;
  height: 54px;
}
.Three_logo p {
  position: absolute;
  bottom: -2px;
  left: 64px;
  font-size: 26px;
  color: #c20e1b;
}
.Four_search {
  width: 297px;
  height: 42px;
  margin: 26px 21px 0 16px;
  border: 1px solid #c20e1b;
  position: relative;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
}
.Four_search .search_input{
  width: 217px;
  height: 42px;
  font-size: 16px;
  padding-left: 20px;
  border: none;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
input::-webkit-input-placeholder {
  color: #a8a8a8;
  font-size: 16px;
}
.Four_search .form_submit {
  width: 54px;
  height: 42px;
  border: none;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #c20e1b !important;
  cursor: pointer;
}
.searchList p{
  display: none;
}
.Four_search img {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 7px;
  right: 15px;
}
.Five_rukou {
  width: 59px;
  height: 45px;
  margin-top: 23px;
}
.Five_rukou span {
  font-size: 16px;
  color: #c20e1b;
}
.Five_rukou img {
  margin: 13px 0 0 34px;
  width: 22px;
  height: 16px;
}
/* 导航栏 */
.navigation_bar {
  width: 1263px;
  height: 55px;
  margin: 0 auto;
  margin-top: 23px;
}
.navigation_bar li {
  float: left;
  line-height: 45px;
  width: 72px;
  margin-left: 45px;
  text-align: center;
  height: 80px;
}
.navigation_bar li:first-child {
  margin-left: 19px;
}

.navigation_bar li>a {
  font-size: 18px;
  color: #4c4c4c;
}

.navigation_bar .nav_bars > li:hover {
  border-top: 4px solid #c20e1b;
  margin-top: -4px;
}
.first_bar{
  display: none;
  margin-left: -5px;
  height: 65px;
  width: 100% !important;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 214px;
  z-index: 9;
}

.first_bar > li{
  float: left;
  width: 80px;
  font-size: 16px;
  line-height: 65px;
  margin: 0 5px;
}
.navigation_bar ul li > ul li a {
  color: #fff;
  font-size: 16px;
}
.navigation_bar ul li > ul li a:hover {
  color: #c20e1b;
}
@keyframes animate1 {
  from {
    height: 0px;
  }
  to {
    height: 65px;
    color: #fff;
  }
}
@keyframes animate2 {
  from {
    margin-top: -10px;
  }
  to {
    margin-top: 0;
  }
}

.navigation_bar .nav_bars > .first_barb[on=true]{
  border-top: 4px solid #c20e1b;
  margin-top: -4px;
}
.navigation_bar .nav_bars > .first_barb[on=true] >a{
  color: #c20e1b;
}
.navigation_bar .nav_bars > .first_barb:hover>a{
  color: #c20e1b;
}
.navigation_bar .nav_bars > .first_barb:hover .first_bar {
  display: block;
  padding-left: 450px;
  animation-name: animate1;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}
.navigation_bar .nav_bars > .first_barb:hover .first_bar li{
  animation-name: animate2;
  animation-duration:0.5s;
  animation-timing-function: linear;
}
.navigation_bar .nav_bars > .first_barb:nth-child(1):hover .first_bar{
  display: none;
}
.navigation_bar .nav_bars > .first_barb:nth-child(6):hover .first_bar{
  display: none;
}
.navigation_bar .nav_bars > .first_barb:nth-child(3):hover .first_bar {
  display: block;
  padding-left: 560px;
  animation-name: animate1;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}
.navigation_bar .nav_bars > .first_barb:nth-child(3):hover .first_barb li{
  animation-name: animate2;
  animation-duration:0.5s;
  animation-timing-function: linear;
}
.navigation_bar .nav_bars > .first_barb:nth-child(4):hover .first_bar {
  display: block;
  padding-left: 675px;
  animation-name: animate1;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}
.navigation_bar .nav_bars > .first_barb:nth-child(4):hover .first_bar li{
  animation-name: animate2;
  animation-duration:0.5s;
  animation-timing-function: linear;
}
.navigation_bar .nav_bars > .first_barb:nth-child(5):hover .first_bar {
  display: block;
  padding-left: 785px;
  animation-name: animate1;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}
.navigation_bar .nav_bars > .first_barb:nth-child(5):hover .first_bar li{
  animation-name: animate2;
  animation-duration:0.5s;
  animation-timing-function: linear;
}
.navigation_bar .nav_bars > .first_barb:nth-child(7):hover .first_bar {
  display: block;
  padding-left: 1010px;
  animation-name: animate1;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}
.navigation_bar .nav_bars > .first_barb:nth-child(7):hover .first_bar li{
  animation-name: animate2;
  animation-duration:0.5s;
  animation-timing-function: linear;
}
.navigation_bar .nav_bars > .first_barb:nth-child(8):hover .first_bar {
  display: block;
  padding-left: 1120px;
  animation-name: animate1;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}
.navigation_bar .nav_bars > .first_barb:nth-child(8):hover .first_bar li{
  animation-name: animate2;
  animation-duration:0.5s;
  animation-timing-function: linear;
}
.navigation_bar .nav_bars > .first_barb:nth-child(9):hover .first_bar {
  display: block;
  padding-left: 1100px;
  animation-name: animate1;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}
.navigation_bar .nav_bars > .first_barb:nth-child(9):hover .first_bar li{
  animation-name: animate2;
  animation-duration:0.5s;
  animation-timing-function: linear;
}
.navigation_bar .nav_bars > .first_barb:nth-child(10):hover .first_bar {
  display: block;
  padding-left: 1165px;
  animation-name: animate1;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}
.navigation_bar .nav_bars > .first_barb:nth-child(10):hover .first_bar li{
  animation-name: animate2;
  animation-duration:0.5s;
  animation-timing-function: linear;
}
.navigation_bar .nav_bars > .first_barb:nth-child(11):hover .first_bar {
  display: block;
  padding-left: 1277px;
  animation-name: animate1;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}
.navigation_bar .nav_bars > .first_barb:nth-child(11):hover .first_bar li{
  animation-name: animate2;
  animation-duration:0.5s;
  animation-timing-function: linear;
}
/* 版心内容 */
.tuwen_list {
  width: 1200px;
  margin: 0 auto;
}
.tuwen_list ul li {
  height: 247px;
  margin-top: 46px;
  display: flex;
}
.tuwen_list ul li:first-child{
  margin-top: 7px;
}
.tuwen_list ul li .article_img {
  width: 329px;
  height: 247px;
}
.tuwen_list ul li .article_img img {
  width: 100%;
  height: 100%;
}
.tuwen_list ul li .article_list_div {
  width: 871px;
  height:247px;
  background: #fafafa;
}
.tuwen_list ul li .article_list_div .article_list_top{
width: 760px;
height: 95px;
border-bottom: 1px solid #e5e5e5;
margin-left: 39px;
padding-top: 10px;
}
.tuwen_list ul li .article_list_div .article_list_top a{
  display: block;
  font-size: 18px;
  color: #4c4c4c;
line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tuwen_list ul li .article_list_div .article_list_top span{
  font-size: 16px;
  color: #999;
}
/* .tuwen_list ul li .article_list_top:hover a{
  color: #60a731;
}
.tuwen_list ul li .article_list_top:hover span{
  color: #60a731;
} */

.tuwen_list ul li .article_list_div .article_list_bottom{
  height: 130px;
  width: 760px;
left: 40px;
position: relative;
overflow:hidden;
}
.tuwen_list ul li .article_list_div .article_list_bottom p{
  height: 65px;
  line-height: 30px;
  margin-top: 30px;
  font-size: 16px;
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tuwen_list ul li .article_list_div .article_list_bottom a{
  font-size: 16px;
  color: #999;
  position: absolute;
  right: 0;
}
.tuwen_list ul li .article_list_top a:hover  .article_list_bottom a{
  color: #579531;
}
.tuwen_list ul li .article_list_div .article_list_bottom a img{
  position: absolute;
  right: -35px;
  top: 5px;
}
/*分页码*/
.pc_page{
  min-width:50px;
  margin: 77px auto 0;
  text-align: center;

}
.pc_page>span{
  display: inline-block;
  width: 55px;
  height:43px;
  line-height: 43px;
  background-color: #af0608;
  margin: 0 5px;
}
.pc_page>a{
  display: inline-block;
  width: 55px;
  height:43px;
  line-height: 43px;
  background-color: #af0608;
  margin: 0 5px;
  font-size: 16px;
  color: #fff;
}
.pc_page .current{
  color: #4c4c4c;
  background-color: #fff;
  border: 1px solid #bfbfbf;
}
.pc_page .next{
  margin: 0 2px;
}

/* 侧边导航栏 */
.body_con .body_cebainlan {
  position: fixed !important;
  top: 270px;
  right: 25px;
  z-index: 9;
  background-color: #fff;
  box-shadow: 0px 5px 10px #dededa;

}
.body_cebainlan ul li {
  width: 100px;
  height: 92px;
}
.body_cebainlan ul li img{
  width: 100%;
}
.body_cebainlan ul li:first-child a {
  height: 77px;
  line-height: 77px;
  margin-top: -4px;
}

.body_cebainlan ul li a {
  height: 82px;
  width: 100px;
  display: inline-block;
  font-size: 18px;
  color: #4c4c4c;
  line-height: 82px;
  text-align: center;
  margin-top: -3px;
}

.body_cebainlan ul li:nth-child(6) a {
  height: 76px;
  line-height: 76px;
}

.body_cebainlan ul li:nth-child(5) .weweima_img{
  position: absolute;
  top: 376px;
  right: 110px;
  width: 115px;
  height: 115px;
  transition: all 0.3s linear;
  display: none;
}
.last_img {
  display: none;
}
.body_cebainlan ul li:nth-child(5):hover .weweima_img {
  display: block;
}

.last_img a{
  height: 50px !important;
  margin-top: 0px !important;
}

.last_img a img {
  width: 39px !important;
  height: 33px;
  margin-top: 20px;
}
.body_cebainlan ul li a:hover {
  background-color: #559635;
  color: #fff;
}
.body_cebainlan ul .last_img a:hover {
  background-color: #fff;
}
/* 版心导航 */
.body_div_con .hospital_situation_bj{
  width: 100%;
  height: 320px;

}
.body_div_con .hospital_situation_bj .fengexian{
  background-color: #c20e1b;
  width: 100%;
  height: 5px;
}
.body_div_con .hospital_situation_bj div{
  width: 100%;
  height: 100%;
  background-color: rgba(190, 190, 190, 0.3)
}
.body_div_con .hospital_situation_bj div .title_nav{
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
  color: #f8f8f8;
  line-height: 220px;
}
.body_div_con .hospital_situation_bj div .title_nav span:first-child{
  font-size: 28px;
  color: #f8f8f8;
  margin-right: 15px;
}
.body_div_con .hospital_situation_bj div .title_nav span:last-child{
  font-size: 26px;
  color: #f8f8f8;
  margin-left: 15px;
}
.hospital_situation{
  width: 1200px;
  margin: 0 auto;
}
.hospital_situation .nav{
  width: 1200px;
  height: 70px;
  background-color: #f9f9f9;
  position: relative;
  top: -37px;
}
.hospital_situation .nav ul{
  display: block;
 min-width:100px;
  height: 70px;
 position: absolute;

 left: 50%;
 transform: translateX(-50%);
}
.hospital_situation .nav ul li{
  float: left;
  min-width: 80px;
  text-align: center;
  line-height: 70px;
  margin: 0 15px;
}
.hospital_situation .nav ul li[on=true] a{
  color: #af0608;
}
.hospital_situation .nav ul li a{
  font-size: 18px;
  color: #4c4c4c;
}
.hospital_situation .nav ul li a:hover{
  color: #af0608;
}
/*底部信息*/
.footer_xian{
  width: 100%;
  height: 25px;
  background:url(../image/public/footer_bj_dj.png);
  margin-top: 50px;

}
.footer_message_center{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer_message{
  background: url(../image/public/footer_message_photo.png);
  height:360px;
  width: 100%;
  overflow: hidden;
}
.footer_message .footer_left{
  width:285px;
  height:300px ;
}
.footer_message .footer_left p{
  width: 100%;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin: 40px auto 10px;
}
.footer_message .footer_left ul {
  width: 285px;
  height: 185px;
  border-right: 1px solid #ccc;
  padding-top: 30px;
  overflow-y: auto;
  overflow-x: hidden;
}
/*滚动条样式*/
.footer_message .footer_left ul::-webkit-scrollbar {
  width:3px;
}
.footer_message .footer_left ul::-webkit-scrollbar-thumb {
  width: 1px;
  border-radius: 20px;
  background: rgba(0,0,0,0.2);
}
.footer_message .footer_left ul::-webkit-scrollbar-track {
  width: 1px;
  border-radius: 20px;
  background: rgba(0,0,0,0.1);
}

.footer_message .footer_left ul li{
  width: 283px;
  font-size: 16px;
  color: #666;
  line-height: 35px;
}
.footer_message .footer_left ul li:hover{
  border-right: 8px solid #999;
}

.footer_right{
  height:207px;
  margin-top: 50px;
  position: relative;
}
.footer_right ul li{
  float: left;
  margin-left: 25px;
}
.footer_right ul li a{
  font-size: 16px;
  color: #666;
}

.footer_right_img{
  width: 385px;
  height: 146px;
  overflow: hidden;
  margin:50px 0 0 10px;
}
.footer_right_img img{
  width: 385px;
  height: 146px;
}
.footer_right_message{
  width: 490px;
  height: 147px;
  position: absolute;
  top: 60px;
  right: 0;
}
.footer_right_message_left{
  width: 336px;
  margin-left: 30px;
}
.footer_right_message_left p{
  line-height: 40px;
}
.footer_right_message_left .message_left_first span{
  width: 336px;
  font-size: 16px;
  color: #666;
}
.footer_right_message_left .message_left_two span{
  font-size: 16px;
  color: #666;
}
.footer_right_message_left .message_left_three span{
  font-size: 16px;
  color: #666;
}
.right_message_erweima{
  width: 115px;
  height: 155px;
  position: absolute;
  top: 0;
  right: 0;
}
.right_message_erweima img{
  width: 115px;
  height: 115px;
}
.right_message_erweima span{
  width: 115px;
  height: 25px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-top: 20px;
}
/* 底部分割线 */
.footer_message .footer_x{
  width: 100%;
  height: 0px;
  border-top: 1px solid #cbcbcb;
  margin-top: 20px;
}
/* 最底部信息 */
.footer_bottom{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.footer_bottom .footer_bottom_left{
  font-size: 13px;
  color: #333;
}
.footer_bottom p span{
  font-size: 13px;
  margin: 0 5px;
  color: #4c4c4c;
}
.footer_bottom p a{
  font-size: 13px;
  color:#4c4c4c;
}

@media screen and (min-width:1000px) and (max-width:1500px){
  .navigation_bar .nav_bars > .first_barb:hover .first_bar {
    padding-left: 195px;
  }
  .navigation_bar .nav_bars > .first_barb:nth-child(3):hover .first_bar {
    padding-left: 280px;
  }
  .navigation_bar .nav_bars > .first_barb:nth-child(4):hover .first_bar {
    padding-left: 395px;
  }
  .navigation_bar .nav_bars > .first_barb:nth-child(5):hover .first_bar {
    padding-left: 365px;
  }
  .navigation_bar .nav_bars > .first_barb:nth-child(7):hover .first_bar {
    padding-left: 610px;
  }
  .navigation_bar .nav_bars > .first_barb:nth-child(8):hover .first_bar {
    padding-left: 740px;
  }
  .navigation_bar .nav_bars > .first_barb:nth-child(9):hover .first_bar {
    padding-left: 740px;
  }
  .navigation_bar .nav_bars > .first_barb:nth-child(10):hover .first_bar {
    padding-left: 700px;
  }
  .navigation_bar .nav_bars > .first_barb:nth-child(11):hover .first_bar {
    padding-left: 740px;
  }
}





