.from3 {
  width: 1208px;
  margin: 0 auto;
  padding: 40px 30px;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
}
.from3 .zc {
  font-size: 24px;
  color: #1d9db5;
  display: inline-block;
  width: 124px;
  text-align: center;
  padding-bottom: 10px;
  font-weight: 700;
  margin-bottom: 23px;
  border-bottom: 5px solid #1d9db5;
}
.from3 .fu-box {
  box-shadow: 0px 0px 2px #1d9db5;
}
.from3 .xx {
  margin-top: 33px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #1d9db5;
  font-weight: 700;
  padding-left: 15px;
  background: url(../img/shu.png) no-repeat left center;
}
.from3 .left1 .ll:hover {
  color: #29bcbb !important;
}
.from3 .left1 .list1 {
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
}
.from3 .left1 .list1 .ll {
  font-size: 16px;
  width: 660px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  color: #333;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.from3 .left1 .list1 .rr {
  font-size: 16px;
  color: #999 !important;
}
.from3 .l {
  flex: 1;
}
.from3 .l .tab {
  border-bottom: 1px solid #1d9db5;
  display: flex;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  text-align: center;
}
.from3 .l .tab .tab-box {
  cursor: pointer;
  width: 178px;
  color: #1d9db5;
}
.from3 .l .tab .tab-box i {
  margin-right: 10px;
  font-size: 20px;
  font-weight: 700;
}
.from3 .l .tab .active {
  background: #1d9db5;
  color: #fff;
}
.from3 .l .son-tab-box {
  padding: 0 14px;
  padding-top: 26px;
}
.from3 .l .son-tab-box .box1 {
  display: flex;
  border-bottom: 1px solid #e3e3e3;
}
.from3 .l .son-tab-box .box1 div {
  margin-right: 50px;
  color: #333;
  font-size: 18px;
  cursor: pointer;
  padding-bottom: 5px;
}
.from3 .l .son-tab-box .box1 .ac {
  border-bottom: 2px solid #1d9db5;
  color: #1d9db5;
}
.from3 .l .son-tab-box .list-box {
     flex-wrap: wrap; display: flex;
  padding: 20px 0px;
}
.from3 .l .son-tab-box .list-box .aaa {
  margin-bottom: 10px;
  margin-right: 30px;
  color: #333;
}
.from3 .l .son-tab-box .list-box .aaa span {
  background: #f2f2f2;
  display: inline-block;
  padding: 2px 5px;
  margin-left: 5px;
}
.from3 .l .son-tab-box .list-box .ac1 {
  color: #1d9db5;
}
.from3 .r {
  margin-top: 60px;
  width: 313px;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
}
.from3 .r a {
  margin-bottom: 20px;
  width: 312px;
  padding: 28px 0;
  background: #f9f9f9;
  border: 1px solid #1d9db5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.from3 .r a:hover {
  background-color: #f2f2f2;
}
