.banner-title{
    font-size: 50px;
    font-weight: bold;
    color: #002448;
    line-height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 180px;
    margin-top: -90px;
}
.banner-title_en{
    color: #002448;
    opacity: 0.2;
    margin: 0;
    line-height: 60px; 
    font-weight: 500;
}
.banner-subTitle{
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #002448;
    max-width: 315px;
    text-align: center;
    margin-left: calc(50% - 157.5px);
}
/* menu */
.menu{
    position: absolute;
    bottom: -50px;
    width: 1200px;
    background: #fff;
    z-index: 5;
    left: 50%;
    margin-left: -600px;
    height: 100px;
    border-radius: 50px;
    display: flex;
    box-shadow: 0px 3px 10px #ccc;
    line-height: 100px;
}
.menu div{
    flex: 1;
    color: #333;
    font-size: 16px;
    cursor: pointer;
}
.menu div span.active{
    border-bottom: 4px solid #0C97A5;
    padding: 15px 0;
}
/* content */
.content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 50px;
}
.news-block1{
    display: flex;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 50px;
}
.news-block1 li{
    flex: 1;
    padding: 30px;
    border-right: 1px solid #eee;
    width: calc(33.333% - 61px);
}
.news-block1 li.active{
    box-shadow: 10px 5px 5px #eee;
}

.news-block1 li:last-child{
    margin-right: 0;
    border-right: 0px solid #eee;
}
.news-block1 img.cover{
    width: 100%;
}
.news-title{
    margin: 15px 0;
    font-size: 16px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newDetail-title{
    margin: 15px 0;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
.news-info{
    display: flex;
}
.news-time{
    flex: 1;
    /* text-align: center; */
    font-size: 16px;
}
.newDetail-time{
    flex: 1;
    text-align: center;
    font-size: 16px;
}
.news-content{
    margin: 50px 0;
    font-size: 16px;
}
.news-icon{
    width: 42px;
    cursor: pointer;
    height: 42px;
}
.news-icon img:first-child{
    display: block;
}
.news-icon img:last-child{
    display: none;
}
.news-icon img:first-child{
    display: block;
}
.news-icon img:last-child{
    display: none;
}
.news-block1 li.active .news-icon img:first-child{
    display: none;
}
.news-block1 li.active .news-icon img:last-child{
    display: block;
}
/* new-list,page */

.paging_box .img img {
    display: block;
    height: 100%;
    width: 100%;
}


.paging_box .img {
    overflow: hidden;
    width: 16%;
    height: 100%;
    margin-right: 20px;
}

.paging_list li {
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: solid #ccc 1px;
    overflow: hidden;
    cursor: pointer;
}

.paging_container {
    margin: 50px auto;
    border-top: solid #ccc 1px;
}

.paging_container h1 {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #262626;
}
.timeBox{
    font-size: 30px;
    width: 10%;
    display: flex;
    align-items: center;
    min-width: 180px;
}
.timeBox .line{
    width: 60px;
    height: 2px;
    background: #eee;
    margin-top: -50px;
    margin-left: 20px;
}
.paging_container .box {
    padding: 9px;
    flex: 1;
    width: 63%;
}

.paging_container .text {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #5e5e5e;
}

/* .paging_container .text:hover,
.time:hover,
h1:hover {
    color: red;
} */

.time {
    color: #7f7f7f;
}

.paging_btn {
    display: flex;
    justify-content: space-around;
}

.paging_btn span:hover {
    /* background-color: #b6b6b6; */
    
    background: linear-gradient(#11AFB0,#02538A);
    color: #fff;
}

.paging_btn span.paging_active {
    /* background-color: #b6b6b6; */
    background: linear-gradient(#11AFB0,#02538A);
    color: #fff;
}

.paging_btn span {
    width: 36px;
    height: 36px;
    color: #333;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    transition: .5s;
    border: 1px solid #ccc;
    margin-right: 10px;
}

.paging_btn span:nth-last-child{
    border:1px solid #ccc;
}
.paging_content {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.paging_first,
.paging_last,
.paging_up,
.paging_down {
    width: 60px;
    height: 36px;
    line-height: 36px;
    color: #333;
    border: 1px solid #ccc;
    cursor: pointer;
    text-align: center;
    margin-right: 10px;
}
.paging_last{
    border:1px solid #ccc;
    margin-right: 10px;
}
.paging_first:hover,
.paging_last:hover,
.paging_up:hover,
.paging_down:hover {
    background-color: #b6b6b6;
    color: #fff;
}
.paging_Btn p{
    color: red;
}
.paging_textBox{
    margin-right: 10px;
    color: #585858;
    font-size: 12px;
}
.paging_textBox input{
    margin: 0 2px;
    width: 50px;
    height: 38px;
    border:1px solid #ccc;
    outline: none;
    text-align: center;
}
.paging_textBox button{
    width: 50px;
    height: 38px;
    cursor: pointer;
    color: #333;
    border:1px solid #ccc;
    transition: .5s;
    margin-left: 10px;
    outline: none;
}
.paging_textBox button:hover{
    background: linear-gradient(#11AFB0,#02538A);
    color: #fff;
}
.paging_max{
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #8b8b8b;
}

/* 注意!! 这个两个样式是一些效果必备的! */
.paging_none{
    display: none !important;
}
.paging_btn_none_block{
    display: block !important;
}
/* newDetail */
.news-link{
    padding: 30px;
    border-top: 1px solid #ccc;
    font-size: 16px;
}
.news-prev{
    margin-bottom: 15px;
}
.news-link button{
    height: 36px;
    line-height: 36px;
    width: 100px;
    border-radius: 18px;
    border: 0;
    background: linear-gradient(#11AFB0,#02538A);
    position: absolute;
    bottom: 50px;
    right: 0;
    color: #fff;
    cursor: pointer;

}
.home-banner .swiper-slide .txt {
  height: 100%;
}