@charset "utf-8";

/*global*/

* {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    box-sizing: border-box;
    border: 0;
    outline: 0;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

textarea {
    resize: none;
    overflow: hidden;
}

.f-l,
.y-l,
.s-l {
    float: left;
}

.f-r,
.y-r,
.s-r {
    float: right;
}


/*box*/

.m-box {
    width: 1200px;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}


/*flex*/

.u-flex {
    display: flex;
}

.u-flex-w {
    flex-wrap: wrap;
}

.u-flex-bs {
    display: flex;
    align-items: baseline;
}

.u-flex-d-c {
    display: flex;
    flex-direction: column;
}

.u-flex-e-c {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.u-flex-a-c {
    display: flex;
    align-items: center;
}

.u-flex-c {
    display: flex;
    justify-content: center;
}

.u-flex-c-c {
    display: flex;
    justify-content: center;
    align-items: center;
}

.u-flex-c-a {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.u-flex-c-bs {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.u-flex-b {
    display: flex;
    justify-content: space-between;
}

.u-flex-b-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.u-flex-b-a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.u-flex-b-bs {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}


/*layout*/

.u-main {
    flex: 1;
    padding-right: 20px;
	width: 880px;
}

.u-main-title {
    border-bottom: 1px solid #e1e1e1;
}

.u-main-title h3 {
    font-size: 20px;
    padding: 20px 16px;
    color: #e50112;
    border-bottom: 1px solid #e50112;
    margin-right: 20px;
}

.u-main-title ul {
    display: flex;
    align-items: center;
}

.u-main-title .s-classify {
    padding: 14px 0;
}

.u-main-title .s-classify li {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    padding: 0 8px;
    margin: 0 5px;
    border-radius: 3px;
}

.u-main-title .s-classify li.on,
.u-main-title .s-classify li:hover {
    background: #ff5f5a;
    color: #fff;
}

.u-main-title .s-classify a {
    color: inherit;
}

.u-main-title .i-classify li {
    font-size: 16px;
    color: #333;
    line-height: 56px;
    margin: 0 5px;
    border-bottom: 1px solid transparent;
    padding: 0 15px;
}

.u-main-title .i-classify li.on,
.u-main-title .i-classify li:hover {
    border-bottom-color: #e50112;
    color: #e50112;
}

.u-main-title .i-classify a {
    color: inherit;
}

.u-main-con {
    padding: 25px 0;
}

.u-main-con .u-col {
    flex: 1;
    margin: 0 15px;
}

.u-main-con .u-col:first-of-type {
    margin-left: 0;
}

.u-main-con .u-col:last-of-type {
    margin-right: 0;
}

.u-aside {
    width: 300px;
}

.u-aside-row {
    background: #fafafa;
    margin-bottom: 15px;
}

.u-aside-title {
    padding: 16px;
    border-bottom: 1px solid #e1e1e1;
    color: #e50112;
}

.u-aside-title img,
.u-aside-title span {
    vertical-align: middle;
}

.u-aside-title img {
    width: 14px;
}

.u-aside-title h3 {
    font-size: 16px;
}

.u-aside-title h3 img {
    margin-right: 6px;
}

.u-aside-title .u-switch {
    font-size: 14px;
    color: inherit;
}

.u-aside-title .u-switch:hover img {
    transform: rotate(180deg);
    transition: all ease-out 0.3s;
}

.u-aside-title .u-switch img {
    margin-right: 7px;
}

.u-aside-title .u-check {
    display: flex;
    align-items: center;
}

.u-aside-title .u-check a {
    margin: 0 4px;
}

.u-aside-title .u-check img {
    width: 18px;
}

.u-aside-con {
    padding: 16px;
}


/*module*/

.u-ad img {
    display: block;
    width: 100%;
}

.u-scale {
    overflow: hidden;
}

.u-scale img {
    display: block;
    width: 100%;
    transition: all ease-out 0.3s;
}

.u-scale:hover img {
    transform: scale(1.05);
}

.u-cover {
    position: relative;
}

.u-cover .s-cover {
    position: absolute;
    z-index: 1;
}

.u-cover .s-cover-t-l {
    top: 0;
    left: 0;
}

.u-cover .s-cover-t-r {
    top: 0;
    right: 0;
}

.u-cover .s-cover-b-l {
    bottom: 0;
    left: 0;
}

.u-cover .s-cover-b-r {
    bottom: 0;
    right: 0;
}

.u-swiper {
    position: relative;
}

.u-list-text {
    font-size: 14px;
    color: #333;
    line-height: 2.5;
}

.u-list-text a {
    color: inherit;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.u-list-text a:hover {
    color: #e50112;
}

.u-list-text .u-mar {
    margin: 0 5px;
}

.u-list-text .c-000 {
    color: #000;
}

.u-list-text .c-999 {
    color: #999;
}

.u-list-text .c-ccc {
    color: #ccc;
	width: 100px;
}

.u-list-text .c-ddd {
    color: #ddd;
	width: 100px;
}

.u-list-pic .u-info {
    padding: 8px 0;
    font-size: 14px;
    line-height: 22px;
    color: #333;
}

.u-list-pic .u-info h3 {
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.u-list-pic .u-info aside {
    font-size: 16px;
    color: #e50112;
    margin-top: 5px;
}

.u-list-pic .u-info a {
    color: inherit;
}

.u-list-pic .u-info a:hover {
    color: #e50112;
}

.u-list-rich .u-pic {
    width: 200px;
}

.u-list-rich .u-pic img {
    display: block;
    width: 100%;
}

.u-list-rich .u-info {
    flex: 1;
    padding-left: 10px;
}

.u-list-rich .u-info h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22222222;
    color: #333;
}

.u-list-rich .u-info h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57142857;
    color: #333;
}

.u-list-rich .u-info p {
    margin-top: 15px;
    font-size: 14px;
    color: #999;
    line-height: 1.66666667;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.u-list-rich .u-info aside {
    margin-top: 14px;
    font-size: 14px;
    color: #e50112;
}

.u-list-rich .u-info a {
    color: inherit;
}

.u-list-rich .u-info a:hover {
    color: #e50112;
}

.u-list-rich .u-info .u-desc em,
.u-list-rich .u-info .u-desc a {
    margin-left: 15px;
}

.u-list-rich .u-info em {
    font-style: normal;
}

.u-list-rich .u-info .u-detail {
    color: #fff;
    transition: all ease-out 0.3s;
}

.u-list-rich .u-info .u-detail:hover {
    color: #fff;
    background-color: #ee4e49;
}

.u-list-rich .u-info .u-btn-tag {
    color: #ff5f5a;
}

.u-list-rank .u-list-text span {
    margin-right: 10px;
}

.u-list-ranking {
    box-shadow: 0px 2px 10px 0px #eee;
    transition: all ease-out 0.3s;
}

.u-list-ranking.on,
.u-list-ranking:hover {
    box-shadow: 0px 2px 10px 0px rgba(255, 95, 90, 0.5);
}

.u-list-ranking.on .s-col,
.u-list-ranking:hover .s-col {
    border-left-color: rgba(255, 95, 90, 0.5);
}

.u-list-ranking.on .u-list-right .s-col-large .u-cover,
.u-list-ranking:hover .u-list-right .s-col-large .u-cover {
    border-color: #ff5f5a;
}

.u-list-ranking.on .u-list-right .s-cover-t-r,
.u-list-ranking:hover .u-list-right .s-cover-t-r {
    background-color: #ff5f5a;
}

.u-list-ranking.on .u-list-right .s-cover-t-l,
.u-list-ranking:hover .u-list-right .s-cover-t-l {
    background-color: #ff5f5a;
}

.u-list-ranking .u-nav-left {
    width: 170px;
    text-align: right;
    padding-top: 10px;
}

.u-list-ranking .u-nav-left h2 {
    font-size: 30px;
    color: #ff5f5a;
}

.u-list-ranking .u-nav-left ul {
    margin-top: 20px;
}

.u-list-ranking .u-nav-left li {
    margin: 5px 0;
    padding: 0 8px;
    font-size: 14px;
    color: #333;
    line-height: 1.57142857;
    border-radius: 3px;
    transition: all ease-out 0.3s;
}

.u-list-ranking .u-nav-left li.on,
.u-list-ranking .u-nav-left li:hover {
    background: #ff5f5a;
    color: #fff;
}

.u-list-ranking .u-nav-left a {
    color: inherit;
}

.u-list-ranking .u-list-right {
    flex: 1;
    margin-left: 50px;
}

.u-list-ranking .s-col {
    width: 200px;
    border-left: 1px solid #e1e1e1;
    transition: all ease-out 0.3s;
}

.u-list-ranking .s-col-large {
    width: unset;
    flex: 1;
}

.u-list-ranking .s-col-large .u-cover {
    width: 220px;
    border: 4px solid #666;
}

.u-list-ranking .u-cover {
    padding: 10px;
    transition: all ease-out 0.3s;
}

.u-list-ranking .u-rich {
    flex: 1;
    padding: 30px;
}

.u-list-ranking .u-rich h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #333;
}

.u-list-ranking .u-rich aside .u-flex-bs {
    margin-top: 30px;
}

.u-list-ranking .u-rich aside .u-flex-bs b {
    color: #e50112;
}

.u-list-ranking .u-rich aside .u-flex-bs ul {
    margin-left: 30px;
}

.u-list-ranking .u-rich aside .u-flex-bs li {
    font-size: 14px;
    color: #333;
    line-height: 1.57142857;
    list-style: disc;
}

.u-list-ranking .u-rich aside .u-flex-bs a {
    color: inherit;
}

.u-list-ranking .s-cover-t-l {
    width: 100%;
    background: #666 url(../images/bg-ranking-1.png) right center no-repeat;
    background-size: contain;
    text-align: center;
    color: #fff;
    padding: 3px;
    transition: all ease-out 0.3s;
}

.u-list-ranking .s-cover-t-l img,
.u-list-ranking .s-cover-t-l span {
    vertical-align: middle;
}

.u-list-ranking .s-cover-t-l img {
    width: 18px;
    margin-right: 8px;
}

.u-list-ranking .s-cover-t-r {
    background: #666;
    border-bottom-left-radius: 10px;
    font-size: 18px;
    color: #fff;
    padding: 3px 12px;
    transition: all ease-out 0.3s;
}

.u-list-ranking .u-pic {
    padding: 38px 20px;
}

.u-list-swiper .u-list-rich {
    margin-bottom: 25px;
}

.u-list-swiper .u-list-rich:last-of-type {
    margin-bottom: 0;
}

.u-list-swiper .u-pic {
    width: 105px;
}

.u-list-swiper .s-cover {
    background: #e50112;
    font-size: 12px;
    line-height: 1.75;
    color: #fff;
    padding: 0 8px;
}

.u-list-swiper .u-info h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.u-list-swiper .u-info aside {
    margin-top: 10px;
}

.u-list-swiper .u-swiper {
    overflow: hidden;
}

.u-list-swiper .swiper-pagination {
    position: initial;
    margin-bottom: 10px;
}

.u-list-swiper .swiper-pagination-bullet {
    background-color: #999;
    opacity: 0.4;
}

.u-list-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

.u-list-video .u-list-rich {
    margin-bottom: 25px;
}

.u-list-video .u-list-rich:last-of-type {
    margin-bottom: 0;
}

.u-list-video .u-pic {
    width: 105px;
}

.u-list-video .s-cover {
    width: 100%;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    font-size: 12px;
    color: #fff;
    text-align: right;
    padding: 8px;
}

.u-list-video .u-info h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.u-list-video .u-info aside {
    margin-top: 10px;
}

.u-list-tag {
    background-color: transparent;
}

.u-list-tag .u-btn-tag {
    margin: 5px 0;
}

.u-list-read .swiper-read {
    overflow: hidden;
}

.u-list-read .swiper-pagination {
    bottom: 70px;
}

.u-list-read .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.4;
}

.u-list-read .swiper-pagination-bullet-active {
    opacity: 1;
}

.u-recommend {
    width: 100%;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    font-size: 12px;
    padding: 0 8px;
    padding-top: 25px;
    padding-bottom: 10px;
}

.u-recommend p {
    display: flex;
    align-items: center;
}

.u-recommend em {
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-style: normal;
}

.u-recommend em img,
.u-recommend em span {
    vertical-align: middle;
}

.u-recommend img {
    width: 18px;
    margin-right: 5px;
}

.u-header.i-header {
    border-bottom: 1px solid #e1e1e1;
}

.u-header .u-logo img {
    width: 145px;
}

.u-header .u-logo h3 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin-left: 22px;
}

.u-header .u-top {
    padding: 24px 0;
}

.u-header .u-swiper {
    width: 200px;
    overflow: hidden;
}

.u-header .u-swiper .swiper-pagination {
    position: initial;
}

.u-header .u-swiper .swiper-pagination-bullet {
    background-color: #999;
    opacity: 0.4;
}

.u-header .u-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

.u-header .u-search {
    width: 600px;
}

.u-header .i-search .u-search {
    width: 400px;
    border-color: #e1e1e1;
}

.u-header .i-search .u-search .search-btn {
    background-color: #ff5f5a;
}

.u-search {
    display: flex;
    align-items: center;
    border: 1px solid #e50112;
}

.u-search .search-area {
    flex: 1;
    padding: 0 10px;
    font-size: 16px;
    line-height: 2;
    color: #333;
}

.u-search .search-area::placeholder {
    color: #999;
}

.u-search .search-btn {
    width: 100px;
    background: #e50112;
    font-size: 20px;
    color: #fff;
    line-height: 2;
    text-align: center;
    transition: all ease-out 0.3s;
}

.u-search .search-btn:hover {
    background-color: #d40001;
}

.u-hot-search {
    margin-top: 7px;
    font-size: 14px;
    color: #666;
}

.u-hot-search b,
.u-hot-search a {
    margin-right: 20px;
}

.u-hot-search b {
    font-weight: normal;
}

.u-hot-search a {
    color: inherit;
}

.u-tag {
    font-size: 12px;
    color: #fff;
    line-height: 2;
    padding: 0 8px;
    background: #e50112;
}

.u-btn-tag {
    display: inline-block;
    font-size: 14px;
    line-height: 2;
    padding: 0 7px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}

.u-btn-tag.on,
.u-btn-tag:hover {
    border-color: #ff5f5a;
    color: #ff5f5a;
}

.u-more {
    font-size: 14px;
    color: #666;
}

.u-more:hover {
    color: #e50112;
}

.u-more:hover i {
    background-image: url(../images/icon-right-hover.png);
}

.u-more i,
.u-more span {
    vertical-align: middle;
}

.u-more i {
    display: inline-block;
    width: 7px;
    height: 10px;
    margin-left: 4px;
    background: url(../images/icon-right.png);
}

.u-detail {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: #ff5f5a;
    border-radius: 3px;
    line-height: 2;
    padding: 0 9px;
}

.u-nav {
    background: #e50112;
    color: #fff;
    line-height: 40px;
}

.u-nav ul {
    display: flex;
    align-items: center;
}

.u-nav a {
    color: inherit;
}

.u-nav a:hover {
    text-decoration: underline;
}

.u-nav .s-l {
    font-size: 16px;
}

.u-nav .s-l li {
    margin: 0 28px;
}

.u-nav .s-r {
    font-size: 14px;
}

.u-nav .s-r li {
    margin-left: 25px;
}

.u-footer {
    border-top: 1px solid #e1e1e1;
    padding-top: 24px;
    padding-bottom: 19px;
}

.u-footer .s-logo {
    width: 105px;
}

.u-footer .s-info {
    font-size: 14px;
    line-height: 2.14285714;
    color: #666;
}

.u-footer .s-info img,
.u-footer .s-info span {
    vertical-align: middle;
}

.u-footer .s-info img {
    margin-right: 6px;
}

.u-footer .s-info b {
    font-weight: normal;
}

.u-footer .s-info a {
    color: inherit;
    margin: 0 7px;
}

.u-footer .s-info a:first-of-type {
    margin-left: 0;
}

.u-footer .s-info a:hover {
    color: #e50112;
}

.u-footer .s-qrcode {
    text-align: center;
}

.u-footer .s-qrcode img {
    width: 75px;
}

.u-footer .s-qrcode p {
    font-size: 14px;
    color: #666;
}

.u-footer .f-l .s-info {
    margin-left: 23px;
}

.u-footer .f-r .s-info {
    margin-right: 29px;
}


/*header*/


/*i-header*/
