* {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{
    overflow: hidden;
    color: #333;
    background-color: #f4f4f4;
}   
a{
    color: #333;
}
a:hover{
    color: #007fff;
}

.color-main{
    color: #007fff;
}
.color-a{
    color: #333;
}
.color-border{
    color: #f4f4f4;
}
.color-sub{
    color: #eaeaea;
}

.clear{
    clear: both;
}
body{
    background: #f4f4f4;
}
body:before{
    content: '';
    color: #666;
    width: 100%;
    height: 20px;
    top: 0;
    left: 0;
    position:fixed;
    z-index: 999999999;
    display: block;
    font-size: 12px;
    font-weight: 100;
    opacity: 0.5;
    display: none;
}


.w{
    width: 1000px;
    margin: 0 auto;
}

header{
    height: 60px;
    border-bottom: 1px #f1f1f1 solid;
    background-color: #fff;
    color: #909090; 
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2013;
}
header .w{
    display: flex;
    align-items: center;
    height: 60px;
}
header a.logo{
    display: inline-block;
}
header a.logo img{
    height: 30px;
    width: auto!important;
}
header nav.main-nav{
    padding-left: 30px;
}
header nav.main-nav ul{
    display: flex;
    align-items: center;
    height: 60px;
    font-size: 16px;
    position: relative;
}
header nav.main-nav li{
    float: left;
    margin: 0 18px;
}
header nav.main-nav li.on a,header nav.main-nav li a:hover{
    color: #007fff;
}
header nav.main-nav li.on a::after{
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #007fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
header nav.main-nav li a{
    height: 60px;
    line-height: 60px;
    display: inline-block;
    color: #71777c;
    position: relative;
}
header nav.main-nav ul span{
    height: 3px;
    width: 30px;
    position: absolute;
    bottom: 0;
    left: 18px;
    background: #007fff;
    border-radius: 2px;
}
header form{
    height: 32px;
    width: 170px;
    border: 1px solid hsla(0,0%,59.2%,.2);
    background-color: rgba(227,231,236,.2);
    border-radius: 3px;
    display: flex;
    align-items: center;
}
header form input:first-child{
    border:0;
    background: none;
    font-size: 14px;
    padding: 0 10px;
    height: 32px;
    width: 145px;
    color: #666;
}
header form i{
    cursor: pointer;
}
header form.focus{
    border-color: #007fff;
    background: #fff;
}
header form.focus i{
    color: #007fff;
}

.func{
    font-size: 0;
}
.func > .btn{
    margin-left: 15px;
}
.func > .btn:first-child{
    margin-left: 25px;
}
.btn{
    height: 32px;
    border: 1px solid #007fff;
    background-color: #fff;
    padding: 0 20px;
    font-size: 15px;
    color: #007fff;
    display: inline-flex;
    align-items: center;
    border-radius: 3px;
}

.btn-pri{
    height: 32px;
    background-color: #007fff;
    padding: 0 20px;
    font-size: 15px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    border-radius: 3px;
}
.btn-pri:hover{
    background: #0876e4;
    color: #fff;
}
nav.sub-nav{
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    font-weight: 400;
    position: fixed;
    width: 100%;
    left: 0;
    top: 60px;
    height: 46px;
    z-index: 2013;
}
nav.sub-nav .w{
    display: flex;
    align-items: center;
    height: 46px;
}
nav.sub-nav .w .n{
    margin: 0 -10px;
    width: 100%;
}
nav.sub-nav a{
    display: inline-block;
    height: 100%;
    padding: 0 10px;
    font-size: 14px;
    color: #71777c;
    line-height: 46px;
}
nav.sub-nav a.on,nav.sub-nav a:hover{
    color: #007fff;
}







.header-margin{
    height: 106px;
}

.header-margin-small{
    height: 60px;
}

.main{
    display: flex;
    padding-bottom: 10px;
}
.main-fw{
    display: flex;
    padding-bottom: 10px;
    flex-wrap: wrap;
}

.main .l{
    width: 100px;
    position: fixed;
}
.main .m{
    flex: 1;
}
.main .m-s{
    flex: 1;
    margin-left: 120px;
}
.main .r{
    width: 240px;
    margin-left: 20px;
}
.box{
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(18,18,18,.06);
    box-shadow: 0 1px 3px rgba(18,18,18,.06);
    margin-top: 20px;
    min-height: 50px;
}

.order-btn{
    border-bottom: 1px #f4f4f4 solid;
    font-size: 14px;
    color: #eaeaea;
    padding: 0 10px;
}
.order-btn a{
    display: inline-block;
    padding: 18px 10px;
    color: #909090;
    line-height: 100%;
}
.order-btn a:hover,.order-btn a.on{
    color: #007fff;
}

.order-btn em::after{
    content: '|';
    font-weight: 100;
    font-size: 12px;
}




.pagecode{
    text-align: center;
    margin-top: 40px;
    width: 100%;
}
.pagecode .a1{
    display: none;
}
.pagecode a{
    display:inline-block;
    margin:0 2px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size:13px;
    color:#555;
    border-radius: 50%;
}
.pagecode a:hover,.page a.hover{
    background:#007fff;
    color:#fff;
}
.pagecode span{
    font-size:13px;
    display:inline-block;
    margin:0 2px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background:#007fff;
    color:#fff;
    border-radius: 50%;
}


footer{
    background-color: #333;
    margin-top: 40px;
    color: #fff;
    font-size: 13px;
}
footer .copy{
    text-align: center;
    opacity: 0.5;
    padding: 24px 0;
}
footer .copy a{
    color: #fff;
}




/*文章列表*/
.lists-news{

}
.lists-news a{
    display: flex;
    align-items: flex-start;
    border-bottom: 1px #f4f4f4 solid;
    padding: 16px 20px;
    position: relative;

}
.lists-news a .title-box{
    flex: 1;
}
.lists-news a .topnum{
    position: absolute;
    left: -15px;
    top: 15px;
    background-image: linear-gradient(to right, #D53E29 , #EF6B59);
    color: #fff;
    width: 30px;
    text-align: center;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.lists-news a:nth-child(2) .topnum{
    background-image: linear-gradient(to right, #F09236 , #F8D247);
}
.lists-news a:nth-child(3) .topnum{
    background-image: linear-gradient(to right, #BF8C50 , #E2B36F);
}

.lists-news a:last-child{
    border-bottom: 0;
}
.lists-news a:hover{
    color: currentColor;
    background-color: #fafafa;
}
.lists-news a img{
    width: 170px;
    height: 110px;
    margin-left: 60px;
    border-radius: 1px;
    object-fit: cover;
    object-position: center;
}
.lists-news a h4{
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.lists-news a .desc{
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #4e5969;
    line-height: 1.5;
    margin: 7px 0;
}
.lists-news a .tool{
    font-size: 14px;
    color: #86909c;
}







/*文章列表*/
.lists-book{

}
.lists-book a{
    display: inline-flex;
    align-items: flex-start;
    border-bottom: 1px #f4f4f4 solid;
    padding: 24px 24px;
    position: relative;

}
.lists-book a .topnum{
    position: absolute;
    left: -15px;
    top: 24px;
    background-image: linear-gradient(to right, #D53E29 , #EF6B59);
    color: #fff;
    width: 30px;
    text-align: center;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.lists-book a:nth-child(2) .topnum{
    background-image: linear-gradient(to right, #F09236 , #F8D247);
}
.lists-book a:nth-child(3) .topnum{
    background-image: linear-gradient(to right, #BF8C50 , #E2B36F);
}

.lists-book a:last-child{
    border-bottom: 0;
}
.lists-book a:hover{
    color: currentColor;
    background-color: #fafafa;
}
.lists-book a .title-box{
    flex: 1;
}
.lists-book a img{
    width: 100px;
    height: 140px;
    margin-right: 24px;
    border-radius: 1px;
    box-shadow: 3px 4px 12px 0 rgba(0,0,0,.2);
    overflow: hidden;
    background-color: #ccc;
}
.lists-book a h4{
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.lists-book a h4:hover{
    color: #007fff;
}

.lists-book a .desc{
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #4e5969;
    line-height: 1.5;
    margin: 7px 0;
}
.lists-book a .tool{
    font-size: 14px;
    color: #86909c;
}







/*文章列表*/
.lists-news-title{

}
.lists-news-title a{
    display: flex;
    align-items: flex-start;
    border-bottom: 1px #f4f4f4 solid;
    padding: 16px 20px;
    position: relative;
    width: 100%;

}
.lists-news-title a .topnum{
    position: absolute;
    left: -15px;
    top: 15px;
    background-image: linear-gradient(to right, #D53E29 , #EF6B59);
    color: #fff;
    width: 30px;
    text-align: center;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.lists-news-title a:nth-child(2) .topnum{
    background-image: linear-gradient(to right, #F09236 , #F8D247);
}
.lists-news-title a:nth-child(3) .topnum{
    background-image: linear-gradient(to right, #BF8C50 , #E2B36F);
}

.lists-news-title a:last-child{
    border-bottom: 0;
}
.lists-news-title a:hover{
    color: currentColor;
    background-color: #fafafa;
}
.lists-news-title a h4{
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.lists-news-title a .tool{
    font-size: 14px;
    color: #86909c;
    margin-top: 6px;
}







.r-title{
    font-weight: bold;
    padding: 17px 16px;
    border-bottom: 1px #f4f4f4 solid;
    line-height: 100%;
    display: flex;
    align-items: center;
}
.r-title span{
    font-size: 16px;
    line-height: 100%;
}
.r-title i{
    font-size: 18px;
    margin-right: 5px;
}
.r-title img{
    height: 18px;
    margin-right: 5px;
    width: auto!important;
}
.r-title em{
    flex: 1;
}
.r-title a.more{
    font-size: 13px;
    color: #4e5969;
    font-weight: normal;
    opacity: 0.8;
}

.r-lists-news{
    padding: 0 16px;
}
.r-lists-news a{
    display: flex;
    padding: 13px 0px;
    border-bottom: 1px #eaeaea solid;
    align-items: flex-start;
}
.r-lists-news a:last-child{
    border:0;
}
.r-lists-news a .title{
    flex: 1;
}
.r-lists-news a .title h4{
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}
.r-lists-news a .tool{
    color: #86909c;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-top: 2px;
}
.r-lists-news a .tool i{
    font-size: 14px;
}
.r-lists-news a .tool span{
    margin:0 8px 0 0px;
}
.r-lists-news a:hover{
    color: currentColor;
}
.r-lists-news a .img{
    border-radius: 1px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 16px;
}

.r-lists-zone{

}
.r-lists-zone a{
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 13px 16px;
}
.r-lists-zone a:hover{
    color: currentColor;
    background-color: #fafafa;
}
.r-lists-zone a img{
    width: 38px;
    height: 38px;
    border-radius: 4px;
    margin-right: 10px;
}
.r-lists-zone a .title{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 100%;
}



.r-lists-titleanddesc{

}
.r-lists-titleanddesc a{
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 16px 16px;
    border-bottom: 1px #eaeaea solid;
}
.r-lists-titleanddesc a:hover{
    color: currentColor;
}
.r-lists-titleanddesc a:last-child{
    border: 0;
}

.r-lists-titleanddesc a img{
    width: 50px;
    height: 50px;
    border-radius: 1px;
    margin-right: 10px;
}
.r-lists-titleanddesc a .rtxt{

}
.r-lists-titleanddesc a .rtxt .title{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
}
.r-lists-titleanddesc a .rtxt span.desc{
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #4e5969;
}





.r-lists-yuan{

}
.r-lists-yuan a{
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    padding: 16px 16px;
    border-bottom: 1px #eaeaea solid;
}
.r-lists-yuan a:hover{
    color: currentColor;
}
.r-lists-yuan a:last-child{
    border: 0;
}

.r-lists-yuan a img{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-right: 10px;
}
.r-lists-yuan a .rtxt{

}
.r-lists-yuan a .rtxt .title{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    align-items: center;
}
.r-lists-yuan a .rtxt .title i{
    font-size: 20px;
    margin-left: 5px;
    line-height: 100%;
    color: #ff6600;
}


.r-lists-yuan a .rtxt span.desc{
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #4e5969;
    line-height: 1.5;
}


a.r-list-more{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #007fff;
    justify-content: center;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-top: 1px #eaeaea solid;
    padding: 13px 0!important;
}
a.r-list-more i{
    font-size: 14px;
}
a.r-list-more:hover{
    color: #007fff;
    background: none;
    letter-spacing: 1px;
}

.adbox{
    overflow: hidden;
    border-radius: 1px;
    position: relative;
}
.adbox img{
    width: 100%;
    height: auto!important;
}
.adbox i{
    color: #000;
    opacity: 0.5;
    font-size: 16px;
    position: absolute;
    top: 1px;
    right: 5px;
    cursor: pointer;
}
.adbox .tag{
    position: absolute;
    right: 5px;
    font-size: 12px;
    opacity: 0.6;
    bottom: 3px;
    color: #fff;
}
.adbox i,.adbox .tag{
    display: none;
}


.left-dock{
    padding: 5px 10px 16px 10px;
}
.left-dock a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #909090;
    height: 32px;
    margin-top: 10px;
    border-radius: 4px;
    line-height: 100%;
}
.left-dock a.on{
    background-color: #007fff;
    color: #fff;
}
.left-dock a:hover{
    background-color: #F7F7F7;
    color: #007fff;
}


.subbanner{
    width: 100%;
    margin-top: 20px;
}
.subbanner .swiper-slide{
    width: 100%;
    height: 270px;
    overflow: hidden;
    border-radius: 4px;
    background-position: center;
    background-size: cover;
}
.subbanner .swiper-slide a{
    width: 100%;
    display: inline-block;
    height: 100%;
}
.subbanner .swiper-button-prev,.subbanner .swiper-button-next{
    height: 30px;
    overflow: hidden;
}


.lists-active{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lists-active a{
    display: flex;
    width: 24%;
    background-color: #fff;
    margin-top: 20px;
    box-shadow: 0 3px 5px #ccc;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    flex-direction: column;
}
.lists-active a:hover{
    box-shadow: 0 7px 5px #ccc;
    color: currentColor;
}
.lists-active a .img{
    width: 100%;
    height: 130px;
    background-position: center;
    background-size: cover;
}
.lists-active a p.title{
    font-weight: bold;
    margin: 13px;
    font-size: 14px;
    line-height: 1.4;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.lists-active a p.time{
    font-size: 12px;
    margin: 0 13px;
    display: flex;
    align-items: center;
    line-height: 100%;
}
.lists-active a p.time i{
    opacity: 0.7;
    margin-right: 5px;
}
.lists-active a .tool{
    display: flex;
    font-size: 12px;
    align-items: center;
    line-height: 100%;
    margin: 13px 13px 16px 13px;
}
.lists-active a .tool i{
    opacity: 0.7;
    margin-right: 5px;
}
.lists-active a .tool em{
    flex: 1;
}
.lists-active a .tool .more-btn{
    width: 100px;
    height: 28px;
    border-radius: 4px;
    background-color: #4d91fd;
    line-height: 28px;
    color: #fff;
    text-align: center;
}


.show{
    padding: 24px 16px;
}
.show h1.title{
    font-size: 32px;
    font-weight: 700px;
    color: #1d2129;
    line-height: 1.3;
}
.show p.desc{
    color: #86909c;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.show p.desc a{

}
.show p.desc em{
    margin: 0 5px;
}
.show .c{
    font-size: 15px;
    color: #333;
    font-weight: 400;
    margin-top: 30px;
    line-height: 1.9;
}
.show .c .title_filelist{
    font-size: 14px;
    opacity: 0.8;
}
.show .c a.filebox{
    display: flex;
    border: 1px #eaeaea solid;
    border-radius: 3px;
    width: 100%;
    margin-top: 10px;
    padding: 3px 8px;
    font-size: 14px;
    color: #007fff;
}
.show .c p{
    margin: 10px 0 25px 0;
}
.show .c img{
    max-width: 100%;
    margin: 0 auto;
}
.show .c table{
    width: 100%;
    font-size: 15px;
    margin: 10px 0 30px 0;
}
.show .c table td,.show .c table th{
    border:1px #eaeaea solid;
    padding: 5px 10px;
    text-align: left;
}
.show .c table th{
    background-color: #f9f9f9;
    color: #007fff;
}

.show .c h2{
    font-size: 20px;
    font-weight: bolder;
    color: #007fff;
    margin: 20px 0 0px 0;
    border-bottom: 1px #f4f4f4 solid;
}

.left-func{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.left-func span{
    font-size: 12px;
    color: #c6c6c6;
    margin-top: 60px;
}
.left-func a{
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.04);
    margin-top: 13px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.left-func a i{
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.left-func a:nth-child(2) i{
    background-image: url(../images/icon-weibo.svg);
}
.left-func a:nth-child(2):hover i{
    background-image: url(../images/icon-weibo-active.svg);
}

.left-func a:nth-child(3) i{
    background-image: url(../images/icon-qq.svg);
}
.left-func a:nth-child(3):hover i{
    background-image: url(../images/icon-qq-active.svg);
}

.left-func a:nth-child(4) i{
    background-image: url(../images/icon-wechat.svg);
}
.left-func a:nth-child(4):hover i{
    background-image: url(../images/icon-wechat-active.svg);
}
.left-func img.qr{
    width: 96px;
    height: 96px;
    margin-top: 13px;
    display: none;
}








/*文章列表*/
.lists-company{

}
.lists-company .a{
    display: flex;
    align-items: center;
    border-bottom: 1px #f4f4f4 solid;
    padding: 20px 20px;
    position: relative;

}

.lists-company .a:last-child{
    border-bottom: 0;
}

.lists-company .a .title-box{
    flex: 1;
}
.lists-company .a img{
    width: 110px;
    height: 110px;
    border-radius: 1px;
    margin-right: 20px;
}
.lists-company .a h4{
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.lists-company .a .desc{
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #4e5969;
    line-height: 1.5;
    margin: 5px 0;
}
.lists-company .a .moreinfo{
    font-size: 14px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.lists-company .a .moreinfo i{
    margin-right: 4px;
    opacity: 0.6;
}
.lists-company .a .moreinfo span{
    opacity: 0.7;
}
.lists-company .a .abox{
    width: 80px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.lists-company .a .abox a{
    position: relative;
    overflow: hidden;
}
.lists-company .a .abox a::after{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all 0.3s;
}
.lists-company .a .abox a:hover::after{
    opacity: 0.1;
}
.lists-company .a .abox a span{
    position: relative;
    z-index: 1;
}
.lists-company .a .abox .alink{
    display: inline-block;
    width: 80px;
    height: 28px;
    border-radius: 4px;
    background-color: #4d91fd;
    line-height: 28px;
    color: #fff;
    text-align: center;
    font-size: 13px;
}
.lists-company .a .abox .alink_2{
    background-color: #EF6B59;
    margin-top: 12px;
}


.click-search{
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(18,18,18,.06);
    box-shadow: 0 1px 3px rgba(18,18,18,.06);
    margin-top: 20px;
    min-height: 50px;
    width: 100%;
}
.click-search a.on{
    color: #007fff;
}
.click-search a:hover{
    color: currentColor;
}
.click-search .b{
    font-size: 14px;
    padding: 13px 10px;
}
.click-search .b a{
    display: inline-block;
    margin: 0 10px;
}

.click-search .s{
    font-size: 13px;
    padding: 6px 10px 13px 10px;
    background-color: #f9f9f9;
    border-top: 1px #eaeaea solid;
}
.click-search .s a{
    margin: 0 10px;
    display: inline-block;
    color: #4e5969;
}
.click-search .s a.on{
    color: #007fff;
}
.ew-datagrid-loadmore{
    background-color: #f9f9f9!important;
    font-size: 14px;
}