﻿@charset "UTF-8";

:root{
    --fontColor: #333333;
    --buleColor: #2569ED;
    --bgColor: #F6F6F6;
}

body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: var(--fontColor);
    max-width: 1920px;
    min-width: 1440px;
    margin: 0 auto;
    background: var(--bgColor);
}
a{
    color: var(--fontColor);
    text-decoration:none;
    transition: .3s;
}
a:hover{
    color: var(--buleColor);
    text-decoration:none;
}
input,button{
    outline:0;
    border: none;
}
img{
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    transition: .3s;
    object-position: center top;
}
table{
    border-collapse: collapse;
}
table tr th, table tr td{
    padding: 5px 10px;
    border: 1px solid gray;
}
.lf, .fl{
    float: left;
}
.rt, .fr{
    float: right;
}
.container{
    width: 1380px;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/*头部*/
header{
    height: 80px;
    background: linear-gradient(100deg, #FFFFFF 0%, #FFFFFF 100%);
    border: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
}
header .lf img{
    margin: 0 30px 0 15px;
}
header .lf span{
    padding-right: 20px;
    cursor: pointer;
    background: url(../images/down.png) no-repeat right center;
}
header form{
    position: relative;
    width: 40%;
    margin: 0 auto;
}
header form input[type='text']{
    width: 100%;
    height: 48px;
    padding: 0 15px 0 48px;
    box-sizing: border-box;
    border: 1px solid #EBE6E6;
}
header form input[type='submit']{
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    background: url(../images/search.png) no-repeat center center;
    cursor: pointer;
}
header .rt{
    margin-right: 50px;
}
header .rt a{
    margin-left: 20px;
}
#login{
    display: inline-block;
    width: 83px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    background: var(--buleColor);
}
#login:hover{
    background: orange;
}

/*主体*/
section{
    position: relative;
    width: 100%;
    min-height: calc(100vh - 82px);
    padding: 15px 17px 0 0;
    display: flex;
    box-sizing: border-box;
}

/*导航栏*/
nav{
    width: 160px;
    min-width: 160px;
    margin-top: -15px;
    background: #fff;
}
nav ul{
    padding: 14px 0 20px 8px;
}
nav ul li a{
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    padding-left: 20px;
}
nav ul li span{
    display: inline-block;
    padding-left: 28px;
    background: url(../images/nav/home.svg) no-repeat left center;
}
nav ul li:hover a{
    color: #fff;
    background: var(--buleColor);
}
nav ul li:hover span{
    background-image: url(../images/nav/home1.svg);
}

nav ul li:nth-of-type(2) span{
    background-image: url(../images/nav/hydt.svg);
}
nav ul li:hover:nth-of-type(2) span{
    background-image: url(../images/nav/hydt1.svg);
}

nav ul li:nth-of-type(3) span{
    background-image: url(../images/nav/hyzc.svg);
}
nav ul li:hover:nth-of-type(3) span{
    background-image: url(../images/nav/hyzc1.svg);
}

nav ul li:nth-of-type(4) span{
    background-image: url(../images/nav/hd.svg);
}
nav ul li:hover:nth-of-type(4) span{
    background-image: url(../images/nav/hd1.svg);
}

nav ul li:nth-of-type(5) span{
    background-image: url(../images/nav/zjgd.svg);
}
nav ul li:hover:nth-of-type(5) span{
    background-image: url(../images/nav/zjgd1.svg);
}

nav ul li:nth-of-type(6) span{
    background-image: url(../images/nav/jyzn.svg);
}
nav ul li:hover:nth-of-type(6) span{
    background-image: url(../images/nav/jyzn1.svg);
}

nav ul li:nth-of-type(7) span{
    background-image: url(../images/nav/sjfw.svg);
}
nav ul li:hover:nth-of-type(7) span{
    background-image: url(../images/nav/sjfw1.svg);
}

nav ul li:nth-of-type(8) span{
    background-image: url(../images/nav/sshy.svg);
}
nav ul li:hover:nth-of-type(8) span{
    background-image: url(../images/nav/sshy1.svg);
}

nav ul li:nth-of-type(9) span{
    background-image: url(../images/nav/vip.svg);
}
nav ul li:hover:nth-of-type(9) span{
    background-image: url(../images/nav/vip1.svg);
}

nav ul li:nth-of-type(10) span{
    background-image: url(../images/nav/swhz.svg);
}
nav ul li:hover:nth-of-type(10) span{
    background-image: url(../images/nav/swhz1.svg);
}

nav ul li:nth-of-type(11) span{
    background-image: url(../images/nav/fwzx.svg);
}
nav ul li:hover:nth-of-type(11) span{
    background-image: url(../images/nav/fwzx1.svg);
}

nav ul li:nth-of-type(8),
nav ul li:nth-of-type(11){
    position: relative;
    margin-top: 15px;
    padding-top: 15px;
}
nav ul li:nth-of-type(8):before,
nav ul li:nth-of-type(11):before{
    content: '';
    position: absolute;
    top: 0;
    left: 14px;
    right: 15px;
    height: 1px;
    background: rgba(0,0,0,0.1);
}

main{
    /*flex-grow: 1;*/
    width: calc(100% - 490px);
    padding: 0 20px 40px;
    box-sizing: border-box;
}
.title{
    font-size: 24px;
    margin: 20px 0;
}
.title a{
    color: #000;
}
.title a:hover{
    color: var(--buleColor);
}

/*数商服务*/
.service{
    display: flex;
    align-items: center;
    height: 141px;
    padding: 0 30px;
    margin-bottom: 20px;
    background: url(../images/rectangle.png) no-repeat;
    background-size: 100% 100%;
}
.service ul{
    display: flex;
    flex-grow: 1;
    margin-left: 20px;
}
.service ul li{
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 16%;
    height: 96px;
    padding-left: 15px;
    font-size: 18px;
    background: linear-gradient(344deg, #FCFDFF 18%, rgba(235,241,254,0) 100%);
    border: 1px solid #FFFFFF;
}
.service ul li:not(:last-of-type){
    margin-right: 15px;
}
.service ul li:not(:last-of-type):after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 9px;
    transform: translate(150%, -50%);
    background: url(../images/polygon.png) no-repeat;
}
.service ul li span{
    margin-left: 5px;
}

/*行业动态*/
.dynamic{
    display: flex;
    justify-content: space-between;
}
.dynamic>div{
    width: calc(50% - 10px);
    height: 382px;
}
.dynamic-infos{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.dynamic-infos>div{
    height: calc(50% - 10px);
}
.dynamic-text{
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
}
.dynamic-text .img{
    display: block;
    height: 181px;
    overflow: hidden;
}
.dynamic-text img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dynamic-text .img:hover img{
    transform: scale(1.1);
}
.dynamic-text .txt{
    flex-grow: 1;
    padding: 18px 15px;
    color: #666;
}
.dynamic-text .txt h2{
    height: 2.4em;
    line-height: 1.2em;
    font-size: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.dynamic-text .txt p{
    height: 4.5em;
    line-height: 1.5em;
    margin: 10px 0 15px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.dynamic-text .txt span{
    color: #999;
}
.dynamic-infos .dynamic-text .txt p{
    height: 3em;
    -webkit-line-clamp: 2;
}

.wrapper{
    padding: 20px 25px 25px;
    margin-bottom: 20px;
    background: #FFFFFF;
    box-sizing: border-box;
}
.wrapper ul{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding-left: 20px;
    border-left: 1px solid rgba(0,0,0,0.1);
}
.wrapper ul li{
    position: relative;
    font-size: 18px;
}
.wrapper ul li:before{
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border: 1px solid #D8D5D5;
    box-sizing: border-box;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.wrapper ul li:hover a,
.wrapper ul li:first-of-type a,
.wrapper ul li:nth-of-type(2) a{
    font-weight: bold;
}
.wrapper ul li.on:before{
    border-color: var(--buleColor);
    background: var(--buleColor);
}
.wrapper ul li p{
    display: flex;
    align-items: center;
}
.wrapper ul li a{
    max-width: calc(100% - 32px);
}
.wrapper ul li i{
    display: inline-flex;
    margin-left: 5px;
    width: 27px;
    height: 27px;
    background: url(../images/new.gif) no-repeat center center;
    background-size: contain;
}

/*数据产品推荐*/
.hot-box{
    display: flex;
    justify-content: space-between;
}
.hot-box>div, .hot-box>ul, .hot-box>li{
    width: calc(50% - 10px);
}
.hot-box>ul{
    flex-wrap: wrap;
}
.hot-box>li{
    margin-bottom: 20px;
}
.hot-box .hot{
    height: 180px;
    background: #eee;
}
.hot-box .first{
    height: 380px;
}
.hot>a {
    display: block;
    height: 100%;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.hot>a>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hot>a:hover>img{
    transform: scale(1.1);
}
.hot>a i{
    position: absolute;
    top: 0;
    right: 0;
    width: 53px;
    height: 51px;
    line-height: 40px;
    text-align: center;
    background: url(../images/hot-bg.png) no-repeat;
    z-index: 9;
}
.hot .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    padding: 20px 27px;
    background: linear-gradient(360deg, #000000 0%, rgba(0,0,0,0) 100%);
    z-index: 1;
    transition: .5s;
}
.hot:hover .txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
}
.hot .txt h2{
    font-size: 22px;
    margin-bottom: 10px;
}
.hot .txt p{
    height: 4.5em;
    line-height: 1.5em;
    margin-bottom: 15px;
    overflow: hidden;
    opacity: 0.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.hot .txt span{
    display: inline-block;
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #fff;
}
.hot .txt:hover span{
    background: var(--buleColor);
    border-color: var(--buleColor);
}
li.hot .txt h2{
    font-size: 20px;
}

/*专家观点*/
.expert-opinion{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.expert-opinion>div{
    width: calc(50% - 10px);
    height: 274px;
}
.expert-opinion .box{
    padding: 20px 25px 25px;
    background: #FFFFFF;
    box-sizing: border-box;
}
.expert-opinion .txt{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.expert-opinion .txt div:first-of-type{
    flex-grow: 1;
}
.expert-opinion .txt h2{
    font-size: 24px;
    max-height: 3em;
    line-height: 1.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.expert-opinion .txt p{
    color: #666;
    font-size: 15px;
    height: 6em;
    line-height: 1.5em;
    margin: 10px 0 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.expert-opinion .txt div{
    color: #666;
}
.expert-opinion .txt .lf span{
    display: inline-flex;
    margin-right: 5px;
    padding: 3px 15px;
    color: #666;
    background: rgba(233,233,233,0.86);
}
.expert-opinion .box ul{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    font-size: 18px;
}
.expert-opinion .box ul li a:hover{
    font-weight: bold;
}

/*活动*/
.activity{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.activity>div{
    width: calc(50% - 10px);
    height: 382px;
    margin: 0;
}
.latest .swiper-slide a{
    display: block;
    height: 382px;
    position: relative;
    overflow: hidden;
}
.latest .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.latest .swiper-slide:hover img{
    transform: scale(1.1);
}
.latest .swiper-slide div{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px 15px;
    color: rgba(255,255,255,0.8);
    background: rgba(21,20,20,0.5);
}
.latest .swiper-slide div p{
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.5em;
}

.activity-info .swiper-slide{
    color: #666;
    background: #fff;
}
.activity-info .swiper-slide>a{
    display: block;
    height: 185px;
    overflow: hidden;
}
.activity-info .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.activity-info .swiper-slide>a:hover img{
    transform: scale(1.1);
}
.activity-info .swiper-slide h2{
    margin: 10px 20px;
    font-size: 20px;
    height: 3em;
    line-height: 1.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.activity-info .swiper-slide p{
    margin: 10px 20px 15px;
    height: 4.5em;
    line-height: 1.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.activity-info .swiper-slide div{
    margin: 0 20px 15px;
    height: 4.5em;
    line-height: 1.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.activity-info .swiper-slide span{
    margin-left: 20px;
    color: #999;
}

/*交易中心*/
.center{
    margin-top: 40px;
}
#center .swiper-slide{
    background: #fff;
}
#center .swiper-slide:last-of-type{
    margin-right: 0 !important;
}
#center .swiper-slide p{
    max-height: 95px;
    overflow: hidden;
}
#center .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#center .swiper-slide:hover img{
    opacity: 0.8;
}
#center .swiper-slide a{
    display: block;
    width: 100px;
    margin: 20px auto;
    padding: 5px 0;
    font-size: 16px;
    text-align: center;
    color: var(--buleColor);
    border: 1px solid var(--buleColor);
}
#center .swiper-slide a:hover{
    color: #fff;
    background: var(--buleColor);
}

/*推荐、资讯*/
.infos-tab{
    display: flex;
    margin-top: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.infos-tab li{
    position: relative;
    margin-right: 60px;
    padding-bottom: 10px;
}
.infos-tab li a{
    color: #666;
    font-size: 24px;
}
.infos-tab li.on a{
    color: var(--buleColor);
}
.infos-tab li.on:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 3px;
    background: var(--buleColor);
}
.infos ul{
    display: none;
}
.infos ul.on{
    display: block;
}
.infos ul li{
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.infos ul li .img{
    display: inline-flex;
    min-width: 330px;
    width: 330px;
    height: 186px;
    overflow: hidden;
}
.infos ul li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.infos ul li .img:hover img{
    transform: scale(1.1);
}
.infos ul li .txt{
    flex-grow: 1;
    padding-left: 20px;
    width: calc(100% - 350px);
}
.infos ul li .txt h2{
    height: 1.5em;
    line-height: 1.5em;
    overflow: hidden;
}
.infos ul li .txt p{
    margin: 10px 0 35px;
    height: 3.5em;
    line-height: 1.75em;
    color: #666;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.infos ul li .lf span{
    display: inline-flex;
    margin-right: 20px;
    padding: 3px 15px;
    color: #666;
    background: rgba(233,233,233,0.86);
}
.infos ul li .rt span{
    color: #999;
    margin-left: 20px;
}

aside{
    width: 330px;
    min-width: 330px;
}
aside>div{
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
}
/*数据热点*/
.data-hot{
    display: none;
}
.data-hot ul{
    padding: 5px 0;
}
.data-hot ul li{
    padding-bottom: 10px;
    margin-top: 15px;
    font-size: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.data-hot ul li span{
    display: inline-block;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #8F8F8F;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    font-family: 'Arial Narrow';
}
.data-hot ul li:first-of-type span,
.data-hot ul li:nth-of-type(2) span,
.data-hot ul li:nth-of-type(3) span{
    color: #fff;
    background: #ED9D25;
}
/*行业政策、交易指南*/
aside .news{
    display: none;
}
aside .news ul{
    padding: 5px 0;
}
aside .news li{
    padding: 15px 0;
    font-size: 15px;
    line-height: 1.5em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
aside .news li a:hover{
    font-weight: bold;
}

/*数据定制*/
aside .img{
    display: block;
    height: 132px;
    margin-bottom: 20px;
    overflow: hidden;
}
aside .img:hover img{
    transform: scale(1.1);
}
/*数商互动*/
aside .interaction ul{
    padding: 5px 0 20px;
}
aside .interaction li{
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}
aside .interaction li div{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
aside .interaction li h3{
    font-size: 16px;
    font-weight: normal;
}
aside .interaction li h3 span{
    color: var(--buleColor);
}
aside .interaction li p{
    font-size: 14px;
}
aside .interaction li p:first-of-type{
    margin: 6px 0;
}
aside .interaction li p span{
    color: #999;
}
aside .interaction li p i{
    font-style: normal;
}
aside .interaction li>img{
    width: 90px;
}
aside .interaction .more{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    color: #666;
    margin-bottom: 20px;
    background: #F5F5F5;
}
aside .interaction .more:hover{
    color: #fff;
    border-radius: 3px;
    background: var(--buleColor);
}
/*友情链接*/
aside .link h2{
    font-size: 24px;
}
aside .link ul{
    margin: 10px 0;
    overflow: hidden;
}
aside .link li{
    float: left;
    width: 50%;
    margin-top: 8px;
    font-size: 15px;
}
/*媒体矩阵*/
aside .media li{
    width: 33.33%;
}
/*版权信息*/
aside .copyright{
    color: #666;
    line-height: 1.5em;
}
aside .copyright div{
    text-align: center;
}
aside .copyright>p{
    text-align: center;
}

.detail{
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.caption{
    margin: 40px 0 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D6D5D5;
}
.caption h2{
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 1.2em;
}
.caption p{
    color: #828282;
    font-size: 16px;
}
.caption p span{
    margin: 0 20px;
}
.content{
    font-size: 18px;
    padding-bottom: 20px;
}
.content p{
    margin: 1em 0;
    line-height: 1.75em;
}

.detail .title{
    margin: 0;
}

.share{
    position: absolute;
    top: 165px;
    left: -10%;
    display: flex;
    flex-direction: column;
}

.bread{
    display: none;
}

.news-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -20px;
}
.news-box .news, .news-box ul{
    width: calc(50% - 10px);
    height: 380px;
}
.news-box .news{
    height: 180px;
    margin-bottom: 20px;
    background: #eee;
}
#trends{
    height: 380px;
    margin: 0;
}
#trends .swiper-slide a{
    display: block;
    height: 100%;
    overflow: hidden;
}
#trends .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#trends .swiper-slide:hover img{
    transform: scale(1.1);
}
#trends .swiper-slide p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 22px;
    padding: 35px 110px 20px 20px;
    background: linear-gradient(360deg, #000000 0%, rgba(0,0,0,0) 100%);
}
#trends .swiper-pagination{
    left: auto;
    width: auto;
    right: 10px;
    bottom: 20px;
}
#trends .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #676161;
    opacity: 1;
}
#trends .swiper-pagination-bullet-active{
    background: #ED9D25;
}

.news-box li a{
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}
.news-box li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-box li:hover img{
    transform: scale(1.1);
}
.news-box li p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    background: linear-gradient(360deg, #000000 0%, rgba(0,0,0,0) 100%);
    z-index: 9;
}
.news-box li:hover p{
    color: var(--buleColor);
    font-weight: bold;
}

/*返回顶部*/
.toTop{
    position: fixed;
    right: 17px;
    bottom: -100px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bolder;
    font-family: '黑体';
    background: rgba(0,0,0,.6);
    border-radius: 5px;
    transform: rotate(90deg);
    cursor: pointer;
    transition: .3s;
    z-index: 99;
}

@media screen and (max-width: 1680px){

    .service ul li{
        flex-direction: column;
        justify-content: center;
        padding-left: 0;
        font-size: 16px;
    }
    .hot .txt{
        height: auto;
    }
    .expert-opinion .txt .lf span{
        font-size: 13px;
        padding: 3px 10px;
    }

}

@media screen and (max-width: 1600px){

    .expert-opinion .txt .lf span{
        font-size: 12px;
        padding: 3px 8px;
    }

}

@media screen and (max-width: 1440px){

    .expert-opinion .txt .lf span{
        display: none;
    }
    .activity-info .swiper-slide p{
        font-size: 13px;
    }
    .detail{
        width: 90%;
    }
    .caption h2{
        font-size: 32px;
    }
    .share{
        top: 150px;
        left: -6.5%;
    }

}

.social-share .social-share-icon{
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: none;
}
.social-share .social-share-icon:before{
    display: none;
}
.social-share .icon-wechat{
    background: url(../images/icon_wx.svg) no-repeat !important;
    background-size: cover !important;
}
.social-share .icon-weibo{
    background: url(../images/icon_weibo.svg) no-repeat !important;
    background-size: cover !important;
}
