.banner{
  background: url(./../../../../img/www/second/news-bg.png) center center no-repeat;
  background-size: 1920px auto;
  height: 400px;
}
.banner img{
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.df_wrap{
  width: 1200px;
  margin: 0 auto;
}
.df_nav{
  display: flex;
  margin: 80px 0 40px;
}
.df_nav:hover{
  cursor: pointer;
}
.df_nav .active{
  color: rgba(33, 90, 169, 1);
}
.df_nav .active::after{
  content: "";
  display: inline-block;
  position: absolute;
  width:72px;
  height:2px;
  background:rgba(33,90,169,1);
  bottom: -12px;
  left: 0;
}
.df_nav p{
  font-size:18px;
  font-family:MicrosoftYaHei,"微软雅黑";
  color:rgba(51,51,51,1);
  line-height:18px;
  margin-right: 78px;
  position: relative;
  white-space: nowrap;
}
.df_nav p a{
  color:rgba(51,51,51,1);
}
.df_nav p.active a{
  font-weight:bold;
  color:rgba(33,90,169,1);
}
.news-list{
  width: 1200px;
  margin: 0 auto;
}
.news-list li{
  width: 100%;
  margin-bottom: 56px;
}
.news-list li a{
  width: 100%;
}
.news-list li .img-box{
  float: left;
  width: 480px;
  height: 208px;
  overflow: hidden;
}
.news-list li .img-box img{
  width: 100%;
}
.news-list li .list-right{
  width: 688px;
  margin-left: 32px;
  height: 208px;
  position: relative;
  float: left;
}
.news-list li .list-right h6{
  position: absolute;
  bottom: 0;
  white-space: nowrap;
  font-weight: 400;
  color: #999;
}
.news-list li .list-right h6 .from{
  color: #215AA9;
  margin: 0 4px;
}
.news-list li .list-right h6 .time{
  margin-left: 16px;
}
.news-list li .list-right h3{
  font-size:18px;
  font-family:MicrosoftYaHei,"微软雅黑";
  color:rgba(17,17,17,1);
  line-height:20px;
  font-weight: 400;
  max-width: 688px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.news-list li .list-right p{
  font-size:14px;
  font-family:MicrosoftYaHei,"微软雅黑";
  color:rgba(102,102,102,1);
  line-height:20px;
  margin-top: 15px;
}
.J-paginationjs-go-pagenumber{
  margin-right: 10px;
  border-radius: 0 !important;
  width:39px !important;
  height:24px !important;
  margin-top: 2px;
}
.paginationjs{
  width: 600px;
  margin: 0 auto;
}
.paginationjs a{
  border-radius: 0 !important;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.paginationjs-prev{
  border-radius: 0 !important;
  border-color: #E0E6ED !important;
}
.paginationjs-next{
  border-radius: 0 !important;
  border-color: #E0E6ED !important;
}
.paginationjs-page{
  border-color: #E0E6ED !important;
}
.paginationjs-nav{
  color: #AAB1B8;
}
.J-paginationjs-go-button{
  width:44px !important;
  height:26px !important;
  line-height: 24px !important;
  background:rgba(255,255,255,1);
  border:1px solid rgba(224,230,237,1);
  border-radius: 0 !important;
  padding: 0 !important;
  color: #555555 !important;
  margin-top: 2px;
}
.paginationjs .paginationjs-pages li.active>a{
  background:rgba(33,90,169,1);
}
#df_page{
  padding: 40px 0 80px;
  text-align: center;
  line-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#df_page a{
  color: #555555;
  background:rgba(255,255,255,1);
  border:1px solid rgba(224,230,237,1);
  border-left:none;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size:14px;
}
#df_page a.active{
  background:rgba(33,90,169,1);
  color: #fff;
  border-color: rgba(33,90,169,0);
}
#df_page span{
  font-size:12px;
  font-family:PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(170,177,184,1);
}
#df_page input{
  width:37px;
  height:22px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(224,230,237,1);
  margin: 0 6px;
  text-align: center;
}
#df_page .confirm{
  margin-left: 16px;
  padding: 0 3px;
  border:1px solid rgba(224,230,237,1);
  font-size: 12px;
  line-height: 22px;
  height: auto;
}
#df_page .icon-left img{
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
  /* margin-top: 6px; */
}
#df_page .icon-left .left-img{
  transform: none;
}
#df_page .icon-right .right-img{
  transform: rotate(180deg);
}
#df_page .icon-right img{
  width: 20px;
  height: 20px;
  /* margin-top: 6px; */
}
#df_page .icon-right{
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;

  /* padding: 8px 0; */
  /* box-sizing: border-box; */
}
#df_page .icon-left{
  border:1px solid rgba(224,230,237,1);
  display: flex;
  align-items: center;
  justify-content: center;

  
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
/*在firefox下移除input[number]的上下箭头*/
input[type="number"]{
  -moz-appearance:textfield;
}
.hd_box ul li:nth-child(5) a{
  font-size:18px;
  font-family:MicrosoftYaHei-Bold,MicrosoftYaHei,"微软雅黑";
  font-weight:bold;
  color:rgba(51,51,51,1);
}
.hd_box ul li:nth-child(5) .childList a{
  font-weight: 400;
  font-size:14px;
  font-family:MicrosoftYaHei,"微软雅黑";
  color:rgba(51,51,51,1);
}
.hd_box ul li:nth-child(1) a{
  font-weight: 400;
  font-family:MicrosoftYaHei,"微软雅黑";
  color:rgba(51,51,51,1);
}
@media screen and (max-width:1200px){
  .banner img{
    margin-left: 48px;
  }
}
@media screen and (min-width:1920px){
  .banner{
    background: url(./../../../../img/www/second/news-bg.png) center center no-repeat;
    background-size: 100% auto;
  }
}