﻿@charset "UTF-8";
/**
  css style 用于scss编写继承
*/
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hover:hover {
  color: #1764ce !important;
  text-decoration: none !important;
  font-weight: bold !important;
}

* {
  margin: 0;
  padding: 0;
}

.section1 {
  height: 240px;
  height: 2.4rem;
  width: 100%;
  background: url("../images/fgyjzj-top.png") no-repeat center;
}
.section1 p {
  font-size: 48px;
  font-size: 0.48rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 240px;
  height: 2.4rem;
  line-height: 240px;
  line-height: 2.4rem;
  text-align: center;
}

.big {
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}
.big .common {
  width: 1140px;
  width: 11.4rem;
  padding: 0px 30px 30px;
  padding: 0px 0.3rem 0.3rem;
  margin: 0 auto;
  background: #fff;
}
.big .common .bread-crumbs {
  border-bottom: 1px solid #f2f2f2;
}
.big .common .top1 {
  display: none;
  width: 100%;
  margin-top: 26px;
  margin-top: 0.26rem;
  float: left;
  padding-bottom: 10px;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #dddddd;
}
.big .common .top1 .img2 img {
  width: 33px;
  width: 0.33rem;
  height: 33px;
  height: 0.33rem;
  float: left;
}
.big .common .top1 .title1 {
  width: 112px;
  width: 1.12rem;
  height: 28px;
  height: 0.28rem;
  color: #000;
  font-size: 28px;
  font-size: 0.28rem;
  line-height: 28px;
  line-height: 0.28rem;
  margin-left: 17px;
  margin-left: 0.17rem;
  float: left;
}
.big .common .top1 .more {
  width: 10%;
  float: right;
  text-align: right;
}
.big .common .top1 .more a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.14rem;
  line-height: 40px;
  line-height: 0.4rem;
}
.big .common .banner .main_tab {
  width: 1140px;
  width: 11.4rem;
  height: 800px;
  height: 8rem;
}
.big .common .banner .main_tab .tab-parent {
  width: 100%;
  height: 25px;
  height: 0.25rem;
}
.big .common .banner .main_tab .tab-parent .tab-list-bool a {
  display: inline-block;
  width: 66px;
  width: 0.66rem;
  height: 62px;
  height: 0.62rem;
  color: #222222;
  font-size: 22px;
  font-size: 0.22rem;
  font-weight: bold;
}
.big .common .banner .main_tab .tab-parent .tab-list-bool li.cur a {
  border: none;
  background: url("../images/fgyjzj-xb.png") no-repeat center bottom;
  color: #1764ce;
}
.big .common .banner .main_tab .tab-parent .tab-list-bool li:before {
  display: none;
}
.big .common .banner .main_tab .tab-group {
  margin-top: 10px;
  margin-top: 0.1rem;
}
.big .common .banner .main_tab .tab-group .tab-item li {
  float: left;
  padding-left: 0;
  margin-top: 18px;
  margin-top: 0.18rem;
}
.big .common .banner .main_tab .tab-group .tab-item li img {
  float: left;
  width: 6%;
  margin-right: 20px;
  margin-right: 0.2rem;
}
.big .common .banner .main_tab .tab-group .tab-item li .text {
  height: 58px;
  height: 0.58rem;
  width: 97%;
}
.big .common .banner .main_tab .tab-group .tab-item li .text a {
  color: #333333;
  font-size: 16px;
  font-size: 0.16rem;
  line-height: 23px;
  line-height: 0.23rem;
  float: none;
  display: inline-block;
  height: 23px;
  height: 0.23rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.big .common .banner .main_tab .tab-group .tab-item li .text a:first-child {
  display: block;
  width: 100%;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.big .common .banner .main_tab .tab-group .tab-item li .text a.jgfk {
  display: inline-block;
  margin-left: 18px;
  margin-left: 0.18rem;
  color: #1764ce;
}
.big .common .banner .main_tab .tab-group .tab-item li .text p {
  display: inline-block;
  font-size: 14px;
  font-size: 0.14rem;
  color: #999999;
  margin-top: 0.05rem;
}
.big .common .banner .main_tab .tab-group li:before {
  display: none;
}

.common-main .top1 {
  display: none;
}

@media screen and (max-width: 768px) {
  .content {
    width: 100% !important;
  }
  .content section {
    width: 100% !important;
  }

  .common {
    width: 100% !important;
  }

  .common .big {
    width: 100%;
  }

  .big .common .banner {
    width: 100%;
    margin-bottom: 0.4rem;
  }

  .big .common .banner .main_tab {
    width: 100% !important;
    height: auto;
  }

  .tab-list-bool {
    margin-top: 0;
  }

  .big .common .banner .main_tab .tab-parent {
    height: auto;
  }

  .big .common {
    width: calc(100% - 0.4rem) !important;
    padding: 0 0.2rem;
  }

  .common-main .top1 {
    display: block;
    border-bottom: none;
    margin-top: 0.2rem;
    font-size: 0.3rem;
    color: #000;
    font-weight: bold;
  }
  .common-main .top1 img {
    width: 0.42rem;
    height: 0.42rem;
  }

  .big .common .top1 .img2 img {
    width: 0.42rem;
    height: 0.42rem;
  }

  .big .common .top1 .title1 {
    height: auto;
    font-size: 0.3rem;
    font-weight: bold;
    width: 40%;
    line-height: 0.4rem;
  }

  .big .common .banner .main_tab .tab-parent .tab-list-bool li.cur a {
    background-size: 0.65rem 0.12rem;
    width: auto;
  }

  .big .common .banner .main_tab .tab-parent .tab-list-bool a {
    background-size: 0.65rem 0.12rem;
    width: auto;
  }

  .big .common .banner .main_tab .tab-group .tab-item li img {
    width: 0.8rem;
    height: 0.7rem;
    width: unset !important;
  }

  .big .common .banner .main_tab .tab-group .tab-item li .text {
    display: inline-block;
    height: auto;
    width: 84%;
  }

  .big .common .banner .main_tab .tab-group .tab-item li .text a:first-child {
    height: auto;
    font-size: 0.24rem;
    line-height: 0.26rem;
  }

  .big .common .banner .main_tab .tab-group .tab-item li .text p {
    font-size: 0.2rem;
    margin-top: 0.15rem;
    width: 63%;
  }

  .big .common .banner .main_tab .tab-group .tab-item li .text a.jgfk {
    display: inline-block;
    color: #1764ce;
    font-size: 0.2rem;
  }

  body.fgyjzj .tab-status {
    margin-bottom: 0;
  }

  body.fgyjzj .tab-status ul li {
    width: auto;
    font-size: 0.28rem;
    color: #999;
    font-weight: bold;
  }

  body.fgyjzj .tab-status ul li i {
    width: 0.8rem;
    height: 0.2rem;
  }

  body.fgyjzj .list ul li {
    margin-bottom: 0.3rem;
  }

  body.fgyjzj .list ul li a {
    display: flex;
  }

  body.fgyjzj .list ul li a .item-status {
    flex: none;
    line-height: 0.88rem;
    width: 1.08rem;
    height: 0.88rem;
  }

  body.fgyjzj .list ul li a .item-right {
    flex: 1;
    width: calc(100% - 1.25rem);
  }

  body.fgyjzj .list ul li a .item-right .item-title {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
    margin-top: -0.08rem;
  }

  body.fgyjzj .common-main {
    padding: 0 15px;
  }

  body.fgyjzj .list ul li a .item-right .item-desc {
    font-size: 0.28rem;
  }
}
