@charset "utf-8";
@import url("base.css");
@import url("common.css");
@import url("main.css");
@import url("sub.css");
@import url("aos.css");

/*
@import url("slick.css");
@import url("jquery.fullpage.css"); */

.news-box-info {
    margin-top:18px;
    text-align: center;
    width: 100%;
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.news-box-info div {
    padding: 15px;
    font-size: 13px;
}

.article-box {

}
.article-box .page {
    padding-bottom: 50px;
    margin-top: 50px;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 0px;
}

.article-box .page .prev {
    line-height: 30px;
    padding: 5px 5px;
}

.article-box .page .next {
    line-height: 30px;
    padding: 5px 5px;
}


.swiper-container .swiper-wrapper {
    -webkit-transition-timing-function: linear;    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}

.swiper-slide img {
    width: 100%;
    min-height: 450px;
}


#wycms_pages{
    margin-top: 20px;
    margin-bottom: 40px;
    height: 40px;
    padding: 10px 0px;
    font-size: 12px;
    color: #bbb;
    text-align: center;
}

#wycms_pages li.page-item {
    float: left;
    border: 1px #ccc solid;
    margin-right: 8px;
    padding:5px 5px;
}

#wycms_pages li.page-item-home, #wycms_pages li.page-item-prev, #wycms_pages li.page-item-next, #wycms_pages li.page-item-lastpage{
    float: left;
    border: 1px #ccc solid;
    margin-right: 8px;
    padding:5px 5px;
}

#wycms_pages a{
    text-decoration: none;
    padding: 0px 12px;
    font-size: 12px;
    color: #bbb;
}

#wycms_pages .page-more{
    float: left;
    padding:5px 10px;
    color: #bbb;
    border: 1px #ccc solid;
    margin-right: 8px;
}

#wycms_pages li.cur {
    background: #0daade;
}

#wycms_pages li.cur a {
    color:#fff;
}

#wycms_pages .page-more b {
    color: red;
}



.cate{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    width: 1200px;
    margin:0px auto;
    margin-top:13px;
    border-radius: 15px;
    /* padding: 20px; */
    /* box-shadow: 1px 2px 7px 3px #ccc; */
}

.cate .cate-list{
    padding: 8px;
    
    /* margin-left: 7px; */
}

.cate .cate-list a{
    padding: 8px;
    border-radius: 8px;
    /* margin-left: 8px; */
}
.actived{
    background: #47cdff;
    color:#fff !important;
}
.cate .cate-list a:hover{
    background: #47cdff;
    color:#fff
}

.news-list{
    height: 100px;
    margin-bottom: 35px;
}

.date{
    width: 80px;
    height: 80px;
    padding-top: 10px;
    background: #47cdff;
    float: left;
    text-align: center;
    color: #fff;
}
.date .month{
    font-size: 14px;
    padding-top: 10px;
}

.date .day{
    font-size: 25px;
}

.news-field{
    float: left;
    margin-left: 25px;
}

.news-field .news-desc{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    width: 1200px;
    font-size: 14px;
    margin-top:15px;
    color:#888;
}

.news-field .news-title{
    font-size: 16px;
    padding-top: 10px;
}


.tab_list li {
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #333;
    padding-left: 10px;
    box-sizing: border-box;
    padding: 10px;
}

#news-section {
    font-family: 'Montserrat', sans-serif;
    margin-top:50px;
    background-color:#fff
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

#news-section .container {
    display: flex; /* 启用 Flexbox */
    justify-content: center; /* 水平居中 */
    gap: 30px; /* 两栏之间的间距 */
    max-width: 1300px; /* 最大宽度，避免在大屏幕上过宽 */
    margin: 40px auto; /* 上下边距40px，水平自动（居中） */
    padding: 20px;
}

#news-section .section-title{
    width: 1300px;
    margin: auto;
    padding: 20px 0px;
}

#news-section .section-title h2 {
    color: #333;
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height
}


#news-section .container .news-column {
    flex: 1; /* 两栏平均分配剩余空间 */
    max-width: 600px; /* 每栏最大宽度 */
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
}

#news-section .news-column .title{
    height: 50px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0px;
    border-bottom: 1px solid #fff;
    color: #777;
}

#news-section .news-column .content{

}

#news-section .news-column .content .news-item{
    line-height: 30px;
    padding: 3px;
}

#news-section .news-column .content .news-item a{
    display: inline-block;
    height: 32px;
    white-space: nowrap;
    overflow: hidden;
    color: #34495e;
    text-decoration: none;
    flex-grow: 1; /* 链接占据大部分空间 */
    margin-right: 15px;
    font-size: 14px;
}

#news-section .news-column .content .news-item span{
    float: right;
    color: #888;
    font-size: 16px;
}


#link-section .container {
    text-align: left;
    max-width: 1300px; /* 最大宽度，避免在大屏幕上过宽 */
    margin: 20px auto; /* 上下边距40px，水平自动（居中） */
    padding: 20px;
}

#link-section .title {
    font-size: 18px;
    font-weight: 550;
}

#link-section .link-item{
    font-size: 16px;
    float: left;
}





