

.report{}
.report ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.report ul li{width:24%;}
.report ul li p{font-size:16px;color:#000000;text-align: center;padding-top:20px;}
.report_dowbtn{width:150px;height:30px;background:#19b1f6;font-size:16px;line-height:30px;text-align: center;margin:23px auto 50px auto;transition: all 0.3s linear;}
.report_dowbtn a{display: block;width:100%;height:100%;color:#fff;}
.report_dowbtn:hover{background:#000;}
.report_pic{overflow:hidden;}
.report ul li .report_pic img{transition: all 0.3s linear;width: 100%;}
.report ul li:hover .report_pic img{transform: scale(1.05);}


.notice ul li{border-bottom: 1px solid #f2f2f2;padding:30px 50px 30px 80px;box-sizing: border-box;position: relative;}
.notice ul li::before{display:block;width:0;height:100%;content: '';background:#f2f2f2;position: absolute;left:0;top:0;transition: all 0.3s linear;}
.notice ul li a{display: flex;width:100%;height:100%;align-items: center;justify-content: space-between;}
.notice_l{width:100px;height:100px;border:2px solid #e6e6e6;font-size:14px;color:#666666;text-align: center;box-sizing: border-box;position: relative;transition: all 0.3s linear;}
.notice_l b{display: block;font-size:48px;color:#666666;font-family: 'Arial';}
.notice_l p{width:100%;position: absolute;left: 0;top:50%;transform: translateY(-50%);}
.notice_c{width:70%;position: relative;z-index: 2;}
.notice_c h2{display: flex;align-items: center;font-size:18px;color:#000000;padding-bottom:20px;}
.notice_c h2 img{margin-right:14px;}
.notice_c p{font-size:14px;color:#4c4c4c;}
.notice_r{font-size:14px;color:#4c4c4c;display: flex;align-items: center;transition: all 0.3s linear;}
.notice_r img{margin-left:10px;position: relative;}
.notice_r img:nth-of-type(1){display: block;}
.notice_r img:nth-of-type(2){display: none;}
.notice ul li:hover::before{width: 100%;}
.notice ul li:hover .notice_l{background:#19b1f6;border-color: #19b1f6;color: #fff;}
.notice ul li:hover .notice_l b{color:#fff;}
.notice ul li:hover .notice_r{color:#7ecff4;transform: translateX(-10px);}
.notice ul li:hover .notice_r img:nth-of-type(1){display: none;}
.notice ul li:hover .notice_r img:nth-of-type(2){display: block;}
.notice_more{width:100%;height:70px;overflow:hidden;background:#fafafa;font-size:14px;line-height:70px;text-align: center;}
.notice_more a{color:#666;transition: all 0.3s linear;}
.notice_more:hover a{color:#19b1f6;}
.structure p{font-size:16px;color:#000000;line-height: 24px;border-top:1px solid #f2f2f2;padding-top:26px;margin-top:42px;}

.structure_pic{text-align: center;padding:114px 0 150px 0;}


.gp_pic{text-align: center;padding:30px 0;}
.gp_pic img{max-width: 100%;width: auto;}



@media(max-width:1688px){
    .report ul li p{font-size:14px;padding-top:14px;}
    .report_dowbtn{width:120px;font-size:14px;margin:14px auto 30px auto;}
    

    
}

@media(max-width:1024px){
    .report ul li{width:49%;}
    .notice ul li a{flex-wrap: wrap;}
    .notice ul li{padding:20px 10px;}
    .notice_c{width:76%;}
    .notice_l{width:60px;height:60px;font-size:12px;}
    .notice_l b{font-size:26px;}
    .notice_c h2 img{width:10px;margin-right:6px;}
    .notice_c h2{font-size:14px;padding-bottom:10px;}
    .notice_c p{font-size:12px;}
    .notice_r{width:100%;padding-top:14px;justify-content: right;}
    .notice_r img{width:16px;}
    .structure p{font-size:14px;line-height:20px;}
    .structure_pic{width:100%;padding:70px 0;}
    .structure_pic img{width:100%;}

    .gp_pic{width:90%;margin:0 auto;}
}
