/*
公共
头部
选项卡导航栏
选项卡内容——首页
选项卡内容——其他页
底部
新闻详情页-主体
搜索详情页-主体
分享到微信朋友圈弹出框
遮罩广告

*/
/***************************** 公共 ******************************/
html{
    overflow-x: hidden;
}

#body-area p:hover,#body-area h2:hover,#body-area h3:hover,.financier-li a:hover,#body-area .news-area .left-right .other-news-ul .other-news-li .title:hover,#body-area .news-area .pagination-news-ul .pagination-news-li .title:hover{
    color:#c9141d !important;
    text-decoration: underline;
}

.footer .footer-top a:hover{
    text-decoration: underline;
}
a{
    color: rgba(228,228,228,1) ;
    text-decoration:none;
    outline: none;
}
a:hover{
    text-decoration:none;
    /*color: rgba(228,228,228,1) ;*/
}
a:focus, a:hover{
    color: rgba(228,228,228,1) ;
}
@media screen and (max-width: 1000px) {
    html{
        width: fit-content;
    }
}
.inner-box{
    width: 1200px;
    margin: 0 auto;
}
input:focus {
    outline: none !important;
    border: 1px solid #dcdfe6 !important;
}
/* 首页导航栏 */
.nav-tabs>li>a{
    border-radius: 0px;
    margin-right:0px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: 0px;
}
.nav>li>a{
    padding: 14px 12px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background: #fff;
    color: #C50812 !important;
    font-weight: bold;
}
.nav-tabs>li{
    margin-bottom: -2px;
}
/* 首页导航栏结束 */
/***************************** 公共结束 ******************************/

/***************************** 头部 ******************************/
.header{
    /*background: #272B33;*/
    background: #fff;
}
/* 金融号 */
.financial-number-title{
    background: #414141;
    color:#FFF;
}
.financial-number-title .inner-box{
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.financial-number-title .logo, .financial-number-title .app{
    display: flex;
    align-items: center;
    font-weight:500;
    color:rgba(255,255,255,1);
}
.financial-number-title .logo{
    font-size:18px;
}
.financial-number-title .app{
    font-size:18px;
}
.financial-number-title .logo .img, .financial-number-title .app .img{
    /*width: 30px;*/
    width: 25px;
    margin-right: 6px;
}
.financial-number-title .logo .img img, .financial-number-title .app .img img{
    width: 100%;
    display: block;
}
.financial-number-title .list-ul{
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
}
.financial-number-title .list-ul li{
    margin-right: 19px;
}

.financial-number-title .list-ul, .financial-number-title .login{
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.financial-number-title .login-btn{
    margin-right: 21px;
}
.financial-number-title .login{
    cursor: pointer;
}
/* 金融号结束 */
/* 中国金融网 */
.financial-net-title{
    color:#FFF;
}

.financial-net-title .inner-box {
    display: flex;
    justify-content: space-between;
}
.financial-net-title .logo{
    display: flex;
    justify-content: flex-start;
    margin: 19px 0;
}
.financial-net-title .logo .img {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 15px;
}
.financial-net-title .logo .img span{
    font-size:12px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:35px;
}
.financial-net-title .logo .title {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-size:44px;
    font-family:BanglaMN;
    color:rgba(255,255,255,1);
    line-height: 44px;
}
.financial-net-title .logo .title span{
    height:29px;
    font-size:21px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:29px;
}
.financial-net-title .logo .img img{
    /*width: 100%;*/
    width: 83px;
    display: block;
}
.financial-net-title .search{
    margin-top:26px;
    position: relative;
}
.financial-net-title .search .search-input{
    width: 348px;
    height: 40px;
    padding: 0 39px 0 15px;
    border: 1px solid #3A3A3A;
    font-size: 16px;
    font-weight: 400;
    color: rgba(204,204,204,1);
    background: rgba(58,58,58,1);
}


.financial-net-title .search .img{
    position: absolute;
    right: 13px;
    top: 8px;
    width: 24px;
    z-index: 99;
    cursor: pointer;
}

.financial-net-title .search .img img{
    width: 100%;
    display: block;
}
/***************************** 头部结束 ******************************/

/***************************** 选项卡导航栏 ******************************/
.tabs-menu-ul-bg{
    background: #272B33;
}
.index-tabs-menu-ul, #body-area,#search-details{
    width: 1211px;
    margin: 0 auto;
}

.tabs-menu-ul-bg .nav-tabs{
    border-bottom:0;
}

.index-tabs-menu-ul .index-tabs-menu-li{
    font-size: 16px;
    font-weight: 500;
    color: rgba(255,255,255,1);
    /*margin: 0 -3px -2px -3px;*/
}
.index-tabs-menu-ul .index-tabs-menu-li:hover a{
    background: #fff;
    color: #C50812 !important;
    /* background: rgba(80,80,80,1);
     border: 1px solid rgba(80,80,80,1);*/
    border-bottom: 0px;
    margin-bottom: -1px;
}
#indexMyTab li:nth-child(2){
    margin-left: 65px;
}
#indexMyTab{
    position: relative;
}
#indexMyTab .logo {
    width: 50px;
    height: 66px;
    position: absolute;
    left: 0;
    top:0;
    background-color: #fff;
    box-shadow:2px 2px 4px 0px rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
#indexMyTab .logo img{
    width: 89% !important;
}
#indexMyTab .btn{
    position: absolute;
    right: 0;
    top: 6px;
}


.tabs-menu-ul-bg .search{
    /*margin-top:26px;*/
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.tabs-menu-ul-bg .search .logo img{
    width: 89% !important;
}
.tabs-menu-ul-bg .left-right{
    display: flex;
    justify-content: center;
}
.tabs-menu-ul-bg .left-right .close{
    display: flex;
    align-items: center;
    color: #fff;
    opacity: 1;
}
.tabs-menu-ul-bg .search .search-input{
    width: 348px;
    height: 50px;
    padding: 0 39px 0 15px;
    border: 1px solid #C50812;
    font-size: 16px;
    font-weight: 400;
    color: #fff !important;
    background: #C50812;
    /*margin: 5px 0;*/
    margin-left: 29px;
    margin-right: 29px;
}
.tabs-menu-ul-bg input::-webkit-input-placeholder{
    color: #fff !important;
}
.tabs-menu-ul-bg input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #fff !important;
}
.tabs-menu-ul-bg input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #fff !important;
}
.tabs-menu-ul-bg input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff !important;
}

input{
    outline: none !important;
    border: none !important;
    /*border-left: 1px solid #fff !important;*/
    border-radius: 0 !important;

}
input:focus{
    outline: none !important;
    border: 1px solid #C50812 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}


.tabs-menu-ul-bg .search .img{
    cursor: pointer;
    display: flex;
    align-items: center;
}

.tabs-menu-ul-bg .search .img img{
    width: 100%;
    display: block;
}

.tabs-menu-ul-bg .search .logo{
    width: 160px;
    height: 66px;
    position: absolute;
    left: 0;
    top:0;
    background-color: #fff;
    box-shadow:2px 2px 4px 0px rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-tabs-menu-ul .active a{
    background: rgba(80,80,80,1);
}



/***************************** 选项卡导航栏结束 ******************************/

/***************************** 选项卡内容——首页 ******************************/
#body-area .head-left-right{
    display: flex;
    justify-content: space-between;
    /*margin-top: 24px;*/
}

#body-area .head-left-right .focus{
    width: 430px;
    margin-right: 20px;
}

#body-area .head-left-right .focus .focus-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 4px solid rgba(205,205,205,1);
    margin-bottom: 10px;
}

#body-area .head-left-right .focus .focus-title .title{
    height: 25px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(143,0,0,1);
    line-height: 23px;
}
#body-area .head-left-right .focus .focus-title .logo{
    display: flex;
    align-items: center;
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(102,102,102,1);
    line-height: 22px;
    width: 217px;
    height: 35px;
}

#body-area .head-left-right .focus .focus-title a .logo{
    color: rgba(228,228,228,1) !important;
}

#body-area .head-left-right .focus .focus-title a .logo img{
    width: 100%;
}

#body-area .head-left-right .focus .news-ul .news-li{
    border-bottom: 1px solid rgba(205,205,205,1);
    padding: 6px 0;
    cursor: pointer;
}

#body-area .head-left-right .focus .news-ul .news-li .title{
    height: 26px;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    line-height: 18px;
    padding-top: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#body-area .head-left-right .focus .news-ul .news-li:nth-child(1) .title,#body-area .head-left-right .focus .news-ul .news-li:nth-child(2) .title{
    color: #98121a;
}

#body-area .head-left-right .focus .news-ul .news-li .txt{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 23px;
    height: 48px;
    padding: 4px 0;
}

#body-area .head-left-right .focus .news-ul .news-li .txt .reading-quantity{
    position: absolute;
    right: 0;
    bottom: -2px;
    font-size: 12px;
}

#body-area .head-left-right .focus .news-ul .news-li .lm-content{
    display: flex;
    height: 50px;
}

#body-area .head-left-right .focus .news-ul .news-li .lm-content .lm-txt::before{
    content: '';
    float: right;
    height: 100%;
    margin-bottom: -22px;
}
#body-area .head-left-right .focus .news-ul .news-li .lm-content .lm-txt{
    /* display: -webkit-box; */
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 23px;
    padding-top: 5px;
} 

#body-area .head-left-right .focus .news-ul .news-li .lm-content .lm-txt .lm-reading-quantity{
    float: right;
    clear: both;
    margin-left: 5px;
}

#body-area .head-left-right .carousel{
    width: 748px;
    height: 579px;
    overflow: hidden;
}
#body-area .head-left-right .carousel .carousel-inner .item{
    position: relative;
}
#body-area .head-left-right .carousel .carousel-inner .item .carousel-img{
    width: 750px;
    height: 459px;
    overflow: hidden;
    background: black;
    display: flex;
    align-items: center;
}
#body-area .head-left-right .carousel .carousel-inner .item img{
    width: 100%;
    display: block;
    /*height: 459px;*/
    object-fit: cover;
    background: black;
    display: flex;
    align-items: center;
    height: auto;
}

#body-area .head-left-right .carousel .carousel-inner .item .carousel-news{
    background: #f1f1f1;
    padding: 13px 14px;
    height: 120px;
}

#body-area .head-left-right .carousel .carousel-inner .item .carousel-news .title{
    font-size: 20px;
/* font-weight: 500; */
    color: #333;
    line-height: 40px;
    font-weight: bold;
}

#body-area .head-left-right .carousel .carousel-inner .item .carousel-news .carousel-news-txt{
    font-size: 13px;
    font-weight: 400;
    color: rgba(102,102,102,1);
    line-height: 28px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#body-area .head-left-right .carousel .carousel-control{
    height: 459px;
    background: none !important;
}
#body-area .head-left-right .carousel .carousel-inner .item .img-bottom{
    position: absolute;left: 0;bottom: 0;width: 748px;height: 120px;overflow: hidden
}
#body-area .head-left-right .carousel .carousel-inner .item .img-bottom img{
    width: 100%;height: 120px;display: block;overflow: hidden
}
#body-area .head-left-right .carousel .carousel-indicators{
    bottom: 146px;
    display: none;
}

#body-area .main-left-right{
    /*margin-top: 20px;*/
    display: flex;
    justify-content: space-between;
}
#body-area .main-left-right .main-left{
    /*border-top: 4px solid rgba(205,205,205,1);*/
    width: 800px;
    margin-right: 30px;
}

#body-area .main-left-right .main-left .main-left-ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#body-area .main-left-right .main-left .main-left-ul .main-left-li{
    /*margin-top: 18px;*/
    margin-top: 1px;
    width: 248px;
    margin-right: 28px;
    cursor: pointer;
    margin-bottom: 17px;
}
#body-area .main-left-right .main-left .main-left-ul .main-left-li:nth-child(3n){
    margin-right: 0;
}

#body-area .main-left-right .main-left .main-left-ul .main-left-li .img{
    width: 248px;
    height: 141px;
    overflow: hidden;
    background: gainsboro;
}

#body-area .main-left-right .main-left .main-left-ul .main-left-li .img img{
    width: 100%;
    display: block;
}

#body-area .main-left-right .main-left .main-left-ul .main-left-li .label{
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    padding: 10px 0;
}

#body-area .main-left-right .main-left .main-left-ul .main-left-li .label .red{
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: rgba(143,0,0,1);
    line-height: 20px;
}

#body-area .main-left-right .main-left .main-left-ul .main-left-li .label h2{
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(102,102,102,1);
    line-height: 17px;
    padding: 5px 0;
}

#body-area .main-left-right .main-left .main-left-ul .main-left-li .title{
    height: 24px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#body-area .main-left-right .main-left .main-left-ul .main-left-li .txt{
    font-size: 13px;
    font-weight: 400;
    color: rgba(102,102,102,1);
    line-height: 23px;
    padding: 5px 0;
    height: 71px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#body-area .main-left-right .main-left .main-left-ul .main-left-li .is-read{
    height: 40px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(153,153,153,1);
    line-height: 22px;
    padding: 3px 0;
}

#body-area .main-left-right .main-right{
    background: rgba(248,248,248,1);
    width: 370px;
    /*padding: 10px;*/
}

#body-area .main-left-right .main-right .advertise-big{
    /*width: 370px; */
    overflow: hidden;
    height: 254px;
    display: none;
}


#body-area .main-left-right .main-right .advertise-big img{
    width: 100%;
    display: block;
    /* object-fit: cover; */
    height: 254px;
}

#body-area .main-left-right .main-right .main-right-title{
    font-size: 14px;
    font-weight: bold;
    color: rgba(143,0,0,1);
    line-height: 25px;
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
}

#body-area .main-left-right .main-right .main-right-title .gray-line{
    position: absolute;
    right: 0px;
    top: 23px;
    width: 250px;
    border-top: 4px solid rgba(205,205,205,1);
}

#body-area .main-left-right .main-right .img-story .img{
    /* width: 369px; */
    height: 219px;
    background: gainsboro;
    overflow: hidden;
}

#body-area .main-left-right .main-right .img-story .img img{
    width: 100%;
    display: block;
    object-fit: cover;
    height: 219px;
}

#body-area .main-left-right .main-right .small-title{
    height: 31px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 31px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* width: 341px; */
    padding: 0 0 0 5px;
}
.financier .financier-flex, .financial-case-ul .financial-case-flex{
    padding: 0 5px;
}
#body-area .main-left-right .main-right .img-story .img-story-txt{
    font-size: 14px;
    font-weight: 400;
    color: rgba(102,102,102,1);
    line-height: 23px;
    height: 69px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#body-area .main-left-right .main-right .financier .financier-flex a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
}

#body-area .main-left-right .main-right .financier .financier-flex .img{
    width: 158px;
    height: 102px;
    overflow: hidden;
    background: gainsboro;
}
#body-area .main-left-right .main-right .financier .financier-flex .img img{
    width: 100%;
    display: block;
    object-fit: cover;
    height: 102px;

}

#body-area .main-left-right .main-right .financier .financier-flex .describe{
    width: 180px;
    height: 71px;
    font-size: 10px;
    font-weight: 400;
    color: rgba(102,102,102,1);
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
#body-area .main-left-right .main-right .financier .financier-ul{
    padding: 0;
}

#body-area .main-left-right .main-right .financier .financier-ul .financier-li{
    font-size: 14px;
    font-weight: 400;
    color: rgba(70,118,147,1);
    /* line-height: 22px; */
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 350px;
}


#body-area .main-left-right .main-right .financial-case .financial-case-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#body-area .main-left-right .main-right .financial-case .financial-case-flex .img{
    width: 90px;
    height: 71px;
    overflow: hidden;
    background: gainsboro;
}

#body-area .main-left-right .main-right .financial-case .financial-case-flex .img img{
    width: 100%;
    display: block;
    height: 71px;
    object-fit: cover;
}

#body-area .main-left-right .main-right .financial-case .financial-case-flex .describe{
    width: 250px;
    /* height: 15px; */
    font-size: 12px;
    font-weight: 400;
    color: rgba(102,102,102,1);
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#body-area .main-bottom-ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#body-area .main-bottom-ul .main-bottom-li{
    margin-top: 18px;
    width: 279px;
    cursor: pointer;
}

#body-area .main-bottom-ul .main-bottom-li .img{
    width: 279px;
    height: 141px;
    background: gainsboro;
    overflow: hidden;
}
#body-area .main-bottom-ul .main-bottom-li .img img{
    width: 100%;
    display: block;
}

#body-area .main-bottom-ul .main-bottom-li .label{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#body-area .main-bottom-ul .main-bottom-li .label .red{
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: rgba(143,0,0,1);
    line-height: 20px;
}

#body-area .main-bottom-ul .main-bottom-li .label h2{
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(102,102,102,1);
    line-height: 17px;
    padding: 5px 0;
}

#body-area .main-bottom-ul .main-bottom-li .title{
    height: 24px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(51,51,51,1);
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#body-area .main-bottom-ul .main-bottom-li .txt{
    font-size: 13px;
    font-weight: 400;
    color: rgba(102,102,102,1);
    line-height: 23px;
    padding: 5px 0;
    height: 79px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#body-area .main-bottom-ul .main-bottom-li .is-read{
    height: 19px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(153,153,153,1);
    line-height: 17px;
}
#body-area .main-bottom-ul .main-bottom-li .label {
    padding: 0 !important;
}

#body-area .weibo-bank .weibo-img-ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#body-area .weibo-bank .weibo-img-ul .weibo-img-li{
    width: 279px;
    height: 156px;
    overflow: hidden;
    /*background: gainsboro;*/
    position: relative;
}

#body-area .weibo-bank .weibo-img-ul .weibo-img-li .jiaobiao{
    position: absolute;
    left: 0px;
    top: -3px;
}
#body-area .weibo-bank .weibo-img-ul .weibo-img-li .jiaobiao img{
    width: 35px;
    height: 13px;
}

#body-area .weibo-bank .weibo-img-ul .weibo-img-li img{
    width: 279px;
    height: 156px;
    overflow: hidden;
    /*background: gainsboro;*/
}

#body-area .weibo-bank .weibo-bank-title{
    font-size: 18px;
    font-weight: bold;
    color: rgba(143,0,0,1);
    line-height: 25px;
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    margin-top: 7px;
}

#body-area .weibo-bank .weibo-bank-title .gray-line{
    position: absolute;
    right: 0;
    top: 20px;
    width: 933px;
    border-top: 9px solid rgba(205,205,205,1);
}

#body-area .weibo-bank .weibo-img-ul .weibo-img-li img{
    width: 100%;
    height: 156px;
    object-fit: cover;
}


#body-area .partner-img .partner-img-title{
    font-size: 18px;
    font-weight: bold;
    color: rgba(143,0,0,1);
    line-height: 25px;
    position: relative;
    align-items: center;
    height: 50px;
    margin-top: 18px;
    display: flex;
    justify-content: center;
}

#body-area .partner-img .partner-img-title .gray-line{
    position: absolute;
    right: 0;
    top: 20px;
    width: 382px;
    border-top: 9px solid rgba(205,205,205,1);
}

#body-area .partner-img .partner-img-title .gray-line-left{
    position: absolute;
    left: 0;
    top: 20px;
    width: 382px;
    border-top: 9px solid rgba(205,205,205,1);
}

#body-area .partner-img .partner-img-ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#body-area .partner-img .partner-img-ul .partner-img-li{
    width: 152px;
    height: 73px;
}
/***************************** 选项卡内容——首页结束 ******************************/

/***************************** 选项卡内容——其他页 ******************************/
#body-area .news-area{
    margin-top: 50px;
    cursor: pointer;
}

#body-area .news-area .news-area-title{
    height: 18px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(143,0,0,1);
    line-height: 13px;
}

#body-area .news-area .left-right{
    border-top: 1px solid rgba(205,205,205,1);
    padding-top: 13px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(205,205,205,1);
    padding-bottom: 10px;
    height: 500px;
}

#body-area .news-area .left-right .head-new{
    width: 613px;
}

#body-area .news-area .left-right .head-new .img{
    width: 613px;
    height: 375px;
    overflow: hidden;
    background: gainsboro;
}

#body-area .news-area .left-right .head-new .img img{
    width: 100%;
    display: block;
    height: 375px;
    object-fit: cover;
}

#body-area .news-area .left-right .head-new .inner-left-right{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 33px;
    line-height: 33px;
}

#body-area .news-area .left-right .head-new .inner-left-right .title{
/* height: 20px; */
    font-size: 16px;
    font-weight: bold;
    color: rgba(0,0,0,1);
/* line-height: 20px; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#body-area .news-area .left-right .head-new .inner-left-right .is-read{
    /* height: 13px; */
    font-size: 12px;
    font-weight: 400;
    color: rgba(153,153,153,1);
    /* line-height: 12px; */
}

#body-area .news-area .left-right .head-new .describe{
    font-size: 14px;
    font-weight: 400;
    color: rgba(102,102,102,1);
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#body-area .news-area .left-right .other-news-ul .other-news-li{
    border-bottom: 1px solid rgba(205,205,205,1);
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 562px;
}

#body-area .news-area .left-right .other-news-ul .other-news-li .title{
    height: 16px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(0,0,0,1);
    line-height: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#body-area .news-area .left-right .other-news-ul .other-news-li .inner-left-right{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#body-area .news-area .left-right .other-news-ul .other-news-li .inner-left-right .img{
    width: 146px;
    height: 100px;
    overflow: hidden;
    background: gainsboro;
}

#body-area .news-area .left-right .other-news-ul .other-news-li .inner-left-right .img img{
    width: 100%;
    display: block;
    height: 100px;
    object-fit: cover;
}

#body-area .news-area .left-right .other-news-ul .other-news-li .inner-left-right .up-down .describe{
    width: 405px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(102,102,102,1);
    line-height: 23px;
    padding-left: 11px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#body-area .news-area .left-right .other-news-ul .other-news-li .inner-left-right .up-down .is-read{
    height: 13px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(153,153,153,1);
    line-height: 12px;
    display: flex;
    justify-content: flex-end;
}

#body-area .news-area .left-right .other-news-ul .other-news-li:last-child{
    margin-bottom: 0;
    border-bottom: 0;
}

#body-area .news-area .pagination-news-ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
    /*height: 701px;*/
    height: 1026px;
}

#body-area .news-area .pagination-news-ul .pagination-news-li{
    width: 279px;
    margin-right: 28px;
}
#body-area .news-area .pagination-news-ul .pagination-news-li:nth-child(4n){
    margin-right: 0;
}

#body-area .news-area .pagination-news-ul .pagination-news-li .img{
    width: 279px;
    height: 156px;
    overflow: hidden;
    background: gainsboro;
}

#body-area .news-area .pagination-news-ul .pagination-news-li .img img{
    width: 100%;
    display: block;
    object-fit: cover;
    height: 156px;
}

#body-area .news-area .pagination-news-ul .pagination-news-li .title{
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(51,51,51,1);
    line-height: 22px;
    padding: 15px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#body-area .news-area .pagination-news-ul .pagination-news-li .describe{
    height: 70px;
    font-size: 13px;
    font-weight: 400;
    color: rgba(102,102,102,1);
    line-height: 23px;
    overflow: hidden;
}

#body-area .news-area .pagination-news-ul .pagination-news-li .is-read{
    height: 21px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(153,153,153,1);
    line-height: 17px;
    padding: 15px 0 20px 0;
}

/***************************** 选项卡内容——其他页结束 ******************************/

/***************************** 底部 ******************************/
.footer{
    background: rgba(39,43,51,1);
    color: rgba(228,228,228,1);
    margin-top: 17px;
}

.footer .footer-top{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 400;
    color: rgba(228,228,228,1);
    align-items: center;
    /* line-height: 17px; */
}

.footer .footer-top .footer-top-left{
    padding: 16px 0px;
}

.footer .footer-top .footer-top-left ul{
    display: flex;
    justify-content: space-between;
    width: 631px;
}

.footer .footer-top .footer-top-left ul:nth-child(1) li{
    font-size: 16px;
    font-weight: 400;
    color: rgba(228,228,228,1);
    line-height: 32px;
}

.footer .footer-top .footer-top-right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer .footer-bottom{
    border-top: 1px solid rgba(76,76,76,1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    font-weight: 400;
    color: rgba(228,228,228,1);
    line-height: 17px;
    padding: 20px 0;
}

/***************************** 底部结束 ******************************/

/***************************** 新闻详情页—主体 ******************************/
#news-details .news-details-data{
    margin-top: 45px;
}
#news-details .news-details-data .main-title{
    /* height: 87px; */
    font-size: 30px;
    font-weight: bold;
    color: rgba(26,26,26,1);
    line-height: 42px;
    text-align: center;
    position: relative;
    padding-right: 340px;
    padding-left: 173px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#news-details .news-details-data .main-title .main-old-logo{
    position: absolute;
    left: 36px;
}

#news-details .news-details-data .main-sub-title{
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(102,102,102,1);
    line-height: 20px;
    text-align: center;
    margin: 15px 0 23px 0;
    padding-right: 340px;
    padding-left: 173px;
}
#news-details .left-right{
    display: flex;
    justify-content: space-between;
    margin-top: 42px;
}

#news-details .main-bottom{
    overflow: hidden;
    padding-left: 166px;
}

#news-details .left-right .news-details-main{
    width: 880px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

#news-details .left-right .news-details-main .inner-left-right{
    justify-content: space-between;
    display: flex;
}

#news-details .left-right .news-details-main .inner-left-right .share{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 41px;
    top: 434px;

}
#news-details .left-right .news-details-main .inner-left-right .share img{
    padding-left: 10px;
}

#news-details .left-right .news-details-main .inner-left-right .share .jrw-erweima{
    width: 130px;
    height: 159px;
    background: rgba(240,242,245,1);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(102,102,102,1);
    line-height: 22px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#news-details .left-right .news-details-main .inner-left-right .share .jrw-erweima img{
    padding-left: 0 !important;
    margin-top: 7px;
}

#news-details .left-right .news-details-main .inner-left-right .share .share-ul li{
    list-style: none;
    display: flex;
    align-items: center;
    padding: 10px 0;
    width: 125px;
}

#news-details .left-right .news-details-main .inner-left-right .share .share-ul li:nth-child(1){
    margin-top: 16px;
}

#news-details .left-right .news-details-main .inner-left-right .share .share-ul li img{
    margin-right: 36px;
}

#news-details .left-right .news-details-main .inner-left-right .txt{
    font-size: 16px;
    font-weight: 400;
    color: rgba(51,51,51,1);
    line-height: 26px;
    width: 685px;
    overflow: hidden;
}
#news-details .left-right .news-details-main .inner-left-right .txt p{
    width: 100% !important;
}
#news-details .left-right .news-details-main .inner-left-right .txt p img{
    width: 100%;
    height: 100%;
}

#news-details .left-right .search-ad-ul .search-ad-li a img{
    padding-left: 0 !important;
    margin-top: 7px;
}

#news-details .main-bottom{
/* width: 880px; */
    overflow: hidden;
    padding-left: 166px;
}

#news-details .main-bottom .down-app{
    height: 28px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(51,51,51,1);
    line-height: 28px;
    margin: 20px 0 50px 0;
    position: relative;
}

#news-details .main-bottom .down-app span{
    color: #EB1302;
}

#news-details .main-bottom .more-news-ul {
    margin: 17px 0 50px 0;
}

#news-details .main-bottom .more-news-ul .more-news-li{
    font-size: 16px;
    font-weight: 400;
    color: rgba(42,62,97,1);
    line-height: 22px;
    height: 26px;
 /*   display: flex;
    justify-content: space-between;*/
    cursor: pointer;
    font-family: STSongti-TC-Regular;
}
#news-details .main-bottom .more-news-ul .more-news-li a{
    font-size: 16px;
    font-weight: 400;
    color: rgba(42,62,97,1) !important;
    line-height: 22px;
    height: 26px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-family: STSongti-TC-Regular;
}

#news-details .main-bottom .more-news-ul .more-news-li p{
    width: 650px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
#news-details .main-bottom .more-news-ul .more-news-li p:hover{
    color: #EB1302;
}
#news-details .main-bottom .more-news-ul .more-news-li h6{
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(153,153,153,1);
    line-height: 20px;
}

#news-details .main-bottom .weishoot-img-title{
    height: 28px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(51,51,51,1);
    line-height: 28px;
    border-left: 4px solid rgba(26,26,26,1);
    padding-left: 10px;
}

#news-details .main-bottom .weishoot-img-ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 17px;
}

#news-details .main-bottom .weishoot-img-ul .weishoot-img-li{
    width: 200px;
    height: 112px;
    overflow: hidden;
}

#news-details .main-bottom .weishoot-img-ul .weishoot-img-li img{
    width: 100%;
    display: block;
    height: 112px;
    object-fit: cover;
    background: gray;
}
/***************************** 新闻详情页主体结束 ******************************/

/***************************** 搜索详情页-主体 ******************************/
#search-details .left-right{
    display: flex;
    justify-content: space-between;
    margin-top: 42px;
}
#search-details .left-right .search-details-main{
    width: 880px;
}

#search-details .left-right .search-details-main .search-input-group{
    display: flex;
    justify-content: space-between;
}
#search-details .left-right .search-details-main .search-details-ul{
    margin-top: 38px;
}

#search-details .left-right .search-details-main .search-input-group>div{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /*width: 222px;*/
    /* margin-right: 36px; */
}
#search-details .left-right .search-details-main .search-input-group .search-details-btn{
    width: 68px;
    height: 34px;
    background: rgba(39,43,51,1);
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255,255,255,1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#search-details .left-right .search-details-main .search-input-group div h3{
    width: 46px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(51,51,51,1);
    line-height: 22px;
}

#search-details .left-right .search-details-main .search-input-group .input-size{
    width: 183px;
    height: 36px;
}
#search-details .left-right .search-details-main .search-input-group .dropdown-menu{
    width: 183px;
}
#search-details .left-right .search-details-main .search-input-group .dropdown-menu>li>a{
    color: #333 !important;
}

#search-details .left-right .search-ad-ul .search-ad-li{
    width: 300px;
    margin-bottom: 10px;
}

#search-details .left-right .search-ad-ul .search-ad-li img{
    width: 100%;
    display: block;
}

.pagination{
    display: flex;
    justify-content: center;
    margin-bottom: 50px !important;
    margin-top: -34px !important;
}
.pagination a.cur{
    background-color: #000 !important;
    color: #fff !important;
}
.pagination a{
    margin: 0 5px;
    min-width: 30px;
    border-radius: 2px;
    padding: 0 4px;
    font-size: 13px;
    height: 30px !important;
    line-height: 28px;
    box-sizing: border-box;
    text-align: center;
    background-color: #f4f4f5 !important;
    color: #606266 !important;
}
.pagination p{
    height: 30px !important;
    background-color: #f4f4f5 !important;
    color: #606266 !important;
}
.pagination p:last-child{
    background-color: #fff !important;
}


/***************************** 搜索详情页-主体结束 ******************************/

/***************************** 分享到微信朋友圈弹出框 ******************************/
.weixin-dialog-title{
    line-height: 24px;
    font-size: 18px;
    color: #303133;
    margin-top: 14px;
    text-align: center;
}
.weixin-dialog {
    width: 310px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.weixin-dialog .wechat-erweima{
    width: 160px;
    margin: 0 auto;
}

.weixin-dialog .wechat-erweima img{
    width: 100%;
}
/***************************** 分享到微信朋友圈弹出框结束 ******************************/
/***************************** 金融眼 ******************************/
.finance-eye{
    margin:12px 0;
    padding: 20px;
    /*height:266px;*/
   /* background:rgba(247,247,247,1);
    border: 2px dashed rgba(51,51,51,1);*/
    position: relative;
    border-radius: 10px;
    border: 2px solid rgba(205,205,205,1);
    padding-bottom: 0;
}
.finance-eye .news-ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.finance-eye .news-ul .news-li{
    /*border-bottom: 1px solid rgba(205,205,205,1);*/
    padding: 6px 0;
    cursor: pointer;
    width: 505px;
}

.finance-eye .news-ul .news-li .title{
    height: 26px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 18px;
    padding-top: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.finance-eye .news-ul .news-li .txt{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 23px;
    height: 68px;
    padding: 4px 0;
    overflow: hidden;
    /* text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;*/
}

.finance-eye .news-ul .news-li .txt .reading-quantity{
    position: absolute;
    right: 0;
    bottom: -5px;
}

.finance-eye .img{
    width: 110px;
    height: 226px;
    position: absolute;
    left: 45%;
    top: 3%;
}
.finance-eye .img img{
    width: 100%;
    display: block;
}


.finance-eye-btn{
    position: absolute;
    right: 9px;
    top: 10px;
    width:93px;
    height:35px;
    background:rgba(234,33,45,1);
    border-radius:5px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color:rgba(255,255,255,1);
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

/***************************** 金融眼结束 ******************************/
.banner-img,.top-two,.other-pc-focus,.top-three,.top-four{
    width: 100%;
    height: auto;
    /*background: grey;*/
    /*margin-bottom: 5px;*/
    /*margin-top: 30px;*/
    margin-top: 9px;
    margin-bottom:-13px;
}
.top-two{
    margin-bottom: 10px;
}
.other-pc-focus{
    margin-bottom: -24px;
}

.top-three{
    margin-top: 0;
    margin-bottom: 10px;
}

.top-four{
    margin-top: 0;
    margin-bottom: 0;
}

.banner-img img, .top-two img,.other-pc-focus img,.top-three img,.top-four img{
    width: 100%;
    height: 100%;
}

.banner-img,.top-two{
    position: relative;
}

.jiaobiao{
    position: absolute;
    right: 0;
    top: 0;
}
.jiaobiao img{
    width: 100%;
    display: block;
}

#carousel-example-generic .carousel-indicators li{
    margin-right: 10px;
}


/* 遮罩广告 */
.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 999;
}

#carousel-mask-generic {
    width: 80%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    margin-top: 2%;
}
#carousel-mask-generic .carousel-indicators li{
    margin-right: 10px;
}
#close-mask {
    position: absolute;
    right: 2%;
    top: 2%;
    z-index: 9999;
    cursor: pointer;
    width: 68px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
}
#close-mask i{
    margin-right: 2px;
    background: url(../images/close_white.png) no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: 64%;
    display: block;
}

#olnum{
    bottom: 5px !important;
    display: none !important;
}



/******************** 首页 金融眼图说样式 *****************************/
.eye-image-area{
    margin-top: 26px;
    border-top: 1px solid #D1D1D1;
}
.eye-main-ul-index {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
}

.eye-main-ul-index .eye-main-li-index {
    /*       width: 313px;
    height: 586px; */
    width: 148px;
    height: 263px;
    background: url(https://weishoot.com/images/chinaFN/test_bg.png) no-repeat center top;
    background-size: 100% 100%;
    margin-right: 21px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.eye-main-ul-index .eye-main-li-index .show-eye-img{
    width: 100%;
    display: block;
}

.eye-main-ul-index .eye-main-li-index:nth-child(7n) {
    margin-right: 0;
}

.eye-main-ul-index .eye-main-li-index .line {
    width: 100%;
    height: 1px;
    background: rgba(216, 35, 46, 1);
    margin: 0 auto;
}

.eye-main-ul-index .eye-main-li-index .header,
.eye-main-ul-index .eye-main-li-index .bottom {
    width: 100%;
}

.eye-main-ul-index .eye-main-li-index .header {
    position: relative;
}

.eye-main-ul-index .eye-main-li-index .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
}

.eye-main-ul-index .eye-main-li-index h2 {
    margin-top: -6px;
    font-weight: bold;
    font-size: 33px;
    margin-bottom: 5px;
}

.eye-main-ul-index .eye-main-li-index h2,
.eye-main-ul-index .eye-main-li-index h3 {
    text-align: center;
}

.eye-main-ul-index .eye-main-li-index h3 {
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(216, 35, 46, 1);
    line-height: 24px;
}

.eye-main-ul-index .eye-main-li-index .txt {
    font-size: 10px;
    line-height: 18px;
    padding: 0 6px;
    /* margin: 0 auto; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 3; */
    -webkit-box-orient: vertical;
    margin-top: 5px;
}

.eye-main-ul-index .eye-main-li-index .txt img {
    /* position: absolute;
    right: 0;
    bottom: 0; */
    width: 10px;
}

.eye-main-ul-index .eye-main-li-index h2 {
    font-weight: bold;
    font-size: 32px;
    font-weight: normal;
    color: rgba(216, 35, 46, 1);
    line-height: 42px;
}

.eye-main-ul-index .eye-main-li-index .header .date {
    position: absolute;
    right: -13px;
    bottom: -2px;
    font-size: 10px;
    color: #D8232E;
    transition: scale(0.8%);
    transform: scale(0.8);
}

.eye-main-ul-index .eye-main-li-index .header img,
.eye-main-ul-index .eye-main-li-index .bottom img {
    width: 100%;
    display: block;
    margin-bottom: 0;
}

.eye-main-ul-index .eye-main-li-index:nth-child(7n) {
    margin-right: 0;
}

.eye-main-ul-index .eye-main-li-index .user-info {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 10px;
}

.eye-main-ul-index .eye-main-li-index .user-info img {
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
}

.eye-main-ul-index .eye-main-li-index .user-info p {
    width: 161px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}


.eye-main-ul-index .eye-main-li-index .bank-logo {
    display: flex;
    align-items: center;
    width: 105px;
    height: 14px;
}

.eye-main-ul-index .eye-main-li-index .bank-logo img {
    width: 100%;
    display: block;
}

.eye-main-ul-index .eye-main-li-index .main {
    width: 100%;
    margin-bottom: 5px;
}

.eye-main-ul-index .eye-main-li-index .main img {
    width: 100%;
    display: block;
}


/* 遮罩层 */
.mask-model {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
}

/* 弹窗 */
.window-model {
    width: 300px;
    height: auto;
    /*background: rosybrown;*/
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: none;
}

/* 关闭按钮 */
.window-model-close {
    position: absolute;
    right: 6px;
    top: 0;
    color: white;
    font-size: 19px;
    cursor: pointer;
}


/* 弹窗内容 */
.window-model .main .img {
    width: 300px;
    height: 534px;
    margin-bottom: 13px;
}

.window-model .main .img img {
    width: 100%;
    height: 534px;
    object-fit: cover;
    display: block;
    /*background-color: blueviolet;*/
}

.window-model .main ul {
    display: flex;
    align-items: center;
}

.window-model .main ul li,
.window-model .main ul li a {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin-right: 10px;
    cursor: pointer;
}

.window-model .main ul li img {
    width: 26px;
    height: 26px;
    display: block;
}

.window-model .main ul .down-load-bg {
    margin-left: 15px;
}

.window-model .main ul .down-load-bg img {
    width: 16px;
    height: 16px;
}

/* 二维码弹窗 */
.erweima-window-model {
    width: 300px;
    height: 300px;
    /* background: rosybrown; */
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    display: none;
}

.erweima-window-model img {
    margin: 0 auto;
    display: block;
}

/* 关闭按钮 */
.erweima-window-model-close {
    position: absolute;
    right: 6px;
    top: 0;
    color: white;
    font-size: 19px;
    cursor: pointer;
}
.more-eyes-btn{
    display: flex;
    justify-content: flex-end;
    color: #D1D1D1;
    margin-top: 9px;
}
.more-eyes-btn a{
    color: #D1D1D1 !important;
}
#qrcode {
    padding: 23px;
    background: #fff;
}

.erweima-window-close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
/******************** 首页 金融眼图说样式.结束 *****************************/

#carousel-example-generic1{
    width: 848px;
    height: 604px;

}
#carousel-example-generic1 .carousel-caption{
    text-align: left;
    text-shadow: none;
}




#carousel-example-generic1 .carousel-inner .img{
    width: 100%;
    height: 519px;
    background: grey;
}
#carousel-example-generic1 .carousel-inner .img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.carousel-caption{
    position:initial;
}
.head-left-right-top{
    width: 341px;
}

.head-left-right-top .news-li{
    margin-bottom: 19px;
}

.head-left-right-top .news-li .img{
    width: 100%;
    height: 220px;
    background: grey;
}
.head-left-right-top .news-li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.head-left-right-top .news-li h2,#carousel-example-generic1 .carousel-caption h2{

    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    text-shadow: 0 0 black;
}
.head-left-right-top .news-li p, #carousel-example-generic1 .carousel-caption p{

    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-shadow: 0 0 #666666;
}

#carousel-example-generic1 .carousel-indicators {
    bottom: 108px !important;
    display: none;
}

.new-top-ad1 a{
    height: 100%;
    display: block;
}


#body-area .weibo-bank .weibo-img-ul .topic-img-li{
    width: 282px;
    height: 70px;
    overflow: hidden;
    /*background: gainsboro;*/
    position: relative;
}

#body-area .weibo-bank .weibo-img-ul .topic-img-li img{
    width: 100%;
    height: 33px;
    overflow: hidden;
    /*background: gainsboro;*/
}