.current-text {
  color: #fff;
}
.current-text .month-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.current-text .month-info-wrap {
  background-color: #FF983F;
}
.current-text .month {
  color: #fff !important;
}
.current-text .split {
  color: #fff !important;
}
.current-text .month-info {
  background-color: #FF983F;
}
.current-text .info {
  color: #fff !important;
}
.honor-wrap {
  width: 100%;
}
.honor-wrap .honor-detail-wrap {
  position: relative;
  margin-top: 80px;
}
.honor-wrap .honor-detail-wrap .center {
  position: absolute;
  left: 314px;
  bottom: 0;
  top: 0;
}
.honor-wrap .honor-detail-wrap .center .line {
  height: 100%;
  width: 1px;
  border-left: 1px solid #E3E3E3;
}
.honor-wrap .honor-detail-wrap .right {
  position: relative;
  margin-left: 315px;
  width: 900px;
}
.honor-wrap .honor-detail-wrap .right .year-wrap {
  margin-bottom: 80px;
}
.honor-wrap .honor-detail-wrap .right .year-wrap .year-info {
  font-size: 36px;
  font-weight: 600;
  color: #252423;
  margin-left: 25px;
  margin-bottom: 30px;
}
.honor-wrap .honor-detail-wrap .right .year-wrap .month-info {
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}
.honor-wrap .honor-detail-wrap .right .year-wrap .month-info .month-icon {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 16px;
  height: 16px;
  position: absolute;
  left: -8px;
  top: 10px;
}
.honor-wrap .honor-detail-wrap .right .year-wrap .month-info .month-info-wrap {
  padding: 10px;
  position: relative;
  margin-left: 25px;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
  font-size: 14px;
}
.honor-wrap .honor-detail-wrap .right .year-wrap .month-info .month-info-wrap .month {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: absolute;
  margin-right: 14px;
  font-size: 18px;
  color: #252423;
  font-weight: 600;
}
.honor-wrap .honor-detail-wrap .right .year-wrap .month-info .month-info-wrap .split {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  left: 66px;
  position: absolute;
  line-height: 20px;
  color: #252423;
}
.honor-wrap .honor-detail-wrap .right .year-wrap .month-info .month-info-wrap .info {
  color: #252423;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: relative;
  margin-left: 70px;
  display: block;
  line-height: 20px;
  font-size: 14px;
}
.honor-wrap .honor-detail-wrap .right .year-wrap .month-info:hover {
  color: #fff;
}
.honor-wrap .honor-detail-wrap .right .year-wrap .month-info:hover .month-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.honor-wrap .honor-detail-wrap .right .year-wrap .month-info:hover .month-info-wrap {
  background-color: #FF983F;
}
.honor-wrap .honor-detail-wrap .right .year-wrap .month-info:hover .month {
  color: #fff !important;
}
.honor-wrap .honor-detail-wrap .right .year-wrap .month-info:hover .split {
  color: #fff !important;
}
.honor-wrap .honor-detail-wrap .right .year-wrap .month-info:hover .month-info {
  background-color: #FF983F;
}
.honor-wrap .honor-detail-wrap .right .year-wrap .month-info:hover .info {
  color: #fff !important;
}
.honor-wrap .honor-detail-wrap .right .year-wrap .current {
  color: #fff;
}
.honor-wrap .honor-detail-wrap .right .year-wrap .current .month-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.honor-wrap .honor-detail-wrap .right .year-wrap .current .month-info-wrap {
  background-color: #FF983F;
}
.honor-wrap .honor-detail-wrap .right .year-wrap .current .month {
  color: #fff !important;
}
.honor-wrap .honor-detail-wrap .right .year-wrap .current .split {
  color: #fff !important;
}
.honor-wrap .honor-detail-wrap .right .year-wrap .current .month-info {
  background-color: #FF983F;
}
.honor-wrap .honor-detail-wrap .right .year-wrap .current .info {
  color: #fff !important;
}
.stock-wrap .stock-box {
  margin: auto;
  width: 780px;
  padding: 18px;
  background: #fff;
  margin-top: 20px;
  padding-bottom: 100px;
}
.stock-wrap .stock-box .shares-wrap {
  width: auto;
  height: 50px;
  margin: 0 auto;
  position: relative;
}
.stock-wrap .stock-box .shares-wrap .shares {
  position: static;
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
}
.stock-wrap .stock-box .shares-wrap .shares-name {
  border-left: 5px #ff7500 solid;
  font-size: 24px;
  color: #333;
  padding-left: 6px;
}
.stock-wrap .stock-box .shares-wrap .shares-name .stock-code {
  color: #999;
  font-size: 14px;
}
.stock-wrap .stock-box .shares-wrap .share-price {
  display: inline;
  margin-top: 0;
  line-height: 28px;
  color: #f54545;
}
.stock-wrap .stock-box .shares-wrap .share-price .price {
  font-size: 24px;
  margin-right: 0;
}
.stock-wrap .stock-box .shares-wrap .share-price .price-0 {
  text-align: center;
  width: 40px;
  margin: 0 5px;
  font-size: 14px;
}
.stock-wrap .stock-box .shares-wrap .share-price .green {
  color: #0f990f !important;
}
.stock-wrap .stock-box .stock-nav {
  background: #eff5ff;
  height: 30px;
  text-align: center;
  border-top: solid 1px #dde4f4;
  border-bottom: solid 1px #dde4f4;
  margin-bottom: 15px;
}
.stock-wrap .stock-box .stock-nav .nav {
  float: left;
  color: #062784;
  border: 1px solid #EFF5FF;
  padding: 0 12px;
  height: 25px;
  line-height: 25px;
  margin-top: 3px;
  margin-left: 15px;
}
.stock-wrap .stock-box .stock-nav .cur {
  color: red;
  border-top: 2px #062784 solid;
  border-left: solid 1px #dde4f4;
  border-right: solid 1px #dde4f4;
  border-bottom: solid 1px #fff;
  background: #fff;
}
.stock-wrap .stock-box .stock-img {
  width: 100%;
}
.stock-wrap .stock-box .stock-img img {
  width: 100%;
  display: none;
}
<!--0.00016880035400391-->