*::-webkit-scrollbar {
  <!--width: 0px !important;-->
}
*::-webkit-scrollbar-button:start:decrement,
*::-webkit-scrollbar-button:end:increment {
  height: 0;
  background-color: transparent;
}
*::-webkit-scrollbar-corner {
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.2);
}
body{
    font-family:microsoft yahei;
    margin:0px;
}
a {
  text-decoration: none;
  cursor: pointer;
}
.a_box2 {
  width: 1200px;
  margin: 0 auto;
  height: 80px;
  line-height: 80px;
  /* background-color: #FDF7E9; */
}
.a_box2 a {
  color: #ADADAC;
  font-size: 15px;
}
.a_box2 span {
  color: #ADADAC;
}
.a_box2 .now {
  font-size: 15px;
  color: #D68F44 !important;
}
.content {
  width: 1200px;
  background-color: #fff;
  margin: 0 auto;
  padding: 50px 35px 65px;
  height: 970px;
  overflow: auto;
  margin-bottom: 60px;
  /* box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14); */
}
.content .title {
  font-weight: 400;
  color: #D68F44;
  font-size: 24px;
  text-align: center;
  line-height: 32px;
}
.content .time {
  font-size: 12px;
  font-weight: 400;
  color: #aaaaaa;
  line-height: 32px;
}
.content .return {
  cursor: pointer;
  width: 80px;
  height: 32px;
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
  line-height: 32px;
  border: 1px solid #d2d2d2;
  text-align: center;
}
.content .cut {
  width: 100%;
  height: 1px;
  margin-top: 18px;
  background: #ffffff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14);
}
.content .wenzhang {
  padding: 60px 25px;
  color: #7D7D7D;
  overflow-y:scoll;
}
.content .wenzhang_tools{
  padding:0px;
  height:150px;
}
.content .wenzhang .for_imgcenter {
  width: 100%;
  text-align: center;
}
.content .wenzhang .for_imgcenter img {
  margin: 0 auto;
}
.content .wenzhang p {
  line-height: 25px;
  text-indent: 2em;
  text-align:justify; 
  text-justify:inter-ideograph;
}
.content .wenzhang .article_title {
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
}
.content .wenzhang_tools .prev_link {
  float: left;
  margin-top: 30px;
  /* color: #434343; */
  color: #D68F44;
}
.content .wenzhang_tools .prev {
  float: left;
  margin-top: 30px;
  color: #D68F44;
}
.content .wenzhang_tools .next_link {
  float: right;
  margin-top: 30px;
  /* color: #434343; */
  color: #D68F44;
}
.content .wenzhang_tools .prev_link,
.content .wenzhang_tools .next_link {
  display: inline-block;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .wenzhang_tools .next {
  margin-top: 30px;
  float: right;
  color: #D68F44;
  
}
.content .wenzhang .right_span {
  text-align: right;
}
.content .wenzhang pre {
  font-size: 16px;
  font-family: arial, sans-serif;
}
.edit{
  float: right;
}

