.new-wrap {
  background-color: #F2F5F8;
  padding-bottom: 50px;
}
.new-wrap .wrap-box {
  width: 1200px;
  margin: 0 auto;
}
.new-wrap .wrap-box .new-nav {
  position: relative;
  border-radius: 5px;
  padding: 0 20px;
  background-color: #fff;
}
.new-wrap .wrap-box .new-nav .fb {
  position: absolute;
  right: 20px;
  top: 25px;
}
.new-wrap .wrap-box .new-nav .fb a {
  color: #1882f2;
  padding: 20px ;
  font-weight: normal;
  font-size: 16px;
  background: url('../image/news03.png') left center no-repeat;
  background-size: 14px auto;
  padding-left: 18px;
}
.new-wrap .wrap-box .new-nav ul {
  display: flex;
}
.new-wrap .wrap-box .new-nav ul li {
  font-size: 18px;
  padding: 20px  0;
  margin-right: 40px;
}
.new-wrap .wrap-box .new-nav ul li.active {
  border-bottom: 3px solid #1882f2;
  color: #1882f2;
}
.new-wrap .wrap-box .new-nav ul li:hover {
  cursor: pointer;
}
.new-wrap .wrap-box .new-content {
  display: none;
      background: white;
          padding-bottom: 20px;
  margin-top: 30px;
}
.new-wrap .wrap-box .new-content .loadmore p {
  width: 1200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  font-size: 17px;
  cursor: pointer;
  background: #fff;
  color: #888;
  transition: all 0.5s;
}
.new-wrap .wrap-box .new-content .loadmore p:hover {
  background: #EBEDEF;
}
.new-wrap .wrap-box .new-content a {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.new-wrap .wrap-box .new-content ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.new-wrap .wrap-box .new-content ul li {
     width: 355px;
    background-color: #fff;
}
.new-wrap .wrap-box .new-content ul li a {
  position: relative;
}
.new-wrap .wrap-box .new-content ul li a .date {
  font-family: Arial;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  width: 90px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 0 5px 0 0;
}
.new-wrap .wrap-box .new-content ul li a.head:hover h2 {
  color: #1882f2;
}
.new-wrap .wrap-box .new-content ul li a.head:hover img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  /*兼容-webkit-引擎浏览器*/
  -moz-transform: scale(1.02);
}
.new-wrap .wrap-box .new-content ul li img {
  overflow: hidden;
  width: 385px;
  height: 187px;
  transition: all .4s;
}
.new-wrap .wrap-box .new-content ul li h2 {
  font-size: 18px;
  line-height: 26px;
  padding: 13px 15px 0;
  height: 50px;
}
.new-wrap .wrap-box .new-content ul li .is {
  font-size: 14px;
  color: #999;
  text-align: justify;
  padding: 11px 15px 0;
  line-height: 24px;
}
.new-wrap .wrap-box .new-content ul li:nth-child(3n) {
  margin-right: 0;
}
.new-wrap .wrap-box .new-content ul .ott {
  width: 100%;
  height: 62px;
  line-height: 62px;
  border-top: 1px solid #f5f5f5;
  box-sizing: border-box;
  padding: 0 15px;
}
.new-wrap .wrap-box .new-content ul .ott .img {
  float: left;
  position: relative;
  margin-top: 20px;
  height: 22px;
  line-height: 22px;
}
.new-wrap .wrap-box .new-content ul .ott .img a {
  color: #999;
  display: block;
}
.new-wrap .wrap-box .new-content ul .ott .img img {
  float: left;
  border-radius: 22px;
  width: 22px;
  height: 22px;
}
.new-wrap .wrap-box .new-content ul .ott .img p {
  float: left;
  margin-left: 8px;
}
.new-wrap .wrap-box .new-content ul .ott .detail-wz {
  float: right;
  position: relative;
  margin-left: 10px;
  background: url('../image/detail-wz1.png') no-repeat;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background-size: contain;
  margin-top: 20px;
}
.new-wrap .wrap-box .new-content ul .ott .detail-wz a {
  display: block;
  width: 100%;
  height: 100%;
}
.new-wrap .wrap-box .new-content ul .ott .detail-wx {
  float: right;
  position: relative;
  z-index: 9999;
  margin-left: 10px;
  background: url('../image/detail-wxx1.png') no-repeat;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background-size: contain;
  margin-top: 20px;
}
.new-wrap .wrap-box .new-content ul .ott .detail-wx img {
  border: 5px solid #fff;
  position: absolute;
  top: 28px;
  left: 0;
  display: none;
  z-index: 9999;
  box-shadow: 0 0 5px #bbb;
  border-radius: 3px;
  width: 110px;
  height: 110px;
}
.new-wrap .wrap-box .new-content ul .ott .detail-wx:hover img {
  display: block;
}
.new-wrap .wrap-box .new-content ul .ott .detail-tel {
  float: right;
  position: relative;
  background: url('../image/detail-tel1.png') no-repeat;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background-size: contain;
  margin-top: 20px;
}
.new-wrap .wrap-box .new-content ul .ott .detail-tel span {
  height: 28px;
  line-height: 28px;
  color: #fff;
  background: #fab000;
  font-family: Arial;
  font-size: 15px;
  padding: 0 12px;
  z-index: 10;
  border-radius: 3px;
  position: absolute;
  top: 28px;
  left: 0;
  display: none;
}
.new-wrap .wrap-box .new-content ul .ott .detail-tel:hover span {
  display: inline-block;
}
.new-wrap .wrap-box .new-hide {
  display: block;
}
.pagination{
    width: 100%;
    text-align: center;
}
.maxpageli{
  color:#808080;
  height: 30px;
}
.maxpageli a{
  border:0px;
  color:#808080;
  background:#f2f5f8;
  pointer-events: none;
}
.publishy{
  position: relative;
}
.publishy #wechatqrcode{
  z-index:999;
}
.publishy #img{
  width:224;
  height: 124px;
  position: absolute;
  top: 0px;
  left:0px;
  z-index:888;
  display: none;
}
.publisharticleshow{
  display: none;
}
.publishbox-1-s{
  margin-top:-10px;
}
#editor{
  width:300px;
}
.tagslistis{
  height: 90px;
}