html,
body {
    font-family: '微软雅黑';
}

/* ------------------------banner------------------------- */

.news-banner {
    width: 100%;
}

.news-banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --------------------------navbar------------------------ */

.news-navbar {
    width: 100%;
    height: 70px;
    border-bottom: 2px solid #e3e3e3;
}

.news-navbar>ul {
    width: 64%;
    margin-left: 18%;
    height: 70px;
    overflow: hidden;
}

.news-navbar>ul>ul>li {
    float: left;
}

.news-navbar>ul>ul {
    margin-left: -18px;
}

.news-navbar>ul>ul>li p {
    width: 110px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    border-radius: 40px;
    margin-top: 17px;
    margin-left: 18px;
    cursor: pointer;
    color: #333333;
    background-color: #ffffff;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.news-navbar>ul>ul>li p:hover {
    color: #ffffff;
    background-color: #426dd7;
}

/* 触发效果 */

.navbar-active {
    color: #ffffff !important;
    background-color: #426dd7 !important;
}

/* ----------------------------container-news------------------------ */

.container-news {
    width: 100%;
    background-color: #f6f6f7;
    padding-bottom: 50px;
}

.news-title {
    width: 100%;
    height: 150px;
    text-align: center;
    padding-top: 20px;
}

.news-title>h4 {
    font-size: 34px;
    color: #222222;
    display: inline-block;
    margin-top: 60px;
}

.news-content-box {
    width: 100%;
    background-color: #f6f6f7;
}

.news-content-box>ul {
    width: 64%;
    margin-left: 18%;
    overflow: hidden;
}

.swiper-container-one {
    width: 100%;
    position: relative;
}

.news-list li {
    float: left;
    width: 50%;
    height: 330px;
    background-color: #ffffff;
    overflow: hidden;
}

.news-list li:nth-child(1) img {
    width: 100%;
    height: 100%;
	object-fit: cover;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.news-list li:nth-child(1) img:hover {
    transform: scale(1.1);
}

.news-list li:nth-child(2) h2 {
    font-size: 14px;
    color: #a3a3a3;
    margin-left: 5%;
    margin-top: 40px;
}

.news-list li:nth-child(2) h3 {
    font-size: 24px;
    padding-right: 20px;
    color: #2449a4;
    margin-left: 0%;
    margin-top: 10px;
}

.news-list li:nth-child(2) p {
    font-size: 14px;
    color: #777777;
    width: 90%;
    height: 110px;
    margin-left: 5%;
    margin-top: 20px;
    line-height: 24px;
    overflow: hidden;
}

.news-list li:nth-child(2) a {
    display: inline-block;
    font-size: 14px;
    color: #2449a4;
    margin-left: 5%;
}

.news-list li:nth-child(2) a:hover {
    color: #0f307f;
    font-weight: bold;
}

#swiper-pagination {
    left: -26%;
}

.swiper-pagination-bullet {
    background: #e2dede;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #007aff !important;
}

.news-matter {
    width: 100%;
    margin-top: 40px;
    border-top: 2px solid #e2e2e2;
    overflow: hidden;
}

.news-matter ul {
    margin-top: 10px;
    margin-left: -3%;
}

.news-matter ul li {
    float: left;
    width: 30.33%;
    height: 420px;
    background-color: #ffffff;
    margin-left: 3%;
    margin-top: 3%;
}

.matter-top {
    width: 100%;
    height: 208px;
    overflow: hidden;
}

.matter-top img {
    width: 100%;
    height: 100%;
	object-fit: cover;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.matter-top img:hover {
    transform: scale(1.1);
}

.matter-bottom {
    width: 100%;
    height: 200px;
}

.matter-bottom h2 {
    font-size: 18px;
    margin-left: 5%;
    width: 90%;
    display: inline-block;
    margin-top: 30px;
    height: 26px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.matter-bottom h2:hover{color:#2449a4;}

.matter-bottom p {
    font-size: 14px;
    width: 90%;
    margin-left: 5%;
    color: #777777;
    margin-top: 12px;
    height: 80px;
    overflow: hidden;
}

.matter-bottom h3 {
    font-size: 12px;
    color: #c8c8c8;
    margin-left: 5%;
}

/* ------------------------------bg-center----------------------------- */

.bg-center {
    width: 100%;
    height: 169px;
    text-align: center;
}

.bg-center h4 {
    font-size: 30px;
    color: #f5f5f5;
    display: inline-block;
    margin-top: 50px;
}

.bg-center p {
    font-size: 14px;
    width: 90%;
    margin-left: 5%;
    color: #ffffff;
    margin-top: 10px;
}

/* ----------------------------container-event------------------------ */

.container-event {
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 50px;
}

.event-title {
    width: 100%;
    height: 150px;
    text-align: center;
    padding-top: 20px;
}

.event-title>h4 {
    font-size: 34px;
    color: #222222;
    display: inline-block;
    margin-top: 60px;
}

.event-content-box {
    width: 100%;
    background-color: #ffffff;
}

.event-content-box>ul {
    width: 64%;
    margin-left: 18%;
    overflow: hidden;
}

.event-matter {
    width: 100%;
    height: 350px;
}

.event-matter>ul>li {
    float: left;
    width: 50%;
    height: 350px;
}

.event-matter>ul>li:nth-child(1) {
    position: relative;
    overflow: hidden;
}

.event-matter>ul>li:nth-child(1) img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.event-matter>ul>li:nth-child(1) img:hover {
    transform: scale(1.1);
}

.left-words {
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.left-words>h2 {
    color: #ffffff;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 8px;
    margin-left: 20px;
}

.left-words>p {
    color: #ffffff;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 6px;
    margin-left: 20px;
}

.words-datas {
    width: 70px;
    height: 70px;
    background-color: #0f307f;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

.words-datas h4 {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 10px;
}

.words-datas hr {
    width: 80%;
    margin-left: 10%;
    height: 1px;
    margin-top: 6px;
    background-color: #ffffff;
}

.words-datas h5 {
    font-size: 14px;
    color: #ffffff;
    margin-top: 6px;
}

.event-matter>ul>li:nth-child(2) {
    overflow: hidden;
}

.right-box {
    width: 100%;
}

.swiper-container-two {
    width: 100%;
    position: relative;
}

.box-news li {
    width: 90%;
    height: 74px;
    margin-left: 10%;
    position: relative;
}

.box-news li:nth-child(n+2) {
    margin-top: 26px;
}

.words-datas2 {
    width: 74px;
    height: 74px;
    border: 1px solid #e8e8e8;
    text-align: center;
    /* position: absolute;
    left: 0;
    top: 0; */
    float: left;
}

.words-datas2 h4 {
    font-size: 14px;
    color: #0f307f;
    font-weight: bold;
    margin-top: 10px;
}

.words-datas2 hr {
    width: 80%;
    margin-left: 10%;
    height: 1px;
    margin-top: 6px;
    background-color: #e1e1e1;
}

.words-datas2 h5 {
    font-size: 14px;
    color: #555555;
    margin-top: 6px;
}

.box-news li h3 {
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 80px;
    margin-top: 6px;
    width: 70%;
}
.box-news li h3:hover{
    color: #0f307f;
}

.box-news li h6 {
    font-size: 12px;
    color: #7b7b7b;
    margin-left: 80px;
    height: 46px;
    overflow: hidden;
    margin-top: 6px;
    line-height: 26px;
    width: 70%;
}
/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {
    .news-list li {
        height: 300px;
    }
    .matter-top {
        height: 200px;
    }
    .event-matter>ul>li {
        height: 330px;
    }
    .left-words>p {
        width: 80%;
    }
}

@media all and (max-width:1460px) {
    .news-list li {
        height: 280px;
    }
    .matter-top {
        height: 180px;
    }
    .news-list li:nth-child(2) p {
        height: 100px;
    }
    .news-matter ul li {
        height: 400px;
    }
    .event-matter>ul>li {
        height: 320px;
    }
        
}

@media all and (max-width:1380px) {
    .news-title>h4 {
        font-size: 28px;
    }
    .news-list li:nth-child(2) h2 {
        margin-top: 12px;
    }
    .news-list li:nth-child(2) h3 {
        font-size: 20px;
    }
    .matter-top {
        height: 160px;
    }
    .news-matter ul li {
        height: 380px;
    }   
    .matter-bottom h3 {
        margin-top: 10px;
    }
    .bg-center h4 {
        font-size: 26px;
    }
    .event-title>h4 {
        font-size: 28px;
    }
    .left-words>h2 {
        font-size: 14px;
        margin-left: 10px;
        margin-top: 12px;
    }
    .left-words>p {
        font-size: 12px;
        margin-left: 10px;
        width: 80%;
    }
}

@media all and (max-width:1300px) {
    .news-content-box>ul {
        width: 80%;
        margin-left: 10%;
        overflow: hidden;
    }
    .event-content-box>ul {
        width: 80%;
        margin-left: 10%;
        overflow: hidden;
    }
}

@media all and (max-width:1280px) {}

@media all and (max-width:1200px) {}


/* ------------------------手机端-------------------------- */

@media all and (max-width:900px) {
    .news-banner>img {
        width: 100%;
        height: 180px;
    }
    .news-navbar {
        height: auto;
    }
    .news-navbar>ul {
        width: 100%;
        margin-left: 0%;
        height: auto;
    }
    .news-navbar>ul>ul>li {
        float: left;
        width: 100%;
        height: 40px;
    }
    .news-navbar>ul>ul>li p {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        text-align: center;
        border-radius: 0px;
        margin-top: 0px;
        margin-left: 12px;
    }
    .news-title {
        height: 100px;
    }
    .news-title>h4 {
        font-size: 20px;
        margin-top: 52px;
    }
    .news-content-box>ul {
        width: 94%;
        margin-left: 3%;
    }
    .news-list li {
        width: 100%;
        height: 300px;
    }
    #swiper-pagination {
        left: 0%;
    }
    .news-list li:nth-child(1){
        height: 210px;
    }
    .news-list li:nth-child(2) h3 {
        font-size: 16px;
    }
    .news-matter ul li {
        float: left;
        width: 100%;
        height: 420px;
        background-color: #ffffff;
    }
    .matter-top {
        height: 220px;
    }
    .news-matter ul li:nth-child(n+2) {
        margin-left: 0%;
    }
    .bg-center h4 {
        font-size: 16px;
    }
    .container-news {
        padding-bottom: 30px;
    }
    .event-title>h4 {
        font-size: 20px;
        margin-top: 52px;
    }
    .event-title {
        height: 100px;
    }
    .event-content-box>ul {
        width: 94%;
        margin-left: 3%;
    }
    .event-matter>ul>li {
        float: left;
        width: 100%;
        height: 350px;
    }
    .box-news li {
        width: 100%;
        height: 74px;
        margin-left: 0%;
        position: relative;
        margin-top: 20px;
    }
    .event-matter>ul>li:nth-child(1) {
        height: 220px;
    }
    .left-words>h2 {
        font-size: 12px;
    }
    .left-words>p {
        width: 77%;
    }
    .container-event {
        padding-bottom: 20px;
    }

}

/* ---------------------改--------------------- */
.swiper-slide{
    margin-left: 2px;
}
.box-news{
    height: 320px;
}
#swiper-pagination2{
    margin-left: 36px;
}
.swiper-pagination-bullet {
    margin-left: 6px;
}
.line-time {
    width: 16%;
    height: 2px;
    background-color: #e1e1e1;
    position: absolute;
    margin-top: -18px;
    margin-left: 10%;
}

.line-time2 {
    width: 16%;
    height: 2px;
    background-color: #e1e1e1;
    position: absolute;
    margin-top: -18px;
    margin-left: 84%;
}
/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {
    #swiper-pagination2{
        margin-left: 30px;
    }
}

@media all and (max-width:1460px) {
    #swiper-pagination2{
        margin-left: 26px;
    }
}

@media all and (max-width:1380px) {
    .line-time {
        width: 12%;
    }
    
    .line-time2 {
        width: 12%;
        margin-left: 88%;
    }
}

@media all and (max-width:1300px) {}

@media all and (max-width:1280px) {}

@media all and (max-width:1200px) {}


/* ------------------------手机端-------------------------- */

@media all and (max-width:900px) {
    .line-time {
        height: 1px;
        margin-left: 0%;
    }
    #swiper-pagination2{
        margin-left: 0px;
    }
    
    .line-time2 {
        height: 1px;
    }
}



/* -----------------d-content------------------------ */
.d-content{
    width: 100%;
    height: 100px;
    margin-top: 30px;
    text-align: center
}
.d-content a{
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    color: #666666;
    line-height: 36px;
    background-color: #ffffff;
}
.d-content a:hover{
    background-color: #005dab;
    color: #ffffff;
}
.d-content-active{
    background-color: #005dab !important;
    color: #ffffff !important;
}
.d-content img{
    vertical-align: top;
    cursor: pointer;
}
.d-content img:hover{
  border: 1px solid #005dab;
}


<!--0.00016307830810547-->