

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, input, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, command, details, figcaption, figure, footer, header, hgroup, mark, nav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
    text-decoration: none;
    color: #222222;
    font-family: 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
}

html {
    background: #EBF0F8;
}

body {
    position: relative;
    width: 7.5rem;
    min-height: 100vh;
    overflow-x: hidden;
    margin: 0 auto;
    background: #FFFFFF;
}

/* flex布局 */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

/* 分割线 */

.split-line {
    background: #F5F6F8;
    width: 100%;
    height: 0.2rem;
}

/*---------------------------------- 首页 ----------------------------------*/

/* 头部 */

.header {
    width: 100%;
    height: 2.43rem;
    background: var(--theme-color);
}

.header .head-top {
    justify-content: space-between;
}

.header .logo {
    display: block;
    max-width: 3.2rem;
    margin: 0.25rem 0 0 0.25rem;
}

.header .logo img {
    max-height: 0.51rem;
}

.header .search {
    position: relative;
    width: 3.88rem;
    height: 0.57rem;
    background: rgba(216, 216, 216, .3);
    border-radius: 0.29rem;
    margin: 0.23rem 0.3rem 0 0;
}

.header .search .input {
    width: 3rem;
    line-height: 0.57rem;
    border-radius: 0.29rem;
    font-size: 0.3rem;
    padding-left: 0.25rem;
    box-sizing: border-box;
    color: white;
}

.header .search .search-icon {
    position: absolute;
    top: 0.1rem;
    right: 0.23rem;
    color: #FFFFFF;
    font-size: 0.33rem;
}

.header .search input:-moz-placeholder, textarea:-moz-placeholder {
    color: rgba(255, 255, 255, .8);
}

.header .search input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .8);;
}

.header .search input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8);;
}

.container {
    position: relative;
    margin-top: -1.4rem;
}

/* 滑动导航头部 */

.header-row {
    height: 1.04rem;
}

.container-row {
    margin: 0;
}

/* 滑动导航 */

.swiper-nav-box {
    position: relative;
}

.swiper-nav {
    height: 0.8rem;
    line-height: 0.8rem;
    background: #FAFAFA;
    overflow: hidden;
    padding-right: 0.6rem;
}

.swiper-nav .swiper-slide {
    margin: 0 0.1rem;
    min-width: 1.3rem;
    max-width: 2rem;
    width: auto;
}

.swiper-nav .swiper-slide>a {
    display: block;
    text-align: center;
    font-size: 0.3rem;
    color: #687078;
    height: 100%;
}

.swiper-nav .swiper-slide:last-child {
    margin-right: 0.2rem;
}

.swiper-nav .swiper-slide-active>a {
    color: #303133;
}

/* .swiper-nav .swiper-slide-active:after {
    content: '';
    position: absolute;
    top: 0.12rem;
    right: -0.05rem;
    width: 0.12rem;
    height: 0.12rem;
    border: 0.04rem solid var(--theme-color);
    border-radius: 50%;
} */

.nav-add {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/bg-gradient.png) no-repeat;
    background-size: 100%;
    width: 0.8rem;
    height: 0.8rem;
    z-index: 2;
}

.nav-add .box {
    width: 100%;
    height: 0.8rem;
    line-height: 0.7rem;
    justify-content: center;
    color: var(--theme-color);
    font-size: 0.65rem;
}

/* 滑动导航banner */

.swiper-banner-full {
    position: relative;
    height: 4.05rem;
    overflow: hidden;
}

.swiper-banner-full img {
    width: 100%;
    height: 4.05rem;
    object-fit: cover;
}

.swiper-banner-full .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.28rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
}

.swiper-banner-full .swiper-slide>a {
    display: block;
}

.swiper-banner-full .swiper-slide .title>h3 {
    color: #FFFFFF;
    position: absolute;
    left: 0.18rem;
    bottom: 0.2rem;
    width: 6.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.34rem;
}

.swiper-pagination-full {
    position: absolute;
    left: auto;
    right: 0.2rem;
    bottom: 0.16rem;
    width: auto;
    z-index: 2;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 0.4rem;
}

.swiper-pagination-full .swiper-pagination-total {
    color: #FFFFFF;
    font-size: 0.34rem;
}

.swiper-pagination-full .swiper-pagination-current {
    color: var(--theme-color);
}

/* 导航 */

.nav-box {
    position: relative;
    width: 6.9rem;
    max-height: 1.95rem;
    min-height: 1.5rem;
    background: white;
    box-shadow: 0px 0.02rem 0.1rem 0px rgba(0, 0, 0, 0.13);
    border-radius: 0.08rem;
    box-sizing: border-box;
    padding: 0.13rem 0.4rem 0;
    margin: 0 auto;
}

.nav-list {
    flex-wrap: wrap;
    overflow: hidden;
	display: flex;
	justify-content: center;
}

.nav-list a {
    display: block;
    /* width: 1.52rem; */
    height: 0.35rem;
    line-height: 0.35rem;
    overflow: hidden;
    text-align: center;
    font-size: 0.28rem;
    margin: 0.1rem 0;
	padding: 0 0.1rem;
}

/* 轮播图 */

.swiper-banner {
    position: relative;
    height: 3.8rem;
    margin-top: 0.15rem;
    overflow: hidden;
}

.swiper-banner .swiper-slide {
    position: relative;
    height: 3.56rem;
}

.swiper-banner .swiper-slide:after {
    content: '';
    position: absolute;
    left: 0.4rem;
    bottom: -0.1rem;
    z-index: -1;
    width: 5.48rem;
    height: 0.15rem;
    background: rgba(140, 140, 140, 1);   
    -webkit-filter: blur(0.08rem); 
     -moz-filter: blur(0.08rem);
     -ms-filter: blur(0.08rem); 
     -o-filter: blur(0.08rem);
     filter: blur(0.08rem);
     filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='8');
}

.swiper-banner .swiper-slide>a {
    display: block;
    height: 100%;
    width: 100%;
}

.swiper-banner .swiper-slide .title {
    width: 100%;
    height: 1.28rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    border-radius: 0.08rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.swiper-banner .swiper-slide .title>h3 {
    color: #FFFFFF;
    position: absolute;
    left: 0.25rem;
    bottom: 0.27rem;
    font-size: 0.34rem;
    width: 5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swiper-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 0.08rem;
}

.swiper-banner .swiper-slide-prev, .swiper-banner .swiper-slide-next {
    transform: scale(0.8);
    transition: all 300ms;
}

.swiper-banner .swiper-pagination {
    width: auto;
    left: auto;
    right: 0.74rem;
    bottom: 0.5rem;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 0.4rem;
}

.swiper-banner .swiper-pagination-total {
    color: #FFFFFF;
    font-size: 0.34rem;
}

.swiper-banner .swiper-pagination-current {
    color: #FF1F1F;
}

.banner-box {
    position: relative;
}

/* .banner-box .boxshadow {
    position: absolute;
    left: 1rem;
    bottom: -0.1rem;
    width: 5.48rem;
    height: 0.15rem;
    background: rgba(140, 140, 140, 1);
    filter: blur(0.08rem);
} */

/* 头条新闻 */

.topnews {
    align-items: center;
    padding: 0.2rem 0.3rem 0.35rem;
    box-sizing: border-box;
    font-size: 0.34rem;
}

.topnews-icon {
    margin-right: 0.34rem;
    font-size: 1.1rem;
    color: var(--theme-color);
}

.topnews-title {
    max-height: 0.9rem;
    overflow: hidden;
}

.swiper-topnews {
    position: relative;
    height: 0.9rem;
    overflow: hidden;
}

.swiper-topnews .swiper-slide {
    display: block;
    /* display: table; */
}

.swiper-topnews .swiper-slide a {
    display: grid;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* display: table-cell;
    vertical-align: middle; */
}

/* 新闻列表 */

.news-box {
    padding: 0.5rem 0;
}

.news-box .head {
    justify-content: space-between;
    align-items: center;
    padding: 0 0.3rem;
    box-sizing: border-box;
}

.news-box .head .title {
    font-size: 0.36rem;
    position: relative;
    z-index: 1;
}

.news-box .head .title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.1rem;
    background: var(--theme-color);
    width: 1.3rem;
    height: 0.24rem;
    z-index: -1;
    opacity: .12;
}

.news-box .more {
    align-items: center;
}

.news-box .more a {
    margin-right: 0.05rem;
}

.news-box .more a {
    color: #333333;
    font-size: 0.24rem;
}

.news-box .more .iconfont {
    font-size: 0.3rem;
    height: 0.3rem;
}

.news-list .list_a {
    justify-content: space-between;
    margin-top: 0.5rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
}

.news-list .left {
    width: 4.37rem;
    flex-direction: column;
    justify-content: space-between;
    font-size: 0.34rem;
    box-sizing: border-box;
}

.news-list .left .title {
    max-height: 1.44rem;
    overflow: hidden;
    line-height: 0.48rem;
    margin-bottom: 0.3rem;
}

.news-list .left .source {
    font-size: 0.22rem;
}

.news-list .source span {
    color: #A1A1A1;
    float: left;
}

.news-list .source .type {
    width: auto;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.2rem;
    border-radius: 0.04rem;
    text-align: center;
    color: #FFFFFF;
    /* 标签默认灰色 */
    background: rgba(0, 0, 0, 0.45);
    margin-right: 0.1rem;
    padding: 0 0.08rem;
}

.news-list .source .sole {
    /* 独家 */
    background: #1C99FF;
}

.news-list .source .live {
    /* 直播 */
    background: #FF1F1F;
}

.news-list .source .name {
    max-width: 2.7rem;
    overflow: hidden;
    height: 0.34rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-list .source .time {
    float: right;
}

.news-list .right img {
    width: 2.22rem;
    height: 1.51rem;
    border-radius: 0.08rem;
    /* background: #F5F6F8; */
    display: block;
    /* background: url(../images/cover_default.png)left top #F5F6F8 no-repeat; */
    background-size: 100% 100%;
    object-fit: cover;
}

/* 精彩推荐 */

.reco-title {
    align-items: center;
}

.news-box .head .reco-title .title:after {
    content: '';
    background: none;
}

.reco-title .iconfont {
    font-size: 0.4rem;
    margin-right: 0.1rem;
    color: var(--theme-color);
}

.reco-list {
    margin-top: 0.25rem;
    /* padding: 0 0.3rem; */
    box-sizing: border-box;
}

.swiper-reco img {
    width: 4.79rem;
    height: 2.66rem;
    border-radius: 0.08rem;
    background: #F5F6F8;
    display: block;
}

.swiper-reco .swiper-slide {
    flex-direction: column;
    font-size: 0.34rem;
    width: 4.79rem !important;
    margin: 0 0.3rem;
}

.swiper-reco .swiper-slide .title {
    width: 100%;
    height: 1rem;
    overflow: hidden;
    margin-top: 0.26rem;
}

.swiper-reco .swiper-slide a {
    display: block;
}

/* 视频新闻 */

.news-list .video .right {
    position: relative;
}

.news-list .video .right .icon {
    background: url(../images/play-white.png) no-repeat;
    background-size: 100%;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    left: 0.71rem;
    top: 0.35rem;
}

/* 纯标题展示 */

.news-list .not-img .left {
    width: 100%;
}

/* 大图展示 */

.big-img .list_a {
    flex-direction: column;
}

.big-img .img-box {
    position: relative;
    text-align: center;
    min-height: 2.27rem;
    max-height: 4.08rem;
}

.big-img .img-box img {
    width: 6.9rem;
    min-height: 2.27rem;
    max-height: 4.08rem;
    border-radius: 0.08rem;
    background: #F5F6F8;
    display: block;
}

.big-img .source, .group-img-2 .source, .group-img-3 .source {
    width: 100%;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0.1rem;
    padding: 0 0.1rem;
    box-sizing: border-box;
}

.big-img .source>span, .group-img-2 .source>span, .group-img-3 .source>span {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0.1rem;
    color: #E5E5E5;
    font-size: 0.22rem;
    padding: 0 0.09rem;
    height: 0.3rem;
    line-height: 0.3rem;
}

/* 大图视频展示 */

.video .img-box .icon {
    background: url(../images/play-white.png) no-repeat;
    background-size: 100%;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    left: 3.05rem;
    top: 40%;
}

.video .img-box {
    align-items: center;
    justify-content: center;
}

/* 普通组图展示 */

.group-img .list_a {
    flex-direction: column;
}

.group-img .title, .big-img .title {
    font-size: 0.34rem;
    margin-bottom: 0.24rem;
    display: block;
}

.group-img .img-box {
    position: relative;
    justify-content: space-between;
}

.group-img .img-box img {
    width: 2.22rem;
    height: 1.51rem;
    border-radius: 0.08rem;
    background: #F5F6F8;
    display: block;
}

/* 组图 左大右二 */

.group-img-2 .list_a, .group-img-3 .list_a {
    padding: 0 0.2rem;
    position: relative;
}

.group-img-2 .title {
    padding: 0 0.1rem;
}

.group-img-2 .img-box img, .group-img-3 .img-box img {
    width: 2.35rem;
    height: 1.69rem;
}

.group-img-2 .img-box img:first-child {
    width: 4.7rem;
    height: 3.43rem;
}

.group-img-2 .img-box img:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
}

.group-img-2 .source, .group-img-3 .source {
    padding: 0 0.3rem;
    bottom: 0.1rem;
}

/* 组图 左二右大 */

.group-img-3 .img-box img:last-child {
    width: 4.7rem;
    height: 3.43rem;
}

.group-img-3 .img-box img:nth-child(2) {
    position: absolute;
    left: 0;
    bottom: 0;
}

/* 专题版块 */

.topic-box {
    padding-bottom: 0.5rem;
}

.topic-box .head {
    align-items: center;
    padding: 0.23rem 0.24rem 0.29rem 0.3rem;
    border-bottom: 1px solid #DDDDDD;
}

.topic-box .head .icon {
    height: 0.3rem;
    line-height: 0.3rem;
    background: #FF1F1F;
    border-radius: 0.04rem;
    font-size: 0.2rem;
    color: #FFFFFF;
    padding: 0 0.1rem;
    margin-right: 0.1rem;
}

.topic-box .head .title>a {
    justify-content: space-between;
    align-items: center;
    width: 6rem;
    font-size: 0.34rem;
}

.topic-box .head .title>a>div {
    width: 5.85rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.topic-box .head .title>a>i {
    font-size: 0.3rem;
    color: #939393;
    transform: rotate(182deg)
}

/* 视频版块 */

.video .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.video .title>i {
    font-size: 0.3rem;
    color: #939393;
    transform: rotate(182deg)
}

/* 时小刻定制化版块 */

.made-box {
    background: #091D59;
    padding: 0 0.15rem 0.15rem;
}

.made-channel .head img {
    width: 100%;
    height: auto;
    display: block;
}

.made-channel .list-box {
    padding: 0.4rem 0 0 0;
    background: #FFFFFF;
    border-radius: 0.08rem;
}

.made-channel .news-list {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #DDDDDD;
}

.made-channel .news-list .list_a {
    padding: 0 0.15rem;
}

.made-channel .news-list li:first-child .list_a {
    margin-top: 0;
}

.made-channel .list-box .more {
    padding: 0.29rem 0;
}

.made-channel .list-box .more a {
    font-size: 0.3rem;
    justify-content: center;
    align-items: center;
}

.made-channel .list-box .more img {
    width: 0.26rem;
    height: 0.26rem;
    margin-left: 0.1rem;
    margin-top: 0.06rem;
}

/* 广告位标签 */

.ad-img .source {
    top: 0.1rem;
    bottom: unset;
}

/* 加载更多内容 */

.loading {
    position: relative;
    height: 0.7rem;
    line-height: 0.7rem;
    border: 1px solid #ECECEC;
    margin: 0.5rem 0.3rem;
    text-align: center;
    color: #A1A1A1;
    font-size: 0.28rem;
    border-radius: 0.08rem;
    align-items: center;
    justify-content: center;
}

.loading .t-more {
    /* width: 100%; */
}

.loading a {
    color: #A1A1A1;
    font-size: 0.28rem;
    display: block;
}

#isloading {
    line-height: 0;
}

#isloading img {
    width: 0.35rem;
    height: 0.35rem;
    margin-right: 0.13rem;
}

/* loading动画 */

.loadEffect{
    width: 0.32rem;
    height: 0.32rem;
    position: absolute;
    left: 2.1rem;
    top: auto;
}

.loadEffect span{
    display: inline-block;
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 50%;
    background: #222;
    position: absolute;
    animation: load 1.04s ease infinite;
    -webkit-animation: load 1.04s ease infinite;
}

@-webkit-keyframes load{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0.2;
    }
}

.loadEffect span:nth-child(1){
    left: 0;
    top: 50%;
    margin-top: -0.03rem;
    animation-delay:0.13s;
    -webkit-animation-delay:0.13s;
}

.loadEffect span:nth-child(2){
    left: 0.04rem;
    top: 0.04rem;
    animation-delay:0.26s;
    -webkit-animation-delay:0.26s;
}

.loadEffect span:nth-child(3){
    left: 50%;
    top: 0;
    margin-left: -0.03rem;
    animation-delay:0.39s;
    -webkit-animation-delay:0.39s;
}

.loadEffect span:nth-child(4){
    top: 0.04rem;
    right:0.04rem;
    animation-delay:0.52s;
    -webkit-animation-delay:0.52s;
}

.loadEffect span:nth-child(5){
    right: 0;
    top: 50%;
    margin-top:-0.03rem;
    animation-delay:0.65s;
    -webkit-animation-delay:0.65s;
}

.loadEffect span:nth-child(6){
    right: 0.04rem;
    bottom:0.04rem;
    animation-delay:0.78s;
    -webkit-animation-delay:0.78s;
}

.loadEffect span:nth-child(7){
    bottom: 0;
    left: 50%;
    margin-left: -0.03rem;
    animation-delay:0.91s;
    -webkit-animation-delay:0.91s;
}

.loadEffect span:nth-child(8){
    bottom: 0.04rem;
    left: 0.04rem;
    animation-delay:1.04s;
    -webkit-animation-delay:1.04s;
}



/*---------------------------------- 全部频道页 ----------------------------------*/

/* 频道列表 */

.channel-box {
    padding: 0.22rem 0.3rem 0;
    min-height: 90vh;
    background: #F5F6F8;
}

.channel-box .channel-list {
    flex-wrap: wrap;
    margin-left: -0.19rem;
}

.channel-box .channel-list li {
    width: 1.55rem;
    height: 0.69rem;
    line-height: 0.69rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0.02rem 0.02rem 0.01rem 0px rgba(0, 0, 0, 0.1);
    border-radius: 0.08rem;
    border: 0.01rem solid rgba(204, 204, 204, 1);
    margin: 0 0 0.2rem 0.17rem;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.channel-box .channel-list li a {
    display: block;
    font-size: 0.3rem;
}

/*---------------------------------- 搜索结果页 ----------------------------------*/

.search-header {
    height: 1.14rem;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.3rem;
    box-sizing: border-box;
    box-shadow: 0.07rem 0.02rem 0.04rem 0px rgba(0, 0, 0, 0.14);
}

.search-header .search {
    width: 5.96rem;
    margin: 0;
}

.search-header .cancel {
    display: block;
    color: #FFFFFF;
    font-size: 0.32rem;
}

.search-header .search .input {
    width: 5rem;
}

.search-news-box {
    padding: 0;
}

.search-keywords {
    color: #FF1F1F;
}

/*---------------------------------- 列表页 ----------------------------------*/

.list-news-box {
    padding: 0 0 0.5rem 0;
    min-height: 66vh;
}

/* 焦点图 */

.swiper-banner-list {
    position: relative;
    height: 4.05rem;
    overflow: hidden;
}

.swiper-banner-list img {
    width: 100%;
    height: 4.05rem;
}

.swiper-banner-list .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.28rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
}

.swiper-banner-list .swiper-slide>a {
    display: block;
}

.swiper-banner-list .swiper-slide .title>h3 {
    color: #FFFFFF;
    position: absolute;
    left: 0.18rem;
    bottom: 0.2rem;
    width: 6.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.34rem;
}

.swiper-pagination-list {
    position: absolute;
    left: unset;
    right: 0.2rem;
    width: auto;
    z-index: 2;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 0.4rem;
}

.swiper-pagination-list .swiper-pagination-total {
    color: #FFFFFF;
    font-size: 0.34rem;
}

.swiper-pagination-list .swiper-pagination-current {
    color: #FF1F1F;
}

/* 分享弹出层 */

#mask, #mask2 {
    background: #000000;
    width: 100%;
    height: 100%;
    filter: alpha(Opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    z-index: 9;
    display: none;
}

#mask2 {
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.share-box {
    position: absolute;
    width: 95%;
    height: auto;
    background: #fff;
    z-index: 10;
    left: 0.2rem;
    top: 4.5rem;
    padding-top: 0.5rem;
    display: none;
}

.share-box .title {
    position: relative;
    text-align: center;
    width: 100%;
}

.share-box .title span {
    background: #FFF;
    display: inline-block;
    padding: 0px 0.4rem;
    position: relative;
    z-index: 2;
    font-size: 0.28rem;
    color: #bbbbbb;
}

.share-box .title i {
    background: #dddddd;
    height: 0.02rem;
    overflow: hidden;
    left: 0.5rem;
    bottom: 0.21rem;
    right: 0.5rem;
    position: absolute;
}

.share-box .sharlist ul {
    justify-content: space-between;
    width: 85%;
    margin: 0.3rem auto;
}

.share-box .sharlist li {
    text-align: center;
    width: 1.2rem;
    font-size: 0.24rem;
}

.share-box .sharlist a {
    width: 1.1rem;
    height: 1.1rem;
    float: none;
    padding: 0;
    display: inline-block;
    background-size: 1.1rem auto;
}

.share-box .sharlist li:last-child {
    margin-right: 0;
}

.share-box .sharlist .wechat {
    background-image: url(../images/wap-icon-share2@2x.png);
    background-position: 0 0;
}

.share-box .sharlist .weixin {
    background-image: url(../images/wap-icon-share2@2x.png);
    background-position: 0 -1.1rem;
}

.share-box .sharlist .sina {
    background-image: url(../images/wap-icon-share2@2x.png);
    background-position: 0 -2.2rem;
}

.share-box .sharlist .qq {
    background-image: url(../images/wap-icon-share2@2x.png);
    background-position: 0 -3.3rem;
}

.share-box .cancel {
    text-align: center;
    border-top: 1px solid #eeeeee;
    padding: 0.45rem 0;
}

.share-box .cancel a {
    font-size: 0.32rem;
    color: #545454;
    display: block;
    cursor: pointer;
}

.sharewechat {
    background: url(../images/guidewxf.png) no-repeat;
    width: 5.23rem;
    height: 3.47rem;
    background-size: 5.23rem 3.47rem;
    position: absolute;
    top: 8.5rem;
    left: 1.13rem;
    display: none;
    z-index: 9;
}


/*---------------------------------- 专题首页 ----------------------------------*/

.topic-index {
    padding: 0 0 0.28rem;
}

.topic-index .list-news-box {
    border-bottom: 1px solid #E8E8E8;
    padding: 0.45rem 0 0.3rem 0;
}

.topic-banner img {
    width: 100%;
    height: auto;
}

.mainNav .title {
    color: #0D0D0D;
    font-size: 0.44rem;
    margin: 0.4rem 0 0.17rem 0;
}

.mainNav {
    padding: 0 0.4rem;
    box-sizing: border-box;
}

.mainNav .intro {
    color: #8A8A8A;
    font-size: 0.3rem;
    line-height: 160%;
}

.mainNav .intro em {
    background-color: #FF331C;
    color: #FFF;
    font-size: 0.2rem;
    padding: 0.05rem 0.08rem;
    margin-right: 0.1rem;
    border-radius: 0.05rem;
    font-style: normal;
}

.mainNav .listTitle {
    margin: 0.4rem 0 0.34rem -0.12rem;
}

.mainNav .listTitle span {
    display: inline-block;
    padding: 0 0.2rem;
    border-radius: 0.04rem;
    -ms-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
    font-size: 0.28rem;
    text-align: center;
    background: #f3f4f4;
    color: #2D2D2D;
    cursor: pointer;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0 0 0.3rem 0.1rem;
}

.line-box-shadow img {
    width: 100%;
    height: 0.27rem;
}

.topic-index .news-box .more .iconfont {
    color: var(--theme-color);
}