.homebg {
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .homebg {
    padding-bottom: 30px;
  }
}

.homebg>.container {
  overflow     : hidden;
  width        : 1300px;
  box-sizing   : border-box;
  background   : #fff;
  border-radius: 10px;
  padding      : 0 50px;
}

@media (max-width: 767px) {
  .homebg>.container {
    width  : 90%;
    padding: 0;
  }
}

.breadcrumb {
  margin   : 20px 0;
  font-size: 14px;
}

@media (max-width: 767px) {
  .breadcrumb {
    margin: 20px 10px;
  }
.container .tzTalk img {
    width: 120%;
}
}

.breadcrumb a {
  font-size         : 14px;
  -webkit-transition: color 0.3s;
  transition        : color 0.3s;
}

.breadcrumb a:hover {
  color: #2984d9;
}

.plr {
  padding: 0 15px;
}

.overHidden {
  overflow: hidden;
}

.erjiLeft {
  float: left;
  width: 790px;
}

@media (max-width: 767px) {
  .erjiLeft {
    width: 100%;
  }
}

.erjiRight {
  float: right;
  width: 380px;
}

@media (max-width: 767px) {
  .erjiRight {
    width: 100%;
  }
.msgTable tbody tr td:first-child {
    padding-left: 15px !important;
}

.msgTable tbody td {
    padding: 2px 0;
}
}

.tzTalk img {
  max-width: 100%;
}

.erjiMain {
  margin-bottom: 20px;
}

.erjiTab {
  border-bottom: 1px solid #dcdcdc;
  height       : 58px;
  line-height  : 56px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .erjiTab {
    padding    : 0;
    height     : 50px;
    line-height: 50px;
  }
}

.erjiTab a {
  float      : left;
  text-align : center;
  font-size  : 20px;
  font-weight: bold;
  cursor     : pointer;
}

.erjiTab a.active {
  position     : relative;
  color        : #2984d9;
  border-bottom: 2px solid #2984d9;
}

.erjiTab a.active::after {
  content          : "";
  position         : absolute;
  border-bottom    : 8px solid transparent;
  border-top       : 8px solid #2984d9;
  border-left      : 8px solid transparent;
  border-right     : 8px solid transparent;
  bottom           : -18px;
  left             : 50%;
  -webkit-transform: translateX(-50%);
  transform        : translateX(-50%);
}

@media (max-width: 767px) {
  .erjiTab a {
    font-size: 15px;
  }
}

.erjiTab .morea {
  float      : right;
  font-size  : 16px !important;
  font-weight: normal;
  color      : #2984d9;
  margin     : 0 8px;
  width      : auto;
}

@media (max-width: 767px) {
  .erjiTab .morea {
    font-size: 14px !important;
  }
}

.tabChange {
  margin-bottom: 15px;
}

.tabChange a {
  margin-right: 60px;
}

@media (max-width: 767px) {
  .tabChange a {
    margin-right: 0;
    font-size   : 13px;
    width       : 20%;
  }
}

@media (max-width: 767px) {
  .ftArt {
    display               : -webkit-box;
    display               : -webkit-flex;
    display               : flex;
    -webkit-box-orient    : vertical;
    -webkit-box-direction : normal;
    -webkit-flex-direction: column;
    flex-direction        : column;
  }
}

.ftArt img {
  width       : 135px;
  height      : 155px;
  float       : left;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .ftArt img {
    margin: 0 auto;
  }
}

.ftArt .ftCon {
  float: left;
  width: 620px;
}

@media (max-width: 767px) {
  .ftArt .ftCon {
    width     : 100%;
    margin-top: 20px;
  }
}

.ftArt .ftCon a {
  color      : #2984d9;
  font-weight: bold;
  font-size  : 20px;
}

@media (max-width: 767px) {
  .ftArt .ftCon a {
    font-size: 16px;
  }
}

.ftArt .ftCon .ftInfo {
  margin: 20px 0;
}

@media (max-width: 767px) {
  .ftArt .ftCon .ftInfo {
    margin: 10px 0;
  }
}

.ftArt .ftCon p {
  font-size: 16px;
  color    : #000;
}

@media (max-width: 767px) {
  .ftArt .ftCon p {
    font-size  : 14px;
    line-height: 1.6;
  }
}

.list li {
  margin     : 5px 0;
  height     : 30px;
  line-height: 30px;
  overflow   : hidden;
}

@media (max-width: 767px) {
  .list li {
    width        : 100%;
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
  }
}

.list li .shorta {
  float: left;
}

.list li .shorta a {
  float  : none;
  display: inline-block;
}

@media (max-width: 767px) {
  .list li .shorta a {
    width        : 90%;
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 767px) {
  .list li .shorta {
    display      : inline-block;
    width        : 70%;
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
  }
}

.list li a {
  font-size         : 16px;
  float             : left;
  -webkit-transition: color 0.3s;
  transition        : color 0.3s;
}

.list li a:hover {
  color: #2984d9;
}

@media (max-width: 767px) {
  .list li a {
    font-size: 14px;
  }
}

.list li .newsDate {
  color    : #999;
  font-size: 14px;
  float    : right;
}

.linkimg a {
  width            : 180px;
  height           : 80px;
  margin-bottom    : 20px;
  vertical-align   : middle;
  line-height      : 75px;
  font-weight      : bold;
  font-size        : 17px;
  border-radius    : 5px;
  background-repeat: no-repeat;
  background-size  : cover;
}

@media (max-width: 767px) {
  .linkimg a {
    width    : 48%;
    font-size: 14px;
  }
}

.linkimg a:nth-child(odd) {
  float: left;
}

.linkimg a:nth-child(even) {
  float: right;
}

.linkimg a img {
  vertical-align: middle;
  margin        : 0 8px 0 16px;
}

.linkimg .wsdc {
  background-image: url(/uiFramework/commonResource/image/2022112113430868220.png);
  color           : #351761;
}

.linkimg .lzxx {
  background-image: url(/uiFramework/commonResource/image/2022112113433272662.png);
  color           : #1c478f;
}

.linkimg .xfxx {
  background-image: url(/uiFramework/commonResource/image/2022112113435377461.png);
  color           : #02582f;
}

.linkimg .zxly {
  background-image: url(/uiFramework/commonResource/image/2022112113440922145.png);
  color           : #8e050c;
}

.linkimg .xzzx {
  background-image: url(/uiFramework/commonResource/image/2022112113442830570.png);
  color           : #30357f;
}

.linkimg .zfxfrx {
  background-image: url(/uiFramework/commonResource/image/2022112113444331445.png);
  color           : #d76305;
}

.spdbDiv {
  overflow: hidden;
}

.spdbDiv .spdbFir {
  float: left;
}

@media (max-width: 767px) {
  .spdbDiv .spdbFir {
    float        : none;
    margin-bottom: 10px;
  }
}

.spdbDiv .spdbFir img {
  width : 520px;
  height: 300px;
}

@media (max-width: 767px) {
  .spdbDiv .spdbFir img {
    max-width: 100%;
    height   : auto;
  }
}

.spdbDiv .spdbBox {
  float: right;
}

@media (max-width: 767px) {
  .spdbDiv .spdbBox {
    float                  : none;
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : flex;
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    justify-content        : space-between;
  }
}

.spdbDiv .spdbBox .spdbItm:first-child {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .spdbDiv .spdbBox .spdbItm {
    width: 48%;
  }
}

.spdbDiv .spdbBox img {
  width : 260px;
  height: 145px;
}

@media (max-width: 767px) {
  .spdbDiv .spdbBox img {
    max-width: 100%;
    height   : auto;
  }
}

.liInside {
  margin-top: 20px;
}

.liInside li a {
  position    : relative;
  padding-left: 16px;
}

.liInside li a::before {
  content      : "";
  position     : absolute;
  background   : #666464;
  width        : 4px;
  height       : 4px;
  border-radius: 50%;
  left         : 2px;
  top          : 14px;
}

.jtxxList img {
  width: 100%;
}

.swiperGroup {
  height: 200px;
}

.swiperGroup .swiper-slide {
  text-align: center;
}

.swiperGroup .swiper-slide img {
  width : 385px;
  height: 200px;
}

@media (max-width: 767px) {
  .swiperGroup .swiper-slide img {
    max-width: 100%;
    width    : auto;
    height   : auto;
  }
}

.swiperPagi {
  float: right;
}

.swiperPagi span {
  display      : inline-block;
  background   : #2984d9;
  padding      : 10px 15px;
  border-radius: 5px;
  cursor       : pointer;
}

@media (max-width: 767px) {
  .swiperPagi span {
    padding: 4px 8px;
  }
}

.swiperPagi span img {
  vertical-align: middle;
}

.newsList {
  display: none;
}

#jtxx,
#gsgg {
  display: block;
}

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