.top {
  width: 100%;
  height: 222px;
  background: url(../images/bck.png) no-repeat center center;
  background-size: cover;
  border-radius: 8px 8px 8px 8px;
  padding: 15px 15px 0 20px;
  box-shadow: 0px 3px 0 -3px rgba(0, 0, 0, 0.05);
}
.top .top-left {
  width: 868px;
  float: left;
  margin-top:7px;
}
.top .top-left h3 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 26px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.top .top-left i {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  display: block;
  margin-top: 3px;
}
.top .top-left p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #666;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  margin: 5px 0 5px 0;
}
.top .top-left a {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #0D71FA;
}
.top .top-right {
  width: 371px;
  height: 186px;
  border-radius: 9px 9px 9px 9px;
  float: right;
  overflow: hidden;
  position: relative;
  font-family: PingFang TC, PingFang TC;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  margin-top: -1.5px;
}
.top .top-right .switch-tips {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.top .top-right .switch-tips .last-switch-tips {
  margin-right: 0;
}
.top .top-right .switch-tips .on {
  background: #fff;
}
.top .top-right .switch-tips li {
  cursor: pointer;
  text-indent: -9999px;
  float: left;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.52);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  margin-right: 11px;
  border-radius: 50%;
}
.top .top-right .switch-tips li:hover {
  background: #fff;
}
.top .top-right .img-group ul li {
  float: left;
  position: relative;
  width: 371px;
  height: 186px;
}
.top .top-right .img-group img {
  width: 371px;
  height: 186px;
}
.box {
  width: 100%;
  height: 265px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  padding: 24px;
  margin-top: 20px;
}
.box .title {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.box .title h3 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 32px;
  color: #333333;
  margin-right: 13px;
}
.box .title i {
  display: block;
  font-family: PingFang TC, PingFang TC;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
}
.box ul {
  margin-top: 20px;
}
.box ul li {
  margin-right: 19px;
  float: left;
  position: relative;
}
.box ul li:nth-child(4n) {
  margin-right: 0;
}
.box ul li a {
  display: block;
}
.box ul li a span {
  font-family: PingFang TC, PingFang TC;
  font-weight: 500;
  font-size: 24px;
  color: #0B2368;
  position: absolute;
  top: 50%;
  left: 36px;
  transform: translateY(-50%);
}
