/*---------------list_group-----------------*/
@media (max-width: 599px) {
  .wrapper.m_c #tth-content {
    padding-top: 0;
  }
}

img.banner_footer {
  margin-bottom: 50px;
}

.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;
  display: none;
}

.news_detail {
  background: #fff;
}
.news_detail #container {
  padding-top: 0px;
}
.news_detail .tth_navigation {
  padding-top: 15px;
  padding-bottom: 9px;
  padding-left: 15px;
}
.news_detail .tth_navigation ul li.first a {
  color: #0c52a3;
}

.news_other {
  margin-top: 30px;
  padding-left: 0px !important;
  padding-right: 0 !important;
}
.news_other .box_mid-title .mid_title_l {
  text-align: left;
  text-transform: none;
  font-size: 34px;
  display: inline-block;
}
.news_other .box_mid-title .mid_title_l:after {
  margin: unset;
  width: 100%;
}

.news_view_desc .block_focus {
  display: none;
}
.news_view_desc .list_item_news .row_item {
  margin-right: 0;
}
.news_view_desc .list_item_news .row_item .item {
  width: 100%;
  padding-right: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #e5e5e5;
}
.news_view_desc .list_item_news .row_item .item .img {
  width: 30%;
  float: left;
  position: relative;
}
.news_view_desc .list_item_news .row_item .item .img a {
  display: block;
}
.news_view_desc .list_item_news .row_item .item .img img {
  max-width: 100%;
  width: 100%;
}
.news_view_desc .list_item_news .row_item .item .info {
  width: 70%;
  float: left;
  padding-left: 13px;
  padding-right: 0;
  border-top: none;
}
.news_view_desc .list_item_news .row_item .item .info h3 a {
  font-family: MyriadPro;
  font-weight: normal;
}
.news_view_desc .list_item_news .row_item .item .info h3 a:hover {
  color: #1970be;
}
.news_view_desc .list_item_news .row_item .item .info .short {
  font-size: 13px;
  margin-top: 4px;
  display: none;
}
.news_view_desc .list_item_news .row_item .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/*-------------------item_detail----------------*/
#item_detail {
  font-size: 20px;
  white-space: normal;
  word-break: break-word;
}
html[data-browser*=Safari] #item_detail {
  font-size: 22px;
}
#item_detail h1 {
  font-size: 24px;
  color: #333;
  font-family: MyriadPro-Bold;
  font-weight: normal;
  text-transform: capitalize;
  margin-bottom: 9px;
  word-break: break-word;
}
@media (max-width: 768px) {
  #item_detail h1 {
    margin-bottom: 15px;
  }
}
#item_detail h2 {
  font-size: 20px;
}
html[data-browser*=Safari] #item_detail h2 {
  font-size: 22px;
}
#item_detail p, #item_detail span, #item_detail strong {
  font-size: 20px !important;
}
html[data-browser*=Safari] #item_detail p, html[data-browser*=Safari] #item_detail span, html[data-browser*=Safari] #item_detail strong {
  font-size: 22px;
}
#item_detail ul, #item_detail ol {
  margin-bottom: 5px;
  margin-top: 5px;
}
#item_detail ul li, #item_detail ol li {
  line-height: 1.8;
  position: relative;
  list-style: none;
  padding-left: 22px !important;
}
#item_detail ul li:before, #item_detail ol li:before {
  position: absolute;
  top: 15px;
  left: -24px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #009aa6;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html[data-browser*=Safari] #item_detail ul li:before, html[data-browser*=Safari] #item_detail ol li:before {
  font-size: 13px;
}
#item_detail iframe {
  margin: auto;
  display: block;
  max-width: 70%;
  margin-bottom: 15px;
}
@media (max-width: 599px) {
  #item_detail iframe {
    max-width: 100%;
  }
}
#item_detail div.img {
  max-width: 70%;
  margin: auto;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  #item_detail div.img {
    max-width: 100%;
  }
}
#item_detail .item-date {
  font-size: 16px;
  color: #606060;
  padding-bottom: 9px;
  margin-bottom: 15px;
  border-bottom: solid 1px #e5e5e5;
}
#item_detail .item-date span:first-child {
  padding-right: 5px;
}
#item_detail .item-date span:last-child {
  padding-left: 5px;
}
#item_detail .item-content {
  margin-bottom: 25px;
}
#item_detail .item-content img {
  display: block;
  margin: auto;
  height: auto;
  width: auto;
  max-width: 90%;
}
#item_detail .tool-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}
#item_detail .tool-share span:first-child {
  padding-right: 10px;
}

.list_other_v1 {
  margin-top: 10px;
}
.list_other_v1 .row_item .col_item {
  width: 100%;
  margin-bottom: 21px;
}
.list_other_v1 .row_item .col_item .img {
  width: 100%;
  float: none;
}
.list_other_v1 .row_item .col_item .img a {
  display: block;
}
.list_other_v1 .row_item .col_item .img img {
  max-width: 100%;
  width: 100%;
}
.list_other_v1 .row_item .col_item .info {
  width: 100%;
  float: none;
  border: solid 1px #c2c2c2;
  padding: 10px 13px;
  border-top: none;
  background: #ededed;
}
.list_other_v1 .row_item .col_item .info .group_name {
  text-align: center;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 4px;
  margin-bottom: 7px;
}
.list_other_v1 .row_item .col_item .info .group_name span {
  font-size: 13px;
  color: #6c6c6c;
  font-family: "Arial";
  text-transform: uppercase;
}
.list_other_v1 .row_item .col_item .info .group_name span a {
  color: #a73e40;
}
.list_other_v1 .row_item .col_item .info h3 a {
  font-family: "Arial";
  font-weight: bold;
  color: #5f5f5f;
}
.list_other_v1 .row_item .col_item .info h3 a:hover {
  color: #c2c2c2;
}
/*# sourceMappingURL=news.css.map */