body {
  background-color: #FFFFFF;
}

.gw-banner {
  position: relative;
  height: 6.53rem;
  margin-bottom: 0.3rem;
}

.gw-banner .carousel-inner .item img {
  width: 100%;
  height: 6.53rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.gw-banner .carousel-indicators {
  display: inline-block;
  width: auto;
  padding: 0 0.11rem;
  position: absolute;
  bottom: 0.48rem;
  height: 0.24rem;
  background-color: rgba(0, 0, 0, 0.7);
  left: 50%;
  margin-left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0.24rem;
  z-index: 1;
}

.gw-banner .carousel-indicators li {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 0.16rem;
  background-color: #FFFFFF;
}

.gw-banner .carousel-indicators li.active {
  background-color: #627A93;
}

.gw-index-notices {
  margin-bottom: 0.3rem;
}

.gw-index-notices-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gw-index-notices-scroll {
  width: 7.82rem;
  height: 4.4rem;
  margin-right: 0.48rem;
  position: relative;
}

.gw-index-notices-scroll .carousel-inner .item img {
  width: 100%;
  height: 4.4rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.gw-index-notices-scroll .carousel-indicators {
  display: inline-block;
  width: auto;
  padding: 0 0.11rem;
  position: absolute;
  bottom: 0.48rem;
  height: 0.24rem;
  background-color: rgba(0, 0, 0, 0.7);
  left: 50%;
  margin-left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0.24rem;
  z-index: 1;
}

.gw-index-notices-scroll .carousel-indicators li {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 0.16rem;
  background-color: #FFFFFF;
}

.gw-index-notices-scroll .carousel-indicators li.active {
  background-color: #627A93;
}

.gw-index-notices-tabs-btns {
  padding-bottom: 0.12rem;
}

.gw-index-notices-tabs-btn {
  display: inline-block;
  height: 0.45rem;
  margin-right: 1rem;
  position: relative;
}

.gw-index-notices-tabs-btn span {
  display: block;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.33rem;
}

.gw-index-notices-tabs-btn:last-child {
  margin-right: 0;
}

.gw-index-notices-tabs-btn:after {
  content: ' ';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0.42rem;
  height: 0.05rem;
  margin-left: -0.21rem;
  background-color: transparent;
}

.gw-index-notices-tabs-btn.active span,
.gw-index-notices-tabs-btn:hover span {
  color: #627A93;
}

.gw-index-notices-tabs-btn.active:after,
.gw-index-notices-tabs-btn:hover:after {
  background-color: #627A93;
}

.gw-index-notices-tabs-content {
  padding-top: 0.26rem;
}

.gw-index-notices-tabs-content-item {
  display: none;
  position: relative;
}

.gw-index-notices-tabs-content-item.active {
  display: block;
}

.gw-index-notices-tabs-content-item-time {
  font-size: 0.16rem;
  color: #888888;
  line-height: 0.22rem;
  margin-left: 0.3rem;
}

.gw-index-notices-tabs-content-item-content {
  position: relative;
  overflow: hidden;
}

.gw-index-notices-tabs-content-item-content-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-weight: 500;
  font-size: 0.18rem;/*fontSizeTitle*/
  color: #333333;
  line-height: 0.22rem;
  height: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}

.gw-index-notices-tabs-content-item-msg {
  margin-bottom: 0.2rem;
  overflow: hidden;
}

.gw-index-notices-tabs-content-item-msg:hover .gw-index-notices-tabs-content-item-content-main {
  color: #627A93;
}

.gw-index-notices-tabs-content-item-msg-href {
  font-size: 0.16rem;
  color: #627A93;
  line-height: 0.22rem;
}

.gw-adcontainer img {
  display: block;
  width: 100%;
}
.gw-adflexcontainer-item {
  display: block;
}
.gw-adflexcontainer-item img {
  display: block;
  width: 100%;
}

.gw-index-fz {
  margin-bottom: 0.3rem;
}

.gw-index-fz-main {
  background-color: #F8F8F8;
  padding-top: 0.37rem;
  padding-bottom: 0.44rem;
}

.gw-index-fz-title {
  margin-bottom: 0.39rem;
  text-align: center;
  position: relative;
}

.gw-index-fz-title span {
  display: inline-block;
  font-weight: 500;
  font-size: 0.36rem;/*fontSizeFloorTitle*/
  color: #627A93;
  line-height: 0.5rem;
  position: relative;
  height: 0.5rem;
  vertical-align: top;
}

.gw-index-fz-title-link {
  position: absolute;
  right: 0;
  top: 50%;
  height: 0.22rem;
  line-height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #627A93;
  margin-top: -0.11rem;
}

.gw-index-fz-title span:before {
  content: ' ';
  position: absolute;
  left: -0.47rem;
  top: 50%;
  width: 0.22rem;
  height: 1px;
  background-color: #627A93;
}

.gw-index-fz-title span:after {
  content: ' ';
  position: absolute;
  right: -0.47rem;
  top: 50%;
  width: 0.22rem;
  height: 1px;
  background-color: #627A93;
}

.gw-index-fz-item {
  display: block;
  width: 2rem;
  margin-right: 0.2rem;
  position: relative;
  padding-top: 0.72rem;
  margin-bottom: 0.33rem;
}

.gw-index-fz-item:nth-child(7n) {
  margin-right: 0;
}

.gw-index-fz-item-main {
  width: 2rem;
  position: relative;
  padding-top: 0.37rem;
  background-color: #627A93;
}

.gw-index-fz-item-main-box {
  height: 0.79rem;
}

.gw-index-fz-item-main-box-span {
  font-weight: 600;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.3rem;
  text-align: center;
}

.gw-index-fz-item-main-icon {
  position: absolute;
  width: 1.07rem;
  height: 1.07rem;
  top: 0;
  left: 50%;
  margin-left: -0.535rem;
}

.gw-index-fw {
  margin-bottom: 0.3rem;
}

.gw-index-fw-box {
  padding: 0.41rem 0.37rem 1px 0.37rem;
  width: 5.7rem;
  background-color: #F8F8F8;
  margin-left: 0.2rem;
}

.gw-index-fw-box-title {
  font-weight: 600;
  font-size: 0.24rem;
  color: #627A93;
  line-height: 0.33rem;
  margin-bottom: 0.3rem;
}

.gw-index-fw-box-item {
  display: block;
  width: 0.96rem;
  padding-bottom: 0.4rem;
  margin-right: 1rem;
}

.gw-index-fw-box-item-main {
  width: 0.96rem;
}

.gw-index-fw-box-item-img {
  width: 0.86rem;
  height: 0.86rem;
  margin-bottom: 0.23rem;
  transition: all 0.3s;
}

.gw-index-fw-box-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 0.23rem;
}

.gw-index-fw-box-item-txt {
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.28rem;
  text-align: center;
}

.gw-index-fw-box-item:hover .gw-index-fw-box-item-img {
  transform: scale(1.1);
}

.gw-index-fw-box-item:nth-child(3n) {
  margin-right: 0;
}

.gw-index-fw-hui {
  width: 4.64rem;
  background-color: #F8F8F8;
}

.gw-index-fw-notice {
  padding: 0.45rem 0.3rem 0.4rem 0.3rem;
}

.gw-index-fw-notice-title {
  margin-bottom: 0.11rem;
}

.gw-index-fw-notice-title-name {
  font-weight: 600;
  font-size: 0.24rem;
  color: #627A93;
  line-height: 0.33rem;
}

.gw-index-fw-notice-title-link {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.22rem;
}

.gw-index-fw-notice-list {
  min-height: 2rem;
}


.gw-index-fw-notice-item-cicle {
  width: 0.06rem;
  height: 0.06rem;
  background: #627A93;
  border-radius: 0.06rem;
  margin-right: 0.11rem;
}
.gw-index-fw-notice-item-tag {
  line-height: 0.17rem;
  height: 0.17rem;
  padding: 0 0.08rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.12rem;
  color: #FFFFFF;
  background-color: #BEBEBE;
  margin-right: 0.12rem;
  border-radius: 0.04rem;
}
.gw-index-fw-notice-item-tag.wait {
  background-color: #CBDDE3;
}
.gw-index-fw-notice-item-tag.active {
  background-color: #627A93;
}

.gw-index-fw-notice-item-name {
  height: 0.4rem;
  position: relative;
  overflow: hidden;
}

.gw-index-fw-notice-item-name-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 0.4rem;
  line-height: 0.4rem;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 0.18rem;/*fontSizeTitle*/
  color: #333333;
  word-break: keep-all;
  white-space: nowrap;
}

.gw-index-fw-notice-item:hover .gw-index-fw-notice-item-name-main {
  color: #627A93;
}

.gw-index-fw-notice-item-time {
  font-weight: 400;
  font-size: 0.16rem;
  color: #888888;
  line-height: 0.4rem;
  margin-left: 0.08rem;
}

.gw-index-fw-white {
  width: 4.64rem;
  background-color: #FFFFFF;
}

.gw-index-mymc {
  margin-bottom: 0.3rem;
}

.gw-index-mymc-item-zw {
  width: 0.82rem;
  height: 0.82rem;
  overflow: hidden;
}

.gw-index-mymc-item {
  border-top: 0.1rem solid #627A93;
  background-color: #FFFFFF;
}

.gw-index-mymc-item.yellow {
  border-color: #CBDDE3;
}

.gw-index-mymc .gw-index-fw-notice {
  padding: 0.34rem 0.3rem 0.33rem 0.3rem;
}

.gw-index-mymc .gw-index-fw-notice-title-name {
  font-weight: 500;
  font-size: 0.18rem;
  color: #333333;
}

.gw-index-ptksrk {
  position: relative;
}

.gw-index-ptksrk .gw-index-fz-main {
  background-color: #FFFFFF;
}

.gw-index-ptksrk-item {
  background-color: #F8F8F8;
  padding: 0.28rem 0.36rem 0.26rem 0.18rem;
}

.gw-index-ptksrk-item-icon {
  width: 0.88rem;
  height: 0.88rem;
  object-fit: contain;
  margin-right: 0.38rem;
}

.gw-index-ptksrk-item-title {
  font-weight: 500;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.32rem;
  margin-bottom: 0.13rem;
}

.gw-index-ptksrk-item-msg {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.26rem;
  margin-bottom: 0.14rem;
}

.gw-index-ptksrk-item-link {
  font-weight: 400;
  font-size: 0.16rem;
  color: #627A93;
  line-height: 0.22rem;
}

.gw-index-hyhy .gw-index-fz-main {
  background-color: #FFFFFF;
}

.gw-index-hyhy-list {
  height: 3.4rem;
  position: relative;
  overflow: hidden;
}

.gw-index-hyhy-list-main {
  white-space: nowrap;
  word-break: keep-all;
  position: absolute;
  left: 0;
  top: 0;
  height: 3.4rem;
}

.gw-index-hyhy-item {
  display: inline-block;
  width: 7.4rem;
  margin-right: 0.39rem;
  padding: 0.25rem 0.25rem 0.36rem 0.25rem;
  background-color: #F8F8F8;
  word-break: break-all;
  white-space: wrap;
}

.gw-index-hyhy-item-title {
  font-weight: 500;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.32rem;
  margin-bottom: 0.19rem;
}

.gw-index-hyhy-item-img {
  width: 2.94rem;
  height: 1.96rem;
  object-fit: cover;
  margin-right: 0.3rem;
}

.gw-index-hyhy-item-msg {
  height: 1.68rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.32rem;
  overflow: hidden;
  word-break: break-all;
  white-space: normal;
}

.gw-index-hyhy-item-more {
  width: 1.05rem;
  height: 0.37rem;
  background: #FFFFFF;
  line-height: 0.37rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  text-align: center;
}

.gw-index-hyhy-item:hover {
  background-color: #627A93;
}

.gw-index-hyhy-item:hover .gw-index-hyhy-item-title,
.gw-index-hyhy-item:hover .gw-index-hyhy-item-msg {
  color: #FFFFFF;
}

.gw-index-hyhy-item:first-child {
  background-color: #627A93;
}

.gw-index-hyhy-item:first-child .gw-index-hyhy-item-title,
.gw-index-hyhy-item:first-child .gw-index-hyhy-item-msg {
  color: #FFFFFF;
}

.gw-index-hyhy-btns {
  margin-top: 0.33rem;
  text-align: center;
}

.gw-index-hyhy-btn {
  position: relative;
  display: inline-block;
  width: 0.37rem;
  height: 0.37rem;
  margin-right: 0.64rem;
  background-color: #FFFFFF;
  border-radius: 0.37rem;
  border: 1px solid #627A93;
}

.gw-index-hyhy-btn:last-child {
  margin-right: 0;
}

/* .gw-index-hyhy-btn.left {
  background: url('../images/left.png') center no-repeat;
  background-size: contain;
} */


.gw-index-hyhy-btn.left:after {
  position: absolute;
  content: ' ';
  left: 0.1rem;
  top: 0.09rem;
  width: 0.17rem;
  height: 0.17rem;
  border-top: 0.04rem solid #627A93;
  border-left: 0.04rem solid #627A93;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 0.04rem;
  border-bottom: 0;
  border-right: 0;
}

/* .gw-index-hyhy-btn.right {
  background: url('../images/right.png') center no-repeat;
  background-size: contain;
} */

.gw-index-hyhy-btn.right:after {
  position: absolute;
  content: ' ';
  right: 0.1rem;
  top: 0.09rem;
  width: 0.17rem;
  height: 0.17rem;
  border-top: 0.04rem solid #627A93;
  border-right: 0.04rem solid #627A93;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0.04rem;
  border-bottom: 0;
  border-left: 0;
}

/* .gw-index-hyhy-btn.left:hover {
  background-image: url('../images/left_active.png');
}

.gw-index-hyhy-btn.right:hover {
  background-image: url('../images/right_active.png');
} */

.gw-index-hyhy-btn.left:hover, .gw-index-hyhy-btn.right:hover {
  background-color: #627A93;
}
.gw-index-hyhy-btn.left:hover:after, .gw-index-hyhy-btn.right:hover:after {
  border-color: #FFFFFF;
}

.gw-index-lszdw-list {
  height: 3.19rem;
  position: relative;
  overflow: hidden;
}

.gw-index-lszdw-list-main {
  white-space: nowrap;
  word-break: keep-all;
  position: absolute;
  left: 0;
  top: 0;
  height: 3.19rem;
  font-size: 0;
}

.gw-index-lszdw-item {
  display: inline-block;
  width: 3.32rem;
  margin-right: 0.65rem;
}

.gw-index-lszdw-item-title {
  margin-bottom: 0.1rem;
  font-weight: 500;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.32rem;
  height: 0.32rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gw-index-lszdw-item-msg {
  margin-bottom: 0.28rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.32rem;
  height: 0.32rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gw-index-lszdw-item-line {
  width: 0.36rem;
  height: 0.04rem;
  background: #222222;
  margin-bottom: 0.32rem;
}

.gw-index-lszdw-item-imgwrapper {
  height: 1.8rem;
  /* background: url('../images/lszdwicon/bg.png') center no-repeat;
  background-size: cover; */
}

.gw-index-lszdw-item-imgwrapper img {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  object-fit: contain;
}


.gw-index-lszdw-item:hover .gw-index-lszdw-item-title {
  color: #627A93;
}

.gw-index-lszdw-item:hover .gw-index-lszdw-item-msg {
  color: #627A93;
}

.gw-index-lszdw-item:hover .gw-index-lszdw-item-line {
  background-color: #627A93;
}

.gw-index-rwzf-list {
  height: 7.12rem;
  position: relative;
  overflow: hidden;
}

.gw-index-rwzf-list-main {
  white-space: nowrap;
  word-break: keep-all;
  position: absolute;
  left: 0;
  top: 0;
  height: 7.12rem;
  font-size: 0;
}

.gw-index-rwzf-item {
  display: inline-block;
  width: 4.5rem;
  margin-right: 0.85rem;
  background-color: #FFFFFF;
}

.gw-index-rwzf-item-img {
  width: 4.5rem;
  height: 4.5rem;
}

.gw-index-rwzf-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.gw-index-rwzf-list2 {
  height: 4rem;
}
.gw-index-rwzf-list2 .gw-index-rwzf-list-main {
  height: 4rem;
}
.gw-index-rwzf-list2 .gw-index-rwzf-list-main .gw-index-rwzf-item {
  vertical-align: top;
}
.gw-index-rwzf-list2 .gw-index-rwzf-list-main .gw-index-rwzf-item .gw-index-rwzf-item-img {
  height: 2.3rem;
}

.gw-index-rwzf-item-main {
  padding: 0.2rem 0.32rem 0.32rem 0.32rem;
  word-break: break-all;
  white-space: wrap;
}

.gw-index-rwzf-item-title {
  font-weight: 500;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.32rem;
}

.gw-index-rwzf-item-titlesub {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.32rem;
  margin-bottom: 0.19rem;
}

.gw-index-rwzf-item-msg {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.32rem;
  word-break: break-all;
  white-space: normal;
}

.gw-index-ggleft {
  position: fixed;
  left: 0.4rem;
  width: 1.4rem;
  bottom: 2rem;
  /* display: none; */
}

.gw-index-ggleft-img {
  display: block;
  background-color: #FFFFFF;
}

.gw-index-ggleft-img img {
  display: block;
  width: 100%;
}

.gw-index-ggright {
  position: fixed;
  overflow: hidden;
  transition: all 0.3s;
  right: 0.36rem;
  width: 0.4rem;
  max-height: 0.4rem;
  bottom: 2rem;
  background-color: #FFFFFF;
  border: 1px solid #627A93;
  z-index: 999;
  /* display: none; */
}

.gw-index-ggbtn {
  position: relative;
  width: 100%;
  height: 0.6rem;
}

.gw-index-ggbtn:after {
  content: ' ';
  position: absolute;
  left: 0.26rem;
  right: 0.26rem;
  bottom: 0;
  height: 1px;
  background: #F0F0F0;
  overflow: hidden;
}

.gw-index-ggbtn-icon {
  width: 0.2rem;
  margin-right: 0.08rem;
}

.gw-index-ggbtn span {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.22rem;
  white-space: nowrap;
  word-break: keep-all;
}

.gw-index-gg-qrcontainer {
  padding: 0.2rem 0.1rem;
  position: relative;
  overflow: hidden;
}

.gw-index-gg-qrcontainer:after {
  content: ' ';
  position: absolute;
  left: 0.26rem;
  right: 0.26rem;
  bottom: 0;
  height: 1px;
  background: #F0F0F0;
  overflow: hidden;
}

.gw-index-gg-qrcontainer-img {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
}

.gw-index-gg-top {
  height: 0.55rem;
}

.gw-index-gg-top .glyphicon {
  font-size: 0.2rem;
  color: #627A93;
}

.gw-index-gg-top-icon {
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
}
.gw-index-gg-top-icon:after {
  content: ' ';
  position: absolute;
  left: 0.05rem;
  top: 0.05em;
  width: 0.1rem;
  height: 0.1rem;
  border-top: 1px solid #627A93;
  border-left: 1px solid #627A93;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gw-index-gg-top .text {
  display: none;
  font-size: 0.16rem;
  color: #627A93;
  line-height: 0.22rem;
  margin-left: 0.15rem;
  word-break: keep-all;
  white-space: nowrap;
  margin-top: -0.1rem;
}

.gw-index-ggright:hover {
  width: 1.4rem;
  max-height: 10rem;
}

.gw-index-ggright .gw-index-ggbtn {
  display: none;
}
.gw-index-ggright:hover .gw-index-ggbtn {
  display: flex;
}

.gw-index-ggright .gw-index-gg-qrcontainer {
  display: none;
}

.gw-index-ggright:hover .gw-index-gg-qrcontainer {
  display: block;
}
.gw-index-ggright:hover .text {
  display: block;
}
.gw-list-item {
  border-top: 0.1rem solid #627A93;
  background-color: #FFFFFF;
}

.gw-list-item-content {
  padding: 0.18rem 0.3rem 0.3rem 0.3rem;
}

.gw-list-item-header {
  margin-bottom: 0.17rem;
}

.gw-list-item-header-main {
  font-weight: 500;
  font-size: 0.24rem;
  color: #627A93;
  line-height: 0.32rem;
}

.gw-list-item-header-more {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.22rem;
}

.gw-list-item-header-more:hover {
  color: #627A93;
}

.gw-list-item-banner {
  height: 2.36rem;
  margin-bottom: 0.17rem;
}

.gw-list-item-banner .carousel {
  width: 100%;
  height: 100%;
}

.gw-list-item-banner .carousel-inner {
  width: 100%;
  height: 100%;
}

.gw-list-item-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gw-list-item-banner .carousel-control {
  position: absolute;
  top: 50%;
  margin-top: -0.2rem;
  width: 0.2rem;
  height: 0.4rem;
  border: 0.01rem solid #627A93;
  background: #FFFFFF;
  color: #627A93;
  font-size: 0.18rem;
  opacity: 1;
  text-shadow: none;
}

.gw-list-item-banner .carousel-control.left {
  left: 0;
}

.gw-list-item-banner .carousel-control.right {
  right: 0;
}

.gw-list-item-banner .carousel-control:hover {
  background-color: #627A93;
  color: #FFFFFF;
}

.gw-list-item-title {
  margin-bottom: 0.11rem;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.28rem;
}

.gw-list-item-list {
  width: 100%;
}

.gw-list-item-list-item {
  width: 100%;
  height: 0.4rem;
}

.gw-list-item-list-item-circle {
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 0.06rem;
  background-color: #627A93;
  margin-right: 0.11rem;
}

.gw-list-item-list-item-msg {
  position: relative;
  overflow: hidden;
  height: 0.4rem;
}

.gw-list-item-list-item-time {
  font-size: 0.18rem;
  color: #888888;
  line-height: 0.4rem;
  margin-left: 0.1rem;
}

.gw-list-item-list-item:hover .gw-list-item-list-item-msg-main {
  color: #627A93;
}

.gw-list-item-list-item-msg-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}


.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: auto;
  left: auto;
  right: 0.1rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.18rem;
  bottom: 0.1rem;
  height: 0.18rem;
  line-height: 0.18rem;
}

.swiper-pagination-bullet {
  background-color: #FFFFFF;
  opacity: 1;
}
.gw-banner.swiper-container .swiper-pagination {
  right: auto;
  left: 50%;
}

.swiper-pagination-bullet-active {
  background: #627A93;
}

.swiper-slide-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 32px;
  line-height: 32px;
  word-break: keep-all;
  white-space: nowrap;
  padding: 0 8px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
}



@media screen and (max-width: 640px) {
  .gw-banner {
    display: none;
    height: 2rem;
  }
  .gw-banner .carousel-inner .item img {
    height: 2rem;
  }
 .gw-banner.carousel.slide {
  display: none;
 }
 .gw-index-notices-scroll .carousel-indicators {
  bottom: 0.1rem;
  font-size: 0;
  padding-top: 0.04rem;
 }
 .gw-index-notices-scroll .carousel-indicators li {
  margin-right: 0.1rem;
  margin-top: 0;
 }
 .gw-index-notices-scroll .carousel-indicators li.active {
  margin-top: 0;
  margin-right: 0.1rem;
 }
  .gw-index-notices .main-box {
    display: block;
    padding: 0 0.2rem;
  }
  .gw-index-notices-scroll {
    width: 100%;
    height: 4rem;
  }
  .gw-index-notices-scroll .carousel-inner .item img {
    height: 4rem;
  }
  .gw-index-notices-tabs {
    margin-top: 0.1rem;
    flex: none;
  }
  .gw-index-notices-tabs-content-item-content-main {
    font-size: 0.24rem;
  }
  .gw-index-notices-tabs-content-item-time {
    font-size: 0.24rem;
  }
  .gw-index-notices-tabs-content-item-msg-href {
    font-size: 0.24rem;
  }
  .gw-index-fz-item {
    padding-left: 0.2rem;
    width: 2.3rem;
  }
  .gw-index-fz-item:nth-child(7n) {
    margin-right: 0.2rem;
  }
  .gw-index-fz-item-main {
    width: 2.1rem;
  }
  .gw-index-fz-item-main-icon {
    margin-left: -0.44rem;
  }
  .gw-index-fw .main-box {
    display: block;
  }
  .gw-index-fw-hui {
    width: 100%;
  }
  .gw-index-fw-notice-title-name {
    font-size: 0.28rem;
  }
  .gw-index-fw-notice-title-link {
    font-size: 0.24rem;
  }
  .gw-index-fw-notice-item-name-main {
    font-size: 0.24rem;
  }
  .gw-index-fw-notice-item-time {
    font-size: 0.24rem;
  }
  .gw-index-fw-white {
    width: 100%;
  }
  .gw-index-fw-box {
    width: 100%;
    margin: 0;
    padding: 0.2rem;
  }
  .gw-index-fw-box-item {
    margin-right: 0.2rem;
  }
  .gw-index-fw-box-item:nth-child(3n) {
    margin-right: 0.2rem;
  }
  .gw-index-fz-title-link {
    font-size: 0.24rem;
  }
  .gw-index-lszdw-item-title {
    font-size: 0.24rem;
  }
  .gw-index-lszdw-item-msg {
    font-size: 0.24rem;
  }
  .gw-index-ptksrk-item {
    padding: 0.1rem;
  }
  .gw-index-mymc-item-zw {
    width: 0.1rem;
  }
  .gw-index-ptksrk-item .flex-row.flex-align-center {
    display: block;
  }
  .gw-index-ptksrk-item-icon {
    margin: 0 auto;
    margin-bottom: 0.1rem;
  }
  .gw-index-ptksrk-item-title {
    font-size: 0.28rem;
  }
  .gw-index-ptksrk-item-msg {
    font-size: 0.24rem;
  }
  .gw-index-ptksrk-item-link {
    font-size: 0.24rem;
  }
  .gw-index-hyhy-item-title {
    font-size: 0.24rem;
  }
  .gw-index-hyhy-item-msg {
    height: 1.6rem;
    line-height: 0.4rem;
    font-size: 0.28rem;
  }
  .gw-index-mymc .flex-row.flex-wrap {
    display: block;
  }
  .gw-index-mymc .gw-index-fw-notice-title-name {
    font-size: 0.28rem;
  }
  .gw-list-card-list {
    display: block;
  }
  .gw-list-item {
    flex: none;
  }
  .gw-list-item-header-main {
    font-size: 0.32rem;
  }
  .gw-list-item-header-more {
    font-size: 0.24rem;
  }
  .gw-list-item-banner {
    width: 100%;
  }
  .gw-list-item-title {
    font-size: 0.28rem;
  }
  .gw-list-item-list-item-msg-main {
    font-size: 0.24rem;
  }
  .gw-list-item-list-item-time {
    font-size: 0.24rem;
  }
  .swiper-slide-title {
    height: 0.64rem;
    line-height: 0.64rem;
    font-size: 0.28rem;
  }
}
