.banner2 .news_tab {
  width: 100%;
  height: 60px;
  bottom: 0px;
  left: 0px;
  position: absolute;

}

.banner2 .news_tab .news_tab_content {
  width: 90%;
  max-width: 1640px;
  margin: 0 auto;
  height: 60px;
  display: flex;
  justify-content: flex-end;
}

.news_tab .news_tab_content .news_titles {
  display: block;
  background: rgba(255, 255, 255, 0.89);
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  width: 158px;
  height: 60px;
  line-height: 60px;
  color: #333;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.news_tab .news_tab_content .news_titles:hover,
.news_tab .news_tab_content .news_titles.active {
  background: rgba(238,30 ,38 , 0.89);
  color: white;
}

@media screen and (max-width:767px) {
  .news_tab .news_tab_content .news_titles {
    font-size: 12px;
    width: 100px;
    height: 40px;
    line-height: 40px;
  }

  .banner2 .news_tab .news_tab_content,
  .banner2 .news_tab {
    height: 40px;
  }
}
.news1 {
  width: 100%;
  padding: 50px 0px;
}

.news1_list {
  width: 90%;
  margin: 0 auto;
  padding: 0px;
  max-width: 1300px;
}

.news1_list li {
  list-style-type: none;
  padding: 20px 0;
  border-bottom: #ededed solid 1px;
  overflow: hidden;
}

.news1_list li a {
  /* display: block; */
  width: 100%;
  display: flex;
  padding: 10px 0 10px 10px;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.news1_list li .unionPicture {

  width: 23.5%;
  line-height: 0;
}

.news1_list li .unionPicture img {
  width: 100%;
}

.news1_list li .unionIco {
  width: 90px;
  height: 203px;
  line-height: 203px;
  border-left: solid 1px #ededed;
  background: url(../image/news4.png) no-repeat center center;
  background-size: 18px auto;
}

.news1_list li .hot {

  width: calc(76.5% - 90px);
  padding: 0 60px 0 40px;
}

.news1_list li .hot:before,
.news1_list li .hot:after {
  display: none;
}

.news1_list li .hot .hotH3 {

  width: 100%;
  padding-top: 41px;
  color: #333;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news1_list li .hot .hotTime {
  margin-top: 6px;
  color: #666;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
}

.news1_list .hot .hotDown {
  width: 100%;
  height: 48px;
  margin-top: 22px;
  padding-left: 19px;
  border-left: rgba(77, 79, 78, 0.1) solid 1px;
  color: #444;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  letter-spacing: 1px;
  white-space: normal;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news1_list li a:hover {
  background: #ee1d26;
}

.news1_list li a:hover .hot .hotH3 {
  color: #ffffff;
}

.news1_list li a:hover .hot .hotTime {
  color: #ffffff;
  opacity: 0.6;
}

.news1_list li a:hover .hot .hotDown {
  border-left-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

.news1_list li a:hover .unionIco {
  background-image: url(../image/news5.png);
  border-left-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width:1200px){
  .news1_list li .hot .hotH3{
    padding-top: 20px;
  }
}
@media screen and (max-width:991px){
  .news1_list li .hot .hotH3{
    padding-top: 13px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
  }
  .news1_list li a:hover .hot .hotDown {
      height: 44px;
      margin-top: 11px;
      padding-left: 15px;
      font-size: 13px;
      line-height: 22px;
      letter-spacing: 0px;
  }
}
@media screen and (max-width:767px){
  .news1_list li a{
    flex-wrap:wrap;
  }
  .news1_list li .hot,.news1_list li .unionPicture{
    width:100%;
    padding: 0 10px;
  }
  .news1_list li .unionPicture{
    padding: 10px;
    border-bottom: solid 1px rgba(77,79,78,0.1);
    background: #ee1d26;
  }
  .news1_list li .unionIco {
      display: none;
  }
}
.news_page{
  width: 90%;
  margin: 0 auto;
  padding: 60px 0 80px 0;
  max-width: 1300px;
  display:flex;
  justify-content: center;
}
.news_page a{
  display: block;
  /* float: left; */
  width: 31px;
  height: 31px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  color: #272727;
  margin: 0 8px;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  text-decoration: none;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  
}
.news_page a:hover,.news_page a.on{
  color: #fff;
  border: 1px solid #ee1d26;
  background: #ee1d26;
  text-decoration: none;
}
.news_page a.next {
    background: url(../image/snext_fy.png) no-repeat center;
    width: 100px;
}
.news_page a.next:hover {
    background: url(../image/snext_fy_h.png) no-repeat center #ee1d26;
    border: 1px solid #ee1d26;
}
@media screen and (max-width:767px){
  .news_page{
    padding: 0px 0 45px 0;
  }
}

.law_content{
  padding:35px 0 45px
}
.law_content .title {
  border-bottom: 1px solid #e4dcd7;
  font-size: 28px;
  text-align: center;
  /* margin: 0px 0 45px; */
}

.law_content .title span {
  border-bottom: 2px solid #ee1d26;
  padding: 0 20px 20px;
  display: inline-block;
  font-weight:900;
}
.law_list{
  width:90%;
  max-width: 1200px;
  font-size: 16px;
  line-height: 30px;
  padding: 45px 135px;
  background-color: #f6f6f6;
  margin:0px auto 40px;
}
.law_list .cu-left{
  padding-top:35px;
}
.law_list .cu-left:first-of-type{
  padding-top:0px;
}
.law_list .cu-left h2{
  color: #ee1d26;
  font-size: 20px;
  line-height: 40px;
  font-weight: bolder;
}
.law_list .law_items .laws{
  width:100%;
}
.law_list .law_items .laws img{
  width:15px;
  height:13px;
  display:inline-block;
}
.law_list .law_items .laws a.u_line{
  text-decoration: none;
  color: #333;
  display:inline-block;
}
.law_list .law_items .laws a.u_line:hover{
  color: #ee1d26;
}
/*xs*/
@media screen and (max-width:991px){
  .law_list{
    padding:45px;
  }
}
/*xs*/
@media screen and (max-width:767px){
  .law_list{
    font-size:14px;
    padding:20px;
  }
  .law_list .law_items .laws img{
    width: 12px;
      height: 10px;
  }
  .law_content {
      padding: 20px 0 30px;
  }
  .law_content .title{
    font-size: 20px;
  }
  .law_content .title span{
    padding: 0 10px 10px;
  }
}