@charset "utf-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { font-size: 100px; min-width: 320px; }

.overflow { height: 100vh; overflow: hidden; }

.container { padding: 0 .5rem; font-size: .16rem; }

.header { position: fixed; top: 0; right: 0; bottom: auto; left: auto; z-index: 101; width: 100%; background: #0f409e; }
.header .container { position: relative; }
.header .right-box { position: absolute; top: 0; right: 0.5rem; bottom: auto; left: auto; z-index: 1; display: flex; justify-content: right; align-items: center; box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2); }

.logo { position: absolute; top: 0; right: auto; auto; bottom: auto; left: calc(50% - 1.4rem); z-index: 1; display: flex; align-items: center; justify-content: center; width: 2.8rem; height: 1.1rem; text-align: center; background: #0f409e;  -webkit-transition: all 0.45s linear 0s; -moz-transition: all 0.45s linear 0s; -ms-transition: all 0.45s linear 0s; -o-transition: all 0.45s linear 0s; transition: all 0.45s linear 0s; }
.logo img { max-width: 100%; max-height: .9rem; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.logo::before { position: absolute; top: 0; right: 100%; bottom: auto; left: auto; z-index: 1; content: ""; width: 0; height: 0; border-top: 0; border-right: 0px solid #0f409e; border-bottom: 1.1rem solid #0f409e; border-left: 40px solid transparent; }
.logo::after { position: absolute; top: 0; right: auto; bottom: auto; left: 100%; z-index: 1; content: ""; width: 0; height: 0; border-top: 0; border-left: 0px solid #0f409e; border-bottom: 1.1rem solid #0f409e; border-right: 40px solid transparent; }

.nav { padding: 0 1.4rem; }
.nav ul { display: flex; justify-content: space-between; }
.nav li { position: relative; width: calc((100% - 3.6rem) / 8); text-align: center; }
.nav li.seat { width: 3.6rem; }
.nav li a { position: relative; display: inline-block; font-size: 0.18rem; font-weight: 500; line-height: 0.6rem; color: #fff; text-align: center; }
.nav li > a { white-space: nowrap; position: relative; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -ms-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; }
.nav li > a::before { position: absolute; top: auto; right: auto; bottom: 10px; left: 50%; z-index: 1; content: ""; width: 0; height: 3px; background: #fff; border-radius: 3px; }
.nav li > a::after { position: absolute; top: calc(100% - 10px); right: auto; bottom: 10px; left: 50%; z-index: 1; content: ""; width: 2px; background: #fff; }
.nav li.no-lv2 > a::after { display: none; }
.nav li:hover > a::before { left: 0; width: 100%; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.nav li:hover > a::after { bottom: 0; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.nav li:hover .lv2 { visibility: visible; top: 100%; opacity: 1; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.nav li:last-child { margin-right: 0; }
.nav li:first-child { margin-left: 0; }
.nav .lv2 { position: absolute; top: 120%; right: auto; bottom: auto; left: calc(50% - .7rem); z-index: 1; width: 1.4rem; background: #0f409e; opacity: 0; padding: 5px 0; visibility: hidden; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16); background: #fff; border-radius: 2px; }
.nav .lv2 a { width: 100%; padding: 8px 5px; font-size: .15rem; font-weight: 400; line-height: .22rem; color: #000; }
.nav .lv2 a:hover { color: #fff; background: #0f409e; }

.top-link { display: inline-block; vertical-align: top; font-size: 0.14rem; font-weight: 500; line-height: 0.6rem; color: #fff; text-align: right; }
.top-link a { color: #fff; }
.top-link a:hover { text-decoration: underline; }
.top-link span { margin: 0 .07rem; }

.pad-btn { display: flex; align-items: center; font-size: 0; }
.pad-btn .search-btn { position: relative; z-index: 5; display: inline-block; width: 32px; height: 35px; background-image: url(../images/search1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; }
.pad-btn .nav-btn { display: none; position: relative; z-index: 5; width: 37px; margin: 0 .24rem 0 .52rem; vertical-align: middle; cursor: pointer; }
.pad-btn .nav-btn i { display: block; height: 2px; margin: 10px 0; background: #0f409e; -webkit-transition: all 0.25s linear 0s; -moz-transition: all 0.25s linear 0s; -ms-transition: all 0.25s linear 0s; -o-transition: all 0.25s linear 0s; transition: all 0.25s linear 0s; }
.pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 12px) rotate(45deg); -moz-transform: translate(0px, 12px) rotate(45deg); -ms-transform: translate(0px, 12px) rotate(45deg); -o-transform: translate(0px, 12px) rotate(45deg); transform: translate(0px, 12px) rotate(45deg); }
.pad-btn .nav-btn.close i:nth-child(2) { opacity: 0; }
.pad-btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0px, -12px) rotate(-45deg); -moz-transform: translate(0px, -12px) rotate(-45deg); -ms-transform: translate(0px, -12px) rotate(-45deg); -o-transform: translate(0px, -12px) rotate(-45deg); transform: translate(0px, -12px) rotate(-45deg); }

#mask { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 100; background: rgba(0, 0, 0, 0.75); }
#mask .close { width: .7rem; height: .7rem; position: absolute; top: calc(85px + .5rem); right: 10%; bottom: auto; left: auto; z-index: 1; cursor: pointer; }
#mask .close i { display: block; width: 100%; height: 3px; background: #fff; }
#mask .close i:nth-child(1) { -webkit-transform: translate(0, 33px) rotate(45deg); -moz-transform: translate(0, 33px) rotate(45deg); -ms-transform: translate(0, 33px) rotate(45deg); -o-transform: translate(0, 33px) rotate(45deg); transform: translate(0, 33px) rotate(45deg); }
#mask .close i:nth-child(2) { -webkit-transform: translate(0, 31px) rotate(-45deg); -moz-transform: translate(0, 31px) rotate(-45deg); -ms-transform: translate(0, 31px) rotate(-45deg); -o-transform: translate(0, 31px) rotate(-45deg); transform: translate(0, 31px) rotate(-45deg); }

.search-box { position: absolute; top: 40%; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; padding: .2rem 0; overflow: hidden; }
.search-box form { background: #fff; white-space: nowrap; padding: .15rem .1rem .15rem .15rem; width: 80%; max-width: 6.5rem; margin: 0 auto; opacity: 0; -webkit-transition: all 0.42s linear 0s; -moz-transition: all 0.42s linear 0s; -ms-transition: all 0.42s linear 0s; -o-transition: all 0.42s linear 0s; transition: all 0.42s linear 0s; box-shadow: 0 0 2px 0 #ccc; border-radius: 2px; -webkit-transform: translateY(150%); -moz-transform: translateY(150%); -ms-transform: translateY(150%); -o-transform: translateY(150%); transform: translateY(150%); }
.search-box .input { width: calc(100% - .55rem); height: .5rem; padding: 0 .1rem 0 .15rem; vertical-align: top; font-size: 0.14rem; font-weight: 500; line-height: 0.5rem; color: #333; text-align: left; border: 1px solid #eee; }
.search-box .submit { width: .5rem; height: .5rem; vertical-align: top; background-image: url("../images/search2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.search-box.show form { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); transition-delay: .2s; -ms-transition-delay: .2s; }

.search2 { width: 100%; max-width: 7.5rem; margin: .3rem auto; padding: .1rem; box-shadow: 0 0 14px 0 #ccc;  }
.search2 .input { width: calc(100% - .52rem); height: .45rem; padding-left: .15rem; font-size: 0.15rem; font-weight: 500; line-height: 0.43rem; color: #555; text-align: left; vertical-align: top; border: 1px solid #eee; }
.search2 .submit { width: .45rem; height: .45rem; vertical-align: top; background-image: url(../images/search2.png); background-repeat: no-repeat; background-position: 70% 50%; background-color: transparent; background-size: auto; }
.search2 form { white-space: nowrap; font-size: 0; }

.banner { margin: .6rem 0 0; font-size: 0; -webkit-transition: margin 0.2s linear 0s; -moz-transition: margin 0.2s linear 0s; -ms-transition: margin 0.2s linear 0s; -o-transition: margin 0.2s linear 0s; transition: margin 0.2s linear 0s; }
.banner .img { position: relative; display: block; width: 100%; height: calc(100vh - .6rem); overflow: hidden; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.banner .img img { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transition: transform 0.4s linear 0s; -moz-transition: transform 0.4s linear 0s; -ms-transition: transform 0.4s linear 0s; -o-transition: transform 0.4s linear 0s; transition: transform 0.4s linear 0s; }
.banner .slick-active img { -webkit-transition: transform 6s linear 1.4s; -moz-transition: transform 6s linear 1.4s; -ms-transition: transform 6s linear 1.4s; -o-transition: transform 6s linear 1.4s; transition: transform 6s linear 1.4s; -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.banner .text { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; padding: 0 .5rem; background: rgba(0, 0, 0, 0.6); }
.banner .text .title { width: 70%; font-size: .18rem; font-weight: 700; line-height: .8rem; color: #fff; }
.banner .slick-arrow { position: absolute; top: 45%; right: auto; bottom: auto; left: auto; z-index: 2; width: .44rem; height: .44rem; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; opacity: 0.8; }
.banner .slick-arrow.slick-prev { left: 2%; }
.banner .slick-arrow.slick-next { right: 2%; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.banner .slick-dots { position: absolute; top: auto; right: 0.5rem; bottom: 0.22rem; left: auto; z-index: 2; }
.banner .slick-dots li { display: inline-block; margin: 0 7px; width: .32rem; height: .32rem; border-radius: 50%; background: transparent; cursor: pointer; text-align: center; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.banner .slick-dots li button { font-family: Arial, Helvetica, sans-serif; font-size: 0.2rem; font-weight: 500; line-height: 0.32rem; color: #fff; text-align: center; }
.banner .slick-dots li.slick-active { background: #346ad2; }

.tt1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.tt2 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.tt3 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.tt4 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.tt5 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.img-scale { position: relative; display: block; overflow: hidden; }
.img-scale img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transition: transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s; -ms-transition: transform 0.5s linear 0s; -o-transition: transform 0.5s linear 0s; transition: transform 0.5s linear 0s; }
.img-scale .img-frame { position: relative; overflow: hidden; }
.img-scale .img { /*背景图替换img*/ height: 100%; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s; -ms-transition: transform 0.5s linear 0s; -o-transition: transform 0.5s linear 0s; transition: transform 0.5s linear 0s; }
.img-scale .img img { min-height: 100%; }
.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); }
.img-scale:hover .img { -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); }

.column { position: relative; margin: .25rem 0 .3rem; border-bottom: 2px solid #e1e6ee; }
.column .more { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; }
.column h3 { display: inline-block; vertical-align: top; margin: 0 0 -2px; font-size: 0.26rem; font-weight: 500; line-height: 0.5rem; color: #0f409e; text-align: left; }
.column h3::after { display: block; content: ""; box-sizing: border-box; content: ""; width: 100%; height: 2px; background: #0f409e; }

.more { padding: 0 0 0 32px; font-size: 0.14rem; font-weight: 500; line-height: 0.5rem; color: #666; text-align: left; }
.more:hover { color: #0f409e; text-decoration: underline; }

.title { font-size: 0.18rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: left; }
.title:hover { color: #0f409e; }

.info { font-size: 0.16rem; font-weight: 500; line-height: 0.25rem; color: #666; text-align: justify; }

.date1 { display: inline-block; vertical-align: top; width: 70px; padding: 2px 0 4px; font-size: 0.12rem; font-weight: 500; line-height: 0.26rem; color: #666; text-align: center; background: #edf0f5; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.date1 p:first-child { font-size: .26rem; line-height: .38rem; font-weight: 700; color: #0f409e; }
.date1 p:first-child::after { display: block; content: ""; box-sizing: border-box; width: 20px; height: 1px; margin: 0 auto; background: #346ad2; }

.date2 { display: inline-block; vertical-align: top; width: 70px; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #0f409e; text-align: center; background: #edf0f5; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.date2 p:first-child { font-size: .26rem; line-height: .4rem; font-weight: 700; color: #fff; background: #0f409e; }

.date { padding: 0 0 0 24px; font-family: Arial, Helvetica, sans-serif; font-size: 0.15rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; background-image: url("../images/date1.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }

.index-news { padding: 1.2rem 0 .8rem; background: #f4f4f4; }
.index-news .zfyw, .index-news .xyxw { width: 28%; }
.index-news .zfyw { margin: 0 2.75%; }

.index-notice { padding: 0 0 .48rem; background-image: url("../images/z_bg01.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: #fff; background-size: cover; }
.index-notice .fl { width:65.285%; }
.index-notice .fr { width:31.955%; }
.index-notice .list1 { margin: .25rem 0 0; }
.index-notice .fl li { width: 48%; float: left; }
.index-notice .fl li:nth-child(2) { padding-top: 0; }
 .index-notice .fl li:nth-child(even) { float: right; }

.index-project { padding: 1px 0 .2rem; background: #f4f4f4; }
.index-project .link1 { font-size: 0; margin: 0 -0.2rem; }
.index-project .link1 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.2rem; }
.index-project .link1 li { margin: 0 0 .3rem; }
.index-project .link1 li:nth-child(1) a { background-image: url("../images/z_link_01.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.index-project .link1 li:nth-child(2) a { background-image: url("../images/z_link_02.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.index-project .link1 li:nth-child(3) a { background-image: url("../images/z_link_03.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.index-project .link1 li:nth-child(4) a { background-image: url("../images/z_link_04.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.index-project .link1 li:nth-child(5) a { background-image: url("../images/z_link_05.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.index-project .link1 li:nth-child(6) a { background-image: url("../images/z_link_06.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.index-project .link1 a { display: flex; align-items: center; justify-content: center; width: 100%; height: 1.2rem; padding: .1rem; font-size: 0.3rem; font-weight: 500; line-height: 0.4rem; color: #fff; text-align: center; text-shadow: 2px 0 3px rgba(0, 0, 0, 0.3); position: relative; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.index-project .link1 a::before { display: block; content: ""; box-sizing: border-box; position: absolute; top: auto; right: auto; bottom: -10px; left: 0; z-index: 1; width: 100%; height: 8px; background-image: radial-gradient(ellipse closest-side at 50% 50%, rgba(0, 0, 0, 0.28), transparent); opacity: 0; visibility: hidden; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.index-project .link1 a:hover::before { bottom: -15px; opacity: 1; visibility: visible; }
.index-project .link1 a:hover { -webkit-transform: translateY(-4px); -moz-transform: translateY(-4px); -ms-transform: translateY(-4px); -o-transform: translateY(-4px); transform: translateY(-4px); box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.25); }

.news-slick1 { margin: .4rem 0 0; width: 38.5%; }
.news-slick1 .img-scale { height: 0; padding: 4.56rem 0 0; }
.news-slick1 .text { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 2; display: flex; justify-content: space-between; align-items: center; width: 100%; background: rgba(0, 0, 0, 0.6); }
.news-slick1 .text .title { width: calc(100% - 70px); padding: .21rem .15rem 0; color: #fff; font-size: .18rem; font-weight: 700; }
.news-slick1 .text .date1 { color: #fff; background: #0f409e; }
.news-slick1 .text .date1 p:first-child { color: #fff; }
.news-slick1 .text .date1 p:first-child::after { background: #fff; }
.news-slick1 .slick-dots { position: absolute; top: auto; right: auto; bottom: 0.48rem; left: 50%; z-index: 1; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.news-slick1 .slick-dots li { display: inline-block; margin: 0 4px; width: .12rem; height: 3px; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; cursor: pointer; border-radius: 3px; background: #fff; }
.news-slick1 .slick-dots li.slick-active { background: #0f409e; }

.news-slick2 { border: 1px solid #e4e9f3; }
.news-slick2 .slick-slide { display: flex; flex-wrap: wrap; }
.news-slick2 .img-scale { width: 2.1rem; padding: 1.4rem 0 0; }
.news-slick2 .text { width: calc(100% - 2.1rem); padding: 0 .2rem 0 .4rem; }
.news-slick2 .text .title { margin: .15rem 0 5px; font-weight: 700; text-align: center; }
.news-slick2 .text .info { height: .5rem; }
.news-slick2 .slick-dots { position: absolute; top: auto; right: auto; bottom: 0.2rem; left: calc(50% + 1.05rem); z-index: 1; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.news-slick2 .slick-dots li { display: inline-block; margin: 0 4px; width: .12rem; height: 3px; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; cursor: pointer; border-radius: 3px; background: #a5aeb8; }
.news-slick2 .slick-dots li.slick-active { background: #0f409e; }
.news-slick2:hover { border-color: #0f409e; }
.news-slick2:hover .title { color: #0f409e; }

.first-news { display: block; height: 1.4rem; padding: 0 .3rem 0; border: 1px solid #e4e9f3; }
.first-news .title { margin: .24rem 0 8px; font-weight: 700; }
.first-news .info { height: .5rem; }
.first-news:hover { border-color: #0f409e; }
.first-news:hover .title { color: #0f409e; }

.list1 li { display: flex; padding: .17rem 0; border-bottom: 1px dashed #ccc; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.list1 li:first-child { padding-top: 0; }
.list1 li:last-child { padding-bottom: 0; border: none; }
.list1 li:hover { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.list1 li:hover .date1 { color: #fff; background: #0f409e; }
.list1 li:hover .date1 p:first-child { color: #fff; }
.list1 li:hover .date1 p:first-child::after { background: #fff; }
.list1 .text { display: flex; flex-wrap: wrap; align-items: center; width: calc(100% - 70px); padding: 0 .1rem 0 .2rem; }
.list1 .title { width: 100%; }
.list1 .info { width: 100%; }

.footer { background-image: url("../images/z_bg02.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.footer > .container { padding-top: .24rem; padding-bottom: .24rem; }
.footer .tip { font-size: 0.18rem; font-weight: 500; line-height: 0.35rem; color: #fff; text-align: left; }

.foot-link { width: 5.2rem; font-size: 0; }
.foot-link a { display: inline-block; vertical-align: top; width: 50%; font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #99a5cc; text-align: left; }
.foot-link a:hover { color: #fff; }

.QR-code { text-align: center; margin: .1rem 0 0; }
.QR-code img { width: 1.1rem; height: 1.1rem; }
.QR-code p { font-size: 0.14rem; font-weight: 500; line-height: 0.36rem; color: #fff; text-align: center; }

.copy { padding-top: .1rem; padding-bottom: .1rem; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; background: #0f398a; }
.copy p { font-size: .14rem; }
.copy a { color: #fff; }

.decoration { position: relative; height: 0; padding: 18% 0 0; margin: .6rem 0 0; overflow: hidden; }
.decoration img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }

.index-main { border-top: .65rem solid #f4f6f9; }
.index-main .container { width: 90%; max-width: 1400px; margin: 0 auto; padding: 0; }
.index-main .inset .position { position: relative; z-index: 5; margin: 0; background: #f4f6f9; }
.index-main .inset .article { padding: .35rem .35rem .2rem; box-shadow: 0 0 8px 0 #ccc; background: #fff; }

.sidebar { position: relative; z-index: 3; width: 18%; min-width: 2.2rem; margin: -.65rem 0 0; overflow: hidden; }
.sidebar h3 { font-size: 0.3rem; font-weight: 500; line-height: 0.65rem; color: #fff; text-align: center; background: #0f409e; }
.sidebar h3 i { display: block; margin: 0 auto; }
.sidebar h3 i.close { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
.sidebar .lv2-nav { margin: 0 0 .4rem; padding: 0 0 .2rem; background: #f4f6f9; border-left: 6px solid #0f409e; }
.sidebar .lv2-nav li { position: relative; }
.sidebar .lv2-nav li.cur { background: #fff; }
.sidebar .lv2-nav li.cur > a { color: #0f409e; }
.sidebar .lv2-nav li.cur .lv3 { display: block; }
.sidebar .lv2-nav li:hover > a { color: #0f409e; }
.sidebar .lv2-nav a { display: block; padding: .15rem .1rem .15rem 12%; font-size: 0.18rem; font-weight: 500; line-height: 0.24rem; color: #666; text-align: left; }
.sidebar .lv2-nav a::before { display: inline-block; content: ""; width: 16px; height: 16px; margin: 0 .15rem 0 0; background-image: url("../images/x_icon6.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.sidebar .lv2-nav .lv3 { display: none; padding: .1rem 0 .1rem .12rem; }
.sidebar .lv2-nav .lv3 a { padding: .05rem 0; font-size: 0.15rem; font-weight: 500; line-height: 0.3rem; color: #000; text-align: left; }
.sidebar .lv2-nav .lv3 a:hover { color: #0f409e; }
.sidebar .lv2-nav .lv3 a.cur { color: #0f409e; font-weight: 700; }

.main { width: 77.85%; max-width: calc(100% - 2.85rem); min-height: 4rem; margin: -.65rem 0 1px; }
.main .list1 li { padding: .22rem 0; }

.position { margin: 0 0 .15rem; }
.position h3 { display: inline-block; font-size: 0.26rem; font-weight: 500; line-height: 0.65rem; color: #0f409e; text-align: left; }
.position h3.other { width: 18%; min-width: 2.2rem; font-size: 0.3rem; font-weight: 500; line-height: 0.65rem; color: #fff; text-align: center; background: #0f409e; }

.place { font-size: 0.14rem; font-weight: 500; line-height: 0.65rem; color: #808080; text-align: left; padding: 0 0 0 .22rem; background-image: url(../images/weizhi2.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.place a { color: #808080; }
.place a:hover { color: #0f409e; }
.place a:last-child { color: #0f409e; font-weight: 700; }

.teach-list { font-size: 0; margin: 0 -0.18rem; }
.teach-list > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0.18rem; }
.teach-list li { margin: .4rem 0 0; }
.teach-list .card { display: flex; flex-wrap: wrap; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3); background: #eceff5; border-bottom: 4px solid #346ad2; }
.teach-list .img-scale { width: 1.8rem; }
.teach-list .img-scale .img { padding: 125% 0 0; background-position-y: 20%; }
.teach-list .text { width: calc(100% - 1.8rem); padding: .25rem .15rem 0 .35rem; }
.teach-list .title { display: block; margin: 0 0 .1rem; font-size: .22rem; color: #0f409e; font-weight: 700; }
.teach-list .info { margin: 0 0 4px; font-size: .14rem; line-height: .3rem; }
.teach-list .info span { font-size: .16rem; color: #000; }

.news-list1 li { padding: .22rem .2rem .22rem 0; border-bottom: 1px dashed #ddd; -webkit-transition: box-shadow 0.36s linear 0s; -moz-transition: box-shadow 0.36s linear 0s; -ms-transition: box-shadow 0.36s linear 0s; -o-transition: box-shadow 0.36s linear 0s; transition: box-shadow 0.36s linear 0s; }
.news-list1 li:hover { border-bottom-right-radius: .3rem; box-shadow: 0.05rem 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.15); border-bottom: 1px solid rgba(0, 0, 0, 0.18); }
.news-list1 li:hover .date span { background: #0f409e; }
.news-list1 .img-scale { display: inline-block; vertical-align: top; width: 2.4rem; }
.news-list1 .img-scale .img { padding: 66.666% 0 0; }
.news-list1 .text { width: calc(100% - 2.5rem); padding: .07rem 0 0 .2rem; }
.news-list1 .title { width: 100%; font-size: .18rem; }
.news-list1 .title::before { display: none; margin: 0; }
.news-list1 li:hover .title { color: #0f409e; font-weight: 700; }
.news-list1 .info { max-height: .5rem; margin: .1rem 0 .12rem; }
.news-list1 .date { color: #0f409e; }

.article { padding: .2rem 0 .3rem; }
.article .title { margin: 0 0 .1rem; font-size: 0.28rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: center; }
.article .sub { margin: .3rem 0; padding: .12rem .1rem; font-size: 0.14rem; font-weight: 500; line-height: 0.22rem; color: #777; text-align: center; background: #f2f2f2; }
.article .content { padding: 0 3% .3rem; font-size: 0.17rem; font-weight: 500; line-height: 230%; color: #222; text-align: justify; }
.article .content p { text-indent: 2em; }
.article .content img, .article .content video { display: block; max-width: 100%; height: auto !important; margin: .15rem auto .08rem; }
.article .content table { max-width: 100%; margin: .18rem auto; }
.article .content table p { text-indent: 0; line-height: 150%; }
.article .content table img, .article .content table video { margin-top: 0; margin-bottom: 0; }
.article .content iframe { max-width: 100%; margin: .18rem auto; }
.article .content a { color: #2196f3; }
.article .content a:hover { text-decoration: underline; }
.article ul { margin: 0 0 .2rem; font-size: 0.16rem; font-weight: 500; line-height: 220%; color: #000; text-align: justify; }
.article ul a { color: #2196f3; }
.article ul a:hover { text-decoration: underline; }
.article .cont-page { padding: .25rem 0 0; border-top: 1px dashed #ccc; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.15rem; font-weight: 500; line-height: 0.27rem; color: #494949; text-align: left; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.article .cont-page a span { color: #0f409e; font-weight: 700; }
.article .cont-page a:hover { color: #0f409e; -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -ms-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px); }
.article.about .title { padding: 0 0 .15rem; font-size: .3rem; }
.article.about .content { padding-left: 0; padding-right: 0; padding-bottom: 0; }

#browser-modal { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: 10000; width: 100%; height: 100%; color: #303233; text-align: center; }
#browser-modal .browser-modal-cover { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; height: 100%; width: 100%; background-color: #111; }
#browser-modal .browser-content { width: 700px; margin: 120px auto 0; padding: 50px 0 80px; background-color: #fff; border-radius: 5px; }
#browser-modal .browser-content .browser-dpc-logo img { height: 42px; margin: 45px auto 40px; }
#browser-modal .browser-content .browser-text-title { font-size: 24px; text-transform: uppercase; }
#browser-modal .browser-content .browser-text-desc { margin: 30px 0 20px; font-size: 14px; }
#browser-modal .browser-content .browser-list { width: 600px; height: 130px; margin: 20px auto; }
#browser-modal .browser-content .browser-item { float: left; width: 150px; margin: 0 auto; padding: 20px 0; }
#browser-modal .browser-content .browser-item .iconfont { width: 100px; height: 100px; margin: 0 auto 10px; font-size: 80px; line-height: 80px; }
#browser-modal .browser-content .browser-item .iconchrome { background: url(../images/bro.png) no-repeat 0 0; }
#browser-modal .browser-content .browser-item .iconfirefox { background: url(../images/bro.png) no-repeat 0 -100px; }
#browser-modal .browser-content .browser-item .iconopera { background: url(../images/bro.png) no-repeat 0 -200px; }
#browser-modal .browser-content .browser-item .iconEdge { background: url(../images/bro.png) no-repeat 0 -300px; }
#browser-modal .browser-content .browser-item a { display: block; cursor: pointer; }
#browser-modal .browser-content .browser-item a:hover { text-decoration: underline !important; }
#browser-modal .browser-content .browser-item a img { display: block; max-width: 100px; width: 100px; height: 100px; margin: 0 auto; }
#browser-modal .browser-content .browser-item a h4 { margin-top: 20px; text-align: center; font-size: 18px; font-weight: 700; }

#list-page { margin: .3rem 0 .5rem !important; font-family: Arial; text-align: center; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a { font-size: 14px; width: auto; height: auto; margin-top: 5px; transition: all .24s; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 8px 10px; color: #428bca; border: 1px solid #aaa; border-radius: 4px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #0f409e; font-weight: bold; color: #fff; border-color: #0f409e; }
#list-page .p_t { padding: 0 2px 0 0; color: #777; }
#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d { display: inline-block; }
#list-page .p_pages span { color: #aaa; }
#list-page .p_goto input { font-family: 'Arial'; color: #333; border-radius: 4px; width: 40px; height: 32px; line-height: 32px; vertical-align: bottom; }

@media screen and (max-width: 1300px) { .index-project .link1 a { font-size: .26rem; }
  .foot-link a { font-size: .15rem; } }
@media screen and (max-width: 1024px) { .header { position: relative; z-index: 102; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25); }
  .header .container { display: flex; justify-content: space-between; align-items: center; padding-top: 10px; padding-bottom: 10px; padding-right: 0; }
  .header .right-box { position: static; display: flex; align-items: center; margin: 0; min-width: auto; max-width: none; width: auto; box-shadow: none; }
  .header::after { display: none; }
  .logo { position: static; width: auto; height: 62px; padding: 0 .12rem 0 0; display: flex; align-items: center; }
  .logo img { max-height: 62px; }
  .logo::before, .logo::after { display: none; }
  .top-link span { margin: 0 .1rem; }
  .banner, .decoration { margin: 0 !important; }
  .banner .img { height: 0; padding: 45% 0 0; }
  .banner .img .text .title { line-height: .6rem; }
  .banner .slick-dots { bottom: .12rem; }
  .nav { visibility: hidden; position: fixed; top: 82px; right: 100%; bottom: 0; left: auto; z-index: 100; width: 100%; height: calc(100vh - 82px); margin: 0; padding: .28rem 0; background-image: url(../images/z_bg01.jpg); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: cover; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
  .nav ul { flex-direction: column; justify-content: flex-start; width: 90%; height: 100%; margin: 0 auto; padding: .1rem .22rem; background: #fff; overflow-x: hidden; border-radius: 10px; box-sizing: border-box; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1); }
  .nav li { width: 100%; margin: 0 !important; border-top: 1px dashed #fff; border-bottom: 1px dashed #c6d3e4; }
  .nav li.seat { display: none; }
  .nav li:first-child { border-top: none; }
  .nav li:last-child { border: none; }
  .nav li a { display: block; font-size: 17px; line-height: .55rem; padding: 0 .1rem !important; text-align: left; font-weight: 400; color: #333; background: none !important; }
  .nav li a::after, .nav li a::before { display: none; }
  .nav li .lv2 { display: none; position: static; visibility: visible; opacity: 1; width: 100%; padding: 0 0 12px 30px; border: none; background: none; box-shadow: none; }
  .nav li .lv2 a { color: #333 !important; line-height: .4rem; }
  .nav li .lv2 .tri { display: none; }
  .nav li:hover .lv2 { display: none; animation: none; box-shadow: none; transition: none; }
  .nav .down-icon { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .55rem; height: .55rem; background-image: url(../images/down1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
  .nav .down-icon.close { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .nav.show { visibility: visible; right: 0; }
  .pad-btn { display: flex; align-items: center; }
  .pad-btn .search-btn { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.6); background-color: rgba(255, 255, 255, 0.15); }
  .pad-btn .nav-btn { display: inline-block; }
  .pad-btn::after { position: absolute; top: 0; right: 0; bottom: 0; left: auto; z-index: 1; content: ""; border-top: 82px solid #edf0f5; border-bottom: 0px solid transparent; border-right: 80px solid #edf0f5; border-left: 12px solid transparent; }
  .search { visibility: hidden; opacity: 0; position: fixed; top: 40%; right: auto; bottom: auto; left: 20%; z-index: 200; width: 60%; padding: 15px !important; margin: 0; border-radius: 2px; background: #fff; -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -ms-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7); -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
  .search form { font-size: 0; white-space: nowrap; }
  .search .input { width: calc(100% - 45px) !important; height: 45px; padding: 0 8px !important; line-height: 45px; color: #333; border: 1px solid #eee; }
  .search .input::placeholder { color: #888; }
  .search .submit { width: 45px; height: 45px; background-image: url(../images/search2.png); background-position: 60% 50%; }
  .search.show { border: none; border-radius: 0; visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
  .column { margin: .2rem 0; }
  .news-slick1 { width: 100%; }
  .news-slick1 .img-scale { padding: 63% 0 0; }
.index-news .zfyw, .index-news .xyxw { width: 48%; }
.index-news .zfyw { margin: 0; }
  .index-news { padding: 0 0 .35rem; }
  .index-news .list1 { width: 100%; }
  .index-news .list1.fl { margin: .2rem 0; }
  .index-notice .w50 { width: 100%; }
  .index-project .link1 > li { width: 50%; }
  .decoration { height: 0; padding: 30% 0 0; }
  .index-main { border: none; }
  .index-main .inset { padding: 0; box-shadow: none; }
  .index-main .inset .main { margin: 0; }
  .index-main .inset .main .position { background: none; }
  .index-main .inset .main .position h3 { display: none; }
  .index-main .inset .main .place { float: none; }
  .index-main .inset .article { box-shadow: none; padding-left: 0; padding-right: 0; }
  .sidebar { width: 100%; min-width: 100%; margin: .22rem 0 0; border-radius: 4px; overflow: hidden; box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); }
  .sidebar h3 { display: block; position: relative; padding: 0 .2rem; font-size: .21rem; line-height: .5rem; text-align: left; background: #0f409e; border-width: 2px; }
  .sidebar h3 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .5rem; height: .5rem; background-image: url(../images/down2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
  .sidebar h3.down i { -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
  .sidebar .lv2-nav { display: none; padding-bottom: .1rem; margin: 0; }
  .sidebar .lv2-nav li .lv3 { padding-top: 0; }
  .sidebar .lv2-nav li:last-child a { border: none; }
  .sidebar .lv2-nav a { text-align: left; font-size: .16rem; padding: 0 .4rem 0 .2rem; line-height: .45rem; }
  .sidebar .lv2-nav .down { height: .5rem; }
  .main { width: 100%; max-width: 100%; margin-top: .1rem; }
  .position { margin: 0 0 .08rem; border-bottom: 1px solid #eee; }
  .position h3 { font-size: .22rem; }
  .article { margin: 0; padding-top: .26rem !important; }
  .article .sub { margin: .2rem 0; }
  .article .title { font-size: .24rem; }
  .article .content { padding-left: 0; padding-right: 0; } }
@media screen and (max-width: 768px) { .container { padding-left: .2rem; padding-right: .2rem; }
  .index-project .link1 { margin: 0 -.1rem; }
  .index-project .link1 > li { padding: 0 .1rem; }
  .footer > .container { padding-top: .1rem; padding-bottom: .1rem; }
  .foot-link { width: 100%; }
  .QR-code { width: 100%; margin: .1rem 0 0; }
.index-news .zfyw, .index-news .xyxw { width: 100%; }
.index-notice .fl li { width: 100%; }
.index-notice .fl li:nth-child(2) { padding-top: .17rem; }
  .position h3 { display: none; }
  .place { float: none; width: 100%; }
  .teach-list > li { width: 100%; } }
@media screen and (max-width: 520px) { .logo { display: flex; align-items: center; height: 40px !important; }
  .logo img { max-width: 100%; height: auto !important; max-height: 50px; }
  .pad-btn::after { border-top-width: 74px; border-right-width: 52px; }
  .pad-btn .search-btn { width: 38px; height: 38px; }
  .pad-btn .nav-btn { width: 30px; margin: 0 14px 0 32px; }
  .pad-btn .nav-btn i { margin: 7px 0; }
  .pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 9px) rotate(45deg); -moz-transform: translate(0px, 9px) rotate(45deg); -ms-transform: translate(0px, 9px) rotate(45deg); -o-transform: translate(0px, 9px) rotate(45deg); transform: translate(0px, 9px) rotate(45deg); }
  .pad-btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0px, -9px) rotate(-45deg); -moz-transform: translate(0px, -9px) rotate(-45deg); -ms-transform: translate(0px, -9px) rotate(-45deg); -o-transform: translate(0px, -9px) rotate(-45deg); transform: translate(0px, -9px) rotate(-45deg); }
  .nav { top: 74px; height: calc(100vh - 74px); }
  .column h3 { font-size: .2rem; }
  .banner .slick-arrow { display: none !important; }
  .banner .slick-dots { bottom: .1rem; }
  .banner .slick-dots li { width: .26rem; height: .26rem; }
  .banner .slick-dots li button { font-size: .16rem; line-height: .26rem; }
  .news-slick2 .img-scale { width: 100%; padding: 63% 0 0; }
  .news-slick2 .text { width: 100%; padding: 0 .1rem .4rem; }
  .news-slick2 .slick-dots { left: 50%; }
  .index-project .link1 > li { width: 100%; margin: 0 0 .15rem; }
  .foot-link a { width: auto; margin: 0 .2rem 0 0; }
  .teach-list li { margin: .2rem 0 0; }
  .teach-list .img-scale { margin: 0 auto; }
  .teach-list .text { width: 100%; padding-left: .1rem; padding-right: .1rem; }
.news-list1 li { padding-right: 0; }
.news-list1 .title { overflow: visible; text-overflow: clip; white-space: initial; margin: .1rem 0 0; }
.news-list1 .img-scale { width: 100%; }
.news-list1 .text { float: none; width: 100%; }
  .teach-list .title { text-align: center; } }

.index-tzgg {
    padding: .48rem 0;
}
.tzgg-slick {
    width: calc(100% - 2.12rem);
    margin: 0 -.19rem;
}
.tzgg-slick .slick-slide {
    padding: 0 .19rem;
}
.tzgg-slick a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 .35rem;
    border-bottom: 1px dashed #ddd;
}
.tzgg-slick a:hover .date1 { color: #fff; background: #0f409e; }
.tzgg-slick a:hover .date1 p:first-child { color: #fff; }
.tzgg-slick a:hover .date1 p:first-child::after { background: #fff; }
.tzgg-slick .date1 {
    flex-shrink: 0;
}
.tzgg-slick .text {
    width: 100%;
    margin: 0 0 0 .2rem;
}
.tzgg-slick .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .55rem 0 0;
}
.tzgg-slick .slick-dots li {
    width: .12rem;
    height: .12rem;
    margin: 0 .08rem;
    background: #c2c2c2;
    border-radius: 50%;
}
.tzgg-slick .slick-dots li.slick-active {
    background: #0f409e;
}
.tzgg-slick .slick-arrow {
    position: absolute;
    bottom: -.16rem;
    z-index: 2;
    width: .42rem;
    height: .42rem;
    background: url("../images/arrow2.png") no-repeat 50% 50%;
    background-size: 100%;
    border-radius: 50%;
    opacity: .7;
    transition: all .3s;
}
.tzgg-slick .slick-arrow.slick-prev {
    left: calc(50% - 1rem);
    transform: rotateY(180deg);
}
.tzgg-slick .slick-arrow.slick-next {
    right: calc(50% - 1rem);
}
.tzgg-slick .slick-arrow:hover {
    opacity: 1;
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, .12);
}
@media screen and (min-width: 769px) {
    .index-tzgg .column {
        width: 2rem;
        margin: 0;
        padding: .22rem 0;
        text-align: center;
        border: none;
        background: #0f409e;
    }
    .index-tzgg .column h3 {
        display: block;
        color: #fff;
        text-align: center;
    }
    .index-tzgg .column .more {
        position: relative;
        float: none;
        padding: 0;
        color: #fff;
        line-height: .4rem;
        text-align: center;
    }
}
@media screen and (max-width: 1024px) {
    .index-tzgg .column {
        width: 1.7rem;
    }
    .tzgg-slick {
        width: calc(100% - 1.82rem);
        margin: 0 -.1rem;
    }
    .tzgg-slick .slick-slide {
        padding: 0 .1rem;
    }
}
@media screen and (max-width: 768px) {
    .index-tzgg {
        padding: .3rem 0;
    }
    .index-tzgg .column {
        width: 100%;
        margin: 0 0 .2rem;
    }
    .tzgg-slick {
        width: 100%;
        margin: 0;
    }
    .tzgg-slick .slick-arrow.slick-prev {
        left: calc(50% - 1.8rem);
    }
    .tzgg-slick .slick-arrow.slick-next {
        right: calc(50% - 1.8rem);
    }
}