.news_content {
  width: 14rem;
  margin: -2.44rem auto 0;
  background: #ffffff;
  position: relative;
  z-index: 10;
  border-top-left-radius: 0.18rem;
  border-top-right-radius: 0.18rem;
  padding: 0.15rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news_content .news_tab_nav {
  height: 0.9rem;
  line-height: 0.9rem;
  border-bottom: 1PX solid #e5e5e5;
  text-align: center;
}

.news_content .news_tab_nav a {
  position: relative;
  display: inline-block;
  font-size: 0.24rem;
  color: #4c4c4c;
  margin: 0 1.05rem;
}

.news_content .news_tab_nav a::before {
  content: '';
  width: 0%;
  height: 0.02rem;
  background: #e8943c;
  position: absolute;
  right: 50%;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news_content .news_tab_nav a::after {
  content: '';
  width: 0%;
  height: 0.02rem;
  background: #e8943c;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news_content .news_tab_nav a.on,
.news_content .news_tab_nav a:hover {
  color: #e8943c;
}

.news_content .news_tab_nav a.on::before,
.news_content .news_tab_nav a:hover::before {
  width: 50%;
}

.news_content .news_tab_nav a.on::after,
.news_content .news_tab_nav a:hover::after {
  width: 50%;
}

.news_content .news_show {
  margin: 0.8rem auto;
}

.news_content .news_show .show_img {
  float: left;
  width: 7.4rem;
  height: 4.5rem;
  border-radius: 0.18rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.2rem 0.8rem 0 rgba(127, 69, 8, 0.35);
          box-shadow: 0 0.2rem 0.8rem 0 rgba(127, 69, 8, 0.35);
  font-size: 0;
  position: relative;
}

.news_content .news_show .show_img img {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news_content .news_show .show_img img.on {
  opacity: 1;
}

.news_content .news_show .show_list {
  float: right;
  width: 3.6rem;
}

.news_content .news_show .show_list li {
  border-bottom: 1PX solid #d8d8d8;
  height: 1.53rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_content .news_show .show_list li a {
  display: block;
}

.news_content .news_show .show_list li a p {
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #999999;
  margin-top: 0.04rem;
}

.news_content .news_show .show_list li a h3 {
  font-size: 0.22rem;
  line-height: 0.3rem;
  margin-top: 0.09rem;
  color: #4c4c4c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news_content .news_show .show_list li:nth-child(1) {
  height: 1.38rem;
}

.news_content .news_show .show_list li:hover a h3 {
  color: #e8943c;
}

.news_content .news_search .search_select {
  float: left;
  width: 3.3rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 0.2rem;
  border: 1PX solid #d8d8d8;
}

.news_content .news_search .search_select .select {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.news_content .news_search .search_select .select .select_input {
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  padding: 0 0.3rem 0 0.3rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news_content .news_search .search_select .select .select_input span {
  width: 80%;
  display: inline-block;
  font-size: 0.18rem;
  line-height: 1;
  color: #999999;
  vertical-align: middle;
}

.news_content .news_search .search_select .select .select_input span.active {
  color: #4c4c4c;
}

.news_content .news_search .search_select .select .select_input em {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  width: 0.18rem;
  height: 0.12rem;
  font-size: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news_content .news_search .search_select .select .select_input em img {
  display: block;
  width: 100%;
  height: 100%;
}

.news_content .news_search .search_select .select .select_ul {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0.79rem;
  display: none;
  border: 1PX solid #d8d8d8;
  border-radius: 0.1rem;
  padding: 0.1rem 0.3rem;
  background: #ffffff;
  max-height: 2rem;
  overflow-y: scroll;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news_content .news_search .search_select .select .select_ul li {
  cursor: pointer;
  width: 100%;
  line-height: 3;
  font-size: 0.18rem;
  color: #666666;
}

.news_content .news_search .search_select .select .select_ul li:hover {
  color: #4c4c4c;
}

.news_content .news_search .search_input {
  float: right;
  width: 8.5rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 0.2rem;
  border: 1PX solid #d8d8d8;
  padding: 0 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.news_content .news_search .search_input input {
  width: 80%;
  font-size: 0.18rem;
  border: none;
}

.news_content .news_search .search_input input::-webkit-input-placeholder {
  color: #999999;
}

.news_content .news_search .search_input input::-moz-placeholder {
  color: #999999;
}

.news_content .news_search .search_input input:-ms-input-placeholder {
  color: #999999;
}

.news_content .news_search .search_input input::-ms-input-placeholder {
  color: #999999;
}

.news_content .news_search .search_input input::placeholder {
  color: #999999;
}

.news_content .news_search .search_input .search_btn {
  width: 0.28rem;
  height: 0.28rem;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  cursor: pointer;
}

.news_content .news_search .search_input .search_btn img {
  display: block;
  width: 100%;
  height: 100%;
}

.news_content .news_list {
  margin-top: 0.8rem;
  margin-bottom: 0.78rem;
}

.news_content .news_list ul li {
  float: left;
  width: 3.3rem;
  height: 4.1rem;
  padding-left: 0.52rem;
  margin-right: 0.52rem;
  margin-bottom: 0.83rem;
  position: relative;
}

.news_content .news_list ul li::after {
  content: '';
  width: 1PX;
  height: 3.71rem;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 0.17rem;
}

.news_content .news_list ul li a {
  display: block;
}

.news_content .news_list ul li a .news_img {
  width: 100%;
  height: 2.07rem;
  border-radius: 0.2rem;
  overflow: hidden;
}

.news_content .news_list ul li a .news_img img {
  width: 100%;
  height: 100%;
}

.news_content .news_list ul li a .news_txt {
  margin-top: 0.33rem;
}

.news_content .news_list ul li a .news_txt p {
  font-size: 0.18rem;
  line-height: 0.26rem;
  font-weight: bold;
  color: #999999;
}

.news_content .news_list ul li a .news_txt h3 {
  font-size: 0.22rem;
  line-height: 0.3rem;
  color: #4c4c4c;
  margin-top: 0.07rem;
}

.news_content .news_list ul li a .look_txt {
  position: absolute;
  left: 0.52rem;
  bottom: 0.16rem;
  font-size: 0.18rem;
  line-height: 0.22rem;
  color: #999999;
  padding-left: 0.2rem;
  background: url('../images/news_look_icon.jpg') no-repeat left center;
  background-size: 0.12rem 0.2rem;
}

.news_content .news_list ul li:nth-child(3n) {
  margin-right: 0;
}

.news_content .news_list ul li:nth-child(3n+1) {
  padding-left: 0;
}

.news_content .news_list ul li:nth-child(3n+1) .look_txt {
  left: 0;
}

.news_content .news_list ul li:nth-child(3n+1)::after {
  display: none;
}

.news_content .news_list ul li:hover a .news_txt h3 {
  color: #e8943c;
}

.news_content .news_list .load_more {
  margin-top: 0.4rem;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #f7f7f7;
  border-radius: 0.2rem;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.news_content .news_list .load_more img {
  width: 0.22rem;
  height: 0.2rem;
}

.news_content .news_detail_tit {
  border-bottom: 1PX solid #e5e5e5;
  text-align: center;
  padding: 0.62rem 0 0.5rem 0;
}

.news_content .news_detail_tit h3 {
  font-size: 0.36rem;
  line-height: 0.6rem;
  color: #4c4c4c;
  margin-bottom: 0.16rem;
}

.news_content .news_detail_tit p {
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #999999;
}

.news_content .news_detail_tit p span {
  margin: 0 0.25rem;
}

.news_content .news_detail_content {
  padding: 0.53rem 0;
}

.news_content .news_detail_content p {
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #666666;
  margin-bottom: 0.2rem;
}

.news_content .news_detail_content h5 {
  font-size: 0.3rem;
  color: #4c4c4c;
  margin-bottom: 0.2rem;
}

.news_content .news_detail_content video,
.news_content .news_detail_content img {
  max-width: 100%;
  margin: 0.1rem 0;
}

.news_content .news_detail_content ul {
  list-style: inherit;
  padding: 0 0.24rem;
}

.news_content .news_detail_content ul li {
  list-style: inherit;
}

.news_content .news_detail_page {
  border-top: 1PX solid #e5e5e5;
  padding: 0.9rem 0 1.42rem 0;
}

.news_content .news_detail_page a {
  width: 48%;
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: #4c4c4c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news_content .news_detail_page a i {
  white-space: nowrap;
}

.news_content .news_detail_page a:hover {
  color: #e8943c;
}

.news_content .news_detail_page a.prev_page {
  float: left;
}

.news_content .news_detail_page a.next_page {
  float: right;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
}

@media only screen and (max-width: 768px) {
  .news_content {
    width: auto;
    margin: -2.44rem auto 0;
    padding: 0.15rem 0.3rem;
  }

  .news_content .news_show {
    margin: 0.8rem auto;
  }

  .news_content .news_show .show_img {
    float: inherit;
    width: 100%;
    height: auto;
  }
  .news_content .news_show .show_img img{position: static;height: auto;display: none;}
  .news_content .news_show .show_img img.on{position: static;height: auto;display: block;}

  .news_content .news_show .show_list {
    float: inherit;
    width: 100%;
    margin-top: 0.5rem;
  }

  .news_content .news_search .search_select {
    float: left;
    width: 28%;
  }

  .news_content .news_search .search_input {
    float: right;
    width: 70%;
  }

  .news_content .news_list {
    margin-top: 0.8rem;
    margin-bottom: 0.2rem;
  }

  .news_content .news_list ul li {
    float: inherit;
    width: 100%;
    height: inherit;
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }

  .news_content .news_list ul li::after {
    display: none;
  }

  .news_content .news_list ul li:nth-child(3n) {
    margin-right: 0;
  }

  .news_content .news_list ul li:nth-child(3n+1) {
    padding-left: 0;
  }

  .news_content .news_list ul li a .news_img {
    width: 50%;
    float: left;
  }

  .news_content .news_list ul li a .news_txt {
    margin-left: 54%;
    margin-top: 0;
  }

  .news_content .news_list ul li a .news_txt p {
    margin-top: 0.3rem;
  }

  .news_content .news_list ul li a .look_txt {
    left: inherit;
    right: 0;
  }

  .news_content .news_list .load_more {
    margin-top: 0.4rem;
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #f7f7f7;
    border-radius: 0.2rem;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
  }

  .news_content .news_list .load_more img {
    width: 0.22rem;
    height: 0.2rem;
  }

  .news_content .news_detail_page {
    border-top: 1PX solid #e5e5e5;
    padding: 0.9rem 0 0.9rem 0;
  }

  .news_content .news_detail_page a {
    width: 100%;
    display: block;
    margin: 0.1rem 0;
  }
}