/*
* 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;
    min-height: 416px;
}

.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;
}

.post-11{
    width: 645px;
}
.post-11 .news_list{
    padding-bottom: 0;
}
.post-11 .news_list li.news{}
.post-11 .news_list li.news .news_imgs{
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 462px;
    position: relative;
}
.post-11 .news_list li.news .news_imgs:after{content:'';display:block;width: 100%;height: 50px;background: rgb(0 0 0 / 40%);position: absolute;bottom: 0;left: 0;right: 0;pointer-events: none;}
.post-11 .news_list li.news .news_imgs img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit:cover;
}
.post-11 .news_list li.news .news_title{
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 150px;
    z-index: 99;
    line-height: 50px;
    font-size: 18px;
}
.post-11 .news_list li.news .news_title a{
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
}
.post-11 .slick-dots {position: absolute;right: 20px;bottom: 20px;width: auto;}
.post-11.slick-dots li{text-align: center;margin:0 9.5px;float:left;transition: all 0.4s ease-in-out;height: 0.24rem;width: 0.24rem;background: rgb(255 255 255 / 50%);}
.post-11 .slick-dots button {margin: 0 auto;display:block;height: 100%;width: 100%;border: 0;background: transparent;color: #fff;font-size: 0px;line-height: 0.24rem;border-radius: 50%;padding: 0;}
.post-11 .slick-dots li.slick-active {background: #fff;}
.post-11 .slick-dots li.slick-active button{background: transparent;}

.p-l-20 .more{
    position: absolute;
    top: -34px;
    right: 0;
}
.p-l-20 .more a{
    color: #999;
}