.list {
  margin-top: 30px;
  margin-bottom: 60px; }

.banner {
  background-image: url(../images/5213291100ca11e5a3e81f02e4123b2c.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 420px;
  color: #fff;
  text-align: center;
  position: relative; }

.banner .parent {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.banner .tit {
  padding-top: 90px;
  font-size: 44px;
  line-height: 52px;
  font-weight: 400; }

.banner .desc {
  font-size: 20px;
  line-height: 28px;
  margin-top: 20px;
  font-weight: 400; }

.banner .btn {
  margin-top: 50px;
  display: block;
  width: 180px;
  border-radius: 5px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  margin: 0 auto;
  font-size: 14px;
  margin-top: 60px; }

.banner .tpl {
  margin-top: 10px;
  color: #fff;
  font-size: 14px; }

.tab {
  margin-top: 30px;
  padding: 20px 0; }

.tab li {
  float: left;
  padding: 0 10px; }

.tab li.active a, .tab li:hover a {
  color: #8968ed;
  border-bottom: 3px solid #8968ed; }

.tab li a {
  display: block;
  padding-bottom: 5px;
  font-size: 18px;
  color: #000;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  border-bottom: 3px solid transparent; }

@media (max-width: 1999px) {
  .banner {
    height: 320px;
    background-size: cover; } }

@media (max-width: 991px) {
  .banner {
    height: 220px;
    background-size: cover; } }

@media (max-width: 767px) {
  .banner {
    height: 180px;
    background-size: cover; } }

@media (max-width: 575px) {
  .banner {
    height: 130px;
    background-size: cover; } }

.ponge_title {
  margin-bottom: 60px; }

.liststyle li a .date {
  margin-left: 20px; }

@media (max-width: 991px) {
  .liststyle li a .date {
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none; }
  .liststyle li a .date span:nth-of-type(1) {
    font-size: 14px; }
  .liststyle li a .text .tit {
    border-bottom: 0;
    margin-bottom: 0; }
  .liststyle li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .liststyle li a .img {
    width: auto !important;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 270px !important;
    height: 165px !important; }
  .liststyle li a .text .tit {
    text-align: left; }
  .liststyle li a .text .desc {
    text-align: left; }
  .liststyle li a .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .liststyle li a .img img {
    width: 100%;
    height: 100%;
    display: block;
    margin-right: 20px; }
  .liststyle li a .text {
    padding-left: 20px; } }

@media (max-width: 575px) {
  .ponge_title {
    margin-bottom: 30px; }
  .list {
    margin-bottom: 30px; } }

@media (max-width: 490px) {
  .liststyle li a .img {
    width: 240px !important;
    height: 120px !important;
    margin-bottom: 0; }
  .liststyle li a .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0; }
  .liststyle li a .text .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .liststyle li a .text .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; } }

@media (max-width: 470px) {
  .liststyle li a .img {
    width: 180px !important; } }

@media (max-width: 380px) {
  .liststyle li a .img {
    width: 140px !important;
    height: 100px !important; } }

