.newsup {
  background-image: url(../image/xinwwarp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.newsmaint {
  width: 1400px;
  margin: 0 auto;
  padding-bottom: 2%;
  color: #fff;
}

.newsmaint h2 {
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 3%;
  padding-top: 1%;
}

.newsmaint .shijian p {
  font-size: 16px;
  padding-right: 5%;
  float: left;
}

.newsmaint .shijian span {
  font-size: 16px;
}

.ncenter {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  margin-top: 3%;
  margin-bottom: 3%;
  
}

.centerzuo {
  width: 73%;
  float: left;
  box-shadow: 0 0px 5px #e3e3e3;
  padding-bottom: 5%;
  box-sizing: border-box; padding:  5% 30px;
}

.centerzuo p {
  font-size: 16px;
  color: #232323;
  padding: 0 3%;
  line-height: 28px;
  text-indent: 37px;
}
.shangyiye p{padding:10px 0;}
.centerzuo .centertop {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding-bottom: 2%;
  background-color: #f5f8ff;
  padding-left: 20%;
  margin-bottom: 3%;
}

.centerzuo .centertop p {
  width: 70%;
  float: left;
  box-sizing: border-box;
  text-indent: 28px;
  padding-top: 2%;
  font-size: 18px;
  font-weight: bold;
  float: left;
  position: relative;
  padding: 2% 0;
  font-weight: normal;
}

.centerzuo .centertop p::after {
  content: '';
  display: block;
  width: 208px;
  height: 56px;
  background-image: url(../image/wenxintishi.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -12px;
  left: -36%;
}

.centerzuo .centertop a {
  line-height: 40px;
  display: block;
  float: left;
  border-radius: 25px;
  background-color: #7686a7;
  text-align: center;
  color: #fff;
  padding: 0 5%;
  margin-top: 2%;
}

.centerzuo img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 10px auto;
}

.centerzuo .shangyiye {
  width: 80%;
  margin: 0 auto;
  margin-top: 5%;
  box-shadow: 0 0 5px #e3e3e3;
}

.centerzuo .shangyiye a {
  color: #232323;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.centerzuo .shangyiye a:hover {
  color: #3682f0;
}

.kftop {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  background-color: #505f7e;
  padding-left: 10%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-bottom: 10%;
  padding-bottom: 5%;
}

.kftop h3 {
  font-size: 20px;
  padding-top: 10px;
  color: #fff;
  padding-top: 10px;
  position: relative;
}

.kftop h3::after {
  content: '';
  display: block;
  width: 97px;
  height: 97px;
  background-image: url(../image/kefu.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  right: 0;
}

.kftop p {
  text-align: left;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}

.kftop dt {
  float: left;
  padding-right: 20px;
}

.kftop dd {
  font-size: 20px;
  color: #fff;
}

.promain_right h2 {
  background-color: #505f7e;
}

.promain_right {
  width: 21%;
  padding-bottom: 12px;
}

@media screen and (max-width: 1400px) {
  .newsmaint,
  .ncenter {
    width: 1200px;
  }
  .kftop h3::after {
    width: 85px;
    height: 85px;
    top: -32px;
  }
  .kftop {
    padding-left: 8%;
  }
  .kftop dt {
    padding-right: 0;
  }
  .kftop dd {
    font-size: 16px;
    line-height: 25px;
  }
  .kftop img {
    width: 80%;
  }
}

@media screen and (max-width: 1200px) {
  .newsmaint,
  .ncenter {
    width: 950px;
  }
  .centerzuo .centertop {
    padding-bottom: 0;
  }
  .centerzuo .centertop p::after {
    width: 142px;
    height: 39px;
    left: -18%;
  }
  .centerzuo .centertop p {
    width: 80%;
  }
  .centerzuo .centertop {
    padding-left: 12%;
  }
  .kftop dt {
    width: 80%;
    float: none;
  }
  .kftop h3::after {
    top: -44px;
  }
}

@media screen and (max-width: 980px) {
  .newsmaint,
  .ncenter {
    width: 750px;
  }
  .kftop {
    display: none;
  }
  .centerzuo {
    width: 100%;
    float: none;
  }
  .promain_right {
    width: 95%;
  }
}

@media screen and (max-width: 780px) {
  .newsmaint,
  .ncenter {
    width: 95%;
  }
  .newsmaint h2 {
    font-size: 1.6rem;
    padding-top: 0;
  }
  .centerzuo img {
    width: 90%;
  }
  .centerzuo .centertop p {
    font-size: 16px;
  }
  .centerzuo .centertop {
    display: none;
  }
  .centerzuo p {
    padding: 2% 3%;
  }
  .newsmaint {
    padding-bottom: 8%;
  }
  .shangyiye p {
    text-indent: 0px;
  }
  .centerzuo .shangyiye {
    width: 90%;
  }
  .centerzuo {
    box-shadow: none;
  }
  .ggtitle {
    width: 95%;
  }
  
}

@media screen and (max-width: 560px) {
  .newsmaint h2 {
    font-size: 1.4rem;
    line-height: 40px;
  }
  .centerzuo p {
    font-size: 14px;
    line-height: 25px;
  }
  .newsmaint h2 {
    font-size: 1.2rem;
  }
  .newsmaint .shijian span {
    font-size: 14px;
  }
  .newsmaint .shijian p {
    font-size: 14px;
  }
  .articlebody{padding: 0;}
}

