
/**banner图**/
.intro-banner{
    width: 100%;
}
.intro-img img{
    width: 100%;
}
/**新闻内容**/
.news-list{
    width: 100%;    
    background-color: #F1FBFF;  
    padding-top: 5%;
}
.new-wrap{
    width: 75%;
    margin: 0 auto;
   overflow: hidden;
}
/**左侧列表**/
.new-wrap>.list-l{
    width: 56%;
    float: left;
}
.label-time{
    width: 100%;
    padding-bottom: 5%;
}
.label-time>.lab{
    width: 10%;
    background-color: #0077ff;
    font-size: 14px;
    color: #fff;
    line-height: 2;
    float: left;
    text-align: center;
}
.label-time>.tim{
    font-size: 14px;
    color: #1D2233;
    float: left;
    line-height: 2;
    margin-left: 2%;  
}
/* 新闻图片样式 */
.new-img{
    width: 100%;
    height: 44rem;
    /* position: relative; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.new-img a{
    width: 100%;
}
.headlines{
    margin-top: 2%;
    text-align: left;
}
.headlines a{
    font-size: 28px;
    font-weight: 600;
    color: #1D2233;
}
.headlines p{
    font-size: 18px;
    color: #1D2233;
    line-height: 1.6;
    margin-top: 1%;
    margin-bottom: 8%;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.new-img img{
    /* width: 100%;
    top: 50%;
    margin-top: -25%;
    position: absolute;
    left: 0; */
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .new-img img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

/**右侧列表**/
.new-wrap>.list-r{
    width: 30%;
    float: right;
    text-align: left;
}
.activity{
    height: 40px;  
}
.activity>.notice{
    background-color: #0077ff;
    font-size: 14px;
    padding: 0 3%;
    color: #fff;
    line-height: 2;
    float: left;
    text-align: center;
}
.activity>.act{
    background-color: #3ACCAF;
    font-size: 14px;
    padding: 0 3%;
    color: #fff;
    line-height: 2;
    float: left;
    text-align: center;
}
.activity>.tm{
    font-size: 14px;
    color: #1D2233;
    float: left;
    line-height: 2;
    margin-left: 5%;  
}
.activity-img{
    width: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.activity-img img{
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
  }
  .activity-img img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
.activity-title{
    text-align: left;
    margin-top: 5%;
}
.activity-title a{
    font-size: 20px;
    font-weight: 500;
    color: #1D2233;
}
.activity-title p{
    font-size: 16px;
    color: #60636F;
    line-height: 1.6;
    margin-top: 2%;
    width: 100%;
    /*设置超出内容显示...*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/* 右侧分割线 */
.link-bottom{
    width: 350px;
    height: 1px;
    border-top: 1px solid #d7d8dd;
    margin: 10% 0;
}
/*新闻内容翻页*/
.page-number{
    float: right;
    margin: 5% 0 15% 0;
}
.page-number ul{
    height:100%;
    list-style-type:none;
}
.page-number ul li{
    float:left;
}
.page_btn{
    border:1px solid #e8e9ee;
    background:#e8e9ee;
    margin-left: 20px;
    text-align:center;
    width: 38px;
    height: 38px;
    outline:0;
}
.page_btn:hover{
    border:1px solid #0077ff;
    color:#0077ff;
}
span.pages_span{
    margin-left:20px;
    width:38px;
    height:38px;
    position:relative;
}
.page_li .current{
    border:1px solid #00a0e9;
    background: #0077ff;
    color:#fff;
}

/* 屏幕分辨率适配1600px，83% */
@media screen and (max-width: 1600px) {
    /* 左侧列表 */
    .label-time>.lab{
        width: 12%;
    }
    .label-time{
        padding-bottom: 6%;
    }
    .new-img{
        height: 36.5rem;
    }
    .headlines a{
        font-size: 27px;
    }
    .headlines p{
        font-size: 16px;
    }
    /* 翻页控件 */
    .page_btn{
        width: 32px;
        height: 32px;
        margin-left: 17px;
    }
    /* 右侧列表 */
    .activity-title a{
        font-size: 17px;
    }
    .activity-title p{
        font-size: 15px;
    }
}

/* 屏幕分辨率适配1440px，75% */
@media screen and (max-width: 1440px) {
    /* 左侧列表 */
    .label-time{
        padding-bottom: 7%;
    }
    .new-img{
        height: 33rem;
    }
    .headlines a{
        font-size: 24px;
    }
    .headlines p{
        font-size: 15px;
    }
    /* 翻页控件 */
    .page_btn{
        width: 28.5px;
        height: 28.5px;
        margin-left: 15px;
    }
    /* 右侧列表 */
    .activity>.notice{
        font-size: 14px;
    }
    .activity>.act{
        font-size: 13px;
    }
    .activity-title a{
        font-size: 16px;
    }
    .activity-title p{
        font-size: 14px;
    }
}

/* 屏幕分辨率适配1366px，71% */
@media screen and (max-width: 1366px) {
    /* 左侧列表 */
    .label-time>.lab{
        font-size: 13px;
    }
    .new-img{
        height: 31rem;
    }
    .headlines a{
        font-size: 22px;
    }
}

/* 屏幕分辨率适配1280px，66.6% */
@media screen and (max-width: 1280px) {
    /* 左侧列表 */
    .label-time>.lab{
        width: 14%;
    }
    .label-time{
        padding-bottom: 7%;
    }
    .label-time>.lab{
        font-size: 12px;
    }
    .label-time>.tim{
        font-size: 12px;
    }
    .new-img{
        height: 29rem;
    }
    .headlines a{
        font-size: 21px;
    }
    .headlines p{
        font-size: 14px;
    }
    /* 翻页控件 */
    .page_btn{
        width: 25px;
        height: 25px;
        margin-left: 12px;
    }
    /* 右侧列表 */
    .activity>.notice{
        font-size: 12px;
    }
    .activity>.tm{
        font-size: 12px;
    }
    .activity>.act{
        font-size: 12px;
    }
    .activity-title a{
        font-size: 14px;
    }
    .activity-title p{
        font-size: 12px;
    }
}

/* 屏幕分辨率适配1024px，53.3% */
@media screen and (max-width: 1024px) {
    /* 左侧列表 */
    .label-time{
        padding-bottom: 7%;
    }
    .label-time>.lab{
        font-size: 12px;
    }
    .label-time>.tim{
        font-size: 12px;
    }
    .new-img{
        height: 24rem;
    }
    .headlines a{
        font-size: 17px;
    }
    .headlines p{
        font-size: 14px;
    }
    /* 翻页控件 */
    .page_btn{
        margin-left: 10px;
    }
    /* 右侧列表 */
    .activity{
        height: 32px;
    }

}