.content {
  width: 100%;
  overflow: hidden;
}
.content .box {
  width: 73.2%;
  margin: 0 auto;
  padding-top: 100px;
}
.content .box .time {
  font-family: DINOT-CondBold;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -1.3px;
  color: #c6150f;
}
.content .box .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  color: #666666;
  margin-top: 19px;
}
.content .box .ability {
  width: 100%;
  margin-top: 28px;
}
.content .box .ability::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .ability .browse {
  float: left;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -0.6px;
  color: #666666;
}
.content .box .ability .bdsharebuttonbox {
  float: right;
  padding-left: 22px;
  border-left: solid 1px #666666;
}
.content .box .ability .bdsharebuttonbox a {
  display: inline-block;
  width: 135px;
  line-height: 30px;
  font-size: 14px;
  color: #3d3d3d;
  text-indent: 0px;
  background: #fff url(../images/icon_share.png) no-repeat 93px center;
  background-size: 25px;
  text-align: initial;
  margin: 0;
  transition: none;
  -webkit-transition: none;
}
.content .box .ability .adjustment {
  float: right;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -0.6px;
  color: #666666;
  cursor: pointer;
  margin-right: 22px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.content .box .ability .adjustment img {
  margin-left: 10px;
  height: 25px;
}
.content .box .line {
  width: 100%;
  height: 1px;
  background-color: #ededef;
  margin-top: 44px;
  margin-bottom: 50px;
}
.content .box .p {
  width: 100%;
}
.content .box .p p {
  width: 100%;
  font-size: 16px;
  line-height: 1.875;
  color: #333333;
  text-align: justify;
}
.content .box .p img {
  max-width: 100%;
  display: block;
  margin: 20px auto;
}
.content .box .page {
  margin-top: 110px;
}
.content .box .page .prve {
  width: 100%;
  margin-bottom: 20px;
}
.content .box .page .prve a .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: solid 1px #b3b3b3;
  text-align: center;
  line-height: 22px;
  margin-right: 17px;
  transition: 0.5s;
}
.content .box .page .prve a .icon i {
  font-size: 14px;
  color: #b3b3b3;
  transition: 0.5s;
}
.content .box .page .prve a .text {
  font-size: 18px;
  line-height: 22px;
  color: #666666;
  transition: 0.5s;
}
.content .box .page .prve a:hover .icon {
  border: solid 1px #c6150f;
  background-color: #c6150f;
}
.content .box .page .prve a:hover .icon i {
  color: white;
}
.content .box .page .prve a:hover .text {
  color: #c6150f;
  font-weight: bold;
}
.content .box .page .next {
  width: 100%;
  border-top: dashed 1px #eee;
  padding-top: 20px;
  margin-bottom: 150px;
}
.content .box .page .next a .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: solid 1px #b3b3b3;
  text-align: center;
  line-height: 22px;
  margin-right: 17px;
  transition: 0.5s;
}
.content .box .page .next a .icon i {
  font-size: 14px;
  color: #b3b3b3;
  transition: 0.5s;
}
.content .box .page .next a .text {
  font-size: 18px;
  line-height: 22px;
  color: #666666;
  transition: 0.5s;
}
.content .box .page .next a:hover .icon {
  border: solid 1px #c6150f;
  background-color: #c6150f;
}
.content .box .page .next a:hover .icon i {
  color: white;
}
.content .box .page .next a:hover .text {
  color: #c6150f;
  font-weight: bold;
}
<!--0.00029301643371582-->