.w{
  width: 1400px;
  margin: 0 auto;
}
.header img{
  width: 100%;
}
.nav{
  width: 100%;
  min-height: 50px;
  background-color: #9b1517;
}
.nav .nav_content{
  display: flex;
  line-height: 50px;
  justify-content: space-around;
  align-items: center;
}
.nav .nav_content a{
  font-size: 22px;
  color: #fff;
}
.content{
  display: flex;
  padding-top: 60px;
}
.content .content_left{
  display: flex;
  flex-direction: column;
  margin-right: 80px;
}
.content .content_left img:nth-child(1){
  margin-bottom: 30px;
}
.content_right .content_right_title{
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}
.more{
  width: 750px;
  text-align: right;
  display: flex;
  justify-content: right;
  align-items: end;
  border-bottom: 2px solid #be1d21;
}
.more a{
  color: #be1d21;
}

.content_right .content_right_list {
  width: 926px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content_right .content_right_list li{
  margin-bottom: 30px;
}
.content_right .content_right_list li a{
  color: #000;
  font-size: 19px;
}
.content_right_hytp{
  display: flex;
  width: 925px;
  justify-content: space-around;
  
}
.content_right_hytp li img{
  width: 205px;
  height: 155px;
}
.footer {
  width: 100%;
  text-align: center;
  min-height: 60px;
  background-color: #9b1517;
  line-height: 60px;
  font-size: 19px;
}
.footer .copyright,.footer .Zicp {
  padding-right: 83px;
  color: #fff;
  text-align: center;
}