.lake-typography-classic {
  outline: none !important;
}
.newDetail-wrapper {
  padding-bottom: 40px;
  padding-top: 30px;
}
.newDetail-wrapper .nav-wrapper .nav-item {
  position: relative;
  cursor: pointer;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
}
.newDetail-wrapper .nav-wrapper .nav-item::before {
  /*content: '';*/
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0px;
  background-color: #333;
}
.newDetail-wrapper .nav-wrapper .nav-item:last-child {
  font-weight: normal;
  cursor: default;
  color: #777;
}
.newDetail-wrapper .nav-wrapper .nav-item:last-child::before {
  width: 0px;
  background: none;
}
.newDetail-wrapper .detailInfo-wrapper {
  margin-top: 25px;
}
.newDetail-wrapper .detailInfo-wrapper .el-row {
  width: 100%;
}
.newDetail-wrapper .detailInfo-wrapper .el-row .el-col .detailInfo-content {
  text-align: center;
  border: solid 1px #eeeeee;
  padding-top: 60px;
  padding-bottom: 105px;
}
.newDetail-wrapper .detailInfo-wrapper .el-row .el-col .detailInfo-content .title {
  margin-bottom: 20px;
  font-size: 26px;
}
.newDetail-wrapper .detailInfo-wrapper .el-row .el-col .detailInfo-content .date {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  margin-bottom: 40px;
}
.newDetail-wrapper .detailInfo-wrapper .el-row .el-col .detailInfo-content .content {
  padding: 0 73px;
  font-size: 14px !important;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #404040;
  text-align: left;
  min-height: 100px;
  letter-spacing:1.5px !important;
}
/*.newDetail-wrapper .detailInfo-wrapper .el-row .el-col .detailInfo-content .content h2{*/
  /*font-size: 16px !important;*/
  /*font-weight: bold !important;*/
  /*letter-spacing:1.5px !important;*/
/*}*/
.newDetail-wrapper .detailInfo-wrapper .el-row .el-col .detailInfo-content .opearButton-wrapper {
  /*margin-top: 107px;*/
}
.newDetail-wrapper .detailInfo-wrapper .el-row .el-col .detailInfo-content .opearButton-wrapper .button {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  color: #6462f3;
}
.newDetail-wrapper .detailInfo-wrapper .el-row .el-col .detailInfo-content .opearButton-wrapper .button.noData {
  color: #666666;
}
.newDetail-wrapper .detailInfo-wrapper .el-row .el-col .detailInfo-content .opearButton-wrapper .button.preButton {
  margin-right: 32%;
}
.newDetail-wrapper .detailInfo-wrapper .el-row .el-col .detailInfo-about {
  border: solid 1px #eeeeee;
}
.newDetail-wrapper .detailInfo-wrapper .el-row .el-col .detailInfo-about .title-wrapper {
  height: 58px;
  background-color: #f8f8f8;
  justify-content: space-between;
  padding: 0 20px;
}
.newDetail-wrapper .detailInfo-wrapper .el-row .el-col .detailInfo-about .title-wrapper .title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.newDetail-wrapper .detailInfo-wrapper .el-row .el-col .detailInfo-about .title-wrapper .button {
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #6462f3;
}
.newDetail-wrapper .detailInfo-wrapper .el-row .el-col .detailInfo-about .content-wrapper {
  cursor: pointer;
  padding: 0 20px;
  overflow: hidden;
}
.newDetail-wrapper .detailInfo-wrapper .el-row .el-col .detailInfo-about .content-wrapper .content-inner {
  padding: 18px 10px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 14px;
  letter-spacing: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: solid 1px #eeeeee;
  display: block;
  color: #000;
}
.newDetail-wrapper .detailInfo-wrapper .el-row .el-col .detailInfo-about .content-wrapper .content-inner:hover {
  color: #6462f3;
}
.newDetail-wrapper .detailInfo-wrapper .el-row .el-col .detailInfo-about .content-wrapper .content-inner:last-child {
  border-bottom: none;
}
.newDetail-wrapper .detailInfo-wrapper .el-row .el-col .detailInfo-about .content-wrapper .content-inner.nodata {
  cursor: default;
}
.newDetail-wrapper .detailInfo-wrapper .el-row .el-col .detailInfo-about .content-wrapper .content-inner.nodata:hover {
  color: #333;
}

.nav-item a {
	color: #333;
}

.content{
  color: #666 !important;
  line-height:32px !important;;
  letter-spacing:1.0px !important;
  margin-bottom:20px !important;
}
.content h2{
  color: #333 !important;
  font-size:20px !important;
  font-weight:bold !important;
}
.content h3{
  font-size:16px !important;
  font-weight:bold !important;
}
.content b{
  font-weight:bold !important;
}
.content p{
  font-size:16px !important;
}






