@charset "utf-8";

.rank_mrg_tx{
    margin-top: 50px;
}

.rankindex_banner{
    width: 100%;
    height: 330px;
    background: url('/images/rankbanner_lv1.png') no-repeat;
    background-size: 100% 330px;
}
.rankindex_banner .maincontent{
    position: relative;
    width: 1100px;
    height: 330px;
    margin: 0 auto;
}
.rankindex_banner .banner_title{
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -230px;
    width: 460px;
    height: 180px;
    background: url('/images/rankbanner_title.png') no-repeat;
    background-size: 100%;

}
.banner_search_zone {
    position: absolute;
    top: 210px;
    left: 50%;
    margin-left: -320px;
    width: 640px;
    height: 50px; 
}
.banner_search_zone .banner_search {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background:rgba(255,255,255,1);
    border-radius:28px;
    border:1px solid rgba(197,146,106,1);
    padding-left: 26px;
    font-size:16px;
    color:rgba(102,102,102,1);
}
.banner_search_zone .banner_search::-webkit-input-placeholder {
    color: rgba(121, 121, 121, 0.5);
}
.banner_search_zone .banner_search:-ms-input-placeholder {
    color: rgba(121, 121, 121, 0.5);
}
.banner_search_zone .banner_search:-moz-placeholder {
    color: rgba(121, 121, 121, 0.5);
}
.banner_search_zone .banner_search::-moz-placeholder {
    color: rgba(121, 121, 121, 0.5);
}
.banner_search_zone .search_btn {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
    background-image: url('/images/icon/search_icon3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:24px;
    background-color: rgba(255,255,255,1);
}

.rankindex_banner .banner_logo{
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 185px;
    height: 237px;
    background: url('/images/rankbanner_pos.png') no-repeat;
    background-size: 100%;
}

/*一级榜单列表*/
.rank_list_zone{
    padding: 20px 0 50px;
}
.common_rank_section{
    margin-top: 30px;
}
.ranktitle_year{
    width: 170px;
    height: 45px;
    margin: 0 auto 35px;
}
.ranktitle_year img{
    display: block;
    width: 100%;
    height: 100%;
}
.common_rank_list{
    display: block;
}
.common_rank_list li {
    display: block;
    float: left;
    width: 330px;
    height: 270px;
    box-sizing: border-box;
    margin: 0 55px 40px 0;
    border:1px solid rgba(224,224,224,1);
}
.common_rank_list li:nth-child(3n){
    margin: 0 0 20px 0;
}

.common_rank_list li .coverimg{
    position: relative;
    display: block;
    width: 100%;
    height: 190px;
    background: url('/images/default_cover.png') no-repeat center;
    background-size: 100%;
    overflow: hidden;
}
.common_rank_list li .coverimg img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s; /* Opera */
}
.common_rank_list li:hover .coverimg img{
    transform: scale(1.2); 
    -ms-transform:scale(1.2); 	/* IE 9 */
    -moz-transform:scale(1.2); 	/* Firefox */
    -webkit-transform:scale(1.2); /* Safari 和 Chrome */
    -o-transform:scale(1.2); 	/* Opera */
}
.common_rank_list li .rank_info {
    height: 80px;
    width: 100%;
}
.common_rank_list li .rank_info .rank_main_title {
    display: block;
    height: 30px;
    margin: 10px 15px 0;
    line-height: 30px;
    font-weight: 700;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rank_info .date_report {
    height: 30px;
}
.common_rank_list li .rank_info .date_report span:nth-child(1) {
    display: inline-block;
    float: left;
    height: 100%;
    width: 200px;
    line-height: 30px;
    text-indent: 15px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.common_rank_list li .rank_info .date_report span:nth-child(2) {
    float: right;
    display: flex;
    margin-right: 15px;
    align-items: center;
    height: 100%;
    width: 97px;
}
.common_rank_list li .rank_info .date_report span:nth-child(2) a {
    display: block;
    height: 22px;
    width: 97px;
    background: #0999F1;
    line-height: 22px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: center;
    border-radius: 4px;

}

.date_report .related_report a {
    display: block;
    width: 100%;
    height: 100%;
    color:rgba(255,255,255,1);
    font-size:14px;
    height:23px;
    line-height: 23px;
    text-indent: 6px;
}

#rank_2016,
#rank_2015,
#rank_2014,
#rank_2013,
#rank_2012,
#rank_2011,
#rank_2010,
#rank_2009,
#rank_2008,
#rank_2007,
#rank_2006 {
    display: none;
}




/*二级榜单列表*/
.rank_banner{
    position: relative;
    width: 100%;
    height: 330px;
}
.rank_banner img{
    width: 100%;
    height: 330px;
}

.rank_banner .bannertitle{
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform:translate(-50%,-50%);
    width:1000px;
    line-height: 60px;
    max-height: 120px;
    color: #f7dabb;
    font-size: 42px;
    text-align: center;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.rank_banner .banner_search_zone {
    position: absolute;
    top: 228px;
    left: 50%;
    margin-left: -320px;
    width: 640px;
    height: 50px;
}
.rank_breadtitle{
    height: 90px;
    max-width: 1100px;
    line-height: 90px;
    font-size: 14px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rank_breadtitle a{
    color: #232323;
}
.rank_breadtitle a.active{
    color: #009CFF;
}

.rank_folder_zone{
    color: #000;
    padding-bottom: 50px;
}
.rank_folder_zone .lv1{
    padding-bottom: 20px;
}
.rank_folder_zone .lv1title{
    font-size:16px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    max-width: 1000px;
    width: auto;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 二级标题 */
.rank_folder_zone .lv2title{
    font-size:16px;
    max-width: 1000px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: url('/images/icon/rankicon2.png') no-repeat;
    background-size:30px;
    background-position: 0 10px;
    padding-left: 40px;
    cursor: pointer;
    width: auto;
    max-width: 1000px;
    box-sizing:border-box;

}
.rank_folder_zone .lv2title ~ .lv3{
    display: none;
}
.rank_folder_zone .lv2.active .lv2title{
    color: #009CFF;
}
.rank_folder_zone .lv2.active .lv2title ~ .lv3{
    display: block;
}

.rank_folder_zone .lv2title ~ .lv5{
    display: none;
}
.rank_folder_zone .lv2.active .lv2title ~ .lv5{
    display: block;
}
.rank_folder_zone .lv2.active .lv2title ~ .lv5 li {
    width: 960px;
    box-sizing: border-box;
}


/* 三级标题 */
.rank_folder_zone .lv3title{
    font-size:16px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: url('/images/icon/rankicon2.png') no-repeat;
    background-size:30px;
    background-position: 0px 10px;
    padding-left: 40px;
    margin-left: 40px;
    cursor: pointer;
    width: auto;
    max-width: 960px;
    box-sizing:border-box;

}
.rank_folder_zone .lv3title ~ .lv4{
    display: none;
}
.rank_folder_zone .lv2.active .lv3.active .lv3title{
    color: #009CFF;
}
.rank_folder_zone .lv3.active .lv3title ~ .lv4{
    display: block;
}

.rank_folder_zone .lv3title ~ .lv5{
    display: none;
}


.rank_folder_zone .lv3.active .lv3title ~ .lv5{
    display: block;
}

.rank_folder_zone .lv3.active .lv3title ~ .lv5 li {
    width: 920px;
    box-sizing: border-box;
}


/* 四级标题 */
.rank_folder_zone .lv4title{
    font-size:16px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: url('/images/icon/rankicon2.png') no-repeat;
    background-size:30px;
    background-position: 0px 10px;
    padding-left: 40px;
    margin-left: 80px;
    cursor: pointer;
    width: 920px;
    box-sizing:border-box;
}
.rank_folder_zone .lv4title ~ .lv5{
    display: none;
}
.rank_folder_zone .lv2.active .lv3.active .lv4.active .lv4title {
    color: #009CFF;
}
.rank_folder_zone .lv4.active .lv4title ~ .lv5{
    display: block;
}
.rank_folder_zone .lv4.active .lv4title ~ .lv5 li {
    width: 880px;
    box-sizing: border-box;
}

/* 二级按钮 */
.rank_folder_zone .lv2title span{
    display: inline-block;
    vertical-align: top;
}

.rank_folder_zone .lv2title span:nth-child(1) {
    max-width: 920px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rank_folder_zone .lv2.active .lv2title span.icon{
    background: url('/images/icon/rank_sanjiao1.png') no-repeat;
    background-size:10px 8px;
    background-position: center;
}
.rank_folder_zone .lv2title span.icon{
    width:30px;
    height: 50px;
    background: url('/images/icon/rank_sanjiao2.png') no-repeat;
    background-size:10px 8px;
    background-position: center;
}

/* 三级按钮 */
.rank_folder_zone .lv3title span{
    display: inline-block;
    vertical-align: top;
}
.rank_folder_zone .lv3title span:nth-child(1) {
    max-width: 880px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rank_folder_zone .lv3.active .lv3title span.icon{
    background: url('/images/icon/rank_sanjiao1.png') no-repeat;
    background-size:10px 8px;
    background-position: center;
}
.rank_folder_zone .lv3title span.icon{
    width:30px;
    height: 50px;
    background: url('/images/icon/rank_sanjiao2.png') no-repeat;
    background-size:10px 8px;
    background-position: center;
}

/* 四级按钮 */
.rank_folder_zone .lv4title span{
    display: inline-block;
    vertical-align: top;
}
.rank_folder_zone .lv4title span:nth-child(1) {
    max-width: 840px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rank_folder_zone .lv4.active .lv4title span.icon{
    background: url('/images/icon/rank_sanjiao1.png') no-repeat;
    background-size:10px 8px;
    background-position: center;
}
.rank_folder_zone .lv4title span.icon{
    width:30px;
    height: 50px;
    background: url('/images/icon/rank_sanjiao2.png') no-repeat;
    background-size:10px 8px;
    background-position: center;
}

.rank_folder_zone .lv5 {
    display: block;
}
.rank_folder_zone .lv5 li{
    display: block;
    height: 50px;
    line-height: 50px;
    width: 1000px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rank_folder_zone .lv5 li a{
    color: #000;
    height: 50px;
    line-height: 50px;
}
.rank_folder_zone .lv5 li a:hover{
    color: #009CFF;
}
.rank_folder_zone .lv2.active .lv3.active .lv4.active .lv5{
    padding-left: 120px;
}

.rank_folder_zone .lv2.active .lv3.active .lv5{
    padding-left: 80px;
}

.rank_folder_zone .lv2.active .lv5{
    padding-left: 40px;
}

.rank_folder_zone .lv1 .lv5{
    padding-left: 0px;
    
}

/* 三级榜单详情页 */
.rank_detail_zone {
    padding: 10px 0 50px;
}
.rank_detail_zone .rank_title{
    height: 40px;
    max-width: 1100px;
    line-height: 40px;
    font-weight: 700;
    font-size: 18px;
    color: #a7866e ;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rank_detail_zone .rank_content {
    margin: 30px auto 0;
    text-align: center; 
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    width: -moz-fit-content;
    width: fit-content;
}
.rank_detail_zone .rank_content li {
    display: flex;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    color: #666;
    box-sizing: border-box;
}


.rank_detail_zone .rank_content li:nth-child(2n+1) {
    background: #F8F8F8;
}

.rank_detail_zone .rank_content li div {
    display: inline-block;
    width: 400px;
    line-height: 30px;
    height: auto;
    padding: 0 10px;
    box-sizing: border-box;
    color: rgba(35,35,35,1);
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rank_detail_zone .rank_content li div.list_order {
    width: 150px;
}

.rank_detail_zone .rank_content li div.case_investee {
    line-height: 30px;
    width: 300px;
}

.rank_detail_zone .rank_content li div.case_investor {
    line-height: 30px;
    width: 500px;
}
.rank_detail_zone .rank_content li div.other_list {
    width: 600px;
}

.title_color{
    /* color:rgba(153,153,153,1); */
    color: #666!important;
}
.rank_detail_zone .rank_content li div .pic {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 67px;
    overflow: hidden;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.rank_detail_zone .rank_content li div img {
    display: block;
    position: absolute;
    top:50%; 
    left:50%;
    transform: translate(-50%,-50%);
    max-height: 67px;
    max-width: 100px;
}

/* 人物榜单样式 */
.rank_detail_zone .rank_content_person {
    margin-top: 30px;
}
.rank_detail_zone .rank_content_person li.person_case {
    display: block;
    float: left;
    width: 120px;
    height: 230px;
    margin:0 120px 25px 0;
    overflow: hidden;
}
.rank_detail_zone .rank_content_person li.person_case:nth-child(5n) {
    float: right;
    margin-right: 0;
}
.rank_detail_zone .rank_content_person li.person_case div.person_case_pic {
    display: block;
    height: 150px;
    width: 120px;
}
.rank_detail_zone .rank_content_person li.person_case div.person_case_pic .person_pic{
    display: block;
    position: relative;
    width: 120px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
    vertical-align: middle;
}
.rank_detail_zone .rank_content_person li.person_case div.person_case_pic img {
    display: block;
    position: absolute;
    top:50%; 
    left:50%;
    transform: translate(-50%,-50%);
    max-height: 150px;
    max-width: 120px;
}
.rank_detail_zone .rank_content_person li.person_case div.person_case_name {
    display: block;
    margin: 10px 0 0px;
    padding:5px;
    width: 120px;
    max-height: 70px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #FFF;
    overflow: hidden;
}
.rank_detail_zone .rank_content_person li.person_case div.person_case_name span.person_name {
    overflow: hidden;
}
.memorial_style {
    border-color:rgba(151,151,151,1)!important;
}





/* 搜索结果页列表 */
.rank_search_list .rank_list_section {
    margin: 50px 0;
}
.rank_search_list .rank_list_section .rank_list_title{
    position: relative;
    height: 66px;
    width: 1100px;
    font-size: 0;
    cursor: pointer;
    background: #FAFAFA;
    padding-left: 15px;
    box-sizing: border-box;
}
.rank_list_section .rank_list_title .rank_title {
    display: inline-block;
    height: 66px;
    line-height:66px;
    text-align: center;
    width: auto;
    vertical-align: middle;
    font-size: 24px;
    color: #93735E;
    font-weight: 600;

}
.rank_list_section .rank_list_title .awards_times {
    display: inline-block;
    height: 66px;
    line-height: 66px;
    font-size: 16px;
    color: #999;
    vertical-align: middle;
}
.rank_list_section .rank_list_title ~ .awards_list {
    display: none;
}

.rank_list_section.active1 .rank_list_title ~ .awards_list {
    display: block;
}
.rank_list_section.active1 .rank_list_title .fold_btn {
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: url('/images/icon/icon_arrowrank_act.png') no-repeat;
    background-position: center;
    background-size: 100%;
}
.rank_list_section .rank_list_title .fold_btn {
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    right:15px;
    transform: translateY(-50%);
    background: url('/images/icon/icon_arrowrank.png') no-repeat;
    background-position: center;
    background-size: 100%;
}
.awards_list .awards_title {
    width:1100px;
    height:22px;
    margin: 40px 0 17px;
    font-size:16px;
    font-weight:400;
    color:rgba(35,35,35,1);
    line-height:22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.awards_list .awards_title a:link {
    color: rgba(35,35,35,1);
}

.awards_list .awards_title a:visited {
    color: rgba(35,35,35,1);
}

.awards_list .awards_title a:hover {
    color: rgba(35,35,35,1);
}

.awards_list .awards_title a:active {
    color: rgba(35,35,35,1);
}


.awards_list .awards_content {
    display: block;
    border:1px solid #EDEDED;
    box-sizing: border-box;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}
.awards_list .awards_content li {
    display: block;
    padding: 10px 0;
    height: auto;
    text-align: center;
}


.awards_list .awards_content li div {
    display: inline-block;
    padding: 0 20px;
    height: auto;
    line-height: 50px;
    width: 250px;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    color: rgba(35,35,35,1);
}
.awards_list .awards_content li:nth-child(2n+1) {
    background: #F8F8F8;
}


.awards_list .awards_content li div .pic {
    display: inline-block;
    display: flex;
    width: 100px;
    height: 67px;
    overflow: hidden;
    border: 1px solid #eee;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.awards_list .awards_content li div img {
    display: block;
    max-height: 67px;
    max-width: 100px;
}
.awards_list .awards_content li div+.special_style {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    height: auto;
    line-height: 30px;
    width: 500px;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
}
.no_esconent{
    position: relative;
    width: 100%;
    height: 400px;
    background: url('/images/nocontent_bg.png') no-repeat center;
    background-size: 30%;
}
.no_esconent p{
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    top: 75%;
    color: #999999;
}

.rank_loading_pc {
    position: relative;
    width: 100%;
    height: 400px;
    background: url('/images/rank_search_loading.gif') no-repeat center;
    background-size: 30%;
}
.no_MoreRankList {
    width:100%;
    height: 40px;
    margin-top:20px;
    line-height: 40px;
    text-align: center;
    color: #999;
    font-size: 14px;
}
.download_more_pc {
    width: 100%;
    height: 44px;
    margin-top: 25px;
    line-height: 44px;
    background:rgba(244,244,244,1);
    border-radius:4px;
    font-size:12px;
    color:rgba(102,102,102,1);
}

/* 人物榜单样式 */
.awards_list .awards_content_person {
    margin-top: 30px;
    min-height: 230px;
    
}
.awards_list .awards_content_person li.person_case {
    display: block;
    float: left;
    width: 120px;
    height: 230px;
    margin:0 120px 25px 0;
    overflow: hidden;
}
.awards_list .awards_content_person li.person_case:nth-child(5n) {
    float: right;
    margin-right: 0;
}
.awards_list .awards_content_person li.person_case div.person_case_pic {
    display: block;
    height: 150px;
    width: 120px;
}
.awards_list .awards_content_person li.person_case div.person_case_pic .person_pic{
    display: block;
    position: relative;
    width: 120px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
    vertical-align: middle;
}
.awards_list .awards_content_person li.person_case div.person_case_pic img {
    display: block;
    position: absolute;
    top:50%; 
    left:50%;
    transform: translate(-50%,-50%);
    max-height: 150px;
    max-width: 120px;
}
.awards_list .awards_content_person li.person_case div.person_case_name {
    display: block;
    margin: 10px 0 0px;
    padding:5px;
    width: 120px;
    max-height: 70px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #FFF;
    overflow: hidden;
}
.awards_list .awards_content_person li.person_case div.person_case_name span.person_name {
    overflow: hidden;
}
.memorial_style {
    border-color:rgba(151,151,151,1)!important;
}


/* 新榜单样式 */
.rank_content_new {
    width: 952px!important;
}
.rank_content_new li div {
    font-weight: normal!important;
}
.rank_content_new li:first-child div {
    font-weight: 600!important;
}
/* 排名 */
.rank_content_new .list_order {
    width: 80px!important;
}
.list_order_new {
    color: #a7866e!important;
}
/* logo */
.rank_content_new li div:nth-child(2){
    width: 150px;
}
.rank_content_new li div .pic {
    border: none!important;
}
.rank_detail_zone .rank_content li div img {
    display: block;
    position: absolute;
    top:50%; 
    left:50%;
    transform: translate(-50%,-50%);
    max-height: 66px!important;
    max-width: 97px!important;
}
/* 机构名称+所在地 */
.rank_content_new li div.list_area_title{
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.rank_content_new .list_area span:first-child {
    font-size: 18px;
    color: #a7866e;
}
.rank_content_new .list_area span:last-child {
    font-size: 14px;
    color: #999;
    position: relative;
    top: -4px;
}
/* 管理资金规模 */
.rank_content_new li div.list_money_title {
    width: 200px;
    justify-content: flex-start;
}
.rank_content_new li div.list_money {
    position: relative;
    left: 4px;
}
.rank_content_new li div.list_money span:first-child {
    margin-right: 8px;
    color: #ff0101;
    font-weight: 600;
    font-size: 18px;
}
.rank_content_new li div.list_money span:last-child {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}
/* 投资案例 */
.rank_content_new li div.list_case_title {
    width: 370px;
    justify-content: flex-start;
}
.rank_content_new li div.list_case {
    white-space: pre;
    line-height: 20px;
    font-size: 16px;
    color: #666;
    text-align: left;
}

/* 机构类型5-8 */
.rank_content_new5 li div.list_area_title{
    width: 500px!important;
    margin-left: 30px;
}
.rank_content_new5 li div.list_order {
    width: 140px!important;
}
.rank_content_new5 li div.list_money_title {
    width: 330px!important;
}
/* 机构9-引导基金 */
.rank_content_new9 li div.list_money_title {
    width: 160px!important;
}
.rank_content_new9 li div.list_case_title {
    width: 150px!important;
}
.rank_content_new9 li div.list_area_title {
    width: 410px!important;
    flex-grow: 1;
}
.rank_content_new9 li div.list_case_title {
    justify-content: center;
}
.rank_content_new9 .list_area span:last-child {
    font-size: 16px!important;
    text-align: left;
    white-space: pre;
    line-height: 22px;
    margin-top: 4px;
}
.rank_content_new9 li div.list_case{
    color: #999!important;
    text-align: center!important;
    white-space: pre!important;
    line-height: 22px;
    justify-content: center;
}
/* 13-LP险资（无管理规模） */
.rank_content_new13 li div.list_area_title {
    width: 410px!important;
    flex-grow: 1;
}
.rank_content_new13 li div.list_case_title {
    width: 150px!important;
    flex-grow: 1;
}

/* 14-国资 */
.rank_content_new14 .list_area span:last-child {
    font-size: 16px;
    color: #666;
}
.rank_content_new14 li div.list_area_title.list_area_title_short {
    width: 200px!important;
    flex-grow: 1;
}
.rank_content_new14 li div.list_area_title {
    width: 400px!important;
    padding: 0 20px!important;
    flex-grow: 1;
}
.rank_content_new14 li div.list_case_title {
    width: 200px!important;
}

/* 通用 */
.rank_content_new15 li{
    display: flex;    
}
.rank_content_new15 li > div {
    flex: 1;
}
.rank_content_new15 li > div.flex260 {
    flex-basis: 260px;
}
.rank_content_new15 li > div.flex160 {
    flex-basis: 160px;
    justify-content: center;
}

/* 人物榜-默认 */
.rank_person_new .list_order {
    width: 110px!important;
}
.rank_person_new li div.list_area_title {
    width: 210px!important;
    align-items: center!important;
}
.rank_person_new .list_org_title {
    width: 160px!important;
    justify-content: center!important;
}
.rank_person_new .list_org {
    color: #333!important;
    font-size: 16px!important;
    width: 160px!important;
    justify-content: center!important;
}
.rank_person_new .list_carea {
    color: #333!important;
    font-size: 16px!important;
    width: 220px!important;
    justify-content: center!important;
}
.rank_person_new .list_carea_title {
    width: 220px!important;
    justify-content: center!important;
}
.rank_person_new li div.list_case_title {
    width: 250px!important;
}

/* 人物-最佳创业投资人 */
.rank_person_new1 .list_order {
    width: 110px!important;
}
.rank_person_new1 li div.list_area_title {
    width: 180px!important;
}
.rank_person_new1 li div.list_org_title {
    width: 210px!important;
    justify-content: start!important;
}
.rank_person_new1 .list_org {
    color: #333!important;
    font-size: 16px!important;
    width: 210px!important;
    justify-content: start!important;
}
.rank_person_new1 li div.list_case_title {
    width: 450px!important;
}

/* 人物-行业投资人 */
.rank_person_new2 {
    width: 750px!important;
}
.rank_person_new2 .list_order {
    width: 220px!important;
}
.rank_person_new2 .list_order_new {
    color: #333!important;
}
.rank_person_new2 li div.list_area_title {
    width: 280px!important;
    margin-left: 50px;
}
.rank_person_new2 li div.list_area span {
    color: #333!important;
}
.rank_person_new2 li div.list_org_title {
    width: 300px!important;
    justify-content: start!important;
}
.rank_person_new2 .list_org {
    color: #333!important;
    font-size: 16px!important;
    width: 300px!important;
    justify-content: start!important;
}

/* 项目案例-其他 */
.rank_content_new21 .org_case {
    width: 570px!important;
    line-height: 26px!important;
    white-space: pre-wrap!important;
}
.rank_content_new21 .item_case {
    width: 300px!important;
}
.rank_content_new21 .list_order_new {
    width: 80px!important;
}

.rank_detail_zone_search {
    padding: 0!important;
}
.rank_detail_zone_search .rank_content {
    margin: 15px 0!important;
}