@charset "UTF-8";
/* ======================================================
 *   新能智驾 · 新能源与智能汽车门户
 *   版本: 2.0 | 配色: 科技蓝 + 电光绿点缀
 * ====================================================== */

/* 全局重置 —— 统一各浏览器默认样式 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  font: 12px/1.5 "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
  color: #333;
}
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
select,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  outline: 0;
}
textarea {
  resize: none;
}
ul,
ol,
li {
  list-style: none;
}
img {
  display: block;
  border: 0;
  outline: 0;
  max-width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  transition: color .2s ease;
}
a:hover {
  text-decoration: none;
  color: #1a8cff;
}

/* HTML5 元素块级显示 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

/* ==============================
 *   HEADER / 顶部导航
 * ============================== */

/* 顶部通栏 —— 科技渐变背景 */
.head_box {
  width: 100%;
  height: 96px;
  background: linear-gradient(135deg, #0a1a3a 0%, #0d4a7a 60%, #1a8cff 100%);
  position: relative;
  overflow: hidden;
}
/* 光效装饰线 */
.head_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #00d4aa, #1a8cff, #0066cc);
}

/* 顶部容器 —— 1200px 居中 */
.top_box {
  width: 1200px;
  margin: 0 auto;
  height: 96px;
  display: flex;
  align-items: center;
}

/* Logo 区域 */
.top_logo {
  flex: 0 0 auto;
  width: 448px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  overflow: hidden;
}
.top_logo a {
  color: #fff;
  display: inline-block;
  position: relative;
}
.top_logo a::before {
  content: "⚡";
  margin-right: 6px;
  font-size: 32px;
  vertical-align: middle;
}
.top_logo a:hover {
  text-decoration: none;
  opacity: .92;
}

/* 搜索框 */
.sousou {
  flex: 0 0 auto;
  width: 360px;
  display: flex;
  align-items: center;
}
.sousou form {
  display: flex;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .25);
  transition: all .3s ease;
}
.sousou form:focus-within {
  background: #fff;
  border-color: #1a8cff;
  box-shadow: 0 0 0 3px rgba(26, 140, 255, .2);
}
.sousou_text {
  flex: 1;
  height: 38px;
  line-height: 38px;
  border: 0;
  background: transparent;
  padding: 0 16px;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  color: #fff;
}
.sousou_text::placeholder {
  color: rgba(255, 255, 255, .6);
}
.sousou form:focus-within .sousou_text {
  color: #333;
}
.sousou form:focus-within .sousou_text::placeholder {
  color: #999;
}
.sousou_sub {
  flex: 0 0 44px;
  height: 38px;
  border: 0;
  background: transparent url("../images/search.jpg") no-repeat center;
  text-indent: -9999px;
  cursor: pointer;
}

/* 顶部右侧链接 */
.top_right {
  flex: 1;
  text-align: right;
  font-size: 0;
}
.top_right a {
  display: inline-block;
  color: rgba(255, 255, 255, .85);
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  padding: 0 14px;
  border-radius: 15px;
  transition: all .25s ease;
}
.top_right a:hover {
  background: rgba(255, 255, 255, .12);
  color: #fff;
  text-decoration: none;
}

/* 主导航栏 */
.daohang {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e8edf3;
  height: 50px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}
.daohang ul {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  display: flex;
  align-items: center;
}
.daohang ul li {
  flex: 0 0 auto;
  width: 96px;
  height: 50px;
  line-height: 47px;
  text-align: center;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  margin-right: 24px;
  position: relative;
  transition: color .2s ease;
}
.daohang ul li:last-child {
  margin-right: 0;
}
.daohang ul li#cur,
.daohang ul li.on {
  border-bottom: 3px solid #1a8cff;
  height: 47px;
  color: #1a8cff;
}
.daohang ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  font-weight: 500;
}
.daohang ul li a:hover {
  border-bottom: 3px solid #1a8cff;
  display: block;
  text-decoration: none;
  color: #1a8cff;
}
.daohang ul li:hover {
  color: #1a8cff;
}

/* ==============================
 *   友情链接
 * ============================== */
.yqlj {
  width: 1200px;
  margin: 36px auto 0;
  overflow: hidden;
  border-top: 3px solid #1a8cff;
  padding: 0 0 44px;
}
.yqlj_tit {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  height: 58px;
  line-height: 58px;
  color: #222;
  position: relative;
}
.yqlj_tit::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #1a8cff, #00d4aa);
  margin: -6px auto 0;
}
.yqlj_box {
  width: 100%;
  overflow: hidden;
  font-size: 0;
  margin-top: 22px;
}
.yqlj_box a {
  display: inline-block;
  color: #555;
  font-size: 14px;
  line-height: 34px;
  height: 34px;
  padding: 0 12px;
  border-radius: 4px;
  transition: all .2s ease;
}
.yqlj_box a:hover {
  color: #1a8cff;
  background: rgba(26, 140, 255, .06);
  text-decoration: none;
}

/* ==============================
 *   页脚
 * ============================== */
.dibu {
  width: 100%;
  overflow: hidden;
  background: #0f192e;
  padding: 28px 0;
}
.copyright {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #8896a8;
  line-height: 28px;
  font-size: 13px;
}
.copyright a {
  color: #5a8ec7;
}
.copyright a:hover {
  color: #1a8cff;
}

/* ==============================
 *   频道页 — 主布局
 * ============================== */
.pindao {
  width: 1200px;
  margin: 32px auto 0;
  overflow: hidden;
  padding-bottom: 17px;
  display: flex;
  flex-wrap: wrap;
}
.pindao_left {
  flex: 0 0 820px;
  max-width: 820px;
  overflow: hidden;
}
.pindao_right {
  flex: 0 0 340px;
  max-width: 340px;
  overflow: hidden;
}

/* 首页顶部区域：轮播 + 快讯 */
.pindao_top {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* ==============================
 *   焦点图轮播
 * ============================== */
.slideBox_wrap {
  position: relative;
  height: 380px;
  overflow: hidden;
  width: 300px;
  border: 1px solid #e8edf3;
  padding: 8px;
  border-radius: 6px;
  background: #fff;
}
.slideBox_row {
  position: absolute;
  width: 300px;
}
.slideBox {
  position: relative;
  height: 360px;
  overflow: hidden;
  border-radius: 4px;
}
.slideBox .bd {
  z-index: 0;
  position: relative;
  height: 360px;
}
.slideBox .bd ul li {
  width: 300px;
  height: 360px;
}
.slideBox .bd ul li img {
  width: 300px;
  display: block;
  height: 360px;
  object-fit: cover;
}
.slideBox .hd {
  z-index: 1;
  position: absolute;
  text-align: center;
  width: 72px;
  right: 13px;
  bottom: 12px;
  height: 18px;
  overflow: hidden;
}
.slideBox .hd ul {
  zoom: 1;
  overflow: hidden;
}
.slideBox .hd ul li {
  line-height: 18px;
  margin: 0 3px;
  zoom: 1;
  height: 18px;
  float: left;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  background: rgba(26, 140, 255, .55);
  width: 18px;
  border-radius: 50%;
  transition: all .25s ease;
}
.slideBox .hd ul li.on {
  background: #1a8cff;
  color: #fff;
  transform: scale(1.15);
}

/* ==============================
 *   快讯模块
 * ============================== */
.pdkx {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.pdkx_tit {
  width: 100%;
  border-bottom: 2px solid #1a8cff;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: 600;
}
.pdkx_tit span {
  display: inline-block;
  background: linear-gradient(135deg, #1a8cff, #0066cc);
  width: 88px;
  text-align: center;
  color: #fff;
  border-radius: 4px 4px 0 0;
  font-size: 14px;
}
.pdkx_top {
  width: 100%;
  overflow: hidden;
  margin-top: 18px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #e0e7ef;
}
.pdkx_top span {
  display: block;
  font-size: 18px;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
  font-weight: 600;
}
.pdkx_top span a {
  color: #111;
}
.pdkx_top span a:hover {
  color: #1a8cff;
}
.pdkx_top p {
  color: #666;
  font-size: 13px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  margin-top: 8px;
}
.pdkx_wen {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
.pdkx_wen li {
  font-size: 15px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  background: url("../images/dian.jpg") no-repeat 3px 14px;
  padding-left: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pdkx_wen li a {
  color: #444;
}
.pdkx_wen li a:hover {
  color: #1a8cff;
}

/* ==============================
 *   首页栏目模块
 * ============================== */
.modle {
  width: 105%;
  overflow: hidden;
  margin-top: 8px;
}
.modle li {
  float: left;
  overflow: hidden;
  width: 390px;
  margin-right: 39px;
  margin-top: 38px;
}
.modle_tit {
  border-bottom: 1px solid #e8edf3;
  width: 100%;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modle_tit a.title {
  font-size: 17px;
  font-weight: 600;
  color: #222;
  border-left: 4px solid #1a8cff;
  padding-left: 10px;
  line-height: 1.3;
}
.modle_tit a.more {
  color: #888;
  font-size: 13px;
  padding-right: 22px;
  background: url("../images/more.jpg") no-repeat right center;
  line-height: 20px;
}
.modle_tit a.more:hover,
.modle_tit a.title:hover {
  color: #1a8cff;
  text-decoration: none;
}
.modle_pic {
  width: 100%;
  overflow: hidden;
  margin-top: 18px;
  display: flex;
  gap: 16px;
}
.modle_pic > a {
  flex: 0 0 160px;
}
.modle_pic img {
  width: 160px;
  height: 140px;
  object-fit: cover;
  border-radius: 4px;
}
.modle_you {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.modle_you span {
  display: block;
  font-size: 17px;
  line-height: 26px;
  max-height: 52px;
  overflow: hidden;
  font-weight: 600;
  margin-top: 2px;
}
.modle_you span a {
  color: #0d0101;
}
.modle_you span a:hover {
  color: #1a8cff;
}
.modle_you p {
  color: #888;
  font-size: 13px;
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
  margin-top: 8px;
}
.modle_wen {
  width: 100%;
  overflow: hidden;
  margin-top: 14px;
}
.modle_wen dl dd {
  font-size: 15px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  background: url("../images/dian.jpg") no-repeat 0 14px;
  padding-left: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.modle_wen dl dd a {
  color: #444;
}
.modle_wen dl dd a:hover {
  color: #1a8cff;
}

/* ==============================
 *   侧边栏 — 精彩推荐
 * ============================== */
.pdjctj {
  width: 100%;
  overflow: hidden;
}
.pdjctj_tit {
  width: 100%;
  height: 36px;
  border-bottom: 1px solid #e8edf3;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  position: relative;
}
.pdjctj_tit span {
  display: inline-block;
  border-bottom: 2px solid #1a8cff;
  height: 34px;
  line-height: 34px;
  padding-bottom: 2px;
}
.pdjctj_box {
  width: 103%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
}
.pdjctj_box li {
  width: 165px;
  overflow: hidden;
  margin-right: 10px;
  padding-top: 18px;
}
.pdjctj_box li img {
  width: 100%;
  height: 115px;
  object-fit: cover;
  border-radius: 4px;
}
.pdjctj_box li span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
  margin-top: 6px;
}
.pdjctj_box li span a {
  color: #555;
  transition: color .2s ease;
}
.pdjctj_box li span a:hover {
  color: #1a8cff;
}

/* ==============================
 *   侧边栏 — 热门文章
 * ============================== */
.rmwz {
  width: 100%;
  overflow: hidden;
  margin-top: 36px;
}
.rmwz_tit {
  width: 100%;
  height: 36px;
  border-bottom: 1px solid #e8edf3;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  position: relative;
}
.rmwz_tit span {
  display: inline-block;
  border-bottom: 2px solid #1a8cff;
  height: 34px;
  line-height: 34px;
  padding-bottom: 2px;
}
.rmwz_box {
  width: 100%;
  overflow: hidden;
  margin-top: 6px;
  background: url("../images/hot.jpg") no-repeat 12px 12px;
}
.rmwz_box li {
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #f0f2f5;
  overflow: hidden;
  padding-left: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rmwz_box li a {
  color: #333;
}
.rmwz_box li a:hover {
  color: #1a8cff;
}

/* ==============================
 *   侧边栏 — 推荐文章 / 最新文章
 * ============================== */
.tjwz {
  width: 100%;
  overflow: hidden;
  margin-top: 32px;
}
.tjwz_tit {
  width: 100%;
  height: 36px;
  border-bottom: 1px solid #e8edf3;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  position: relative;
}
.tjwz_tit span {
  display: inline-block;
  border-bottom: 2px solid #1a8cff;
  height: 34px;
  line-height: 34px;
  padding-bottom: 2px;
}
.tjwz_box {
  width: 100%;
  overflow: hidden;
}
.tjwz_box li {
  width: 100%;
  overflow: hidden;
  padding-top: 18px;
  display: flex;
  gap: 12px;
}
.tjwz_box li img {
  flex: 0 0 100px;
  width: 100px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
}
.tjwz_you {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.tjwz_you span {
  display: block;
  font-size: 15px;
  line-height: 26px;
  max-height: 52px;
  overflow: hidden;
  font-weight: 500;
}
.tjwz_you span a {
  color: #333;
}
.tjwz_you span a:hover {
  color: #1a8cff;
}
.tjwz_you p {
  color: #999;
  font-size: 12px;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
  margin-top: 4px;
}

/* ==============================
 *   列表页 — 面包屑/导航
 * ============================== */
.lb_nav {
  width: 800px;
  overflow: hidden;
}
.lb_nav li {
  float: left;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  padding-right: 30px;
}
.lb_nav li.moren a {
  color: #1a8cff;
  font-weight: 600;
}
.lb_nav li a:hover {
  color: #1a8cff;
}

/* ==============================
 *   列表页 — 文章列表
 * ============================== */
.liebiao {
  width: 800px;
  overflow: hidden;
  padding-bottom: 40px;
}
.liebiao li {
  width: 100%;
  border-bottom: 1px solid #e8edf3;
  padding: 28px 0 30px;
  overflow: hidden;
  display: flex;
  gap: 22px;
}
.liebiao li img {
  flex: 0 0 260px;
  width: 260px;
  height: 170px;
  object-fit: cover;
  border-radius: 6px;
}
.liebiao_you {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.liebiao_you span {
  display: block;
  font-size: 20px;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
  font-weight: 600;
  margin-top: 2px;
}
.liebiao_you span a {
  color: #111;
}
.liebiao_you span a:hover {
  color: #1a8cff;
}
.liebiao_you p {
  color: #777;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  flex: 1;
  overflow: hidden;
}
.liebiao_bt {
  color: #999;
  font-size: 13px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  margin-top: 10px;
}
.liebiao_bt em {
  display: inline-block;
  font-style: normal;
  margin-right: 10px;
}
.liebiao_bt em.hot {
  background: url("../images/hit.jpg") no-repeat left center;
  padding-left: 24px;
}
.liebiao_gjc {
  float: right;
  background: url("../images/gjc.jpg") no-repeat left center;
  padding-left: 24px;
  color: #888;
  font-size: 13px;
}

/* ==============================
 *   分页
 * ============================== */
.fenye {
  width: 800px;
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin-top: 28px;
}
.fenye li {
  display: inline;
  margin: 0 3px;
  font-size: 14px;
  color: #666;
}
.fenye li a,
.fenye li strong {
  display: inline-block;
  border: 1px solid #dce3ed;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  font-size: 14px;
  color: #555;
  padding: 0 14px;
  background: #f8f9fb;
  transition: all .2s ease;
}
.fenye li strong {
  border-color: #1a8cff;
  background: #1a8cff;
  font-weight: 400;
  color: #fff;
}
.fenye li a:hover {
  color: #1a8cff;
  border-color: #1a8cff;
  background: rgba(26, 140, 255, .06);
}

/* ==============================
 *   面包屑
 * ============================== */
.weizhi {
  width: 800px;
  color: #777;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.weizhi a {
  color: #666;
}
.weizhi a:hover {
  color: #1a8cff;
}

/* ==============================
 *   文章内容页
 * ============================== */
.neirong {
  width: 800px;
  overflow: hidden;
  margin-top: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8edf3;
}
.nr_title {
  color: #111;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
}
.nr_info {
  color: #999;
  font-size: 14px;
  line-height: 40px;
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
}
.nr_info span {
  display: inline-block;
}
.nr_body {
  width: 100%;
  overflow: hidden;
  color: #444;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  padding-bottom: 30px;
}
.nr_body p {
  text-indent: 2em;
  margin: 12px 0;
}
.nr_body img {
  display: block;
  max-width: 100%;
  margin: 16px auto;
  border-radius: 6px;
}
.nr_sxp {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.nr_sxp li {
  float: left;
  width: 50%;
  color: #666;
  font-size: 15px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nr_sxp li a {
  color: #555;
}
.nr_sxp li a:hover {
  color: #1a8cff;
}

/* ==============================
 *   相关文章
 * ============================== */
.xgwz {
  width: 800px;
  overflow: hidden;
  margin-top: 30px;
}
.xgwz_tit {
  font-size: 18px;
  height: 38px;
  line-height: 28px;
  position: relative;
}
.xgwz_tit span {
  display: inline-block;
  border-bottom: 2px solid #1a8cff;
  height: 36px;
  color: #1a8cff;
  font-weight: 600;
}
.xgwz_box {
  width: 100%;
  overflow: hidden;
}
.xgwz_box li {
  width: 100%;
  overflow: hidden;
  padding-top: 22px;
  display: flex;
  gap: 20px;
}
.xgwz_box li img {
  flex: 0 0 180px;
  width: 180px;
  height: 120px;
  object-fit: cover;
  border-radius: 4px;
}
.xgwz_you {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.xgwz_you span {
  display: block;
  font-size: 18px;
  line-height: 26px;
  max-height: 52px;
  overflow: hidden;
  font-weight: 600;
  margin-top: 2px;
}
.xgwz_you span a {
  color: #111;
}
.xgwz_you span a:hover {
  color: #1a8cff;
}
.xgwz_you p {
  color: #777;
  font-size: 14px;
  line-height: 26px;
  margin-top: 8px;
}

/* ==============================
 *   标签列表页
 * ============================== */
.tag_liebiao li {
  float: left;
  width: 50%;
  padding: 14px 0;
}
.tag_liebiao li .liebiao_you span {
  font-size: 16px;
}

/* ==============================
 *   响应式微调
 * ============================== */
@media screen and (max-width: 1240px) {
  .top_box,
  .daohang ul,
  .pindao,
  .yqlj,
  .copyright {
    width: 96%;
  }
  .pindao_left {
    flex: 0 0 68%;
    max-width: 68%;
  }
  .pindao_right {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .modle li {
    width: 48%;
    margin-right: 2%;
  }
}

@media screen and (max-width: 768px) {
  .pindao_left,
  .pindao_right,
  .lb_nav,
  .liebiao,
  .fenye,
  .weizhi,
  .neirong,
  .xgwz {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
  .pindao {
    flex-direction: column;
  }
  .modle li {
    width: 100%;
    margin-right: 0;
  }
  .top_logo {
    width: auto;
    font-size: 22px;
  }
  .sousou {
    width: 200px;
  }
  .sousou_text {
    width: 156px;
  }
  .slideBox_wrap {
    width: 100%;
  }
  .pindao_top {
    flex-direction: column;
  }
  .pdkx {
    width: 100%;
  }
}
