html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
linkcode,
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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: 'Helvetica Neue', 'Roboto', "microsoft yahei";
    line-height: 1;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    /*不用有内容也可以*/
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.hide {
    display: none;
}

a {
    text-decoration: none;
}


/* --------------------------------------------------------- */
body {
    background: #F1F1F1;
}

.banner {
    width: 100%;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: auto;
    display: block;
}

.content {
    background: #fff;
    padding: 0 0.26rem;
    padding-bottom: 0.3rem;
}

.nav .nav-li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.4rem 0;
    border-bottom: 1px solid #F2F2F2;
    /* display: block; */
}

.nav .nav-li:last-child {
    border: none;
}

.nav .nav-li .n-left {
    width: 2.2rem;
    overflow: hidden;
    height: 1.38rem;
    margin-right: 0.4rem;
}

.nav .nav-li .n-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav .nav-li .n-right {
    width: 4.3rem;
    display: flex;
    flex-direction: column;
    height: 1.38rem;
    justify-content: space-between;
}

.nav .nav-li .nr-title {
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.nav .nav-li .nr-time {
    font-size: 12px;
    color: #888888;
}

.nav-more {
    display: block;
    /* text-decoration: none; */
    color: #666666;
    font-size: 14px;
    text-align: center;
    background: #FBFBFB;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0 0.26rem;
    border-radius: 3px;
}

.column {
    background: #fff;
    margin-top: .1rem;
    padding: 0 .26rem;
}

.column .c-header {
    padding-top: .28rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.column .c-header .c-header-t {
    /* width: 1.44rem; */
    height: 0.36rem;
    width: auto;
}

.column .c-header .c-header-a {
    background: url(../img/more.png) no-repeat;
    display: block;
    width: 0.76rem;
    height: 0.24rem;
    background-size: 100% 100%;
}

.yykk .yykk-main {
    overflow: hidden;
}

.yykk .yykk-main .yykk-nav {
    padding: .4rem 0;
}

/* .yykk .yykk-main .swiper-slide {
    width: 3.35rem !important;
    height: 6rem;
} */

.yykk .yykk-main .yykk-nav .yykk-li {
    width: 4rem;
    height: 7.2rem;
    position: relative;
    overflow: hidden;
}

.yykk .yykk-main .yykk-nav .yykk-li img {
    width: 100%;
    height: 100%;
}

.yykk .yykk-main .yykk-nav .yykk-li .yykk-txt {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: url(../img/cbg.png) no-repeat;
    height: 1.4rem;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yykk .yykk-main .yykk-nav .yykk-li .yykk-txt p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 0.3rem;
    line-height: 22px;
}

.ylc .ylc-main {
    padding-bottom: 0.3rem;
}