.newswarp2 {
  height: auto;
  background-image: url(../image/xinwwarp.jpg);
  background-size: cover;
  background-repeat: no-repeat;

}

.newscontw {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  color: #fff;
}

.newscontw h2 {
  font-size: 30px;
  padding-top: 10px;
  line-height: 55px;
}

.newscontw p {
  font-size: 20px;
  line-height: 40px;
}

.guodl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.guodl dl {
  margin-top: 2%;
  box-sizing: border-box;
  display: block;
  width: 25%;
  height: auto;
  padding: 2%;
  background-color: rgba(32, 52, 109, 0.2);
  border-top: 2px solid #475266;
  border-left: 2px solid #475266;
}

.guodl dl dt {
  font-size: 22px;
  margin-bottom: 20px;
  color: #7d95d3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.guodl dl a {
  color: #fff;
}

.guodl dl dd {
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 20px;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.guodl dl p {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}

.guodl dl p::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../image/shijian.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 11px;
  left: 0px;
}

.guodl dl:first-of-type {
  border-top-left-radius: 30px;
}

.guodl dl:last-of-type {
  border-top-right-radius: 30px;
  border-right: 2px solid #475266;
}

.newssize {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newswarp .newssize dt {
  width: 100%;
}

.newswarp .newssize dd:last-of-type {
  width: 100%;
  padding: 0;
}

.newssize {
  width: 50%;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  padding: 2% 0;
}

.newssize dt {
  width: 100%;
  line-height: 35px;
  font-size: 20px;
  color: #232323;
  overflow: hidden;
}

.newssize dd {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.newssize a {
  color: #232323;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.newssize a:hover {
  color: #d23c3d;
}

.newssize p {
  float: right;
  padding-top: 10px;
  right: 10px;
  font-size: 16px;
  color: #b6b6b6;
}

.newssize .shuangdd {
  width: 80%;
  float: left;
}

.newssize:nth-child(even) {
  padding-right: 3%;
}

.newssize:nth-child(odd) {
  padding-left: 3%;
}

@media screen and (max-width: 1400px) {
  .newscontw {
    width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .newscontw {
    width: 950px;
  }
  .newssize a {
    font-size: 1.2rem;
  }
  .newssize dd {
    font-size: 1rem;
  }
  .newssize .shuangdd {
    width: 100%;
    float: left;
  }
}

@media screen and (max-width: 950px) {
  .newscontw {
    width: 780px;
  }
  .guodl dl dd {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 780px) {
  .newscontw {
    width: 95%;
  }
  .newscontw h2 {
    font-size: 1.6rem;
    padding-top: 10px;
    line-height: 55px;
    padding-left: 2%;
  }
  .newscontw p {
    font-size: 1rem;
    line-height: 40px;
    padding-left: 2%;
  }
  .newssize a {
    font-size: 1rem;
  }
  .newssize dd {
    font-size: 14px;
  }
  .newswarp dl {
    width: 100%;
  }
  .newssize {
    padding: 3% 0;
    width: 100%;
  }
  .newssize:nth-child(odd) {
    padding-left: 0;
  }
  .newssize:nth-child(even) {
    padding-right: 0;
  }
  .newssize .shuangdd {
    width: 100%;
    float: none;
  }
  .guodl dl dt {
    margin-bottom: 10px;
  }
  .guodl dl:first-of-type {
    border-top-left-radius: 0;
  }
  .guodl dl:last-of-type {
    border-top-right-radius: 0;
  }
}

@media screen and (max-width: 560px) {
  .guodl dl {
    width: 49%;
    border: 2px solid #475266;
  }
  .newscontw h2 {
    padding-top: 0;
  }
  .newssize p {
    font-size: 14px;
  }
  .newscontw h2 {
    font-size: 1.4rem;
  }
  .newscontw p {
    line-height: 30px;
  }
  .guodl dl dt {
    font-size: 1rem;
  }
  .guodl dl dd {
    font-size: 14px;
    line-height: 22px;
  }
  .guodl dl p::after {
    width: 14px;
    height: 14px;
    top: 7px;
  }
  .guodl dl dd{margin-bottom: 5px;}
  .newscontw h2{line-height: 35px;}
  .newscontw p{padding-bottom: 10px;}
  .newswarp{width: 95%;}
  
}
