/*---------------list_item-----------------*/
.list_item_news .row_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-right: -26px;
}
.list_item_news .row_item .item {
  width: 33.33333%;
  margin-bottom: 35px;
  padding-right: 26px;
}
@media (max-width: 768px) {
  .list_item_news .row_item .item {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
}
.list_item_news .row_item .item .img {
  width: 100%;
  position: relative;
}
.list_item_news .row_item .item .img a {
  display: block;
}
.list_item_news .row_item .item .img img {
  max-width: 100%;
  width: 100%;
}
.list_item_news .row_item .item .info {
  width: 100%;
  background: #f0f5f8;
  padding: 20px 15px;
  padding-bottom: 15px;
  min-height: 70px;
}
.list_item_news .row_item .item .info h3 {
  margin-bottom: 9px;
}
.list_item_news .row_item .item .info h3 a {
  font-size: 16px;
  font-weight: bold;
  color: #2963b4;
  text-align: left;
}
@media (max-width: 699px) {
  .list_item_news .row_item .item .img {
    width: 30%;
  }
  .list_item_news .row_item .item .info {
    width: 70%;
    padding-right: 0;
    padding-top: 0;
  }
  .list_item_news .row_item .item .info .short {
    margin-bottom: 0;
  }
  .list_item_news .row_item .item .info .date {
    display: none;
  }
}
@media (max-width: 499px) {
  .list_item_news .row_item .item .img {
    width: 35%;
  }
  .list_item_news .row_item .item .info {
    width: 65%;
    padding-right: 0;
  }
  .list_item_news .row_item .item .info .short {
    display: none;
  }
}

.item_horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item_horizontal:before, .item_horizontal:after {
  content: " ";
  display: table;
}
.item_horizontal:after {
  clear: both;
}
@media (min-width: 699px) {
  .item_horizontal {
    margin-bottom: 35px;
    margin-right: -35px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 35px;
  }
}
.item_horizontal .item {
  width: 33.33333%;
  padding-right: 35px;
}
.item_horizontal .item .img {
  margin-bottom: 19px;
}
.item_horizontal .item .info h3 a {
  font-size: 18px;
}
.item_horizontal .item .info .short {
  margin-top: 9px;
}
@media (min-width: 699px) {
  .item_horizontal .item .info .short {
    display: none;
  }
}
@media (max-width: 699px) {
  .item_horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0;
  }
  .item_horizontal .item {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .item_horizontal .item .img {
    width: 30%;
    float: left;
    margin-bottom: 0;
  }
  .item_horizontal .item .info {
    width: 70%;
    float: left;
    padding-left: 20px;
  }
}
@media (max-width: 499px) {
  .item_horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0;
  }
  .item_horizontal .item {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .item_horizontal .item .img {
    width: 35%;
    float: left;
  }
  .item_horizontal .item .info {
    width: 65%;
    float: left;
    padding-left: 20px;
  }
  .item_horizontal .item .info .short {
    display: none;
  }
}

.list_item_news_home {
  margin-top: 10px;
}
.list_item_news_home .row_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-right: -25px;
}
.list_item_news_home .row_item .item {
  width: 25%;
  padding-right: 25px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .list_item_news_home .row_item .item {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
}
.list_item_news_home .row_item .item .img {
  width: 100%;
  float: none;
  position: relative;
}
.list_item_news_home .row_item .item .img a {
  display: block;
}
.list_item_news_home .row_item .item .img img {
  max-width: 100%;
  width: 100%;
}
.list_item_news_home .row_item .item .img h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  padding: 15px;
  padding-left: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.03)), color-stop(80, #000));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 0, #000 80);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08000000", endColorstr="#FF000000", GradientType=0);
}
.list_item_news_home .row_item .item .img h3 a {
  font-family: MyriadPro-Bold;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}
.list_item_news_home .row_item .item .img h3 a:hover {
  color: #c2c2c2;
}
.list_item_news_home .row_item .item .info {
  width: 100%;
  float: none;
  padding: 0px 13px;
  border-top: none;
}
.list_item_news_home .row_item .item .info .group_name {
  text-align: center;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 4px;
  margin-bottom: 7px;
  display: none;
}
.list_item_news_home .row_item .item .info .group_name span {
  font-size: 13px;
  color: #6c6c6c;
  font-family: "Arial";
  text-transform: uppercase;
}
.list_item_news_home .row_item .item .info .group_name span a {
  color: #a73e40;
}
.list_item_news_home .row_item .item .info .short {
  font-size: 16px;
  margin-top: 4px;
}
@media (max-width: 499px) {
  .list_item_news_home .row_item .item .img {
    width: 30%;
  }
  .list_item_news_home .row_item .item .info {
    width: 70%;
    padding-right: 0;
  }
}

.block_focus {
  margin-bottom: 20px;
  margin-right: -9px;
}
.block_focus:before, .block_focus:after {
  content: " ";
  display: table;
}
.block_focus:after {
  clear: both;
}
.block_focus .item .img {
  width: 100%;
  float: none;
  position: relative;
}
.block_focus .item .img a {
  display: block;
}
.block_focus .item .img img {
  max-width: 100%;
  width: 100%;
}
.block_focus .item .img h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  padding: 15px;
  padding-left: 30px;
}
.block_focus .item .img h3 a {
  font-family: MyriadPro-Bold;
  font-size: 22px;
  color: #fff;
  font-weight: normal;
  text-transform: capitalize;
}
.block_focus .item .img h3 a:hover {
  color: #c2c2c2;
}
.block_focus .b_left {
  width: 50%;
  float: left;
  padding-right: 9px;
}
.block_focus .b_left .img h3 {
  padding-top: 310px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.9)), color-stop(100, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0, rgba(255, 255, 255, 0) 100);
  background-repeat: repeat-x;
}
.block_focus .b_right {
  width: 50%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -9px;
}
.block_focus .b_right .item {
  width: 50%;
  padding-right: 9px;
}
.block_focus .b_right .item .img h3 {
  padding-top: 90px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.9)), color-stop(100, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0, rgba(255, 255, 255, 0) 100);
  background-repeat: repeat-x;
}
.block_focus .b_right .item:first-child {
  width: 100%;
  margin-bottom: 9px;
}
.block_focus .b_right .item:first-child .img h3 {
  padding-top: 150px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.6)), color-stop(100, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0, rgba(255, 255, 255, 0) 100);
  background-repeat: repeat-x;
}

.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;
}
/*# sourceMappingURL=func.css.map */