/*******新闻中心******/

.report-outside{width: 100%;height: 100%;display: block;position: relative;margin: 0 auto;}
.report-box{max-width: 1200px;height: 100%;display: block;position: relative;margin: 0 auto;}
.report-title{width: 100%;display: block;text-align: center;margin: 10vh 0 3vh 0;}
.report-title h1{font-size: 2rem;color: #222;font-family: Source Han Sans SC-Medium;}
.report-title p{color: #acacac;margin: 0.1rem 0 0 0;}

.report-center{max-width: 1200px;overflow: hidden;width: 100%;height: 100%;display: block;position: relative;}
.report-center ul{width: 100%;display: flex;flex-flow: wrap;}
.report-center ul li{display: block;width: 30%;overflow: hidden; margin: 0 0 2rem 0;box-shadow: 2px 2px 10px rgba(144, 197, 250, 0.5);border-radius: 5px;}
.report-center ul li:hover .report-img img{transform: scale(1.3);}
.report-center ul li:nth-child(2) {margin: 0 3% 2rem 3%;}
.report-center ul li:nth-child(5) {margin: 0 3% 2rem 3%;}
.report-img{width: 100%;overflow: hidden}
.report-img img{width: 100%;}
.report-intro{width: 94%;overflow: hidden;padding: 0 3%;}
.report-intro span{color: #1B3884;font-family: Source Han Sans SC-Medium;font-size: 0.9rem;margin: 0.5rem 0;font-weight: 600;display: block}
.report-intro h2{
    width: 100%;font-family: Source Han Sans SC-Medium;
    font-size: 1.2rem;
    display: -webkit-box;
    font-weight: 600;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.7rem;
}
.report-intro p{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Source Han Sans SC-Medium;
    font-size: 0.9rem;
    color: #777777;
}

/****页码*****/
.report-page{max-width: 1000px;height: 100%;display: block;position: relative;margin: 1rem auto 2rem;display: flex;flex-flow: wrap;text-align: center;justify-content: center;}
.report-page-num{width: 60%;display: flex;text-align: center;justify-content: center;}
.page-same-button{border: 1px solid #a7a7a7; border-radius: 2px;width: 2rem;height: 2rem;line-height:2rem;text-align: center;justify-content: center;display: inline-block;}
.report-page-num a{display: inline-block;color: #a7a7a7;width: 2rem;line-height: 2rem;}
.report-page-num a:hover{color: #fff;background: #1B3884;}
.report-page-num .select{color:#1B3884; }
.page-same-button:hover{color: #fff;background: #1B3884;}
.report-page-prev{margin: 0 1rem 0 0;}
.report-page-next{margin: 0 0 0 1rem;}

.report-page-go{width: 40%;display: flex;text-align: center;justify-content: center;line-height: 2rem;height: 2rem;}
.report-page-go span{display: inline-block;color: #a7a7a7;font-size: 0.9rem;}
.report-page-go input{border: 1px solid #a7a7a7; border-radius: 2px;width: 3rem;margin: 0 1rem;}
.report-page-go button{width: 3rem;height: 2rem;border: 1px solid #222; border-radius: 2px;color: #222;background: #fff;margin: 0 0 0 2rem}
.report-page-go button:hover{background: #222222;color: #fff;}


@media (max-width: 767px) {
    .report-title{margin: 2rem 0;}
    .report-center ul li{width: 46%;margin: 0 2%;}
    .report-center ul li:nth-child(2) {margin: 0 2%;}
    .report-center ul li:nth-child(5) {margin: 0 2%;}
    .report-page-num{width: 100%;}
    .report-page-go{width: 100%;margin: 1rem 0 0 0;}
}







































