@charset "utf-8";
/* CSS Document */

.wad_1 {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background: #fff;
}


.con_box {
    width: 100% !important;
    max-width: 15.35rem;
    position: relative;
    margin: 0.7rem auto 0;
}

.con_box_2 {
    width: 100% !important;
    position: relative;
}

.index_news {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.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 .index_news_item.left {
    width: 8.65rem;
}

.index_news .index_news_item.right {
    width: 6.2rem;
}

.bottom_box {
    position: relative;
    display: flex;
    width: 15.35rem;
    justify-content: space-between;
}

.bottom_left {
    width: 10.04rem;
    display: flex;
    justify-content: space-between;
}

.bottom_right {
    width: 4.9rem;
}

.mt_box {
    width: 10.04rem;
}

.trend_container {
    width: 100%;
    display: flex;
    margin-top: 0.65rem;
    height: auto;
    justify-content: space-between;
}

.trend_slide {
    flex-shrink: 0;
    width: 3.26rem;
    height: 2.15rem;
    position: relative;
    transition-property: transform;
}



.trend_container .item {
    position: relative;
    display: block;
    height: 100%;
}


.trend_container .trend_slide .img_box {
    width: 3.26rem;
    height: 2.15rem;
    overflow: hidden;
}

.trend_container .trend_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 {
    position: absolute;
    width: 100%;
    font-size: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .5s;
    color: #fff;
    z-index: 1;
    bottom: -2px;
    line-height: 0.6rem;
    padding: 0 0.15rem;
    background: rgb(0 0 0 / 40%);
    text-align: center;
}

.trend_container .trend_slide:hover .item .title {
    color: #fff;
}



.trend_container .trend_slide:hover .item .title {
    text-decoration: underline;
}

.links_box {
    width: 4.9rem;
}

.link {
    position: relative;
    border: 1px solid #6d9bdb;
    width: 100%;
    height: 0.5rem;
    cursor: pointer;
    margin-top: 0.65rem;
}

.link .tit {
    position: relative;
    color: #333;
    font-size: .18rem;
    line-height: .5rem;
    padding-left: 0.2rem;
    background: #f3f8ff;
    height: 0.47rem;
    font-weight: bold;
}

.link .tit::before {
    content: '';
    position: absolute;
    right: 0.15rem;
    width: 0.1rem;
    height: 0.1rem;
    top: 0.15rem;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.link .sub {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0.47rem;
    background-color: #104793;
    line-height: 2;
    max-height: 3rem;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.2rem;
    display: none;
    z-index: 1;
}

.link:hover .sub {
    display: block;
}

.link .sub a {
    display: block;
    color: #FFF;
}

.link .sub a:hover {
    text-decoration: underline;
}

.news_wrap_1 {
    width: 100%;
    display: flex;
    height: auto;
    justify-content: space-between;
}

.news_wrap_2 {
    width: 100%;
    display: flex;
    margin-top: 0.45rem;
    height: 4.53rem;
    flex-direction: column;
}

.news_slide {
    flex-shrink: 0;
    width: 8.65rem;
    height: 5.18rem;
    position: relative;
    transition-property: transform;
}

.news_wrap_1 .item {
    position: relative;
    display: block;
    height: 100%;
}

.news_wrap_1 .item .img_box {
    width: 8.65rem;
    height: 5.18rem;
    position: relative;
}

.news_wrap_1 .item .img_box .img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.news_wrap_1 .item .img_box .img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .5s ease-in-out;
}
/*
.news_wrap_1 .item:hover .img_box .img img {
    transform: scale(1.05);
}
*/
.news_wrap_1 .item .title {
    position: absolute;
    width: 100%;
    font-size: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .5s;
    color: #fff;
    z-index: 1;
    bottom: -2px;
    line-height: 0.6rem;
    padding: 0 0.15rem;
    background: rgb(0 0 0 / 40%);
}
/*
.news_wrap_1 .item:hover .title {
    text-decoration: underline;
    color: #fff;
}
*/
.news_wrap_1 .ul {
    width: 4.88rem;
}

.news_wrap_1 .ul li.title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 0.24rem;
    padding: 0.11rem 0
}

.news_wrap_1 .ul li.title a {
    max-width: 80%;
    font-size: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .5s;
    height: auto;
    color: #000;
    background: url(../img/titile_img.png) no-repeat left center;
    padding-left: 22px;
}

.news_wrap_1 .ul li.title a:hover {
    color: #104793;
    text-decoration: underline;
}

.news_wrap_1 .ul li.title .date {
    font-size: 0.14rem;
    color: #a9a9a9;
}


.news_slide_2 {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform;
    height: 0.8rem;
}

/* .news_wrap .news_slide_2.item_2.date:hover{
    border-bottom: 3px solid #e3a21c;
} */

.news_wrap_2 .item_2 {
    width: 100%;
    position: relative;
    display: flex;
    box-sizing: border-box;
    background: #edf4fa;
}

.news_wrap_2 .item_2:hover {
    background: #1077c9;
}

.news_wrap_2 .item_2 .text_con_2 {
    display: flex;
    flex-direction: column;
    padding: 0.12rem 0.25rem;
}

.news_wrap_2 .item_2 .date {
    position: relative;
    display: flex;
    margin-top: 0.1rem;
    color: #a9a9a9;
}

.news_wrap_2 .item_2:hover .date {
    color: #fff;
}

.news_wrap_2 .item_2 .title {
    width: 100%;
    font-size: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    color: #000;
    line-height: 0.24rem;
    height: 0.48rem;
    display: flex;
    align-items: center;
}

.news_wrap_2 .item_2:hover .title {
    color: #fff;
}

.item_title {
    font-size: 0.2rem;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
}

.item_title .yw {
    font-size: 0.55rem;
    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: .20rem;
    color: #000;
    font-weight: bold;
    z-index: 5;
}


.item_title::after {
    content: "";
    position: absolute;
    border-bottom: 3px solid #104793;
    width: 0.75rem;
    margin-top: 0.8rem;
}

.yellow_b:after {
    content: "";
    position: absolute;
    border-bottom: 3px solid #104792;
    width: 0.75rem;
    margin-top: 0.6rem;
}

.item_title .more_txt {
    position: absolute;
    right: 0;
    font-size: 0.15rem;
    display: flex;
    align-items: center;
    line-height: 1;
    transition: all .3s;
    color: #5b5b5b;
}

.item_title .more_txt:hover {
    text-decoration: underline;
    background: #f6f8fa;
    text-decoration: underline;

}

.title_2 {
    top: -1.2rem;
}



.middle_box {
    position: relative;
    display: flex;
    width: 15.35rem;
    justify-content: space-between;
}

.middle_left {
    width: 10.04rem;
    display: flex;
    justify-content: space-between;
}

.middle_left .zj_box {
    width: 4.88rem;
}

.middle_left .dj_box {
    width: 4.88rem;
}

.middle_right {
    width: 4.9rem;
}

.middle_right .zt_box {
    width: 100%;
    display: flex;
    margin-top: 0.8rem;
    height: 3.4rem;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.middle_right .zt_box div {
    position: relative;
    height: 0.74rem;
}

.middle_right .zt_box img {
    width: 2.36rem;
    height: 0.74rem;
    display: block;
}

.middle_right .zt_box div p {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    color: #fff;
    font-size: 0.20rem;
    font-weight: bold;

}
.middle_right .zt_box div:hover{
   opacity: 0.85;
}
.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;
}






.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%;
}

.nav5 {
    width: 8.65rem;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    z-index: 100;
    height: 25px;
    line-height: 25px;
    top: 4.2rem;
    bottom: 0;
}

#nav5 a {
    /*background: url(../img/slide_out_btn2.png) no-repeat;*/
    display: inline-block;
    width: 12px;
    height: 12px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0);
    font-size: 0px;
    margin: 0px 5px;
}

#nav5 a.activeSlide {
    /*background: url(../img/slide_on_btn1.png) no-repeat;*/
    display: inline-block;
    color: rgba(255, 255, 255, 0)
}

#top_banner {
    position: relative;
    height: 323px;
}

#nav5 a:focus {
    outline: none;
}

#s5 {
    height: 5.18rem;
    overflow: hidden;
    position: relative;
}

#s5 div {
    height: 5.18rem !important;
    width: 100% !important;
}

#s5 img {
    width: 100%;
    height: 100%;
}
#s5 .title{
    left: 0;
    position: absolute;
    width: 100%;
    font-size: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .5s;
    color: #fff;
    z-index: 1;
    bottom: -2px;
    line-height: 0.6rem;
    padding: 0 0.15rem;
    background: rgb(0 0 0 / 40%);
}