@media (min-width: 1280px) {
  .header-cover-container {
    margin-top: 17px;
    position: relative;
    width: 100%;
    height: 320px;
  }
  .header-cover-container .header-cover-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/assets/images/news-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
  }
  .navigator {
    width: 100%;
    min-height: 48px;
    background: #F7F7F7;
  }
  .navigator .navigator-container {
    padding: 14px 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .navigator .navigator-container .navigator-path {
    text-align: left;
  }
  .navigator .navigator-container .navigator-path .path {
    text-decoration: none;
    padding: 0 4px;
    color: #666666;
    font-size: 14px;
    flex-shrink: 0;
  }
  .main-container {
    margin: 48px auto 48px;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .main-container .title {
    width: 100%;
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #333333;
    font-size: 32px;
    font-weight: 700;
    font-style: italic;
  }
  .main-container .news-box {
    margin-top: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .main-container .news-box .news-item {
    position: relative;
    width: 100%;
    height: 200px;
    padding: 20px 0;
  }
  .main-container .news-box .news-item .news-item-box {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .main-container .news-box .news-item .news-item-box .news-cover {
    width: 240px;
    height: 160px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .main-container .news-box .news-item .news-item-box .news-cover .img-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .main-container .news-box .news-item .news-item-box .news-cover .img-box img {
    align-self: center;
    min-width: 100%;
    min-height: 100%;
  }
  .main-container .news-box .news-item .news-item-box .news-content {
    max-width: 808px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
  }
  .main-container .news-box .news-item .news-item-box .news-content .n-title {
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 24px;
    color: #333;
    font-weight: 500;
  }
  .main-container .news-box .news-item .news-item-box .news-content .n-summary {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
  }
  .main-container .news-box .news-item .news-item-box .n-date {
    width: 120px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
  .main-container .news-box .news-item .news-item-box .n-date .date-text {
    width: 120px;
    height: 100px;
    font-size: 36px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    color: #D8D8D8;
  }
  .main-container .news-box .news-item .news-item-box .n-date .arrow {
    width: 120px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .main-container .news-box .news-item .news-item-box .n-date .arrow .vline {
    width: 1px;
    height: 30px;
    background: #D8D8D8;
    margin-right: 20px;
  }
  .main-container .news-box .news-item:not(:last-child) {
    margin-bottom: 24px;
  }
  .main-container .news-box .news-item:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: -11px;
    display: block;
    width: 100%;
    height: 2px;
    background: #f7f7f7;
  }
  .main-container .news-box .news-item:hover {
    transition-duration: 600ms;
    box-shadow: 0 0 50px 5px #D8D8D8;
  }
  .main-container .news-box .news-item:hover .news-item-box {
    transition-duration: 600ms;
    transform: scaleX(0.96) scaleY(0.98);
  }
  .main-container .news-box .news-item:hover .news-item-box .n-title {
    color: #A81C1A;
  }
  .page {
    margin-bottom: 48px;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .page .paginationjs .paginationjs-pages ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .page .paginationjs .paginationjs-pages ul li {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff', endColorStr='#e7eaee', gradientType='0');
    background: -moz-linear-gradient(top, #ffffff, #e7eaee);
    background: -o-linear-gradient(top, #ffffff, #e7eaee);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e7eaee));
    border: 1px solid #ccc;
  }
  .page .paginationjs .paginationjs-pages ul li:not(:last-child) {
    margin-right: 8px;
  }
  .page .paginationjs .paginationjs-pages ul li:hover,
  .page .paginationjs .paginationjs-pages ul li.active {
    border-color: #a81c1a;
    background: #a81c1a;
    color: #FFFFFF;
  }
}
@media screen and (min-width: 930px) and (max-width: 1279px) {
  .header-cover-container {
    margin-top: 17px;
    position: relative;
    width: 100%;
    padding-top: 30%;
  }
  .header-cover-container .header-cover-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/assets/images/news-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
  }
  .navigator {
    width: 100%;
    min-height: 48px;
    background: #F7F7F7;
  }
  .navigator .navigator-container {
    padding: 14px 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .navigator .navigator-container .navigator-path {
    text-align: left;
  }
  .navigator .navigator-container .navigator-path .path {
    text-decoration: none;
    padding: 0 4px;
    color: #666666;
    font-size: 14px;
    flex-shrink: 0;
  }
  .content-container-small {
    display: none;
  }
  .main-container {
    margin: 32px auto 32px;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .main-container .title {
    width: 100%;
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #333333;
    font-size: 32px;
    font-weight: 700;
    font-style: italic;
  }
  .main-container .news-box {
    margin-top: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .main-container .news-box .news-item {
    position: relative;
    width: 100%;
    height: 200px;
    padding: 20px 0;
  }
  .main-container .news-box .news-item .news-item-box {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .main-container .news-box .news-item .news-item-box .news-cover {
    width: 240px;
    height: 160px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
  }
  .main-container .news-box .news-item .news-item-box .news-cover .img-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .main-container .news-box .news-item .news-item-box .news-cover .img-box img {
    align-self: center;
    min-width: 100%;
    min-height: 100%;
  }
  .main-container .news-box .news-item .news-item-box .news-content {
    padding: 0 30px;
    flex-grow: 1;
    width: 100%;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .main-container .news-box .news-item .news-item-box .news-content .n-title {
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 24px;
    color: #333;
    font-weight: 500;
  }
  .main-container .news-box .news-item .news-item-box .news-content .n-summary {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
  }
  .main-container .news-box .news-item .news-item-box .n-date {
    flex-shrink: 0;
    width: 120px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
  .main-container .news-box .news-item .news-item-box .n-date .date-text {
    width: 120px;
    height: 100px;
    font-size: 36px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    color: #D8D8D8;
  }
  .main-container .news-box .news-item .news-item-box .n-date .arrow {
    width: 120px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .main-container .news-box .news-item .news-item-box .n-date .arrow .vline {
    width: 1px;
    height: 30px;
    background: #D8D8D8;
    margin-right: 20px;
  }
  .main-container .news-box .news-item:not(:last-child) {
    margin-bottom: 24px;
  }
  .main-container .news-box .news-item:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: -11px;
    display: block;
    width: 100%;
    height: 2px;
    background: #f7f7f7;
  }
  .main-container .news-box .news-item:hover {
    transition-duration: 600ms;
    box-shadow: 0 0 50px 5px #D8D8D8;
  }
  .main-container .news-box .news-item:hover .news-item-box {
    transition-duration: 600ms;
    transform: scaleX(0.96) scaleY(0.98);
  }
  .main-container .news-box .news-item:hover .news-item-box .n-title {
    color: #A81C1A;
  }
  .page {
    margin-bottom: 48px;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .page .paginationjs .paginationjs-pages ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .page .paginationjs .paginationjs-pages ul li {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff', endColorStr='#e7eaee', gradientType='0');
    background: -moz-linear-gradient(top, #ffffff, #e7eaee);
    background: -o-linear-gradient(top, #ffffff, #e7eaee);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e7eaee));
    border: 1px solid #ccc;
  }
  .page .paginationjs .paginationjs-pages ul li:not(:last-child) {
    margin-right: 8px;
  }
  .page .paginationjs .paginationjs-pages ul li:hover,
  .page .paginationjs .paginationjs-pages ul li.active {
    border-color: #a81c1a;
    background: #a81c1a;
    color: #FFFFFF;
  }
}
@media screen and (min-width: 640px) and (max-width: 929px) {
  .header-cover-container {
    margin-top: 17px;
    position: relative;
    width: 100%;
    padding-top: 30%;
  }
  .header-cover-container .header-cover-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/assets/images/news-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
  }
  .navigator {
    width: 100%;
    min-height: 48px;
    background: #F7F7F7;
  }
  .navigator .navigator-container {
    padding: 14px 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .navigator .navigator-container .navigator-path {
    text-align: left;
  }
  .navigator .navigator-container .navigator-path .path {
    text-decoration: none;
    padding: 0 4px;
    color: #666666;
    font-size: 14px;
    flex-shrink: 0;
  }
  .main-container {
    margin: 24px auto 32px;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .main-container .title {
    width: 100%;
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #333333;
    font-size: 32px;
    font-weight: 700;
    font-style: italic;
  }
  .main-container .news-box {
    margin-top: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 16px 0;
  }
  .main-container .news-box .news-item {
    position: relative;
    width: 100%;
    height: 200px;
    padding: 20px 0;
  }
  .main-container .news-box .news-item .news-item-box {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .main-container .news-box .news-item .news-item-box .news-cover {
    width: 240px;
    height: 160px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
  }
  .main-container .news-box .news-item .news-item-box .news-cover .img-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .main-container .news-box .news-item .news-item-box .news-cover .img-box img {
    align-self: center;
    min-width: 100%;
    min-height: 100%;
  }
  .main-container .news-box .news-item .news-item-box .news-content {
    padding: 0 30px;
    flex-grow: 1;
    width: 100%;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .main-container .news-box .news-item .news-item-box .news-content .n-title {
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 24px;
    color: #333;
    font-weight: 500;
  }
  .main-container .news-box .news-item .news-item-box .news-content .n-summary {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
  }
  .main-container .news-box .news-item .news-item-box .n-date {
    display: none;
  }
  .main-container .news-box .news-item:not(:last-child) {
    margin-bottom: 24px;
  }
  .main-container .news-box .news-item:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: -11px;
    display: block;
    width: 100%;
    height: 2px;
    background: #f7f7f7;
  }
  .main-container .news-box .news-item:hover {
    transition-duration: 600ms;
    box-shadow: 0 0 10px 1px #D8D8D8;
  }
  .main-container .news-box .news-item:hover .news-item-box {
    transition-duration: 600ms;
    transform: scaleX(0.96) scaleY(0.98);
  }
  .main-container .news-box .news-item:hover .news-item-box .n-title {
    color: #A81C1A;
  }
  .page {
    margin-bottom: 48px;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .page .paginationjs .paginationjs-pages ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .page .paginationjs .paginationjs-pages ul li {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff', endColorStr='#e7eaee', gradientType='0');
    background: -moz-linear-gradient(top, #ffffff, #e7eaee);
    background: -o-linear-gradient(top, #ffffff, #e7eaee);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e7eaee));
    border: 1px solid #ccc;
  }
  .page .paginationjs .paginationjs-pages ul li:not(:last-child) {
    margin-right: 8px;
  }
  .page .paginationjs .paginationjs-pages ul li:hover,
  .page .paginationjs .paginationjs-pages ul li.active {
    border-color: #a81c1a;
    background: #a81c1a;
    color: #FFFFFF;
  }
}
@media (max-width: 639px) {
  .header-cover-container {
    display: none;
  }
  .navigator {
    margin-top: 60px;
    width: 100%;
    min-height: 48px;
    background: #F7F7F7;
  }
  .navigator .navigator-container {
    padding: 14px 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .navigator .navigator-container .navigator-path {
    text-align: left;
  }
  .navigator .navigator-container .navigator-path .path {
    text-decoration: none;
    padding: 0 4px;
    color: #666666;
    font-size: 14px;
    flex-shrink: 0;
  }
  .main-container {
    margin: 16px auto 24px;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .main-container .title {
    width: 100%;
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #333333;
    font-size: 32px;
    font-weight: 700;
    font-style: italic;
  }
  .main-container .news-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 16px 0;
  }
  .main-container .news-box .news-item {
    position: relative;
    width: 100%;
    padding: 20px 0;
  }
  .main-container .news-box .news-item .news-item-box {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .main-container .news-box .news-item .news-item-box .news-cover {
    position: relative;
    width: 100%;
    padding-top: 50%;
    flex-shrink: 0;
  }
  .main-container .news-box .news-item .news-item-box .news-cover .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .main-container .news-box .news-item .news-item-box .news-cover .img-box img {
    align-self: center;
    min-width: 100%;
    min-height: 100%;
  }
  .main-container .news-box .news-item .news-item-box .news-content {
    margin-top: 20px;
    flex-grow: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .main-container .news-box .news-item .news-item-box .news-content .n-title {
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 24px;
    color: #333;
    font-weight: 500;
  }
  .main-container .news-box .news-item .news-item-box .news-content .n-summary {
    margin-top: 16px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
  }
  .main-container .news-box .news-item .news-item-box .n-date {
    display: none;
  }
  .main-container .news-box .news-item:not(:last-child) {
    margin-bottom: 24px;
  }
  .main-container .news-box .news-item:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: -11px;
    display: block;
    width: 100%;
    height: 2px;
    background: #f7f7f7;
  }
  .page {
    margin-bottom: 48px;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .page .paginationjs .paginationjs-pages ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .page .paginationjs .paginationjs-pages ul li {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff', endColorStr='#e7eaee', gradientType='0');
    background: -moz-linear-gradient(top, #ffffff, #e7eaee);
    background: -o-linear-gradient(top, #ffffff, #e7eaee);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e7eaee));
    border: 1px solid #ccc;
  }
  .page .paginationjs .paginationjs-pages ul li:not(:last-child) {
    margin-right: 8px;
  }
  .page .paginationjs .paginationjs-pages ul li:hover,
  .page .paginationjs .paginationjs-pages ul li.active {
    border-color: #a81c1a;
    background: #a81c1a;
    color: #FFFFFF;
  }
}
/*# sourceMappingURL=news.css.map */