.header{
  height: 480px;
  background-size: 100% 100%;
}
.headline{
  padding-bottom: 48px;
}
.content{
  background-image: none;
  background-color: #ffffff;
}
.p1_bg{
  width:100%;
  background: url("../images/p1_bg.png") center top no-repeat;
  background-size: 100% 100%;
}
.grid h2{
  padding-bottom: 0;
}
.focus .pic span{
  padding:10px 40px;
  background: linear-gradient(transparent, rgba(199, 0, 6, 1));
  text-align: center;
}
.p1{
  margin-bottom: 45px;
}
.p2{
  margin-bottom: 30px;
}
.grid h3{
  padding-left: 0;
  height: 51px;
}
.grid h3 a{
  background-color: transparent;
}
.grid h3:before{
  display: none;
}
.grid h3 a{
  width: 187px;
  height: 51px;
}
.focus, .focus .pic{
  height: 330px;
}
.p1 .news .list-t li{
  position: relative;
  padding-left: 20px;
}
.p1 .news .list-t li a{
  width: 100%;
}
.p1 .news .list-t li:before{
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #C70006;
  color: #C70006;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
}
.p2 .list-t,.p3 .list-t{
  margin-top:0;
}
.p2 h3,.p3 h3{
  height: 60px;
  width: 100%;
  display: block;
  background-size: 100% 100%;
  margin-bottom: 35px;
}
.p2 h3 a,.p3 h3 a{
  display: block;
  height: 100%;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}
.p2 h3{
  background: url("../images/p2_h3.png") center top no-repeat;
}
.p3 h3{
  background: url("../images/p3_h3.png") center top no-repeat;
}
.p2 .list-t li>div{
  position: relative;
  padding: 17px 24px;
  border: 2px solid #F6F6F6;
  margin-bottom: 20px;
}
.p2 .list-t li:before{
  display: none;
}
.p2 .nr{
  position: relative;
}
.p2 .list-t a{
  height: 60px;
}
.p2 .list-t .date{
  font-size: 16px;
  line-height: 32px;
  color: #999999;
  top: 50%;
  right: 0;
}
.p2 .list-t li a{
  line-height: 30px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制在一个块元素显示的文本的行数 */
  overflow: hidden; /* 隐藏超出的内容 */
  text-overflow: ellipsis;
  width: 80%;
}
.p3 .list-t li{
  padding-left: 20px;
  border-bottom: 1px dashed #D8B36E;
  height: 62px;
  line-height: 62px;
}
.p3 .list-t li a{
  font-size: 18px;
}


.p3 .list-t li:before{
  display: none;
}
.p3 .list-t li:before{
  display: block;
  content: '';
  width: 10px;
  height: 13px;
  background: url("../images/li_before.png");
  margin-top: -6.5px;
}
.p3 {
  margin-bottom: 55px;
}
.list-t li:hover a{
  color: #ca0717;
}
.p2 .list-t li:hover{
  transform: scale3d(1.05,1.05,1);
  transition: all 0.3s;
}


@media screen and (max-width: 1200px) {
  .banner img{
    width: 75%;
  }
  .p2 .list-t li a{
    width: 75%;
  }

  .focus, .focus .pic{
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  .header{
    height: 410px;
  }
  .banner{
    padding-top: 125px;
  }
  .p2 .list-t li a{
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .header{
    height: 360px;
  }
  .banner{
    padding-left: 0;
    padding-right: 0;
    padding-top: 125px;
  }
  .headline {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p2 .list-t li a{
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .header{
    height: 235px;
  }
  .banner{
    padding-top: 65px;
  }
  .banner img{
    width: 80%;
  }
  .headline {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p2 .list-t li a {
    white-space: normal;
  }
}
