h2,
h2 a {
  font-size: 16px;
  color: red;
  margin: 0 0 15px !important;
}

.location {
  width: 1200px;
  margin: 20px auto;
  color: #999;
}

.location a {
  margin-left: 3px;
  margin-right: 3px;
  font-size: 14px;
  color: #999999;
}

.listcon {
  width: 100%;
  background-color: inherit;
  padding-bottom: 5px;
  overflow: hidden;
  margin-bottom: 25px;
}

.text-con-wrap {
  width: 816px;
  margin: 0 auto;
}

.text-title {
  font-size: 26px;
  color: #333333;
  text-align: center;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: normal;
}

.text-tips span {
  font-size: 14px;
  line-height: 37px;
  margin: 0 5px;
  color: #999999;
}

.text-content {
  font-size: 16px;
  color: #333333;
  line-height: 38px;
  /* margin-top: 30px; */
  /* padding: 10px; */
  text-align: justify;
}

.tl_sllist {
  width: auto;
  background-color: #fff;
  padding: 15px 30px;
}

.tl_sllist ul li a {
  font-size: 18px;
}

.text-tips {
  width: 100%;
  height: 37px;
  background: #f7f7f7;
  text-align: center;
  margin-bottom: 20px;
}

.contentlist,
.location {
  width: 1130px;
}

.contentlist .left {
  width: 800px;
  float: left;
}

.contentlist .right {
  width: 300px;
  float: right;
  overflow: hidden;
}

.tl_recommend {
  width: auto;
  background-color: #fff;
  margin-bottom: 25px;
  padding: 0 15px;
}

.tl_trtittle {
  width: auto;
  padding-left: 0px;
  line-height: 28px;
  font-size: 18px;
  color: #333333;
  margin: 0 auto;
  padding-top: 13px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  text-indent: 0;
}

.tl_recommend ul {
  margin-left: 0px;
  margin-top: 15px;
  padding-bottom: 15px;
}

.tl_recommend li {
  padding-top: 13px;
  /*padding-bottom: 13px;*/
  padding-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tl_recommend li.tl_top3 em {
  background-color: #e4c267;
  color: #fff;
}

.tl_recommend li em {
  width: 17px;
  height: 17px;
  background-color: #e6e6e6;
  display: block;
  float: left;
  color: #999999;
  text-align: center;
  margin-top: 2px;
  font-size: 12px;
}

.tl_recommend li a {
  font-size: 14px;
  color: #333333;
  margin-left: 13px;
}

.tl_recommend li .tip_li {
  color: #999;
  font-style: normal;
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin-top: 5px;
  margin-left: 28px;
}

.tl_recommend li .tip_li i {
  font-style: normal;
}

.tip_li i:nth-child(2) {
  /* 在这里添加样式 */
  margin: 0 15px;
}

.text-con-top {
  padding: 15px 30px;
  background: #fff;
  overflow: hidden;
}

.page-conten1 {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 60px 80px;
}

.page-conten1 h3 {
  font-size: 22px;
  margin-bottom: 30px;
}

.page-conten1:nth-child(1) {
  padding-top: 0;
}

.text-content p {
  font-family: 仿宋, 宋体;
  font-size: 22px;
  line-height: 41px;
}

.art_list_ul_miaoshu {
  font-family: 仿宋, 宋体;
  font-size: 16px;
}

h3.h3_title {
  color: red !important;
  font-size: 24px !important;
  background: none !important;
}
.rightSearch{
  border: 1px solid #f38726;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 5px;
  background: #fff;
}
.rightSearch .search_text{
  font-size: 17px;
}
.search_btn{
  background:#f38726 !important;
}
@media screen and (max-width: 759px) {

  .location,
  .contentlist .left,
  .contentlist .right {
    width: auto;
    padding: 0 10px;
    float: initial;
  }

  .contentlist,
  .location {
    width: auto;
  }

  .contentli {
    background: #fff;
    padding: 10px;
    margin: 10px 0;
  }

  .page-conten1 {
    padding: 15px;
  }

  .page-conten1 h3 {
    font-size: 22px;
    margin: 40px auto;
    padding-top: 60px;
    text-align: center;
    border-top: 1px solid #999999;
  }

  .mainleft-item-list ul li {
    width: 100%;
    justify-content: space-between;
    padding: 0;
  }

  .tl_recommend,
  .text-con-wrap {
    width: auto;
  }

  .tl_trtittle {
    margin: 0;
    padding: 10px;
    width: auto;
  }

  .tl_recommend ul {
    margin-left: 10px;
  }

  .tl_sllist {
    padding: 15px;
  }
}