.cetitle {
  background-color: #f9fcff;
  width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  border-radius: 4px;
  box-shadow: 0 1px 6px 0 rgba(68, 176, 255, 0.15);
}
.cetitle .active {
  background-color: #44b0ff;
}
.cetitle .active .cir {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.cetitle .active p {
  color: #ffffff;
}
.cetitle .one {
  border-radius: 4px;
  width: 600px;
  height: 100px;
  text-align: center;
  cursor: pointer;
}
.cetitle .one .cir {
  transition: 0.7s;
  width: 40px;
  margin: 15px auto;
  height: 40px;
  font-size: 12px;
  line-height: 36px;
  border-radius: 50%;
  border: 3px solid #111111;
}
.cetitle .one p {
  font-size: 18px;
}
.cetitle .one:hover .cir {
  transform: translateY(-3px);
  border-color: #44b0ff;
  color: #44b0ff;
}
.search {
  width: 220px;
  margin: 0 auto;
  border: 1px solid gainsboro;
  border-radius: 4px;
}
.search input {
  border: none;
  outline: none;
}
.search img {
  cursor: pointer;
}
.news {
  margin: 50px 0;
  position: relative;
  height: auto;
}
.news .new-one {
  width: 1200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.news .new-one li {
  width: 380px;
  height: 290px;
  border: 1px solid #f1f1f1;
  margin-bottom: 30px;
}
.news .new-one li .img {
  width: 100%;
  height: 170px;
  text-align: center;
  overflow: hidden;
}
.news .new-one li .img img {
  width: 100%;
  transition: 1s;
}
.news .new-one li .img img:hover {
  transform: scale(1.1);
}
.news .new-one li .dtitle {
  padding: 0 10px;
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
  height: 40px;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}
.news .new-one li .dtime {
  margin-top: 14px;
  font-size: 13px;
  padding: 0 10px;
  color: #999;
}
.news .new-one:last-child {
  display: none;
}
@media only screen and (max-width: 1201px) {
  .cetitle {
    width: 98%;
    top: -35px;
  }
  .cetitle .one {
    width: 50%;
    height: 70px;
  }
  .cetitle .one .cir {
    margin: 5px auto;
  }
  .cetitle .one p {
    font-size: 14px;
  }
  .news .new-one {
    width: 98%;
  }
  .news .new-one li {
    width: 31%;
    height: 220px;
    border: 1px solid #f1f1f1;
    margin-bottom: 10px;
  }
  .news .new-one li .img {
    height: 110px;
  }
  .news .new-one li .dtitle {
    font-size: 13px;
    margin-top: 10px;
    height: 40px;
  }
  .news .new-one li .dtime {
    margin-top: 10px;
    font-size: 12px;
  }
}



.page-large {
PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 5px; PADDING-TOP: 3px; TEXT-ALIGN: center;clear : both;margin : 0 auto; width: 95%;
}

.page-large a:hover {BORDER: #6699ff 1px solid; COLOR: #6699ff;}

.prev-page {
BORDER-RIGHT: #ddd 1px solid; PADDING-RIGHT: 6px; BORDER-TOP: #ddd 1px solid; PADDING-LEFT: 6px; PADDING-BOTTOM: 3px; BORDER-LEFT: #ddd 1px solid; COLOR: #aaa; MARGIN-RIGHT: 3px; PADDING-TOP: 3px; BORDER-BOTTOM: #ddd 1px solid; TEXT-DECORATION: none
}

.Num {
BORDER-RIGHT: #ddd 1px solid; PADDING-RIGHT: 6px; BORDER-TOP: #ddd 1px solid; PADDING-LEFT: 6px; PADDING-BOTTOM: 3px; BORDER-LEFT: #ddd 1px solid; COLOR: #aaa; MARGIN-RIGHT: 3px; PADDING-TOP: 3px; BORDER-BOTTOM: #ddd 1px solid; TEXT-DECORATION: none
}

.Numon {
BORDER-RIGHT: #e0e0e0 1px solid; PADDING-RIGHT: 6px; BORDER-TOP: #e0e0e0 1px solid; PADDING-LEFT: 6px; FONT-WEIGHT: bold; PADDING-BOTTOM: 3px; BORDER-LEFT: #e0e0e0 1px solid; COLOR: #aaa; MARGIN-RIGHT: 3px; PADDING-TOP: 3px; BORDER-BOTTOM: #e0e0e0 1px solid; BACKGROUND-COLOR: #f0f0f0
}

.next-page {
BORDER-RIGHT: #ddd 1px solid; PADDING-RIGHT: 6px; BORDER-TOP: #ddd 1px solid; PADDING-LEFT: 6px; PADDING-BOTTOM: 3px; BORDER-LEFT: #ddd 1px solid; COLOR: #aaa; MARGIN-RIGHT: 3px; PADDING-TOP: 3px; BORDER-BOTTOM: #ddd 1px solid; TEXT-DECORATION: none
}

.page-info {COLOR: #666;}






@media only screen and (max-width: 768px) {
  .news {
    margin: 20px 0;
  }
  .news .new-one {
    width: 98%;
  }
  .news .new-one li {
    width: 49%;
    height: 220px;
    border: 1px solid #f1f1f1;
    margin-bottom: 10px;
  }
  .news .new-one li .img {
    height: 110px;
  }
  .news .new-one li .dtitle {
    font-size: 13px;
    margin-top: 10px;
    height: 40px;
  }
  .news .new-one li .dtime {
    margin-top: 10px;
    font-size: 12px;
  }
}
