* {
  font-size: 16px;
}
.kyfocus {
        width: 1200px;
        height: 400px;
        overflow: hidden;
        position: relative;
      }

      .kyfocus .hd {
        height: 15px;
        overflow: hidden;
        position: absolute;
        left: 50%;
        transform: translate(-50%,-50%);
        bottom: 20px;
        z-index: 1;
      }

      .kyfocus .hd ul {
        overflow: hidden;
        zoom: 1;
        float: left;
      }

      .kyfocus .hd ul li {
        float: left;
        margin-right: 2px;
        width: 15px;
        height: 15px;
        border-radius: 20px;
        line-height: 14px;
        text-align: center;
        background: #fff;
        cursor: pointer;
        margin-right: 10px;
      }

      .kyfocus .hd ul li.on {
        background: #f00;
        color: #fff;
      }

      .kyfocus .bd {
        position: relative;
        height: 100%;
        z-index: 0;
      }

      .kyfocus .bd li {
        zoom: 1;
        vertical-align: middle;
      }
.tab {
  position: relative;
  width: 634px;
  height: 442px;
  overflow: hidden;
}

.tab-nav {
  height: 42px;
  overflow: hidden;
  background: #f5f5f5;
}

.tab-nav a {
  display: block;
  float: left;
  width: 90.5px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-size: 17px;
}

.tab-nav a.current {
  background: #f39801;
  color: #fff;
}

.tab-con {
  position: relative;
  width: 635px;
  height: 400px;
  overflow: hidden;
  /*background: #80b600;*/
}

.tab-con-item {
  display: none;
  width: 635px;
  height: 380px;
  padding-top: 20px;
  color: #666;
  background: #fff;
}
.tab-con-item ul {
  padding-left: 0px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: 42px;
}
.tab-con-item ul li {
  float: left;
  width: 157px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.zj_xx .ml20 a {
  color: #00895f;
}
.mt25 {
  margin-top: 25px;
}
.box {
  width: 760px;
}

.tab_menu {
  overflow: hidden;
  font-size: 22px;
  color: #fff;
  background: #65b93d;
  box-sizing: border-box;
  height: 53px;
  line-height: 53px;
}

.tab_menu li {
  width: 140px;
  float: left;
  /*margin-top: 46px;*/
  color: #333;
  text-align: center;
  cursor: pointer;
}

.tab_menu li.current {
  color: #fff;
}

.tab_menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
}

.tab_menu li.current {
  height: 64px;
  color: #fff;
  /*margin-top: 46px;
        background: url(../images/titlebg.png) 0px 50px no-repeat;*/
}

.tab_menu li.current a {
  color: #fff;
  background: #00895f;
  display: block;
  width: 140px;
}

.demo1 span {
  display: block;
  margin-top: 5px;
  margin-left: 10px;
  float: left;
}

.demo1 img {
  float: left;
  border-radius: 10px;
}

.tab_box .hide {
  display: none;
}
.links {
  margin-bottom: 40px;
  height: 40px;
}
.links ul li {
  float: left;
  margin-right: 20px;
  padding: 10px 21px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 20px;
}
.links ul li:last-child {
  margin-right: 0px;
}
.list_left ul li span {
  float: right;
  color: #999;
}
a {
  color: #333;
  font-size: 16px;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.header {
  width: 100%;
  height: 154px;
}
.logo {
  float: left;
  margin-top: 38px;
}
.topbar {
  float: right;
  width: 570px;
  margin-top: 60px;
}
.topbar ul li {
  float: right;
  text-align: center;
  margin-left: 15px;
}
.topbar ul li a {
  display: block;
  height: 40px;
  width: 120px;
  line-height: 40px;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  opacity: 0.9;
}
.topbar ul li input {
  width: 210px;
  height: 38px;
  border: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  float: left;
  text-indent: 1em;
}
.topbar ul li button {
  float: left;
  width: 50px;
  height: 42px;
  background: #00895f;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.topbar ul li img {
  vertical-align: middle;
}
@keyframes scaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    transform: scale(1); /*开始为原始大小*/
  }
  25% {
    transform: scale(1.1); /*放大1.1倍*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.nav {
  padding: 0 20px;
  height: 56px;
  line-height: 56px;
  position: relative;
  z-index: 99;
  background: #ceecde;
}
.nav a {
  color: #00895f;
}
.nav .nLi {
  float: left;
  position: relative;
  display: inline;
}
.nav .nLi h3 {
  float: left;
}
.nav .nLi h3 a {
  display: block;
  padding: 0 14px;
  height: 56px;
  font-size: 18px;
  font-weight: bold;
}
.nav .sub {
  display: none;
  min-width: 120px;
  left: 0;
  top: 56px;
  position: absolute;
  background: #00895f;
  line-height: 26px;
  padding: 5px 0;
  filter: alpha(opacity=80);
  opacity: 0.9;
}
.nav .sub li {
  zoom: 1;
}
.nav .sub a {
  display: block;
  padding: 10px 10px;
  font-size:14px;
  text-align: center;
  color: #fff;
}

.nav .sub a:hover {
  /*border-bottom: 4px solid #00895f;*/
  color: #f39801;
}
.nav .on h3 a {
  background: #00895f;
  color: #fff;
}
/*
.header_bg {
float:left;
background:url(../images/bg1.jpg)no-repeat;  
    width:100%;  
    height:730px;  
    background-size:100% 100%;  
    position:absolute;  
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg1.jpg',sizingMethod='scale');  
}

.header_bg {
  height: 730px;
  width: 100%;
min-width:1200px;
  background: url(../images/bg1.jpg) repeat-x;
}

*/
.header_bg {
  margin: 0 auto;
  min-width: 1200px;
  height: 730px;
  background: url(../images/bg1.jpg) 50% top;
}

.banner {
  width: 100%;
  height: 300px;
}

/*.index_icons ul {
  display: flex;
  justify-content: space-between;
}*/
.index_icons ul li {
  text-align: center;
}
.index_icons ul li a {
  color: #00895f;
  width: 174px;
  height: 174px;
  border-radius: 10px;
  display: block;
}
.index_icons span {
  display: block;
  font-size: 18px;
}
.index_icons ul li {
  border-radius: 100px;
  width: 174px;
  height: 174px;
  border: 2px solid #cdd9d5;
  margin-right: 77px;
  /*margin-right:24px;*/
  margin-bottom: 40px;
  float: left;
}
.index_icons ul li:last-child {
  margin-right: 0px;
}
/*.index_icons ul li:last-child a{
color:#f39801;
}*/
.index_icons ul li img {
  margin-top: 36px;
}
.index_icons ul li span {
  margin-top: 10px;
}
.topnav ul li a:hover img {
  animation: rot 0.8s;
  -webkit-animation: rot 0.8s;
}
.index_icons ul li a:hover img {
  -webkit-animation-name: scaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 5s;
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
.focus_banner {
  width: 690px;
  height: 500px;
  overflow: hidden;
}
.focus_banner {
  position: relative;
}
.focus_banner .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 10px;
  z-index: 1;
}
.focus_banner .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.focus_banner .hd ul li {
  float: left;
  margin-right: 7px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.focus_banner .hd ul li.on {
  background: #f39801;
  color: #fff;
}
.focus_banner .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.focus_banner .bd li {
  zoom: 1;
  vertical-align: middle;
}
.focus_banner .bd img {
  display: block;
}
.content-item {
  float: left;
  position: relative;
}
.item-title {
  position: absolute;
  bottom: 0;
  width: 690px;
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
  background: #000;
  filter: alpha(opacity=70);
  background: rgba(129, 123, 123, 0.5) none repeat scroll 0 0 !important;
}
.title-text {
  color: #fff;
  z-index: 99;
}
.mt40 {
  margin-top: 40px;
}
.tabs {
  float: right;
  width: 460px;
}
.tabs > div {
  width: 460px;
  height: 390px;
  float: right;
}

.tabs ul.horizontal {
  list-style: none outside none;
  margin: 0;
  margin-bottom: 16px;
  font-size: 22px;
  color: #fff;
  background: #65b93d;
  box-sizing: border-box;
  height: 53px;
  line-height: 53px;
}
.horizontal li {
  width: 140px;
  text-align: center;
}
.horizontal li a {
  font-weight: bold;
}
.tabs li {
  color: #fff;
  display: inline-block;
}

.tabs a {
  color: #fff;
  font-size: 22px;
  display: block;
  text-decoration: none;
}

.active a {
  background: #00895f;
  color: #fff;
}
#tab-1 li,
#tab-2 li,
#tab-3 li {
  padding-top: 10px;
  border-bottom: 1px dotted #ccc;
  position: relative;
  /*padding: 0px 0px 27px 20px;
padding: 0px 0px 36px 35px;*/
}
.news_date:hover {
  float: left;
  background: #00895f;
  width: 78px;
  height: 60px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 10px 5px 0px 5px;
  box-sizing: border-box;
  cursor: default;
}
.news_date {
  float: left;
  border: 1px solid #ccc;
  width: 78px;
  height: 60px;
  border-radius: 10px;
  color: #00895f;
  text-align: center;
  padding: 8px 5px 0px 5px;
  box-sizing: border-box;
}
.news_line {
  float: left;
  width: 24px;
  height: 60px;
  margin-right: 25px;
  border-right: 1px #666 dotted;
}
.ovel {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #666;
  border-radius: 10px;
  background: #fff;
  left: 97px;
  top: 32px;
}
.news_date h1 {
  font-size: 13px;
}
.news_date h2 {
  font-size: 19px;
}
.news_info {
  width: 460px;
  font-size: 18px;
  float: right;
}
.tabs .news_info h1 {
  height: 33px;
  overflow: hidden;
}
.tabs .news_info h1 a {
  color: #333;
  margin-bottom: 14px;
  font-size: 17px;
  float: left;
}
.tabs .news_info h1 a img {
  float: left;
}
.tabs .news_info h1 a:hover {
  color: #00895f;
}
.news_info h2 {
  color: #999;
}

.mt70 {
  margin-top: 40px;
}
.index_title {
  font-size: 22px;
  color: #fff;
  background: #00895f;
  height: 53px;
  line-height: 53px;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 24px;
  font-weight: bold;
}
.index_title a {
  font-size: 22px;
  color: #fff;
  box-sizing: border-box;
  margin-bottom: 24px;
  font-weight: bold;
}
.index_small_title {
  font-size: 22px;
  color: #00895f;
  height: 45px;
  width: 540px;
}
.index_small_title a {
  font-size: 15px;
  float: right;
  color: #333;
  margin-right: 28px;
  line-height: 30px;
}

.index_ksjs_h {
  height: 170px;
}
.index_ksjs,
.index_ksjs ul {
  width: 540px;
  float: left;
}
.index_ksjs ul li {
  border: 1px solid #ccc;
  border-radius: 10px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin: 0px 20px 15px 0px;
  width: 155px;
  float: left;
}
.index_ksjs ul li:hover {
  border: 1px solid #00895f;
}
.index_ksjs ul li a {
  display: block;
  width: 155px;
  height: 42px;
}
.index_ksjs ul li a:hover {
  color: #00895f;
}

.index_more img {
  float: left;
}

.index_more span a {
  color: #00895f;
}
.index_more span {
  display: block;
  margin-top: 5px;
  margin-left: 10px;
  float: left;
}
.index_sideleft {
  width: 390px;
}
.index_sideleft img {
  margin-bottom: 20px;
}

.index_sideright {
  width: 760px;
}
.index_sideright .title {
  /*margin-top: 46px;*/
  height: 64px;
  color: #00895f;
  font-size: 30px;
  background: url(../images/titlebg.png) 0px 50px no-repeat;
}
/*
.index_sideright ul li {
width: 367px;
height: 120px;
border: 1px solid #ccc;
border-radius: 8px;
box-sizing: border-box;
padding: 15px;
float: left;
margin-right: 26px;
margin-bottom: 20px;}
*/
.index_sideright ul li {
  width: 760px;
  box-sizing: border-box;
  border-bottom: 1px dotted #ccc;
  float: left;
  height: 52px;
  line-height: 52px;
}
.index_sideright ul {
  float: left;
  width: 760px;
  /*margin-top: 30px;*/
}
.index_sideright ul li:nth-child(2n) {
  margin-right: 0px;
}
.index_date {
  width: 90px;
  height: 90px;
  border-radius: 50px;
  float: left;
  display: block;
  background: #f2f2f2;
  font-size: 22px;
  text-align: center;
  line-height: 90px;
  box-sizing: border-box;
  color: #333;
}
.index_date a {
  font-size: 22px;
  width: 90px;
  height: 90px;
  display: block;
}
.index_date a:hover {
  width: 90px;
  height: 90px;
  border-radius: 50px;
  line-height: 90px;
  box-sizing: border-box;
  display: block;
  font-size: 22px;
  background: #00895f;
  color: #fff;
  cursor: default;
}

.index_sideright ul li h1,
.index_sideright ul li h2 {
  margin-left: 24px;
  float: left;
  width: 210px;
}
.index_sideright ul li h1 a:hover,
.index_sideright ul li h2 a:hover {
  color: #00895f;
}
.index_sideright ul li h1 {
  font-size: 18px;
  color: #333;
  margin-bottom: 16px;
}
.index_sideright ul li h2 {
  color: #666;
  font-size: 16px;
  line-height: 25px;
}
html,
body,
#wrap {
  margin: 0 auto;
  height: 100%;
  min-height: 100%;
}

#main {
  padding-bottom: 234px;
}
.footer {
  border-top: 1px solid #666;
  position: relative;
  margin-top: -234px;
  width: 100%;
  min-width: 1200px;
  height: 234px;
  background: #f1f1f1;
  color: #666;
  clear: both;
}
.footer_left ul,
.footer_right ul {
  margin-top: 45px;
}
.footer_left ul li {
  line-height: 34px;
  font-size: 14px;
}
.footer_right ul li {
  font-size: 14px;
  line-height: 30px;
}
.footer_left ul li img {
  margin-right: 15px;
}
.footer_right ul li:first-child {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  margin-bottom: 20px;
}

/*page*/
.content table {
  border-collapse: collapse;
}
.center {
  margin: 0 auto;
}
.pagetable {
  border: none !important;
}

.page {
  float: left;
  font-size: 15px;
  margin: 10px auto;
  margin-right: 10px;
  color: #666;
}
.page-a {
  float: left;
  height: 26px;
  line-height: 26px;
  padding: 0 8px;
  margin: 0 10px;
  background-color: #f0f0f0;
  border: #cccccc solid 1px;
}
.page-a:link,
.page-a:visited {
  text-decoration: none;
  color: #000000;
}
.page-a:hover,
.page-a:active {
  text-decoration: none;
  color: #ff6600;
}
.page-curr {
  float: left;
  height: 26px;
  line-height: 26px;
  padding: 0 8px;
  margin: 5px 5px;
  background-color: #ffffff;
  border: #ff6600 solid 1px;
  color: #ff6600;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 15px;
}
.page-curr:link,
.page-curr:visited {
  text-decoration: none;
  color: #ff6600;
}
.page-curr:hover,
.page-curr:active {
  text-decoration: none;
  color: #ff6600;
}
/*yygk*/
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.yygk_box {
  width: 580px;
  /*height: 260px;*/
}
.yygk_box .title {
  width: 580px;
  height: 80px;
  font-size: 24px;
  color: #00895f;
  line-height: 80px;
}
.ystitle {
  width: 1200px;
  height: 80px;
  font-size: 24px;
  color: #00895f;
  line-height: 80px;
}
.yszk ul {
  width: 1200px;
  float: left;
}
.yszk ul li {
  float: left;
  width: 182px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.yszk ul li:nth-child(6n) {
  margin-right: 0px;
}
.green {
  border-top: 4px solid #00895f;
}
.olivine {
  border-top: 4px solid #67b83c;
}
.orange {
  border-top: 4px solid #f39801;
}
.yygk_box .info {
  line-height: 34px;
}
.yygk_box .more {
  margin-top: 34px;
}
.h260 {
  height: 260px;
}
/*ksjs*/
.ksjs .title {
  margin-top: 20px;
  height: 70px;
  font-size: 24px;
  color: #333;
  line-height: 70px;
  border-bottom: 4px solid #00895f;
}
.ksjs ul {
  margin-top: 45px;
}

.ksjs ul li:nth-child(6n) {
  margin-right: 0px;
}
.ksjs ul li {
  width: 182px;
  height: 44px;
  margin: 0px 19px 19px 0px;
  border-radius: 8px;
  border: 1px solid #ccc;
  float: left;
}
.ksjs ul li a {
  display: block;
  width: 182px;
  height: 44px;
  border-radius: 8px;
  text-indent: 22px;
  line-height: 44px;
}
.ksjs ul li a:hover {
  color: #00895f;
}
.ksjs ul li span {
  float: right;
  display: block;
  height: 44px;
  line-height: 38px;
  width: 34px;
  background: #00895f;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  font-size: 28px;
  text-indent: 0;
}
/*就医指南*/
.jyzn ul {
  width: 1198px;
  height: 532px;
  border: 1px solid #ccc;
}
.jyzn ul li {
  width: 25%;
  height: 266px;
  float: left;
  text-align: center;
  color: #00895f;
}

.jyzn ul li img {
  margin: 40px 80px 20px 80px;
}
.jyzn ul li img:hover {
  animation: rot 0.8s;
  -webkit-animation: rot 0.8s;
}
.jyzn ul li span {
  font-size: 22px;
}
.jyzn ul li a span {
  color: #00895f;
}
.jyzn ul li:nth-child(3) {
  background: #f39801;
}
.jyzn ul li:nth-child(1) a span,
.jyzn ul li:nth-child(3) a span,
.jyzn ul li:nth-child(6) a span,
.jyzn ul li:nth-child(8) a span {
  color: #fff;
}
.jyzn ul li:nth-child(6) {
  background: #67b83c;
}
.jyzn ul li:nth-child(1) {
  background: #00895f;
}
.jyzn ul li:nth-child(8) {
  background: #00895f;
  margin-bottom: 50px;
}
/*hlyd*/
.h50 {
  float: left;
  height: 50px;
  width: 1200px;
}
.hlyd .box {
  width: 372px;
  height: 410px;
  border: 1px solid #ccc;
  padding: 35px 20px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.hlyd .box .title {
  height: 120px;
  line-height: 120px;
  overflow: hidden;
  margin-bottom: 25px;
}
.hlyd .box .title img {
  float: left;
}
.hlyd .box .title img:hover {
  animation: rot 0.8s;
  -webkit-animation: rot 0.8s;
}
.hlyd .box:nth-child(2),
.jkkp .box:nth-child(2) {
  margin-left: 45px;
}
.hlyd .box .title span {
  font-size: 24px;
  color: #00895f;
  margin-left: 20px;
}
.hlyd .box .title a img {
  float: right;
  margin-top: 45px;
}
.hlyd .box ul li {
  color: #666;
  height: 42px;
}
/*jkkp*/
.jkkp .box {
  width: 372px;
  height: 290px;
  border: 1px solid #ccc;

  box-sizing: border-box;
  margin-bottom: 50px;
}
.jkkp .box .title {
  padding: 30px 20px 30px 20px;
  overflow: hidden;
}
.jkkp .box .title span {
  color: #00895f;
  font-size: 24px;
}
.jkkp .box ul {
  padding: 0px 20px 10px 20px;
}
.jkkp .box ul li {
  height: 40px;
}
.jkkp .box a img {
  margin-left: 20px;
}
/*科研教学*/
.kyjx .box {
  width: 576px;
  height: 410px;
  border: 1px solid #ccc;
  padding: 35px 20px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.kyjx .box .title {
  height: 120px;
  line-height: 120px;
  overflow: hidden;
  margin-bottom: 25px;
}
.kyjx .box .title img {
  float: left;
}
.kyjx .box .title img:hover {
  animation: rot 0.8s;
  -webkit-animation: rot 0.8s;
}

.kyjx .box .title span {
  font-size: 24px;
  color: #00895f;
  margin-left: 20px;
}
.kyjx .box .title a img {
  float: right;
  margin-top: 45px;
}
.kyjx .box ul li {
  color: #666;
  height: 42px;
}
.kyjx .box ul li span {
  float: right;
}
/*ywgk*/

.ywgk .box {
  width: 576px;
  height: 320px;
  border: 1px solid #ccc;
  padding: 30px 30px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.ywgk .box .title,
.yywh .box .title {
  overflow: hidden;
  margin-bottom: 30px;
}
.ywgk .box .title img,
.yywh .box .title img {
  float: left;
}

.ywgk .box .title span,
.yywh .box .title span {
  font-size: 24px;
  color: #00895f;
}
.ywgk .box .title a img,
.yywh .box .title a img {
  float: right;
}
.ywgk .box ul li,
.yywh .box ul li {
  color: #666;
  height: 42px;
}
.ywgk .box ul li span,
.yywh .box ul li span {
  float: right;
}
.ywgk_bar ul {
  display: flex;
  justify-content: space-between;
}
.ywgk_bar ul li {
  margin-right: 50px;
  width: 366px;
  height: 170px;
  border: 1px solid #ccc;
  padding: 22px;
  box-sizing: border-box;
  margin-bottom: 50px;
  float: left;
}
.ywgk_bar ul li:last-child {
  margin-right: 0px;
}
.ywgk_bar ul li img {
  float: left;
  margin-left: 10px;
}
.ywgk_bar ul li img:hover {
  animation: rot 0.8s;
  -webkit-animation: rot 0.8s;
}
.ywgk_bar ul li div {
  float: left;

  margin-left: 55px;
  margin-top: 18px;
}
.ywgk_bar ul li div h1 {
  font-size: 26px;
  color: #00895f;
}
.ywgk_bar ul li a {
  display: block;
  background: url(../images/more.png) no-repeat;
  width: 32px;
  height: 32px;
  margin-top: 26px;
}
/*yywh*/
.yywh .box {
  width: 576px;
  position: relative;
  border: 1px solid #ccc;
  padding: 70px 30px 15px 30px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.mt100 {
  margin-top: 100px;
}
.yywhimg {
  position: absolute;

  left: 20px;
  top: -54px;
  background: #fff;
  width: 130px;
  height: 130px;
  text-align: center;
}

.yywhimg img:hover {
  animation: rot 0.8s;
  -webkit-animation: rot 0.8s;
}
/*list*/
.list_left {
  width: 830px;
}
.list_right {
  width: 300px;
}
.list_left .title {
  overflow: hidden;
  line-height: 60px;
  border-bottom: 1px solid #ccc;
}
.list_left .title h1 {
  float: left;
  color: #333;
  font-size: 20px;
  line-height: 34px;
  padding-top: 12px;
  width: 830px;
  color: #00895f;

  /*padding-top: 20px;
padding-bottom: 20px;*/
}
.list_left .title h2 {
  line-height: 40px;
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}
.list_left .title .position {
  float: right;
  color: #666;
}
.list_left .col {
  color: #00895f;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.list_left ul li {
  /*height:50px;*/
  line-height: 50px;
  border-bottom: 1px dotted #ccc;
}

.list_right ul li {
  height: 55px;
  line-height: 55px;
  border-bottom: 1px dotted #ccc;
}
.list_right img {
  float: right;
  margin-top: 12px;
}
.list_right .title {
  color: #00895f;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.article {
  margin-top: 20px;
  line-height: 30px;
  color: #333;
}
.article table {
  border-collapse: collapse;
}
.article table td {
  border: 1px solid #666;
}

.zj_photo {
  float: left;
}
.zj_xx {
  float: left;
  margin-top: 15px;
  margin-left: 30px;
  line-height: 40px;
  width: 650px;
}
