.gw-list2-container {
  padding-bottom: 0.3rem;
}

.gw-list2nav {
  width: 3.2rem;
  margin-right: 0.38rem;
  border-top: 0.1rem solid #627A93;
  background-color: #FFFFFF;
}

.gw-list2nav-header {
  padding: 0.25rem 0.3rem 0.13rem 0.3rem;
  background-color: #627A93;
  line-height: 0.42rem;
  font-size: 0.24rem;
  color: #FFFFFF;
  font-weight: 500;
}

.gw-list2nav-list {
  margin-bottom: 0;
}

.gw-list2nav-list-item {
  display: block;
  border-left: 0.06rem solid #FFFFFF;
  border-bottom: 1px solid #E0E0E0;
  padding: 0.3rem 0.3rem 0.3rem 0.28rem;
}

.gw-list2nav-list li:last-child .gw-list2nav-list-item {
  border-bottom: 0;
}

.gw-list2nav-list-item-main {
  line-height: 0.32rem;
  font-size: 0.24rem;
}

.gw-list2nav-list-item:hover {
  border-color: #627A93;
}

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

.gw-list2nav-list-item.active {
  background-color: #627A93;
  border-color: #627A93;
}

.gw-list2nav-list-item.active .gw-list2nav-list-item-main {
  color: #FFFFFF;
}

.gw-list2-main {
  border-top: 0.1rem solid #627A93;
  background-color: #FFFFFF;
}

.gw-list2-main-content {
  padding: 0.4rem 0.22rem 0.27rem 0.3rem;
}

.gw-list2-main-content-item {
  display: block;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
}

.gw-list2-main-content-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.gw-list2-main-content-item-title {
  margin-bottom: 0.16rem;
  font-weight: 500;
  font-size: 0.24rem;
  line-height: 0.33rem;
}

.gw-list2-main-content-item-msg {
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.26rem;
  margin-bottom: 0.06rem;
}

.gw-list2-main-content-item-from {
  font-weight: 400;
  font-size: 0.18rem;
  color: #888888;
  line-height: 0.4rem;
  margin-right: 0.3rem;
}

.gw-list2-main-content-item-icon {
  width: 0.25rem;
  margin-right: 0.14rem;
}

.gw-list2-main-content-item-time {
  font-weight: 400;
  font-size: 0.18rem;
  color: #888888;
  line-height: 0.4rem;
}

.gw-list2-main-content-item-img {
  width: 2.84rem;
  margin-right: 0.27rem;
}

.gw-list2-pagation {
  font-size: 0;
  padding-top: 0.2rem;
  text-align: center;
}
.gw-list2-pagation-tips {
  vertical-align: top;
  margin: 0.2rem 0.08rem;
  display: inline-block;
  line-height: 0.36rem;
  font-size: 0.16rem;
}
.gw-list2-pagation .pagination {
  vertical-align: top;
}

.gw-list2-pagation .pagination a:visited {
  color: #333333;
  background-color: #FFFFFF;
  border-color: #ddd;
}

.gw-list2-pagation .pagination a {
  color: #333333;
}

.gw-list2-pagation .pagination a:hover {
  background-color: #627A93;
  color: #FFFFFF;
  border-color: #627A93;
}


.gw-list2-pagation .pagination .active a {
  background-color: #627A93;
  color: #FFFFFF;
  border-color: #627A93;
}

@media screen and (max-width: 640px) {
  .gw-list2nav {
    margin-right: 0.1rem;
    width: 2rem;
  }
  .gw-list2-main-content-item-title {
    font-size: 0.28rem;
  }
  .gw-list2-main-content-item-msg {
    font-size: 0.24rem;
    line-height: 0.28rem;;
  }
  .gw-list2-main-content-item-from {
    font-size: 0.24rem;
  }
  .gw-list2-main-content-item-time {
    display: inline-block;
    font-size: 0.24rem;
  }
  .gw-list2-main-content-item .flex-row {
    display: block;
  }
  .gw-list2-main-content-item-img {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .gw-list2-pagation-tips {
    line-height: 0.5rem;
  }
}
