.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text {
  width: 100%;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.banner .text > h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
.banner .text > span {
  display: inline-block;
  width: 1.4rem;
  height: 4px;
  background: #e77b43;
  margin: 0.6rem 0;
}
.banner .text > p {
  font-size: 0.8rem;
  color: #fff;
}
.bread .con {
  display: flex;
  height: 4rem;
}
.bread .con a {
  font-size: 0.7rem;
  color: #777;
  line-height: 4rem;
}
.bread .con a:hover {
  color: #ff8041;
}
.bread .con span {
  font-size: 0.7rem;
  color: #777;
  display: inline-block;
  line-height: 4rem;
  margin: 0 0.4rem;
}
.bread .con h6 {
  font-size: 0.7rem;
  line-height: 4rem;
  color: #777;
}
.zf {
  margin-top: 1rem;
  padding-bottom: 6rem;
  position: relative;
}
.zf .con .title {
  display: flex;
  justify-content: space-between;
}
.zf .con .title h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #383838;
}
.zf .con .title h2 img {
  width: 1.8rem;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.zf .con .title a {
  font-size: 0.8rem;
  font-weight: bold;
  color: #999;
  position: relative;
  top: 1rem;
}
.zf .con .title a span {
  font-size: 1rem;
  margin-left: 0.4rem;
}
.zf .con .title a:hover {
  color: #ff8041;
}
.zf .con .list {
  margin-top: 1.6rem;
  position: relative;
}
.zf .con .list .left {
  width: 49.5%;
  float: left;
  position: relative;
  overflow: hidden;
}
.zf .con .list .left a {
  display: block;
}
.zf .con .list .left a img {
  width: 100%;
}
.zf .con .list .left a .text {
  width: 90%;
  position: absolute;
  bottom: 2rem;
  left: 1.4rem;
}
.zf .con .list .left a .text .sign {
  width: 6.3rem;
  height: 2.3rem;
  margin-bottom: 1rem;
}
.zf .con .list .left a .text .sign img {
  width: 100%;
}
.zf .con .list .left a .text h2 {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
}
.zf .con .list .left:hover a > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.zf .con .list .left:hover a .text h2 {
  color: #ff8041;
}
.zf .con .list .right {
  width: 49.5%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}
.zf .con .list .right ul {
  height: 100%;
}
.zf .con .list .right ul li {
  float: left;
  width: 49%;
  height: 100%;
  background: #fff;
  position: relative;
}
.zf .con .list .right ul li a {
  display: block;
}
.zf .con .list .right ul li a .top {
  height: 0;
  padding-bottom: 66.4%;
  overflow: hidden;
}
.zf .con .list .right ul li a .top img {
  width: 100%;
}
.zf .con .list .right ul li a .bottom {
  position: absolute;
  width: 100%;
  height: 52%;
  bottom: 0;
  left: 0;
}
.zf .con .list .right ul li a .bottom .text {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.zf .con .list .right ul li a .bottom .text .sign {
  width: 2.7rem;
  height: 1.6rem;
  background: url(../img/kancai/zhuanfang/zf_bg.png) no-repeat;
  background-size: cover;
  font-size: 0.7rem;
  color: #fff;
  text-align: center;
  line-height: 1.6rem;
  box-shadow: 0px 7px 24px 0px rgba(32, 33, 36, 0.28);
}
.zf .con .list .right ul li a .bottom .text h2 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #000;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  margin: 0.8rem 0 0.9rem;
}
.zf .con .list .right ul li a .bottom .text p {
  font-size: 0.8rem;
  color: #666;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.zf .con .list .right ul li:last-child {
  float: right;
}
.zf .con .list .right ul li:hover .top img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.zf .con .list .right ul li:hover .bottom .text h2 {
  color: #ff8041;
}
.zf:before {
  content: '';
  width: 100%;
  height: 53.6%;
  background-image: linear-gradient(-83deg, #7961f8 0%, #1d34f6 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.hj {
  margin-top: 3rem;
  margin-bottom: 5rem;
  position: relative;
}
.hj .con .title {
  display: flex;
  justify-content: space-between;
}
.hj .con .title h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #383838;
}
.hj .con .title h2 img {
  width: 1.2rem;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.hj .con .title a {
  font-size: 0.8rem;
  font-weight: bold;
  color: #999;
  position: relative;
  top: 1rem;
}
.hj .con .title a span {
  font-size: 1rem;
  margin-left: 0.4rem;
}
.hj .con .title a:hover {
  color: #ff8041;
}
.hj .con .list {
  margin-top: 2rem;
  position: relative;
}
.hj .con .list .left {
  position: absolute;
  width: 49%;
  height: 100%;
  left: 0;
  top: 0;
}
.hj .con .list .left a {
  display: block;
  width: 100%;
  height: 100%;
}
.hj .con .list .right {
  float: right;
  width: 49%;
}
.hj .con .list .right .top {
  margin-bottom: 2rem;
}
.hj .con .list .right .top > ul li {
  width: 100%;
}
.hj .con .list .right .top > ul li a {
  display: block;
}
.hj .con .list .right .top > ul li a .left {
  float: left;
  width: 30%;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.hj .con .list .right .top > ul li a .left img {
  width: 100%;
}
.hj .con .list .right .top > ul li a .left:after {
  content: '2';
  width: 1rem;
  height: 1rem;
  background-color: #ff8041;
  border-radius: 3px;
  text-align: center;
  line-height: 1rem;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.hj .con .list .right .top > ul li a .right {
  float: right;
  width: 67%;
  padding-right: 2rem;
}
.hj .con .list .right .top > ul li a .right h2 {
  font-size: 1rem;
  color: #333;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  margin-bottom: 0.6rem;
}
.hj .con .list .right .top > ul li a .right p {
  font-size: 0.7rem;
  color: #6c717f;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  text-align: justify;
}
.hj .con .list .right .top > ul li a .right h3 {
  font-size: 0.7rem;
  color: #8b90a0;
  margin-top: 1rem;
}
.hj .con .list .right .top > ul li a .right h3 .time {
  margin-left: 0.2rem;
}
.hj .con .list .right .top > ul li a .right h3 .xian {
  margin: 0 0.2rem 0 0.4rem;
}
.hj .con .list .right .top > ul li:hover a .left img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.hj .con .list .right .top > ul li:hover a .right h2 {
  color: #ee8650;
}
.hj .con .list .right .bottom ul li a {
  display: block;
  padding: 0.5rem 0;
}
.hj .con .list .right .bottom ul li a .num {
  float: left;
  width: 1rem;
  height: 1rem;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1rem;
  background-color: #2035f6;
  box-shadow: 0px 4px 50px 0px rgba(33, 33, 33, 0.15);
}
.hj .con .list .right .bottom ul li a h2 {
  float: left;
  width: 60%;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  font-size: 0.7rem;
  color: #8b90a0;
  margin-left: 0.5rem;
}
.hj .con .list .right .bottom ul li a .label {
  float: right;
  text-align: center;
  line-height: 1.2rem;
  font-size: 0.7rem;
  color: #8b90a0;
}
.hj .con .list .right .bottom ul li:hover a .num {
  background-color: #ff8041;
}
.hj .con .list .right .bottom ul li:hover a h2 {
  color: #ee8650;
}
.hj .con .list .right .bottom ul li:last-child a {
  padding: 0.5rem 0 0;
}
.gc {
  background: #f6f7f8;
  padding-top: 3rem;
  padding-bottom: 5rem;
  position: relative;
}
.gc .con .title {
  display: flex;
  justify-content: space-between;
}
.gc .con .title h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #383838;
}
.gc .con .title h2 img {
  width: 2rem;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.gc .con .title a {
  font-size: 0.8rem;
  font-weight: bold;
  color: #999;
  position: relative;
  top: 1rem;
}
.gc .con .title a span {
  font-size: 1rem;
  margin-left: 0.4rem;
}
.gc .con .title a:hover {
  color: #ff8041;
}
.gc .con .list .box {
  float: left;
  width: 48%;
}
.gc .con .list .box:nth-child(odd) {
  margin-right: 4%;
}
.gc .con .list .box > h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin: 2rem 0 1.6rem;
}
.gc .con .list .box .top {
  margin-bottom: 2rem;
}
.gc .con .list .box .top > ul li {
  width: 100%;
}
.gc .con .list .box .top > ul li a {
  display: block;
}
.gc .con .list .box .top > ul li a .left {
  float: left;
  width: 30%;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.gc .con .list .box .top > ul li a .left img {
  width: 100%;
}
.gc .con .list .box .top > ul li a .left:after {
  content: '1';
  width: 1rem;
  height: 1rem;
  background-color: #ff8041;
  border-radius: 3px;
  text-align: center;
  line-height: 1rem;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.gc .con .list .box .top > ul li a .right {
  float: right;
  width: 67%;
  padding-right: 2rem;
}
.gc .con .list .box .top > ul li a .right h2 {
  font-size: 1rem;
  color: #333;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  margin-bottom: 0.6rem;
}
.gc .con .list .box .top > ul li a .right p {
  font-size: 0.7rem;
  color: #6c717f;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  text-align: justify;
}
.gc .con .list .box .top > ul li a .right h3 {
  font-size: 0.7rem;
  color: #8b90a0;
  margin-top: 0.6rem;
}
.gc .con .list .box .top > ul li a .right h3 .time {
  margin-left: 0.2rem;
}
.gc .con .list .box .top > ul li a .right h3 .xian {
  margin: 0 0.2rem 0 0.4rem;
}
.gc .con .list .box .top > ul li:hover a .left img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.gc .con .list .box .top > ul li:hover a .right h2 {
  color: #ee8650;
}
.gc .con .list .box .bottom ul {
  padding-bottom: 1.4rem;
}
.gc .con .list .box .bottom ul li a {
  display: block;
  padding: 0.5rem 0;
}
.gc .con .list .box .bottom ul li a .num {
  float: left;
  width: 1rem;
  height: 1rem;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1rem;
  background-color: #2035f6;
  box-shadow: 0px 4px 50px 0px rgba(33, 33, 33, 0.15);
}
.gc .con .list .box .bottom ul li a h2 {
  float: left;
  width: 60%;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  font-size: 0.7rem;
  color: #8b90a0;
  margin-left: 0.5rem;
}
.gc .con .list .box .bottom ul li a .label {
  float: right;
  text-align: center;
  line-height: 1.2rem;
  font-size: 0.7rem;
  color: #8b90a0;
}
.gc .con .list .box .bottom ul li:hover a .num {
  background-color: #ff8041;
}
.gc .con .list .box .bottom ul li:hover a h2 {
  color: #ee8650;
}
.gc .con .list .box .bottom ul li:last-child a {
  padding: 0.5rem 0 0;
}
.shifou {
  margin-top: 2rem;
  margin-bottom: 6rem;
}
.shifou .con .title {
  display: flex;
  justify-content: space-between;
}
.shifou .con .title h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #383838;
}
.shifou .con .title h2 img {
  width: 1.8rem;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.shifou .con .title a {
  font-size: 0.8rem;
  font-weight: bold;
  color: #999;
  position: relative;
  top: 1rem;
}
.shifou .con .title a span {
  font-size: 1rem;
  margin-left: 0.4rem;
}
.shifou .con .title a:hover {
  color: #ff8041;
}
.shifou .con .content {
  margin-top: 2rem;
}
.shifou .con .content .left {
  float: left;
  width: 50%;
  height: 0;
  padding-bottom: 28%;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}
.shifou .con .content .left img {
  width: 100%;
}
.shifou .con .content .left .more {
  position: absolute;
  top: 10%;
  left: 4%;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  text-align: center;
}
.shifou .con .content .left .more span {
  color: #fff;
  line-height: 2.5rem;
  position: relative;
  top: -1px;
}
.shifou .con .content .left h2 {
  position: absolute;
  bottom: 8%;
  left: 4%;
  color: #fff;
  font-size: 1rem;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  width: 90%;
}
.shifou .con .content .left h2 span {
  width: 3.2rem;
  height: 1.4rem;
  background-color: #ff8041;
  border-radius: 3px;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
  line-height: 1.5rem;
  display: inline-block;
  margin-right: 1rem;
}
.shifou .con .content .left:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.shifou .con .content .left:hover .more {
  background: #ee8650;
  border: solid 2px #ee8650;
}
.shifou .con .content .right {
  float: right;
  width: 49.3%;
}
.shifou .con .content .right ul li {
  width: 49.3%;
  float: left;
  height: 0;
  padding-bottom: 27.6%;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}
.shifou .con .content .right ul li img {
  width: 100%;
}
.shifou .con .content .right ul li .more {
  position: absolute;
  top: 10%;
  left: 4%;
  width: 2.3rem;
  height: 2.3rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  text-align: center;
}
.shifou .con .content .right ul li .more span {
  color: #fff;
  line-height: 2.3rem;
  position: relative;
  top: -1px;
}
.shifou .con .content .right ul li h2 {
  position: absolute;
  bottom: 8%;
  left: 4%;
  color: #fff;
  font-size: 0.8rem;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  width: 90%;
}
.shifou .con .content .right ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.shifou .con .content .right ul li:hover .more {
  background: #ee8650;
  border: solid 2px #ee8650;
}
.shifou .con .content .right ul li:nth-child(even) {
  float: right;
}
.shifou .con .content .right ul li:nth-child(n+3) {
  margin-top: 1.6%;
}
.shifou .con .shi-more {
  width: 13.2rem;
  height: 3rem;
  background-color: #ffffff;
  border-radius: 30px;
  border: solid 2px #ff8041;
  margin: 4rem auto;
}
.shifou .con .shi-more a {
  display: block;
  font-size: 0.8rem;
  color: #ff8041;
  text-align: center;
  line-height: 3rem;
  border-radius: 30px;
  font-weight: bold;
}
.shifou .con .shi-more a span {
  display: inline-block;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  margin-left: 0.4rem;
}
.shifou .con .shi-more:hover {
  border: 2px solid #ff8041;
  background: #ff8041;
}
.shifou .con .shi-more:hover a {
  background: #ff8041;
  color: #fff;
}
.shifou .con .shi-more:hover a span {
  opacity: 1;
}
#videoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#videoPopup .video-box {
  width: 70%;
  position: absolute;
  left: 15%;
  top: 10%;
}
#videoPopup .video-box video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#videoPopup .video-box .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
}
#videoPopup .video-box .close span {
  font-size: 0.8rem;
  line-height: 2rem;
  color: #fff;
}
#videoPopup .video-box .close:hover {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1440px) {
  .zf .con .list .right ul li a .bottom .text h2 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .zf .con .list .right ul li a .bottom .text h2 {
    margin: 8px 0 10px;
  }
  .shifou .con .shi-more {
    margin: 3rem auto;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 96px;
  }
  .banner .text {
    top: 50%;
  }
  .bread .con a {
    font-size: 14px;
  }
  .bread .con h6 {
    font-size: 14px;
  }
  #videoPopup .video-box {
    width: 90%;
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    margin-top: 72px;
  }
  .banner .text h2 {
    font-size: 20px;
  }
  .banner .text p {
    font-size: 14px;
  }
  .banner .text span {
    margin: 0;
  }
  .zf {
    margin-top: 10px;
    padding-bottom: 1rem;
  }
  .zf .con .title h2 {
    font-size: 20px;
  }
  .zf .con .title h2 img {
    width: 22px;
    position: relative;
    top: -2px;
  }
  .zf .con .title a {
    font-size: 14px;
    top: 6px;
  }
  .zf .con .title a span {
    font-size: 16px;
    margin-left: 0;
  }
  .zf .con .list .left {
    width: 100%;
    margin-bottom: 10px;
  }
  .zf .con .list .left a .text h2 {
    font-size: 16px;
  }
  .zf .con .list .right {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .zf .con .list .right ul li a .bottom {
    position: relative;
    padding: 10px 10px 16px;
  }
  .zf .con .list .right ul li a .bottom .text {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
  .zf .con .list .right ul li a .bottom .text .sign {
    width: 42px;
    height: 20px;
    font-size: 12px;
    border-radius: 3px;
  }
  .zf .con .list .right ul li a .bottom .text h2 {
    font-size: 16px;
  }
  .zf .con .list .right ul li a .bottom .text p {
    font-size: 14px;
  }
  .zf:before {
    height: 70%;
  }
  .hj {
    margin-bottom: 20px;
  }
  .hj .con .title h2 {
    font-size: 20px;
  }
  .hj .con .title h2 img {
    width: 16px;
    position: relative;
    top: -2px;
  }
  .hj .con .title a {
    font-size: 14px;
    top: 6px;
  }
  .hj .con .title a span {
    font-size: 16px;
    margin-left: 0;
  }
  .hj .con .list > .left {
    width: 100%;
    position: relative;
    height: 226px;
    margin-bottom: 10px;
  }
  .hj .con .list .right {
    width: 100%;
  }
  .hj .con .list .right .top {
    margin-bottom: 10px;
  }
  .hj .con .list .right .top > ul li {
    width: 100%;
  }
  .hj .con .list .right .top > ul li a .left:after {
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
  .hj .con .list .right .top > ul li a .right h2 {
    font-size: 16px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
  }
  .hj .con .list .right .top > ul li a .right p {
    display: none;
  }
  .hj .con .list .right .top > ul li a .right h3 {
    font-size: 12px;
    margin-top: 0;
  }
  .hj .con .list .right .bottom ul li a .num {
    width: 16px;
    height: 16px;
    line-height: 16px;
    position: relative;
    top: 2px;
  }
  .hj .con .list .right .bottom ul li a h2 {
    width: 60%;
    font-size: 16px;
  }
  .hj .con .list .right .bottom ul li a .label {
    line-height: 20px;
    font-size: 12px;
  }
  .gc {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .gc .con .title h2 {
    font-size: 20px;
  }
  .gc .con .title h2 img {
    width: 16px;
    position: relative;
    top: -2px;
  }
  .gc .con .title a {
    font-size: 14px;
    top: 6px;
  }
  .gc .con .title a span {
    font-size: 16px;
    margin-left: 0;
  }
  .gc .con .list .box {
    width: 100%;
  }
  .gc .con .list .box > h2 {
    font-size: 18px;
    margin: 20px 0 14px;
  }
  .gc .con .list .box .top {
    margin-bottom: 10px;
  }
  .gc .con .list .box .top > ul li {
    width: 100%;
  }
  .gc .con .list .box .top > ul li a .left:after {
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
  .gc .con .list .box .top > ul li a .right h2 {
    font-size: 16px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
  }
  .gc .con .list .box .top > ul li a .right p {
    display: none;
  }
  .gc .con .list .box .top > ul li a .right h3 {
    font-size: 12px;
    margin-top: 0;
  }
  .gc .con .list .box .bottom ul li a .num {
    width: 16px;
    height: 16px;
    line-height: 16px;
    position: relative;
    top: 2px;
  }
  .gc .con .list .box .bottom ul li a h2 {
    width: 60%;
    font-size: 16px;
  }
  .gc .con .list .box .bottom ul li a .label {
    line-height: 20px;
    font-size: 12px;
  }
  .shifou {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .shifou .con .title h2 {
    font-size: 20px;
  }
  .shifou .con .title h2 img {
    width: 22px;
    position: relative;
    top: -2px;
  }
  .shifou .con .title a {
    font-size: 14px;
    top: 6px;
  }
  .shifou .con .title a span {
    font-size: 16px;
    margin-left: 0;
  }
  .shifou .con .content .left {
    width: 100%;
    padding-bottom: 56%;
  }
  .shifou .con .content .left h2 {
    font-size: 16px;
  }
  .shifou .con .content .left h2 span {
    width: 40px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .shifou .con .content .left .more {
    width: 40px;
    height: 40px;
  }
  .shifou .con .content .left .more span {
    line-height: 40px;
  }
  .shifou .con .content .right {
    width: 100%;
    margin-top: 10px;
  }
  .shifou .con .content .right ul li {
    width: 48.8%;
  }
  .shifou .con .content .right ul li:nth-child(n+3) {
    margin-top: 10px;
  }
  .shifou .con .content .right ul li h2 {
    font-size: 16px;
  }
  .shifou .con .content .right ul li .more {
    width: 30px;
    height: 30px;
  }
  .shifou .con .content .right ul li .more span {
    line-height: 30px;
    font-size: 12px;
  }
  .shifou .con .shi-more {
    margin: 20px auto;
    width: 180px;
    height: 46px;
  }
  .shifou .con .shi-more a {
    line-height: 44px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=kancai.css.map */