.cgal {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  font-family: Arial,Microsoft YaHei;
}
.cgal .sycontent {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cgal .sycontent .content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cgal .sycontent .content-wrapper .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cgal .sycontent .content-wrapper .content .border-line {
  width: 1900px;
  height: 1px;
  background-color: #E2E5E8;
  margin: 30px 0;
}
.cgal .sycontent .content-wrapper .content .one {
  margin: 45px 0 0 0;
}
.cgal .sycontent .content-wrapper .content .hyjjfa {
  width: 1920px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 94px;
}
.cgal .sycontent .content-wrapper .content .hyjjfa .title {
  margin: 72px 0 42px;
  font-size: 30px;
  font-weight: 400;
  color: #404450;
  line-height: 24px;
  text-align: center;
}
.cgal .sycontent .content-wrapper .content .hyjjfa .item-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 10%;
}
.cgal .sycontent .content-wrapper .content .hyjjfa .item-wrapper .item {
  width: 310px;
  height: 190px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.cgal .sycontent .content-wrapper .content .hyjjfa .item-wrapper .item .description {
  margin: -150px 0 0 30px;
}
.cgal .sycontent .content-wrapper .content .hyjjfa .item-wrapper .item .description .imgtitle {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.cgal .sycontent .content-wrapper .content .hyjjfa .item-wrapper .item .description .imgtitle.small {
  margin-top: 37px;
  width: 190px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
}
.cgal .sycontent .content-wrapper .content .hyjjfa .item-wrapper .item.style1 {
  width: 635px;
  margin-right: 14px;
}
.cgal .sycontent .content-wrapper .content .hyjjfa .item-wrapper .item.style1 .description .imgtitle.small {
  width: 349px;
}
.cgal .sycontent .content-wrapper .content .jxal {
  margin-top: 72px;
  padding: 0 10%;
}
.cgal .sycontent .content-wrapper .content .jxal .title {
  text-align: center;
  height: 29px;
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin: 0 0 45px;
}
.cgal .sycontent .content-wrapper .content .jxal .item-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.cgal .sycontent .content-wrapper .content .jxal .item-wrapper .item {
  margin: 5px 15px 30px 0;
  width: 31%;
  box-shadow: 0px 2px 5px 0px rgba(153, 153, 153, 0.5);
  height: auto;
}
.cgal .sycontent .content-wrapper .content .jxal .item-wrapper .item .pic {
  width: 100%;
}
.cgal .sycontent .content-wrapper .content .jxal .item-wrapper .item .pic .card {
  width: 100%;
}
.cgal .sycontent .content-wrapper .content .jxal .item-wrapper .item .pic .card img {
  width: 100%;
  height: 165px;
  background-size: 100% 100%;
}
.cgal .sycontent .content-wrapper .content .jxal .item-wrapper .item .pic .desc {
  margin: 20px 0 18px 27px;
  height: 18px;
  font-size: 18px;
  font-weight: 400;
  color: #606266;
  line-height: 24px;
}
.cgal .sycontent .content-wrapper .content .jxal .item-wrapper .item .pic .text {
  height: 95px;
  margin: 0 27px 37px;
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  line-height: 24px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /* 这里是超出几行省略 */
  overflow: hidden;
}
.cgal .sycontent .content-wrapper .content .gdal {
  margin-top: 77px;
  width: 1920px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f5f9fa;
}
.cgal .sycontent .content-wrapper .content .gdal .gdallab {
  width: 100%;
  background-color: #f5f9fa;
  height: 50px;
  line-height: 50px;
}
.cgal .sycontent .content-wrapper .content .gdal .gdallab .lab-wrapper {
  display: flex;
  justify-content: space-evenly;
  margin: 0 330px 0 300px;
  border-bottom-style: solid;
  border-color: #E2E2E2;
  border-bottom-width: 1px;
}
.cgal .sycontent .content-wrapper .content .gdal .gdallab .lab-wrapper .lab {
  font-size: 18px;
  color: #606266;
  float: left;
  width: 92px;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cgal .sycontent .content-wrapper .content .gdal .gdallab .lab-wrapper .lab::after {
  content: '';
  width: 0;
  height: 3px;
  display: inline-block;
}
.cgal .sycontent .content-wrapper .content .gdal .gdallab .lab-wrapper .lab:hover {
  color: #26A3EB;
}
.cgal .sycontent .content-wrapper .content .gdal .gdallab .lab-wrapper .active {
  color: #26A3EB;
}
.cgal .sycontent .content-wrapper .content .gdal .gdallab .lab-wrapper .active::after {
  width: 100%;
  background-color: #26A3EB;
  transition: all 0.8s;
}
.cgal .sycontent .content-wrapper .content .gdal .title {
  text-align: center;
  height: 29px;
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin: 60px 0 0;
}
.cgal .sycontent .content-wrapper .content .gdal .item-wrapperlist {
  width: 80%;
}
.cgal .sycontent .content-wrapper .content .gdal .item-wrapperlist .ljhy {
  width: 100%;
}
.cgal .sycontent .content-wrapper .content .gdal .item-wrapperlist .ljhy .item-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 56px;
  padding-bottom: 118px;
}
.cgal .sycontent .content-wrapper .content .gdal .item-wrapperlist .ljhy .item-wrapper .item {
  margin: 0 19px 30px 0;
  height: 300px;
  width: 20%;
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(153, 153, 153, 0.5);
}
.cgal .sycontent .content-wrapper .content .gdal .item-wrapperlist .ljhy .item-wrapper .item .card {
  margin: 30px 0;
  text-align: center;
}
.cgal .sycontent .content-wrapper .content .gdal .item-wrapperlist .ljhy .item-wrapper .item .card img {
  width: 260px;
  height: 170px;
  background-size: 100% 100%;
}
.cgal .sycontent .content-wrapper .content .gdal .item-wrapperlist .ljhy .item-wrapper .item .desc {
  margin: 0 30px;
  height: 100px;
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  line-height: 24px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /* 这里是超出几行省略 */
  overflow: hidden;
}
.hidden {
  display: none;
}
/*# sourceMappingURL=cgal.css.map */