img {
  vertical-align: middle;
}
.clearfix {
  display: inline-block;
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.lable_h1 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  position: relative;
  padding-left: 8px;
  margin-bottom: 15px;
}
.lable_h1::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 2px;
  height: 16px;
  background-color: #004893;
}

.gcal_con {
  width: 1200px;
  margin: 0 auto;
}
.gcal_con .left_con {
  float: left;
  width: 840px;
}
.gcal_con .right_con {
  float: right;
  width: 320px;
}
.gcal_con .imglist {
  border: 1px solid #eeeeee;
  padding: 20px 0;
  box-sizing: border-box;
}
.gcal_con .imglist .title {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
  padding: 0 20px;
}
.gcal_con .imglist .time {
  font-size: 14px;
  color: #999999;
  padding: 0 20px;
  margin-bottom: 15px;
}
.gcal_con .imglist .viewimg {
  padding: 0 20px;
  height: 584px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gcal_con .imglist .viewimg img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.gcal_con .imglist .img_list {
  margin-top: 10px;
}
.gcal_con .imglist .img_list .swiper_page {
  float: left;
  cursor: pointer;
}
.gcal_con .imglist .img_list .swiper_page .icon {
  font-size: 90px;
  color: #f4f4f4;
}
.gcal_con .imglist .img_list .swiper-container {
  float: left;
  width: 658px;
  height: 97px;
  overflow: hidden;
}
.gcal_con .imglist .img_list .swiper-container .swiper-slide {
  float: left;
  width: 125px;
  height: 97px;
  padding: 4px;
  box-sizing: border-box;
  padding: 5px;
}

.gcal_con .imglist .img_list .swiper-container .swiper-slide .img-box {
  padding: 4px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

.gcal_con .imglist .img_list .swiper-container .swiper-slide.act .img-box {
  border: solid 2px #2d5c94;
}

.gcal_con .imglist .img_list .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.gcal_con .mod_table {
  width: 100%;
  margin-top: 20px;
}
.gcal_con .mod_table table {
  border-collapse: collapse;
  font-size: 14px;
  color: #333333;
}
.gcal_con .mod_table table th {
  padding: 20px;
  line-height: 30px;
  background: #f5f5f7;
  font-weight: normal;
  vertical-align: top;
  border: 1px solid #eee;
}
.gcal_con .mod_table table td {
  padding: 20px;
  vertical-align: top;
  line-height: 30px;
  border: 1px solid #eee;
}
.gcal_con .not_certified_box {
  width: 100%;
  background-image: linear-gradient(180deg, #f5f5f8 0%, #fafafb 20%, #ffffff 100%);
  border: solid 1px #eeeeee;
  padding: 20px 0;
  box-sizing: border-box;
}
.gcal_con .not_certified_box .logo {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  margin: 0 auto;
  overflow: hidden;
}
.gcal_con .not_certified_box .name {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 10px;
}
.gcal_con .not_certified_box .tag {
  width: 50px;
  height: 20px;
  line-height: 20px;
  background-color: #f5f5f7;
  border-radius: 2px;
  margin: 0 auto;
  font-size: 14px;
  color: #999999;
  text-align: center;
  margin-bottom: 15px;
}
.gcal_con .not_certified_box .info {
  width: 200px;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  color: #999999;
  margin: 0 auto;
}
.gcal_con .not_certified_box .tips {
  font-size: 14px;
  color: #ff0000;
  text-align: center;
  margin: 15px 0 20px;
}
.gcal_con .not_certified_box .all_btn {
  display: block;
  width: 208px;
  height: 40px;
  line-height: 40px;
  background-color: #f5f5f7;
  border-radius: 5px;
  font-size: 14px;
  color: #000000;
  text-align: center;
  margin: 0 auto;
}
.gcal_con .certified_box {
  width: 100%;
  background-image: linear-gradient(180deg, #fffaec 0%, #fffefc 20%, #ffffff 100%);
  border: solid 1px #f8e8ba;
  padding: 20px 0;
  box-sizing: border-box;
}
.gcal_con .certified_box .logo {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  margin: 0 auto;
  overflow: hidden;
}
.gcal_con .certified_box .name {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 10px;
}
.gcal_con .certified_box .tag {
  margin: 0 auto;
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-bottom: 15px;
}
.gcal_con .certified_box .tag .img_tag {
  margin-right: 10px;
}
.gcal_con .certified_box .info {
  width: 200px;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  color: #999999;
  margin: 0 auto 10px;
}
.gcal_con .certified_box .info .key {
  display: inline-block;
  width: 42px;
  vertical-align: top;
}
.gcal_con .certified_box .info .val {
  color: #333333;
  vertical-align: top;
}
.gcal_con .certified_box .all_btn {
  display: block;
  width: 208px;
  height: 40px;
  line-height: 40px;
  background-color: #f5f5f7;
  border-radius: 5px;
  font-size: 14px;
  color: #000000;
  text-align: center;
  margin: 0 auto;
}
.gcal_con .news_con {
  width: 100%;
  padding-top: 20px;
}
.gcal_con .news_con .list {
  border: 1px solid #DDD;
  padding: 10px 15px;
  box-sizing: border-box;
  margin-top: 10px;
}
.gcal_con .news_con .list li {
  line-height: 40px;
}
.gcal_con .news_con .list li .icon {
  float: left;
  font-size: 18px;
  color: #dbdbdb;
  margin-right: 10px;
}
.gcal_con .news_con .list li a {
  float: left;
  max-width: 200px;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-decoration: none;
}
.gcal_con .news_con .list li .time {
  float: left;
  font-size: 14px;
  color: #999999;
  margin-left: 2px;
}
.gcal_con .news_con .list li:hover a {
  color: #004893;
}
.gcal_con .news_con .list li:nth-child(1) .icon {
  color: #f31832;
}
.gcal_con .news_con .list li:nth-child(2) .icon {
  color: #fc9005;
}
.gcal_con .news_con .list li:nth-child(3) .icon {
  color: #fdcb13;
}
.gcal_con .project_recon {
  float: left;
  margin-top: 20px;
  margin-bottom: 50px;
}
.gcal_con .project_recon .project_item {
  float: left;
  width: 224px;
  margin-right: 20px;
}
.gcal_con .project_recon .project_item img {
  display: block;
  width: 100%;
  height: 168px;
  border-radius: 4px;
}
.gcal_con .project_recon .project_item .title {
  font-size: 14px;
  color: #333;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gcal_con .project_recon .project_item .btm_use {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.gcal_con .project_recon .project_item .btm_use img {
  float: left;
  display: block;
  width: 19px;
  height: 19px;
  border: solid 1px #eeeeee;
  border-radius: 50%;
}
.gcal_con .project_recon .project_item .btm_use .name {
  float: left;
  /* max-width: 139px; */
  font-size: 12px;
  color: #999;
  margin-left: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gcal_con .project_recon .project_item .btm_use .stone-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/stoneicon.png) no-repeat;
  background-size: 100%;
  vertical-align: middle;
  bottom: 0;
}
.gcal_con .project_recon .project_item .btm_use .time {
  line-height: 20px;
  font-size: 12px;
  color: #fca405;
  width: 50px;
}
.gcal_con .project_recon .project_item:hover .title {
  color: #004893;
}
.gcal_con .project_recon .project_item:last-child {
  margin-right: 0px;
}

@media (max-width: 1350px) {
  .gcal_con {
    width: 960px;
  }
  .gcal_con .left_con {
    width: 672px;
  }
  .gcal_con .right_con {
    width: 256px;
  }
  .gcal_con .news_con .list li a {
    max-width: 144px;
  }
  .gcal_con .project_recon .project_item {
    width: 179px;
    margin-right: 16px;
  }
  .gcal_con .project_recon .project_item img {
    width: 100%;
    height: 134px;
  }
  .gcal_con .project_recon .project_item .btm_use .name {
    /* max-width: 100px; */
  }
  .gcal_con .imglist .img_list .swiper-container {
    width: 490px;
  }
  .gcal_con .imglist .img_list .swiper-container .swiper-slide {
    width: 100px;
    height: 77px;
  }
}

/*# sourceMappingURL=projectsinfo_detail.css.map */
