 .phoneIcon {
  width: 30px;
  height: 20px;
  position: relative;
  top: 0;
  bottom: 0;
  display: none;
  align-items: center;
  cursor: pointer;
}
 .phoneNav {
  width: 100%;
  height: 2px;
  background: #000;
}
 .phoneNav:before {
  content: '';
  position: absolute;
  top: 0;
  height: 2px;
  background: #000;
  width: 100%;
}
 .phoneNav:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #000;
  width: 100%;
}
 .active .phoneNav,
 .active .phoneNav:before,
 .active .phoneNav:after,
 .bgActive .phoneNav,
 .bgActive .phoneNav:before,
 .bgActive .phoneNav:after {
  background: #000;
}
 .menuBox {
  position: fixed;
  width: 100%;
  background: #fff;
  height: 100vh;
  top: 0;
  right: -100%;
  z-index: 99999999999;
  transition: all 0.5s;
  overflow: auto;
  overflow-x: hidden;
}
 .phoneNavShow {
  box-sizing: border-box;
  right: 0;
  transition: all 0.5s;
  z-index: 9999;
  padding: 0 20px;
}
 .menuBox .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  z-index: 20;
  border-radius: 50%;
  cursor: pointer;
  background: #f6ac53 url('../images/close.svg') no-repeat center;
  background-size: 12px;
  text-indent: -99px;
}
 .phoneNavShow .close {
  display: block;
}
 .menuBox ul li a {
  color: #333;
  display: block;
}
 .menuBox ul {
  flex-wrap: wrap;
  margin-top: 90px;
}
 .menuBox ul li {
  width: 100%;
  border-bottom: 1px solid #eee;
  transition: all 1s ease;
}
 .menuBox ul li a {
  height: auto;
  line-height: 50px;
}
 .menuBox .secondMenu {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0;
  width: 100%;
  box-shadow: none;
  padding: 0 30px 20px;
  flex-direction: column;
  display: none;
}
 .menuBox .secondMenu a,
 .menuBox.active .menuBox ul .secondMenu a {
  text-align: left;
  line-height: 30px;
  height: auto;
}
 .menuBox.active .secondMenu {
  top: 0;
}
 .menuBox ul li {
  position: relative;
}
 .menuBox ul li i {
  content: '';
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  position: absolute;
  background: url('../images/close.svg') no-repeat center;
  filter: brightness(0.2);
  background-size: 12px;
  z-index: 10;
  transform: rotate(45deg);
  transition: all 0.5s;
}
 .menuBox ul li i.active {
  transform: rotate(90deg);
  transition: all 0.5s;
}
 .panel1 {
  width: 100%;
  margin: 0 auto;
  padding-top: 120px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  box-sizing: border-box;
}
 .panel1 .panel1_outer {
  max-width: 1400px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
 .panel1 .panel1_outer .news-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-flow: column wrap;
}
 .panel1 .panel1_outer .news-list a {
  width: 100%;
}
 .panel1 .panel1_outer .news-list a .news-item {
  width: 100%;
  padding: 70px 0;
  border-bottom: 1px solid rgba(102, 102, 102, 0.138);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
 .panel1 .panel1_outer .news-list a .news-item .news-left {
  max-width: 163px;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: #666;
}
 .panel1 .panel1_outer .news-list a .news-item .news-left .newsl-row1 {
  width: 100%;
  border-bottom: 1px solid rgba(102, 102, 102, 0.138);
  font-size: 50px;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
 .panel1 .panel1_outer .news-list a .news-item .news-left .newsl-row1 span {
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  padding-left: 10px;
}
 .panel1 .panel1_outer .news-list a .news-item .news-left .newsl-row2 {
  font-size: 20px;
  width: 100%;
  text-align: center;
}
 .panel1 .panel1_outer .news-list a .news-item .news-center {
  max-width: 337px;
  width: 100%;
  padding: 0 50px 0 35px;
}
 .panel1 .panel1_outer .news-list a .news-item .news-center img {
  width: 100%;
  vertical-align: middle;
}
 .panel1 .panel1_outer .news-list a .news-item .news-right {
  max-width: 817px;
  width: 100%;
  padding-left: 20px;
  display: flex;
  flex-flow: column;
}
 .panel1 .panel1_outer .news-list a .news-item .news-right .newsr-title {
  padding: 11px 0 25px 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
 .panel1 .panel1_outer .news-list a .news-item .news-right .newsr-text {
  padding-bottom: 35px;
  line-height: 28px;
  font-size: 16px;
  color: #666;
  border-bottom: 2px dashed rgba(102, 102, 102, 0.138);
}
 .panel1 .panel1_outer .news-list a .news-item .news-right .newsr-button {
  width: 100%;
  padding: 22px 0;
}
 .panel1 .panel1_outer .news-list a .news-item .news-right .newsr-button .btn {
  border-top-left-radius: 30px;
  /* 左上角 */
  border-bottom-right-radius: 20px;
  /* 右下角 */
  width: 130px;
  height: 50px;
  line-height: 50px;
  background-color: rgba(246,172,83, 0.8);
  color: #fff;
  text-align: center;
}
 .panel1 .panel1_outer .news-list a .news-item .news-right .newsr-button .btn:hover {
  background: #f6ac53;
  border-color: #f6ac53;
}
 .panel1 .panel1_outer .news-list a .news-item:hover {
  border-bottom: 1px solid #f6ac53;
}
 .panel1 .panel1_outer .news-list a .news-item:hover .news-left .newsl-row1 {
  border-bottom: 1px solid #f6ac53;
  font-size: 50px;
  font-weight: bold;
  display: flex;
  color: #f6ac53;
}
 .panel1 .panel1_outer .news-list a .news-item:hover .news-left .newsl-row1 span {
  color: #666;
}
 .panel1 .panel1_outer .news-list a .news-item:hover .news-left .newsl-row2 {
  color: #f6ac53;
}
 .panel1 .panel1_outer .Pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5.625rem 0;
}



.page-row{}
.page-row ul li{
  float:left;
  margin:0 10px;
}
.page-row ul li a{
  padding: 10px 20px;
  background:#f6ac53;
}
.page-row ul li span,
.page-row .active span{
  background:#f6ac53;
  color:#fff;
  padding: 10px 20px;
}
@media screen and (max-width: 1400px) {
   .panel1 .panel1_outer .Pagination {
    padding: 3.625rem 0;
  }

}
@media screen and (max-width: 1200px) {
   .panel1 .panel1_outer .Pagination {
    padding: 2.625rem 0;
  }

}
@media screen and (max-width: 1200px) {
   .panel1 .panel1_outer .panel1-title {
    font-size: 28px;
    padding: 40px 0;
  }
   .panel1 .panel1_outer .panel1-search {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
  }
   .panel1 .panel1_outer .panel1-content .content-list {
    width: 100%;
    font-size: 16px;
  }
   .panel1 .panel1_outer .panel1-content .content-list .content-item a {
    line-height: 24px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 1280px) {
   .panel1 .panel1_outer .news-list a .news-item .news-right .newsr-title {
    padding: 11px 0 11px 0;
    font-size: 16px;
  }
   .panel1 .panel1_outer .news-list a .news-item .news-right .newsr-text {
    margin-bottom: 19px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    border: none;
    padding: 0;
  }
   .panel1 .panel1_outer .news-list a .news-item .news-right .newsr-button .btn {
    width: 123px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1000px) {
   .panel1 .panel1_outer .panel1-search {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
   .panel1 .panel1_outer .panel1-content .content-list {
    width: 100%;
    font-size: 12px;
  }
   .panel1 .panel1_outer .panel1-content .content-list .content-item a {
    line-height: 15px;
  }
   .panel1 .panel1_outer .news-list a .news-item {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 20px;
  }
   .panel1 .panel1_outer .news-list a .news-item .news-left {
    display: none;
  }
   .panel1 .panel1_outer .news-list a .news-item .news-center {
    max-width: 100%;
    width: 100%;
    padding: 0 ;
    padding-bottom: 20px;
  }
   .panel1 .panel1_outer .news-list a .news-item .news-right {
    padding-left: 0;
  }
   .panel1 .panel1_outer .news-list a .news-item .news-right .newsr-button {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
   .panel1 {
    padding-top: 0;
  }
}
/*# sourceMappingURL=./news.css.map */






.panel4{width:100%;margin:0 auto;background:#fff;padding-top:60px;margin-bottom: 60px}
.panel4_outer{padding:60px 20px;width:80%;max-width:1400px;margin:auto;box-sizing:border-box;background:#f5f5f5;}
.panel4-model1{width:100%;}
.model1-list{width:100%;display:flex;justify-content:space-between;justify-content: space-evenly;}
.model1-left{max-width:100%;padding:0 20px;}
.left-title{width:calc(100% - 200px);font-size:30px;color:#000;text-align:center;padding:0px 100px 35px 100px;line-height:47px;border-bottom:1px solid #6666661f;}
.left-detail{margin-bottom: 40px}
.left-text{width:100%;font-size:16px;line-height:36px;color:#666;}
.hotworld{color:#000;font-weight:bold;}
}
.left-text1{width:100%;padding:0 20px;font-size:16px;line-height:36px;color:#666;border-bottom:1px solid rgba(102,102,102,0.359);}

.left-text1 p,
.left-text1 span{
  font-size: 16px!important;
  line-height: 35px!important;
  margin:0!important;
}

.panel4 .panel4_outer .panel4-model1 .model1-list .model1-left .navbar-push {
    border-top: 1px solid rgba(102, 102, 102, 0.359);
    display: flex;
    justify-content: space-between;
    margin:20px 0;
    padding-top: 20px;
    padding-bottom: 100px;
}
.panel4 .panel4_outer .panel4-model1 .model1-list .model1-left .navbar-push .next-push {
    padding-top: 20px;
}

@media screen and (max-width: 769px){
  .panel4{padding:0;margin:0;}
  .panel4_outer{width:100%;padding:20px 0;}
  .left-title{width:100%;padding:0;}
  .left-text1 img{width:100%;}
}