.essay-container {
  margin: 80px auto;
}

.essay-container .content,
.essay-container .title-wrap,
.essay-container .bar {
  display: flex;
  justify-content: space-between;
}

.essay-container .title-wrap {
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}

.essay-container .title {
  font-size: 32px;
  width: 58%;
  line-height: 1.4;
  color: #0125b9;
}

.essay-container .info {
  color: #999;
  height: 32px;
  display: flex;
  align-items: center;
  align-content: center;
}

.essay-container .info div {
  margin-left: 14px;
  padding-left: 14px;
  border-left: 1px solid #e6e6e6;
}

.essay-container .info div:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.essay-container .bar {
  margin: 30px 0 60px;
}

.essay-container .bar>div {
  text-align: center;
  line-height: 56px;
  border: 1px solid #e6e6e6;
}

.essay-container .size-change {
  width: 254px;
  color: #999;
}

.essay-container .size-change span {
  padding: 0 18px;
  cursor: pointer;
}

.essay-container .size-change span:nth-child(2) {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.essay-container .size-change .on {
  color: #0125b9;
}

.essay-container .qr {
  width: 166px;
  cursor: pointer;
  position: relative;
  z-index: 9;
}

.essay-container .qr span {
  position: relative;
  padding-right: 20px;
}

.essay-container .qr span:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 1px solid #333;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 2px;
  right: 0;
  margin: auto;
}

.essay-container .qr div {
  overflow: hidden;
  width: 168px;
  height: 0;
  position: absolute;
  top: 100%;
  left: -1px;
  transition: height 0.3s;
  -webkit-transition: height 0.3s;
  background-color: #f7f7f7;
}

.essay-container .qr img {
  width: 152px;
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.essay-container .qr:hover div {
  height: 168px;
}

.essay-container .left {
  width: 100%;
}

.essay-container .right {
  width: 350px;
  max-width: 28%;
}

.essay-container .links div {
  position: relative;
  padding-top: 30%;
  margin-top: 20px;
  overflow: hidden;
}

.essay-container .links div:hover i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.essay-container .links div:nth-child(1) i {
  background-image: url('../images/item2-1.jpg');
}

.essay-container .links div:nth-child(2) i {
  background-image: url('../images/item2-2.jpg');
}

.essay-container .links i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.essay-container .links a {
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.essay-container .links span {
  font-size: 22px;
  margin-right: 26px;
  padding-left: 24px;
  position: relative;
}

.essay-container .links span:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.essay {
  text-align: justify;
  line-height: 2;
  margin-bottom: 52px;
}

.essay img {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-bottom: 10px;
}

.essay.big {
  font-size: 18px;
}

.essay.medium {
  font-size: 16px;
}

.essay.medium table {
  width: 100% !important;
  margin-top: 50px;
}

table,
tr,
th,
td {
  width: auto !important;
  word-break: break-all;
}

.essay.medium table td {
  padding: 5px 20px;
}

.essay.small {
  font-size: 14px;
}

.essay-change {
  display: flex;
  font-size: 16px;
  justify-content: center;
}

.essay-change div {
  border: 1px solid #e6e6e6;
  line-height: 66px;
  width: 426px;
  max-width: 46%;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.essay-change div:hover {
  background-color: #0125b9;
  border-color: #0125b9;
}

.essay-change div:hover a {
  color: #fff;
}

.essay-change div:hover i:before {
  background-color: #fff;
}

.essay-change a {
  display: flex;
  justify-content: center;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

.essay-change i {
  position: relative;
  width: 23px;
  background: no-repeat center;
  background-size: 100% auto;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

.essay-change i:before {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #c8c8c8;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

.essay-change span {
  width: 260px;
  max-width: 62%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.essay-change .prev {
  margin-right: 30px;
}

.essay-change .prev i {
  background-image: url('../images/left2-1.png');
  margin-right: 60px;
}

.essay-change .prev i:before {
  right: -30.5px;
}

.essay-change .prev:hover i {
  background-image: url('../images/left2-2.png');
}

.essay-change .next i {
  background-image: url('../images/right5-1.png');
  margin-left: 60px;
}

.essay-change .next i:before {
  left: -30.5px;
}

.essay-change .next:hover i {
  background-image: url('../images/right5-2.png');
}

.recommend-news {
  border: 1px solid #e6e6e6;
  background-color: #f7f7f7;
  padding: 34px 26px;
}

.recommend-news .colunm-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  background: url('../images/icon08.png') no-repeat;
  background-size: 42px;
  height: 42px;
  padding-left: 56px;
  padding-bottom: 18px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dcdcdc;
}

.recommend-news .colunm-title div {
  font-weight: bold;
  font-size: 18px;
}

.recommend-news .colunm-title a {
  width: 68px;
  line-height: 30px;
  text-align: center;
  background-color: #e5e5e5;
  border-radius: 15px;
  color: #999;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.recommend-news .colunm-title a:hover {
  background-color: #fff;
  color: #333;
}

.recommend-news li {
  border-top: 1px solid #efefef;
  line-height: 50px;
}

.recommend-news li:first-child {
  border-top: 0;
}

.recommend-news li a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.recommend-news li a:hover {
  color: #0125b9;
}

@media screen and (max-width: 1580px) {
  .essay-container {
    margin: 60px auto;
  }

  .essay-container .title-wrap {
    padding-bottom: 18px;
  }

  .essay-container .title {
    font-size: 26px;
  }

  .essay-container .info {
    height: 26px;
  }

  .essay-container .info div {
    margin-left: 10px;
    padding-left: 10px;
    line-height: 1;
  }

  .essay-container .bar {
    margin: 24px 0 42px;
  }

  .essay-container .bar>div {
    line-height: 44px;
  }

  .essay-container .size-change {
    width: 230px;
  }

  .essay-container .size-change span {
    padding: 0 14px;
  }

  .essay-container .qr {
    width: 128px;
  }

  .essay-container .qr img {
    width: 114px;
  }

  .essay-container .qr div {
    width: 130px;
  }

  .essay-container .qr:hover div {
    height: 130px;
  }

  .essay-container .right {
    width: 280px;
  }

  .essay-container .links div {
    margin-top: 14px;
  }

  .essay-container .links span {
    font-size: 18px;
    margin-right: 24px;
    padding-left: 20px;
  }

  .essay-container .links span:before {
    border-width: 4px 0 4px 9px;
  }

  .essay {
    margin-bottom: 40px;
  }

  .essay.big {
    font-size: 17px;
  }

  .essay.medium {
    font-size: 14px;
  }

  .essay.small {
    font-size: 12px;
  }

  .essay-change {
    font-size: 14px;
  }

  .essay-change div {
    width: 320px;
    line-height: 48px;
  }

  .essay-change i {
    width: 18px;
  }

  .essay-change span {
    width: 200px;
  }

  .essay-change .prev {
    margin-right: 24px;
  }

  .essay-change .prev i {
    margin-right: 40px;
  }

  .essay-change .prev i:before {
    right: -20.5px;
  }

  .essay-change .next i {
    margin-left: 40px;
  }

  .essay-change .next i:before {
    left: -20.5px;
  }

  .recommend-news {
    padding: 24px 18px;
  }

  .recommend-news .colunm-title {
    background-size: 34px;
    height: 34px;
    padding-left: 48px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .recommend-news .colunm-title a {
    width: 64px;
    line-height: 24px;
  }

  .recommend-news .colunm-title div {
    font-size: 16px;
  }

  .recommend-news li {
    line-height: 40px;
  }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .essay-container {
    margin: 2.4rem auto;
  }

  .essay img {
    margin-bottom: 3vw;
  }

  .essay-container .right {
    display: none;
  }

  .essay-container .left {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .essay-container .title-wrap {
    flex-wrap: wrap;
    font-size: 0.65rem;
    padding-bottom: 0.8rem;
  }

  .essay-container .title {
    font-size: 1.2rem;
    width: 100%;
  }

  .essay-container .info {
    height: auto;
    margin-top: 0.8rem;
    display: block;
  }

  .essay-container .info div {
    line-height: 1.3;
    margin: 0;
    padding: 0;
    border-left: 0;
  }

  .essay-container .qr {
    display: none;
  }

  .essay-container .size-change {
    font-size: 0.7rem;
    width: auto;
    padding: 0 1rem;
  }

  .essay-container .size-change span {
    padding: 0 0.8rem;
  }

  .essay {
    margin-bottom: 2.4rem;
    line-height: 1.8;
  }

  .essay.big {
    font-size: 0.9rem;
  }

  .essay.medium {
    font-size: 0.8rem;
  }

  table,
  tr,
  th,
  td {
    font-size: 3vw;
    height: auto;
  }

  .essay.small {
    font-size: 0.7rem;
  }

  .essay-change {
    justify-content: space-between;
    font-size: 0.65rem;
  }

  .essay-change span {
    display: none;
    width: 40%;
    min-width: auto;
  }

  .essay-change .prev a:after {
    content: '上一篇';
  }

  .essay-change .next a:before {
    content: '下一篇';
  }
}