@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    font: 12px "微软雅黑", Arial, Tahoma, Helvetica, \5b8b\4f53, sans-serif;
}


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;

}

/*设置默认字体*/

: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;
}

.content{
    padding-top: 1.067rem;
}

/*省略号*/
.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;
}

a {
    color: #333;
}

body {
    background-color: #f5f5f5;
    max-width: 750px;
    margin: 0 auto;
}

/* 导航 */
.nav{
    width: 10rem;
    position: fixed;
    top: 0;
    z-index: 1;
}
.nav-top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.067rem;
    background-color: #fff;
    z-index: 1;
}
.nav-top a{
    display: block;
}
.nav-top a:first-child img{
    width: 2.4rem;
}
.nav-top>img{
    display: block;
    height: 0.32rem;
}
.pick{
    border-top: 1px solid #f5f5f5;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 0.4rem;
}
.pick li{
    box-sizing: border-box;
    float: left;
    width: 2.133rem;
    height: 0.8rem;
    background-color: #f5f5f5;
    border-radius: 0.133rem;
    margin-left: 0.267rem;
    margin-top: 0.4rem;
}
.pick li:nth-child(1),
.pick li:nth-child(4n+1){
    margin-left: 0;
}
.pick li a{
    display: block;
    font-size: 0.32rem;
    line-height: 0.8rem;
    text-align: center;
    color: #666;
}
.pick .pick-li{
    background-color: #ecf3ff;
    border: 1px solid #4289ff;
}
.pick .pick-li a{
    line-height: 0.773rem;
    color: #4289ff;
}
.nav-bg{
    height: 100%;
    background-color: rgb(0, 0, 0, .5);
}


/* 面包屑 */
.wiki-nav{
    box-sizing: border-box;
    width: 100%;
    padding: 0.4rem 0.267rem 0.267rem;
    background-color: #f5f5f5 !important;
}
.news-nav{
    font-size: 0.32rem;
    line-height: 1;
    color: #666;
}
.news-nav span{
    color: #333;
}
.news-nav a{
    font-size: 0.32rem;
    color: #666;
}



/*!* 分页 *!*/
/*.content .pagination{*/
/*    margin: 0.533rem auto 1.333rem;*/
/*}*/
/*.content .pagination ul{*/
/*    width: 7.333rem;*/
/*    margin: 0 auto;*/
/*    overflow: hidden;*/
/*}*/
/*.content .pagination ul li{*/
/*    float: left;*/
/*}*/
/*.content .pagination ul li:not(:first-child){*/
/*    margin-left: 0.133rem;*/
/*}*/
/*.pagination ul li span{*/
/*    display: block;*/
/*    width: 0.8rem;*/
/*    font-size: 0.32rem;*/
/*    color: #999999;*/
/*    height: 0.8rem;*/
/*    text-align: center;*/
/*    line-height: 0.77rem;*/
/*    border-radius: 0.133rem;*/
/*    background-color: #fff;*/
/*    box-sizing: border-box;*/
/*}*/
/*!* .content .pagination ul li.page-l span{*/
/*	background: url("../img/page-l.png") no-repeat center;*/
/*	background-size: auto 0.4rem;*/
/*}*/
/*.content .pagination ul li.page-r span{*/
/*	background: url("../img/page-r.png") no-repeat center;*/
/*	background-size: auto 0.4rem;*/
/*} *!*/
/*.pagination ul li span.clecked{*/
/*    background: #4289ff;*/
/*    color: #fff;*/
/*}*/





/* 导航条 */
/* .nav-top{
    box-sizing: border-box;
	width: 100%;
	padding: 0 0.267rem;
    background-color: #f5f5f5 !important;
}
.news-nav{
	font-size: 0.32rem;
	line-height: 1.12rem;
	color: #666;
}
.news-nav a{
	font-size: 0.32rem;
	color: #666;
} */

/*!* banner *!*/
/*.banner{*/
/*    width: 100%;*/
/*}*/
/*.swiper-container,*/
/*.swiper-wrapper,*/
/*.swiper-pagination{*/
/*    z-index: auto !important;*/
/*}*/
/*.swiper-container,*/
/*.swiper-slide img{*/
/*    width: 100%;*/
/*    height: 5.333rem;*/
/*}*/
/*.swiper-pagination .swiper-pagination-bullet{*/
/*    width: 0.667rem;*/
/*    height: 0.08rem;*/
/*    border-radius: 0.04rem;*/
/*}*/
/*.swiper-pagination .swiper-pagination-bullet-active{*/
/*    background-color: #4289ff;*/
/*}*/

i{
    font-style: normal;
}

/* 百科列表 */
.content{
    margin-bottom: 0.8rem;
}
.content .news-tit{
    padding-top: 0.533rem;
    padding-bottom: 0.133rem;
    overflow: hidden;
    background-color: #fff;
}
.news{
    margin-top: 0.267rem;
}
.news-tit img{
    display: block;
    float: left;
    width: 0.32rem;
}
.news-tit p{
    float: left;
    padding-left: 0.267rem;
    font-size: 0.4rem;
    color: #333;
    line-height: 1;
}
.content-ul{
    box-sizing: border-box;
    width: 100%;
    padding: 0 0.267rem;
    background-color: #fff !important;
}
.content-ul li{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0.4rem 0;
    border-bottom: 1px solid #ddd;
    transition: all .3s;
}
.content-ul li:last-child{
    border-bottom: none;
}
.content-ul li a{
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
}
.content-ul li img{
    display: block;
    width: 3.6rem;
    height: 2.4rem;
}
.li-txt{
    box-sizing: border-box;
    width: 5.466667rem;
    overflow: hidden;
}
.li-txt h2{
    width: 5.466rem;
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 1;
    color: #333;
    transition: color .3s;
}
.li-txt p{
    margin-top: 0.2rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
    color: #333;
    max-height: 0.9rem;
    overflow: hidden;
}
.li-txt span{
    display: block;
    font-size: 0.32rem;
    line-height: 1;
    color: #999999;
    margin-top: 0.267rem;
}




.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:fixed;;}


.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:#fff;*/
    color:#333;
    text-align:center;
    font-size: 14px;
}

.footer a{
    color:#333;
}



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

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