.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.clearit {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}
.ani {
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}
.ani-opacity {
    filter: Alpha(Opacity=80);
    opacity: .8;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.ani-rotate {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.ani-popIn {
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
.ani-popOut {
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceIn {
    0%, 100% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes bounceIn {
    0%, 100% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}
.wx_l_wrap {
    font-size: 14px;
    color: #333;
    font: 14px/24px 'Microsoft YaHei', Helvetica, Arial, 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
    width: 838px;
    height: 278px;
    background-color: #fcfcfc;
    border: solid 1px #e5e5e5;
    overflow: hidden;
    padding: 20px 20px 17px;
}
.wx_l_wrap a {
    color: #333;
    text-decoration: none;
}
.wx_l_wrap a:visited {
    color: #f00;
}
.wx_l_wrap a:hover, .wx_l_wrap a:active, .wx_l_wrap a:focus {
    color: #f00;
    text-decoration: underline;
}
.wx_l_wrap .wx_l_left {
    float: left;
}
.wx_l_wrap .wx_l_slider_wrap {
    width: 572px;
    overflow: hidden;
}
.wx_l_wrap .wx_l_slider_cont {
    width: 570px;
    height: 253px;
    border: solid 1px #f2f2f2;
    overflow: hidden;
    background-color: #fff;
}
.wx_l_wrap .wx_loading {
    background: url(//n.sinaimg.cn/tech/66ceb6d9/20180528/loading.gif) no-repeat 50% 50%;
    height: 100%;
}
.wx_l_wrap .wx_l_slider_item {
    width: 570px;
    overflow: hidden;
    cursor: pointer;
}
.wx_l_wrap .wx_l_slider_item h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
    padding-top: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    margin: 0 10px;
}
.wx_l_wrap .wx_l_slider_item p {
    line-height: 32px;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    margin: 13px 20px 0;
    text-align: justify;
    height: 160px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    padding-bottom: 0;
}
.wx_l_wrap .wx_l_slider_item .wx_l_date {
    text-align: right;
    font-size: 14px;
    color: #888;
    line-height: 20px;
    margin-right: 20px;
}
.wx_l_wrap .wx_l_slider_dot {
    margin: 12px auto 0;
    position: relative;
    height: 10px;
    text-align: center;
    font-size: 0px;
    vertical-align: top;
}
.wx_l_wrap .wx_l_slider_dot .dot_list {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    cursor: pointer;
    background: #D6D6D6;
    border-radius: 5px;
    vertical-align: top;
    overflow: hidden;
}
.wx_l_wrap .wx_l_slider_dot .dot_list:last-child {
    margin-right: 0
}
.wx_l_wrap .wx_l_slider_dot .dot_list_cur {
    width: 20px;
    background-color: #D5361D;
}
.wx_l_slider_next, .wx_l_slider_prev {
    display: none;
}
.wx_l_wrap .wx_l_right {
    float: left;
    margin-left: 20px;
    width: 235px;
}
.wx_l_wrap .wx_l_right h2 {
    font-size: 18px;
    color: #D8422A;
    font-weight: bold;
    line-height: 24px;
    margin-top: -3px;
    text-align: center;
}
.wx_l_wrap .wx_l_jj {
    margin-top: 8px;
    height: 136px;
}
.wx_l_wrap .wx_jj_logo {
    background-image: url(//n.sinaimg.cn/finance/66ceb6d9/20181106/wx-qsjj.jpg);
    background-image: -webkit-image-set(url(//n.sinaimg.cn/finance/66ceb6d9/20181106/wx-qsjj.jpg) 1x, url(//n.sinaimg.cn/finance/66ceb6d9/20181106/wx-qsjj-2x.jpg) 2x);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    margin: 10px 0 0 7px;
    width: 104px;
    height: 104px;
    float: left;
}
.wx_l_wrap .wx_jj_txt {
    margin-left: 132px;
    padding-top: 8px;
}
.wx_l_wrap .wx_jj_txt h3 {
    font-size: 16px;
    color: #333;
    line-height: 40px;
    border-bottom: solid 1px #e4e4e4;
}
.wx_l_wrap .wx_jj_txt p {
    padding-top: 12px;
}
.wx_l_wrap .wx_code_logo {
    background-image: url(//n.sinaimg.cn/tech/66ceb6d9/20180528/wx-code.png);
    background-image: -webkit-image-set(url(//n.sinaimg.cn/tech/66ceb6d9/20180528/wx-code.png) 1x, url(//n.sinaimg.cn/tech/66ceb6d9/20180528/wx-code-2x.png) 2x);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    width: 120px;
    height: 120px;
    float: left;
}
.wx_l_wrap .wx_code_txt {
    margin-left: 134px;
    padding-top: 29px;
}
.wx_l_wrap .wx_code_txt h3 {
    color: #333;
    font-size: 16px;
}
.wx_l_wrap .wx_code_txt p {
    color: #474747;
    line-height: 38px;
}

/* 竖版 */

.wx_ls_wrap {
    width: 188px;
    height: 564px;
    padding: 20px 20px 10px
}
.wx_ls_wrap .wx_l_left {
    float: none;
}
.wx_ls_wrap .wx_l_slider_wrap {
    width: 188px;
}
.wx_ls_wrap .wx_l_slider_cont {
    border: 0;
    background-color: transparent;
    width: 188px;
    height: 350px;
}
.wx_ls_wrap .wx_l_slider_item {
    width: 188px;
}
.wx_ls_wrap .wx_l_slider_item .wx_l_date {
    text-align: center;
    margin-right: 0;
    padding-top: 8px;
}
.wx_ls_wrap .wx_l_slider_item h3 {
    line-height: 26px;
    height: 78px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    white-space: normal;
    text-align: justify;
    margin: 0;
    padding-top: 8px;
}
.wx_ls_wrap .wx_l_slider_item h3 span {
    display: table-cell;
    height: 78px;
    vertical-align: middle;
}
.wx_ls_wrap .wx_l_slider_item p {
    line-height: 28px;
    margin: 11px 0 0;
    -webkit-line-clamp: 8;
    height: 224px
}
.wx_ls_wrap .wx_l_slider_dot {
    border-top: solid 1px #ececec;
    margin-top: 14px;
    padding-top: 28px;
}
.wx_ls_wrap .wx_l_right {
    float: none;
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
}
.wx_ls_wrap .wx_l_right h2 {
    font-size: 16px;
}
.wx_ls_wrap .wx_code_logo {
    background-image: url(//n.sinaimg.cn/tech/66ceb6d9/20180528/wx-code2.png);
    background-image: -webkit-image-set(url(//n.sinaimg.cn/tech/66ceb6d9/20180528/wx-code2.png) 1x, url(//n.sinaimg.cn/tech/66ceb6d9/20180528/wx-code2-2x.png) 2x);
    width: 66px;
    height: 66px;
}
.wx_ls_wrap .wx_l_code {
    padding: 14px 0 0 8px;
}
.wx_ls_wrap .wx_code_txt {
    margin-left: 82px;
    padding-top: 7px;
}
.wx_ls_wrap .wx_code_txt h3 {
    font-size: 14px;
}
.wx_ls_wrap .wx_code_txt p {
    font-size: 12px;
    line-height: 30px;
}

/* popup */

.wx_l_popup {
    font: 14px/24px 'Microsoft YaHei', Helvetica, Arial, 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.wx_l_popup .wx_popup_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .6);
    bottom: 0;
}
.wx_l_popup .wx_popup_body {
    background-color: #fff;
    padding: 47px 62px 40px;
    width: 734px;
    height: 473px;
    -webkit-box-shadow: 0 5px 16px 0 rgba(167, 167, 167, .3);
    box-shadow: 0 5px 16px 0 rgba(167, 167, 167, .3);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -280px 0 0 -428px;
}
.wx_l_popup .wx_popup_close {
    background-image: url(//n.sinaimg.cn/tech/66ceb6d9/20180528/close.png);
    background-image: -webkit-image-set(url(//n.sinaimg.cn/tech/66ceb6d9/20180528/close.png) 1x, url(//n.sinaimg.cn/tech/66ceb6d9/20180528/close-2x.png) 2x);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    width: 22px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    right: 16px;
    top: 16px;
}
.wx_l_popup .wx_popup_content {
    background-color: #fcfcfc;
    border: solid 1px #e5e5e5;
    padding: 20px 31px
}
.wx_l_popup .wx_popup_header {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 50px;
    height: 50px;
}
.wx_l_popup .wx_popup_date {
    font-size: 16px;
    color: #888;
    text-align: center;
    line-height: 38px;
}
.wx_l_popup .wx_popup_text p {
    line-height: 32px;
    text-indent: 2em;
    font-size: 18px;
    color: #333;
    height: 160px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
}
.wx_l_popup .wx_popup_other h2 {
    line-height: 50px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #D5361D;
}
.wx_l_popup .wx_popup_codes {
    padding: 13px 0 0 133px;
}
.wx_l_popup .wx_popup_jj {
    background-image: url(//n.sinaimg.cn/finance/66ceb6d9/20181106/wx-qsjj.jpg);
    background-image: -webkit-image-set(url(//n.sinaimg.cn/finance/66ceb6d9/20181106/wx-qsjj.jpg) 1x, url(//n.sinaimg.cn/finance/66ceb6d9/20181106/wx-qsjj-2x.jpg) 2x);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    width: 103px;
    height: 103px;
    float: left;
    margin-top: 10px;
}
.wx_l_popup .wx_popup_code {
    background-image: url(//n.sinaimg.cn/tech/66ceb6d9/20180528/wx-code.png);
    background-image: -webkit-image-set(url(//n.sinaimg.cn/tech/66ceb6d9/20180528/wx-code.png) 1x, url(//n.sinaimg.cn/tech/66ceb6d9/20180528/wx-code-2x.png) 2x);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    width: 120px;
    height: 120px;
    float: left;
    margin-left: 24px;
}
.wx_l_popup .wx_popup_jj_txt {
    float: left;
    margin-left: 24px;
    padding-top: 6px;
}
.wx_l_popup .wx_popup_jj_txt h3 {
    font-size: 16px;
    color: #333;
    line-height: 40px;
    border-bottom: solid 1px #e4e4e4;
}
.wx_l_popup .wx_popup_jj_txt p {
    padding-top: 12px;
}

/* 行情页 */

.wx_hq_wrap .wx_ls_wrap {
    padding-top: 6px;
    height: 490px;
}
.wx_hq_wrap .wx_ls_wrap .wx_l_slider_item p {
    line-height: 22px;
    margin: 6px 0 0;
    -webkit-line-clamp: 8;
    height: 176px;
    font-size: 14px;
}
.wx_hq_wrap .wx_ls_wrap .wx_l_slider_cont {
    height: 290px
}
.wx_hq_wrap .wx_ls_wrap .wx_l_slider_dot {
    padding-top: 20px;
    margin-top: 20px;
}
.wx_hq_wrap .wx_ls_wrap .wx_l_right {
    margin-top: 25px;
}
.wx_hq_wrap .wx_ls_wrap .wx_l_slider_item h3 {
    font-size: 16px;
    line-height: 24px;
    height: 72px;
}
.wx_hq_wrap .wx_ls_wrap .wx_l_code {
    padding-top: 16px;
}

/* 正文页 */

.wx_zwy_wrap {
    margin-top: 30px;
}
.wx_zwy_wrap:before {
    content: '';
    background: url(//n.sinaimg.cn/finance/page2017/images/sina_finance_2017_bg.png) no-repeat;
    height: 30px;
    width: 100%;
    display: block;
}
.live-finance-banner-wrap .hero-slider .slider-dot span.dot_list {
    font-size: 0;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #fff;
    margin: 6px 0;
    overflow: hidden;
    cursor: pointer;
    display: block;
}
.live-finance-banner-wrap .hero-slider .slider-dot span.dot_list b {
    display: inline-block;
    width: 6px;
    height: 0;
    background: #3753A2;
    -webkit-transition: height .2s ease-out;
    -o-transition: height .2s ease-out;
    transition: height .2s ease-out
}
.live-finance-banner-wrap .hero-slider .slider-dot span.dot_list_cur {
    height: 10px;
    line-height: 10px
}
.live-finance-banner-wrap .hero-slider .slider-dot span.dot_list_cur b {
    height: 10px
}
@media screen and (min-width: 768px) and (max-width:1480px) {
    .wx_zwy_wrap .wx_l_wrap {
        width: 618px;
        padding-right: 0;
    }
    .wx_zwy_wrap .wx_l_wrap .wx_l_slider_wrap {
        width: 359px;
    }
    .wx_zwy_wrap .wx_l_wrap .wx_l_slider_cont {
        width: 357px;
    }
    .wx_zwy_wrap .wx_l_wrap .wx_l_slider_item {
        width: 357px;
    }
    .wx_zwy_wrap .wx_l_wrap .wx_l_slider_item .wx_l_date {
        padding-top: 10px;
    }
    .wx_zwy_wrap .wx_l_wrap .wx_l_slider_item h3 {
        padding-top: 20px;
        font-size: 16px;
    }
    .wx_zwy_wrap .wx_l_wrap .wx_l_slider_item p {
        line-height: 28px;
        -webkit-line-clamp: 5;
        height: 140px;
        margin-top: 10px;
        font-size: 14px
    }
    .wx_zwy_wrap .wx_l_wrap .wx_jj_logo {
        width: 80px;
        height: 80px;
        margin: 5px;
    }
    .wx_zwy_wrap .wx_l_wrap .wx_code_logo {
        width: 90px;
        height: 90px;
    }
    .wx_zwy_wrap .wx_l_wrap .wx_jj_txt {
        margin-left: 105px;
        padding-top: 0;
    }
    .wx_zwy_wrap .wx_l_wrap .wx_jj_txt h3 {
        line-height: 36px;
    }
    .wx_zwy_wrap .wx_l_wrap .wx_jj_txt p {
        padding-top: 7px;
    }
    .wx_zwy_wrap .wx_l_wrap .wx_code_txt {
        margin-left: 105px;
        padding-top: 17px;
    }
    .wx_zwy_wrap .wx_l_wrap .wx_l_jj {
        height: 110px;
    }
    .wx_zwy_wrap .wx_l_wrap .wx_l_right h2 {
        line-height: 44px;
    }
}

/* 博客正文页 */

.wx_blog_wrap {
    margin-top: 30px;
}
.live-finance-banner-wrap .hero-slider .slider-dot span.dot_list {
    font-size: 0;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #fff;
    margin: 6px 0;
    overflow: hidden;
    cursor: pointer;
    display: block;
}
.live-finance-banner-wrap .hero-slider .slider-dot span.dot_list b {
    display: inline-block;
    width: 6px;
    height: 0;
    background: #3753A2;
    -webkit-transition: height .2s ease-out;
    -o-transition: height .2s ease-out;
    transition: height .2s ease-out
}
.live-finance-banner-wrap .hero-slider .slider-dot span.dot_list_cur {
    height: 10px;
    line-height: 10px
}
.live-finance-banner-wrap .hero-slider .slider-dot span.dot_list_cur b {
    height: 10px
}
.wx_blog_wrap .wx_l_wrap {
    width: 563px;
    padding-right: 0;
}
.wx_blog_wrap .wx_l_wrap .wx_l_slider_wrap {
    width: 309px;
}
.wx_blog_wrap .wx_l_wrap .wx_l_slider_cont {
    width: 307px;
}
.wx_blog_wrap .wx_l_wrap .wx_l_slider_item {
    width: 307px;
}
.wx_blog_wrap .wx_l_wrap .wx_l_slider_item .wx_l_date {
    padding-top: 10px;
}
.wx_blog_wrap .wx_l_wrap .wx_l_slider_item h3 {
    padding-top: 20px;
    font-size: 16px;
}
.wx_blog_wrap .wx_l_wrap .wx_l_slider_item p {
    line-height: 28px;
    -webkit-line-clamp: 5;
    height: 140px;
    margin-top: 10px;
    font-size: 14px
}
.wx_blog_wrap .wx_l_wrap .wx_jj_logo {
    width: 80px;
    height: 80px;
    margin: 5px;
}
.wx_blog_wrap .wx_l_wrap .wx_code_logo {
    width: 90px;
    height: 90px;
}
.wx_blog_wrap .wx_l_wrap .wx_jj_txt {
    margin-left: 105px;
    padding-top: 0;
}
.wx_blog_wrap .wx_l_wrap .wx_jj_txt h3 {
    line-height: 36px;
}
.wx_blog_wrap .wx_l_wrap .wx_jj_txt p {
    padding-top: 7px;
    text-indent: 0
}
.wx_blog_wrap .wx_l_wrap .wx_code_txt {
    margin-left: 105px;
    padding-top: 17px;
}
.wx_blog_wrap .wx_l_wrap .wx_l_jj {
    height: 110px;
}
.wx_blog_wrap .wx_l_wrap .wx_l_right {
    width: 230px;
}
.wx_blog_wrap .wx_l_wrap .wx_l_right h2 {
    line-height: 44px;
}
.wx_blog_wrap .wx_l_wrap .wx_code_txt p {
    text-indent: 0
}

/* 财经正文页改手动 */

.live-finance-banner-wrap .hero-items li.type-manual span {
    display: none;
}
.live-finance-banner-wrap .hero-items li.type-manual .inner {
    background: none;
    padding-left: 0;
}
.live-finance-banner-wrap .hero-items li.type-manual:after, .live-finance-banner-wrap .hero-items li.type-manual .inner:before {
    display: none;
}
.live-finance-banner-wrap .hero-items li.type-manual .inner {
    max-width: 380px;
}
.live-finance-banner-wrap .hero-slider .slider-card {
    width: 480px !important;
}
.live-finance-banner-wrap .hero-slider .slider-card .s-text {
    right: 0;
}

.live-finance-banner-wrap .hero-slider .slider-arrLeft, .live-finance-banner-wrap .hero-slider .slider-arrRight {
    background-image: url(//n.sinaimg.cn/finance/66ceb6d9/20200330/arr_bg.png);
    background-image: -webkit-image-set(url(//n.sinaimg.cn/finance/66ceb6d9/20200330/arr_bg.png) 1x, url(//n.sinaimg.cn/finance/66ceb6d9/20200330/arr_bg_2x.png) 2x);
    background-repeat: no-repeat;
    background-position: -19px -123px;
    background-size: 287px auto;
    width: 34px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    cursor: pointer;
}
.live-finance-banner-wrap .hero-slider .slider-arrLeft {
    left: 0;
}
.live-finance-banner-wrap .hero-slider .slider-arrRight {
    right: 0;
    background-position: -69px -123px;
}
.live-finance-banner-wrap .hero-slider .slider-arrLeft:hover {
    background-position: -20px -30px;
}
.live-finance-banner-wrap .hero-slider .slider-arrRight:hover {
    background-position: -70px -30px;
}

.live-finance-banner-wrap .hero-slider .slider-dot-h {
    height: 10px;
    line-height: 10px;
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 480px;
    z-index: 2;
    text-align: center;
}
.live-finance-banner-wrap .hero-slider .slider-dot-h span.dot_list {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    margin: 6px 0;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.live-finance-banner-wrap .hero-slider .slider-dot-h span.dot_list b {
    display: inline-block;
    width: 0;
    height: 10px;
    background: #3753A2;
    -webkit-transition: height .2s ease-out;
    -o-transition: height .2s ease-out;
    transition: height .2s ease-out
}
.live-finance-banner-wrap .hero-slider .slider-dot-h span.dot_list_cur {
    width: 20px;
}
.live-finance-banner-wrap .hero-slider .slider-dot-h span.dot_list_cur b {
    width: 20px;
}
@media screen and (max-width: 1480px) and (min-width: 768px) {
    .live-finance-banner-wrap .hero-items li.type-manual {
        padding-left: 15px;
    }
    .live-finance-banner-wrap .hero-items li.type-manual .inner {
        max-width: 265px;
    }
}