@charset "utf-8";
/*css reset*/
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
input,
textarea {
    margin: 0;
    padding: 0;
}
li,
ol {
    list-style: none;
}
i,
em {
    font-style: normal;
}
a {
    text-decoration: none;
}
input,
textarea {
    -webkit-appearance: none;
}
html {
    color:#333;
    font-size: 50px;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*清除浮动*/
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
body{
    background: #f7f7f7;
}
.m-title{
    background: #fff;
    padding:0.44rem 0.3rem 0.5rem 0.3rem;
    margin-bottom: 0.2rem;
}
.m-title .layout-1{
    font-size: 0.32rem;
    color: #003355;
    margin-bottom: 0.3rem;
    font-weight: bold;
}
.m-title .layout-2{
    font-size: 0.28rem;
}
.content-list{
    background: #fff;
}
.content-list ul li img{
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
    position: relative;
    top:0.05rem
}
.content-list ul li{
    border-bottom: 0.025rem solid #eee;
    /* padding:0.3rem ; */
    text-align: left;
}
.content-list ul li:active{
    background: #f7f7f7;
}
.content-list ul li a{
    color: #333;
    display: block;
    width: 100%;
    padding:0.3rem;
}
.content-list ul li .item-1{
    font-size: 0.28rem;
}
.content-list ul li .item-2{
    font-size: 0.24rem;
    color: #999;
    padding-left: 0.4rem;
    margin-top: 0.1rem;
}
.load-more a{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.28rem;
    color: #666;
    padding:0.6rem 0;
    background: #fff;
}