@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}
/* icon字体引用 */
@font-face {
    font-family: 'iconfont';  /* Project id 3418641 */
    src: url('font_3418641_yv83j01fhl.woff2?t=1654508503902') format('woff2'),
    url('font_3418641_yv83j01fhl.woff?t=1654508503902') format('woff'),
    url('font_3418641_yv83j01fhl.ttf?t=1654508503902') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 0.4rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: #f5f5f5;
    max-width: 750px;
    margin: 0 auto !important;
    font: 12px "微软雅黑", Arial, Tahoma, Helvetica, \5b8b\4f53, sans-serif;
}

a{
    color: #333;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
object,
code,
em,
span,
var,
legend,
button,
input,
textarea,
a,
img,
header,
footer,
nav,
aside,
audio,
datalist,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;

}
p,h3,h1,
h2,
h3,
h4,
h5,
h6{font-size: 16px;}
/*清除内外边距*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;

}

body{
    max-width:750px;
    margin:0 auto;
}
/*设置默认字体*/

:focus {
    outline: 0;
}

ul,
ol,
ul li,
ol li {
    list-style: none;
}

/*重置列表*/

address,
caption,
cite,
em,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

/*form label {
	cursor: pointer;
}*/

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    outline: none;
}

textarea {
    resize: none
}

input {
    vertical-align: middle;
}

img {
    border: 0;
}

/*重置图片元素*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*重置表格*/

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
    line-height: normal !important;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

input {
    _filter: chroma(color=#000000);
}

/*--清除浮动
------------------------------------------------------------------------------------------*/

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

.clearfix {
    zoom: 1;
}

.overflow {
    overflow: hidden;
    _zoom: 1;
}

.clear {
    clear: both;
}

.l, .fl {
    float: left;
}

.r, .fr {
    float: right;
}

.container{
    box-sizing: border-box;
    width: 100%;
    padding: 0 0.267rem;
}

/* top */
.top img{
    display: block;
}


/* 导航 */
.top{
    height: 1.3733rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 10rem;
    padding: 0 0.4rem;
    /*padding-right: 1rem;*/
    border-bottom: 0.04rem solid #ee4747;
}
.top .logo{
    display: inline-block;
    width: 2.2rem;
    height:0.8rem;
}
.top .logo img{
    width: 2.2rem;
    height:0.8rem;
}
.top .top-nav{
    height: 1.3733rem;
    display: flex;
    justify-content: space-between;
}
.top .top-nav a{
    display: flex;
    width: 1.3333rem;
    height:  1.35rem;;
    padding: 0 0.1rem;
    align-items: center;
    justify-content: space-between;
}
.top .top-nav a.active{
    background-color: #efefef;
}
.top .top-nav a:not(:first-child){
    margin-left: 0.5333rem;
}
.top .top-nav a img{
    height: 0.346667rem;
}
.top .top-nav span{
    color: #bbb;
    vertical-align: top;
}
.top .top-nav a.active span{
    color: #ee4747;
}
.top .top-nav p{
    display: inline-block;
    font-size: 0.4rem;
    line-height: 1;
    color: #333;
}


/* 面包屑 */
.crumbs{
    display: flex;
    box-sizing: border-box;
    padding: 0 0.4rem;
    margin-top: 0.5333rem;
}
.crumbs p,
.crumbs a{
    display: block;
    font-size: 0.34667rem;
    line-height: 1;
    color: #666;
}
.crumbs .ellipsis{
    flex: 1;
}


/*其他内容*/
.h2-title{
    /*height: 1rem;*/
    margin-top: 0.4rem;
    position: relative;
}
.h2-title::after{
    content: '';
    border: 1px solid #ddd;
    display: inline-block;
    width: 6.48rem;
    float: right;
    position: absolute;
    top: 0.24rem;
    right: 0;
}
.h2-title h2{
    font-size: 0.48rem;
    color: #333;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 1;
}
.content{
    overflow: hidden;
    margin-top:  0.26667rem;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 0.4rem;
}

.content-ul{
    margin-top: 0.1333rem;
    padding-bottom: 0.26667rem;
}
.content-ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1.5rem;
    border-bottom: 1px dashed #ddd;
}
.content-ul a:last-child li{
    border-bottom: 0;
}
.content-ul li h2{
    /*width: 7.33rem;*/
    color: #333;
    font-size: 0.426667rem;
}
.content-ul li span{
    font-size: 0.32rem;
    color: #999;
    line-height: 1;
}
.content-ul li b{
    color: #999;
    font-size: 0.426667rem;
}
.content-ul a:nth-child(1) li b{
    color: #ee4747;
}
.content-ul a:nth-child(2) li b{
    color: #ee7a47;
}
.content-ul a:nth-child(3) li b{
    color: #eeb947;
}

/*图文列表*/
.content-ul-img{
    margin-top: 0.13333rem;
    padding-bottom: 0.26667rem;
}
.content-ul-img li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.2rem;
    border-bottom: 1px dashed #ddd;
}
.content-ul-img a:last-child li{
    border-bottom: 0;
}
.content-ul-img .li-img{
    width: 3.2rem;
    height: 2.1333rem;
}
.content-ul-img .li-img img{
    width: 3.2rem;
    height: 2.1333rem;
}

.content-ul-img .li-txt{
    width: 5.73333rem;
}
.content-ul-img .li-txt h2{
    font-size: 0.426667rem;
    color: #333;
    line-height: 1;
}
.content-ul-img .li-txt p{
    font-size: 0.32rem;
    color: #999;
    margin-top: 0.24rem;
    /*line-height: 0.29333rem;*/
}
.content-ul-img .li-txt span{
    font-size: 0.32rem;
    color: #999;
    line-height: 1;
    margin-top: 0.24rem;
    margin-right:0.6667rem;
}

.content-ul-img.zhishi-ul .li-txt{
    width: 100%;
}
.content-ul-img.zhishi-ul .li-txt h2{
    font-size: 0.426667rem;
    font-weight: bold;
    color: #333;
    line-height: 1;
}
.content-ul-img.zhishi-ul .li-txt h2 span{
    display: inline-block;
    vertical-align: bottom;
    width: 0.08rem;
    height: 0.426667rem;
    background-color: #ee4747;
    margin-right: 0.1333rem;
    margin-top: 0;
}
.content-ul-img.zhishi-ul .li-txt p{
    font-size: 0.32rem;
    color: #999;
    margin-top: 0.24rem;
    /*line-height: 0.29333rem;*/
}
.content-ul-img.zhishi-ul .li-txt span{
    font-size: 0.32rem;
    color: #999;
    line-height: 1;
    margin-top: 0.24rem;
    margin-right:0.6667rem;
}


/*省略号*/
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.ellipsis-s {
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
a.ellipsis-s{
    display: inline-block;
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}




.con-nav{
    width: 100%;
    background-color: #fff;
}
.con-nav .ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.con-nav .ul a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 1.333rem;
    box-sizing: border-box;
    border-right: 0.01333rem solid #ddd;
}
.con-nav .ul a:last-child{
    border-right: none;
}
.con-nav .two-ul a{
    border-top: 0.01333rem solid #ddd;
}
.con-nav a img{
    display: block;
    height: 0.346667rem;
    margin-right: 0.08rem;
}
.con-nav a p{
    font-size: 0.32rem;
    line-height: 1;
    color: #333;
}



.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{
    padding:20px 0;
    background-color:#31302b;
    color:#fff;
    text-align:center;
    font-size: 14px;
}
.footer p{
    color:#fff;
}

.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: #ee4747;
    color: #fff;
}

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