body {
  font-family: Arial, "Microsoft Yahei", "宋体", sans-serif;
  font-size: 12px;
  color: #656565;
  background-color: #fff;
}

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

.shown {
  opacity: 1;
}

.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}

@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.gcal_con {
  width: 1200px;
  margin: 0 auto;
}
.gcal_con .filter_sort {
  margin-bottom: 10px;
}
.gcal_con .filter_sort a {
  float: left;
  font-size: 14px;
  text-align: center;
  width: 156px;
  height: 48px;
  line-height: 48px;
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin-right: 18px;
}
.gcal_con .filter_sort a.active{
  color: #333;
  font-weight: 500;
  border: solid 1px #004893;
}
.gcal_con .filter_sort a img {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.gcal_con .filter_sort a:last-child {
  margin-right: 0px;
}
.gcal_con .filter_sort a:hover {
  color: #004893;
}
.gcal_con .pbl_list {
  position: relative;
}
.gcal_con .pbl_list {
  margin-left: -20px;
  margin-right: -20px;
}
.gcal_con .pbl_list .item {
  float: left;
  width: 224px;
  background-color: #ffffff;
  box-sizing: border-box;
  margin: 10px;
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}
.gcal_con .pbl_list .item img {
  display: block;
  width: 224px;
  border-radius: 4px;
}
.gcal_con .pbl_list .item .title {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  padding: 0 10px;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gcal_con .pbl_list .item .btm {
  margin-top: 10px;
}
.gcal_con .pbl_list .item .btm .company {
  float: left;
  width: 140px;
  margin-left: 10px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gcal_con .pbl_list .item .btm .company .logo {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  margin-right: 3px;
  vertical-align: middle;
}
.gcal_con .pbl_list .item .btm .year {
  float: right;
  margin-right: 10px;
  font-size: 12px;
  color: #f7b05e;
}
.gcal_con .pbl_list .item .btm .year img {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0 3px;
  vertical-align: middle;
}
.gcal_con .pbl_list .item:hover .title {
  color: #004893;
}
.gcal_con .pbl_list .item:nth-child(4n) {
  /* margin-right: 20px !important; */
}
.gcal_con .pbl_list .item:nth-child(5n) {
  /* margin-right: 0px !important; */
}

@media (max-width: 1350px) {
  .gcal_con {
    width: 960px;
  }
  .gcal_con .filter_sort a {
    width: 124px;
    margin-right: 15px;
  }
  .gcal_con .pbl_list .item:nth-child(4n) {
    /* margin-right: 0px !important; */
  }
  .gcal_con .pbl_list .item:nth-child(5n) {
    /* margin-right: 20px !important; */
  }
}

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