﻿@charset "utf-8";

/* 框架 */
body { background: #fff; }
#content { width: auto; margin: 0; padding: 0; z-index: 1; }
.rowGroup { padding-top: 45px; padding-bottom: 70px; }

/* 图片切换 */
.slideBox,
.slideBox .bd .pic img { width: 100%; height: auto; }

/* 盒子 */
.box-default .hd { display: flex; justify-content: center; position: relative; line-height: 100px; margin-bottom: 40px; }
.box-default .hd h3 { font-weight: bold; min-width: 112px; font-size: 40px; position: relative; text-align: center;}
.box-default .hd h3::before { display: block; content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: url(../../base/img/title-bar.png) no-repeat; width: 112px; height: 100px; }
.box-default .hd h3 a { position: relative; z-index: 1; color: #2593B6; }
.box-default .hd h3 a:hover { color: #333;}
.box-default .hd .more { position: absolute; right: 5px; color: #666; transition: 0.3s; top: 50%; transform: translateY(-50%); font-size: 14px; display: flex; align-items: center; gap: 5px; }
.box-default .hd .more::after { content: ""; background: url(../../base/img/icon-more.png) no-repeat; width: 24px; height: 12px;}
.box-default .hd .more:hover { right: 0; color: #2593B6; }
.box-default .fd ul { display: flex; gap: 10px; justify-content: center; padding-top: 30px; padding-bottom: 20px;}
.box-default .fd li { width: 14px; height: 14px; background-color: #ccc; border-radius: 100%; font-size: 0;  cursor: pointer;}
.box-default .fd li.on { background-color: #019BA7;}


/* 轮播大图 */
#banner { position: relative; }
#banner .bd { height: 100%; }
#banner .bd li { position: relative; display: block; text-align: center; overflow: hidden; animation: bgScale 5s ease; }
#banner .bd .pic img { width: 100%; height: auto; }
#banner .bd .pic:hover img { transform: scale(1.0) !important;  }
#banner .bd .con { display: none; }
#banner .hd { position: absolute; z-index: 1; left: 0; bottom: 50px; width: 100%; text-align: center; font-size: 0; line-height: 1; }
#banner .hd ul { max-width: 1400px; margin: 0 auto; justify-content: flex-end; gap: 15px; display: flex; align-items: center; }
#banner .hd li { width: 15px; height: 15px; background: #fff; border-radius: 500px; cursor: pointer; }
#banner .hd li span { display: none; }
#banner .hd li.on { width: 30px; height: 30px; background: url(../../base/img/li-dot.png) no-repeat center; border-radius: 0; }

#banner .prev,
#banner .next { display: block; position: absolute; top: 50%; transform: translateY(-50%);  transition: 0.4s; background-color: rgba(255,255,255,.3); width: 50px; height: 50px; text-align: center; line-height: 50px;}
#banner .prev::before,
#banner .next::before { content: "\E68C"; font-size: 26px; font-family: iconfont; color: #085E74; }
#banner .next::before { content: "\E68D"; }
#banner .prev { left: 20px;}
#banner .next { right: 20px;}

#banner .prev,
#banner .next  { background-color: rgba(255,255,255,0.5);}

.index_nav { background: url(../../base/img/arrow-big.png) no-repeat center; width: 322px; height: 132px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); display: flex; justify-content: center; }
.index_nav a { display: flex; height: 42px; padding-top: 90px; align-items: center; animation: arrow 3s ease infinite; }
.index_nav a::before { content: ""; display: block; background: url(../../base/img/arrow-s.png) no-repeat; width: 22px; height: 21px;  }
@keyframes arrow {
    50% {
        transform: translateY(-10px);
    }
}

/* row-menu ------------------------------ */
.row-menu { background: linear-gradient(180deg, #FFF9F5 0%, #FDF2EB 100%); min-width: 1400px; margin: 0 auto; position: relative; z-index: 2; }
.box-menu { display: flex; }
.box-menu li { flex: auto; min-width: 0; font-size: 22px; position: relative; text-align: center; overflow: hidden; }
.box-menu li::after { width: 1px; height: 35px; display: block; content: ""; background-color: #DFD0C6; position: absolute; right: -1px; top: 50%; transform: translateY(-50%); }
.box-menu li:last-child::after { display: none; }
.box-menu li a { line-height: 100px; display: block; transition: 0.4s; }
.box-menu li:hover a {  color: #fff; transform: translateY(-100%); }
.box-menu li a:before { position: absolute; top: 100%; left: 0; width: 100%; content: attr(title); color: #fff; background: linear-gradient(0deg, #085E74, #085E74), linear-gradient(110.84deg, #0F8A99 5.9%, #085E74 97.37%); }


/* bg01 --------------------------------- */

.box-news { margin-bottom: 50px; }

/* pic-date-list */
.pic-date-list { display: flex; justify-content: space-between; }
.pic-date-list li { min-width: 0; width: 415px; position: relative; }
.pic-date-list li::before { background-color: #fff; position: absolute; bottom: 10px; left: 10px; right: 10px; content: ""; height: 155px;  display: block; border-radius: 5px; box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.5);}
.pic-date-list .pic,
.pic-date-list .con { position: relative; z-index: 1; }
.pic-date-list .pic { margin-left: 45px; border-radius: 5px; overflow: hidden; }
.pic-date-list .pic,
.pic-date-list .pic img { width: 350px; height: 220px; background-color: #f5f5f5; }
.pic-date-list .con { padding: 15px 30px 50px; position: relative; }
.pic-date-list .con::after { display: block; transition: 0.4s; content: "\E679"; font-size: 30px; color: #085E74; font-family: iconfont; position: absolute; right: 30px; line-height: 1; bottom: 20px; }
.pic-date-list .title { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.pic-date-list .title .date { flex-shrink: 0; width: 65px; height: 65px; display: flex; flex-direction: column; justify-content: center; font-size: 14px; color: #666; }
.pic-date-list .title .date em { font-size: 24px; font-weight: bold; color: #085E74; }
.pic-date-list .title a { font-size: 18px; min-width: 0; flex: 1; line-height: 30px; font-weight: bold; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.pic-date-list .title a::after { inset: 0; position: absolute; bottom: 0; left: 0; display: block; content: ""; }
.pic-date-list .con:hover::after { transform: translateX(5px); }

/* box-notice */
.box-notice { margin-bottom: 50px; }
.box-notice .hd { margin-bottom: 20px; }
.box-notice .bd { box-shadow: 0px 0px 10px rgba(145, 145, 145, 0.2); border-radius: 10px; background-color: #fff; }

/* date-list */
.date-list { display: flex; justify-content: space-between; gap: 60px; padding: 40px; }
.date-list li { min-width: 0; width: 25%; position: relative; }
.date-list li::after { display: block; content: ""; width: 1px; height: 110px; background-color: #EAEAEA; position: absolute; right: -30px; top: 50%; transform: translateY(-50%); }
.date-list li:last-child::after { display: none; }
.date-list .title { display: flex; flex-direction: column; gap: 15px; }
.date-list .tit { font-size: 18px; height: 60px; line-height: 30px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.date-list .date { font-size: 14px; color: #666; display: flex; align-items: center; gap: 5px; line-height: 1.1;}
.date-list .date::before { content: "\E680"; font-family: "iconfont"; font-size: 24px; color: #1a808f; }
.date-list .dd { font-weight: bold; color: #085E74; font-size: 24px; }


/* box-tab */
.box-tab { min-height: 615px; }
.box-tab .hd { display: flex; justify-content: flex-start; position: relative; line-height: 100px; margin-bottom: 40px; }
.box-tab .hd ul { display: flex; align-items: center; gap: 60px; }
.box-tab .hd li { font-weight: bold; font-size: 40px; position: relative; text-align: center;}
.box-tab .hd li a { position: relative; z-index: 1; color: #2593B6; }
/* .box-tab .hd .on a { color: #333; } */
.box-tab .hd li.on::before { display: block; content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: url(../../base/img/title-bar.png) no-repeat; width: 112px; height: 100px; }
.box-tab .hd .more { position: absolute; right: 5px; color: #666; transition: 0.3s; top: 50%; transform: translateY(-50%); font-size: 14px; display: flex; align-items: center; gap: 5px; }
.box-tab .hd .more::after { content: ""; background: url(../../base/img/icon-more.png) no-repeat; width: 24px; height: 12px;}
.box-tab .hd .more:hover { right: 0; color: #2593B6; }

.box-tab .in { display: flex; gap: 40px; }
.box-tab .pic-list { flex-shrink: 0; width: 700px; height: 440px; position: relative; padding-left: 30px; padding-bottom: 30px; }
.box-tab .pic-list::before { display: block; content: ""; position: absolute; left: 0; bottom: 0; width: 690px; height: 440px; background: linear-gradient(0deg, #085E74, #085E74), linear-gradient(95.52deg, #2593B6 14.2%, #2B9FB6 43.26%, #0F8A99 91.26%); border-radius: 5px; }
.box-tab .pic-list li { position: relative; z-index: 1; }
.box-tab .pic-list .pic,
.box-tab .pic-list .pic img { width: 700px; height: 440px; background-color: #f5f5f5;}
.box-tab .pic-list .title { position: absolute; bottom: 0; width: 100%; left: 0; line-height: 60px; height: 60px; background-color: rgba(0, 0, 0, 0.5); color: #fff; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.box-tab .pic-list .title a { color: inherit; }

/* date-info-list */
.date-info-list { display: flex; gap: 8px; flex-direction: column; flex: 1; min-width: 0; }
.date-info-list li { position: relative; height: 40px; line-height: 40px; transition: 0.4s; border-radius: 5px; padding: 16px 20px 16px 0; background-color: rgba(237, 243, 244, 0.35); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.date-info-list .date { height: 40px; margin-right: 20px; text-align: center; color: #fff; display: inline-block; width: 130px; background: linear-gradient(90deg, rgba(34, 144, 172, 0.7) 0%, rgba(26, 156, 205, 0.7) 100%); border-radius: 0px 30px 30px 0px;}
.date-info-list li:hover { background: linear-gradient(0deg, #085E74, #085E74), linear-gradient(99.89deg, #0F8A99 1.13%, #2593B6 65.33%, #085E74 99.41%); color: #fff; transform: translateX(5px); }
.date-info-list li:hover a { color: inherit; }
.date-info-list li:hover .date { background: linear-gradient(95.49deg, #FFD174 0%, #FF7936 72.22%); }
.date-info-list li a::after { display: block; content: ""; inset: 0; position: absolute; top: 0; left: 0; }

/* bg02 --------------------------------- */
.bg02 { background: url(../../base/img/bg-03.png) no-repeat center top; background-size: 100% 100%; padding-top: 110px; padding-bottom: 110px;}
.bg02 .container { display: flex; justify-content: space-between; }

/* box-party ----- */
.box-party { width: 650px; flex-shrink: 0; display: flex; gap: 18px; }
.box-party .hd { width: 112px; flex-shrink: 0; display: flex; padding-bottom: 30px; flex-direction: column; justify-content: space-between; }
.box-party .hd h3 { font-weight: bold; padding: 35px 30px 0; line-height: 1.1; font-size: 40px; position: relative; text-align: center; }
.box-party .hd h3::before { display: block; content: ""; position: absolute; left: 0; top: 0; background: url(../../base/img/title-bar.png) no-repeat; width: 112px; height: 100px; }
.box-party .hd h3 a { position: relative; z-index: 1; color: #2593B6; }
.box-party .hd h3 a:hover { color: #333;}
.box-party .hd .more { font-size: 14px; padding: 0 45px; line-height: 1.1; text-align: center; display: flex; align-items: center; gap: 5px; flex-direction: column; }
.box-party .hd .more::before { content: ""; background: url(../../base/img/icon-more2.png) no-repeat; width: 12px; height: 24px;}
.box-party .hd .more:hover { color: #2593B6; }
.box-party .bd { flex: 1; }

/* top-list */
.top-list .t { padding: 30px 30px 25px; border-radius: 10px; margin-bottom: 5px; position: relative; }
.top-list .t::before { background: linear-gradient(180deg, #F8F2EF 31.88%, #FFFFFF 60.61%); border-radius: 10px; opacity: 0.6; left: 0; display: block; content: ""; height: 60%; bottom: 0; width: 100%; position: absolute; }
.top-list .t .pic,
.top-list .t .con { position: relative; z-index: 1; }
.top-list .t .pic,
.top-list .t .pic img { width: 460px; height: 260px; background-color: #f5f5f5; border-radius: 10px; }
.top-list .t .title { display: flex; flex-direction: column; padding-top: 13px; gap: 10px; }
.top-list .t .title .date { order: 1; line-height: 1; position: relative; }
.top-list .t .title .date .ym { font-size: 24px; font-weight: bold; }
.top-list .t .title .date::after { position: absolute; transition: 0.4s; right: 0; top: 0; line-height: 1; font-size: 30px; color: #CFBCDD; line-height: 1; display: block; content: "\E679"; font-family: iconfont; font-size: ; }
.top-list .t .title .tit { font-size: 18px; line-height: 30px; font-weight: bold; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.top-list .t .title .tit::after { display: block; content: ""; inset: 0; position: absolute; top: 0; left: 0; z-index: 1; }
.top-list .t .date { font-size: 14px; color: #666; }
.top-list .t:hover .date::after { right: -5px; color: #085E74; }
.top-list .n { line-height: 64px; border-bottom: 1px solid #D9CACA; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: 0.4s; }
.top-list .n .date { float: right; color: #666; padding-left: 15px; }
.top-list .n:hover { transform: translateX(5px); }



/* box-admis ----- */
.box-admis { width: 650px; flex-shrink: 0; }
.box-admis .hd { justify-content: flex-start; margin-bottom: 10px; }
.box-admis .arrow { display: flex; justify-content: center; align-items: center; gap: 20px; padding-top: 25px;  }
.box-admis .arrow a { width: 30px; height: 30px; text-align: center; line-height: 30px; border: 2px solid #167992; color: #167992; transition: 0.4s; border-radius: 100%; }
.box-admis .arrow a::before { font-size: 18px; font-family: iconfont; content: "\E68F"; }
.box-admis .arrow .next::before { content: "\E68E"; }
.box-admis .arrow a:hover { background-color: #fff;}
.box-admis .arrow a.nextStop,
.box-admis .arrow a.prevStop { border-color: #A8B9BD; color: #A8B9BD; }


.box-admis .tempWrap { height: 475px !important; padding-right: 5px; }
.date-list-2 { display: flex; flex-direction: column; }
.date-list-2 li { height: 60px; background-color: #fff; margin-bottom: 25px; padding: 20px 30px; border-radius: 5px; position: relative; transition: 0.4s; }
.date-list-2 .title { display: flex; align-items: center; gap: 20px; height: 60px; }
.date-list-2 .title::after { content: "\E68D"; font-family: iconfont; font-size: 10px; width: 20px; height: 20px; border: 1px solid #B1D4DC; border-radius: 100%; box-sizing: border-box; text-align: center; line-height: 20px; color: #B1D4DC; }
.date-list-2 .tit { flex: 1; min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.date-list-2 .tit::after { position: absolute; inset: 0; top: 0; left: 0; content: ""; display: block; }
.date-list-2 .date { display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: 14px; color: #666; }
.date-list-2 .date .dd { font-size: 24px; font-weight: bold; color: #085E74; line-height: 1.1; }
.date-list-2 li:hover { background: linear-gradient(0deg, #085E74, #085E74), linear-gradient(99.89deg, #0F8A99 1.13%, #2593B6 65.33%, #085E74 99.41%); transform: translateX(5px); }
.date-list-2 li:hover .date { color: #A7DBE8; }
.date-list-2 li:hover .date .dd { color: #fff; }
.date-list-2 li:hover .tit { color: #fff; }
