@charset "utf-8";
/* CSS Document */

.wad_1 {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background: #fff;
    margin: 0 0.2rem;
}

.trend_bg {
    background: url(../img/trend_bg.png) no-repeat center;
    background-size: cover;
}

.news_bg {
    background: url(../img/new_bg.png) no-repeat center bottom;
}

.con_box {
    width: 100% !important;
    position: relative;
    margin: 0.7rem auto 0;
}

.con_box_2 {
    width: 100% !important;
    position: relative;
}

.index_news {
    position: relative;
    display: flex;
    flex-direction: column;
}

.index_news .col-2 {
    width: 6.71rem;
    position: relative;
    min-height: 7.2rem;
}

.index_news .index_news_item {
    z-index: 9;
    position: relative;
    height: auto;
}
.index_news .right{
    margin-top: 0.7rem;
}
/* .index_news .index_news_item.left {
    width: 7.4rem;
}

.index_news .index_news_item.right {
    width: 6.66rem;
} */

.trend_container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin-top: 0.65rem;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    flex-direction: column;
    align-items: center;
}

.trend_slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition: all .5s ease-in-out;
    border: 1px solid #dedede;
    background: #fff;
    overflow: hidden;
}



.trend_container .item {
    position: relative;
    display: block;
    height: 100%;
    transition: all .5s ease-in-out;
}


.trend_container .trend_slide .img_box {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.trend_container .etrend_slide .img_box .img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.trend_container .item .img_box .img img {
    width: 100%;
    /*height: 100%;*/
    transform: scale(1);
    transition: all .5s ease-in-out;
}

.trend_container .item:hover .img_box .img img {
    transform: scale(1.1);
}

.trend_container .trend_slide .item .title {
    font-size: 0.28rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .5s;
    text-align: left;
    padding: 0.15rem 0.15rem 0;
}

.trend_container .trend_slide:hover .item .title {
    color: #004077;
}

.trend_container .trend_slide .item .con_1 {
    font-size: 0.26rem;
    color: #6e6e6e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .5s;
    text-align: left;
    padding: 0.15rem 0.15rem 0;
}

.trend_container .trend_slide:hover .item .con_1 {
    text-decoration: underline;
}

.trend_container .trend_slide .item .date {
    font-size: 0.26rem;
    color: #6e6e6e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.15rem 0.15rem;
}

/* .trend_container .trend_slide:hover .item .date {
    color: #004077;
} */

.trend_container .item .date i {
    display: block;
    left: 0;
    top: 0;
    right: 0;
    height: 0.44rem;
    width: 0.44rem;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    margin-right: 5px;
}

.trend_container .item .date i img {
    width: 100%;
    display: block;
    opacity: 0.65;
}

.trend_slide:hover .item .date i {
    margin-right: -5px;
}

.news_wrap {
    width: 100%;
    margin-top: 0.45rem;
    height: auto;
    display: inline-block;
}

.news_slide {
    flex-shrink: 0;
    position: relative;
    transition-property: transform;
}

.news_wrap .item {
    position: relative;
    display: block;
    height: 100%;
}

.news_wrap .item .img_box {
    width: 100%;
    height: 100%;
    position: relative;
}


.news_wrap .item .img_box .img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .5s ease-in-out;
}

.news_wrap .item:hover .img_box .img img {
    transform: scale(1.05);
}

.news_wrap .item .title {
    width: 100%;
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .5s;
    color: #000;
    z-index: 1;
    bottom: 0;
    line-height: 0.6rem;
    padding: 0 0.15rem;
    font-weight: bold;
}

.news_wrap .item:hover .title {
    text-decoration: underline;
    color: #004077;
}

.news_wrap .ul {
    padding: 0.15rem;
    height: auto;
}

.news_wrap .ul li.title {
    width: 100%;
    display: flex;
    flex-direction: column;
    /*line-height: 0.29rem;*/
    padding: 0.13rem 0
}

.news_wrap .ul li.title a {
    width: 100%;
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .5s;
    color: #000;
    margin-bottom: 0.25rem;
}

.news_wrap .ul li.title a:hover {
    color: #004077;
    text-decoration: underline;
    transition: all 0.5s ease-in-out;
}

.news_wrap .ul li.title .date {
    font-size: 0.28rem;
    color: #6e6e6e;
}

.news_slide_2 {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform;
    background: #fff;
    margin-bottom: 0.2rem;
    border: 1px solid #dedede;
    transition: all 0.5s ease-in-out;
}

/* .news_wrap .news_slide_2.item_2.date:hover{
    border-bottom: 3px solid #e3a21c;
} */

.news_wrap .item_2 {
    width: 100%;
    position: relative;
    display: flex;
    box-sizing: border-box;
    padding: 0.15rem;
}

.news_wrap .item_2 .text_con_2 {
    display: flex;
    align-items: center;
    height: 0.77rem;
}

.news_wrap .item_2 .date {
    font-size: 0.26rem;
    color: #000;
}

.news_wrap .item_2 .date h3 {
    width: 100%;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    color: #083e89;
    display: flex;
}

.news_wrap .item_2 .date p {
    font-size: 0.18rem;
    color: #6e6e6e;
    display: flex;
    justify-content: center;
    width: 100%;
}
/*
.news_wrap .item_2:hover .text_con_2 {
    border-bottom: 1px solid #e3a21c;
}

.news_wrap .item_2:hover .text_con_2 .date {
    border-bottom: 3px solid #e3a21c;
}

.news_wrap .item_2:hover .text_con_2 .date h3 {
    color: #e3a21c;
}

.news_wrap .item_2:hover .text_con_2 .date p {
    color: #e3a21c;
}
*/
.news_wrap .item_2 .title {
    width: 6rem;
    font-size: 0.28rem;
    color: #003656;
    /*padding-left: 0.2rem;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .5s;
    height: auto;
    color: #000;
    padding-right: 0.15rem;
}


.item_title {
    font-size: 0.4rem;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 0.1rem;
}

.item_title .yw {
    font-size: 0.9rem;
    font-family: 'Arial';
    text-transform: uppercase;
    color: #004077;
    opacity: .08;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.item_title .zw {
    font-size: .4rem;
    color: #00356b;
    font-weight: bold;
    z-index: 5;
}


.item_title::after {
    content: "";
    position: absolute;
    border-bottom: 3px solid #e3a21c;
    width: 0.75rem;
    margin-top: 0.9rem;
}

.item_title .more_txt {
    position: absolute;
    right: 0;
    font-size: 0.24rem;
    display: flex;
    align-items: center;
    line-height: 1;
    transition: all .3s;
    color: #004077;
    padding: 0.15rem 0.25rem;
    border: 1px solid #e3a21c;
}

.item_title .more_txt:hover {
    text-decoration: underline;
    background: #f6f8fa;
    text-decoration: underline;

}

.title_2 {
    top: -1.2rem;
}

.index_bg {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0.55rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* .index_bg::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 5.12rem;
    top: -0.3rem;
    left: 0;
    z-index: -1;
} */
.events_container {
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 0.25rem;
}

.events_slide {
    flex-shrink: 0;
    width: 100%;
    background: url(../img/events_bg.png)no-repeat center top;
    background-size: cover;
    border: 1px solid #dedede;
    margin-bottom: 0.25rem;
}


.events_container .item {
    position: relative;
    display: block;
    padding: 0.3rem;
}


.events_container .events_slide .item .title {
    font-size: 0.3rem;
    color: #004077;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all .5s;
    text-align: left;
    line-height: 0.36rem;
}

.events_container .events_slide:hover{
    box-shadow: 0.1rem 0 0.1rem rgb(0 0 0 / 10%);
    z-index: 2;
}

.events_container .events_slide .item .date {
    font-family: 宋体;
    font-size: 0.40rem;
    font-weight: bold;
    color: #004077;
    width: 100%;
    text-align: left;
    margin-bottom: 0.25rem;
}
.events_container .events_slide .item .date span{
    font-size: 0.78rem;
}

.events_container .item .info{
    border-top: 1px  solid #c9d0d6;
    margin-top: 0.35rem; 
}
.events_container .item .info>div{
    margin-top: 0.3rem;
    line-height: 1.5;
    text-align: left;
    font-size: 0.28rem;
}
.sign_date {
    display: none;
}

.bottom_box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottom_left {
    width: 100%;
}

.bottom_right {
    width: 100%;
    margin-top: 0.7rem;
}

.index_notice {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 0.65rem;
}

.index_notice .index_notice_item {
    width: 100%;
    z-index: 10;
}

.notice_wrap {
    width: 100%;
}

.notice_wrap .notice_box {
    position: relative;
}

.notice_container_list {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.notice_slide_2 {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform;
    background: #fff;
    margin-bottom: 0.2rem;
    border: 1px solid #dedede;
}

.notice_wrap .item_2 {
    width: 100%;
    position: relative;
    display: flex;
    padding: 0.15rem;
    box-sizing: border-box;
}

.notice_wrap .item_2 .notice_con_2 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.notice_wrap .item_2 .date {
    overflow: hidden;
    width: 0.85rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*
.notice_wrap .item_2 .date h3::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 0.3rem;
    background-color: #c8c8c8;
    transform: rotate(90deg) translateX(-50%);
    -webkit-transform: rotate(90deg) translateX(-50%);
    -moz-transform: rotate(90deg) translateX(-50%);
    -ms-transform: rotate(90deg) translateX(-50%);
    -o-transform: rotate(90deg) translateX(-50%);
    left: 50%;
    bottom: -0.17rem;
}
*/
.notice_wrap .item_2 .date h3 {
    position: relative;
    font-size: 0.4rem;
    color: #083e89;
    font-weight: bold;
    padding-bottom: 4px;
}

.notice_wrap .item_2 .date p {
    font-size: 0.2rem;
    color: #083e89;
    font-weight: bold;
    /*padding-top: 4px;*/
}

.notice_wrap .item_2 .title {
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .5s;
    height: auto;
    color: #000;
    padding-left: 0.25rem;
    width: 5.8rem;
    line-height: 0.4rem;
}

.notice_wrap :hover.item_2 .title {
    color: #004077;
    text-decoration: underline;
    transition: all 0.5s ease-in-out;
}

.index_notice_dj {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 0.65rem;
}

.index_notice_dj .index_notice_item_dj {
    width: 100%;
    z-index: 10;
}

.notice_wrap_dj {
    width: 100%;
}

.notice_wrap_dj .notice_box {
    position: relative;
}

.notice_container_list_dj {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.notice_slide_2_dj {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform;
    background: #fff;
    margin-bottom: 0.2rem;
    border: 1px solid #dedede;
}

.notice_wrap_dj .item_2_dj {
    width: 100%;
    position: relative;
    display: flex;
    padding: 0.15rem;
    box-sizing: border-box;
}

.notice_wrap_dj .item_2_dj .notice_con_2_dj {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.notice_wrap_dj .item_2_dj .date {
    overflow: hidden;
    width: 0.85rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*
.notice_wrap_dj .item_2_dj .date::after {
    content: '';
    position: absolute;
    width: 0.85rem;
    height: 1.5rem;
    background: #c00000;
    top:0;
}

.notice_wrap_dj .item_2_dj .date h3::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 0.3rem;
    background-color: #fff;
    transform: rotate(90deg) translateX(-50%);
    -webkit-transform: rotate(90deg) translateX(-50%);
    -moz-transform: rotate(90deg) translateX(-50%);
    -ms-transform: rotate(90deg) translateX(-50%);
    -o-transform: rotate(90deg) translateX(-50%);
    left: 50%;
    bottom: -0.17rem;
}
*/
.notice_wrap_dj .item_2_dj .date h3 {
    position: relative;
    font-size: 0.40rem;
    color: #083e89;
    font-weight: bold;
    padding-bottom: 4px;
    z-index: 1;
}

.notice_wrap_dj .item_2_dj .date p {
    font-size: 0.2rem;
    color: #083e89;
    font-weight: bold;
    padding-top: 4px;
    z-index: 1;
}

.notice_wrap_dj .item_2_dj .title {
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .5s;
    height: auto;
    color: #000;
    padding-left: 0.5rem;
    width: 5.8rem;
    line-height: 0.4rem;
}

.notice_wrap_dj :hover.item_2_dj .title {
    color: #004077;
    text-decoration: underline;
    transition: all 0.5s ease-in-out;
}

.title_3 {
    top: -1.26rem;
    z-index: 9;
}

.index_bg_2 {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 1rem;
    background: url(../img/evente_bg2.png) center bottom no-repeat;
    background-size: cover;
    height: 3.3rem;
    margin-bottom: 1rem;
}

.btn_bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.focus_box {
    position: absolute;
    bottom: 0;
    z-index: 999;
}

.focus_box li {
    float: left;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    cursor: pointer;
    background: #e2e2e2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.btn_bottom .focus_box li.current {
    background-color: #f8b62c;
}

.btn_bottom .focus_box li a {
    display: block;
    width: 100%;
    height: 100%;

}