main .news {
  background-color: #f6f4ed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-size: cover;
}
main .news {
  text-align: center;
}
main .news h2 {
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}
main .news h3 {
  color: #ff6634;
}
main .news h3:after {
  display: block;
  width: 40px;
  height: 2px;
  content: '';
  background-color: #ff6634;
}
main .news p span {
  font-size: 0.4666em;
  display: block;
  margin-top: 20px;
}
main .content {
  padding: 60px 0;
  text-align: center;
}
main .content h2 {
  font-weight: bold;
  margin-bottom: 30px;
}
main .content h3 {
  margin-bottom: 60px;
  color: #ff6634;
}
main .content h3:after {
  display: block;
  width: 40px;
  height: 2px;
  margin: 40px auto 70px;
  content: '';
  background-color: #ff6634;
}

@media screen and (min-width: 960px) {
  .inner {
    width: 960px;
    margin: 0 auto;
  }

  .news {
    padding: 60px 0;
    text-align: center;
  }
  .news h2 {
    font-size: 1em;
    text-align: center;
  }
  .news h3 {
    font-size: 0.6em;
    text-align: center;
  }
  .news h3:after {
    margin: 40px auto 0;
  }
  .news p {
    text-align: left;
  }
  .news a {
    margin: 50px 0;
  }

  .content h2 {
    font-size: 1em;
  }
  .content h3 {
    font-size: 0.6em;
  }
  .content table {
    font-size: 18px;
    margin: 0 auto 30px;
    border-collapse: collapse;
  }
  .content th {
    font-size: 14px;
    font-weight: bold;
    padding: 20px 150px 20px 30px;
    color: #ff6634;
  }
  .content tr {
    border-top: 1px solid #e3e1d7;
  }
  .content tr:last-child {
    border-bottom: 1px solid #e3e1d7;
  }
  .content td {
    padding: 10px 20px 10px 0;
    width: 700px;
  }
  .content td a {
    line-height: 1.8em;
    font-size: 14px;
    color: #333;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*&::before {
        display          : block;
        content          : '';
        position         : absolute;
        right            : 18px;
        top              : 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform    : translateY(-50%);
        transform        : translateY(-50%);
        width            : 6.56px;
        height           : 12px;
        background       : url("../../img/arrow.svg") right center no-repeat;
        background-size  : 6.56px 12px;
    }*/
  }
  .content td a:hover {
    color: #ff6634;
  }
}
@media screen and (max-width: 959px) {
  .news {
    padding: 60px 0;
    text-align: center;
  }
  .news h2 {
    font-size: 0.7em;
    text-align: center;
  }
  .news h3 {
    font-size: 0.5em;
    text-align: center;
  }
  .news h3:after {
    margin: 40px auto 0;
  }
  .news p {
    text-align: center;
  }
  .news a {
    margin: 50px auto;
  }

  .inner {
    width: 90%;
    margin: auto;
  }

  .content h2 {
    font-size: 0.7em;
  }
  .content h3 {
    font-size: 0.5em;
  }
  .content table {
    font-size: 0.6em;
    margin: 0 auto 30px;
    border-collapse: collapse;
  }
  .content table th {
    font-size: 0.6em;
    font-weight: bold;
    padding: 20px 45px 20px 30px;
    color: #ff6634;
  }
  .content table tr {
    border-top: 1px solid #e3e1d7;
  }
  .content table tr:last-child {
    border-bottom: 1px solid #e3e1d7;
  }
  .content table td {
    padding: 10px 20px 10px 0;
    width: 700px;
  }
  .content table td a {
    line-height: 1.6em;
    font-size: 0.666em;
    color: #333;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .content table td a:hover {
    color: #ff6634;
  }
}
@media screen and (max-width: 767px) {
  .news {
    padding: 80px 0 40px;
    text-align: center;
  }
  .news h2 {
    font-size: 0.6em;
    text-align: center;
  }
  .news h3 {
    font-size: 0.4333em;
    text-align: center;
  }
  .news h3:after {
    margin: 40px auto 0;
  }
  .news p {
    font-size: 0.8em;
    text-align: center;
  }
  .news a {
    margin: 50px auto;
  }
}
