@import url("./normalize.css");
@import url("./cr-header.css");
@import url("./iconfont.css");
body {
  background-color: #f6f6f6;
  color: #333;
}

.content-box {
  display: flex;
  align-items: flex-start;
}

.content-box .content-left {
  width: 800px;
  margin-right: 30px;
  background-color: var(--bg-color);
  height: auto;
}

.content-box .conent-right {
  width: calc(100% - 830px);
}

.details {
  position: relative;
}

.details .common-head::after {
  background-color: #fff;
}

.details .details-head {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.details .details-head h1 {
  font-size: 20px;
  color: #333;
  margin-top: 30px;
  margin-bottom: 24px;
}

.details .details-head .head-data {
  font-size: 12px;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.details .details-head .head-data span {
  display: flex;
  align-items: center;
  margin: 0 10px;
}

.details .details-head .head-data span i {
  margin-right: 5px;
}

.details .details-box {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}

.details .details-box img {
  max-width: 100%;
}

.details .details-box * {
  line-height: 30px;
}

.details .details-box p,
.details .details-box h1,
.details .details-box h2,
.details .details-box h3,
.details .details-box h4,
.details .details-box h5 {
  margin-top: 5px;
  margin-bottom: 20px;
}

.details .next-box {
  margin-bottom: 30px;
}

.details .next-box a {
  display: block;
  margin-bottom: 14px;
}

.details .next-box a:hover {
  color: var(--main-color);
}

.content-left {
  padding: 0 20px;
}

.content-left .left-line {
  height: 10px;
  width: 800px;
  margin-left: -20px;
  background-color: #f6f6f6;
}

.content-left .common-head {
  font-weight: 500;
  border-left: none;
  color: #333;
  padding-left: 0;
  font-size: 18px;
}

.content-left .left-list {
  margin-top: 30px;
}

.content-left .left-list .list-item {
  display: flex;
  width: 100%;
  user-select: none;
  margin-bottom: 20px;
}

.content-left .left-list .list-item:hover h3 {
  color: var(--main-color);
  text-decoration: underline;
}

.content-left .left-list .desc {
  padding: 5px 0;
  width: calc(100% - 220px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content-left .left-list .desc h3 {
  color: #333;
}

.content-left .left-list .desc .desc-text {
  color: #666;
  font-size: 12px;
  line-height: 18px;
}

.content-left .left-list .desc .desc-data {
  color: #999;
  font-size: 12px;
  display: flex;
  align-items: center;
  line-height: 20px;
}

.content-left .left-list .desc .desc-data span {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.content-left .left-list .desc .desc-data span i {
  margin-right: 5px;
}

.content-left .left-list img {
  width: 200px;
  height: 128px;
  margin-right: 20px;
}

.content-left .page-box {
  display: flex;
  justify-content: center;
  margin: 50px 0;
  align-items: center;
}

.content-left .page-box .next-btn {
  font-size: 12px;
  color: #999;
}

.content-left .page-box .next-btn:hover {
  color: var(--main-color);
}

.content-left .page-box .page-warp {
  margin: 0 20px;
  display: flex;
}

.content-left .page-box .page-warp span {
  padding: 5px 13px;
  border-radius: 4px;
  border: 1px solid #999;
  color: #999;
  margin-right: 8px;
}

.content-left .page-box .page-warp span:last-child {
  margin-right: 0;
}

.content-left .page-box .page-warp span:hover {
  border-color: var(--main-color);
  color: var(--main-color);
}

.content-left .page-box .page-warp .active {
  border-color: var(--main-color);
  color: var(--main-color);
}

.conent-right .hotlist1 {
  padding: 1px 16px;
  background-color: var(--bg-color);
  margin-bottom: 20px;
}

.conent-right .hotlist1 ul {
  padding-top: 16px;
}

.conent-right .hotlist1 li {
  margin-bottom: 16px;
  list-style: none;
}

.conent-right .hotlist1 li span {
  color: #E81919;
  margin-right: 5px;
}

.conent-right .hotlist1 li i {
  color: #004891;
  transform: rotate(-90deg);
  font-size: 12px;
  display: block;
  text-decoration: none;
}

.conent-right .hotlist1 a {
  display: flex;
}

.conent-right .hotlist1 a:hover {
  color: var(--main-color);
}
