.contentContainer {
  background: #FBFBFB;
}

.downloadPage {
  display: flex;
  /* margin-top: .56rem; */
  margin-top: 1.26rem;
  flex-direction: row;
  padding-bottom: .56rem;
}

.downloadLeft {
  width: 3.78rem;
  height: 2.04rem;
  background: #002CAA;
  display: flex;
  position: relative;
}

.downloadLeft .downLoadTitle {
  margin-left: .44rem;
  font-weight: bold;
  font-size: .34rem;
  color: #FFFFFF;
  margin-top: .77rem;
}

.downloadRight {
  width: 12.22rem;
  display: flex;
  flex-wrap: wrap;
}

.downloadRight .downloadItem {
  margin-left: .31rem;
  width: 5.79rem;
  display: flex;
  flex-direction: row;
  height: 2.68rem;
  position: relative;
  background: #FFFFFF;
}
.downloadRight .downloadItem:nth-child(n+3){
  margin-top: .32rem;
}
.downloadItem .downloadItemLeft {
  display: flex;
  width: 1.25rem;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.downloadItemLine{
  width: .01rem;
  height: 1.34rem;
  background: #D8D8D8;
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}

.downloadItemLeft .downloadDate {
  font-weight: bold;
  font-size: 28px;
  color: #2A314F;
}

.downloadItemLeft .downloadDay {
  font-size: .16rem;
  color: #2A314F;
  margin-top: .3rem;
}

.downloadItem .downloadItemRight {
  display: flex;
  flex-direction: row;
  padding-left: .19rem;
  align-items: center;
}

.downloadItemRight .dirInfo {
  display: flex;
  width: 3.36rem;
  flex-direction: column;
}

.dirInfo .dirName {
  font-size: .24rem;
  color: #2A314F;
  line-height: .36rem;
}

.dirInfo .dirSize {
  font-size: .18rem;
  margin-top: .08rem;
  color: #2A314F;
}

.downloadItemRight .fileType {
  width: .55rem;
  height: .55rem;
  margin-bottom: .3rem;
}

.downloadItem .fileDownBtn {
  width: 1.42rem;
  
  position: absolute;
  right: .27rem;
  bottom: .3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: .42rem;
  border: .01rem solid #2A314F;
}

.fileDownBtn .downTitle {
  font-size: .14rem;
  color: #777777;
}

.fileDownBtn .downloadTagIcon {
  width: .25rem;
  height: .25rem;
  margin-left: .08rem;
  display: flex;
}
.downloadTitleTag{
  width: .88rem;
  height: .88rem;
  position: absolute;
  bottom: .16rem;
  right: .16rem;
}