/*Add font ================================*/
/*---------------list_item-----------------*/
.box_mid.box_first_big .box_mid-content {
  background: none !important;
  padding: 0px !important;
}
.box_mid.box_first_big .wrap, .box_mid.box_first_big .other {
  background: #fff;
  padding: 0px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.list_item_medicine .row_item {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-right: 0px;
}
.list_item_medicine .row_item .item {
  width: 100%;
  padding-right: 0px;
  margin-bottom: 20px;
}
.list_item_medicine .row_item .item .img {
  width: 250px;
  float: left;
  margin-bottom: 0px;
}
.list_item_medicine .row_item .item .img a {
  display: block;
}
.list_item_medicine .row_item .item .img img {
  max-width: 100%;
  width: 100%;
}
.list_item_medicine .row_item .item .info {
  width: calc(100% - 250px);
  float: left;
  padding-left: 15px;
}
.list_item_medicine .row_item .item .info h3 a {
  font-weight: 700;
  font-size: 18px;
  color: #1c1c1c;
  display: block;
  margin-bottom: 9px;
}
.list_item_medicine .row_item .item .info h3 a:hover {
  color: #FF9603;
}
.list_item_medicine .row_item .item .info .date {
  margin-bottom: 9px;
}
.list_item_medicine .row_item .item .info .short {
  font-size: 13px;
  margin-bottom: 4px;
}
.list_item_medicine .row_item .other .item {
  width: 100%;
  padding: 0px 0px 25px 0px;
  margin-bottom: 25px;
  display: inline-block;
  border-bottom: 1px #bebebe dashed;
}
.list_item_medicine .row_item .other .item .img {
  width: 250px;
  float: left;
  margin-bottom: 0px;
  padding-right: 30px;
}
.list_item_medicine .row_item .other .item .img a {
  display: block;
}
.list_item_medicine .row_item .other .item .img img {
  max-width: 100%;
  width: 100%;
}
.list_item_medicine .row_item .other .item .info {
  width: calc(100% - 250px);
  float: left;
  padding-left: 0px;
}
.list_item_medicine .row_item .other .item .info h3 a {
  font-weight: 700;
  font-size: 17px;
  color: #000000;
  display: block;
  margin-bottom: 9px;
}
.list_item_medicine .row_item .other .item .info h3 a:hover {
  color: #FF9603;
}
.list_item_medicine .row_item .other .item .info .more {
  background: #005d1c;
  display: inline-block;
  color: #ffffff;
  border-radius: 3px;
  padding: 5px 10px;
  margin-top: 10px;
}
.list_item_medicine .row_item .other .item .info .date {
  font-size: 12px;
  margin-bottom: 9px;
}
.list_item_medicine .row_item .other .item .info .short {
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 300;
  color: #484848;
  line-height: 23px;
}
@media (max-width: 599px) {
  .list_item_medicine .row_item .other .item .info .short {
    display: none;
  }
}
@media (max-width: 599px) {
  .list_item_medicine .row_item .other .item .img {
    width: 32%;
  }
  .list_item_medicine .row_item .other .item .info {
    width: 68%;
  }
  .list_item_medicine .row_item .other .item .info h3 a {
    font-weight: normal;
  }
}

.list_item_medicine.first_big .row_item {
  display: block;
  margin-right: 0px;
}
.list_item_medicine.first_big .row_item .row_item_first {
  width: 63%;
  float: left;
}
.list_item_medicine.first_big .row_item .row_item_first .img {
  width: 100%;
  margin-bottom: 10px;
}
.list_item_medicine.first_big .row_item .row_item_first .img a {
  display: block;
}
.list_item_medicine.first_big .row_item .row_item_first .img img {
  max-width: 100%;
  width: 100%;
}
.list_item_medicine.first_big .row_item .row_item_first .info {
  width: 100%;
}
.list_item_medicine.first_big .row_item .row_item_first .info h3 a {
  font-weight: 700;
  display: block;
  margin-bottom: 3px;
  font-size: 18px;
  color: #080808;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.list_item_medicine.first_big .row_item .row_item_first .info h3 a:hover {
  color: #FF9603;
}
.list_item_medicine.first_big .row_item .row_item_first .info .short {
  color: #716a6a;
}
.list_item_medicine.first_big .row_item .row_item_first .info .date {
  font-size: 13px;
}
.list_item_medicine.first_big .row_item .col_r {
  width: 37%;
  float: left;
  padding-left: 17px;
}
.list_item_medicine.first_big .row_item .col_r .item {
  width: 100%;
  padding-right: 0px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f6f6f6;
}
.list_item_medicine.first_big .row_item .col_r .item::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 768px) {
  .list_item_medicine.first_big .row_item .col_r .item {
    margin-bottom: 11px;
    padding-bottom: 0;
  }
}
.list_item_medicine.first_big .row_item .col_r .item .img {
  width: 32%;
  float: left;
  margin-bottom: 0px;
}
.list_item_medicine.first_big .row_item .col_r .item .img a {
  display: block;
}
.list_item_medicine.first_big .row_item .col_r .item .img img {
  max-width: 100%;
  width: 100%;
}
.list_item_medicine.first_big .row_item .col_r .item .info {
  width: 68%;
  float: left;
  padding-left: 16px;
}
.list_item_medicine.first_big .row_item .col_r .item .info h3 a {
  font-weight: 500;
  color: #000000;
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
}
.list_item_medicine.first_big .row_item .col_r .item .info h3 a:hover {
  color: #FF9603;
}
.list_item_medicine.first_big .row_item .col_r .item .info .date {
  font-size: 13px;
}
.list_item_medicine.first_big .row_item .col_r .item .info .short {
  display: none;
}
@media (max-width: 599px) {
  .list_item_medicine.first_big .row_item .col_r {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .list_item_medicine.first_big .row_item .row_item_first {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

.box_other {
  margin-top: 20px;
}
.box_other .box-content {
  background: none;
  padding: 15px 0px;
}
.box_other .box-title {
  background: #00aae7;
  color: #fff;
  text-align: left;
}
.box_other .list_other {
  margin-top: 0px;
}
.box_other .list_other .list_item .row_item {
  margin-right: 0px;
}
.box_other .list_other .list_item .col_item {
  width: 100%;
  padding-right: 0px;
  margin-bottom: 0px;
}

@media (max-width: 321px) {
  .list_item_medicine .row_item .other .item .img {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .list_item_medicine .row_item .other .item .info {
    width: 100%;
  }
}/*# sourceMappingURL=func.css.map */