@charset "utf-8";

/* 轮播图 */
#institute_banner_swiper .swiper-slide{
    width: 100%;
}
#institute_banner_swiper .swiper-slide a{
    position: relative;
    display: block;
    width: 100%;
    height: 330px;
}
#institute_banner_swiper .swiper-slide a img{
    display: block;
    width: 100%;
    height: 330px;
}
#institute_banner_swiper .swiper-slide a .meng_bg{
    position: absolute;
    z-index: 80;
    width: 100%;
    height: 100%;
    left:0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* 标准的语法 */
}
#institute_banner_swiper .swipershow_content{
    z-index: 90;
    position: absolute;
    width:600px;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#institute_banner_swiper .swipershow_content h1{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size:26px;
    font-weight:600;
    text-align: center;
    color:rgba(255,255,255,1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#institute_banner_swiper .swipershow_content .desc{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 12px;
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,1);
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#institute_banner_swiper .swiper-pagination{
    bottom:20px!important;
}
#institute_banner_swiper .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    margin: 0 10px!important;
    background: rgba(255,255,255,1)!important;
}
#institute_banner_swiper .swiper-pagination-bullet-active{
    width: 6px;
    height: 6px;
    margin: 0 10px!important;
    background: rgba(255,255,255,1)!important;
}
/* #institute_banner_swiper .arrow_box{
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 200;
    margin-left: -550px;
    width: 1100px;
    height: 100%;
} */
#institute_banner_swiper .swiper-button-prev{
    width: 36px;
    height: 64px;
    left: 5%;
    background-color:rgba(0,0,0,0.2);
    background-image: url('/images/icon/arrow_left.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
#institute_banner_swiper .swiper-button-prev:hover{
    background-color:rgba(0,0,0,0.5);
}
#institute_banner_swiper .swiper-button-next{
    width: 36px;
    height: 64px;
    right: 5%;
    background-color:rgba(0,0,0,0.2);
    background-image: url('/images/icon/arrow_right.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
#institute_banner_swiper .swiper-button-next:hover{
    background-color:rgba(0,0,0,0.5);
}

/* 分类筛选区 */
.type_select_zone{
}
.type_box{
    height: 40px;
    margin-bottom: 10px;
    vertical-align: top;
    font-size: 0;
}
.type_box span{
    display: block;
    float: left;
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color:rgba(102,102,102,1);
}
.type_box ul{
    display: block;
    float: left;
    height: 40px;
    font-size: 14px;
}
.type_box ul li{
    display: block;
    float: left;
    margin: 5px 20px 0 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
    cursor: pointer;
}
.type_box ul li:hover{
    background: rgb(233, 233, 233);
}
.type_box ul li.active{
    color: #FFF;
    background:#009CFF;
}

#report_timelist {
    height: auto;
}

#report_timelist ul {
    width: calc(100% - 80px);
    height: auto;
}


/* 通用型报告列表 */
.common_report_zone{
    width: 100%;
}
.common_reportlist_pc li{
    display: block;
    position: relative;
    padding: 25px 0;
    border-bottom: 1px solid #f2f2f2;
}
.common_reportlist_pc li a{
    display: block;
    width: 100%;
    height: 150px;
}
.common_reportlist_pc li .coverimg{
    display: block;
    float: left;
    width: 240px;
    height: 150px;
    margin-right: 30px;
    background: url('/images/default_cover.png') no-repeat center;
    background-size: 100%;
    overflow: hidden;
}
.common_reportlist_pc 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_reportlist_pc li .coverimg:hover 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_reportlist_pc li h1{
    display: block;
    float: left;
    width: 460px;
    min-height:28px;
    max-height: 56px;
    margin-bottom: 12px;
    line-height:28px;
    font-size:20px;
    font-weight:600;
    color:rgba(35,35,35,1);
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.3px;
}
.common_reportlist_pc li:hover h1{
    color: #009CFF;
}
.common_reportlist_pc li h2{
    display: block;
    float: left;
    width: 460px;
    min-height:20px;
    max-height: 40px;
    margin-bottom: 12px;
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;

}
.common_reportlist_pc li p{
    display: block;
    position: absolute;
    left: 270px;
    bottom: 25px;
    width: 460px;
    height:18px;
    line-height:18px;
    font-size:12px;
    color:rgba(153,153,153,1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 侧边栏----历年榜单 */
.picture_title1{
    display: block;
    width:96px;
    height: 55px;
    background: url('/images/ins_asidetitle1.png') no-repeat top left;
    background-size: 96px 55px;
}
.year_report_list {
    margin-top: 20px;
}
.year_report_list h1{
    height:20px;
    font-size:14px;
    font-weight:600;
    color:rgba(35,35,35,1);
    line-height:20px;
}
.aside_yearrank{
    display: block;
}
.aside_yearrank li{
    display: block;
    height: 40px;
    padding:15px 0;
    border-bottom: 1px solid #f2f2f2;
}
.aside_yearrank li:hover a h2{
    color: #009CFF;
}
.aside_yearrank li a{
    display: block;
}
.aside_yearrank li a img{
    display: block;
    float: left;
    width:40px;
    height: 40px;
}
.aside_yearrank h2{
    display: block;
    margin-left:15px;
    float: left;
    width: 250px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    font-weight:500;
    color:rgba(35,35,35,1);
    font-size: 14px;
}


/* 侧边栏----历年榜单 */
.picture_title2{
    display: block;
    width:160px;
    height: 60px;
    background: url('/images/ins_asidetitle2.png') no-repeat top left;
    background-size: 160px 60px;
}
.yearrank_swiper{
    width: 100%;
    margin-top: 30px;
}
.rank_squarelist_title{
    width: 300px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-weight:600;
    color:rgba(35,35,35,1);
}
.rank_squarelist{
    display: block;
}
.rank_squarelist li{
    clear: both;
    display: block;
    padding: 15px 0;
    height: 40px;
    border-bottom: 1px solid #f2f2f2;
}
.rank_squarelist li span{
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin:10px 10px 0 0;
    line-height: 20px;
    text-align: center;
    font-weight:500;
    color:rgba(35,35,35,1);
}
.rank_squarelist li:nth-child(1) span,.rank_squarelist li:nth-child(2) span,.rank_squarelist li:nth-child(3) span{
    color: #FFF;
    background: #009CFF;
}
.rank_squarelist li img{
    width: calc(100% + 10px);
}
.rank_squarelist li h2{
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    float: right;
    font-weight:600;
    color:rgba(35,35,35,1);
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.rank_squarelist li .rank_squarelist_img {
    display: inline-flex;
    float: left;
    width:90px;
    height: 40px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
#institute_asideswiper .arrow_box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
}
#institute_asideswiper .arrow_box .swiper-button-prev{
    position: absolute;
    margin:0;
    left: 0;
    top:0;
    width: 20px;
    height: 20px;
    background: url('/images/icon/left_arrow_icon.png') no-repeat center;
    background-size: 20px;
    cursor: pointer;
}
#institute_asideswiper .arrow_box .swiper-button-next{
    position: absolute;
    margin:0;
    right:0;
    top:0;
    width: 20px;
    height: 20px;
    background: url('/images/icon/right_arrow_icon.png') no-repeat center;
    background-size: 20px;
    cursor: pointer;
}