.exhibitionDeclaration {
  width: 100%;
  min-width: 1050px;
  background: #F4F4F4;
  padding: 36px 0 60px;
}
.exhibitionDeclaration-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width:1050px;
  margin: 0 auto;
  background: #ffffff;
  padding: 36px 40px 60px;
}
.exhibitionDeclaration-main-title {
  display: inline-block;
  height: 38px;
  font-family: SourceHanSerifCN, SourceHanSerifCN;
  font-weight: bold;
  font-size: 27px;
  color: #000000;
  line-height: 38px;
  letter-spacing: 1px;
  text-align: center;
  font-style: normal;
}
.exhibitionDeclaration-main-line {
  width: 100%;
  height: 1px;
  border: 1px solid #D4D3D3;
  margin-top: 32px;
}
.exhibitionDeclaration-main-richText {
  margin: 45px 0;
}
.title-richText{
  font-weight: 300;
  font-size: 12px;
  color: #000000;
  line-height: 12px;
  margin-bottom: 30px;
}
.exhibitionDeclaration-main-contact {
  width: 100%;
  height: 78px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  padding: 30px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 300;
  font-size: 12px;
  color: #000000;
  line-height: 12px;
  display: flex;
  gap: 90px;
}
.exhibitionDeclaration-main-contact-item span {
  font-weight: Bold;
  font-size: 18px;
}
.exhibitionDeclaration-main-download {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.exhibitionDeclaration-main-download-item {
  width: 300px;
  height: 204px;
  padding: 24px;
  font-style: normal;
  text-align: justify;
  background: #F7F7F7;
}
.exhibitionDeclaration-main-download-item:hover {
  background: #F9F5EF;
  border: 6px solid rgba(188, 155, 115, 0.5);
  padding: 19px;
}
.exhibitionDeclaration-main-download-item:hover .collectionDonation-main-container-item-btn-item a{
  background: #BC9B73;
  color: #ffffff;
}
.exhibitionDeclaration-main-download-item-title {
  margin-bottom: 16px;
  display: inline-block;
  font-family: PingFangHK, PingFangHK;
  font-weight: 600;
  font-size: 20px;
  color: #464646;
  line-height: 28px;
  text-align: justify;
  font-style: normal;
}
.exhibitionDeclaration-main-download-item-title-line {
  width: 39px;
  height: 3px;
  border: 2px solid #BC9B73;
  background: #BC9B73;
  margin: 3px 0 0;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.exhibitionDeclaration-main-download-item:hover .exhibitionDeclaration-main-download-item-title {
  color: #BC9B73;
}
.exhibitionDeclaration-main-download-item-file {
  height: 16px;
  font-family: PingFangHK, PingFangHK;
  font-weight: 400;
  font-size: 12px;
  color: #8C8C8C;
  line-height: 16px;
}
.exhibitionDeclaration-main-download-item > span {
  color: #464646;
}
.collectionDonation-main-container-item-btn-item a {
  display: block;
  width: 252px;
  /*height: 52px;*/
  padding: 2px 0px;
  background: #FFFFFF;
  border: 1px solid #A88254;
  font-family: AppleSystemUIFont;
  font-size: 18px;
  color: #C2996D;
  line-height: 39px;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
}

.fileSize {
  margin: 12px 0 25px;
}

.collectionDonation-main-container-bottom {
  width: 100%;
  /*height: 120px;*/
  background: #F7F7F7;
  padding: 24px 60px;
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 37px;
  margin-bottom: 37px;
}
.collectionDonation-main-container-bottom-item {
  width: calc(100% / 5);
  /*height: 56px;*/
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 10px;
  color: #8C8C8C;
  line-height: 15px;
  text-align: center;
  font-style: normal;
  padding: 11px 0px;
}
.collectionDonation-main-container-bottom-item p{
  font-size: 15px;
  color: #000000;
  line-height: 22px;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
}
.collectionDonation-main-container-bottom > img {
  width: 21px;
  height: 21px;
}