.green-main-banner .banner-content .banner-btn a{
    width: 250px;
}
.green-main-banner .banner-content .banner-btn li:last-of-type{
    margin-left: 100px;
}

.ink-blue-container p{
    margin: 26px 0 0;
    line-height: 32px;
    font-size: 18px;
}
.finance-database .inner{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.finance-database .banner-con{
    width: 35%;
}
.finance-database .banner-con .banner-title{
    color: #00E8A3;
    font-size: 22px;
}
.finance-database .dynamic-num .num{
    color: #00E8A3!important;
    background: url(../images/number-bg.png) repeat center center!important;
}
.finance-database .dynamic-num .num:first-of-type{
    margin-left: 0!important;
}
.finance-database .content{
    width: 60%;
    text-align: left;
}

.research-brand-container h3{
    font-size: 25px;
    padding: 0;
}
.research-brand ul,
.AI-list{
    padding-bottom: 50px;
}
.AI-list li{
    width: 100%;
}
.AI-list li a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.AI-list li h5,
.AI-list li span{
    display: block;
    font-size: 18px;
    color: #4D4D4D;
    line-height: 60px;
}

.wrap{
    /*width: 11.9rem;*/
    margin-left: auto;
    margin-right: auto;
    border-bottom: 10px solid #f0f2f6;
}
.wrap .breadcrumbs {
    background-color: #fff;
    padding: 20px;
    border-radius: 2px;
    position: relative;
}
.wrap .f20{
    font-size: 20px;
    color: #272F1F;
}

/* 榜单 */
.common-mask-content span{
    font-size: 16px;
    color: #262626;
    text-indent: 0;
}
.page-of-newreport #common_header{
    position: relative;
}
.green-stocks-container{
    width: 1190px;
    margin: 0 auto;
}
.green-stocks-container .banner-content h2,
.green-credit-container .banner-content h2{
    font-size: 46px;
    line-height: 46px;
}

.green-main-banner .stocks-banner .banner-content{
    transform: translate(-50%, -50%);
}
.stocks-banner{
    margin-top: 0;
    height: 100%;
}
.stocks-banner .logo{
    width: 40%;
    margin-bottom: 47px;
}
.stocks-banner .search{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}
.stocks-banner .search input[type=text]{
    width: 50%;
    background: #fff;
    box-shadow: 0 8px 29px 0 rgba(0, 0, 0, 0.3);
    border-radius: 4px 0 0 4px;
    line-height: 45px;
    padding: 0 20px;
}
.stocks-banner .search input[type=button]{
    font-size: 18px;
    color: #fff;
    line-height: 45px;
    /*background: #1560EB;*/
    background: #C2272D;
    border-radius: 0 4px 4px 0;
    padding: 0 50px;
    cursor: pointer;
}
.stocks-banner .btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.stocks-banner .btn li{
    /*width: 118px;*/
    background: rgba(1, 17, 53, 0.4);
    border: 1px solid #F7F7F8;
    border-radius: 2px;
    margin-right: 80px;
}
.stocks-banner .btn li:last-of-type{
    margin-right: 0;
}
.stocks-banner .btn li a{
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 44px;
    padding: 0 50px;
}

.green-stocks-container .dynamic-list{
    padding: 40px 48px 1px;
}
.dynamic-list .industry-screen{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.dynamic-list .industry-screen label{
    font-size: 20px;
    color: #272F1F;
}
.dynamic-list .industry-screen select{
    width: 30%;
    border: 1px solid #DFDFE1;
    border-radius: 2px;
    height: 53px;
    color: #272F1F;
    margin-right: 20px;
    padding: 0 10px;
}
.dynamic-list .uitab-item{
    /*border-top: 2px solid #D3D8DF;*/
}
.dynamic-list .table-con .table-main .table-column table thead th{
    background: #C2272D;
    color: #fff;
    font-weight: bold!important;
}
.dynamic-list .table-list tr td{
    line-height: 56px;
}
.dynamic-list .table-list tbody tr:nth-child(even){
    /*background: #f5f6f7;*/
    background: #FEECE0;
}
.dynamic-list  .table-con .table-main .table-list tr:hover{
    background: #FEECE0;
}
.dynamic-list .table-con .table-main .table-list tr td{
    border-bottom: 1px solid #F3D5C0;
}
.dynamic-list .table-con .table-main .table-list tr td .go-up{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.go-up .icon-up-red{
    display: block;
    width: 8px;
    height: 12px;
    background: url(../images/icon-up-red.png) no-repeat;
    background-size: 100%;
    /*margin-right: 10px;*/
    position: absolute;
    left: 12px;
}

.dynamic-list .table-no-data{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 300px;
}
.dynamic-list .table-no-data p{
    font-size: 20px;
    color: #272F1F;
    line-height: 48px;
}
.dynamic-list .table-no-data .extend-btn{
    display: block;
    width: 252px;
    font-size: 18px;
    line-height: 48px;
    color: #fff;
    background: #1560EB;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 40px auto 0;
}

/* 绿色信贷 */
.green-credit-container{
    position: relative;
    width: 100%;
}
.green-credit-container img{
    width: 100%;
}
.green-credit-container .banner-content-calcHeight{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    height: 100%;
}
.green-credit-container .finance-database .banner-con .dynamic-num .num{
    width: 66px;
    height: 88px;
    font-size: 74px;
    line-height: 88px;
}
.green-credit-container .banner-content{
    position: absolute;
    left: 40px;
    top: 60px;
    text-align: left;
    transform: translate(0,0);
}
.green-credit-container .banner-content h2{
    color: #00E8A3;
    font-weight: 300;
}
.green-credit-container .banner-con{
    width: 100%;
    margin-top: 43px;
}
.green-credit-container .banner-title{
    margin-top: 19px;
    text-shadow: 0 2px 4px rgba(5, 89, 157, 0.75);
}
.green-credit-container .zl-finance{
    width: 100%;
    background: rgba(1,25,50,.8);
    position: absolute;
    bottom: 0;
    line-height: 64px;
    font-size: 22px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.green-credit-container .zl-finance b{
    display: block;
    width: 17px;
    height: 16px;
    background: url(/GreenSecurities/images/icon-arrow-right.png) no-repeat;
    background-size: 100%;
    margin-left: 15px;
}

.fix_right{
    position:fixed;
    width: 146px;
    height: 146px;
    z-index: 999;
    right: 30px;
    bottom: 200px;
}
.bulletBox{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
}

/* 专题解读 */
.list-observe{
    padding: 40px 49px 24px;
}
.list-observe .title{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    margin-bottom: 30px;
}
.list-observe li{
    width: 334px;
    height: 342px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
}
.list-observe li:nth-child(3n){
    margin-right: 0;
}
.list-observe li a{
    display: block;
    width: 100%;
    height: 100%;
}

.list-observe li img{
    width: 100%;
    height: 189px;
}
.list-observe li .title-date{
    padding: 18px 12px 0;
}
.list-observe li h4{
    font-size: 19px;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.list-observe li p{
    margin-top: 34px;
    font-size: 16px;
    color: #666666;
    line-height: 18px;
}

















