@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;
}
/* 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;
}
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{
    font-size: 1.5rem;
    font-weight: 600;
}
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%;
}
body{
    /* 去掉边框 */
    overflow-x: hidden;
    position: relative;
    background-color: #f8f8f8;
    font-family: 'Lato', sans-serif;
}
a:hover{
    color: #FF8F2F !important;
}
/* 头部 */
.hd1{
    /* z-index: 1;
    position: fixed;
    top: 0; */
    width: 100%;
    height: 2.75rem;
    background-color: #FF8F2F;
    position: fixed;
    z-index: 999;
    top: 0;
}

.hd1 span{
    font-size:2rem;
    color: #fff;
}
header div{
    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{
    max-height: 2.5rem;
}
#slideshow {
    position: relative;
}
#slideshow  a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
#slideshow a i{
    width: 100%;
    color: white;
    position: absolute;
    bottom: 0;
    text-align: start;
    font-size: 16px;
    background: rgb(0,0,0,0.6);
    padding: 1px 10px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.sidenav{
    width: 100%;
    white-space: nowrap;
    overflow-x:scroll;
    overflow-y:hidden;
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid #e3e3e3;
    background: white;
    margin-top: 2.75rem;

}
.sidenav ul{
    display: inline-block;
}
.sidenav ul li{
    display: inline-block;
    padding: 8px 10px;
    font-size: 16px;
    color: #333;
}

.sidenav::-webkit-scrollbar {
    height: 0;
}

header .dd-se{
    position: relative;
    align-items: center;
}
header .dd-se input{
    font-size: 0.75rem;
    width: 14.375rem;
    border: 0;
    background-color: #fff;
    height: 1.5rem;
    text-indent: 1em;
    position: relative;
    border-radius: 2.5rem;
}
header .dd-se button{
    width: 4.0625rem;
    font-size: 0.875rem;
    border-left: #FF8F2F 1px solid;
    height: 1.5rem;
    position: absolute;
    right: 0.875rem;
    color: #FF8F2F;
    align-items: center;
    text-align: center;
    border-radius:1.25rem;
    background-color:#ECECEC;
    border: 0;
}
header .nav img{
    height: 1rem;
}
/* 头部结束 */
/* 底部 */
/* 是把底部固定在100% */
.Site-content{
    min-height: 100%;
    overflow: hidden;
}
footer{
    width: 100%;
    overflow: hidden;
    text-align: center;
    background-color: #FF8F2F;
}
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.5;
}
/* 底部结束 */
/* 卡片颜色 */
.c{
    position: relative;
    overflow: hidden;
    padding:  1rem 1rem 0 1rem;
    background-color: #fff;
}
/* 卡片颜色结束 */
/* banner 轮播图*/
.banner{
    padding: 0.375rem 1rem 0 1rem;
    background-color: #fff;
}
#slideshow{
    height: 12.5rem;
    /* 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: 41%;
    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: #FF8F2F;
}
/*-- 设置左右按钮框的样式 --*/
#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 轮播图结束 */
/* 金刚区 */
.kk{
    background-color: #fff;
    padding: 1rem 0 0.5rem 0;

}
.kk ul{
    padding: 0 1.25rem;
    display: flex;
    justify-content: space-between;
}
.kk ul li{
    text-align: center;
}
.kk ul li img{
    width: 2.75rem;
}
.kk ul li span{
    margin-top: 0.625rem;
    font-size: 0.75rem;
}
/* 金刚区结束 */
/* 栏目内容 */
.lan {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
    padding: 0  1rem;
}
.dd-lan-d {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.dd-lan-d1 {
    height: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    /*解决ios上滑动不流畅*/
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.375rem;
}
.control {
    height: 100%;
    display: -webkit-box;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f2f2f2;
}
.control>li {
    margin-right: 2rem;
    margin-top: 1rem;
    text-align: center;
    font-size: 1rem;
    list-style: none;
}
.control .active{
    color: #FF8F2F;
}
.dd-lan-d ::-webkit-scrollbar {
    display: none;
}
.show{
    position: relative;
}
/* 测试结束 */
.lan-aa{
    position: relative;
    overflow: hidden;
}
.lan-aa span{
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 2rem;
    overflow: hidden;
    text-align: center;
    display: block;
    background-color: #fff;
}
.lan-aa span img{
    width: 0.75rem;
    height: 0.75rem;
}
.lan-aa li{
    width: 100%;
    line-height: 2.25rem;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: #f2f2f2 solid 1px;
    padding-bottom: 1rem;
}
.lan-aa li a{
    color: #333;
    font-size: 1rem;
    float: left;
    display: block;
    line-height: 2.25rem;
    width: 18rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lan-aa-a1 a{
    display: block;
    font-size: 0.75rem !important;
    color: #ccc !important;
    line-height: 1.125rem !important;
}
.lan-aa-a1 i{
    line-height: 1.125rem !important;
    float: right;
    font-size: 0.75rem;
    color: #ccc;
}

/* 栏目内容结束 */
/* 当前位置 */
.site-b1{
    padding: 0 1rem;
    line-height: 1.75rem;
}
.site-b1 a , .site-b1 i{
    color: #999;
    font-size: 0.875rem;
}
/* 当前位置结束 */

/* 最新更新 */
/* 标题 */
.dd-a-4{
    padding-bottom:1rem;
    border-bottom: 0.0625rem solid #f2f2f2;
}
.dd-a-4{
    margin: 0.25rem 0 0 0;
    position: relative;
    overflow: hidden;
}
.dd-a-4 span{
    font-size: 1rem;
    font-weight: 700;
    width: 10rem;
    height: 1rem;
    padding-left: 1.625rem;
    background-size: 0.75rem 1rem;
    background: url(../images/Slice15.png) no-repeat center left;
    background-size: 0.875rem 1rem;
}
.dd-a-4s{
    padding-top: 1rem;
}
.dd-a-4s span{
    padding-left: 0;

    background: none;

}
.dd-a-4 a ,.dd-la-c1 a{
    display: block;
    background: url(../img/Slice17.png) no-repeat center left;
    background-size: 0.75rem 0.75rem;
    padding-left: 1.125rem;
    font-size: 0.75rem;
    float: right;
}
/* 标题结束 */
.a-1{
    overflow: hidden;
}
.a-1 .a-2-img {
    display: block;
    overflow: hidden;
    float: left;
    border-radius: 0.3125rem;
    margin-right: 0.625rem;
}
.a-2-img img{
    width: 7rem;
    height: 4.5rem;
    border-radius: 0.3125rem;
}
/* 最新更新 */
.dd-a-ul li img {
    overflow: hidden;
    margin-right: 0.625rem;
    width: 7rem;
    height: 4.4375rem;
    float: left;
    border-radius: 0.125rem;
}
.dd-a-ul li a{
    font-size: 1rem;
    display: block;
}
.dd-a-ul li a h4{
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.125rem;
    height: 2.25rem;
    margin-top: 0.25rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dd-a-ul li{
    overflow: hidden;
    padding: 0.625rem 0;
    border-bottom: #f2f2f2 solid 1px;
}

.dd-a-a1{
    margin-top: 0.5rem;
    float: left;
}
.a1-up ul li .dd-a-a1{
    width: 100%;
}
.dd-a-a1 a{
    white-space: nowrap;
    overflow: hidden;
    display: block;
    max-width: 6.75rem !important;
    float: left;
    color: #ccc;
    font-size: 0.75rem !important;
    margin-right: 0.625rem;
}
.dd-a-a1 i{
    float: right;
    color: #ccc;
    font-size: 0.75rem !important;
}
/* 最新更新结束 */
/* 热门排行 */
.dd-a-ul1 li{
    position: relative;
    line-height: 2.5rem;
    overflow: hidden;
    border-bottom: #f2f2f2 solid 1px;
}
.dd-a-ul1 li:nth-child(1){
    margin-top: 0.625rem;
}
.dd-ab span{

    background-size: 1rem 1rem;
}
.dd-a-ul1 li:not(.dd-ab) a{
    width: 17rem;
    float: left;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 1rem;
}
.dd-a-ul1 li:not(.dd-ab) span{
    float: left;
    text-align: center;
    font-size: 0.75rem;
    border-radius: 1.25rem;
    margin: 0.625rem 0.625rem 0 0;
    width: 1.25rem;
    line-height: 1.25rem;
    color: #fff;
    background-color: #BABABA;
}
.dd-a-ul1 li:nth-child(2) span{
    background-color: #FF8F2F;
}
.dd-a-ul1 li:nth-child(3) span{
    background-color: rgb(255, 143, 47, 0.5);
}
.dd-a-ul1 li i{
    color: #999;
    float: right;
    font-size: 0.75rem;
}
.dd-a-ul1 li a.a-2 span{
    float: left;
    overflow: hidden;
    width: 12rem;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 0.25rem;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #343434 ;
    display: block;
}
.dd-a-ul1 li:nth-child(6){
    padding-bottom: 0;
    border: 0;
}
.dd-a-ul1 li p{
    /* margin-top: 0.625rem; */
    font-size: 0.75rem;
    line-height: 1rem;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* 热门排行结束 */

/* 栏目推荐 */
.dd-lan1 ul{
    margin: 0.625rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.dd-lan1 ul li {
    width: 6rem;
    overflow: hidden;
    margin-right: 1.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dd-lan1 ul li a{
    font-size: 0.875rem;
    color: #666;
    display: block;
    line-height: 2rem;
    width: 6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dd-lan1 ul li:nth-child(3n){
    margin-right: 0;
}
/* 栏目推荐结束 */
/* 导航栏 */
.sidenav .dd-se{
    margin: 0 auto;
    width: 12.5rem;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 2.5625rem;
}
.sidenav h3{
    background: url(../img/Slice28.png) no-repeat center left;
    background-size: 1rem 1rem;
    position: absolute;
    padding-left: 1.5rem;
    top: 1rem;
    margin: 0.5rem 0.5rem 0.5rem 2rem;
    left: -0.75rem;
}
.sidenav .dd-se .input1{
    border: 0;
    float: left;
    width: 100%;
    height: 1.5rem;
    text-indent: 1em;
    font-size: 0.75rem;
}
.sidenav .dd-se button{
    background: url(../img/Slice2.png) no-repeat;
    height: 1.5rem;
    width: 1.25rem;
    background-size: 0.875rem 1rem;
    position: absolute;
    top: 0.3125rem;
    right: 0.625rem;
    background-color: inherit;
    border: 0;
}
.h5-a1 ,.h5-a2 .h5-a3{
    margin-top: 1.25rem;
}

.h5-a1 ul{
    margin: 0 1.25rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.h5-a1 ul li{
    margin-right: 0.625rem;
    background-color: #FF8F2F;
    margin-bottom: 0.625rem;
    border-radius: 0.3125rem;
}
.h5-a1 ul li a{
    margin: 0 auto;
    text-align: center;
    line-height: 2.625rem;
    padding: 0.625rem 1.25rem;
    overflow: hidden;
    font-size: 1rem;
    color: #fff;
}
.h5-a2 ul li a{
    display: block;
    margin: 0 0.625rem;
    text-align: center;
    line-height: 2.625rem;
    overflow: hidden;
    font-size: 0.875rem;
    color: #333;

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

}
.h5-a3{
    overflow: hidden;
    margin:  0 1.25rem;
}
.h5-a3 h4{
    display: block;
    float: left;
    color: #333;
}
.h5-a3 h4::before{
    content: '';
    background-color: #FF8F2F;
    width: 0.25rem;
    height: 1rem;
    display: block;
    float: left;
    margin-right: 0.625rem;
}
.h5-a2 ul{
    margin-top: 1.25rem;
}
/* 导航栏结束 */
/* 栏目 */


@media screen and (max-height: 28.125rem) {
    .sidenav {
        padding-top: 1rem;
    }

    .sidenav a {
        font-size: 1.125rem;
    }
}
.dd-wz {
    font-size: 0.75rem;
    color: #999;
    line-height: 2rem;
    padding: 0 1rem;
}
.dd-wz a{
    color: #999;
}
/* 当前位置 */
.dd-la-a{
    overflow: hidden;
    padding: 0.625rem 1rem 0 1rem;
    background-color: #fff;
}
.dd-la-a1{
    line-height: 1.125rem;
    font-size: 0.75rem;
    color: #999;
    background: url(../images/Slice20.png) no-repeat center left;
    background-size: 0.75rem 0.75rem;
    padding-left: 1.25rem;
    margin-bottom: 0.625rem;
}
.dd-la-a1 a{
    color: #999;
}
/* 当前位置结束 */
/* 分类 */
.dd-la-a2 ul li a {
    display: block;
    text-align: center;
    width: 4.125rem;
    margin-right: 1rem;
}
.dd-la-a2 ul li a em{
    margin: 0 0 0.25rem 0.96875rem;
    width: 2.1875rem;
    line-height: 2.1875rem;
    text-align: center;
    display: block;
    background-color: #FFF8F0 ;
    border-radius: 3.125rem;
    color: #4784DF ;
}
.dd-la-a2 ul li:nth-child(2n) a em{
    color: #FF8F2F;
}
.dd-la-a2 ul li:nth-child(3n) a em{
    color: #D73895;
}
.dd-la-a2 ul li a span{
    font-size: 0.75rem;
    margin-top: 0.5rem;
}
/* 滑动 */
.dd-la-a2{
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.dd-la-a2::-webkit-scrollbar{
    display: none;
}
.dd-la-a2 ul{
    display: flex;
    margin-bottom: 1rem;
}
/* 滑动结束 */
/* 分类结束 */
/* 简介 */
.dd-la-b1 h4{
    font-size: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f2f2f2;
}
.dd-la-b p{
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0.625rem 0;
}
.dd-la-b1 h4::before{
    content: '';
    width: 0.375rem;
    height: 0.375rem;
    background: #FF8F2F;
    border-radius: 3.125rem;
    margin: 0.3125rem 0.625rem 0 0;
    display: block;
    float: left;
}
/* 简介结束 */
/* 栏目内容 */
.dd-la-c1 em ,.dd-map-a em{
    font-weight: bold;
    font-size: 1.125rem;
    color: #4784DF;
    font-weight: bold;
    float: left;
    margin-right: 0.625rem;
}
.dd-la-c1 h4,.dd-map-a h4{
    float: left;
    font-size: 1.125rem;
}
.dd-la-c1 ,.dd-map-a{
    overflow: hidden;
    padding-bottom: 1rem;
    border-bottom: #f2f2f2 solid 1px;
}
.dd-la-c ul li{
    margin: 1rem 0 0 0;
    padding-bottom: 1rem;
    border-bottom: #f2f2f2 solid 1px;
}
.dd-la-c ul li a img{
    width: 7rem;
    height: 4.375rem;
    margin-right: 0.625rem;
    float: left;
    border-radius: 0.25rem;
}
.dd-la-c ul li a span{
    line-height: 1.5rem;
    display: block;
    font-weight: bold;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.dd-la-c ul li a em{
    margin: 0.25rem 0 0.625rem 0;
    font-size: 0.75rem;
    line-height: 1.25rem;
    color: #6F6F6F;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dd-la-c ul li div{
    margin-top: 0.25rem;
    overflow: hidden;
}
.dd-la-c ul li div a{
    float: left;
    max-width: 8rem;
    color: #999;
    margin-right: 0.625rem;
    font-size: 0.75rem;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dd-la-c ul li div i {
    color: #999;
    float:right;
    font-size: 0.75rem;
}
/* 栏目内容结束 */

.aa-modal-1 a {
    border-color: #ddd;
    color: #FF8F2F;
    background: #fff;
}
.aa-modal-1 a:hover {
    background: #eee;
    color: #fff !important;
}
.aa-modal-1 a.active, .aa-modal-1 a:active {
    border-color: #FF8F2F;
    background: #FF8F2F;
    color: #fff;
}
.tag ul li a:hover{
    color: #FF8F2F;
    border-radius: 0.3125rem;
}
/*/分页结束  */
/* 详情页 */
.art-b2{
    background-color: #fff;
    padding: 1rem;
    overflow: hidden;
}
.art-b2-ab{
    overflow: hidden;
}
.tiem{
    display: flex;
    justify-content: left;
    line-height: 2rem;
    margin-top: 0.625rem;
    font-size: 0.75rem;
    color:#999;
    overflow: hidden;
    border-bottom: #f2f2f2 solid 1px;
    margin-bottom: 0.625rem;
}
.tiem ul li{
    max-width: 8.25rem;
    float: left;
}
.tiem a{
    overflow: hidden;
    white-space: nowrap;
    color: #999;
    display: block;
    width: 100%;
    margin-left: 0.625rem;
}
/* 收起 */
.art-b2-ac {
    overflow: hidden;
    /* height: 125rem; */
    position: relative;
}
.art-b2-ac span{
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 4rem;
    overflow: hidden;
    text-align: center;
    display: none;
    color: #FF8F2F;
    background-image: linear-gradient(rgb(255, 255, 255 ,0.5), rgb(255, 255, 255));
    background-color: #fff;
}
.art-b2-ac p img{
    width: 12.5rem;
    height: 6.25rem;
    margin-left: 25%;
    border-radius: 0.25rem;
}
.art-b2-ac img{
    max-width: 100%;
}
.art-b2-ac p{
    overflow: hidden;
    text-align: justify;
    font-size: 1rem;
    line-height: 1.75rem;
    text-indent: 2em;
    margin-bottom: 1.25rem;
}
.art-b2-ac .p{
    color: #999;
    font-size: 0.75rem;
    word-break: break-all;
    line-height: 1.125rem;
    border-bottom: #f2f2f2 1px solid;

}
.art-b2-ac .p a{
    color: #999;
}
/* 文章结束 */
/* 篇章 */
.art-b2-ad p{
    font-size: 0.875rem !important;
    height: 1.5rem;
    font-size: 1.125rem;
    width: 48%;
    margin-right: 4%;
    line-height: 1.5rem;
    overflow: hidden;
    display: block;
    float: left;
}
.art-b2-ad p:nth-child(2){
    margin-right: 0;
}
/* 篇章结束 */
.aa-hot-lan1 .a-4 span::after{
    background: url(../img/Slice25.png);
    background-size: 4.6875rem 1.5625rem;
}
.aa-hot-lan1 .a-4 span::before{
    background-color: #FF4B4B;
}
/* 详情页结束 */
/* 网站地图 */
.dd-map {
    padding-bottom: 1rem;
    overflow: hidden;
}
.dd-map-a em{
    color: #FF8F2F;
}
.dd-map ul li{
    margin-top: 0.625rem;
    float: left;
    line-height: 2rem;
    margin-right: 0.625rem;
}
.dd-map ul li a{
    border-radius: 0.25rem;
    display: block;
    padding: 0 0.625rem;
    background-color: #f8f8f8;
}
/* 网站地图结束 */

.menus {
    display: block;
    width: 25px;
    height: 25px;
    top: 2.75rem;
    right: 12.5px;
    background-size: 25px 25px;
    margin: 0 6px 0 0
}

.menuwraps {
    width: calc(100%);
    background: #fff;
    top: 45px;
    z-index: 99999;
    padding-bottom: 10px;
    height: 95vh;
}

.menuwrapmain {
    overflow: auto;
    height: 95vh;
}

.menuwrapmain > a {
    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 {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    padding-left: 15px;
    margin: 15px 0 5px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.pos-a {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto
}


.subcate {
    padding: 5px;
    background: rgba(255,255,255,1);
    box-shadow: 0 0 5px rgba(0,0,0,0.01);
    font-size: 16px;
    margin-bottom: 10px;
}

.subcate ul {
    font-size: 0;
}

.subcate li {
    display: inline-block;
    font-size: 16px;
    padding: 0 15px;
    position: relative;
}

.subcate li a {
    line-height: 40px;
    color: #333;
}

.subcate li:after {
    content: '/';
    position: absolute;
    top: 5px;
    right: -4px;
    color: #9ca0ad;
    opacity: .28
}

.subcate li:last-child {
    padding: 0 0 0 15px;
}

.subcate li:last-child:after {
    display: none
}

.subcate li.active a {
    color: #448EF6
}


.page{margin:20px 0 0;text-align:center; overflow: hidden;clear: both}
.page a,.page li span{ position:relative; display:inline-block; overflow:hidden; padding:5px 10px; width:auto; border:1px solid #E3E3E3; background:#fff; color:#333; text-align:center; font-size:13px; zoom:1; _display:inline; }
.page a[disabled]{ border:1px solid #ccc; background:#e4e4e4; color:#333; cursor:not-allowed; }
.page a[disabled]:hover{ border:1px solid #ccc; background:#e4e4e4; color:#333; }
.page .active span, .page .active:hover{  background:#FF8F2F; color:#fff; text-decoration:none; }
.page li{
    margin: 8px 5px;
}
.page .pagination{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}



.entry-meta{
    padding: 20px 10px;
    font-size: 16px;
}
.entry-meta ul {
    overflow: hidden;
}
.entry-meta ul li {
    display: flex;
    justify-content: start;
    line-height: 26px;
}
.entry-meta ul:first-child li:last-child a{
    width: 70%;
    display: block;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.entry-meta ul li span{
    margin: 0;
}
.entry-meta ul li a {
    display: block;
    width: 70%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    margin: 0;
    color: #333;
}
