.pc {
  width: 100%;
  min-height: 100vh;
}
.h5{
  display:none;
}
.pc .main {
  width: 100%;
  background: #f5f6f7 url(../images/gddt-bg.png) no-repeat left top/100% 6.73rem;
  padding-top:2.75rem;
}
.pc .main .content {
  width:14.4rem;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.pc .main .nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 3.73rem;
  border-radius: 0.3rem;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.5rem 0.27rem;
  box-sizing: border-box;
}
.pc .main .nav div {
  width: 2.42rem;
  height: 0.65rem;
  line-height: 0.65rem;
  cursor: pointer;
}
.pc .main .nav div a {
  color: #4a5f7b;
  font-size: 0.24rem;
}
.pc .main .nav div.active a,
.pc .main .nav div:hover a {
  font-weight: 600;
  color: rgb(22, 49, 117);
}
.pc .main .nav .gsdt {
  background: url(../images/gddt-icon1.png) left top / 100% 100% no-repeat;
}
.pc .main .nav .xhdt {
  background: url(../images/gddt-icon2.png) left top / 100% 100% no-repeat;
}
.pc .main .nav .djdt {
  background: url(../images/gddt-icon3.png) left top / 100% 100% no-repeat;
}
.pc .main .article {
  width: 11rem;
}
.pc .main .article .item {
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0.45rem 0.4rem 0.7rem;
  border-radius: 0.3rem;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.2rem;
}
.pc .main .article a {
  cursor: pointer;
}

.pc .main .article .decs {
  width: 5.5rem;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.pc .main .article .img {
  width: 3.22rem;
}
.pc .main .article .img img {
  width: 100%;
  height: 2rem;
  border-radius: 0.3rem;
}
.pc .main .article .title {
  font-size: 0.3rem;
  color: #4a5f7b;
  font-weight: bold;
}
.pc .main .article .text {
  font-size: 0.24rem;
  color: #6a7f9c;
  margin-top: 0.24rem;
}
.pc .main .article .time {
  font-size: 14px;
  color: #a7a39f;
  margin-top: 0.25rem;
}

.GS-fy,.XH-fy,.DJ-fy{
  margin:0.5rem auto 1rem;
}
.pagination {
    text-align: center;
    padding: 20px 0 10px;
}
.pagination li {
    margin: 0 2px;
    display: inline-block;
    -webkit-transition: color 0.5s ease 0.001s;
    -moz-transition: color 0.5s ease 0.001s;
    -ms-transition: color 0.5s ease 0.001s;
    -o-transition: color 0.5s ease 0.001s;
    transition: color 0.5s ease 0.001s;
    border-radius: 6px;
    padding: 3px 12px 3px 12px;
    font: 16px / 20px '\5FAE\8F6F\96C5\9ED1', "Microsoft YaHei", "微软雅黑", Arial;
    color: #333;
    background: #FFF;
    cursor: pointer;
}
.pagination li a {
    display: block;
}
.pagination li.active {
    color: #fff;
    background: #9cacbb;
    border-radius: 10px;
} 
.pagination li.active a{
    color: #fff;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .h5 {
    width: 100%;
    min-height: 100vh;
    display:block;
  }
  
  .h5 .list {
    padding: 0 0.2rem;
    margin-top: 0.25rem;
  }
  .h5 .list .item {
    width: 100%;
    background-color: #fff;
    border-radius: 0.3rem;
    padding: 0.5rem;
    box-sizing: border-box;
    margin-bottom: 0.25rem;
    box-shadow: 0px 0.18rem 0.27rem 0px rgba(51, 70, 122, 0.2);
  }
  .h5 .list .item img {
    width: 100%;
    height: 4.5rem;
    border-radius: 0.3rem;
  }
  .h5 .list .item p {
    font-size: 0.26rem;
    line-height: 0.54rem;
    margin-top: 0.2rem;
    color: #4a5f7b;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .h5 .zrsm-fy{
    margin:0.4rem auto 0.25rem;
  }
}
