@charset "GB2312";

@font-face{
	
	font-family: vivosans;
	src:url(vivoSans.ttf)
	
}

/* layout */
html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
    touch-action: manipulation;
}
html, body, img, iframe, abbr {
    border: 0;
}
li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6, b {
    font-weight: normal;
    display: block;
}
a, a:hover {
    text-decoration: none;
}
a {
    color: #000;
}
a:hover {
    color: #999;
}
body, textarea, input, button, select {
	
	font-family: PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #000;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}
#loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    padding: 8px;
    z-index: 10001;
    font-size: 14px;
    color: #333;
}
.seolink{
	position: absolute;
    left: -9999px;
    top: -9999px;}
/* 旋转动画 */
@keyframes spin {
0% {transform: rotate(0deg);}
100% {transform: rotate(360deg);}
}
/* 应用旋转动画 */
.spinner {
    border: 4px solid rgba(255, 255, 255, 0.4);
    border-top-color: #666; /* 旋转部分的颜色 */
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
}
.clr {
    clear: both;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    *zoom: 1;
}
.showss {
    position: fixed;
    bottom: 0;
    background: url(../img/11ba.jpg) center center;
    display: block;
    background-size: 250%;
    display: block;
    width: 100%;
    height: 56px;
}
.loader {
    position: fixed;
    left: 49%;
    top: 50%;
    margin: -0.2em 0 0 -0.2em;
    text-indent: -9999em;
    border-top: 0.3em solid rgba(0, 0, 0, 0.1);
    border-right: 0.3em solid rgba(0, 0, 0, 0.1);
    border-bottom: 0.3em solid rgba(0, 0, 0, 0.1);
    border-left: 0.3em solid #555;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-animation: loader 300ms infinite linear;
    -webkit-animation: loader 300ms infinite linear;
    animation: loader 300ms infinite linear;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.loader, .loader:after {
    border-radius: 50%;
    width: 2em;
    height: 2em;
}
.curtain {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: -1;
    overflow: hidden;
}
@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.is-loading {
    overflow: hidden;
}
.is-loading .curtain {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    z-index: 99;
}
.is-loading .loader {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
header {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 0 18px 0 18px;
    position: fixed;
    z-index: 888;
	top: 0;
}


#usarex .cont {padding:48px;}
#usarex .cont p {text-indent: 2em;padding: 0 0 16px 0; line-height: 24px; color: #666;text-align: justify;}
#usarex .cont p strong {text-decoration:underline}
#usarex .cont h1{text-align: center;padding: 18px 0;}
#usarex .cont img {width:88%;}
#usarex .cont ul .us{font-weight: bold; padding: 0 0 12px 0;text-align: center;}
#usarex .cont ul .text{padding:0 0 0 34px;}
#usarex .cont ul .wechat {padding: 28px 48px 12px 48px;}
#usarex .cont ul .wechat img{width:100%;border-radius: 12px;padding: 0;}

.nav-description {
    display: block;
    background: #333;
    border-radius: 33px;
    color: #fff;
    visibility: hidden; /* 默认不可见 */
    opacity: 0;
    transition: visibility 0.5s, opacity 0.3s ease;
    pointer-events: none; /* 防止伪元素影响链接的点击事件 */
    z-index: 1000; /* 确保描述层在最上层 */
    position: absolute;
    top: 58px;
    left: 50%;
    width: 54%;
    transform: translateX(-50%);
    font-size: 12px;
	padding: 0 2px;
}
.nav-description.visibletag {
    visibility: visible;
    opacity: 1;
}
.activebg {
    color: #4e6ef2;
    padding: 0 8px 16px 8px;
}
.bgheadr {}
.solid {
    position: absolute;
    left: 38px;
    top: 10px;
}
.commonweb {
    background: #fff;
    position: absolute;
    right: 38px;
    top: 10px;
}
.logo {
    float: left;
    padding: 13px 0 0 0;
    width: 30%;
}
.logo h1 {}
.logo h1 img {
    width: 100%;
}
.nav {
    width: 70%;
    margin: 0 -20px 0 0;
    float: right;
}
.nav nav ul {
    margin: 0 0 0 0;
    width: 100%;
}
.nav nav li {
    float: left;
    width: 25%;
}
.nav nav li a {
    display: block;
    height: 44px;
    text-align: center;
    padding: 18px 0 0 0;
    border-radius: 18px;
    transition: background 0.5s ease, color 0.5s ease;
    position: relative;
}
.nav nav li a:hover {
    background: #f9f9f9;
    color: #4e6ef2;
}
.allpro {
    width: 26px;
    fill: currentColor; /* 使用当前文本颜色 */
    stroke: currentColor; /* 使用当前文本颜色 */
    stroke-width: 1; /* 线条宽度 */
    height: 26px;
}
.home {
    width: 16px;
}
.knows {
    width: 20px;
}

.adds {
    width: 14px;
	margin: -3px 0;
}
.backs {
    width: 14px;
	margin: -3px 0;
}
.showdeal {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}
footer {
    font-size: 12px;
    color: #333;
    padding: 28px 0;
    background: #fff;
    position: relative;
}
.contactus {}
.copy a {
    background: url("../img/envelope.svg") left center no-repeat;
    display: block;
    text-align: right;
    width: 72px;
    margin: 8px 0;
}
.copy {
	text-align: center;
}
.mnav {
    display: block;
    text-align: left;
    padding: 8px 0 8px 28px;
}
.mnav a {
    color: #333;
    display: inline-block;
    padding: 0 4px 0 0;
}
.listfaq .news {
    padding: 0 0 18px 0;
}
.thenew {
    padding: 22px 0 0 0;
}
.thenew .news a {
    transition: all 0.26s ease-in-out;
    -moz-transition: all 0.26s ease-in-out;
    -webkit-transition: all 0.26s ease-in-out;
    -o-transition: all 0.26s ease-in-out;
}
.thenew .news .newspage {
    text-align: center;
}
.thenew .news .newspage a {
    padding: 10px 30px 10px 30px;
    display: inline-block;
    background: #fff;
    font-size: 28px;
    margin: 10px;
    border-radius: 18px;
}
.thenew .news .newspage a:hover {
    background: #000;
    color: #fff;
}
.listfaq .news .newspage {
    text-align: center;
}
.listfaq .news .newspage a {
    padding: 10px 30px 10px 30px;
    display: inline-block;
    background: #fff;
    font-size: 28px;
    margin: 10px;
    border-radius: 18px;
}
.listfaq .news .newspage a:hover {
    background: #000;
    color: #fff;
}
.thenew .news {
    padding: 108px 0 66px 0;
}
.listfaq .news .newsbtn {
    padding: 118px 4% 0 4%;
    border: 0;
}
.thenew .news .newsbtn {
    padding: 0 20px 0 20px;
    border: 0;
}
.thenew .news .newsbtn a {
    display: block;
    background: #fff;
    margin: 8px;
    padding: 6px 18px 6px 18px;
    font-size: 14px;
    border-radius: 40px;
    width: inherit;
	fill:#000;
	stroke:#000;
	stroke-width:4px;
}
.thenew .news .newsbtn a:hover {
    background: #000;
    color: #fff;
	fill:#fff;
	stroke:#fff;
}
.thenew .news .newsbtn .active {
    background: #000;
    color: #FFFFFF;
}

.thenew .news .newsbtn ul{ white-space: nowrap; display: flex; overflow-x: hidden;overflow-x: auto;overflow-y:hidden;scrollbar-width: none;-ms-overflow-style: none;}
.thenew .news .newsbtn ul::-webkit-scrollbar {
  width: 0px; 
  height: 0px; 
}
.thenew .news .newsbtn li {
    float: left;
}

.main-categories { border-bottom:1px solid #f3f3f3;margin:0 0 8px 0; padding: 0 0 8px 0;}

.listfaq .news .newsbtn a {
    display: block;
    float: left;
    text-align: center;
    background: #fff;
    margin: 1%;
    line-height: 34px;
    height: 34px;
    padding: 6px 0 6px 0;
    border-radius: 40px;
    width: 31.3%;
}
.listfaq .news .newsbtn a:hover {
    background: #000;
    color: #fff;
}
.listfaq .news .newsbtn .active {
    background: #000;
    color: #FFFFFF;
}
.listfaq .news .newslist {
    padding: 0 4% 0 4%;
}
.thenew .news .newslist {
    padding: 4% 2% 2% 0;
}
.thenew .news .newslist img {
    width: 100%;
    transition: transform 0.6s;
}
.thenew .news .newslist a {
    margin: 0 0 2% 2%;
}
.thenew .news .newslist a:hover {
    color: #fff;
    background: #000;
    -webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 26px 26px rgba(0, 0, 0, 0.15);
}
.thenew .news .newslist a:hover .newscl {
    color: #000;
    background: #fff;
    border-radius: 20px;
    display: inline-block;
}
.thenew .news .newslist a:hover img {
    transform: scale(1.1);
}
.thenew .news .newslist a, span {
    display: block;
}
.thenew .news .newslist .listbox {
    width: 100%;
    background: #fff;
    cursor: pointer;
}
.thenew .news .newslist .listbox .imgov {
    overflow: hidden;
    margin: 0 0 12px 0;
}
.thenew .news .newslist .listboxpro:hover {
    color: #000;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 26px 26px rgba(0, 0, 0, 0.15);
}
.thenew .news .newslist .listboxpro:hover img {
    transform: scale(0.9);
}
.thenew .news .newslist .listboxpro {
    width: 48%;
    background: #fff;
    cursor: pointer;
    border-radius: 28px;
    float: left;
    padding: 0 0 8px 0;
	position: relative;
	z-index: 1;
}
.thenew .news .newslist .listboxpro .imgov {
    overflow: hidden;
    padding: 18px 18px 0 18px;
}
.listfaq .news .newslist .listbox {
    padding: 6% 8%;
    background: #fff;
    cursor: pointer;
    font-size: 18px;
    border-radius: 28px;
}
.listfaq .news .newslist .listbox .imgov {
    overflow: hidden;
    margin: 0 0 28px 0;
}
.listfaq .news .newslist .listbox:hover {
    color: #000;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 26px 26px rgba(0, 0, 0, 0.15);
}
.listfaq .news .newslist a {
    margin: 4% 0 2% 0;
}
.listfaq .news .newslist a:hover {
    color: #fff;
    background: #000;
    -webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 26px 26px rgba(0, 0, 0, 0.15);
}
.listfaq .news .newslist a:hover .newscl {
    color: #000;
    background: #fff;
    border-radius: 20px;
    display: inline-block;
}
.listfaq .news .newslist a:hover img {
    transform: scale(1.1);
}
.listfaq .news .newslist a, span {
    display: block;
}
.thenew .news .newslist .newscl {
    padding: 4px;
    text-align: center;
    font-size: 12px;
    color: #000;
    width: 54px;
    border-radius: 22px;
    margin: 0 0 0 6px;
    display: none;
    font-style: normal;
    position: absolute;
    top: 18px;
    left: 18px;
}
.thenew .news .newslist .time i {
    font-style: normal;
    float: left;
}
.thenew .news .newslist .time {
    font-size: 32px;
    padding: 0 0 0 30px;
}
.thenew .news .newslist .tis {
    padding: 0 18px 4px 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    position: relative;
}
.thenew .news .newslist .tis::after {
    content: '.....'; /* 自定义的省略符号 */
    position: absolute;
    right: 0;
    color: #fff;
    top: 0;
    background: #fff;
	padding: 1px 0 0 0;
	z-index: 1;
}
.thenew .news .newslist .newcons {
    padding: 0 18px 8px 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;	
}
.thenew .news .newslist .more {
    font-size: 14px;
    margin: 0 0 20px 30px;
    padding: 4px 0 20px 0;
}

.thenew .news .newslist .listboxpro .newcons{color: #999;}

.serfrom {
    padding: 58px 0 0 0;
    position: fixed;
    left: 5%;
    width: 90%;
    z-index: 8;
}
#searchForm {
    position: relative;
    margin: 2px 0 3px 0;
}
.caseshowserach {
    padding: 0 20px 0 20px
}
.caseso {
    -webkit-appearance: none;
    height: 32px;
    width: 68px;
    border: 0;
    position: absolute;
    top: 5px;
    right: 4px;
    background-color: #4e6ef2;
    color: #fff;
    border-radius: 30px;
}
.searip {
    width: 95%;
    color: #aaa;
    background-color: #f3f3f3;
    border-radius: 33px;
    padding: 10px 0 10px 5%;
    border: 1px solid #eee;
}
.sear {
    cursor: pointer;
    height: 32px;
    width: 68px;
    border: 0;
    position: absolute;
    top: 63px;
    right: 4px;
    background-color: #4e6ef2;
    color: #fff;
    border-radius: 30px;
    -webkit-appearance: none;
}
.seariput {
    width: 95%;
    color: #aaa;
    background-color: #fff;
    border-radius: 33px;
    padding: 10px 0 10px 5%;
    border: 1px solid #4e6ef2;
}
.listfaq .news a {
    transition: all 0.26s ease-in-out;
    -moz-transition: all 0.26s ease-in-out;
    -webkit-transition: all 0.26s ease-in-out;
    -o-transition: all 0.26s ease-in-out;
}
.mdw {
    display: block;
    background: #00950e;
    padding: 12px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    margin: 10px 0 0 0;
}
.down {
    padding: 10px;
}
.down h1 {
    font-weight: bold;
    padding: 80px 18px 18px 18px;
    font-size: 22px;
}
.down p {
    color: #666;
}
.down b {
    display: inline-block;
}
@media (max-width: 530px) {}
@media (min-width: 546px) {}
@media (min-width: 640px) {
    .thenew {
        padding: 4% 0 0 0;
    }
    .thenew .news .newslist {
        padding: 4% 0 4% 4%;
    }
    .thenew .news .newslist a {
        float: left;
        margin: 2% 4% 2% 0%;
    }
    .thenew .news .newslist a:hover {
        color: #fff;
        background: #000;
        -webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 26px 26px rgba(0, 0, 0, 0.15);
    }
    .thenew .news .newslist a:hover .newscl {
        color: #000;
        background: #fff;
        border-radius: 20px;
    }
    .thenew .news .newslist a, span {
        display: block;
    }
    .thenew .news .newslist .listbox {
        width: 46%;
        background: #fff;
    }
    .thenew .news .newslist .listbox .imgov {
        overflow: hidden;
        margin: 0 0 22px 0;
    }
    .thenew .news .newslist .listboxpro {
        width: 46%;
    }
    .thenew .news .newslist .listboxpro {
        width: 46%;
    }
    .thenew .news .newslist .listboxpro .newcons {
        padding: 0 30px 10px 30px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
    }
    .thenew .news .newslist .time i {
        font-style: normal;
        float: left;
    }
    .thenew .news .newslist .time {
        font-size: 32px;
        padding: 0 0 0 30px;
    }
    .thenew .news .newslist .tis {
        font-size: 20px;
        padding: 0 30px 8px 30px;
    }
    .thenew .news .newslist .newcons {
        font-size: 14px;
        padding: 4px 30px 22px 30px;
    }
    .thenew .news .newslist .more {
        font-size: 14px;
        margin: 0 0 20px 30px;
        padding: 4px 0 4px 0;
    }
	
.logo {
    padding: 16px 0 0 0;
    width: 20%;
}

	
}
@media (min-width: 735px) {
    .showss {
        width: 100%;
        height: 99px;
        background-size: inherit;
    }
    .listfaq .news .newslist .listbox {
        padding: 4%;
        background: #fff;
        cursor: pointer;
        font-size: 20px;
        border-radius: 28px;
    }
}
@media (min-width: 1025px) {
	
    .logo {
        float: left;
        padding: 12px 0 0 0;
        width: auto;
    }
    .logo h1 {}
    .logo h1 img {
        width: 142px;
    }
    .nav {
        float: right;
        width: auto;
    }
    .nav nav ul {
        margin: 0 0 0 0;
    }
    .nav nav li {
        float: left;
    }
    .nav nav li a {
        display: block;
        height: 44px;
        width: 128px;
        text-align: center;
        padding: 18px 0 0 0;
        border-radius: 18px;
        transition: background 0.5s ease, color 0.5s ease;
        position: relative;
    }
    .nav nav li a:hover {
        color: #4e6ef2;
    }
    .caseshowserach {
        padding: 0;
    }
    .caseso {
        -webkit-appearance: none;
        cursor: pointer;
        height: 42px;
        width: 98px;
        position: absolute;
        top: 4px;
        right: 3px;
        font-size: 16px;
        color: #fff;
        border-radius: 33px;
    }
    .searip {
        width: 98%;
        padding: 0 0 0 2%;
		height: 48px;
    }
    .sear {
        -webkit-appearance: none;
        height: 42px;
        width: 98px;
        position: absolute;
        top: 6.5px;
        right: 5px;
		font-size: 16px;
    }
    .serfrom {
        width: 960px;
        margin: 0 auto 0;
        position: relative;
        left: 0;
        padding: 0 0 0 0;
    }
    .seariput {
        width: 98%;
        font-size: 18px;
        padding: 0 0 0 2%;
		height: 53px;
    }
    .mdw {
        display: block;
        position: absolute;
        right: 3%;
        top: 30%;
        background: #00950e;
        width: 128px;
        padding: 12px;
        color: #fff;
        font-size: 20px;
        text-align: center;
        -moz-border-radius: 14px;
        -webkit-border-radius: 14px;
        border-radius: 14px;
    }
    .down {
        width: 1000px;
        margin: 0 auto;
    }
    .down h1 {
        font-weight: bold;
        padding: 140px 0 20px 0;
    }
    .down p {
        color: #666;
    }
    .down b {
        display: inline-block;
    }
    .col-lg-2 {
        width: 18%;
    }
    .thenew {
        padding: 100px 0 0 0;
    }
    .thenew .news {
        width: 1000px;
        margin: 0 auto;
        padding: 26px 0 66px 0;
    }
    .thenew .news .newslist .listboxpro .newcons {
        font-size: 14px;
        padding: 0 30px 30px 30px;
		white-space: normal;
    }
	.thenew .news .newslist .tis {
        font-size: 20px;
        padding: 0 30px 4px 30px;
		max-width: 16ch;
    }
	.thenew .news .newslist .tis::after {
    	content: ''; /* 自定义的省略符号 */
    	position:static;
    	right: 0;
    	color: #fff;
   	 	top: 0;
	}
	
}
@media (min-width: 1026px) {

    .listfaq .news {
        width: 1000px;
        margin: 0 auto;
		padding: 46px 0 18px 0;
    }
    .listfaq .news .newsbtn {
        padding: 0 10px 0 10px;
        border: 0;
    }
    .listfaq .news .newsbtn a {
        display: block;
        float: left;
        text-align: center;
        background: #fff;
        margin: 0 12px 0 12px;
        font-size: 16px;
        border-radius: 40px;
        width: 108px;
    }
    .thenew .news .newslist {
        padding: 28px 0 48px 0;
    }
    .listfaq .news .newslist {
        padding: 20px 0 0 0;
    }
    .thenew .news .newslist a {
        float: left;
        margin: 18px;
    }
    .thenew .news .newslist a:hover {
        color: #fff;
        background: #000;
        -webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 26px 26px rgba(0, 0, 0, 0.15);
    }
    .thenew .news .newslist a:hover .newscl {
        color: #000;
        background: #fff;
        border-radius: 20px;
    }
    .thenew .news .newslist a, span {
        display: block;
    }
    .thenew .news .newslist .listbox {
        width: 297px;
        background: #fff;
    }
    .thenew .news .newslist .listbox .imgov {
        overflow: hidden;
        height: 223px;
        margin: 0 0 22px 0;
    }
    .thenew .news .newslist .listboxpro {
        width: 297px;
    }
    .thenew .news .newslist .listboxpro .imgov {
        overflow: hidden;
        height: 223px;
    }
    .thenew .news .newslist .time i {
        font-style: normal;
        float: left;
    }
    .thenew .news .newslist .time {
        font-size: 32px;
        padding: 0 0 0 30px;
    }

    .thenew .news .newslist .more {
        font-size: 14px;
        margin: 0 0 20px 30px;
        padding: 4px 0 4px 0;
    }
    .listfaq .news .newslist a {
        margin: 2%;
    }
    .listfaq .news .newslist a:hover {
        color: #fff;
        background: #000;
        -webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 26px 26px rgba(0, 0, 0, 0.15);
    }
    .listfaq .news .newslist a:hover .newscl {
        color: #000;
        background: #fff;
        border-radius: 20px;
    }
    .listfaq .news .newslist a, span {
        display: block;
    }
}
@media (min-width: 1027px) {}
@media (min-width: 1168px) {
    .thenew .news {
        width: 1168px;
        margin: 0 auto;
    }
	.thenew .news .newslist .tis {max-width:20.8ch;}
    .thenew .news .newslist .listbox {
        width: 353px;
    }
    .thenew .news .newslist .listbox .imgov {
        height: 264px;
        margin: 0 0 22px 0;
    }
    .thenew .news .newslist .listboxpro {
        width: 353px;
    }
    .thenew .news .newslist .listboxpro .imgov {
        height: 264px;
    }
    .thenew .news .newslist .more {
        font-size: 14px;
        margin: 0 0 30px 30px;
        padding: 4px 0 4px 0;
    }
    .listfaq .news {
        width: 1168px;
        margin: 0 auto;
    }
    .serfrom {
        width: 1128px;
        left: 0;
        padding: 0 0 0 0;
        margin: 0 auto 0;
        position: relative;
    }
}