body {
  min-width: 1200px;
  background-color: #39AA40;
}
.banner .bannerimg {
  width: 100%;
}
.banner .text {
  width: 62%;
  margin: 20px auto;
  position: absolute;
  top: 31%;
  left: 220px;
}
.banner .text > p {
  width: 29em;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #18341e;
  line-height: 34px;
}
.content {
  width: 100%;
  padding: 30px 0 80px;
  min-height: 500px;
  position: relative;
}
.content .info {
  width: 100%;
  text-align: center;
}
.content .info .title {
  width: 20%;
}
.content .info .no {
  width: 1.5em;
  display: inline-block;
  vertical-align: text-top;
}
.content .info .words {
  width: calc(100% - 3em);
  display: inline-block;
  vertical-align: text-top;
}
.content .info .dec {
  width: 70%;
  margin: 30px auto 0;
  text-align: left;
  padding: 40px;
  font-size: 18px;
  color: #221E32;
  line-height: 1.5em;
}
.content .info .dec .bookContent {
  width: 100%;
  padding: 40px;
  background-color: #fff;
  border: 4px solid #F0A336;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content .info .dec .bookContent + .bookContent {
  margin-top: 30px;
}
.content .info .dec > p {
  text-indent: 2em;
  line-height: 2em;
}
.content .info .dec > p + p {
  margin-top: 15px;
}
.content .info .dec > div + div {
  margin-top: 20px;
}
.content .info .dec > div > p + p {
  margin-top: 10px;
  text-indent: 1.5em;
}
.content .info .dec > div > img {
  margin-top: 10px;
  margin-left: 2em;
}
.content .info .dec em {
  color: #271B38;
  font-weight: bold;
  font-style: normal;
}
.content .info .dec .prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 20px;
}
.content .info .dec .prize img {
  width: 110px;
  height: 110px;
}
.content .info .dec .prize .level {
  font-size: 20px;
  font-weight: bold;
  color: #392886;
  text-align: center;
  margin-top: 5px;
}
.content .info .dec .prize .name {
  font-size: 14px;
  text-align: center;
}
.content .info .dec .mark {
  font-size: 12px;
  text-align: center;
}
.content .info + .info {
  margin-top: 60px;
}
.content .sm {
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
}
.content .bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -2;
}
.content .bg-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14%;
  height: auto;
}
.content .footer {
  line-height: 24px;
  font-size: 12px;
  color: #fff;
  width: 100%;
  padding-top: 10px;
  bottom: 3%;
  left: 0;
}
.content .footMain {
  padding: 20px 0;
  text-align: center;
}
.content .footMain a {
  color: #fff;
  display: inline-block;
}
.mainCon {
  position: relative;
  margin-top: 40px;
}
.content .info .dec.booklist {
  padding: 30px20px;
}
.content .info .dec.booklist .main {
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: 500px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content .info .dec.booklist .main .bookContent {
  padding: 40px;
  width: 100%;
  font-size: 16px;
}
.content .info .dec.booklist .main .bookContent .book_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content .info .dec.booklist .main .bookContent .book_content {
  font-size: 16px;
  width: calc(100% - 150px);
  position: relative;
  color: #221E32;
}
.content .info .dec.booklist .main .bookContent .book_content h2 {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.content .info .dec.booklist .main .bookContent .book_cover {
  width: 136px;
  margin-right: 10px;
}
.content .info .dec.booklist .main .bookContent .book_cover img {
  width: 100%;
}
.content .info .dec.booklist .main .bookContent .boook_author {
  font-size: 14px;
  color: #221E32;
  margin: 5px 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content .info .dec.booklist .main .bookContent .tips {
  font-size: 14px;
  line-height: 1.5em;
}
.content .info .dec.booklist .main .bookContent .btn {
  margin-top: 8px;
  background-color: #39AA40;
}
.main .left_bg {
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main .right_bg {
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.main a {
  display: block;
}
.bookContent {
  position: relative;
  z-index: 1;
  width: 63%;
  min-height: 300px;
  padding: 30px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: url("../img/pc/kuang2.png") no-repeat center;
  background-size: 100% 100%;
}
/* .bookContent li{float:left;width: 511px;margin:0 0px 40px 0;} */
.bookContent li {
  width: 48%;
  margin-top: 30px;
}
.bookContent li:first-child {
  margin-top: 0;
}
.bookContent li:nth-child(2) {
  margin-top: 0;
}
.bookContent li:nth-child(even) {
  margin-left: 4%;
}
.bookCover {
  width: 142px;
  height: 190px;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(68, 68, 68, 0.23);
          box-shadow: 0px 2px 16px 0px rgba(68, 68, 68, 0.23);
  margin-right: 20px;
}
.bookCover img {
  width: 100%;
  height: 100%;
}
.bookMsg {
  width: calc(100% - 164px);
  color: #004731;
}
.bookMsg a h2 {
  display: block;
  color: #004731;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.name {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #004731;
  margin: 5px 0 16px;
}
.btn {
  height: 32px;
  line-height: 32px;
  width: 100px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #39AA40;
}
.foure-line {
  display: inline;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
a.backPrev {
  float: left;
  margin-right: 16px;
  padding-left: 12px;
  width: 76px;
  height: 36px;
  text-align: center;
  font-size: 18px;
  background: url(../img/backPrev.png) no-repeat right center;
  line-height: 36px;
}
