@charset "utf-8";
/* 设置主题 */
:root {--primary: #e40000;}

/* css样式初始化 */
*,::before,::after {box-sizing: border-box;}
html { -moz-tab-size: 4;-o-tab-size: 4;tab-size: 4;}
html {line-height: 1; /* 1 */-webkit-text-size-adjust: 100%; /* 2 */}
body {margin: 0;}
body {font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif,
     'Segoe UI', Roboto,Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';}
body {font-family: inherit;line-height: inherit;}
blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre {margin: 0;}
ol,ul {list-style: none;margin: 0;padding: 0;}
a {color: inherit;text-decoration: inherit;}
html {font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont,'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; /* 1 */line-height: 1; /* 2 */}
pre,code,kbd,samp {font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,'Liberation Mono', 'Courier New', monospace;}
img,video {max-width: 100%;height: auto;}
button,input,optgroup,select,textarea {padding: 0;line-height: inherit;color: inherit}
textarea {resize: vertical;}
input::-moz-placeholder, textarea::-moz-placeholder {opacity: 1;color: #9ca3af;}
input::placeholder,textarea::placeholder {opacity: 1;color: #9ca3af;}

/* 滚动条+选中渲染css */
::selection{background:var(--primary);color:#fff;}
::-moz-selection{background:var(--primary);color:#fff;}
::-webkit-input-placeholder{text-overflow:ellipsis}
::-webkit-scrollbar{width:8px;height:8px;overflow:auto}
::-webkit-scrollbar-thumb{background-color:#e6e6e6;min-height:25px;min-width:25px;border:1px solid #e0e0e0}
::-webkit-scrollbar-track{background-color:#f7f7f7;border:1px solid #efefef}

/* 分页css */
.ui-bhpage{ width:auto; height:auto; overflow:hidden; clear:both; text-align:center;  margin:20px auto 20px auto;}
.ui-bhpage li{min-width:32px; height:32px;text-align:center; display:inline-block; line-height:32px; margin-right:4px;border:solid 1px #d9d9d9; border-radius:4px;}
.ui-bhpage li:first-child a,.ui-bhpage li:last-child a{box-sizing: border-box;padding: 0 10px;}
.ui-bhpage li:first-child span, .ui-bhpage li:last-child span {box-sizing: border-box;padding: 0 10px;}
.ui-bhpage li a{ width:100%; height:32px; text-align:center; line-height:32px; display:block; font-size:14px; color:#666; box-sizing: border-box; }
.ui-bhpage li:hover,.ui-bhpage li.active{ background:var(--primary); color:#fff; border:solid 1px var(--primary); }
.ui-bhpage li:hover a{ color: #fff;}

/* 文章分页 */
.article-pager{ width:100%; height:38px; margin:15px auto 15px auto; clear:both; text-align:center;}
.article-pager ul {display: flex;align-items: center;justify-content: center;}
.article-pager li{height:38px; border:solid 1px #efefef; text-align:center;line-height:38px; box-sizing:border-box; border-radius:4px; background:#fff;margin-left: 10px;flex: 1;max-width: 128px;}
.article-pager li a{ width:100%; height:38px; display:block; color:#333; font-size: 13px;}
.article-pager li a span{ font-size: 13px;}
.article-pager li:hover{  border:solid 1px var(--primary);}
.article-pager li:hover a{ color:var(--primary);}

/* 无数据 */
.ui-nodata {display: flex;justify-content: center;align-items: center;flex-direction: column;min-height: 300px;}
.ui-nodata img {max-width: 100px;}
.ui-nodata p {font-size: 15px;line-height: 30px;color: #444444;}

/* 文本溢出省略 */
.ellipsis-1,.ellipsis-2,.ellipsis-3{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}
.ellipsis-1{-webkit-line-clamp:1}
.ellipsis-2{-webkit-line-clamp:2}
.ellipsis-3{-webkit-line-clamp:3}

/* 版心 */
.w {width: 1280px;margin: 0 auto;box-sizing: border-box;overflow: hidden;height: auto;padding: 0;}
.container{width: 100%;height: auto; overflow: hidden;}

/* 文章内容 */
.ui-content{ width: 100%; min-height: 350px; margin: 10px auto; overflow: hidden;line-height:180%;word-wrap:break-word}
.ui-content p{ line-height: 32px; font-size: 16px;word-wrap:break-word;}
.ui-content img{ max-width: 100%;  border-radius: 3px; cursor: pointer; display: inline-block;}
.ui-content table{ width: 100%; border-collapse: collapse; margin: 10px auto;}
.ui-content table th{ padding:8px 12px; text-align: center; vertical-align: middle; background-color: #fafafa; border: solid 1px #dcdcdc;}
.ui-content table td{ padding:8px 12px; border: solid 1px #dcdcdc; font-size: 14px;}
.ui-content table tr:hover td{background-color: #fafafa;}
.ui-content table th:hover td{background-color: #efefef;}
.ui-content video{border:solid 1px #dcdcdc; overflow:hidden; padding:5px; border-radius:4px;}
.ui-content pre{ background-color: #f6f8fa; border: solid 1px #dcdcdc; border-radius: 4px; line-height: 160%; padding: 10px 12px; font-size: 13px; color: #666;}
.ui-content pre code{ padding: 0; border: 0;}
.ui-content code{background-color: #f6f8fa; border: solid 1px #dcdcdc; border-radius: 4px; padding: 4px 6px; font-size: 12px; margin:0 2px;}
.ui-content input{ margin-right: 5px;}

/* 头部 */
.header {width: 100%;height: 100px;background-color: #fff;position: fixed;left: 0;top: 0;z-index: 9;}
.header .header_wrap {display: flex;align-items: center;justify-content: space-between;height: 100%;}
.header_wrap .logo {font-size: 0;height: 76px;}
.header_wrap .logo img {width: 100%;height: 100%;object-fit: contain;}
.header_wrap .header_right {display: flex;align-items: center;gap: 60px;height: 100%;}
.header_wrap .header_right ul {flex: 1;display: flex;align-items: center;gap: 60px;}
.header_wrap .header_right ul li a {font-size: 18px;line-height: 40px;}
.header_wrap .header_right ul li.active a {color: var(--primary);}
.header_wrap .header_right .right {display: flex;align-items: center;}
.header_wrap .header_right .search_btn {height: 44px;width: 44px;flex-shrink: 0;display: flex;justify-content: center;align-items: center;}
.header_wrap .header_right .search_btn span {font-size: 22px;}
.fixed_header {height: 100px;width: 100%;}
/* 头部分类 */
.classify {position: relative;height: 44px; width: 44px;-webkit-transition: background 0.5s;-moz-transition: background 0.5s;-o-transition: background 0.5s;transition: background 0.5s;display: none;}
.classify:hover {cursor: pointer;background-color: rgba(255, 255, 255, 0.2);}
.classify span {position: absolute;left: calc((100% - 25px) / 2);top: calc((100% - 2px) / 2);width: 25px;height: 2px;background-color: #000000;}
.classify span:nth-child(1) {transform: translateY(10px) rotate(0deg);}
.classify span:nth-child(2) {opacity: 0;}
.classify span:nth-child(3) {transform: translateY(-10px) rotate(0deg);}
.classify-active span:nth-child(1) {animation-duration: 0.5s;animation-fill-mode: both;animation-name: clickfirst;}
.classify-active span:nth-child(2) {animation-duration: 0.5s;animation-fill-mode: both;animation-name: clicksecond;}
.classify-active span:nth-child(3) {animation-duration: 0.5s;animation-fill-mode: both;animation-name: clickthird;}
/*第一条线旋转动画*/
@keyframes clickfirst { 0% {transform: translateY(8px) rotate(0deg);} 100% {transform: translateY(0) rotate(45deg);}}
/*第二条线淡入淡出动画动画*/
@keyframes clicksecond { 0% {opacity: 1;} 100% {opacity: 0;}}
/*第三条线旋转动画*/
@keyframes clickthird { 0% {transform: translateY(-8px) rotate(0deg);} 100% {transform: translateY(0) rotate(-45deg);}}
.classify-out span:nth-child(1) {animation-duration: 0.5s;animation-fill-mode: both;animation-name: outfirst;}
.classify-out span:nth-child(2) {animation-duration: 0.5s;animation-fill-mode: both;animation-name: outsecond;}
.classify-out span:nth-child(3) {animation-duration: 0.5s;animation-fill-mode: both;animation-name: outthird;}
@keyframes outfirst { 0% {transform: translateY(0) rotate(-45deg);} 100% {transform: translateY(-8px) rotate(0deg);}}
@keyframes outsecond { 0% {opacity: 0;} 100% {opacity: 1;}}
@keyframes outthird { 0% {transform: translateY(0) rotate(45deg);} 100% {transform: translateY(8px) rotate(0deg);}}
/* 分类容器 */
.asidewrap {position: fixed;top: 0px; left: 0;  right: 0;  bottom: 0; z-index: 8;display: none;background-color: #f5f5f5;padding: 0 15px; padding-top: 64px;}
.asidewrap ul {width: 100%;overflow-y: auto;height: calc(100vh - 64px);}
.asidewrap li {border-bottom: 1px solid #dcdcdc;font-size: 16px;}
.asidewrap li .asideheader {display: flex;justify-content: space-between;align-items: center;height: 60px;}
.asidewrap li .asideheader .tit {flex: 1;font-size: 16px;color: #333;line-height: 60px;}
.asidewrap li .asideheader .kz {width: 60px;font-size: 35px;font-style: normal;font-weight: normal;text-align: right;color: #666;}
.asidewrap li .asideheader .tit:hover {color: var(--primary);}
.asidewrap li .asidecontent {padding: 0 15px;display: none;}
.asidewrap li .asidecontent a {display: block;position: relative;line-height: 44px;color: #666;font-size: 14px;padding-left: 15px;}
.asidewrap li .asidecontent a:hover {color: var(--primary);}

/* 搜索容器 */
.searchWrap {position: fixed;display: none;justify-content: center;align-items: center;width: 100%;height: 100%;
background-color: rgba(0, 0, 0, 0.2);z-index: 99;top: 0;left: 0;}
.searchMain {position: relative;width: 45%;padding: 100px 80px;background-color: #fff;}
.searchMain .close{position: absolute;top: 0;right: 0; height: 50px;width: 50px;line-height: 50px;text-align: center;transition: all .5s;}
.searchMain .close span {font-size: 25px;}
.searchMain .close:hover{transform: rotate(180deg);}
.searchMain .searchform {display: flex;flex-direction: column;}
.searchMain .searchform .search-text {height: 60px;outline: none;font-size: 16px;padding: 0 10px;}
.searchMain .searchform .search-btn {cursor: pointer;width: 160px;height: 50px;margin-top: 30px;font-size: 16px;}


/* 底部 */
.footer {background-color: #2c2c2c;}
.footer .footer_wrap {padding: 40px 0;}
.footer .footer_wrap .footer_main {display: flex;justify-content: space-between;align-items: flex-start;}
.footer .footer_wrap .footer_main .footer_info {flex-shrink: 0;} 
.footer .footer_wrap .footer_main .tit {font-size: 20px;line-height: 40px;color: rgba(255, 255, 255, 0.45);font-weight: bold;margin-bottom: 20px;}
.footer .footer_wrap .footer_main .footer_info p {font-size: 16px;line-height: 32px; color: rgba(255, 255, 255, 0.45);}
.footer .footer_wrap .footer_main .nav_wrap {display: grid;grid-template-columns: repeat(2,1fr);column-gap: 60px;}
.footer .footer_wrap .footer_main .nav_wrap a {color: rgba(255, 255, 255, 0.45);font-size: 16px;line-height: 32px;}
.footer .footer_wrap .footer_main .nav_wrap a:hover {color: var(--primary);}
.footer .footer_wrap .footer_main .footer_code {display: flex;flex-direction: column;justify-content: center;align-items: center;}
.footer .footer_wrap .footer_main .footer_code img {width: 136px;height: 136px;}
.footer .footer_wrap .footer_main .footer_code span {font-size: 16px;line-height: 32px;color: rgba(255, 255, 255, 0.45);}
.footer .footer_bottom {height: 65px;background-color: #212121;}
.footer_bottom .footer_copy {display: flex;justify-content: space-between;align-items: center;height: 100%;color: rgba(255, 255, 255, 0.45);font-size: 16px;line-height: 32px;}
.footer_bottom .footer_copy .left {display: flex;align-items: center;}
.footer_bottom .footer_copy a:hover {color: var(--primary);}

/* 首页 */
.index_swiper {width: 100%;height: 630px;position: relative;overflow: hidden;}
.index_swiper .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
.index_section_tool {height: 117px;background-color: #970a00;}
.index_section_tool .index_tool_grid {display: flex;align-items: center;height: 100%;}
.index_section_tool .index_tool_grid .index_tool_item {display: flex;justify-content: center;align-items: center;flex-direction: column;height: 100%;flex: 1;gap: 15px;position: relative;}
.index_section_tool .index_tool_grid .index_tool_item img {width: 44px;height: 44px;object-fit: contain;}
.index_section_tool .index_tool_grid .index_tool_item span {color: #fff;font-size: 18px;}
.index_section_tool .index_tool_grid .index_tool_item:not(:last-child)::after {content: '';position: absolute;right: 0;height: 77px;width: 1px;background-color: rgba(255, 255, 255, 0.36);}
.index_section_recent {padding-top: 80px;padding-bottom: 60px;position: relative;}
.index_join_us {position: absolute;right: 66px;top: 106px;z-index: 8;width: 150px;height: 150px;border-radius: 50%;background-color: #b0936d;display: flex;flex-direction: column;align-items: center;justify-content: center;overflow: hidden;}
.index_join_us img {width: 43px;height: 43px;object-fit: contain;}
.index_join_us span {font-size: 18px;color: #fff;line-height: 36px;}

.index_tit {display: flex;justify-content: center;align-items: center;flex-direction: column;gap: 10px;}
.index_tit h2 {font-size: 36px;color: #1a1a1a;font-weight: bold;}
.index_tit h4 {font-size: 16px;color: #999999;font-weight: normal;}

/* 首页近期拍卖 */
.index_recent_wrap {display: grid;grid-template-columns: repeat(3,1fr);margin-top: 42px;gap: 20px;}
.recent_item {height: 345px;}
.recent_item .pic {height: 243px;width: 100%;position: relative;overflow: hidden;}
.recent_item .pic img {width: 100%;height: 100%;object-fit: cover;transition: all 1.0s;}
.recent_item:hover img {transform: scale(1.2);}
.recent_item .pic .tip {position: absolute;right: 20px;top: 12px;padding: 0px 14px;font-size: 16px;color: #fff;background-color: rgba(0, 0, 0, 0.6);border-radius: 16px;height: 32px;line-height: 32px;}
.recent_item .cont {padding: 20px 12px;}
.recent_item .cont h6 {font-size: 20px;font-weight: normal;color: #1a1a1a;}
.recent_item .cont p {font-size: 16px;color: #808080;margin-top: 15px;}
.index_more_wrap {display: flex;justify-content: center;align-items: center;margin-top: 44px;}
.index_more_wrap a {width: 202px;height: 48px;border: 1px solid #999999;line-height: 48px;font-size: 18px;color: #666666;text-align: center;border-radius: 24px;}
.index_more_wrap a:hover {color: var(--primary);border: 1px solid var(--primary);}

/* 首页关于我们 */
.index_section_about {padding: 80px 0;background-image: url(../images/about_bg.jpg);background-size: cover;background-repeat: no-repeat;}
.index_about_wrap {display: flex;justify-content: space-between;align-items: center;gap: 100px;}
.index_about_wrap .pic {width: 471px;height: 471px;flex-shrink: 0;}
.index_about_wrap .pic img {width: 100%;height: 100%;object-fit: contain;}
.index_about_wrap .left {flex: 1;}
.index_about_wrap .left h2 {display: flex;flex-direction: column;gap: 36px;font-size: 36px;font-weight: bold;}
.index_about_wrap .left h2::after {content: '';width: 50px;height: 2px;background-color: #8a8a8a;}
.index_about_wrap .left p {margin-top: 30px;font-size: 16px;line-height: 32px;color: #333333;}
.index_numlist {margin-top: 50px;display: grid;grid-template-columns: repeat(4, 1fr);gap: 0px;}
.index_numlist .numitem {flex: 1;display: flex;flex-direction: column;justify-content: center;align-items: center;position: relative;}
.index_numlist .numitem:not(:nth-child(4n))::after {content: '';position: absolute;top: 0;right: 0; height: 100%;width: 1px;background-color: #e3dfdb;}
.index_numlist .numitem .numU {display: flex;align-items: flex-start;justify-content: center;}
.index_numlist .numitem .numCX{font-size: 44px;color: var(--primary);} 
.index_numlist .numitem .unitC {font-size: 16px;color: var(--primary);font-style: normal;}
.index_numlist .numitem .indc {font-size: 16px;color: #808080;margin-top: 20px;}
.index_about_more {display: flex;align-items: center;margin-top: 60px;}
.index_about_more a {height: 48px;width: 202px;border: 1px solid #999999;border-radius: 24px;line-height: 48px;text-align: center;font-size: 18px;color: #666666;}
.index_about_more a:hover {color: var(--primary);border-color: var(--primary);}

/* 首页拍品展示 */
.index_section_auction {padding-top: 80px;padding-bottom: 50px;}
.index_auction_wrap {display: grid;grid-template-columns: repeat(4,1fr);gap: 20px;margin-top: 42px;}
.auctionitem {border: 1px solid #d9d9d9;height: 350px;}
.auctionitem .pic {padding: 10px;height: 200px;box-sizing: border-box;overflow: hidden;}
.auctionitem .pic img {width: 100%;height: 100%;object-fit: cover;transition: all 1.0s;}
.auctionitem:hover img {transform: scale(1.2);}
.auctionitem .cont {padding: 10px;}
.auctionitem .cont h6 {font-size: 18px;line-height: 36px;color: #bc9d74;font-weight: normal;}
.auctionitem .cont p {color: #333333;line-height: 32px;font-size: 16px;}
.auctionitem .cont .type {font-size: 16px;color: #808080;line-height: 32px;}

/* 拍卖资讯 */
.index_section_info {background-color: #f5f5f5;padding: 80px 0;}
.index_info_wrap {display: flex;justify-content: space-between;margin-top: 40px;gap: 42px;align-items: flex-start;}
.index_info_wrap .pic {height: 400px;width: 620px;position: relative;overflow: hidden;}
.index_info_wrap .pic img {width: 100%;height: 100%;object-fit: cover;transition: all 1.0s;}
.index_info_wrap .pic:hover img {transform: scale(1.2);}
.index_info_wrap .pic .mask {height: 65px;display: flex;align-items: center;justify-content: center;background-color: rgba(0, 0, 0, 0.6);position: absolute;bottom: 0;left: 0;width: 100%;}
.index_info_wrap .pic .mask {font-size: 18px;color: #fff;padding: 0 20px;}
.index_info_wrap .pic:hover .mask {color: var(--primary);}
.index_info_wrap ul {flex: 1;}
.index_info_wrap ul li {height: 66px;border-bottom: 1px solid #d9d9d9;}
.index_info_wrap ul li a {display: flex;align-items: center;justify-content: space-between;height: 100%;gap: 20px;}
.index_info_wrap ul li a::before {content: '';width: 6px;height: 6px;border-radius: 50%;background-color: #bc9d74;}
.index_info_wrap ul li a .tit {flex: 1;color: #1a1a1a;font-size: 18px;}
.index_info_wrap ul li a .date {font-size: 16px;color: #666666;}
.index_info_wrap ul li a:hover .tit {color: var(--primary);}

/* 首页业务范围 */
.index_section_scope {padding-top: 80px;padding-bottom: 115px;}
.scope_wrap {margin-top: 45px;display: grid;grid-template-columns: repeat(3,1fr);gap: 20px;}
.scope_wrap .scope_item {height: 150px;position: relative;overflow: hidden;}
.scope_wrap .scope_item img {width: 100%;height: 100%;object-fit: cover;transition: all 1.0s;}
.scope_wrap .scope_item:hover img {transform: scale(1.2);}
.scope_wrap .scope_item h6 {position: absolute;top: 0;left: 0;height: 100%;width: 100%;display: flex;justify-content: center;align-items: center;font-size: 22px;color: #fff;font-weight: normal;}

/* 其他页面导航 */
.history_nav_wrap {background-color: #f2f2f2;}
.history_nav_wrap .history_nav_main {display: flex;justify-content: space-between;align-items: center;height: 60px;}
.history_nav_wrap .history_nav {display: flex;align-items: center;height: 100%;gap: 5px;}
.history_nav_wrap .history_nav i {font-size: 16px;color: #999999;}
.history_nav_wrap .history_nav .tip {color: #444444;display: flex;align-items: center;font-size: 16px;gap: 5px;}
.history_nav_wrap .history_nav .tip i {font-size: 20px;color: var(--primary);}
.history_nav_wrap .history_nav p {font-size: 16px;color: var(--primary);overflow: hidden;}
.history_nav_wrap .history_nav a {font-size: 16px;color: #444444;}
.history_nav_wrap .history_nav a:hover {color: var(--primary);}

/* 其他导航 */
.other_nav {display: flex;align-items: center;width: 100%;overflow-x: auto;padding: 30px 0;gap: 10px;}
.other_nav a {width: 130px;height: 52px;border: 1px solid #d0d0d0;line-height: 52px;text-align: center;border-radius: 26px;font-size: 18px;color: #000000;}
.other_nav a.active {background-color: var(--primary);color: #fff;border: none;}

/* 拍卖中心拍卖专场 */
.auction_wrap {padding-bottom: 30px;}
.other_auction_wrap {margin-top: 0;}
.other_top {padding: 30px 0;}
.auction_head {display: flex;align-items: flex-start;justify-content: space-between;gap: 30px;padding: 30px 0;}
.auction_head .pic {width: 500px;height: 344px; flex-shrink: 0;overflow: hidden;}
.auction_head .pic img {width: 100%;height: 100%;object-fit:cover;}
.auction_head .cont {flex: 1;max-height: 344px;overflow: hidden;}
.auction_head .cont .tit  {border-bottom: 1px solid #eeeeee;padding-bottom: 15px;}
.auction_head .cont .tit h2 {font-size: 30px; color: #bc9d74;font-weight: bold;line-height: 60px;}
.auction_head .cont .tit h4 {font-size: 18px;color: #333333;font-weight: normal;display: flex;align-items: center;gap: 10px;}
.auction_head .cont p {font-size: 16px;line-height: 32px;max-height: 200px;overflow-y: auto;}
.auction_main .tit{height: 60px;background-color: #f7f7f7;line-height: 60px;padding: 0 20px;}

/* 新闻列表 */
.news_wrap {background-color: #f2f2f2;padding-bottom: 30px;}
.news_wrap .news_item {padding: 8px;background-color: #fff;box-sizing: border-box;overflow: hidden;display: flex;align-items: center;justify-content: space-between;margin-bottom: 15px;}
.news_wrap .news_item .time {width: 100px;display: flex;flex-direction: column;align-items: center;flex-shrink: 0;gap: 15px;position: relative;height: 135px;justify-content: center;}
.news_wrap .news_item .time i {font-size: 24px;color: #1a1a1a;font-weight: bold;font-style: normal;}
.news_wrap .news_item .time span {color: #666666;font-size: 18px;}
.news_wrap .news_item .time::after {content: '';width: 1px;height: 100px;background-color: #d9d9d9;position: absolute;right: 0;}
.news_wrap .news_item .news_pic {width: 200px;height: 135px;overflow: hidden;}
.news_wrap .news_item .news_pic img {width: 100%;height: 100%;object-fit: cover;}
.news_wrap .news_item .news_cont {flex: 1;padding: 0 20px;}
.news_wrap .news_item .news_cont h4 {color: #1a1a1a;font-size: 20px;font-weight: normal;margin-bottom: 15px;}
.news_wrap .news_item .news_cont p {font-size: 16px;color: #808080;line-height: 24px;}
.news_wrap .news_item .news_cont .news_cont_time {font-size: 12px;color: #808080;line-height: 20px;display: none;}
.news_wrap .news_item:hover .news_cont h4  {color: #e40000;}

/* 文章详情 */
.article_main {padding: 50px;background-color: #fff;margin-bottom: 60px;}
.article_main h2{ line-height: 40px; font-size: 20px; text-align: center;}
.ui-hot{ width: 20px; height: 20px; line-height: 20px; font-size: 12px; background-color: #f00; color: #fff; display:inline-block; margin-left: 5px; position: relative; top: -3px; border-radius: 4px; text-align: center;}
.ui-top{ width: 20px; height: 20px; line-height: 20px; font-size: 12px; background-color: #52c41a; color: #fff; display:inline-block; margin-left: 5px; position: relative; top: -3px; border-radius: 4px; text-align: center;}
.ui-art-tags{ text-align: center; line-height: 35px; font-size: 13px; color: #999; border-top: solid 1px #efefef; border-bottom: solid 1px #efefef; margin: 15px auto;}
.ui-art-tags span{ margin: 0 5px;}
.ui-hot-data{ padding: 2px 6px; border: solid 1px #f00; color: #f00; font-size: 12px; cursor: pointer; border-radius: 2px;}



@media screen and (max-width: 768px) {
    /* 版心 */
    .w {width: 100%;padding: 0 15px;}
    /* 头部 */
    .header {height: 64px;}
    .fixed_header {height: 64px;}
    .header_wrap .logo {height: 38px;}
    .header_wrap .header_right ul {display: none;}
    .classify  {display: block;}
    /* 底部 */
    .footer .footer_wrap {padding: 20px 0;}
    .footer .footer_wrap .footer_main {flex-direction: column;}
    .footer .footer_wrap .footer_main .tit {margin-bottom: 0;}
    .footer .footer_wrap .footer_main .footer_info p {font-size: 14px;}
    .footer .footer_wrap .footer_main .footer_nav {display: none;}
    .footer .footer_wrap .footer_main .footer_code {display: none;}
    .footer .footer_bottom {height: auto;padding: 20px 0;}
    .footer_bottom .footer_copy {flex-wrap: wrap;font-size: 14px;}
    .footer_bottom .footer_copy .left {flex-wrap: wrap;}
    .searchMain {width: 90%;padding: 50px 15px;}

    
    /* 首页 */
    .index_swiper {height: 210px;}
    .index_section_tool {height: 60px;}
    .index_section_tool .index_tool_grid .index_tool_item img {width: 22px;height: 22px;}
    .index_section_tool .index_tool_grid .index_tool_item span {font-size: 12px;}
    .index_section_tool .index_tool_grid .index_tool_item:not(:last-child)::after {height: 60px;}
    .index_section_recent {padding: 30px 0;}
    .index_tit h2 {font-size: 18px;}
    .index_tit h4 {font-size: 14px;}
    .index_join_us {width: 60px;height: 60px;right: 15px;top: 30px;}
    .index_join_us img {width: 22px;height: 22px;}
    .index_join_us span {font-size: 12px;line-height: 24px;}
    .index_recent_wrap {margin-top: 21px;gap: 10px;grid-template-columns: repeat(2, 1fr);}
    .recent_item {height: 203px;}
    .recent_item .pic {height: 140px;}
    .recent_item .pic .tip {right: 10px;font-size: 12px;padding: 0 10px;line-height: 24px;height: 24px;border-radius: 12px;}
    .recent_item .cont {padding: 10px;}
    .recent_item .cont h6 {font-size: 16px;}
    .recent_item .cont p {font-size: 12px;}
    .index_more_wrap a {width: 101px;height: 30px;line-height: 30px;font-size: 14px;}
    .index_section_about {padding: 30px 0;}
    .index_about_wrap {flex-direction: column;gap: 30px;}
    .index_about_wrap .left {width: 100%;}
    .index_about_wrap .left h2 {font-size: 18px;gap: 18px;}
    .index_about_wrap .left h2::after {height: 1px;width: 25px;}
    .index_about_wrap .left p {margin-top: 15px;font-size: 12px;line-height: 24px;}
    .index_about_wrap .pic {width: 100%;height: auto;}
    .index_numlist {margin-top: 25px;}
    .index_numlist .numitem .numCX {font-size: 22px;}
    .index_numlist .numitem .unitC {font-size: 12px;}
    .index_numlist .numitem .indc {font-size: 12px;}
    .index_about_more a {width: 101px;height: 30px;font-size: 14px;line-height: 30px;}
    .index_section_auction {padding: 30px 0;}
    .index_auction_wrap {grid-template-columns: repeat(2,1fr);gap: 10px;}
    .auctionitem {height: 244px;}
    .auctionitem .pic {height: 120px;}
    .auctionitem .cont h6 {font-size: 16px;line-height: 32px;}
    .auctionitem .cont p {font-size: 12px;line-height: 24px;}
    .auctionitem .cont .type {font-size: 12px;line-height: 24px;}
    .index_section_info {padding: 30px 0;}
    .index_info_wrap {margin-top: 30px;}
    .index_info_wrap .pic {display: none;}
    .index_info_wrap ul li a .tit {font-size: 16px;}
    .index_info_wrap ul li a .date {font-size: 12px;}
    .index_section_scope {padding: 30px 0;}
    .scope_wrap {gap: 10px;}
    .scope_wrap .scope_item h6 {font-size: 16px;}


    /* 其他页面 */
    .other_nav {padding: 15px 0;}
    .other_nav a {height: 30px;line-height: 30px;width: 90px;font-size: 12px;}


    /* 新闻列表 */
    .news_wrap .news_item .time {display: none;}
    .news_wrap .news_item .news_pic {width: 100px;height: 90px;overflow: hidden;}
    .news_wrap .news_item .news_cont {padding-left: 0;}
    .news_wrap .news_item .news_cont h4 {font-size: 16px;}
    .news_wrap .news_item .news_cont p {font-size: 12px;line-height: 20px;}
    .news_wrap .news_item .news_cont .news_cont_time  {display: block;}

    /* 文章详情 */
    .article_main {padding: 15px;}
    .ui-art-tags{ line-height: 30px;}


}