/* ==========================================================================
   新闻详情页样式
   ========================================================================== */

.article-section {
  padding: 0;
  background-color: transparent;
  min-height: 80vh;
}

.article-wrapper {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.article-title,
.article h1.arti_title {
  margin: 0;
  padding: 10px 0 0;
  line-height: 60px;
  font-family: "SimSun", "宋体", serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #106674;
}

.article h2.arti_title,
.article-subtitle {
  margin: 0;
  padding: 0;
  line-height: 25px;
  font-family: "SimSun", "宋体", serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #106674;
}

.article-meta,
.article .arti_metas {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}

.article-meta span,
.article .arti_metas span {
  display: inline;
  margin: 0 5px;
  font-size: 14px;
  color: #787878;
}

.article-section .article-wrapper .article-meta .arti_views .arti_views_label,
.article-section .article-wrapper .article-meta .arti_views .arti_views_value,
.article-section .article-wrapper .article-meta .arti_views .arti_views_loading,
.article-section .article-wrapper .article .arti_metas .arti_views .arti_views_label,
.article-section .article-wrapper .article .arti_metas .arti_views .arti_views_value,
.article-section .article-wrapper .article .arti_metas .arti_views .arti_views_loading {
  margin: 0;
}

.article-content,
.article .entry {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.article-content .read,
.article-content .read .wp_articlecontent,
.article-content .read [id^="wp_content_w"],
.article-content .read p,
.article .entry .read,
.article .entry .read .wp_articlecontent,
.article .entry .read [id^="wp_content_w"],
.article .entry .read p {
  margin-top: 0 !important;
  padding-top: 0 !important;
  line-height: 2em !important;
  color: #333 !important;
  font-family: "SimSun", "宋体", serif !important;
  font-size: 16px !important;
  text-align: justify;
}

.article-content .read p,
.article .entry .read p {
  text-indent: 2em !important;
  margin-top: 0 !important;
  margin-bottom: 1em !important;
}

/* 附件下载块：保持左对齐，并与页面底部保留距离 */
.article-content .read,
.article .entry .read {
  padding-bottom: 28px !important;
}

.article-content .read .wp_articlecontent>p[style*="text-indent:0"]:has(a),
.article .entry .read .wp_articlecontent>p[style*="text-indent:0"]:has(a),
.article-content .read .wp_articlecontent>div[style*="text-indent:0"]:has(a),
.article .entry .read .wp_articlecontent>div[style*="text-indent:0"]:has(a),
.article-content .read .wp_articlecontent>p:has(a[href*=".pdf" i], a[href*=".doc" i], a[href*=".docx" i], a[href*=".xls" i], a[href*=".xlsx" i]),
.article .entry .read .wp_articlecontent>p:has(a[href*=".pdf" i], a[href*=".doc" i], a[href*=".docx" i], a[href*=".xls" i], a[href*=".xlsx" i]),
.article-content .read .wp_articlecontent>div:has(a[href*=".pdf" i], a[href*=".doc" i], a[href*=".docx" i], a[href*=".xls" i], a[href*=".xlsx" i]),
.article .entry .read .wp_articlecontent>div:has(a[href*=".pdf" i], a[href*=".doc" i], a[href*=".docx" i], a[href*=".xls" i], a[href*=".xlsx" i]) {
  text-align: left !important;
  text-justify: auto !important;
  text-indent: 0 !important;
  width: 100% !important;
  display: block !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.article-content .read .wp_articlecontent>p:has(a):last-child,
.article .entry .read .wp_articlecontent>p:has(a):last-child,
.article-content .read .wp_articlecontent>div:has(a):last-child,
.article .entry .read .wp_articlecontent>div:has(a):last-child {
  margin-bottom: 20px !important;
}

.article-content .read .wp_articlecontent>p:has(a) a,
.article .entry .read .wp_articlecontent>p:has(a) a,
.article-content .read .wp_articlecontent>div:has(a) a,
.article .entry .read .wp_articlecontent>div:has(a) a {
  float: none !important;
  margin-left: 0 !important;
  position: static !important;
  right: auto !important;
  left: auto !important;
  vertical-align: middle !important;
}

/* WebPlus 附件真实结构是 span > img + a，这里做定点纠偏 */
.article-content .read .wp_articlecontent>p:has(> span > img+a),
.article .entry .read .wp_articlecontent>p:has(> span > img+a),
.article-content .read .wp_articlecontent>div:has(> span > img+a),
.article .entry .read .wp_articlecontent>div:has(> span > img+a) {
  text-align: left !important;
  text-justify: auto !important;
}

.article-content .read .wp_articlecontent>p>span:has(> img+a),
.article .entry .read .wp_articlecontent>p>span:has(> img+a),
.article-content .read .wp_articlecontent>div>span:has(> img+a),
.article .entry .read .wp_articlecontent>div>span:has(> img+a) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 6px !important;
}

.article-content .read .wp_articlecontent>p>span:has(> img+a)>img,
.article .entry .read .wp_articlecontent>p>span:has(> img+a)>img,
.article-content .read .wp_articlecontent>div>span:has(> img+a)>img,
.article .entry .read .wp_articlecontent>div>span:has(> img+a)>img {
  display: inline-block !important;
  margin: 0 !important;
  vertical-align: middle !important;
  float: none !important;
}

/* P2 附件样式复刻：黑字、无下划线、两行间距更松 */
.article-content .read .wp_articlecontent>p:has(> span > img+a),
.article .entry .read .wp_articlecontent>p:has(> span > img+a),
.article-content .read .wp_articlecontent>div:has(> span > img+a),
.article .entry .read .wp_articlecontent>div:has(> span > img+a) {
  margin: 0 0 12px 0 !important;
  line-height: 1.7 !important;
}

.article-content .read .wp_articlecontent>p>span:has(> img+a)>a,
.article .entry .read .wp_articlecontent>p>span:has(> img+a)>a,
.article-content .read .wp_articlecontent>div>span:has(> img+a)>a,
.article .entry .read .wp_articlecontent>div>span:has(> img+a)>a {
  color: #111 !important;
  text-decoration: none !important;
  font-family: "SimSun", "宋体", serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  display: inline !important;
}

.article-content .read .wp_articlecontent>p>span:has(> img+a)>a:hover,
.article .entry .read .wp_articlecontent>p>span:has(> img+a)>a:hover,
.article-content .read .wp_articlecontent>div>span:has(> img+a)>a:hover,
.article .entry .read .wp_articlecontent>div>span:has(> img+a)>a:hover {
  color: #106674 !important;
  text-decoration: none !important;
}

.article-content .read .wp_articlecontent>p:has(> a > img):not(.focus):not(.focus-box):not(.dtjt8_div_img),
.article .entry .read .wp_articlecontent>p:has(> a > img):not(.focus):not(.focus-box):not(.dtjt8_div_img),
.article-content .read .wp_articlecontent>div:has(> a > img):not(.focus):not(.focus-box):not(.dtjt8_div_img),
.article .entry .read .wp_articlecontent>div:has(> a > img):not(.focus):not(.focus-box):not(.dtjt8_div_img),
.article-content .read .wp_articlecontent>p:has(> span > a > img):not(.focus):not(.focus-box):not(.dtjt8_div_img),
.article .entry .read .wp_articlecontent>p:has(> span > a > img):not(.focus):not(.focus-box):not(.dtjt8_div_img),
.article-content .read .wp_articlecontent>div:has(> span > a > img):not(.focus):not(.focus-box):not(.dtjt8_div_img),
.article .entry .read .wp_articlecontent>div:has(> span > a > img):not(.focus):not(.focus-box):not(.dtjt8_div_img) {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 6px !important;
}

.article-content .read .wp_articlecontent>p:has(> a > img):not(.focus):not(.focus-box):not(.dtjt8_div_img) > a:has(> img),
.article .entry .read .wp_articlecontent>p:has(> a > img):not(.focus):not(.focus-box):not(.dtjt8_div_img) > a:has(> img),
.article-content .read .wp_articlecontent>div:has(> a > img):not(.focus):not(.focus-box):not(.dtjt8_div_img) > a:has(> img),
.article .entry .read .wp_articlecontent>div:has(> a > img):not(.focus):not(.focus-box):not(.dtjt8_div_img) > a:has(> img),
.article-content .read .wp_articlecontent>p:has(> span > a > img):not(.focus):not(.focus-box):not(.dtjt8_div_img) > span > a:has(> img),
.article .entry .read .wp_articlecontent>p:has(> span > a > img):not(.focus):not(.focus-box):not(.dtjt8_div_img) > span > a:has(> img),
.article-content .read .wp_articlecontent>div:has(> span > a > img):not(.focus):not(.focus-box):not(.dtjt8_div_img) > span > a:has(> img),
.article .entry .read .wp_articlecontent>div:has(> span > a > img):not(.focus):not(.focus-box):not(.dtjt8_div_img) > span > a:has(> img) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  order: -1 !important;
  flex: 0 0 auto !important;
  margin: 0 6px 0 0 !important;
}

.article-content .read .wp_articlecontent>p:has(> a > img):not(.focus):not(.focus-box):not(.dtjt8_div_img) > a > img,
.article .entry .read .wp_articlecontent>p:has(> a > img):not(.focus):not(.focus-box):not(.dtjt8_div_img) > a > img,
.article-content .read .wp_articlecontent>div:has(> a > img):not(.focus):not(.focus-box):not(.dtjt8_div_img) > a > img,
.article .entry .read .wp_articlecontent>div:has(> a > img):not(.focus):not(.focus-box):not(.dtjt8_div_img) > a > img,
.article-content .read .wp_articlecontent>p:has(> span > a > img):not(.focus):not(.focus-box):not(.dtjt8_div_img) > span > a > img,
.article .entry .read .wp_articlecontent>p:has(> span > a > img):not(.focus):not(.focus-box):not(.dtjt8_div_img) > span > a > img,
.article-content .read .wp_articlecontent>div:has(> span > a > img):not(.focus):not(.focus-box):not(.dtjt8_div_img) > span > a > img,
.article .entry .read .wp_articlecontent>div:has(> span > a > img):not(.focus):not(.focus-box):not(.dtjt8_div_img) > span > a > img {
  float: none !important;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  position: static !important;
  right: auto !important;
}

.article-content .read .wp_articlecontent>p:has(+ p > img),
.article .entry .read .wp_articlecontent>p:has(+ p > img),
.article-content .read .wp_articlecontent>p:has(+ p > span > img),
.article .entry .read .wp_articlecontent>p:has(+ p > span > img) {
  margin-bottom: 0.5em !important;
}

.article-content .read> :first-child,
.article .entry .read> :first-child,
.article-content .read .wp_articlecontent> :first-child,
.article .entry .read .wp_articlecontent> :first-child {
  margin-top: 0 !important;
}

.article-content .wp_articlecontent p,
.article-content .wp_articlecontent p span,
.article .entry .read p span {
  font-size: 16px !important;
  text-align: justify;
  font-family: "SimSun", "宋体", serif !important;
}

.article-content .read p[style*="text-align:right"],
.article .entry .read p[style*="text-align:right"],
.article-content .read p[style*="text-align: right"],
.article .entry .read p[style*="text-align: right"],
.article-content .read p[align="right"],
.article .entry .read p[align="right"],
.article-content .read .article-signoff,
.article .entry .read .article-signoff {
  display: block !important;
  width: 100% !important;
  clear: both !important;
  float: none !important;
  margin-top: 40px !important;
  text-indent: 0 !important;
  text-align: right !important;
}

.article-content .read p[style*="text-align:right"] span,
.article .entry .read p[style*="text-align:right"] span,
.article-content .read p[style*="text-align: right"] span,
.article .entry .read p[style*="text-align: right"] span,
.article-content .read p[align="right"] span,
.article .entry .read p[align="right"] span,
.article-content .read .article-signoff span,
.article .entry .read .article-signoff span {
  text-align: inherit !important;
}

.article-content .read img,
.article .entry .read img,
.article-content img {
  max-width: 800px;
  _width: expression(this.width > 800 ? "800px" : this.width);
  width: auto;
  height: auto;
}

/* 图集图片沿用 WebPlus 焦点图原始尺寸规则，避免被上面的通用 img 限制覆盖 */
.article-content .read .focus-container .focus-item img,
.article .entry .read .focus-container .focus-item img,
.article-content .read .dtjt8_div_img img,
.article .entry .read .dtjt8_div_img img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
}

/* WebPlus 正文图片播放器：按真实输出结构定点固定显示框 */
.article-content .read .wp-display-wrapper,
.article .entry .read .wp-display-wrapper {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto 1em !important;
  text-indent: 0 !important;
}

.article-content .read .sudy-imgs.picSlideWrap,
.article .entry .read .sudy-imgs.picSlideWrap {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  position: relative !important;
}

.article-content .read .sudy-imgs.picSlideWrap .imgnav,
.article .entry .read .sudy-imgs.picSlideWrap .imgnav {
  width: 100% !important;
  position: relative !important;
}

.article-content .read .sudy-imgs.picSlideWrap .imgnav .img,
.article .entry .read .sudy-imgs.picSlideWrap .imgnav .img {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 500px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  background: transparent !important;
}

.article-content .read .sudy-imgs.picSlideWrap .imgnav .img > img,
.article .entry .read .sudy-imgs.picSlideWrap .imgnav .img > img {
  position: static !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
  margin: 0 !important;
  object-fit: contain !important;
  vertical-align: middle !important;
}

.article-content .read .sudy-imgs.picSlideWrap .imgnav .front,
.article-content .read .sudy-imgs.picSlideWrap .imgnav .next,
.article .entry .read .sudy-imgs.picSlideWrap .imgnav .front,
.article .entry .read .sudy-imgs.picSlideWrap .imgnav .next {
  position: absolute !important;
  top: 0 !important;
  width: 72px !important;
  height: 500px !important;
  z-index: 3 !important;
}

.article-content .read .sudy-imgs.picSlideWrap .imgnav .front,
.article .entry .read .sudy-imgs.picSlideWrap .imgnav .front {
  left: 0 !important;
}

.article-content .read .sudy-imgs.picSlideWrap .imgnav .next,
.article .entry .read .sudy-imgs.picSlideWrap .imgnav .next {
  right: 0 !important;
}

.article-content .read .sudy-imgs.picSlideWrap .cbtn,
.article .entry .read .sudy-imgs.picSlideWrap .cbtn {
  width: 100% !important;
  max-width: 900px !important;
  margin: 16px auto 0 !important;
  display: block !important;
  height: 92px !important;
  padding: 0 64px !important;
  box-sizing: border-box !important;
  background: transparent !important;
  text-indent: 0 !important;
  text-align: center !important;
  font-size: 0 !important;
  line-height: 0 !important;
  position: relative !important;
}

.article-content .read .sudy-imgs.picSlideWrap .picSildeLeft,
.article-content .read .sudy-imgs.picSlideWrap .picSildeRight,
.article .entry .read .sudy-imgs.picSlideWrap .picSildeLeft,
.article .entry .read .sudy-imgs.picSlideWrap .picSildeRight {
  display: flex !important;
  align-items: center !important;
  align-self: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 92px !important;
  flex: 0 0 48px !important;
  cursor: pointer !important;
  vertical-align: middle !important;
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  z-index: 2 !important;
}

.article-content .read .sudy-imgs.picSlideWrap .picSildeLeft,
.article .entry .read .sudy-imgs.picSlideWrap .picSildeLeft {
  left: 0 !important;
}

.article-content .read .sudy-imgs.picSlideWrap .picSildeRight,
.article .entry .read .sudy-imgs.picSlideWrap .picSildeRight {
  right: 0 !important;
}

.article-content .read .sudy-imgs.picSlideWrap .picSildeLeft img,
.article-content .read .sudy-imgs.picSlideWrap .picSildeRight img,
.article .entry .read .sudy-imgs.picSlideWrap .picSildeLeft img,
.article .entry .read .sudy-imgs.picSlideWrap .picSildeRight img {
  display: block !important;
  width: 26px !important;
  height: 42px !important;
  max-width: none !important;
  max-height: none !important;
  opacity: 0.95 !important;
}

.article-content .read .sudy-imgs.picSlideWrap .cSlideUl,
.article .entry .read .sudy-imgs.picSlideWrap .cSlideUl {
  display: block !important;
  position: absolute !important;
  left: 64px !important;
  right: 64px !important;
  top: 50% !important;
  width: auto !important;
  max-width: none !important;
  height: 80px !important;
  margin: 0 !important;
  overflow: hidden !important;
  text-align: center !important;
  vertical-align: middle !important;
  transform: translateY(-50%) !important;
}

.article-content .read .sudy-imgs.picSlideWrap .cSlideUl ul,
.article .entry .read .sudy-imgs.picSlideWrap .cSlideUl ul {
  display: inline-flex !important;
  align-items: center !important;
  height: 80px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  font-size: 0 !important;
}

.article-content .read .sudy-imgs.picSlideWrap .cSlideUl li,
.article .entry .read .sudy-imgs.picSlideWrap .cSlideUl li {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 120px !important;
  height: 80px !important;
  margin: 0 7.5px !important;
  padding: 0 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  border: 2px solid transparent !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  background: transparent !important;
  box-sizing: border-box !important;
  opacity: 0.7 !important;
  transition: all 0.2s ease !important;
}

.article-content .read .sudy-imgs.picSlideWrap .cSlideUl li > img,
.article .entry .read .sudy-imgs.picSlideWrap .cSlideUl li > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 auto !important;
  object-fit: cover !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  opacity: 1 !important;
}

.article-content .read .sudy-imgs.picSlideWrap .cSlideUl li.hov > img,
.article .entry .read .sudy-imgs.picSlideWrap .cSlideUl li.hov > img {
  border-color: transparent !important;
  opacity: 1 !important;
}

.article-content .read .sudy-imgs.picSlideWrap .cSlideUl li.hov,
.article .entry .read .sudy-imgs.picSlideWrap .cSlideUl li.hov {
  border-color: #106674 !important;
  opacity: 1 !important;
}

.article-content .read .sudy-imgs.picSlideWrap .cSlideUl li:hover,
.article .entry .read .sudy-imgs.picSlideWrap .cSlideUl li:hover,
.article-content .read .sudy-imgs.picSlideWrap .cSlideUl li:hover > img,
.article .entry .read .sudy-imgs.picSlideWrap .cSlideUl li:hover > img {
  opacity: 1 !important;
}

.article-content .read .sudy-imgs.picSlideWrap .cSlideUl li imgtitle,
.article .entry .read .sudy-imgs.picSlideWrap .cSlideUl li imgtitle,
.article-content .read .sudy-imgs.picSlideWrap .cSlideUl li tt,
.article .entry .read .sudy-imgs.picSlideWrap .cSlideUl li tt {
  display: none !important;
}

.article-content .read p>img,
.article .entry .read p>img,
.article-content .read p>span>img,
.article .entry .read p>span>img {
  display: block;
  margin: 0 auto;
}

.article-content .read .wp_articlecontent>p:has(> img),
.article .entry .read .wp_articlecontent>p:has(> img),
.article-content .read .wp_articlecontent>p:has(> span > img),
.article .entry .read .wp_articlecontent>p:has(> span > img) {
  margin-top: 0 !important;
  margin-bottom: 0.5em !important;
  text-indent: 0 !important;
  line-height: 1 !important;
  font-size: 0 !important;
  text-align: center !important;
}

.article-content .read .article-media-block,
.article .entry .read .article-media-block {
  margin: 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;
  line-height: 1 !important;
  font-size: 0 !important;
  text-align: center !important;
}

.article-content .read .article-media-block img,
.article .entry .read .article-media-block img {
  display: block !important;
  margin: 0 auto !important;
  vertical-align: top !important;
}

.article-content .read .article-block-before-media,
.article .entry .read .article-block-before-media {
  margin-bottom: 0.75em !important;
}

.article-content .read .article-media-block+p,
.article .entry .read .article-media-block+p {
  margin-top: 0 !important;
}

/* 图片画廊样式 */
.article-gallery {
  margin: 20px 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #f8fafc;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.gallery-main {
  width: 100%;
  height: 450px;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 4px;
}

.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #eee;
}

.gallery-thumbs {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.thumb-item {
  width: 120px;
  height: 80px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.2s ease;
  opacity: 0.7;
}

.thumb-item.active {
  border-color: var(--primary-color);
  opacity: 1;
}

.thumb-item:hover {
  opacity: 1;
}

.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-editor {
  text-align: right;
  font-size: 14px;
  color: var(--text-light);
  margin-top: 40px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .article-title {
    font-size: 24px;
    line-height: 1.5;
    padding-top: 0;
  }

  .article-meta {
    flex-direction: column;
    gap: 10px;
  }

  .article-content {
    width: 100%;
  }

  .article-content p,
  .article-content .MsoNormal,
  .article-content .wp_articlecontent>div,
  .article-content .wp_entry>div,
  .article-content .wp_entry>section {
    font-size: 15px !important;
    line-height: 1.9 !important;
    margin-bottom: 1.4em !important;
  }

  .article-content ul,
  .article-content ol {
    margin-left: 1.4em !important;
  }

  .gallery-main {
    height: 300px;
  }

  .article-content .read .sudy-imgs.picSlideWrap .cbtn,
  .article .entry .read .sudy-imgs.picSlideWrap .cbtn {
    max-width: 100% !important;
    display: block !important;
    height: 72px !important;
    padding: 0 38px !important;
  }

  .article-content .read .sudy-imgs.picSlideWrap .picSildeLeft,
  .article-content .read .sudy-imgs.picSlideWrap .picSildeRight,
  .article .entry .read .sudy-imgs.picSlideWrap .picSildeLeft,
  .article .entry .read .sudy-imgs.picSlideWrap .picSildeRight {
    height: 72px !important;
    width: 28px !important;
    flex: 0 0 28px !important;
    align-self: center !important;
  }

  .article-content .read .sudy-imgs.picSlideWrap .picSildeLeft img,
  .article-content .read .sudy-imgs.picSlideWrap .picSildeRight img,
  .article .entry .read .sudy-imgs.picSlideWrap .picSildeLeft img,
  .article .entry .read .sudy-imgs.picSlideWrap .picSildeRight img {
    width: 18px !important;
    height: 30px !important;
  }

  .article-content .read .sudy-imgs.picSlideWrap .cSlideUl {
    left: 38px !important;
    right: 38px !important;
    width: auto !important;
    max-width: none !important;
    height: 60px !important;
    transform: translateY(-50%) !important;
  }

  .article-content .read .sudy-imgs.picSlideWrap .cSlideUl ul,
  .article .entry .read .sudy-imgs.picSlideWrap .cSlideUl ul {
    height: 60px !important;
  }

  .article-content .read .sudy-imgs.picSlideWrap .cSlideUl li,
  .article .entry .read .sudy-imgs.picSlideWrap .cSlideUl li {
    width: 80px !important;
    height: 60px !important;
    margin: 0 5px !important;
  }

  .thumb-item {
    width: 80px;
    height: 60px;
  }
}
