﻿
* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #f5f5f5;
    max-width: 10rem;
    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: 700;

}

/*设置默认字体*/

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

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




.index-header{
    height: 1.333rem;
    width: 10rem;
    background-color: #fff;
    padding: 0 0.4rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    align-items: center; 
    justify-content: space-between;
}
.index-header h1{
    width: 3.333rem;
    height: 0.7333rem;
}
.index-header h1 img{
    width: 100%;
}
.index-header ul li{
    margin-left: 0.2rem;
}
.index-header ul li a{
    font-size: 0.37333rem;
    color: #333;
    line-height: 1;
}


/* 面包屑 */
.crumbs{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background-color: #f5f5f5;
    padding: 0.4rem 0;
}
.crumbs p{
    flex-shrink: 0;
    font-size: 0.32rem;
    color: #333;
    line-height: 1;
}
.crumbs a,
.crumbs span{
    display: block;
    flex-shrink: 0;
    font-size: 0.32rem;
    line-height: 1;
    color: #999;
}
.crumbs .ellipsis{
    flex: 1;
}


/* 分页 */
.pagination {
	margin: 0 auto;
    padding-top: 0.5333rem;
    margin-bottom: 0.8rem;
}

.pagination ul {
	/* width: 100%; */
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.pagination ul li {
    margin: 0 0.1333rem;
}

.pagination ul li span {
	display: block;
	width: 0.9333rem;
	font-size: 0.34667rem;
	color: #999;
	height: 0.9333rem;
	text-align: center;
	line-height: 0.9333rem;
    border-radius: 0.1333rem;
    background: #fff;
	box-sizing: border-box;
}

.pagination ul li span.clecked {
	background: #29be6a;
	border-color: #29be6a;
	color: #fff;
}


/* 文章列表 */
.list-li{
    border-bottom: 0.01333rem dashed #ddd;
}
.list-li a{
    display: block;
    padding: 0.5333rem 0;
}
.list-li:last-child{
    border-bottom: none;
}
.list-li-title{
    overflow: hidden;
}
.list-li-title img{
    display: block;
    float: left;
    width: 0.33333rem;
}
.list-li-title p{
    float: left;
    font-size: 0.4rem;
    line-height: 1;
    color: #333;
    padding-left: 0.1333rem;
}
.list-li-sj{
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
}
.list-li-sj span{
    display: block;
    padding: 0 0.4rem;
    font-size: 0.32rem;
    line-height: 1;
    color: #999;
    border-right: 0.01333rem solid #ddd;
}
.list-li-sj span:first-child{
    padding-left: 0;
}
.list-li-sj span:last-child{
    display: flex;
    align-items: center;
    padding-right: 0;
    border-right: none;
}
.list-li-sj span:last-child img{
    display: block;
    height: 0.32rem;
    padding-right: 0.08rem;
}

