@charset "UTF-8";
/* 滚动条设置star */
html {
  overflow-y: scroll;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

body {
  width: 100%;
  overflow: hidden;
}

/* 滚动条设置end */
a,
a:hover {
  text-decoration: none;
  color: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  border-bottom: none;
}

.header-root {
  background: #fff;
}

.Information_details {
  margin: 0 auto;
  /* 导航栏 */
}

.Information_details .navigator {
  display: flex;
  margin: 10px 0 10px 0;
}

.Information_details .navigator li {
  margin-right: 10px;
  font-size: 20px;
  color: #999999;
}

.Information_details .navigator li a {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
}

.Information_details .navigator .on a {
  color: #666666;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .Information_details .main_content {
    display: flex;
  }
}

.Information_details .main_content .left {
  height: 100%;
  background: #FFFFFF;
}

.Information_details .main_content .left .left_title_box {
  max-width: 54em;
  border-left: 5px solid #3F53D8;
  padding-bottom: 25px;
  border-bottom: 1px solid #EEEEEE;
}

@media screen and (max-width: 992px) {
  .Information_details .main_content .left .left_title_box {
    padding-bottom: 1.5625rem;
  }
}

.Information_details .main_content .left .left_title_box .left_title {
  margin-left: 35px;
}

.Information_details .main_content .left .left_title_box .left_title p {
  font-size: 25px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #232323;
  padding: 18px 0 18px 0;
  line-height: 44px;
}

@media screen and (max-width: 992px) {
  .Information_details .main_content .left .left_title_box .left_title p {
    font-size: 2.25rem;
    line-height: normal;
  }
}

.Information_details .main_content .left .left_title_box .left_title .title_box {
  display: flex;
  justify-content: space-between;
}

.Information_details .main_content .left .left_title_box .left_title .title_box .lefts {
  display: flex;
}

.Information_details .main_content .left .left_title_box .left_title .title_box .lefts .time {
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
  padding-right: 40px;
}

.Information_details .main_content .left .left_title_box .left_title .title_box .lefts button {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #3F53D8;
  width: 80px;
  height: 30px;
  border: 1px solid #3F53D8;
  border-radius: 15px;
  background-color: #fff;
}

.Information_details .main_content .left .left_title_box .left_title .title_box .rights {
  display: flex;
  line-height: 30px;
}

@media screen and (max-width: 396px) {
  .Information_details .main_content .left .left_title_box .left_title .title_box .rights {
    display: inline-flex;
  }
}

.Information_details .main_content .left .left_title_box .left_title .title_box .rights .wacth {
  width: 30px;
  height: 22px;
  background: url("../../images/book_details/browse_2.png") no-repeat;
  background-size: 20px;
  margin-top: 7%;
}

.Information_details .main_content .left .left_title_box .left_title .title_box .rights .wacth:hover {
  width: 30px;
  height: 22px;
  background-size: 20px;
  margin-top: 7%;
  background: url("../../images/book_details/browse_1.png") no-repeat;
}

.Information_details .main_content .left .left_title_box .left_title .title_box .rights .num {
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #999999;
}

.Information_details .main_content .left .left_content {
  margin: 2.375rem 0 0px 38px;
}

@media screen and (max-width: 992px) {
  .Information_details .main_content .left .left_content {
    margin-left: 0;
  }
}

.Information_details .main_content .left .left_content div {
  width: 100% !important;
}

.Information_details .main_content .left .left_content div > img {
  width: 100% !important;
  object-fit: cover;
}

.Information_details .main_content .left .left_content p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
  margin-top: 30px;
}

.Information_details .main_content .left .left_bottom {
  display: flex;
  margin: 2.8125rem 0 3.4375rem 16.5rem;
}

@media (min-width: 683px) and (max-width: 760px) {
  .Information_details .main_content .left .left_bottom {
    margin: 2.8125rem auto;
    padding-left: 25%;
  }
}

@media (min-width: 610px) and (max-width: 682px) {
  .Information_details .main_content .left .left_bottom {
    margin: 2.8125rem auto;
    padding-left: 22%;
  }
}

@media (min-width: 580px) and (max-width: 609px) {
  .Information_details .main_content .left .left_bottom {
    margin: 2.8125rem auto;
    padding-left: 20%;
  }
}

@media (min-width: 500px) and (max-width: 579px) {
  .Information_details .main_content .left .left_bottom {
    margin: 2.8125rem auto;
    padding-left: 14%;
  }
}

@media (min-width: 400px) and (max-width: 499px) {
  .Information_details .main_content .left .left_bottom {
    margin: 2.8125rem auto;
    padding-left: 10%;
  }
}

@media screen and (max-width: 399px) {
  .Information_details .main_content .left .left_bottom {
    margin: 2.8125rem auto;
    padding-left: 2%;
  }
}

.Information_details .main_content .left .left_bottom .bottom_box1,
.Information_details .main_content .left .left_bottom .bottom_box2,
.Information_details .main_content .left .left_bottom .bottom_box3 {
  width: 108px;
  height: 108px;
  border: 1px solid #E5E5E5;
  text-align: center;
}

.Information_details .main_content .left .left_bottom .bottom_box1 .img {
  width: 27px;
  height: 21px;
  background: url("../../images/Information_details/icon01.png") no-repeat;
  margin-left: 42px;
  margin-top: 24px;
}

.Information_details .main_content .left .left_bottom .bottom_box1 .img.on {
  width: 27px;
  height: 21px;
  background: url("../../images/Information_details/icon04.png") no-repeat;
  margin-left: 42px;
  margin-top: 24px;
}

.Information_details .main_content .left .left_bottom .bottom_box2 {
  margin: 0 20px;
}

.Information_details .main_content .left .left_bottom .bottom_box2 .img {
  margin: 24px 0 30px 42px;
}

.Information_details .main_content .left .left_bottom .bottom_box2 .img .img_1 {
  width: 27px;
  height: 23px;
  background: url("../../images/Information_details/QQ.png") no-repeat;
}

.Information_details .main_content .left .left_bottom .bottom_box3 .img {
  margin: 24px 0 32px 42px;
}

.Information_details .main_content .left .left_bottom .bottom_box3 .img .img_2 {
  width: 27px;
  height: 21px;
  background: url("../../images/Information_details/weixin (1).png") no-repeat;
}

.Information_details .main_content .left .left_bottom .num {
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #999999;
  margin: 8px 0;
}

.Information_details .main_content .left .left_bottom .p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  text-align: center;
}

.Information_details .main_content .right .title {
  height: 70px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  margin-bottom: 10px;
}

.Information_details .main_content .right .title a {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #232323;
  border-bottom: 4px solid #3F53D8;
  margin-left: 20px;
  padding-bottom: 16px;
  line-height: 60px;
}

.Information_details .main_content .right .content ul {
  border-radius: 6px;
  border: 1px solid #E5E5E5;
  overflow: hidden;
}

.Information_details .main_content .right .content li {
  background: #FFFFFF;
  padding: 20px;
  border-bottom: 1px solid #E5E5E5;
}

@media screen and (max-width: 399px) {
  .Information_details .main_content .right .content li {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.Information_details .main_content .right .content li a {
  font-size: 16px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #535353;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.Information_details .main_content .right .content li:last-child {
  border-bottom: 0;
}
