body{width:100%;background: #fff;}
.wrap{width: 1200px;
  height: auto;
  margin: 0 auto;}
 .news{margin: 30px auto;display: flex; justify-content: space-between;}
 .left{width: 69%;}
 .left .news-nav{
    font-size: 16px;height: 40px;line-height: 40px;
  }
 .left .news-nav img{
    margin: 10px 5px 10px 0;
  }
 .left .news-nav a{
    margin: auto 5px;
  }
 .left .news-nav a.on{
    color: #0069FF
  }

 .left h2{font-size: 20px;
font-weight: bold;color: #333; margin: 25px auto;}
.left .message{
    padding-bottom: 30px;font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
}
.left .message span{margin-right:10px ;}
.left .message span img{margin: 5px;}
.news-content{
    padding: 30px 0;
}
.content-des{
    background: #f5f5f5;
  padding: 28px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
  color: #333;
}
.con-info p{
  font-size: 16px;
  line-height: 28px;
  color: #333;
  margin: 10px auto;
}
.article_tag{
    padding: 28px;background: #f5f5f5;font-size: 16px;font-weight: bold;color: #333;
}
.article_tag font{
    padding-right: 20px;
}
.article_tag font a{text-decoration: none;
  background: #0069FF;
  font-weight: bold;
  color: #fff;
  padding: 5px;
}
.right{
    width: 28%;
}
.right img{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    cursor: pointer;
}
.right .form p{
background: #0069FF;padding: 10px 0;font-size: 18px;text-align: center;color: #fff;border-radius: 20px;
}
.right .form p span{color: #FBE903;font-weight: bold;font-size: 24px;}
.news-tab{
    text-align: right;border-bottom: 1px solid #e5e5e5;padding: 20px 0;
}
.news-tab a{margin-left: 10px; font-size: 16px;}
.news-tab a.on{color: red;}
.news-list ul li{
padding: 20px 0;
border-bottom: 1px solid #e5e5e5;
}
.news-list ul li a{
display: flex;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list ul li a img{
	width:187px;
	height:auto;
}
.news-list ul li a .text{
    padding-left: 20px;
}
.news-list ul li a .text h4{
font-size: 20px;font-weight: bold;line-height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.news-list ul li a .text p{
    font-size: 18px;line-height: 28px;
}
.news-list ul li a .text .message{
    border: 0;
  padding: 0;
  margin-top: 10px;
}
/* 分页 */
.page { padding:20px 0 20px; font-family:"微软雅黑"; overflow:hidden;}
.page li{display:inline;float:left;height:28px;line-height:28px; margin-right:10px;border:1px solid #e3e3e3;}
.page li.thisclass{background:#0066CC;padding:0 8px;color:#fff; }
.page a{ display:block; line-height:28px; background:#fff; text-align:center; color:#333;padding:0 8px;}
.thisclass a{ background:#0066cc; }
.page a:hover{ background:#0066CC; color:#fff; text-decoration:none }
.page span{line-height:28px; text-align:center;padding:0 10px}