/*---------------list_group-----------------*/
#container {
  margin: 0 auto;
  padding-top: 0;
}

.full.news {
  padding-top: 40px;
}

.paginate {
  margin-top: 20px;
}

.box_mid-title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.box_mid-title h1 {
  font-family: Montserrat-Medium;
  font-size: 26px;
  color: #006db2;
  position: relative;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 30px;
}
@media (max-width: 999px) {
  .box_mid-title h1 {
    font-size: 20px;
  }
}
.box_mid-title h1:after {
  content: "";
  display: block;
  height: 1px;
  width: 44px;
  background: #0072bb;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.list_group {
  background: #f3f3f3;
  padding: 34px 0px;
  -webkit-box-shadow: 0 1px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 8px 0px rgba(0, 0, 0, 0.3);
}
.list_group ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_group ul li a {
  font-size: 19.44px;
  font-family: UTMPenumbra;
  text-transform: uppercase;
  border: solid 1px #000;
  padding: 2px 10px;
  display: inline-block;
  margin-right: 5px;
}
.list_group ul li a:hover {
  border-color: #000;
}

.news .box_mid {
  padding: 0px;
}
.news .tth_navigation {
  padding-top: 9px;
  padding-bottom: 9px;
}

.news_detail {
  background: #fff;
}
.news_detail .tth_navigation {
  padding-top: 9px;
  padding-bottom: 9px;
}

/*-------------------item_detail----------------*/
.box_mid {
  padding: 0px;
}

#item_detail .img_detail {
  text-align: center;
  padding-bottom: 38px;
}
@media (max-width: 1000px) {
  #item_detail .img_detail {
    padding-bottom: 30px;
  }
}
#item_detail .img_detail img {
  max-width: 100%;
  height: auto;
}
#item_detail h1 {
  font-family: OpenSans-Bold0;
  color: #4b4b4b;
  font-size: 21.34px;
  margin-bottom: 11px;
  text-transform: uppercase;
}
@media (max-width: 999px) {
  #item_detail h1 {
    font-size: 20px;
  }
}
#item_detail .item-content {
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-family: OpenSans-Regular;
  font-size: 14.94px;
  color: #4b4b4b;
}
#item_detail .item-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
#item_detail .tool-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#item_detail .tool-share span:first-child {
  padding-right: 10px;
}
/*# sourceMappingURL=news.css.map */