﻿@charset "utf-8";
	body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dialog,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {
	margin: 0;
	padding: 0;
}
@media print{
BODY {display:none}
}
.wrap {
    width: 1400px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
strong, b {
    font-weight: 700;
}
h1 {
    line-height: 45px;
    font-size: 34px;
    font-weight: bold;
	overflow: hidden;
	margin: 10px 0 15px;
}
ul,ol {
	list-style: none;
}
a {
	text-decoration: none;
}
a: hover {
	text-decoration: underline;
}
body {
	font-family: \5FAE\8F6F\96C5\9ED1,arial,tahoma,simsun,sans-serif;
	background-color: #fff;
}
p[style*="text-align: center"], p[style*="text-align:center"] {
	text-indent:0!important ;
}
td  {
    border-width: 1px;
    border-style: solid;
    border-color: windowtext;
}
/*顶部导航*/
.nav_wrap {
	background-color: #379BE9;
	margin-bottom: 10px;
}
.nav_detail {
	height: 50px;
    line-height: 50px;
}
.nav_detail ul li {
	float: left;
    margin-left: 20px;
}
.nav_detail ul li a {
    font-size: 18px;
    color: #fff;
}
.nav_detail ul li.sitemap {
    float: right;
    margin-right: 190px;
}
.nav_detail ul li.favorite {
    float: right;
}
.nav_detail ul li.homepage {
    float: right;
}
.nav_right {
	height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 20px;
}
.nav_right a {
	color: #fff;
    font-size: 18px;
    padding-left: 25px;
    line-height: 20px;
    background-image: url(../images/detail_icon.png);
    background-repeat: no-repeat;
    background-size: auto 120px;
    float: left;
    margin-left: 8px;
}
.nav_right a: hover {
	color: #EE4B4B;
}
.nav_right a span {
	display: none;
	width: 225px;
	height: 227px;
	background-size: auto;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 38px;
	z-index: 999;
	*zoom: 1;
}
.nav_right a.weixin_ew {
    background-position: -34px -102px;
}
.nav_right a.weixin_ew span {
    background-image: url(../images/nav_wx.png);
    left: -100px;
}
.nav_right a.phone_ew {
    background-position: -35px -83px;
}
.nav_right a.phone_ew span {
    background-image: url(../images/nav_mobile.png);
    left: -75px;
}
/*顶部banner*/
.nav_banner {
	width: 1400px;
	margin: 0 auto;
}
/*位置*/
.contain {
	border-bottom: 1px solid #DBDBDB;
    height: 60px;
}
.contain .position {
    height: 100%;
    line-height: 65px;
    font-size: 16px;
    color: #666;
}
.contain .position a {
    color: #666;
}
.contain .position a.logo {
     display: inline-block;
	 position: relative;
	 color: #333;
}
.contain .position a.logo img {
    position: absolute;
	top: 2px;
    height: 50px;
    width: 150px;
}
.contain .position a.logo span {
    margin-left: 155px;
    margin-right: 10px;
    font-size: 20px;
    color: #333;
    font-family: \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei",arial,sans-serif;
    font-weight: 700;
	border: 1px solid;
    border-radius: 4px;
    padding: 2px 5px;
    color: #1479d7;
}
.contain .search {
	position: relative;
    width: 300px;
    height: 50px;
    background: url(../images/search_bg_300.png) no-repeat center center;
}
.contain .search input {
    position: absolute;
    left: 18px;
    border: 0;
    background: #ffffff;
    width: 243px;
    height: 24px;
    line-height: 24px;
    outline: none;
    color: #666666;
    font-size: 100%;
    overflow: visible;
}
.contain .search button {
    position: absolute;
    left: 263px;
    width: 36px;
    height: 26px;
    border: 0;
    background: none;
    outline: none;
    cursor: pointer;
}
/*左侧*/
.main_left {
	width: 946px;
	position: relative;
	padding: 20px 54px 10px 0;
	float: left;
}
.titile {
	
}
.source {
	width: 100%;
	font-size: 16px;
    color: #888;
    font-family: arial;
    line-height: 26px;
}
.source .original {
	display: inline-block;
    padding: 2px;
    border: 1px solid #888888;
    line-height: 16px;
	margin-right: 16px;
	color: #888888;
}
.source span.original, .source span.time, .source span.source {
    margin-right: 14px;
}
.source span a {
	color: #888;
}
.share {
	font-weight: bold;
    position: relative;
    right: 55px;
    width: 150px;
    font-family: arial;
    line-height: 26px;
    font-size: 16px;
    height: 36px;
}
.share .bdshare-button-style0-16 .txt {
	margin-right: 5px;
}
.share .bdshare-button-style0-16 a {
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	line-height: 24px;
	margin: 2px 3px 0;
	padding: 0;
}
.share .bdshare-button-style0-16 a.bds_sqq {
	background-image: url("../images/share_qq.png");
}
.share .bdshare-button-style0-16 a.bds_qzone {
	background-image: url("../images/share_qzone.png");
}
.share .bdshare-button-style0-16 a.bds_tsina {
	background-image: url("../images/share_sina.png");
}
.share .bdshare-button-style0-16 a.bds_weixin {
	background-image: url("../images/share_wechat.png");
}
/*正文*/
.content {
    font-size: 20px;
	color: #5d5d5d;
    text-align: justify;
	line-height: 2em;
	width: 100%;
}
.content p {
    text-indent: 2em;
    margin: 26px 0;
}
.content img {
    max-width: 590px;
    border-radius: 5px 5px;
    margin: 0 auto;
    display: block;
}
.content h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    color: #222;
    margin: 36px 0 22px;
    background-color: #f7f7f7;
    height: 50px;
    text-indent: 24pt;
    border-left: solid 5px #DB0F10;
}
.content p.gotobtn {
    text-indent: 0;
}
.content iframe {
	width: 590px;
	height: 380px;
	margin: 0 auto;
    display: block;
}
.btn-success {
    color: #fff;
    background-color: #e2a472;
    border-color: #e29e68;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/*显示更多*/
.ListLoading,.IndexLoading a {
	width:810px;
	height:26px;
	line-height:26px;
	text-align:center;
	padding:5px 0px;
	margin:20px 0px 10px;
	display:block;
	font-size:18px;
	color: #999;
}
/*PC端点击阅读全文样式*/
.show_more_btn {
    width: 100%;
    height: 70px;
    display:block;
    clear:both;
    font-size:18px;
    font-weight: normal!important;
    text-align: center;
    position: relative;
    margin:0;
    padding-top: 4px
}
.show_more_btn i{
    width: 15px;
    height: 10px;
    background:url(../images/ndArrow.png) no-repeat center center;
    background-size: 20px;
    display: inline-block;
    vertical-align: baseline;
    padding-bottom: 4px
}
.shadow{
    width: 100%;
    height: 111px;
    background: linear-gradient(to bottom , rgba(255,255,255,0) , rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(to bottom , rgba(255,255,255,0) , rgba(255,255,255,1) 100%) ;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(to bottom , rgba(255,255,255,0) ,  rgba(255,255,255,1) 100%) ;
    background: -o-linear-gradient(to bottom , rgba(255,255,255,0) ,  rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(to bottom , rgba(255,255,255,0) ,  rgba(255,255,255,1) 100%) ;
    position: absolute;
    top: -111px;
    left: 0;
}
.show_more_text{
    font-size: 18px;
    width:170px;
    height: 40px;
    border: 1px solid #3388ff;
    color: #3388ff;
    line-height: 40px;
    padding: 10px 40px;
    border-radius: 5px
}
.show_more_text:hover{
    background-color: rgba(51, 136, 255, 0.2);
    cursor: pointer
}
/* 文章分页 */
.page {
	clear: both;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 20px;
}
.page li {
	display: inline;
	text-align: center;
}
.page a,.f_page span {
	font-size:18px;
	height:42px;
	line-height:42px;
	padding:0 15px;
	margin:0 3px;
	display:inline-block;
	color:#444;
	border:1px solid #898989;
}
.page a:hover,.f_page .thisclass a,.f_page .thisclass span{
	background-color:#dc0000;
	color:#fff;
	text-decoration:none;
}
/*相关标签*/
.taglist {
    height: 50px;
}
.taglist ul i.lb {
	float: left;
    font-size: 14px;
    color: #9e9e9e;
    line-height: 40px;
}
.taglist ul li {
    float: left;
    background: #fafafa;
    border: 1px solid #efefef;
    color: #5d5d5d;
    font-size: 14px;
    padding: 4px 12px;
    margin-right: 8px;
}
.taglist ul li a {
    color: #4f5157;
    text-decoration: none;
}
/*责任编辑*/
.edit {
	line-height: 13px;
    height: 13px;
    color: #888888;
    text-align: right;
    font-size: 12px;
    font-family: "\5B8B\4F53",sans-serif;
    margin-top: 15px;
}
/*免责声明*/
.statement {
	font-size: 14px;
	line-height: 24px;
	padding-top: 24px;
	color: #FF0000;
	font-family: "\5B8B\4F53",sans-serif;
	padding: 15px 15px;
    margin-top: 20px;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
}
.disclaimer {
    font-size: 14px;
    line-height: 24px;
    padding-top: 24px;
    color: #666;
    font-family: "\5B8B\4F53",sans-serif;
    padding: 15px 15px;
    margin-top: 20px;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
}
/*相关*/
.article {
	margin-top: 20px;
    margin-bottom: 20px;
}
.article ul li {
	line-height: 35px;
    font-size: 18px;
}
.article ul li a {
	text-decoration: underline;
	color: #1367c6;
	font-size: 18px;
}
.article ul li a: hover {
	color: #cc1b1b;
}
/*猜你喜欢*/
.love_tj {
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	color: #444444;
	padding-left: 5px;
	border-left: 4px solid #EE4B4B;
	margin: 20px 0;
}
.content_list {
	width: 100%;
}
.content_list ul {
	width: 100%;
}
.content_list ul li {
	width: 100%;
    min-height: 130px;
}
.content_list ul li img {
    width: 186px;
    max-height: 115px;
    margin-right: 25px;
    float: left;
    border-radius: 5px;
}
.content_list ul li .list_nr {
    border-bottom: 1px solid #e8e8e8;
}
.content_list .title {
	text-align: left;
    position: relative;
    height: auto;
    font-size: 22px;
    font-weight: 700;
}
.content_list .title a {
	color: #4f5157;
}
.content_list .txt {
	color: #4f5157;
    font-size: 14px;
    max-height: 36.4px;
	font-family: Microsoft Yahei,宋体,Hiragino Sans GB;
    -webkit-line-clamp: 2;
        margin: 20px 0 10px;
}
.content_list a {
	color: #888;
}
/*右侧*/
.main_right {
    width: 400px;
    float: right;
    background-color: #ffffff;
    padding-top: 20px;
}
.main_right .title {
	position: relative;
    border-left: 4px solid #447fb5;
    padding-left: 10px;
    color: #444444;
    font-size: 24px;
    height: 26px;
    line-height: 26px;
    font-weight: bold;
	margin: 20px 0 15px;
}
.main_right .title a.more {
	position: absolute;
    right: 0;
    top: 0;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    color: #8d8d8d;
    text-decoration: none;
}
.main_right .three_imgs {
	height: 398px;
    overflow: hidden;
    position: relative;
}
.main_right .three_imgs .im1 {
	position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 225px;
}
.main_right .three_imgs .im1 img {
	position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 225px;
}
.main_right .three_imgs .im_opbg {
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    opacity: 0.5;
    filter: alpha(opacity="50");
    background: #000000;
    z-index: 199;
}
.main_right .three_imgs .im_txt {
	position: absolute;
    left: 0;
    bottom: 0;
	height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    padding: 0 10px;
    overflow: hidden;
    z-index: 200;
}
.main_right .three_imgs .im2 {
	position: absolute;
    left: 0;
    top: 235px;
    width: 195px;
    height: 110px;
}
.main_right .three_imgs .im3 {
	position: absolute;
    left: 205px;
    top: 235px;
    width: 195px;
    height: 110px;
}
.main_right .three_imgs .im2 img, .main_right .three_imgs .im3 img {
	position: absolute;
    left: 0;
    top: 0;
    width: 195px;
    height: 110px;
}
.main_right ul li {
	position: relative;
    height: 37px;
    line-height: 34px;
    font-size: 18px;
    color: #444444;
    overflow: hidden;
    text-indent: 15px;
    margin-bottom: 5px;
}
.main_right ul li span {
	position: absolute;
    left: 2px;
    top: 14px;
    display: block;
    width: 4px;
    height: 4px;
    font-size: 0;
    background: #7e7e7e;
    float: left;
}
.main_right ul li a {
	font-size: 18px;
    color: #797979;
    text-decoration: none;
}
/*文章列表*/
.content_list .news_list .title.hot {
	position: relative;
}
.content_list .news_list .title.hot span {
	left: 0;
	top: 21px;
	width: 18px;
	height: 18px;
	line-height: 16px;
	font-size: 14px;
	color: #ffffff;
	border: 1px solid #E10400;
	background-color: #FF4200;
	border-radius: 2px;
	text-align: center;
	font-family: "\5b8b\4f53";
	margin-right: 4px;
	padding: 2px;
}
/*返回顶部*/
.goto_top {
    position: fixed;
    left: 55%;
    width: 43px;
    height: 143px;
    margin-left: 615px;
    bottom: 143px;
    z-index: 99999;
}
.over_ico1 {
    width: 43px;
    height: 43px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/to_top_v2.png) no-repeat 0 0;
}
.over_ico2 {
    width: 43px;
    height: 43px;
    position: absolute;
    left: 0;
    top: 50px;
    background: url(../images/to_top_v2.png) no-repeat 0 -50px;
}
.over_ico3 {
    width: 43px;
    height: 43px;
    position: absolute;
    left: 0;
    top: 100px;
    background: url(../images/to_top_v2.png) no-repeat 0 -100px;
}
.over_tdcode {
    width: 132px;
    height: 143px;
    position: absolute;
    left: -132px;
    top: 0;
    background: url(../images/to_top_v2.png) no-repeat -86px 0;
    display: none;
}
/*底部*/
.footer {
    clear: both;
    padding: 15px;
    text-align: center;
    background-color: #333333;
    border-top: 1px solid #E3E5E8;
    font-size: 14px;
    font-family: Arial;
    color: #ddd;
    line-height: 30px;
    margin-bottom: -33px;
    word-spacing: 3pt;
}
.footer a {
    color: #ddd;
    text-decoration: none;
}



/* 移动端专属适配（屏幕宽度≤768px），不干扰桌面版样式 - 最终完整版 */
@media screen and (max-width: 768px) {
  /* 1. 全局重置：消除横向滚动，统一盒模型 */
  * {
    box-sizing: border-box !important;
  }

  body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important; /* 禁止横向滚动 */
  }
  /* 移动端：清除所有链接的下划线，保留点击交互 */
  a {
    text-decoration: none !important; /* 核心：移除下划线 */
    color: inherit !important; /* 可选：继承父元素文字颜色，避免链接默认蓝色破坏风格 */
  }

  /* 可选：给可点击链接添加点击反馈（提升体验，非必需） */
  a:active {
    opacity: 0.8 !important; /* 点击时轻微透明，提示用户已点击 */
  }

  /* 2. 导航容器：固定顶部，处理折叠逻辑，相对定位为子元素做参考 */
  .nav_wrap {
    width: 100% !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
    background: #ffffff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
  }

  /* 3. 核心：nav_detail 导航折叠（原有多选项纵向排列）+ 相对定位 */
  .nav_detail {
    display:none !important;
  }


  /* 10. 导航右侧（微信、手机版）：移动端隐藏，节省空间 */
  .nav_right {
    display: none !important;
  }

  /* 11. 导航横幅：移动端隐藏，避免遮挡 */
  .nav_banner {
    display: none !important;
  }

  /* 12. 主容器：适配屏幕，添加顶部内边距（避开加高后的导航） */
  .wrap {
    width: 100% !important;
    padding: 12px 0 20px 0 !important; /* 预留70px，避开60px高导航，避免内容遮挡 */
    margin: 0 auto !important;
  }

  .contain {
    width: 100% !important;
    padding: 0 15px !important;
border-bottom:none;
    height: 35px;
  }

.contain .position{
line-height: 1 !important;
  }
  /* 5. 面包屑容器（.position）：调整 margin-top，避免被悬浮的 Logo+span 遮挡 */
  .position {
    float: none !important;
    width: 100% !important;
    padding: 10px 0 !important;
    font-size: 13px !important; /* 移动端舒适辅助字号 */
    color: #666 !important;
    box-sizing: border-box !important;
    /* 关键：margin-top 大于 Logo+span 悬浮区域高度（这里设 60px，留足间隙不遮挡） */
    margin-top: 10px !important;
    /* 保留原有 Flex 布局，让文字排版整洁 */
    display: flex !important;
    flex-wrap: wrap !important; /* 文字过长自动换行，不溢出 */
    align-items: center !important;
  }

  /* 2. 核心：Logo + span 一起固定悬浮顶部（给 .logo 设固定定位，包含 span） */
  .position .logo {
    /* 固定悬浮定位 */
    position: fixed !important;
    top: 0 !important;
    left: 0 !important; /* 与容器留白对齐，不贴边 */
    z-index: 9998 !important; /* 悬浮层级，不被覆盖也不遮挡其他内容 */
    /* Logo + span 布局优化：Flex 垂直居中，保持对齐 */
    display: flex !important;
    align-items: center !important;
    gap: 8px !important; /* Logo 与 span 之间的间隙，不拥挤 */
    text-decoration: none !important;
    background: #ffffff !important; /* 白色背景，避免内容穿透 */
    padding: 12px 0 !important; /* 上下内边距，让悬浮区域更舒适 */
    width: 100% !important;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06) !important;
        height: 55px;
  }

  /* 3. Logo 图片样式优化，适配悬浮效果 */
  .position .logo img {
    width: 140px !important; /* Logo 大小 */
    height: auto !important;
    left: 15px !important; /* 与容器留白对齐，不贴边 */
    display: block !important;
    margin: 0 !important;
    border-radius: 4px !important; /* 可选：轻微圆角，更精致 */
  }

  /* 4. Logo 后的 span（科技）：保留并优化样式，跟随 Logo 悬浮 */
  .position .logo span {
    display: block !important; /* 确保不被隐藏，跟随 Logo 悬浮 */
    font-size: 18px !important; /* 适中字号，醒目不刺眼 */
    font-weight: 500 !important; /* 轻微加粗，突出栏目名称 */
    white-space: nowrap !important; /* 不换行，避免 span 折行混乱 */
margin-left: 160px !important;
  }

  /* 14. 搜索框：移动端隐藏，节省空间 */
  .search {
    display: none !important;
  }

  /* 15. 左侧正文区域：全屏宽度，优化排版 */
  .main_left {
    width: 100% !important;
    padding: 0 15px !important;
  }

  /* 16. 文章标题：适配手机阅读 */
  .title h1 {
    font-size: 24px !important;
    line-height: 1.5 !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    word-break: break-all !important;
  }

  /* 17. 文章来源/分享：优化布局，取消浮动 */
  .source {
    width: 100% !important;
    padding: 10px 0 !important;
    font-size: 12px !important;
  }
  div.source {
    border-bottom: 1px solid #f0f0f0 !important;
  }
  .share {
    display:none !important;
  }

  .bdsharebuttonbox a {
    width: 24px !important;
    height: 24px !important;
  }

  /* 18. 文章正文：核心优化，提升阅读体验 */
  .content {
    width: 100% !important;
    padding: 15px 0 !important;
  }

  .content p {
    text-indent: 0;
    letter-spacing: 1.3px;
    line-height: 1.6 !important;
    margin: 10px 0 !important;
    word-break: break-word !important;
  }

  /* 19. 正文图片：自适应屏幕，防止溢出 */
  .content img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 15px auto !important;
    border: none !important;
  }

  /* 20. 阅读全文按钮：适配全屏 */
  .show_more_btn {
    width: 100% !important;
    padding: 15px 0 !important;
    margin: 0 auto !important;
  }

  /* 21. 标签、版权声明、上下篇：优化排版 */
  .taglist,
  .edit,
  .disclaimer,
  .article {
    padding: 10px 0 !important;
    font-size: 12px !important;
  }
  .disclaimer {
    border: none;
  }

  .article ul {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    padding: 0 !important;
    list-style: none !important;
  }

/* 22. 相关阅读：左图右文（一行一个），解决图片无法点击问题 */
.love_tj {
font-size: 20px !important;
}

.content_list {
  width: 100% !important;
}

.content_list ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

/* 核心：每个列表项开启Flex（左图右文），整个项可点击 */
.content_list li {
  width: 100% !important; /* 一行一个，全屏宽度 */
  margin: 0 0 15px 0 !important; /* 上下间距，分隔内容 */
  padding: 10px !important;
  background: #f9f9f9 !important; /* 可选：轻微背景色，提升层次感 */
  border-radius: 8px !important; /* 可选：圆角，更美观 */
  display: flex !important; /* 开启Flex，实现左图右文 */
  align-items: flex-start !important; /* 上下对齐顶部，布局更整齐 */
  cursor: pointer !important; /* 提示可点击 */
min-height: auto !important;
}

/* 左侧图片：固定宽度，不挤压文字区域 */
.content_list li img {
  width: 120px !important; /* 固定宽度，适配手机屏幕 */
  height: 68px !important; /* 固定高度，避免图片变形 */
  object-fit: cover !important; /* 核心：裁剪图片，保留核心内容，不变形 */
  border-radius: 4px !important; /* 圆角，提升美观度 */
  display: block !important; /* 消除底部间隙 */
  margin-right: 10px !important; /* 与右侧文字留间隙，不拥挤 */
  flex-shrink: 0 !important; /* 禁止图片被挤压，保持固定宽度 */
}

/* 右侧文字区域：自适应填充剩余空间 */
.content_list li .list_nr {
  flex: 1 !important; /* 核心：占据剩余所有空间，不被图片挤压 */
  padding: 0 !important;
  margin: 0 !important;
}

/* 标题样式：醒目，不换行溢出隐藏 */
.content_list .title {
  font-size: 18px !important; /* 适中大小，保证可读性 */
  font-weight: 500 !important;
  margin: 0 0 5px 0 !important;
  /* 允许标题换行，最多2行，避免过长遮挡 */
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  /* -webkit-box-orient: vertical !important; */
}

.content_list .title a {
  text-decoration: none !important; /* 无下划线，保持风格统一 */
  color: #333 !important; /* 标题颜色，醒目 */
  display: block !important; /* 让链接占据整个标题区域，扩大点击范围 */
}

.content_list .news_list .title.hot span {
        display: none;
}
/* 隐藏摘要：彻底不显示，释放右侧空间给标题 */
.content_list .txt {
  display: none !important; /* 核心：隐藏摘要，不占用任何空间 */
}

/* 可选：列表项点击反馈，提升体验 */
.content_list li:active {
  opacity: 0.8 !important;
  background: #f0f0f0 !important;
}

  /* 23. 右侧悬浮栏：移动端隐藏，避免遮挡正文 */
  .main_right,
  .goto_top {
    display: none !important;
  }

  /* 24. 底部：优化排版，适配屏幕 */
  .footer {
    width: 100% !important;
    padding: 20px 15px !important;
    font-size: 12px !important;
    text-align: center !important;
  }
  /*AD*/
  #banner84601 {
    display:none !important;
  }
}