/*新改*/

body {
  background: #f6f6f6;
}

.home {
  min-width: 1230px;
}

/* 顶部导航  */
.header {
  
  width: 100%;
}

.header-image-con {
  background: #10aaad;
}

.header-image {
  width: 1180px;
  height: 120px;
  position: relative;
  margin: 0 auto;
  display: block;
}

.header-image1 {
  margin: 0 auto;
  position: absolute;
  top: -50%;
  left: -50%;
  margin: 60px 0 0 590px;
}

.header-image2 {
  /* width: 152px; */
  width: 140px;
  position: absolute;
  top: 18px;
  right: 0;
  /* filter: opacity(0.6); */
}

.header-nav-con {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #10aaad;
  border-top: 1px solid #10b4b7;
}

.header-nav {
  font-weight: bold;
  width: 1180px;
  margin: 0 auto;
  /* 	background-color: #047ebd; */
  /* display: flex; */
}

.header-nav-item {
  /* flex: 1; */
  font-size: 18px;
  cursor: pointer;
  position: relative;
  text-align: center;
  color: #fff;
  width: 10%;
  float: left;
}

/*鍚庡姞*/
.header-nav-item a {
  color: #fff;
}

.header-nav-item a:hover {
  color: #33fbff;
}

.header-nav-item:hover {
  color: #33fbff;
  /* 	background-color: #2772f3; */
  text-decoration: none;
}

.header-nav-item:hover .header-second-con {
  visibility: visible;
}

.header-second-con {
  position: absolute;
  top: 50px;
  width: 88%;
  left: 6%;
  opacity: 0.9;
  color: #fff;
  font-size: 15px;
  z-index: 3;
  visibility: hidden;
  left: 6%;
}

.header-nav-second {
  width: 100%;
  height: 50px;
  background: #10aaad;
  color: #fff;
}

.header-nav-second:hover {
  background: #177d7f;
  color: #0dfaff;
}

/* 顶部导航 结束 */

/* 1180 */
.wrap {
  width: 1180px;
  position: relative;
  margin: 0 auto;
  display: block;
  /* background-color: #00f; */
}

/* 右侧部分 */
.content {
  padding: 20px 0;
}
/* 右侧当前位置 */
.content-nav {
  margin-bottom: 10px;
  color: #969696;
}

.content-nav a {
  color: #969696;
}
.content-nav a:hover {
  color: #10aaad;
}

/* 文章内容模块 */
.content-main {
  min-height: 500px;
  border: 1px solid #e5e5e5;
  background: #fff;
}
/* 文章标题 */
.content-main-title {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  padding: 20px 0 5px 0;
}

/* 文章发布时间 */
.content-mian-tip {
  margin: 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e5e5e5;
  text-align: center;
  border-bottom: 1px dashed #e5e5e5;
}

.content-mian-date {
  font-size: 16px;
  color: #ab9d9d;
}
/* 文章发布时间结束 */
/* 文章主要内容 */
.content-mian-article {
  padding: 30px 50px;
}






