body {
  min-width: 1200px;
}

.liat_all {
  width: 100%;
}

/* 分割线 */
.dividing_line {
  width: 100%;
  height: 2px;
  background-color: rgb(30, 170, 158);
}

/* 免疫力 */
.immunity {
  width: 100%;
  margin-top: 14px;
}

.imm_left {
  width: 105px;
  float: left;
  padding-top: 5px;
  font-size: 13px;
  color: #888888;
}

.imm_count {
  min-width: 1015px;
  width: 1015px;
  float: left;
}

.imm_count ul{
  width: 100%;
  min-height: 101px;
  height: 101px;
  overflow: hidden !important;
}

.imm_count ul li {
  display: inline-block;
}

.imm_count ul li a:hover {
  background-color: rgb(30, 170, 158);
  color: #fff;
}
.active {
  background-color: rgb(30, 170, 158);
  color: #fff !important;
}
.list_all {
  min-height: 605px;
}
.imm_count ul li a {
  display: block;
  padding: 5px;
  margin: 0 5px 10px;
  font-size: 13px;
  color: #333;
}

.imm_right {
  width: 80px;
  float: left;
  font-size: 14px;
  color: rgb(30, 170, 158);
  background: url("../img/show.png") no-repeat;
  background-position: 58px 5px;
  text-align: center;
  cursor: pointer;
}

.shows {
  background: url("../img/close.png") no-repeat;
  background-position: 58px 5px;
}

/* 图文部分 */
.pro_list {
  width: 100%;
  margin-top: 30px;
}

.pro_box {
  width: 285px;
  height: 296px;
  background-color: #f9f9f9;
  float: left;
  padding: 22px 18px 20px;
  margin: 0 20px 20px 0;
}

.pro_box:nth-of-type(4n){
  margin-right: 0 !important;
}

.pro_box .pro_pic {
  display: block;
  width: 199px;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 13px;
}

.pro_box .pro_txt {
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #333;
}

.pro_box span {
  font-size: 13px;
  color: #999;
}

.pro_box span i {
  font-size: 13px;
  color: #ed1821;
}

/* 推荐阅读 */
.reading {
  width: 100%;
  height: 376px;
  margin: 20px 0 45px;
}

.read_top {
  width: 100%;
  height: 45px;
  font-size: 25px;
  color: #333333;
  font-weight: 700;
}

.read_btm {
  width: 100%;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  padding: 20px 40px 20px 40px;
}

.read_btm ul.read_ul {
  width: 307px;
  height: 273px;
  float: left;
}

.ul2 {
  margin-left: 80px;
}

.ul3 {
  margin-left: 80px;
}

.read_btm ul li {
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding-left: 15px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.read_btm ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  background-color: #949494;
  border-radius: 5px;
  background-color: #ff7e00;
}

.read_btm ul li a {
  color: #333;
}

.read_btm ul li a:hover{
  color: #3ab8a8;
}

/* 动态线框*/
.pro_box {position: relative;}
/*.pro_box .inner {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}*/
.pro_box:before,.pro_box:after,.pro_box .inner:before,.pro_box .inner:after {background-color: #01728d;position: absolute;content: "";display: block;-webkit-transition: -webkit-transform .5s;transition: -webkit-transform .5s;transition: transform .5s;transition: transform .5s,-webkit-transform .5s;}
.pro_box:before,.pro_box:after {left: 0;width: 100%;height: 1px;-webkit-transform: scaleX(0);transform: scaleX(0);}
.pro_box:before {top: 0; -webkit-transform-origin: right center;transform-origin: right center;}
.pro_box:after {bottom: 0;-webkit-transform-origin: left center;transform-origin: left center;}
.pro_box .inner:before,.pro_box .inner:after {top: 0;width: 1px;height: 100%;-webkit-transform: scaleY(0);transform: scaleY(0);}
.pro_box .inner:before {left: 0;}
.pro_box .inner:after {right: 0;}
.pro_box:hover:before,.pro_box:hover:after {-webkit-transform: scaleX(1);transform: scaleX(1);}
.pro_box:hover .inner:before,.pro_box:hover .inner:after {-webkit-transform: scaleY(1);transform: scaleY(1);}
.pro_box .inner:hover:before,.pro_box .inner:hover:after {-webkit-transform: scaleY(1);transform: scaleY(1);}
.pro_box .inner:before {-webkit-transform-origin: top center;transform-origin: top center;}
.pro_box .inner:after {-webkit-transform-origin: bottom center;transform-origin: bottom center;}
.pro_box:hover .inner:before {-webkit-transform-origin: bottom center;transform-origin: bottom center;}
.pro_box:hover .inner:after {-webkit-transform-origin: top center;transform-origin: top center;}
.pro_box:hover:before {-webkit-transform-origin: left center;transform-origin: left center;}
.pro_box:hover:after {-webkit-transform-origin: right center;transform-origin: right center;}