@charset "utf-8";
/* ==========================================
   高沃国际 —— 新闻中心 补充样式
   存放位置：/statics/css/style/news.css
   作用：在原有 index.css 基础上补充新闻栏目样式
   主色沿用站点蓝 #0851c3，链接 hover #099ce1
   ========================================== */

/* ---------- 左侧分类导航（支持任意数量分类） ---------- */
.section_newsLeft li a {
  padding: 0 26px 0 30px;
  background: none;
  color: #333;
  position: relative;
  font-size: 16px;
}
.section_newsLeft li a:after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #b9bfc9;
  border-right: 1px solid #b9bfc9;
  transform: rotate(45deg);
}
.section_newsLeft li:hover { background-color: #0851c3; }
.section_newsLeft li:hover a { color: #fff; background: none; }
.section_newsLeft li:hover a:after { border-color: #fff; }
.section_newsLeft li.on { background-color: #0851c3; }
.section_newsLeft li.on a,
.section_newsLeft li.newsLeft_current a { color: #fff; background: none; }
.section_newsLeft li.on a:after { border-color: #fff; }

/* ---------- 无缩略图占位 ---------- */
.news_nopic {
  display: block;
  width: 280px;
  height: 180px;
  line-height: 180px;
  text-align: center;
  background: #eef1f6;
  color: #9aa4b5;
  font-size: 28px;
  letter-spacing: 4px;
}

/* ---------- 新闻中心首页：头条推荐（一行 4 张） ---------- */
.newsTop { padding: 30px 0 10px 0; }
.newsTop_item {
  float: left;
  width: 23.5%;
  margin: 0 2% 0 0;
}
.newsTop_item:last-child { margin-right: 0; }
.newsTop_pic {
  width: 100%;
  height: 131px;
  overflow: hidden;
  background: #eef1f6;
}
.newsTop_pic img {
  display: block;
  width: 100%;
  height: 131px;
  transition: transform .4s ease;
}
.newsTop_item:hover .newsTop_pic img { transform: scale(1.05); }
.newsTop_item .news_nopic { width: 100%; height: 131px; line-height: 131px; }
.newsTop_item h3 {
  height: 26px;
  line-height: 26px;
  margin: 12px 0 0 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newsTop_item:hover h3 { color: #099ce1; }
.newsTop_time { height: 24px; line-height: 24px; color: #818181; font-size: 13px; }

/* ---------- 新闻中心首页：全部新闻小标题 ---------- */
.newsAllTitle {
  height: 46px;
  line-height: 46px;
  margin: 30px 0 0 0;
  padding: 0 0 0 14px;
  border-left: 4px solid #0851c3;
  font-size: 20px;
  color: #333;
}

/* ---------- 空状态 ---------- */
.news_empty {
  padding: 70px 0;
  text-align: center;
  color: #9aa4b5;
  font-size: 15px;
  border-bottom: 1px solid #dfdfdf;
}

/* ---------- 分页 ---------- */
.flip { padding: 40px 0 0 0; text-align: center; }
.flip a,
.flip span {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 14px;
  margin: 0 3px;
  border: 1px solid #dfdfdf;
  color: #666;
  background: #fff;
  text-decoration: none;
}
.flip a:hover { background: #0851c3; border-color: #0851c3; color: #fff; }
.flip span,
.flip a.flip_current { background: #0851c3; border-color: #0851c3; color: #fff; }

/* ---------- 新闻详情页 ---------- */
.section_newsDetail {
  float: right;
  width: 901px;
  padding: 34px 35px 50px 35px;
  background: #fff;
  min-height: 520px;
}
.newsDetail_title {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 500;
  color: #222;
  text-align: center;
  padding: 0 0 16px 0;
}
.newsDetail_info {
  text-align: center;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ececec;
  color: #999;
  font-size: 13px;
}
.newsDetail_info span { margin: 0 12px; }
.newsDetail_lead {
  padding: 16px 20px;
  margin: 24px 0 20px 0;
  background: #f6f8fb;
  border-left: 3px solid #0851c3;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}
.newsDetail_content {
  padding: 24px 0 40px 0;
  font-size: 15px;
  line-height: 2;
  color: #333;
}
.newsDetail_content p { margin: 0 0 16px 0; }
.newsDetail_content img { max-width: 100%; height: auto; display: block; margin: 10px auto; }
.newsDetail_content h1,
.newsDetail_content h2,
.newsDetail_content h3 { font-size: 17px; margin: 20px 0 12px 0; color: #222; }
.newsDetail_content a { color: #099ce1; }
.newsDetail_prevnext {
  padding: 22px 0 0 0;
  border-top: 1px solid #ececec;
  font-size: 14px;
  color: #666;
  line-height: 2;
}
.newsDetail_prevnext a { color: #666; }
.newsDetail_prevnext a:hover { color: #099ce1; }
.newsDetail_back { padding: 26px 0 0 0; text-align: center; }
.newsDetail_back a {
  display: inline-block;
  padding: 0 34px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #0851c3;
  color: #0851c3;
  font-size: 14px;
}
.newsDetail_back a:hover { background: #0851c3; color: #fff; }

/* ---------- 首页新闻中心区块（可选模块） ---------- */
.home_news { padding: 55px 0; }
.home_news .content { width: 1200px; margin: 0 auto; }
.home_news h1 { text-align: center; font-size: 30px; font-weight: 500; color: #222; padding: 0 0 36px 0; }
.home_news ul { width: 1230px; }
.home_news li { float: left; width: 380px; margin: 0 30px 0 0; }
.home_newsPic { width: 380px; height: 220px; overflow: hidden; background: #eef1f6; }
.home_newsPic img { display: block; width: 380px; height: 220px; transition: transform .4s ease; }
.home_news li:hover .home_newsPic img { transform: scale(1.05); }
.home_newsNoPic { display: block; width: 380px; height: 220px; line-height: 220px; text-align: center; background: #eef1f6; color: #9aa4b5; font-size: 28px; letter-spacing: 4px; }
.home_news h2 {
  height: 28px; line-height: 28px; margin: 16px 0 0 0;
  font-size: 17px; font-weight: 500; color: #333;
  overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.home_news li:hover h2 { color: #099ce1; }
.home_newsTime { height: 26px; line-height: 26px; color: #818181; font-size: 13px; }
.home_news p { line-height: 24px; height: 48px; overflow: hidden; color: #777; font-size: 14px; margin: 4px 0 0 0; }
.home_newsMore { text-align: center; padding: 34px 0 0 0; }
.home_newsMore a {
  display: inline-block; height: 44px; line-height: 44px; padding: 0 46px;
  border: 1px solid #0851c3; color: #0851c3; font-size: 15px;
}
.home_newsMore a:hover { background: #0851c3; color: #fff; }

/* ---------- 简单适配窄屏 ---------- */
@media (max-width: 1200px) {
  .section_news .content { width: 100%; padding: 0 15px; }
  .section_newsLeft { width: 180px; }
  .section_newsRight { width: 76%; }
  .section_newsDetail { width: 74%; }
  .newsTop_item { width: 23.5%; margin-right: 2%; }
  .newsTop_pic, .newsTop_pic img { width: 100%; }
}
@media (max-width: 768px) {
  .section_newsLeft { float: none; width: 100%; margin: 20px 0 0 0; }
  .section_newsLeft li { float: left; width: 33.3%; height: 48px; line-height: 48px; }
  .section_newsLeft li a { font-size: 14px; padding: 0 10px; text-align: center; }
  .section_newsLeft li a:after { display: none; }
  .section_newsRight,
  .section_newsDetail { float: none; width: 100%; padding: 20px 0 40px 0; }
  .section_newsListleft { width: 100%; height: auto; }
  .section_newsListleft img { width: 100%; height: auto; }
  .news_nopic { width: 100%; height: 160px; line-height: 160px; }
  .section_newsListRight { float: none; width: 100%; height: auto; }
  .newsTop_item { float: none; width: 100%; margin: 0 0 18px 0; }
  .newsTop_pic, .newsTop_pic img { height: 176px; }
}

/* ============================================================
   导航「高沃动态」下拉：竖排卡片
   原来的下拉是 2 列横排（为国家列表设计的），二级分类少的时候不好看，
   这里单独给它换成竖排白卡片。
   只影响加了 class="navDrop_news" 的那个 ul，其它下拉不受影响。
   ============================================================ */
nav>ul>li>ul.navDrop_news {
  width: 168px;
  height: auto;
  padding: 6px 0;
  background: #fff;
  border-top: 3px solid #0851c3;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 10px 26px rgba(0,0,0,.14);
  top: 92px;
  left: 50%;
  margin-left: -84px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease;
}
nav>ul>li>ul.navDrop_news>div { display: none; }
nav>ul>li>ul.navDrop_news>li {
  float: none;
  width: 100%;
  line-height: 44px;
}
nav>ul>li>ul.navDrop_news>li>a {
  display: block;
  padding: 0 20px;
  font-size: 15px;
  color: #555;
  border-left: 3px solid transparent;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
nav>ul>li>ul.navDrop_news>li>a:hover {
  color: #0851c3;
  background: #f4f8ff;
  border-left-color: #0851c3;
}
