.main .btn {
  display: inline-block;
  height: 34px;
}
.main .btn span {
  font-size: 18px;
  display: inline-block;
  width: 92px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #b3b3b3;
  color: #fff;
}
.main .btn span:first-child {
  border-right: 0;
  width: 94px;
  float: left;
  background: #fff;
  color: #172a88;
}
.main .btn span:last-child {
  background: url(../images/r_01.png) center no-repeat;
  background-size: 35px;
}
.main .title {
  zoom: 1;
}
.main .title .t-left {
  float: left;
  width: 48%;
  padding-right: 3%;
  padding-bottom: 10px;
  background: url(../images/3_1.png) bottom no-repeat;
  background-size: 100% auto;
  font-size: 40px;
  text-align: right;
  color: #172a88;
}
.main .title .t-right {
  float: right;
  width: 48%;
  padding-left: 2%;
  padding-top: 5px;
  background: url(../images/4.png) top no-repeat;
  background-size: 100% auto;
  font-size: 34px;
  color: #172a88;
}
.main .title::after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}
.news {
  min-height: 500px;
  padding-top: 50px;
  padding-bottom: 20px;
}
.news .newsList {
  width: 1200px;
  margin: 0 auto;
}
.news .newsList li {
  height: 142px;
  padding: 34px 34px;
}
.news .newsList li .date {
  float: left;
  width: 142px;
  height: 105px;
  padding-top: 37px;
  background: #999;
  text-align: center;
}
.news .newsList li .date b {
  font-size: 30px;
  font-weight: 500;
  margin-top: 45px;
}
.news .newsList li .date p {
  font-size: 21px;
}
.news .newsList li .newsContent {
  width: 960px;
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.news .newsList li .newsContent h4 {
  font-size: 24px;
  font-weight: normal;
  color: #172a88;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .newsList li .newsContent p {
  line-height: 30px;
  font-size: 18px;
  color: #5b5b5b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .newsList li:not(:last-child) {
  border-bottom: 1px solid #172a88;
}
.news h3 {
  margin: 0 auto;
  margin-top: 36px;
  margin-bottom: 36px;
  width: 1200px;
  font-weight: 500;
  font-size: 36px;
  color: #172a88;
}
.news .tj {
  width: 1200px;
  margin: 0 auto;
}
.news .tj li {
  float: left;
  width: 383px;
}
.news .tj li img {
  width: 383px;
  height: 239px;
}
.news .tj li p {
  font-size: 18px;
  color: #191919;
  text-align: center;
  line-height: 30px;
  margin: 0 35px;
}
.news .tj li:not(:last-child) {
  margin-right: 25px;
}
.news .tj::after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}
@media (max-width: 496px) {
  .banner .pro-list {
    display: none;
  }
  .main .title {
    zoom: 1;
  }
  .main .title .t-left {
    float: left;
    width: 48%;
    padding-right: 3%;
    padding-bottom: 3px;
    background: url(../images/3_1.png) bottom no-repeat;
    background-size: 100% auto;
    font-size: 16px;
    text-align: right;
    color: #172a88;
  }
  .main .title .t-right {
    float: right;
    width: 48%;
    padding-left: 2%;
    padding-top: 3px;
    background: url(../images/4.png) top no-repeat;
    background-size: 100% auto;
    font-size: 13px;
    color: #172a88;
  }
  .main .title::after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
  }
  .news {
    min-height: auto;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .news .newsList {
    width: 100%;
    margin: 0 auto;
  }
  .news .newsList li {
    width: 95%;
    margin-left: 2%;
    margin-right: 2%;
    height: auto;
    padding: 5px 1%;
    margin-top: 15px;
  }
  .news .newsList li .date {
    display: none;
    float: left;
    width: 142px;
    height: 105px;
    padding-top: 37px;
    background: #999;
    text-align: center;
  }
  .news .newsList li .date b {
    font-size: 30px;
    font-weight: 500;
    margin-top: 45px;
  }
  .news .newsList li .date p {
    font-size: 21px;
  }
  .news .newsList li .newsContent {
    width: 100%;
    float: right;
    position: relative;
    top: 0;
    transform: translateY(0);
  }
  .news .newsList li .newsContent h4 {
    font-size: 16px;
    font-weight: normal;
    color: #172a88;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .news .newsList li .newsContent p {
    line-height: 23px;
    font-size: 14px;
    color: #5b5b5b;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .news .newsList li:not(:last-child) {
    border-bottom: 1px solid #172a88;
  }
  .news .newsList li:after {
    content: "";
    overflow: hidden;
    display: block;
    clear: both;
    height: 0;
  }
  .news h3 {
    display: none;
    margin: 0 auto;
    margin-top: 36px;
    margin-bottom: 36px;
    width: 1200px;
    font-weight: 500;
    font-size: 36px;
    color: #172a88;
  }
  .news .tj {
    display: none;
    width: 100%;
    margin: 0 auto;
  }
  .news .tj li {
    float: left;
    width: 383px;
  }
  .news .tj li img {
    width: 383px;
    height: 239px;
  }
  .news .tj li p {
    font-size: 18px;
    color: #191919;
    text-align: center;
    line-height: 30px;
    margin: 0 35px;
  }
  .news .tj li:not(:last-child) {
    margin-right: 25px;
  }
  .news .tj::after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
  }
}
