@media (max-width: 980px) {
  footer .wrapper {
    padding: 20px 0px 30px;
  }
}

.hot_news .box-content .left {
  height: -moz-max-content;
  height: max-content;
}
.hot_news .box-content .left .img a {
  display: block;
  padding-top: 66%;
  position: relative;
}
.hot_news .box-content .left .img a:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.hot_news .box-content .left .img a img {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hot_news .box-content .right {
  overflow: auto;
}
@media (max-width: 500px) {
  .hot_news .box-content .right {
    padding-top: 0px;
    margin-top: 10px;
  }
}
.hot_news .box-content .right::-webkit-scrollbar {
  width: 5px;
  background-color: #c2c2c2;
}
.hot_news .box-content .right::-webkit-scrollbar-track {
  background: #FFF;
  opacity: 0%;
}

.big_title {
  background: #ebebeb;
  height: 26px;
  padding: 0 8px;
  font-family: Roboto-Bold;
  font-size: 14px;
  color: #006b0a;
  text-transform: uppercase;
  line-height: 28px;
  margin: 15px 0px 22px;
}

.content {
  display: flex;
  flex-wrap: wrap;
}
.content .left {
  width: 71.25%;
  float: left;
  padding-right: 30px;
}
.content .left.full {
  width: 100%;
  padding-right: 0px;
}
@media (max-width: 640px) {
  .content .left {
    width: 100%;
    padding-right: 0px;
  }
}
.content .right {
  width: 28.75%;
  float: left;
}
@media (max-width: 640px) {
  .content .right {
    width: 100%;
  }
}

.news_detail #tth-content .box-title span {
  text-transform: lowercase;
  font-family: Roboto-Medium;
  font-size: 18px;
}
.news_detail #tth-content .box-title span:first-letter {
  text-transform: uppercase;
}
.news_detail .box-content .box_mid-title {
  margin-bottom: 0px;
}
.news_detail .box-content .box_mid-title .mid_title_l {
  font-family: Roboto-Medium;
  font-size: 18px;
  color: #9b0000;
  text-transform: none;
  font-weight: normal;
}
@media (max-width: 640px) {
  .news_detail .box-content .box_mid-title .mid_title_l {
    font-size: 16px;
  }
}
.news_detail .box-content .box_mid-content {
  padding-top: 0px;
}
.news_detail .box-content .box_mid-content .date_time .date_update, .news_detail .box-content .box_mid-content .date_time .time_update {
  font-family: Roboto-Light;
  font-size: 14px;
  color: #007b23;
  font-style: italic;
  padding-right: 10px;
}
@media (max-width: 640px) {
  .news_detail .box-content .box_mid-content .date_time .date_update, .news_detail .box-content .box_mid-content .date_time .time_update {
    font-size: 12px;
  }
}
.news_detail .box-content .box_mid-content .short {
  font-family: Roboto-Medium;
  font-size: 15px;
  color: #212121;
  text-align: justify;
}
@media (max-width: 640px) {
  .news_detail .box-content .box_mid-content .short {
    font-size: 13px;
  }
}
.news_detail .box-content .box_mid-content .item-content p {
  font-family: Roboto-Light;
  color: #212121;
  text-align: justify;
}
.news_detail .box-content .box_mid-content .item-content p img {
  display: block;
  margin: auto;
}

.tool-share {
  margin-top: 28px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  .tool-share {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #FFF;
    padding: 0 10px;
    margin: 0px;
  }
}
.tool-share span {
  color: #39b54a;
  padding-right: 8px;
  font-family: Roboto-Medium;
  font-size: 16px;
}
.tool-share i.ficon-facebook {
  width: 20px;
  height: 20px;
  background: #4267b2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tool-share i.ficon-facebook:before {
  color: #FFF;
}

.list_other .list_item .item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.list_other .list_item .item:last-child {
  margin-bottom: 0px;
}
.list_other .list_item .item .img {
  width: 38.7%;
  float: left;
}
.list_other .list_item .item .info {
  width: 61.3%;
  float: left;
  padding-left: 20px;
}
@media (max-width: 640px) {
  .list_other .list_item .item .info {
    padding-left: 15px;
  }
}
@media (max-width: 426px) {
  .list_other .list_item .item .info {
    padding-left: 10px;
  }
}
.list_other .list_item .item .info .title {
  font-size: 16px;
  color: #373737;
  font-weight: bold;
  line-height: 20px;
  text-align: justify;
  padding-bottom: 5px;
}
.list_other .list_item .item .info .title:hover {
  color: #39b54a;
}
@media (max-width: 640px) {
  .list_other .list_item .item .info .title {
    font-size: 15px;
  }
}
@media (max-width: 426px) {
  .list_other .list_item .item .info .title {
    font-size: 13px;
  }
}
.list_other .list_item .item .info .short {
  font-family: Roboto-Light;
  font-size: 14px;
  color: #111111;
  line-height: 19px;
  padding-bottom: 5px;
}
@media (max-width: 640px) {
  .list_other .list_item .item .info .short {
    font-size: 13px;
  }
}
@media (max-width: 426px) {
  .list_other .list_item .item .info .short {
    font-size: 12px;
  }
}
.list_other .list_item .item .info .time_info .time {
  font-family: Roboto-Regular;
  font-size: 11.26px;
  color: #ff0000;
  padding-right: 7px;
}
.list_other .list_item .item .info .time_info .range_time {
  font-family: Roboto-Regular;
  font-size: 11.26px;
  color: #303030;
  font-style: italic;
  padding-left: 8px;
  position: relative;
}
.list_other .list_item .item .info .time_info .range_time:before {
  content: "";
  display: block;
  width: 1px;
  height: 9px;
  background: #959595;
  position: absolute;
  left: 0px;
  top: 2px;
}

.detail_hot_news .box-content ul li, .detail_most_news .box-content ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #959595;
}
@media (max-width: 426px) {
  .detail_hot_news .box-content ul li, .detail_most_news .box-content ul li {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
.detail_hot_news .box-content ul li:last-child, .detail_most_news .box-content ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.detail_hot_news .box-content ul li a, .detail_most_news .box-content ul li a {
  font-family: Roboto-Regular;
  font-size: 15px;
  color: #212121;
  line-height: 20px;
  text-align: justify;
}
@media (max-width: 426px) {
  .detail_hot_news .box-content ul li a, .detail_most_news .box-content ul li a {
    font-size: 13px;
  }
}

.detail_most_news .box-title span, .detail_news_child .box-title span {
  height: 28px;
  line-height: 28px;
  background: #ebebeb;
  color: #0a6c00;
  width: 100%;
}
.detail_most_news .box-title span:after, .detail_news_child .box-title span:after {
  display: none;
}

.detail_news_child .box-content .list_item .item {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
@media (max-width: 426px) {
  .detail_news_child .box-content .list_item .item {
    padding-bottom: 10px;
  }
}
.detail_news_child .box-content .list_item .item:last-child {
  padding-bottom: 0px;
}
.detail_news_child .box-content .list_item .item .img {
  width: 44%;
  float: left;
}
.detail_news_child .box-content .list_item .item .info_title {
  width: 56%;
  float: left;
  padding-left: 16px;
}
@media (max-width: 980px) {
  .detail_news_child .box-content .list_item .item .info_title {
    padding-left: 10px;
  }
}
.detail_news_child .box-content .list_item .item .info_title .title:before {
  display: none;
}

#box_rate_comment .title_comment {
  font-family: Roboto-Medium;
  font-size: 18px;
  color: #3e3e3e;
  font-weight: normal;
  padding-bottom: 6px;
}
#box_rate_comment .list_comment .media .media-left {
  display: none;
}
#box_rate_comment .list_comment .media .media-body .name {
  font-family: Roboto-Regular;
  font-size: 15px;
  color: #46a953;
}
#box_rate_comment .list_comment .media .media-body .comment {
  font-family: Roboto-Light;
  text-align: justify;
  font-size: 14px;
  padding: 5px 0px 5px;
}
#box_rate_comment .list_comment .media .media-body .reply .show_num_comment, #box_rate_comment .list_comment .media .media-body .reply .time {
  font-family: Roboto-Regular;
  font-size: 13px;
  color: #4bc85c;
}
#box_rate_comment .list_comment .media .media-body .reply .show_num_comment {
  cursor: pointer;
}
#box_rate_comment .list_comment .media .media-body .reply .show_num_comment:hover {
  font-weight: bold;
}
#box_rate_comment .list_comment .media .media-body .list_reply {
  padding: 10px 0px;
  padding-left: 30px;
}
#box_rate_comment .list_comment .media .media-body .list_reply .media .input {
  width: 100%;
  border: 1px solid #cecece;
  border-radius: 3px;
  font-family: Roboto-Light;
  font-size: 14px;
  color: #636363;
  font-style: italic;
  padding: 5px 9px;
}
#box_rate_comment .list_comment .media .media-body .list_reply .media.last {
  margin-bottom: 10px;
}
#box_rate_comment .list_comment .media .media-body .list_reply .d-none {
  display: none;
}
#box_rate_comment .list_comment .media .media-body .captcha {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #box_rate_comment .list_comment .media .media-body .captcha {
    justify-content: flex-start;
    padding-bottom: 10px;
  }
}
#box_rate_comment .list_comment .media .media-body .captcha .captcha-group .captcha_img {
  height: 30px;
}
#box_rate_comment .list_comment .media .media-body .captcha .form-control {
  height: 30px;
}
#box_rate_comment .list_comment .media .media-body .button-blue {
  background: #00a651;
  font-family: Roboto-Medium;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0px 8px;
  border-radius: 3px;
}
#box_rate_comment .list_comment .media .media-body .button-blue:hover {
  background: #02753a;
  box-shadow: 2px 2px 3px 1px #00a651;
}
#box_rate_comment #form_rate {
  padding-top: 10px;
}
#box_rate_comment #form_rate .media .input {
  width: 100%;
  border: 1px solid #cecece;
  border-radius: 3px;
  font-family: Roboto-Light;
  font-size: 14px;
  color: #636363;
  font-style: italic;
  padding: 5px 9px;
}
#box_rate_comment #form_rate .captcha {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #box_rate_comment #form_rate .captcha {
    justify-content: flex-start;
    padding-bottom: 10px;
  }
}
#box_rate_comment #form_rate .captcha .captcha-group .captcha_img {
  height: 30px;
}
#box_rate_comment #form_rate .captcha .form-control {
  height: 30px;
}
#box_rate_comment #form_rate .button-blue {
  background: #00a651;
  font-family: Roboto-Medium;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0px 8px;
  border-radius: 3px;
}
#box_rate_comment #form_rate .button-blue:hover {
  background: #02753a;
  box-shadow: 2px 2px 3px 1px #00a651;
}

.news_other {
  padding-top: 35px;
}

@media (max-width: 640px) {
  .news_news_child1 .list_item, .news_news_child4 .list_item {
    padding-left: 8px;
  }
}/*# sourceMappingURL=news.css.map */