.line-h {
  width: 100%;
  height: 6px;
  background-color: #004098;
}
.title {
  position: relative;
  margin: 40px auto 45px !important;
}
.title img {
  width: 100%;
  height: 54px;
  vertical-align: text-top;
}
.title p {
  position: absolute;
  left: 9%;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 26px;
  line-height: 54px;
  color: #fff;
  font-weight: bold;
}
.title span{
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 18px;
    line-height: 54px;
    color: #004098;
    cursor: pointer;
}
.titles {
  position: relative;
  font-size: 0;
  margin: 55px auto 17px !important;
}
.titles img {
  vertical-align: text-top;
  height: 54px;
}
.titles img:nth-child(1) {
  width: 30%;
}
.titles img:nth-child(2) {
  width: 10%;
}
.titles img:nth-child(3) {
  width: 60%;
}
.titles p {
  position: absolute;
  left: 9%;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 26px;
  line-height: 54px;
  color: #fff;
  font-weight: bold;
}
.h {
  font-size: 24px;
  color: #101010;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px !important;
}
.d {
  font-size: 16px;
  color: #4F4F4F;
  line-height: 38px;
  /*text-indent: 2em;*/
  text-align: justify;
}
.d img{
    display: block;
    max-width: 100%;
    margin: auto;
}

.list {
  overflow: hidden;
  padding-bottom: 55px;
}
.list .item {
  width: 32%;
  float: left;
  padding: 20px 12px;
  box-sizing: border-box;
  background-color: #F5F6FA;
  margin-right: 2%;
  margin-bottom: 25px;
  transition: all 0.5s linear;
  cursor: pointer;
}
.list .item:hover{
  background-color: #EEF1FD;
}
.list .item:nth-child(3n) {
  margin-right: 0;
}
.list .item .img{
    width: 360px;
    height: 250px;
    position: relative;
    overflow: hidden;
}
.list .item img {
    position: absolute;
    top: -3px;
    left: -5px;
  width: 100%;
  cursor: pointer;
  vertical-align: text-top;
}
.list .item .bot{
  cursor: pointer;
}
.list .item .bot .t {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-weight: bold;
}
.list .item .bot .time span:nth-child(1) {
  font-size: 12px;
  color: #004098;
  margin-right: 20px;
}
.list .item .bot .time span:nth-child(2) {
  color: #6C6C6C;
  font-size: 12px;
}
.amplify {
  width: 100vw;
  height: 100vh;
  background-color: #00000070;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.amplify .imgs {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.amplify .imgs .img {
  width: 900px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.amplify .imgs .cuo {
  position: absolute;
  left: 78%;
  top: 12%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.amplify .imgs a{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #ccc;
    font-size: 30px;
    color: #fff;
    text-align: center;
    transition: all 0.5s linear;
    z-index: 999;
    cursor: pointer;
}
.amplify .imgs a:hover{
    background-color: #004098;
}
.amplify .imgs .zuo{
    left: 20%;
}
.amplify .imgs .you{
    right: 20%;
}
@media screen and (max-width: 1700px) {
  .amplify .imgs .cuo {
    left: 80%;
  }
  .amplify .imgs .zuo{
    left: 15%;
 }
 .amplify .imgs .you{
    right: 15%;
 }
}
@media screen and (max-width: 1600px) {
  .amplify .imgs .cuo {
    left: 81%;
  }
}
@media screen and (max-width: 1500px) {
  .amplify .imgs .cuo {
    left: 83%;
  }
  .amplify .imgs .zuo{
    left: 10%;
 }
 .amplify .imgs .you{
    right: 10%;
 }
}
@media screen and (max-width: 1400px) {
  .amplify .imgs .cuo {
    left: 85%;
  }
}
@media screen and (max-width: 1300px) {
  .amplify .imgs .cuo {
    left: 87%;
  }
  .amplify .imgs .zuo{
    left: 7%;
 }
 .amplify .imgs .you{
    right: 7%;
 }
}
@media screen and (max-width: 1200px) {
  .amplify .imgs .cuo {
    left: 89%;
  }
  .amplify .imgs .zuo{
    left: 3%;
 }
 .amplify .imgs .you{
    right: 3%;
 }
}
@media screen and (max-width: 1100px) {
  .amplify .imgs .cuo {
    left: 90%;
  }
}
@media screen and (max-width: 768px) {
    .d img{
    max-width: 100%;
    display: block;
}
  .line-h {
    height: 2px;
  }
  .title {
    margin: 25px auto !important;
  }
  .title p {
    font-size: 20px;
    left: 5%;
  }
  .titles p {
    font-size: 20px;
    left: 4;
  }
  .titles img:nth-child(1) {
    width: 45%;
  }
  .titles img:nth-child(3) {
    width: 45%;
  }
  .h {
    font-size: 20px;
    margin-bottom: 10px ;
  }
  .d {
    font-size: 14px;
    line-height: 30px;
  }
  .list .item {
    width: 49%;
    margin-right: 2%;
  }
  .list .item:nth-child(3n) {
    margin-right: 2%;
  }
  .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .list .item .bot .t {
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0;
  }
  .list .item .bot .time span {
    display: block;
  }
  .amplify .imgs .img {
    width: 90%;
  }
  .amplify .imgs .cuo {
    left: 85%;
    top: 30%;
    width: 30px;
    height: 30px;
  }
  .list .item .img{
      width: 100%;
      height: 112px;
  }
  .amplify .imgs a{
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 18px;
  }
  .amplify .imgs .zuo{
      left: 0;
  }
  .amplify .imgs .you{
      right: 0;
  }
  .title span{
      right: 6%;
      font-size: 16px;
  }
}
