.container .banner {
  position: relative;

}

.banner {
  height: 100vh;
}

.container .banner .banner_img {
  width: 100%;
  height: 100%;
}

.container .banner .banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container .banner .banner_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container .banner .banner_title span {
  font-size: .52rem;
  font-weight: 700;
  font-family: 'HarmonyOS Sans SC';
  color: rgba(255, 255, 255, 1);
}

.container .content {
  margin: 1.21rem 1.28rem;
}

.container .content .list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .9rem;
}

.container .content .list .list_item {
  display: flex;
  gap: 1.71rem;
}

.container .content .list .list_item:nth-child(even) {
  flex-direction: row-reverse;
}

.container .content .list .list_item .list_item_img_box {
  width: 8.03rem;
  height: 5.13rem;
  border-radius: 50%;
  overflow: hidden;
  border-radius: 0 .24rem 0 .24rem;
  cursor: pointer;
}

.container .content .list .list_item .list_item_img_box img {
  width: 2.4rem;
  height: 2.4rem;
  width: 8.03rem;
  height: 5.13rem;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

.container .content .list .list_item .list_item_img_box img:hover {
  transform: scale(1.1);
}

.container .content .list .list_item .list_item_content {
  display: flex;
  flex-direction: column;
  width: 6.88rem;
}

.container .content .list .list_item .list_item_content .list_item_title {
  font-size: .3rem;
  font-weight: 700;
  line-height: .45rem;
  
  margin-bottom: .47rem;
  cursor: pointer;
}

.container .content .list .list_item .list_item_content .list_item_title span {
    background: linear-gradient(93.3deg, #10499E 1.72%, #417CAC 40.85%, #72B32C 99.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container .content .list .list_item .list_item_content .list_item_desc {
  font-size: .18rem;
  font-weight: 300;
  line-height: .3rem;
  color: rgba(51, 51, 51, 1);
}

.container .content .list .list_item .list_item_content .list_item_date {
  margin-top: 1.28rem;
  font-size: .3rem;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  font-family: 'HarmonyOS Sans SC';
}

.container .content .list .list_item .list_item_content .list_item_date strong {
  color: rgba(1, 104, 183, 1);
  font-size: .36rem;
  font-weight: 400;
  font-family: 'HarmonyOS Sans SC';
}

.container .report {
  padding: 1.2rem 1.28rem;

}
.container .report .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: .9rem;
}

.container .report .title span {
  background: linear-gradient(93.3deg, #10499E 1.72%, #417CAC 40.85%, #72B32C 99.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-family: 'HarmonyOS Sans SC';
  font-size: .46rem;
}

.container .report .list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: .3rem;

}

.container .report .list .item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: .3406rem;
  background: transparent;
  width: 100%;
  cursor: pointer;
}

.container .report .list .item .file {
  width: 1.7732rem;
  height: 1.62rem;
  background-color: #fafafa;
  border-radius: 0 .24rem 0 .24rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container .report .list .item:hover .file {
  border: .01rem solid rgba(1, 104, 183, 1);
}

.container .report .list .item .file img {
  width: .581rem;
  height: .6959rem;
  /* box-shadow: 0 .04rem .099rem 0 rgba(215, 0, 15, 0.25); */
}

.container .report .list .item .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 .04rem .3rem 0 rgba(0, 0, 0, 0.06);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0 .24rem 0 .24rem;
  padding: 0 .6011rem;
  flex: 1;
  height: 1.62rem;
  border: .01rem solid rgba(255, 255, 255, 1);
}

.container .report .list .item:hover .info {
  border: .01rem solid rgba(1, 104, 183, 1);
}

.container .report .list .item .info .desc {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;

  /* gap: .25rem; */
}

.container .report .list .item .info .desc span {
  display: block;
}

.container .report .list .item .info .desc span:first-child {
  margin-bottom: .17rem;
  font-family: 'HarmonyOS Sans SC';
  font-size: .2rem;
  font-weight: 700;
  line-height: .3rem;
}

.container .report .list .item:hover .info .desc span:first-child {
  margin-bottom: .17rem;
  font-family: 'HarmonyOS Sans SC';
  font-size: .2rem;
  font-weight: 700;
  line-height: .3rem;
  color: rgba(1, 104, 183, 1);
}

.container .report .list .item .info .desc span:last-child {
  font-family: 'HarmonyOS Sans SC';
  font-size: .18rem;
  font-weight: 300;
  line-height: .27rem;
  color: rgba(51, 51, 51, 1);
  width: 9.1265rem;
}

.container .report .list .item .info .icon {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: .1736rem;
  flex-shrink: 0;
}

.container .report .list .item .info .icon img {
  width: .3907rem;
  height: .3738rem;
}

.container .report .list .item .info .icon span {
  font-family: 'HarmonyOS Sans SC';
  font-size: .18rem;
  font-weight: 400;
  line-height: .28rem;
  color: rgba(51, 51, 51, 1);
}

.container .report .list .item .info .icon .normal {
  display: block;
}

.container .report .list .item .info .icon .active {
  display: none;
}

.container .report .list .item:hover .info .icon .normal {
  display: none;
}

.container .report .list .item:hover .info .icon .active {
  display: block;
}


@media (max-width: 767px) {
    .container .banner .banner_title {
        text-align: center;
    }
    .container .banner .banner_title span {
        text-align: center;
        line-height: 150%;
    }
    .container .content {
        margin: 1.21rem .32rem;
    }
    .container .content .list .list_item {
        flex-direction: column;
        gap: .5rem;
    }
    .container .content .list .list_item:nth-child(even) {
        flex-direction: column;
    }
    .container .content .list .list_item .list_item_img_box {
        width: 100%;
    }
    .container .content .list .list_item .list_item_img_box img {
        width: 100%;
    }
    .container .content .list .list_item .list_item_content .list_item_title {
        font-size: .36rem;
        line-height: .51rem;
    }
    .container .content .list .list_item .list_item_content .list_item_desc {
        font-size: .24rem;
        line-height: .36rem;
    }
    .container .content .list .list_item .list_item_content .list_item_date {
        margin: .28rem 0 0 0;
    }
    .container .report {
        padding: 1.2rem .32rem;
    }
    .container .report .list .item .file {
        width: 1.2rem;
        height: 1.2rem;
    }
    .container .report .list .item .info .desc span:first-child {
        font-size: .26rem;
    }
    .container .report .list .item .info .desc span:last-child {
        font-size: .24rem;
        width: 100%;
        line-height: 130%;
    }
    .container .report .list .item .info {
        height: auto;
        padding: .32rem;
        gap: .1rem;
    }
    .banner {
        height: auto;
    }
    
    
    
    
    
    
}
















