@charset "UTF-8";
/*公共样式开始*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* 加粗字体 */
h1, h2, h3, h4, h5, h6,strong,b{
    font-weight: 700;
}
/* 自定义字体引入 */
@font-face {
    font-family: YouSheBiaoTiHei-2;
    src: url(../fonts/YouSheBiaoTiHei-2.ttf) format("truetype");
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    color: #333;
    line-height: 1;
    font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun",
    "Hiragino Sans GB", sans-serif !important;
}
a{
    text-decoration: none;
    color: #333;
}
ol, ul {
    list-style: none;
}
li{
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input:focus{
    outline:none;
}
h1{
    text-align: justify;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
}
h2{
    margin-bottom: 1rem;
    overflow: hidden;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.75rem;
}
/* 头部间距 */
.top{
    margin-top: 0.625rem;
}
/* 固定行数结束 */
/*公共样式结束*/
* {
    margin: 0px;
    padding: 0px;
}
html{
    font-size:100%;
}
html,
body{
    height: 100%;
    width: 100%;
    max-width:750px;
    margin:0 auto;
}
body{
    /* 去掉边框 */
    overflow-x: hidden;
    position: relative;
    font-family: 'Lato', sans-serif;
    background-color: #f8f8f8;
}
a:hover{
    color: #239CFF !important;
}
/* 头部 */
.hd1{
    width: 100%;
    height: 2.75rem;
    background: linear-gradient(270deg, #6DBEFF 0%, #239CFF 100%);

}
.hd1 span ,.xx123-hd span{
    background: url(../images/Slice23.png) no-repeat center center;
    width: 1.875rem;
    height: 1.5rem;
    background-size: 1.5rem 1.5rem;
    cursor:pointer;
}
header .xx123-hd2{
    padding: 0 0.875rem;
    height: 2.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
header a {
    float: left;
}
header a.logo img{
    height: 1.8rem;
}

.xx123-se{
    position: relative;
    align-items: center;
    background-color: #FFFFFF;
    height: 1.5rem;
    width: 100%;
    border-radius: 2.5rem;
    margin: 0 1.5rem;
}
.xx123-se input{
    font-size: 0.75rem;
    width:70%;
    border: 0;
    background: none;
    line-height: 1.5rem;
    text-indent: 2em;
    position: relative;
    border-radius: 2.5rem;
    background: url(../images/Slice22.png) no-repeat center left 0.5rem;
    background-size: 1rem 1rem;
}
.xx123-se button{
    width: 30%;
    height: 1.5rem;
    line-height: 1.5rem;
    position: absolute;
    right: 0rem;
    align-items: center;
    text-align: center;
    border-radius:1.25rem;
    background: none;
    border: 0;
    font-size: 0.75rem;
    background-color: #D7EDFF;
    color: #63B9FF;
}

header .nav img{
    height: 1rem;
}
/* 头部结束 */
/* 底部 */
/* 是把底部固定在100% */
.Site-content{
    min-height: 100%;
    overflow: hidden;
}
footer{
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(270deg, #6DBEFF 0%, #239CFF 100%);
}
footer div{
    padding: 0.625rem 1rem;
}
footer div a{
    padding: 0 0.625rem;
    border-right: 1px solid rgb(255, 255, 255,0.5);
}
footer div a:nth-child(2){
    border: 0;
}
footer div a , footer div p{
    line-height: 1.25rem;
    font-size: 0.75rem;
    color: #fff;
    opacity: 0.8;
}
/* 底部结束 */

/* 导航栏结束 */
.xx123-h5-a1 ul{
    margin: 0 1.25rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.xx123-h5-a1 ul li{
    margin-right: 0.625rem;
    background-color: #239CFF;
    margin-bottom: 0.625rem;
    border-radius: 0.3125rem;
}
.xx123-h5-a1 ul li a{
    margin: 0 auto;
    text-align: center;
    line-height: 2.625rem;
    padding: 0.625rem 1rem;
    overflow: hidden;
    font-size: 1rem;
    color: #fff;
}
.xx123-h5-a2 ul{
    overflow: hidden;
    margin: 0 1.25rem;
}
.xx123-h5-a2 ul li a{
    display: block;
    white-space: nowrap;
    margin: 0 0.625rem;
    text-align: center;
    line-height: 2.625rem;
    overflow: hidden;
    font-size: 0.875rem;
    color: #333;

}
.xx123-h5-a2 ul li{
    float: left;
    background-color: #eaeaea;
    border-radius: 0.3125rem;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;

}
.xx123-h5-a3{
    overflow: hidden;
    margin:  0 1.25rem;
}
.xx123-h5-a3 h4{
    display: block;
    float: left;
    color: #333;
}
.xx123-h5-a3 h4::before{
    content: '';
    background-color: #239CFF;
    width: 0.25rem;
    height: 1rem;
    display: block;
    float: left;
    margin-right: 0.625rem;
}
.xx123-h5-a2 ul{
    margin-top: 1.25rem;
}
/* 栏目 */
.sidenav h3{
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    background-size: 1rem 1rem;
    color: #333;
    font-size: 1rem;
    display: block;
    line-height: 1.25rem;
}
.sidenav {
    height: 100%;
    width: 100%;
    max-width:750px;
    position: fixed;
    z-index: 99;
    top: 0;
    /*left: 0;*/
    background-color: #fff ;
    overflow-x: hidden;
    transition: 0.5s;
    text-align: center;
}
.sidenav::-webkit-scrollbar{
    display: none;
}
.sidenav a:hover {
    color: #f1f1f1;
}
.sidenav .closebtn {
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    position: absolute;
    top: 0;
    right: -0.75rem;
    color: #333;
    font-size: 2.25rem;
}
@media screen and (max-height: 28.125rem) {
    .sidenav {
        padding-top: 1rem;
    }
    .sidenav a {
        font-size: 1.125rem;
    }
}
/* 导航栏结束 */
/* 卡片颜色 */
.c{
    position: relative;
    overflow: hidden;
    padding:1rem;
    background-color: #fff;
    border-radius: 0.75rem;
    /* box-shadow: 0px 0.125rem 0.25rem 0.125rem rgba(250, 140, 22, 0.16); */
}
/* 卡片颜色结束 */
/* Nav */
.xx123-nav{
    padding: 0 1rem;
    background-color: #fff;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.xx123-nav ul{
    display: -webkit-box;
    align-items: center;
    line-height: 2.5rem;
}
.xx123-nav ul li{
    padding-right: 2rem;
    font-size: 0.875rem;
}
.xx123-nav ul li a{
    color: #999;
}
.xx123-nav::-webkit-scrollbar{
    display: none;
}
.xx123-nav-a a{
    font-size: 1rem;
    font-weight: bold;
    color: #111 !important;
}
/* Nav结束 */
/* banner 轮播图*/
.banner{
    padding:0 1rem 1rem 1rem;
    background-color: #fff;
    border-radius: 0 0 0.75rem 0.75rem;
}
#slideshow{
    height: 11.25rem;
    /* margin: 0 0.625rem; 设置在页面水平居中 */
    overflow: hidden;
    position: relative;
}

/*#slideshow img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    !* border-radius: 0.375rem; *!*/
/*    position: absolute; !*图片采取绝对定位，均位于左上角，重叠在一起*!*/
/*    top: 0;*/
/*    left: 0;*/
/*    opacity: 0; !*初始不透明度为0，图片都看不见*!*/
/*    transition: opacity 1s linear; !*--重点--定义一个关于透明度的transition*!*/
/*}*/
/*#slideshow img.active{*/
/*    opacity: 1; !*有active类的图片不透明度为1，即显示图片*!*/
/*}*/
/*!*-- 设置页码的样式 --*!*/
/*#slideshow div{*/
/*    position: absolute;*/
/*    bottom: 0.3125rem;*/
/*    right: 42%;*/
/*    padding: 0.3125rem;*/
/*    border-radius: 1.5625rem;*/
/*}*/
/*#slideshow span{*/
/*    float: left;*/
/*    width: 0.3125rem;;*/
/*    height: 0.3125rem;*/
/*    border-radius: 1rem; !*设置页码为圆形*!*/
/*    margin: 0 0.125rem;*/
/*    background: white;*/
/*}*/
/*#slideshow span.active{*/
/*    width: 0.875rem !important;*/
/*    background: #239CFF;*/
/*}*/
/*!*-- 设置左右按钮框的样式 --*!*/
/*#slideshow p{*/
/*    width: 1.875rem;*/
/*    line-height: 3.125rem;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    margin-top: -1.875rem; !*设置垂直居中*!*/
/*    color: white;*/
/*    background: rgba(0,0,0,0.2);*/
/*    font-size: 1rem;*/
/*    text-align: center;*/
/*    cursor: pointer; !*设置鼠标*!*/
/*    !*设置不能选择文本*!*/
/*    -ms-user-select:none;!*IE10*!*/
/*    -webkit-user-select:none;!*webkit浏览器*!*/
/*    user-select:none;*/
/*    display: none;*/
/*}*/
/*#slideshow p.left{*/
/*    left: 0;*/
/*}*/
/*#slideshow p.right{*/
/*    right: 0;*/
/*}*/
/*#slideshow:hover p{*/
/*    display: block;*/
/*}*/
/*#slideshow p:hover{*/
/*    background: rgba(0,0,0,0.6);*/
/*}*/
/* banner 轮播图结束 */
.xx123-ban{
    overflow: hidden;
}
/* 金刚区 */
.xx123-kk h4{
    font-size: 1.125rem;
    background: url(../images/Slice15.png) no-repeat center left;
    background-size: 1.25rem 1.25rem;
    padding-left: 1.75rem;
}
.kk{
    padding: 1rem;
    background-color: #fff;
    border-radius:0.75rem;
    box-shadow: 0px 0.0625rem 0.25rem 0px rgba(250, 140, 22, 0.16);
}
.xx123-kk-a{
    margin-top: 1rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.xx123-kk-a ul{
    display: -webkit-box;
    align-items: center;
}
.xx123-kk-a ul li{
    width: 5.359375rem;
    text-align: center;
}
.xx123-kk-a ul li a em{
    margin: 0 auto;
    width: 2.25rem;
    line-height: 2.25rem;
    text-align: center;
    border-radius: 10rem;
    background-color: #E7F5FF;
    color: #FF8F2F;
    display: block;
}
.xx123-kk-a ul li:nth-child(2n) a em{
    color: #4784DF;
}
.xx123-kk-a ul li:nth-child(3n) a em{
    color: #D73895;
}
.xx123-kk-a ul li:nth-child(4n) a em{
    color: #8E49FF;
}
.xx123-kk-a ul li:nth-child(5n) a em{
    color: #34CEC8;
}
.xx123-kk-a ul li a span{
    display: block;
    font-size: 0.75rem;
    margin-top: 0.5rem;
}
.xx123-kk-a::-webkit-scrollbar{
    display: none;
}
/* 金刚区结束 */
/* 精选文章 */
.xx123-new-a{
    overflow: hidden;
    line-height: 1.5rem;
}
.xx123-new-a h4{
    font-size: 1.125rem;
    display: block;
    float: left;
}
.xx123-new-a a{
    font-size: 0.75rem;
    color: #989898;
    float: right;
}
/* 列表 */
.xx123-new-c li{
    padding: 1rem 0;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
}
.xx123-new-c li:nth-child(4){
    padding-bottom: 0;
    border: 0;
}
.xx123-new-c li img{
    width: 7rem;
    height: 4.375rem;
    border-radius: 0.25rem;
    margin-right: 0.625rem;
    overflow: hidden;
    float: left;
}
.xx123-new-c li:nth-child(5){
    padding-bottom: 0;
    border: 0;
}
.xx123-new-c li a {
    display: block;
    overflow: hidden;
}
.xx123-new-c li a span{
    display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
    color: #343434;
    font-weight: 600;
}
.xx123-new-c li a:hover span{
    color: #239CFF;
}
.xx123-new-c li a em{
    color: #777777;
    line-height: 1.25rem;
    font-size: 0.875rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.25rem;
}
.xx123-new-c1{
    overflow: hidden;
    margin-top: 0.625rem;
}
.xx123-new-c1 a ,.xx123-new-c1 i{
    display: block;
    font-size: 0.75rem;
    color: #999;
}
.xx123-new-c1 a{
    max-width: 8rem;
    float: left;
    margin-right: 1.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xx123-new-c1 i{
    float: right;
}
/* 列表结束 */
/* 列表2 */
.xx123-lb1 img{
    width:7rem;
    height: 4.375rem;
    float: left;
    margin-right: 0.625rem;
    border-radius: 0.25rem;
}
.xx123-lb1 span{
    display: block;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: bold;
    background: url(../images/Slice18.png) no-repeat center left;
    background-size: 1.25rem 1.25rem;
    padding-left: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xx123-lb1 em{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #777777;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 0.625rem;
}
.xx123-new-d li{
    padding: 1rem 0;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}
.xx123-new-d li:nth-child(6){
    border: 0;
    padding-bottom: 0;
}
.xx123-new-d li:not(.xx123-lb1) span{
    line-height: 1.5rem;
    width: 1.5rem;
    text-align: center;
    border-radius: 1.5rem;
    background-color: #BABABA;
    display: block;
    float: left;
    margin-right: 0.625rem;
    font-size: 0.75rem;
    color: #fff;
}
.xx123-new-d li:nth-child(2) span{
    background-color: #1B90EF;
}
.xx123-new-d li:nth-child(3) span{
    background-color: hsl(207, 87%, 52%,0.6);
}
.xx123-new-d li:not(.xx123-lb1) a{
    display: block;
    float: left;
    width: 16rem;
    line-height: 1.5rem;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xx123-new-d li:not(.xx123-lb1) i{
    display: block;
    float: right;
    font-size: 0.75rem;
    line-height: 1.5rem;
    color: #989898;
}
/* 列表2 */
/* 精选文章结束 */
/*最新更新 */
.xx123-ca .xx123-new-a h4{
}

/* 最新更新结束 */
/* 热门推荐 */
.xx123-hot-a h4{
    font-size: 1.125rem;
    background: url(../images/Slice19.png) no-repeat center left -0.125rem;
    background-size: 1.5em 1.5rem;
    padding-left: 2rem;
}
.xx123-hot-c ul li{
    float: left;
    width: 6.375rem;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 1rem 1rem 0 0;
    font-size: 0.875rem;
}
.xx123-hot-c ul li:nth-child(3n){
    margin-right: 0;
}
.xx123-hot-c ul li a{
    color: #333;
}
/* 热门推荐结束 */
/* 当前位置 */
.xx123-dq{
    margin: 0 1rem;
    font-size: 0.75rem;
    line-height: 2.5rem;
}
/* 当前位置结束 */
/* 摘要 */
.xx123-zy-a span{
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    padding-left: 1rem;
}
.xx123-zy-a span::before{
    content: '';
    background-color: #40A9FF;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 10rem;
    display: block;
    position: absolute;
    top: 0.5rem;
    left: 0;
}
.xx123-zy-a{
    padding-bottom: 1rem;
    border-bottom: #f2f2f2 solid 0.0625rem;
}
.xx123-zy1 p{
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
/* 摘要结束 */
/* 分页 */
/*.paging{*/
/*    padding: 2rem 0 1.25rem 0;*/
/*    text-align: center;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    overflow: hidden;*/
/*}*/
/*.pagination li{*/
/*    float: left;*/
/*    margin-right: 1.25rem;*/
/*}*/
/*.pagination li a{*/
/*    display: block;*/
/*    line-height: 2.25rem;*/
/*    padding: 0 1.5rem;*/
/*    background-color: #fff;*/
/*    font-size: 0.875rem;*/
/*    border-radius: 0.25rem;*/
/*}*/
/*.pagination li:nth-child(2) a, .pagination li a:hover{*/
/*    background-color: #1B90EF;*/
/*    color: #fff !important;*/
/*}*/
/*/分页结束  */
/* 二级分类 */
.xx123-zy2{
    overflow: hidden;
    background-color: #fff;
    padding: 1rem 1rem 0.25rem 1rem;
    border-radius: 0.75rem;

}
.xx123-zy2 ul li{
    width: 6.625rem;
    float: left;
    background-color: #F5F5F8;
    border-radius: 0.25rem;
    text-align: center;
    margin: 0 0.75rem 0.75rem 0;
}
.xx123-zy2 ul li:nth-child(3n){
    margin-right: 0;
}
.xx123-zy2 ul li a{
    width: 5.625rem;
    display: block;
    margin: 0 0.5rem;
    line-height: 2rem;
    font-size: 0.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xx123-zy2 ul li:hover{
    background-color: #239CFF;
}
.xx123-zy2 ul li:hover a{
    color: #fff !important;
}
/* 二级分类结束 */
/* label结束 */
/* 详情页 */
.xx123-art-a1{
    overflow: hidden;
    margin: 1rem 0 0.5rem 0;
    border-bottom: 1px #f2f2f2 solid;
    padding-bottom: 0.625rem;
    font-size: 0.75rem;
}
.xx123-art-a1 i,.xx123-art-a1 a{
    display: block;
    float: left;
    color: #999;
}
.xx123-art-a h1{
    margin-top: 0.5rem;
}
.xx123-art-a1 a {
    max-width: 7.325rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 1rem;
}
/* 文章内容 */
.xx123-art-b{
    position: relative;
}
.text {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.text em:nth-child(1){
    height: 3.75rem;
    background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
    opacity: 0.6;
}
.text em{
    color: #239CFF;
    line-height: 3.125rem;
    background-color: #fff;
    display: block;
}
.xx123-art-b p{
    text-align: justify;
    font-size: 1rem;
    line-height: 1.625rem;
    text-indent: 2em;
    margin-bottom: 1rem;
}
.xx123-art-b img{
    max-width:100%;
}
.xx123-art-b b{
    display: block;
    margin-bottom: 1rem;
}
.xx123-art-b1{
    text-indent: 0 !important;
    font-size: 0.75rem !important;
    color: #999;
}
.xx123-art-b1 a{
    color: #999;
}
/* 篇章 */
.xx123-art-c{
    font-size: 0.75rem;
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: #f2f2f2 1px solid;
}
.xx123-art-c span{
    width: 48%;
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 篇章结束 */
/* 猜你喜欢 */
.xx123-cc .xx123-new-a h4{
    background: url(../images/Slice20.png) no-repeat center left;
    background-size: 1.5rem 1.5rem;
    padding-left: 2rem;
}
/* 猜你喜欢结束 */
/* 最新更新 */
.xx123-zn-a1 img{
    width: 7rem;
    height: 4.375rem;
    border-radius: 0.25rem;
    margin-right: 0.625rem;
    float: left;
}
.xx123-zn-a1 span{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
    font-weight: 500;
    margin: 0.5rem 0;
}
.xx123-zn-a1 em{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
    font-size: 0.875rem;
    line-height: 1.125rem;
}
.xx123-zn-a li{
    padding: 1rem 0;
    overflow: hidden;
    border-bottom: #f2f2f2 solid 1px;
}
.xx123-zn-a li:not(.xx123-zn-a1) a:nth-child(1){
    display: block;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
.xx123-zn-a3{
    overflow: hidden;
    margin-top: 1rem;
}
.xx123-zn-a3 a{
    display: block;
    width: 12rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    font-size: 0.75rem !important;
    color: #999 !important;
}
.xx123-zn-a3 i{
    font-size: 0.75rem;
    float: right;
    color: #999;
}
.xx123-zn-a li:nth-child(7){
    padding-bottom: 0;
    border: 0;
}
/* 最新更新结束 */
/* 文章内容结束 */
/* 详情页结束 */
/*网站地图 */
.xx123-hot2 .xx123-hot-a{
    padding-bottom: 1rem;
    border-bottom: #f2f2f2 1px solid    ;
}
.xx123-hot2 .xx123-hot-a h4{
    background: none;
    position: relative;
    padding-left: 0.75rem;
}
.xx123-hot2 .xx123-hot-a h4::before{
    content: '';
    background-color: #239CFF;
    width: 0.25rem;
    height: 0.875rem;
    border-radius: 20rem;
    position: absolute;
    left: 0;
    top: 0.125rem;
}
.xx123-hot-c1 ul li{
    float: left;
    margin: 1rem 1rem 0 0;
    font-size: 0.875rem;
}
/* 网站地图结束 */




.menus{display:block;width:25px;height:25px;top:12px;right:12.5px;background:url(../images/menu.png) no-repeat;background-size:25px 25px;margin:  0 6px 0 0}
.menuwrap{width:100%;background:#fff;top:50px;z-index:99999;padding-bottom:10px;max-width: 750px}
.menuwrapmain{overflow:auto;height:95vh;}
.menuwrapmain .as{background:#eee;float:left;width:23%;margin:3px 1%;font-size:14px;text-align:center;line-height:26px;height:26px;border-radius:2px;}
.menuwrapmain a.cul{width:48%;margin:3px 1%;font-size:16px;text-align:center;line-height:32px;height:32px;border-radius:2px;}
.menuwrapmain h3{font-size:18px;line-height:30px;height:30px;padding-left:10px;margin:15px 0 5px;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.pos-a{position:absolute;}


.topnavs{
    display: flex;
    align-items: center;
    overflow-x: auto;
    border-bottom:  1px solid #eee;

}
.topnavs a{
    display: block;
    padding: 10px 10px;
    font-size: 17px;
    flex-shrink: 0;
}

::-webkit-scrollbar {
    display: none;
}



.footer{
    background:linear-gradient(270deg, #6DBEFF 0%, #239CFF 100%);
    padding: 20px 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.footer a{
    color: #fff;
}





.row1{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 1!important;-webkit-box-orient: vertical;
}
.row2{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.row3{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.row4{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
.row5{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}



.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background: #fff;*/
    padding: 0 0.3rem;
}
.pagination li{
    list-style: none;
    background: none;
}
.pagination li a{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: #e3e3e3;
    color: #333;
    font-size: 14px;
    position: relative;
    padding: 5px 10px;
    border: none;
    height: auto;
}
.pagination span{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    height: auto;
}

.pagination li:last-child a{
    background: #e3e3e3;
    color: #333;
}
.pagination li:first-child a{
    background: #e3e3e3;
    color: #333;
}
.disabled span{
    background: #e3e3e3;
    color: #333;
}
.pagination .active span{
    background:#239CFF;
    color: #fff;
}

.selhover{
    color: #fff!important;
    background-color: #239CFF;
}
.listnav{
    display: flex ;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    /*margin-bottom: 0.2rem;*/
    /*background: #fff;*/
    /*padding-left: 20px;*/

}
.listnav a{
    display: block;
    padding: 5px 10px;
    color: #222;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 20px;
}