/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


/*
   top
*/

.carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 400px;
}

.carousel .swiper{
    width: 100%;
    height: 100%;
}
.carousel .swiper-slide img{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.carousel .swiper-slide-text{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:  rgba(0,0,0,0.5) ;
    padding: 20px;
    color: var(--white-color);
}

.carousel .swiper .swiper-pagination{
    text-align: right;
    padding-right: 20px;
}
.carousel .swiper .swiper-pagination-bullet{
    background-color: var(--grey-color-3);
}


/*
 通知
*/
.notify-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: solid 1px var(--grey-color-1);
}
.notify-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.notify-header li {
    color: var(--main-color);
    font-size: 22px;
    padding: 10px;
    position: relative;

}
.notify-header li.active:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    border-bottom: solid 2px var(--main-color);
}
.notify-header a {
    color: #999;
}

.notify-content {
    position: relative;
}

.notify-content > div:not(:first-child){
    display: none;
}

.notify-content li:not(:first-child) {
    border-top: solid 1px var(--grey-color-1);
}

.notify-content li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.notify-content li a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    font-size: 16px;
    padding: 26px 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.notify-content .t-date {
    display: block;
    padding: 10px 0;

}

.notify-content.t-default .t-date {
    color: var(--grey-color-1);
}


.notify-content.t-default li:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;

}

.notify-content.t-default li:first-child a {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    max-width: 100%;
    width: 100%;

}

.notify-content.t-default li:first-child .t-date {
    text-align: right;
    width: 100%;
    font-weight: bold;
    color: var(--black-color);
}

.notify-content.t-big-date li {
    flex-flow:row;
    justify-content:flex-start;
    margin: 16px 0;
    gap: 10px;
    border: none;
}
.notify-content.t-big-date li .news_metar{
    border:1px solid #2459b5;
    text-align:center;
    color:#2459b5;
    padding:5px;
    margin-right:15px;
}
.notify-content.t-big-date li .news_days{
    font-size:24px;
}

.notify-content.t-big-date .t-date {
    border: 1px solid var(--main-color);
    padding: 10px;
    color: var(--main-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}


.notify-content.t-big-date .t-date h3 {
    font-size: 28px;
    margin: 0;
}

.notify-content.t-big-date .t-date div {

}


/**
 图片链接
 */
.image-link {

}

/**
  报告列表
 */
.notify-group {
    margin: 0 -14px;
}

.notify-group > div {
    padding: 0 14px;
}

/*
    友情链接
*/

.friendly-links {
    background-color: var(--grey-color-1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: start;
    gap: 20px;
    padding: 20px;
    font-size: 16px;
}

.friendly-links div {
    color: var(--main-color);
}

.friendly-links ul {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.friendly-links li:first-child {
    color: var(--main-color);
}

#nav .inner{width:1330px;margin:0 auto;}
#wp_nav_w2 .wp_nav .nav-item a{padding:17px 0 !important;}
#wp_nav_w2 .wp_nav .nav-item a span.item-name{padding:0 29px !important;position:relative;border-right:1px solid #00000080;}
#wp_nav_w2 .wp_nav .nav-item:last-child a span.item-name{border:none;}

.list-ul li span.news_title{position:static;}

#wp_paging_w6 .wp_paging {
    font-size: 12px;
    line-height: 34px;
    padding: 4px 0 72px;
    text-align: right;
}

#wp_paging_w6 .wp_paging li {
    margin: 0;
    line-height: 20px;
    height: 20px;
    float: none;
    display: inline-block;
}

#wp_paging_w6 .wp_paging li.pages_count {
    display: none;
}

.wp_paging li span,
.wp_paging li a {
    display: inline-block;
    float: left;
    margin-left: 10px;
}

#wp_paging_w6 .wp_paging li a {
    height: 20px;
    line-height: 20px;
    padding: 0 9px;
    border: 1px solid #9E9E9E;
    color: #000;
width:auto;
}

.wp_paging li input {
    border: 1px solid #d5d5d5;
    background: #fff;
    text-align: center;
}

#wp_paging_w6 .wp_paging li a:hover {
    background: #0a7af9;
    color: #fff;
}

#wp_paging_w6 .wp_paging li input {
    font-size: 12px;
    width: 40px;
    height: 20px;
    margin: 0;
    line-height: 34px;
    border: 1px solid #9E9E9E;
    background: transparent;
}

#wp_paging_w6 .wp_paging li span:last-child {
    margin: 0;
}

#wp_paging_w6 .wp_paging li em {
    font-weight: 400;
}

.wp_paging li span.pages {
    padding: 0 10px;
}

#wp_paging_w6 .wp_paging li span.all_count {
    margin: 0 15px;
}

button#print {
    display: none;
}