.content {
    padding-top: 70px;
    padding-bottom: 70px;
}

.inner-content {
}

.title {
    padding-bottom: 60px;
}

.title span {
    border-left: 3px solid #122a88;
    font-size: 24px;
    padding-left: 16px;
    color: #122a88;
}

.new-title-over {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.main {
}

.main-news {
    width: 100%;
    background: #fafafa;
    margin-bottom: 70px;
}

.main-news .main-left {
    position: relative;
    overflow: hidden;
    width: 46%;
    float: left;
}

.main-news .main-left img {
    width: 100%;
}

.main-news .main-right {
    float: right;
    width: 54%;
}

.main-center {
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.clear {
    clear: both
}

.triangle {
    width: 0;
    height: 0;
    border-width: 15px;
    border-style: solid;
    border-color: #fafafa #fafafa #fafafa transparent;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.triangle:before {
    content: "";
    position: absolute;
    background-color: #fafafa;
    width: 30px;
    height: 1000px;
    top: 100%;
    margin-top: 15px;
    left: -15px;
}

.triangle:after {
    content: "";
    position: absolute;
    background-color: #fafafa;
    width: 30px;
    height: 1000px;
    bottom: 100%;
    margin-bottom: 15px;
    left: -15px;
}

.main-news .main-right .new-content {
    padding: 48px 30px 0;
}

.main-news .main-right .new-content a {
    display: block;
    cursor: pointer;
}

.main .new-title {
    font-size: 16px;
}

.main .new-time {
    color: #999;
    padding-bottom: 10px;
}

.main-news .main-right .new-des {
    color: #666;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: inherit;
}

.main-news .main-right .new-btn {
    margin-top: 30px;
}

.main-news .main-right .new-btn a {
    cursor: pointer;
}

.main-news .main-right .new-btn span {
    height: 34px;
    display: inline-block;
    line-height: 34px;
    color: #666;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    position: relative;
    padding: 0 40px 0 12px;
}

.main-news .main-right .new-btn:hover span {
    color: #fff;
    background: #122a88;
}


.main-news .main-right .new-btn span:after {
    content: '';
    background:  no-repeat;
    position: absolute;
    right: 10px;
    top: 12px;
    background-size: 100% 100%;
    vertical-align: middle;
    width: 7px;
    height: 10px;
}

.main-news .main-right .new-btn:hover span:after {
    background-image: ;
}

.news-item {
    margin-bottom: 30px;
}

.news-item a {
    display: block;
    cursor: pointer;
}

.news-item img {
    width: 100%;
}

.news-item .text {
    padding: 20px 0;
}

.news-item:hover .new-title {
    color: #122a88;
}

.news-item .text .new-title {
    cursor: pointer;
}

.news-item .news-item-time {
    padding-bottom: 0;
}

.news-item .news-item-des {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: inherit;
    height: 40px;
}

.pagermodel {
    text-align: center;
    color: #8a8a8a;
    font-size: 16px;
    margin-top: 70px;
}

.pagermodel span {
    padding: 0 10px;
    cursor: pointer;
}

.pagermodel a {
    padding: 0 8px;
    cursor: pointer;
}

.pagermodel ul {
    display: inline-block;
}

.pagermodel ul li {
    height: 24px;
    line-height: 24px;
    color: #8a8a8a;
    margin: 0 10px;
    display: inline-block;
    cursor: pointer;
    font-size: 0;
}

.pagermodel ul li span {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    display: inline-block;
}

.pagermodel ul li a {
    color: #8a8a8a;
    font-size: 16px;
    display: inline-block;
}


.pagermodel ul li:hover span, .pagermodel ul li:hover a {
    color: #fff;
    background: #122a88;
}

.pagermodel ul li:last-child {
    margin-left: 20px;
}

.pagermodel ul li:first-child {
    margin-right: 20px;
}

.pagermodel ul li:last-child:hover a, .pagermodel ul li:first-child:hover a {
    color: #fff;
    background: transparent;
}

.pagermodel ul li span.pager-act {
    background: #122a88;
    color: #fff;
}

/*.pagermodel ul li.pager-act span, .pagermodel ul li.pager-act a {
    color: #fff;
}*/

.pagermodel ul li:first-child a, .pagermodel ul li:last-child a {
    color: #8a8a8a;
}

.pagermodel ul li.pager-act:last-child, .pagermodel ul li.pager-act:first-child {
    background: transparent;
}


@media screen and (max-width: 1170px) {
    .content {
        padding: 40px 0;
    }

    .title {
        padding-bottom: 30px;
    }

    .main-news .main-right .new-content {
        padding: 26px 30px 0;
    }
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 991px) {
    .main-news .main-right .new-content {
        padding: 10px 10px 0;
    }

    .main .new-time {
        padding-bottom: 0;
    }

    .main-news .main-right .new-des {
        -webkit-line-clamp: 2;
    }
}

@media screen and (max-width: 768px) {
    .main-news {
        background: #fff;
        margin-bottom: 40px;
    }

    .main-news .main-left, .main-news .main-right {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .main-news .main-right {
        background: #fafafa;
    }

    .main-news .main-right .new-content {
        padding: 20px;
    }

    .main-news .main-right .new-btn {
        margin-top: 20px;
    }

    .main-center {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .content {
        padding: 20px 0;
    }

    .main-news .main-right .new-content {
        padding: 10px;
    }

    .new-content p, .news-item .text p {
        margin-bottom: 5px;
    }

    .main .new-title {
        font-size: 14px;
    }

    .main-news .main-right .new-btn {
        margin-top: 10px;
    }

    .title {
        padding-bottom: 20px;
    }

    .main-news {
        margin-bottom: 30px;
    }

    .news-item {
        margin-bottom: 20px;
    }

    .news-item .text {
        padding: 10px 6px 0 6px;
    }
}
