html,
body {
  padding: 0;
  margin: 0;
  font-family: Microsoft YaHei;
}
div {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
.head {
  width: 100%;
  height: 1120px;
  background-image: url('../assets/head.png');
}
.main {
  padding: 0px 360px;
}
.main a {
  text-decoration: none;
  color: black;
}
.main .time {
  margin-top: 80px;
}
.main .time img {
  width: 696px;
  height: 104px;
}
.main .time .detail {
  background: #E2F4FF;
  border-radius: 15px;
  padding: 20px;
  font-size: 28px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #3B46AD;
}
.main .desc {
  margin-top: 100px;
  display: flex;
  height: 515px;
}
.main .desc .descImg {
  width: 612px;
  position: absolute;
  top: -30px;
}
.main .desc .inform,
.main .desc .channel {
  background: #E2F4FF;
  border-radius: 15px;
  position: relative;
  padding: 70px 20px 25px 20px;
  height: 100%;
  box-sizing: border-box;
}
.main .desc .inform .detail,
.main .desc .channel .detail {
  width: 100%;
  height: 420px;
  padding: 20px;
  box-sizing: border-box;
  background-color: white;
  border-radius: 5px;
}
.main .desc .inform {
  flex: 1;
}
.main .desc .inform .informTitle {
  font-weight: bold;
  text-align: center;
}
.main .desc .inform .detail {
  overflow-y: scroll;
  /* 定义滚动条的宽度和背景颜色 */
  /* 定义滚动条thumb的颜色和形状 */
  /* 定义滚动条滑块在hover状态下的样式 */
}
.main .desc .inform .detail::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
.main .desc .inform .detail::-webkit-scrollbar-thumb {
  background-color: #D0D0D0;
  border-radius: 5px;
}
.main .desc .inform .detail::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.main .desc .channel {
  width: 493px;
  margin-left: 35px;
}
.main .desc .channel .descImg {
  width: 480px;
  position: absolute;
  top: -30px;
  left: 5px;
}
.main .desc .channel .detail {
  padding: 0px;
  background: #E2F4FF;
  display: flex;
  flex-direction: column;
}
.main .desc .channel .detail .part1,
.main .desc .channel .detail .part2 {
  padding: 20px;
  box-sizing: border-box;
  background-color: white;
  border-radius: 5px;
}
.main .desc .channel .detail .part1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 215px;
}
.main .desc .channel .detail .part1 .channelContent {
  flex: 1;
}
.main .desc .channel .detail .part1 img {
  width: 236px;
  height: 70px;
  cursor: pointer;
}
.main .desc .channel .detail .part2 {
  flex: 1;
  padding: 0px 20px;
  margin-top: 15px;
}
.main .dynamic {
  margin-top: 100px;
  position: relative;
  background: #E2F4FF;
  border-radius: 15px;
  padding: 40px;
  padding-top: 100px;
}
.main .dynamic .banner {
  width: 696px;
  position: absolute;
  top: -20px;
}
.main .dynamic .more {
  width: 97px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 17px;
  position: absolute;
  right: 40px;
  top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #777777;
  cursor: pointer;
}
.main .dynamic .detail {
  padding: 25px;
  background-color: white;
}
.main .dynamic .detail .detailItem {
  display: flex;
  height: 140px;
  margin: 20px 0px;
}
.main .dynamic .detail .detailItem .left {
  width: 250px;
  margin-right: 18px;
}
.main .dynamic .detail .detailItem .left img {
  width: 100%;
  height: 100%;
}
.main .dynamic .detail .detailItem .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main .dynamic .detail .detailItem .right .title {
  font-size: 18px;
  font-weight: bold;
}
.main .dynamic .detail .detailItem .right .content {
  font-size: 16px;
}
.main .dynamic .detail .detailItem .right .tip {
  font-size: 16px;
  color: #868686;
  display: flex;
}
.main .dynamic .detail .detailItem .right .tip .descLeft {
  display: flex;
  flex: 1;
}
.main .dynamic .detail .line {
  width: 100%;
  height: 1px;
  background: #C0C0C0;
}
.foot {
  margin-top: 100px;
  width: 100%;
  height: 770px;
  background-image: url('../assets/foot.png');
}
