* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #f9fafb;
}
.bodyContainer {
  width: 1200px;
  margin: 20px auto;
  display: flex;
  gap: 33px;
}
aside {
  width: 293px;
  height: 669px;
  background: #FFFFFF;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px 12px 12px 12px;
  padding: 16px;
}
aside > .title {
  height: 25px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 19px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-left: 30px;
  margin-bottom: 15px;
}
aside .listContainer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
aside .listContainer div {
  width: 216px;
  height: 35px;
  line-height: 35px;
  background: #FFFFFF;
  text-align: left;
  padding-left: 14px;
  margin-bottom: 10px;
}
aside .listContainer div:hover {
  background: #EFF6FF;
  border-radius: 5px 5px 5px 5px;
}
aside .fire .title {
  padding-left: 14px;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 15px;
}
aside .fire .class {
  padding-left: 14px;
  display: flex;
  margin-top: 15px;
}
aside .fire .class .img {
  width: 45px;
  height: 45px;
}
aside .fire .class p {
  font-size: 14px;
  height: 18px;
  line-height: 18px;
}
aside .fire .class p span {
  font-size: 12px;
}
main {
  width: 875px;
}
main .title span {
  font-weight: bold;
  font-size: 47px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
main .title input {
  width: 219px;
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
  border-radius: 33px 33px 33px 33px;
  border: 1px solid #D1D5DB;
  padding-left: 10px;
  float: right;
}
main .title p {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 15px 0;
}
main .tagList {
  display: flex;
  gap: 30px;
}
main .tagList .tag {
  height: 32px;
  line-height: 32px;
  background: #E2EEFF;
  border-radius: 45px 45px 45px 45px;
  padding: 0 20px;
  font-weight: 400;
  font-size: 14px;
  color: #2768FF;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
main .aticleTop {
  width: 875px;
  height: 310px;
  border-radius: 0px 0px 0px 0px;
  background-color: #eef6fa;
  padding: 33px 20px;
  border-radius: 10px;
  margin-top: 30px;
  display: flex;
}
main .aticleTop .text {
  padding-left: 10px;
}
main .aticleTop .text h1 {
  font-size: 20px;
}
main .aticleTop .text p {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
}
main .aticleTop .text span {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  color: #2768FF;
  background: #E2EEFF;
  border-radius: 15px;
  padding: 0 20px;
}
main .aticleTop .text div {
  margin-top: 20px;
  font-size: 18px;
  color: #2768FF;
}
main .listTitle {
  width: 141px;
  height: 31px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 23px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 50px;
  margin-bottom: 30px;
}
main .atcileText {
  width: 875px;
  height: 229px;
  padding: 20px 15px;
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 30px;
}
main .atcileText h1 {
  margin-top: 10px;
  font-size: 20px;
}
main .atcileText > p {
  color: #666666;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
}
main .atcileText .bottom {
  display: flex;
  vertical-align: middle;
  width: 100%;
}
main .atcileText .bottom > img {
  display: inline-block;
  width: 39px;
  height: 39px;
  vertical-align: middle;
  margin-right: 5px;
}
main .atcileText .bottom div {
  width: 400px;
}
main .atcileText .bottom div .name {
  font-weight: bold;
}
main .atcileText .bottom div .school {
  font-size: 12px;
}
main .atcileText .bottom .btRight {
  height: 40px;
  line-height: 40px;
  text-align: right;
}
