.check {
  height: 100px;
}
.check .form {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 40px;
}
.check .form .title {
  margin-bottom: 44px;
  font-size: 24px;
  color: #545454;
}
.check .form .checkcontent {
  display: flex;
  justify-content: space-between;
}
.check .form .checkcontent .username {
  font-size: 18px;
  margin-bottom: 27px;
}
.check .form .checkcontent .username span {
  width: 64px;
  height: 40px;
  display: inline-block;
  text-align: justify;
  margin-right: 14px;
}
.check .form .checkcontent .userid button {
  border: none;
  width: 230px;
  height: 40px;
  background-color: #0675c4;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}
.check .form .checkcontent .userid button:hover {
  cursor: pointer;
}
.check .form .checkcontent input {
  width: 330px;
  height: 40px;
  border: 1px solid #dcdcdc;
}
.bookintro {
  padding: 20px 20px 80px 20px;
  position: relative;
  margin-top: 20px;
}
.bookintro .title {
  font-size: 18px;
  margin: 0 auto;
  width: 230px;
  height: 42px;
  background-color: #0675c4;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}
.bookintro p {
  text-indent: 2em;
  line-height: 2.2;
  font-size: 16px;
  margin-bottom: 10px;
}
.bookintro a {
  display: inline-block;
  width: 104px;
  height: 44px;
  border: 2px solid #bdc7d0;
  border-radius: 20px;
  margin: 0 auto;
  text-align: center;
  line-height: 44px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  color: #bdc7d0;
  margin-top: 20px;
}
.news .title {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.news .title p {
  width: 230px;
  height: 42px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
  letter-spacing: 1.2px;
}
.news .title p:first-child {
  background-color: #0675c4;
  margin-left: 368px;
}
.news .title p:last-child {
  background-color: #0675c4;
  margin-right: 340px;
}
.news .content {
  margin-top: 45px;
  overflow: hidden;
}
.news .content .newsimg {
  width: 535px;
  height: 314px;
  float: left;
}
.news .content .newsimg img {
  width: 100%;
  height: 100%;
}
.news .content .newslist {
  width: 630px;
  height: 314px;
  float: right;
}
.news .content .newslist p {
  font-size: 18px;
  border-bottom: 1px dashed #dcdcdc;
  height: 63px;
  line-height: 63px;
}
.news .content .newslist p:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background-color: #0675c4;
  margin-right: 10px;
}
.book {
  margin-top: 39px;
}
.book .booktitle {
  height: 50px;
  background-color: #0675c4;
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
  padding-left: 39px;
}
.book .prettycontent {
  position: relative;
  width: 100%;
  height: 308px;
  border: 1px solid #dcdcdc;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-top: 25px;
  padding-left: 20px;
  overflow: hidden;
}
.book .prettycontent .swiper-wrapper {
  display: flex;
}
.book .prettycontent img {
  margin-right: 26px;
}
.download {
  margin-top: 39px;
}
.download .downtitle {
  height: 50px;
  background-color: #0675c4;
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
  padding-left: 39px;
}
.download ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
}
.download ul li {
  width: 590px;
  height: 50px;
  border: 1px solid #dcdcdc;
  line-height: 50px;
  margin-bottom: 11px;
  padding-left: 12px;
  position: relative;
}
.download ul li a {
  display: inline-block;
  width: 60px;
  height: 30px;
  background-color: #f88f34;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  top: 8px;
  right: 12px;
}
.download ul li:nth-child(odd) {
  margin-right: 17px;
}
.download ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background-color: #0675c4;
  margin-right: 10px;
}
