.swiper-img {
    width: 100%;
    margin-top: 65px;
    height: 500px;
    background-image: url(../imgs/newsList/banner_newsList.png);
    background-repeat: no-repeat;
    background-size: 2000px;
    background-position: 50% 0%;
    position: relative;
}

.swiper-img .introduce {
    width: 1200px;
    margin: 0 auto;
}

.swiper-img .introduce .banner {
    position: absolute;
    text-align: right;
    top: 35%;
}

.swiper-img .introduce .banner-title {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    font-size: 44px;
    font-weight: 300;
}

.swiper-img .introduce .free-trial {
    position: absolute;
    width: 160px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    top: 50%;
    left: 50%;
    margin-left: 438px;
    margin-top: 80px;
    color: #CF3F61;
    background-color: #fff;
}

.content-module-1 {
    padding: 80px 0;
    background-color: #fff;
}

.content-module-1 .module-title {
    font-size: 38px;
    font-weight: 400;
    color: #333333;
    line-height: 53px;
    text-align: center;
    margin-bottom: 42px;
}

.content-module-1 .content-module-body p {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 41px;
    text-indent: 50px;
}

.news-item {
    margin-bottom: 30px;
    position: relative;
    padding-left: 275px;
}

.newsinfo-img {
    margin-right: 25px;
}

.news-img {
    width: 250px;
    min-height: 108px;
    /* max-height: 160px; */
    position: absolute;
    left: 0;
    top: 0;
}

.news-title {
    font-size: 20px;
    height: 37px;
    line-height: 37px;
    margin-bottom: 15px;
}

.news-title a {
    color: #333;
}

.news-short {
    font-size: 16px;
    line-height: 26px;
    /* height: 80px; */
}

.news-short a {
    color: #888;
}

.news-origin {
    color: #999;
    line-height: 30px;
    font-size: 14px;
}

.news-origin a {
    color: #999;
}

.pages {
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #cf3f61;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}