.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 .news-container {
  width: 1200px;
  margin: 0 auto;
}
.news .news-container .title {
  margin-top: 90px;
  margin-bottom: 35px;
}
.news .news-container .title h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.news .news-container .content {
  padding: 35px 65px 81px 0;
  font-size: 20px;
  line-height: 30px;
  color: #5b605b;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.news .news-container .content p {
  line-height: 30px;
}
.news .news-container .content img {
  max-width: 100%;
}
.news .news-container .content table {
  max-width: 100%;
}
.news .news-container .footer {
  margin-top: 35px;
}
.news .news-container .footer p {
  color: #666;
  font-size: 16px;
}
.news .news-container .footer p a {
  color: #172a88;
}
@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 .news-container {
    width: 100%;
    margin: 0 auto;
  }
  .news .news-container .title {
    margin: 20px 1% 15px 1%;
  }
  .news .news-container .title h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .news .news-container .content {
    padding: 15px 1%;
    font-size: 15px;
    line-height: 25px;
    color: #5b605b;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  .news .news-container .content p {
    line-height: 25px;
  }
  .news .news-container .content img {
    max-width: 100%;
  }
  .news .news-container .content table {
    max-width: 100%;
  }
  .news .news-container .footer {
    margin-top: 25px;
    margin-left: 1%;
    margin-right: 1%;
  }
  .news .news-container .footer p {
    color: #666;
    font-size: 14px;
  }
  .news .news-container .footer p a {
    color: #172a88;
  }
}
