.container {
    max-width: 1200px;
}

.list-news {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    background: #FFF;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    width: 400px;
    height: 265px;
}

.list-news .news {
    margin-left: 50px;
    margin-right: 30px;
}

.list-news .news h3 a {
    display: block;
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.text-gray {
    color: #888888;
}

.list-news .button {
    display: block;
    width: 70px;
    line-height: 56px;
    font-size: 24px;
    border: 1px solid #ebebeb;
    padding: 8px 20px;
}

.radius-none {
    border-radius: 0;
}

.text-center {
    text-align: center;
}

.list-news .button i {
    font-size: 22px;
}

.list-news:hover h3 a {
    color: #257dff;
    transition: none;
}

.list-news:hover .button {
    background: #257dff;
    color: #fff;
    border: 1px solid #257dff;
    transition: none;
}

.x1,
.x2,
.x3,
.x4,
.x5,
.x6,
.x7,
.x8,
.x9,
.x10,
.x11,
.x12 {
    float: left
}

.x1 {
    width: 8.33333333%
}

.x2 {
    width: 16.66666667%
}

.x3 {
    width: 25%
}

.x4 {
    width: 33.33333333%
}

.x5 {
    width: 41.66666667%
}

.x6 {
    width: 50%
}

.x7 {
    width: 58.33333333%
}

.x8 {
    width: 66.66666667%
}

.x9 {
    width: 75%
}

.x10 {
    width: 83.33333333%
}

.x11 {
    width: 91.66666667%
}

.x12 {
    width: 100%
}

/* 横向栏目样式 start */
.nav-x {
    background: #fff;
    width: 100%;
    position: relative;
}

.nav-x .menu-toggle h3 {
    display: none
}

.nav-x ul {
    font-size: 0;
    /* -webkit-text-size-adjust:none; */
    /* text-align:center; */
}

.nav-x li {
    display: inline-block
}

.nav-x li i {
    margin: 0px auto 5px auto;
    font-size: 24px;
    display: block;
}

.nav-x li a {
    font-size: 16px;
    padding: 0 30px;
    height: 70px;
    line-height: 70px;
    color: #6e6e6e;
    text-align: center;
    display: block;
}

.nav-x li a:hover {
    color: #257dff
}

.nav-x li a.active {
    background: linear-gradient(-45deg, #7fd7ff, #257dff);
    color: #fff
}

/* 横向栏目样式 end */

/* 内容部分 start */
.nr {
    background: #F7F7F7;
    padding: 70px 0;
}

/* 内容部分 end */


/* 分页 start */
.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom
}

.pagination li {
    display: inline-block !important;
    border: solid 1px #EBEBEB;
    border-radius: 4px
}

.pagination a {
    color: #333;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s
}

.pagination .disabled a:link,
.pagination .disabled a:visited,
.pagination .disabled a:hover {
    cursor: not-allowed;
    pointer-events: none;
    color: #EBEBEB
}

.pagination .active {
    pointer-events: none
}

.pagination .active,
.pagination a:hover {
    transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s
}

.pagination-big a {
    padding: 10px 16px;
    font-size: 16px
}

.pagination-small a {
    padding: 5px 10px;
    font-size: 12px
}

.pagination.border-main .active a,
.pagination.border-sub .active a,
.pagination.border-dot .active a,
.pagination.border-black .active a,
.pagination.border-gray .active a,
.pagination.border-red .active a,
.pagination.border-yellow .active a,
.pagination.border-blue .active a,
.pagination.border-green .active a {
    color: #fff
}

.pagination li a {
    border-radius: 4px;
    color: #6e6e6e;
    background: #fff;
    padding: 12px 16px;
    border: 1px solid #DCDCDC;
}

.pagination li.active a,
.pagination li a:hover {
    background: #257dff;
    color: #fff;
    border: 1px solid #257dff;
}

/* 分页 end */

@media screen and (max-width: 967px) {
    .goBack {
        padding: 5px 15px;
        border-radius: 10px;
        line-height: 30px;
    }
	.goBack span {
		display: none;
	}
    
    .list-news .x4 {
        width: 50%;
    }

    .list-news .x2 {
        display: none;
    }

    .list-news .news p {
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }
}

@media screen and (max-width: 768px) {
    .nav-x ul {
        text-align: left;
    }
    .nav-x ul li {width: calc(100% / 3);}
    .nav-x ul li a {
        padding: 0 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width: 500px) {
    .img-responsive {
        height: auto;
        max-width: 90%;
    }
    .list-news .news h3 a {
        font-size: 18px;
        margin: 10px 0;
    }
    .text-gray{
        font-size: 12px;
    }
    .list-news .news {
        margin: 0 10px;
    }
}