*{margin:0; padding:0; list-style: none; }
body {font-family:Helvetica Neue For Number, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;  font-size:16px;-webkit-text-size-adjust: none;}
/* 清理浮动 */
.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix {zoom:1;}
a{ text-decoration: none; }
a:hover{}
.hide{display:none;}
.pagewidth{ width: 1600px; margin:0 auto; transition-duration: 0.2s;}
img{ border:none; display: block;}
span:focus {outline: none !important;}
button,textarea{-webkit-appearance: none;border-radius: 0;outline: none;}
body{--main:#2a5ea0; --bg:#f8f8f8;}
h1,h2,h3,h4,h5{ font-weight:500;line-height: 1.6em;}
p,a,div{line-height: 1.6em;}
.pager{ text-align:center; padding-top:30px;  padding-bottom:30px;}
.pager a{background: var(--main); color: #fff; transition-duration: 0.2s; display: inline-block; padding: 12px 80px; border-radius:4px; }
.pager a:hover{background:var(--main); opacity: 0.9; color:#fff; }
.pager .loadmore-nodata{background: #fff;border-radius: 6px;color: #ddd; display: inline-block;padding: 12px 80px; border-radius:4px; }

.tab-pane {display: none;}
.tab-pane.active { display: block;}
.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: grey;
    filter: gray;
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}



.header{ padding-top:10px; padding-bottom:10px; background:rgba(255, 255, 255, 0);border-bottom: rgba(255, 255, 255, 0) solid 1px; position:fixed;left:0;right:0; top:0px; z-index:1000; transition-duration: 0.3s;  }
.header .pagewidth{display:flex; align-items: center; height: 72px; justify-content: space-between;  }

.header .logo{ transition-duration: 0.3s;}
.header .logo img{ height: 40px; transition-duration: 0.3s; }
.header .logo img.color{ display: none;}
.header .logo img.white{ display: block;}
.header .logo:hover img{ transform:scale(1.05); }




.header .pc_menu { display:flex; justify-content:space-between; align-items:center; }
.header .pc_menu ul{}
.header .pc_menu ul li{  }
.header .pc_menu a { text-decoration: none;color:rgba(255, 255, 255, 0.8);font-weight: 500;padding:15px 24px;font-size: 16px; line-height: 1.2em; display: block; text-align: center; }
.header .pc_menu ul {margin: 0;padding: 0;list-style: none;}
.header .pc_menu > ul > li { display: block;float: left;position: relative; display: block; }
.header .pc_menu > ul > li a i{display: inline-block; transition-duration: 0.3s}
.header .pc_menu > ul > li a:hover i{transform:rotate(180deg)}

.header .pc_menu ul li.active{ position:relative; }
.header .pc_menu ul li.active a{color:#fff; font-weight:normal; }
.header .pc_menu ul li:hover a{color:#fff; font-weight:normal; }
.header .pc_menu ul li.active:after{position: absolute;left: 40px; right: 40px; bottom:0px; width:auto;background:#fff;border-radius: 2px; height: 2px;content: "";transition-duration: 0.3s}


.header .pc_menu > ul > li > ul { background-color: #222;position: absolute; visibility: hidden; opacity: 0; top: 60px; width: 140px;margin-left:-70px; z-index: 999; right: 0px; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); padding-top: 12px; padding-bottom: 12px; left: 50%; background:#fff;border-radius:3px; transition-duration:0.3s }
.header .pc_menu > ul > li > ul:after{content: ""; position:absolute;top: -6px; left: 50%; margin-left: -8px; border: 8px solid transparent; border-top-width: 0; border-bottom-color: #fff; }
.header .pc_menu > ul > li:hover > ul { visibility:visible; opacity: 1; top: 50px;}
.header .pc_menu > ul > li:hover p{ opacity: 1; }
.header .pc_menu > ul > li:hover img{ opacity: 1; }
.header .pc_menu > ul > li > ul > li { position: relative; width: 100%;}
.header .pc_menu > ul > li > ul > li a{ color:#333!important; font-size:15px; display:block; }
.header .pc_menu > ul > li > ul > li a:hover{ color:var(--main)!important; background:#f1f1f1; font-size:15px; }
.header .pc_menu > ul > li a p{  font-weight: bold;font-size: 12px; color: #333; opacity: 0.5; height: 16px; line-height: 1em; }
.header .pc_menu > ul > li a img{ display: block; width: 32px; height: 32px; margin:5px auto; margin-bottom: 5px; opacity: 0.5;}
.header .pc_menu > ul > li > ul > li > ul { display:none;position: absolute;left: 100%;top: 20px;}
.header .pc_menu > ul > li > ul > li:hover > ul { display:block;background-color: #333; }
.header .pc_menu ul li.current-menu-item p{ color: #fff; opacity: 1; }
.header .pc_menu ul li.current-menu-item img{ color: #fff; opacity: 1; }
.header .trigger{display: none;}
.header .search{ font-size:18px; color:#fff; }

.header .wechaticon{ display:flex; justify-content: space-between;  align-items:center;  }
.header .wechaticon .program{ border-radius:50px; background:#1a56a4; height:36px; width:36px; color:#fff; font-size:22px; margin-left:20px; text-align:center; line-height:36px; margin-right:20px; }
.header .wechaticon .wechat{ border-radius:50px; background:#1a56a4; height:36px; width:36px; color:#fff; font-size:22px; text-align:center; line-height:36px; }
.header .wechaticon .program .content,.header .wechaticon .wechat .content{ width:120px; height:120px; padding: 6px; right: 85px; top: 15px; position: relative; border-radius:6px; background:#fff; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); visibility: hidden; opacity: 0; transition-duration: 0.3s; z-index: 444}
.header .wechaticon .program .content:after,.header .wechaticon .wechat .content:after{content: ""; position:absolute;top: -4px; right: 20px; border: 8px solid transparent; border-top-width: 0; border-bottom-color: #fff; }
.header .wechaticon .program .content img,.header .wechaticon .wechat .content img{width: 120px; height: 120px;}
.header .wechaticon .program:hover .content,.header .wechaticon .wechat:hover .content{ visibility:visible; opacity: 1;top:5px;}
.header .wechaticon .program:hover,.header .wechaticon .wechat:hover{background: var(--green);}

.header .right span a{border:#fff solid 2px;  color: #fff; border-radius:6px; padding:10px 20px;  transition-duration: 0.3s}
.header .right span a:hover{border:var(--main) solid 2px; background: var(--main);}


.fixed { padding-top: 0px; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); background:rgba(255, 255, 255, 0.8);-webkit-backdrop-filter:blur(5px); backdrop-filter: blur(5px); }
.fixed .pc_menu a { text-decoration: none;color: #333;}
.fixed .pc_menu > ul > li a.active {color:var(--main);  position: relative;}
.fixed .pc_menu a:hover{ color: var(--main)!important; font-weight: bold;}
.fixed .pc_menu ul li.active:after{background:var(--main);}
.fixed .pc_menu ul li.active a{color:var(--main); font-weight:normal; }
.fixed .pc_menu ul li:hover a{ color: var(--main); font-weight:normal; }


.fixed { padding-top: 0px; padding-bottom: 0px; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); background:rgba(255, 255, 255, 0.8);-webkit-backdrop-filter:blur(5px); backdrop-filter: blur(5px); }
.fixed .logo img.color{ display: block;}
.fixed .logo img.white{ display: none; }
.fixed .right span a{border:var(--main) solid 2px;  color: var(--main); border-radius:6px; padding:10px 20px; }
.fixed .right span a:hover{border:var(--main) solid 2px; background: var(--main); color: #fff;}


.innernav {width: 20px;height: 16px;position: absolute;top: 30px;right: 20px; }
.innernav .icon-bar {width: 100%;height: 2px;position: absolute;left: 0;background:var(--main);;-webkit-transition: all 0.3s;transition: all 0.3s;}
.innernav .icon-bar.top {top: 0;}
.innernav .icon-bar.middle {top: 50%;margin-top: -1px;}
.innernav .icon-bar.bottom {bottom: 0;}
.fixed .innernav .icon-bar {background:var(--main);}
.main_nav {display: table;width: 50%;height: 100%;position: fixed;top: 0;right: -50%;bottom: 0;background:var(--main);z-index: 9999;-webkit-transition: all 0.4s cubic-bezier(0.63, 0.35, 0.1, 0.95);transition: all 0.4s cubic-bezier(0.63, 0.35, 0.1, 0.95);}
.main_nav .close_nav {width: 20px;height: 20px;position: absolute;  top: 25px;  right: 25px;cursor: pointer;}
.main_nav .close_nav:before,
.main_nav .close_nav:after {content: '';width: 100%;height: 2px;background: #fff;position: absolute;top: 50%;left: 0;margin-top: -1px;-webkit-transition: all 0.3s 0.3s;transition: all 0.3s 0.3s;}
.main_nav .close_nav:before {-webkit-transform: rotate(0);transform: rotate(0);}
.main_nav .close_nav:after {-webkit-transform: rotate(0);transform: rotate(0);}
.main_nav.open {right: 0;}
.main_nav.open .close_nav:before {-webkit-transform: rotate(45deg);transform: rotate(45deg);transition-delay: 0;}
.main_nav.open .close_nav:after {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);transition-delay: 0;}
.main_nav .menu {display: table-cell;vertical-align: middle;text-align: center;}
.main_nav .menu li {display: block;position: relative;}
.main_nav .menu li:not(:last-child) {margin-bottom: 5px;}
.main_nav .menu li.animated {left: 25px;opacity: 0;-webkit-transition: all 0.3s;transition: all 0.3s; margin-bottom: 20px;}
.main_nav .menu li.animated.show {left: 0;opacity: 1;}
.main_nav .menu li a {display: block;font-size:20px;font-weight: 700;color: #fff;}
.main_nav .menu li a.active {color: #fff;}
.main_nav .menu li ul {display: none;max-width: 80%;margin: 10px auto;}
.main_nav .menu li ul li {display:block;position: relative;}
.main_nav .menu li ul li a {font-size: 16px;font-weight: normal;color: #fff;padding: 0 5px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.main_nav .menu li ul li a.active,
.main_nav .menu li ul li a:hover {color: #fff;}
.main_nav .menu li ul li a.active {font-weight: bold;}
.main_overlay {position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 99;background: rgba(17, 17, 17, 0.9);opacity: 0;visibility: hidden;cursor: pointer;-webkit-transition: all 0.4s cubic-bezier(0.63, 0.35, 0.1, 0.95);transition: all 0.4s cubic-bezier(0.63, 0.35, 0.1, 0.95);}
.main_overlay.open {opacity: 1;visibility: visible;}



.bgwhite {background:rgba(255, 255, 255, 0.8);  height:100px;box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);  }

 

.footer{ background: #222222;}
.footer .pagewidth{padding-top: 60px; padding-bottom: 60px; display: flex;justify-content:space-between; }
.footer .contact{  }
.footer .contact .logo { margin-bottom:20px; }
.footer .contact .logo img{ height:40px; }
.footer .contact ul li{  position: relative; margin-bottom: 12px;color: #888;}
.footer .contact ul li span{ position:absolute;left:0; }
.footer .nav {}
.footer .nav h3{font-size: 18px;color: #f1f1f1; margin-bottom: 20px;position:relative; }
.footer .nav h3 a{color: #f1f1f1}
.footer .nav ul li{margin-bottom: 12px;color: #888;}
.footer .nav ul li a{color: #888;}
.footer .nav ul li a:hover{color: #fff;}

.copy{padding-top:25px; color:rgba(255, 255, 255, 0.6); background:#222222; padding-bottom:25px;border-top:rgba(255, 255, 255, 0.1) solid 1px; }
.copy .pagewidth{ display: flex; justify-content: space-between;  align-items: center;}
.copy p span{ margin-left:30px; }
.copy p a{ color:rgba(255, 255, 255, 0.6); transition-duration:0.3s; }
.copy p a:hover{ color:rgba(255, 255, 255, 1); }



.search_content {  position: fixed;left: 0;top: 0;width: 100%;height: 100px; padding-top:130px; background: rgba(42, 94, 160, 0.9); z-index: 700;transition: all 0.3s ease; opacity: 0;  transform: translateY(-200px); }
.search_content .pagewidth{ position:relative; }
.search_content .layui-form .layui-form-item{ position:relative; width:600px; background:#fff; border-radius:4px; overflow: hidden; margin:0 auto;}
.search_content .layui-form .input{height:60px; padding-right: 0px; border: none; width: calc(100% - 60px); line-height: 60px; padding-left: 20px; font-size: 16px; color: #333;}
.search_content .layui-form .btn{ cursor: pointer; height:60px; width: 60px;font-size: 20px; border: none;color: var(--main); background:none; position: absolute; top: 0px; right: 0px;}
.search_content.open {transform: translateY(0);  /* 添加open类时显示 */opacity: 1; /* 添加open类时不透明 */}
.search_content .pagewidth .close-button {position: absolute;top: 50%;transform: translateY(-50%); right: 0px;font-size: 24px;cursor: pointer; color: #fff;}

.search_form{background: var(--main); padding-top: 160px;height: 70px;  padding-bottom: 60px;}
.search_form .layui-form{}
.search_form .layui-form .layui-form-item{ position:relative; width:60%; background:#fff; border-radius:4px; overflow: hidden;margin: 0 auto;}
.search_form .layui-form .input{height:60px; padding-right:0px; border: none; width: calc(100% - 60px); line-height: 60px; padding-left: 20px; font-size: 16px; color: #333;}
.search_form .layui-form .btn{ cursor: pointer; height:60px; width: 60px;font-size: 20px; border: none;color: var(--main); background:none; position: absolute; top: 0px; right: 0px;}
.search_list{background: #fff; padding-bottom: 40px;}
.search_list .data{padding-top: 40px;padding-bottom: 40px;display: flex; justify-content: space-between; align-items: center;}
.search_list .data .text-danger{ color:var(--main); }
.search_list .data .result{ color:#999; }
.search_list .order{display: flex; justify-content: space-between;}
.search_list .order li{ margin-left:20px; }
.search_list .order li a{ color:#999; }
.search_list .order li a.active{ color:var(--main); }
.search_list .article-list .item{ display:flex; justify-content:space-between; margin-bottom:30px; }
.search_list .article-list .item .img{width: 300px;aspect-ratio: 16/10;  border-radius:4px; overflow: hidden; transform: rotate(0deg);}
.search_list .article-list .item .img img{width: 100%; height: 100%; object-fit: cover; transition-duration:0.3s;}
.search_list .article-list .item .info{width: calc(100% - 330px);}
.search_list .article-list .item h2{color:#111;line-height:1.4em; margin-bottom:10px;font-size: 24px;}
.search_list .article-list .item h2 a{color:#111;line-height:1.4em;}
.search_list .article-list .item .time{font-size: 16px; color: var(--main); font-weight: 500; margin-bottom: 10px;}
.search_list .article-list .item p{font-size: 16px;line-height: 1.6em; color: #666;display: -webkit-box;  -webkit-line-clamp:3;  -webkit-box-orient: vertical; overflow: hidden;}
.search_list .article-list .item:hover .img img{width: 100%; height: 100%; object-fit: cover; transform: scale(1.1);}

    


/* 返回顶部
================================================== */
.progress-wrap {position: fixed;right: 20px;bottom: 50px;height: 46px;width: 46px;cursor: pointer;display: block;border-radius: 50px;box-shadow: inset  0 0 0 2px rgba(0,0,0,0.4);z-index: 10000;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}
.progress-wrap::after {position: absolute;font-family: 'remixicon';content: '\ea76';text-align: center;line-height: 46px;font-size: 16px;color: var(--main);left: 0;top: 0;height: 46px;width: 46px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap:hover::after {opacity: 0;}
.progress-wrap::before {position: absolute;font-family: 'remixicon';content: '\ea76';text-align: center;line-height: 46px;font-size: 16px;opacity: 0;background-image: linear-gradient(298deg, var(--main), var(--main));-webkit-background-clip: text;-webkit-text-fill-color: transparent;left: 0;top: 0;height: 46px;width: 46px;cursor: pointer;display: block;z-index: 2;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap:hover::before {opacity: 1;}
.progress-wrap svg path { fill: none; }
.progress-wrap svg.progress-circle path {stroke: var(--main);stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
body.light .progress-wrap {box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);}
body.light .progress-wrap::after {color: var(--main);}
body.light .progress-wrap svg.progress-circle path {stroke: var(--main);}
.switch,
.circle {-webkit-transition: all 300ms linear;transition: all 300ms linear; } 
.switch {width: 80px;height: 4px;border-radius: 27px;background-image: linear-gradient(298deg, var(--main), var(--main));position: fixed;left: 50px;top: 75px;display: block;margin: 0 auto;text-align: center;opacity: 1;
  z-index: 33333;transition: all 300ms linear;}
.circle {cursor: pointer;position: absolute;top: 50%;transform: translateY(-50%);left: -5px;width: 40px;height: 40px;border-radius: 50%;background: var(--main);box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);animation: border-transform 10s linear infinite alternate forwards;}
.circle:hover {box-shadow: 0 8px 8px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);}
.circle:before {position: absolute;font-family: 'unicons';content: '🌙';top: 0;left: 0;z-index: 2;font-size: 20px;line-height: 40px;text-align: center;width: 100%;height: 40px;opacity: 1;color: var(--main);-webkit-transition: all 300ms linear;transition: all 300ms linear; }
.circle:after {position: absolute;font-family: 'unicons';content: '🌞';top: 0;left: 0;z-index: 2;font-size: 20px;line-height: 40px;text-align: center;width: 100%;height: 40px;color: var(--main);opacity: 0;-webkit-transition: all 300ms linear;transition: all 300ms linear; }
.switched {}
.switched .circle {left: 45px;box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);background: var(--main);}
.switched .circle:hover {box-shadow: 0 8px 8px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);}
.switched .circle:before {opacity: 0;}
.switched .circle:after {opacity: 1;}

/*大屏幕*/
@media screen and (max-width: 3600px) {

}

@media screen and (max-width: 1920px) {
body{width: auto;background: #fff;}

}
@media screen and (max-width: 1700px) {
.pagewidth{ width: auto; margin:0 50px;}

}
@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1024px) {
}

/*手机*/
@media screen and (max-width: 480px) {
.pagewidth{ width: auto; margin:0px auto; overflow:hidden; padding-left: 20px; padding-right: 20px;}
.header .logo img.color{ display: block;}
.header .logo img.white{ display: none;}
.header .pc_menu{display:none;}
.header .trigger{display: block;}
.header{ padding-top:0px; padding-bottom: 0; backgound:rgba(255, 255, 255, 0);border-bottom: rgba(255, 255, 255, 0) solid 1px; position:fixed;left:0;right:0; top:0px;}
.fixed .innernav .icon-bar{background:#333;}



 

.footer{ background: var(--main); padding-top:30px; } 
.footer .menu{display:block;grid-template-columns: 5fr 2fr 2fr 2fr 2fr 2fr 7fr 3fr;  padding-bottom: 30px; grid-gap: 30px;}
.footer .menu .logo{ margin-bottom:30px; }
.footer .menu .logo img{ width:auto; height:70px;  display:block; margin:0 auto; }
.footer .menu .nav { margin-bottom:20px; }
.footer .menu .nav h3{ color:#fff; font-size:18px; font-weight:500; margin-bottom: 6px;  }
.footer .menu .nav h3 a{ color:#fff; }
.footer .menu .nav ul {display: grid; grid-template-columns: repeat(3, 1fr); grid-gap:0px 20px;}
.footer .menu .nav ul li{ line-height:36px; }
.footer .menu .nav ul li a{ color:rgba(255, 255, 255, 0.6); font-size:15px; }
.footer .menu .nav ul li a:hover{ color:#fff;}
.footer .menu .contact{ color:rgba(255, 255, 255, 1); font-size:15px; } 
.footer .menu .contact li{ margin-bottom:12px; }
.footer .wechat img{ width:120px; margin-bottom:10px; }
.footer .wechat p{ font-size:14px; color:#fff; text-align:left; }
.footer a:hover{ color:#fff; }

.link{background: var(--main); padding-top:15px;padding-bottom:15px; font-size: 16px; color:rgba(255, 255, 255, 0.6);border-top:rgba(255, 255, 255, 0.1) solid 1px; }
.link span a{ color:rgba(255, 255, 255, 0.6); transition-duration:0.3s; }
.link span a:hover{ color:rgba(255, 255, 255, 1); }
.link span{ margin-right:20px; }

.copy{padding-top:25px; color:rgba(255, 255, 255, 0.6); background: var(--main);font-size:15px; padding-bottom:25px;border-top:rgba(255, 255, 255, 0.1) solid 1px; }
.copy .pagewidth{ display: block; justify-content: space-between;  align-items: center;}
.copy p span{ margin-left:0px; }
.copy p a{ color:rgba(255, 255, 255, 0.6); transition-duration:0.3s; }
.copy p a:hover{ color:rgba(255, 255, 255, 1); }



.search_content .pagewidth .close-button {right: 20px;}
.search_content {  position: fixed;left: 0;top: 0;width: 100%;height: 100px; padding-top:110px; background: rgba(42, 94, 160, 0.9); transition: all 0.3s ease; opacity: 0;  transform: translateY(-200px); }
.search_content .layui-form { width:100% }
.search_content .layui-form .layui-form-item{ position:relative; width:80%; margin: 0 auto; background:#fff; border-radius:4px; overflow: hidden;}
.search_content .layui-form .input{height:60px; padding-right: 10px; border: none; width: 90%; line-height: 60px; padding-left: 10px; font-size:14px; color: #333;}
.search_content .layui-form .btn{ cursor: pointer; height:60px; width: 60px;font-size: 20px; border: none;color: var(--main); background:none; position: absolute; top: 0px; right: 0px;}
.search_content.open {transform: translateY(0);opacity: 1;}



.search_form{background: var(--main); padding-top: 130px;height: 70px;  padding-bottom: 30px;}
.search_form .layui-form{}
.search_form .layui-form .layui-form-item{ position:relative; width:100%; background:#fff; border-radius:4px; overflow: hidden;margin: 0 auto;}
.search_form .layui-form .input{height:60px; padding-right:0px; border: none; width: calc(100% - 60px); line-height: 60px; padding-left: 20px; font-size: 16px; color: #333;}
.search_form .layui-form .btn{ cursor: pointer; height:60px; width: 60px;font-size: 20px; border: none;color: var(--main); background:none; position: absolute; top: 0px; right: 0px;}


.search_list{background: #fff;}
.search_list .data{padding-top: 12px;padding-bottom: 12px;display: block; justify-content: space-between; align-items: center;border-bottom: #ececec solid 1px; padding-bottom: 12px; margin-bottom: 12px;}
.search_list .data .text-danger{ color:var(--main); }
.search_list .data .result{ color:#999; border-bottom:#ddd solid 1px; padding-bottom:12px; padding-top:12px; }
.search_list .order{display: flex; justify-content: left; padding-top: 12px;}
.search_list .order li{ margin-left:0px; margin-right:20px; }
.search_list .order li a{ color:#999; }
.search_list .order li a.active{ color:var(--main); }
.search_list .article-list .item{ display:flex; justify-content:space-between; margin-bottom:30px; }
.search_list .article-list .item .img{width: 150px;aspect-ratio: 16/10;  border-radius:4px; overflow: hidden; transform: rotate(0deg);}
.search_list .article-list .item .img img{width: 100%; height: 100%; object-fit: cover; transition-duration:0.3s;}
.search_list .article-list .item .info{width: calc(100% - 170px);}
.search_list .article-list .item h2{color:#111;line-height:1.4em; margin-bottom:10px;font-size: 18px;}
.search_list .article-list .item h2 a{color:#111;line-height:1.4em;}
.search_list .article-list .item .time{font-size: 16px; color: var(--main); font-weight: 500; margin-bottom: 10px;}
.search_list .article-list .item p{font-size: 16px;line-height: 1.6em; color: #666;display: -webkit-box;  -webkit-line-clamp:3;  -webkit-box-orient: vertical; overflow: hidden;}
.search_list .article-list .item:hover .img img{width: 100%; height: 100%; object-fit: cover; transform: scale(1.1);}

}
/*小尺寸手机*/
@media screen and (max-width: 320px) {}
/*横屏*/
@media all and (orientation : landscape) {} 
/*竖屏*/
@media all and (orientation : portrait){}




