@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;
}
button{
    outline: 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: 1rem;
}
/* 固定行数结束 */
/*公共样式结束*/
* {
    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: #F6FAFB;
}
body::-webkit-scrollbar{
    background-color: #b9004f;
}
/* banner 轮播图*/
.jz751-ban{
    padding-top: 1rem !important;
    overflow: hidden;
}
#slideshow{
    height: 10.75rem;
    /* margin: 0 0.625rem; 设置在页面水平居中 */
    overflow: hidden;
    position: relative;
}


/* banner 轮播图结束 */
/* 栏目 */
.sidenav h3{
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    padding-left: 1.625rem;
    background: url(../img/Slice38.png) no-repeat center left;
    background-size: 1rem 1rem;
    color: #333;
    font-size: 1rem;
    display: block;
    line-height: 1.25rem;
}
.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left:-200%;
    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;
    }
}
.jz751-h5-a1 ul{
    margin: 0 1.25rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.jz751-h5-a1 ul li{
    margin-right: 0.625rem;
    background-color: #b9004f;
    margin-bottom: 0.625rem;
    border-radius: 0.3125rem;
}
.jz751-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;
}
.jz751-h5-a2 ul{
    margin: 0 1.25rem;
}
.jz751-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;

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

}
.jz751-h5-a3{
    overflow: hidden;
    margin:  0 1.25rem;
}
.jz751-h5-a3 h4{
    display: block;
    float: left;
    color: #333;
}
.jz751-h5-a3 h4::before{
    content: '';
    background-color: #b9004f;
    width: 0.25rem;
    height: 1rem;
    display: block;
    float: left;
    margin-right: 0.625rem;
}
.jz751-h5-a2 ul{
    margin-top: 1.25rem;
}
/* 导航栏结束 */
/* 底部 */
footer{
    padding: 1rem;
    background-color: #333;
    text-align: center;
}
footer a{
    margin-right: 0.5rem;
    padding-right: 0.5rem;
    border-right: 1px solid #f2f2f2;
    display: inline-block;
    margin-bottom: 0.5rem;
}
footer p,footer a{
    font-size: 0.875rem;
    color: #fff;
    line-height: 1.25rem;
}
footer p{
    overflow: hidden;
}
/* 底部结束 */
.jz751-ban-a,
.jz751-top_right a:nth-child(1),
.jz751-ban-b2,.jz751-yq,
footer p.jz751-ft-a,.jz751-lan-b,
.jz751-ban .jz751-ban-c:nth-child(1),
.jz751-lan-a3,
.jz751-lan-a2 ul li span,
.jz751-lan-c,
.jz751-zy1-a em,.jz751-zy1,.jz751-la-d2-a,
.jz751-la-d2 li img,
.jz751-la-d2-a a:nth-child(3),
.jz751-lm-e3,.jz751-lm-d a img,
.jz751-art-a .tiem a:nth-child(4),.jz751-ri-f1,
.jz751-zt ul li em,
.jz751-la-a .jz751-la-b1 .jz751-ri-b,
.jz751-rel .jz751-rel-b{
    display: none ;
}
.main{
    padding: 0 1rem;
    background-color: #fff;
}
/* 导航 */
.jz751-Nav-a1{
    padding: 0.25rem 0;
    overflow: hidden;
    background-color: #b9004f;
}
.jz751-Nav-a1 li{
    float: left;
    text-align: center;
    width: 25%;
}
.jz751-Nav-a1 li a{
    color: #fff;
    display: block;
    width: 100%;
    padding: 0.5rem 0;
}
/* 导航结束 */
/* 头部 */
.jz751-logo{
    height: 3rem;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.jz751-logo a img{
    width: 5.4rem;
}
.jz751-logo a img:nth-child(2){
    display: none;
}
/* 我要投稿 */
.jz751-top_right span{
    background: url(../img/Slice15.png) no-repeat center center;
    background-size: 1.25rem 1.25rem;
    width: 1.25rem;
    display: block;
    height: 1.25rem;
}
/* 我要投稿结束 */
/* 搜索 */
.jz751-se{
    width: 13rem;
    position:relative;
    background-color: #f2f2f2;
    border-radius: 40rem;
}
.jz751-se input{
    width: 80%;
    line-height: 1.5rem;
    border: 0;
    background: none;
    font-size: 0.75rem;
    text-indent: 1em;
    float: left;
}
.jz751-se button{
    width: 20%;
    border: 0;
    height: 1.5rem;
    background: url(../img/Slice2.png) no-repeat center center;
    background-size: 1rem 1rem;
}
/* 搜索结束 */
/* 头部结束 */
.jz751-lan ,.jz751-hot{
    margin-top: 0.625rem;
}
/* banner下 */
.jz751-ban-c{
    padding-top: 19rem;
    overflow: hidden;
}
.jz751-ban-c .jz751-ban-c1{
    padding-top: 1rem;
    overflow: hidden;
    border-bottom: 1px #f2f2f2 solid;
}
.jz751-ban-c .jz751-ban-c1 span{
    border-bottom: 0.25rem #fd769f solid;
    display: block;
    float: left;
    padding-bottom: 0.625rem;
}
.jz751-ban-c .jz751-ban-c1 span a{
    font-size: 1.125rem;
    font-weight: bold;
    color: #fd769f;
}
.jz751-ban-c4 li{
    line-height: 2.5rem;
    height: 2.5rem;
    overflow: hidden;
    border-bottom: #f2f2f2 1px solid;
}
.jz751-ban-c4 li a{
    display: block;
    width: 18rem;
    font-size: 1rem;
    float: left;
}
.jz751-ban-c4 li i{
    float: right;
    font-size: 0.75rem;
    color: #999;
}
/* banner结束 */
/* 栏目 */
/* 主题 */
.jz751-zt{
    position: absolute;
    top: 21rem;
    left: 0;
    padding: 1rem 1rem 0 1rem;
    overflow: hidden;
}
.jz751-zt ul li{
    float: left;
    width: 48%;
    margin-right: 4%;
    line-height: 2.25rem;
}
.jz751-zt ul li a{
    display: block;
    overflow: hidden;
    height: 2.25rem;

}
.jz751-zt ul li:nth-child(2n){
    margin-right: 0;
}
/* 主题结束 */
.jz751-lm-b{
    overflow: hidden;
    padding: 0.625rem 0 0.625rem 0;
}
.jz751-lm{
    overflow: hidden;
    padding-top: 1rem;
    position: relative;
}
.jz751-lm-a{
    overflow: hidden;
    border-bottom: 1px #f2f2f2 solid;

}
.jz751-lm-a h4{
    padding-bottom: 0.625rem;
    float: left;
    border-bottom: 0.25rem #fd769f solid;
}
.jz751-lm-a h4 a,
.jz751-lm-a h4{
    font-size: 1.125rem;
    color: #fd769f;
}
.jz751-lm ul{
    padding: 0.625rem 0;
    overflow: hidden;
}
.jz751-lm ul li{
    line-height: 2rem;
}
.jz751-lm ul li a{
    display: block;
    height: 2rem;
    overflow: hidden;
    float: left;
    width: 85%;
}
.jz751-lm ul li i{
    font-size: 12px;
    color: #999;
    float: right;
}
/* 栏目结束 */
/* label */
/* 分类 */
.jz751-fl{
    overflow: hidden;
    background-color: #fff;
    padding:1.25rem 1rem 0 1rem;
}
.jz751-fl li{
    float: left;
    border: 1px solid #b9004f;
    margin: 0 0.625rem 0.625rem 0;
    border-radius: 0.25rem;
}
.jz751-fl li a{
    display: block;
    padding: 0.375rem 0.625rem;

}
.jz751-fl li a:hover{
    background-color: #b9004f;
    color: #fff !important;
}
/* 分类结束 */
/* 头部 */
.jz751-logo1 .jz751-logo{
    background-color: #b9004f !important;
}
.jz751-logo1 .jz751-top_right span{
    background: url(../img/Slice24.png) no-repeat center center;
    background-size: 1.25rem 1.25rem;
}
/* 头部结束 */
/* 当前位置 */
.jz751-cla-a{
    line-height: 2rem;
    background-color: #f2f2f2;
}
.jz751-la-c1 em,.jz751-la-c1 a,.jz751-la-c1 i{
    font-size: 0.75rem;
    color: #666;
}
.jz751-la-a .jz751-rel-c{
    overflow: hidden;
    padding: 0.625rem 0;
}
.jz751-la-a .jz751-rel-c li{
    line-height: 2rem;
}
.jz751-la-a .jz751-rel-c li a{
    display: block;
    float: left;
    width: 85%;
    height: 2rem;
    overflow: hidden;
}
.jz751-la-a .jz751-rel-c li i {
    font-size: 12px;
    color: #999;
    float: right;
}
/* 当前位置结束 */
/* 栏目内容 */
.jz751-la-a .jz751-rel-a{
    border-bottom: #f2f2f2 1px solid ;
}
.jz751-la-a .jz751-rel-a h4 a{
    display: block;
    float: left;
    font-size: 1.125rem !important;
    color: #fd769f;
    border-bottom: 0.25rem #fd769f solid;
}
/* 内容 */
.jz751-la-d{
    padding: 0 1rem ;
    background-color: #fff;
}
.jz751-la-d ul{
    overflow: hidden;
}
.jz751-la-d ul li{
    padding: 1rem 0;
    border-bottom: 1px solid #f2f2f2;
}
.jz751-la-d ul li a span{
    font-size: 1rem;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jz751-la-d ul li em,.jz751-la-d ul li i{
    display: none;
}

/* 内容结束 */
/* 分页 */
.jz751-paging{
    padding: 1.25rem 0 0.625rem 0;
    text-align: center;
    overflow: hidden;
}
.jz751-pagination{
    display: flex;
    justify-content: center;
}
.jz751-pagination li{
    display: none;
}
.jz751-pagination li.next2,.jz751-pagination li.next1{
    width: 5rem;
    height: 2rem;
    font-size: 0.875rem;
    margin-right: 1rem;
    line-height: 2rem;
    display: block !important;
    float: left;
    background-color: #fff;
    border-radius: 0.25rem;
}
.jz751-pagination li.next1 a{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
}
.jz751-pagination li.next1 a,.jz751-pagination li:hover{
    background-color: #34a4ff;
    color: #fff!important;
}
.jz751-pagination li:hover a{
    color: #fff !important;
}
/* 分页结束 */
/* 栏目内容结束 */
/* 推荐 */
.jz751-ri-b{
    background-color: #fff;
    margin-top: 0.625rem;
    overflow: hidden;
    padding: 0 1rem;
}
.jz751-ri-b1{
    line-height: 2.5rem;
    overflow: hidden;
    border-bottom: #f2f2f2 1px solid;
}
.jz751-ri-b ul{
    padding: 0.625rem 0;
    overflow: hidden;
}
.jz751-ri-b ul li{
    line-height: 2rem;
    height: 2rem;
    overflow: hidden;
}
.jz751-ri-b2 ul li a{
    display: block;
    width: 85%;
    overflow: hidden;
    float: left;
}
.jz751-ri-b ul li span{
    width: 1rem;
    text-align: center;
    line-height: 1rem;
    display: block;
    background-color: #eaeaea;
    font-size: 0.75rem;
    float: left;
    color: #fff;
    margin: 0.5rem 0.625rem 0 0;
}
.jz751-ri-b ul li:nth-child(1) span{
    background-color: #b9004f;
}
.jz751-ri-b ul li:nth-child(2) span{
    background-color: hsl(334, 100%, 36%,0.8);
}
.jz751-ri-b ul li:nth-child(3) span{
    background-color: hsl(334, 100%, 36%,0.4);
}
.jz751-ri-f ul li a{
    display: block;
    width: 18rem;
    float: left;
}
.jz751-ri-f ul li i,.jz751-ri-b ul li i{
    display: block;
    float: right;
    font-size: 0.75rem;
    color: #999;
}
/* 推荐结束 */
/* lebel结束 */
/* 文章 */
.jz751-la-c{
    overflow: hidden;
    padding: 0 1rem;
    background-color: #fff;
}
.jz751-art-a h1{
    overflow: hidden;
    padding-top: 1rem;
}
.jz751-art-a .tiem{
    font-size: 0.75rem;
    overflow: hidden;
    margin: 0.625rem 0;
}

.jz751-art-a .tiem a,.jz751-art-a .tiem i{
    line-height: 2rem;
    height: 2rem;
    overflow: hidden;
    display: block;
    float: left;
    color: #666;
}
.jz751-art-b{
    position: relative;
    overflow: hidden;
}
.jz751-art-b b{
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
}
.jz751-art-b p{
    text-indent: 2em;
    text-align: justify;
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
}
.jz751-art-b img{
    max-width:100%;
}
.jz751-art-c p{
    line-height: 1.25rem;
    font-size: 0.75rem;

}
.jz751-art-c p a{
    display: block;
    word-wrap:break-word;
}
.jz751-art-c{
    padding: 0.625rem 0 1rem 0;
    overflow: hidden;
}
.jz751-art-c1{
    font-size: 0.75rem;
    margin-top: 1rem;
}
.jz751-art-c1 em , .jz751-art-c1 a{
    display: block;
    float: left;
}
.jz751-art-c1 span{
    margin-right: 1rem;
    float: left;
    line-height: 1.25rem;
    height: 1.25rem;
    overflow: hidden;
}
.jz751-art-c1 span:nth-child(2){
    margin-right: 0;
}
.jz751-art-c1 a{
    width: 7.1rem;
}
.jz751-rel{
    overflow: hidden;
    padding: 0 1rem;
    background-color: #fff;
}
.jz751-ri-b1 span{
    font-weight: bold;
    float: left;
    font-size: 1.15rem;
    color: #b9004f;
    border-bottom: 0.25rem #b9004f solid;
}
.jz751-rel1{
    overflow: hidden;
    margin-top: 0.625rem;
}
.jz751-rel1 h4{
    float: left;
    color: #b9004f;
    font-size: 1.125rem;
    border-bottom: #b9004f 0.25rem solid;
}
.jz751-rel1 .jz751-rel-a a{
    font-size: 0.75rem;
    color: #999;
    float: right;
}
/* 猜你喜欢 */
.jz751-rel-a{
    line-height: 2.5rem;
    overflow: hidden;
}
.jz751-rel-b ul li{
    overflow: hidden;
    padding: 1.25rem 0;
    border-bottom: #e2e2e2 1px solid;
}
.jz751-rel-b ul li img{
    width: 7rem;
    height: 4.375rem;
    border-radius: 0.25rem;
    float: left;
    margin-right: 0.625rem;
}
.jz751-rel-b ul li a span{
    display: block;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.125rem;
    height: 1.125rem;
    overflow: hidden;
}
.jz751-rel-b ul li em{
    margin-top: 0.625rem;
    font-size: 0.875rem;
    color: #999;
    line-height: 1.25rem;
    height: 2.5rem;
    overflow: hidden;
    display: block;
}
/* 猜你喜欢结束 */
/* 文章结束 */
/* 地图 */
.jz751-map-b{
    overflow: hidden;
    margin-bottom: 0.625rem;
}
.jz751-map-b ul{
    overflow: hidden;

}
.jz751-map-b ul li{
    float: left;
    line-height: 2rem;
    margin: 0.625rem 1rem 0 0;
    border-radius: 0.25rem;
}
.jz751-map-b1 h4{
    margin-top: 0.5rem;
    line-height: 2.5rem;
    font-size: 1.15rem;
    color: #b9004f;
}
.jz751-map-b1 {
    border-bottom: 1px #d3d3d3 solid;
}
/* 地图结束 */

.lists{
    display: flex;
    /*align-items: center;*/
    margin-bottom: 20px;
}
.lists-l{
    display: block;
    width: 100px;
    height: 80px;
    flex-shrink: 0;
}
.lists-r{
    padding: 0px 0 0 15px;
}
.lists-r p{
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin: 10px 0 10px 0;
}
.lists-r span{
    color: #999;
    font-size: 14px;
}
.lists-r-t{
    font-size: 18px;
}



.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: #3e4445;
    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:#b9004f;
    color: #fff;
}

.selhover{
    color: #fff!important;
    background-color: #b9004f;
}
.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;
}
