@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; }

.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: #77161B; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15); }
.header .right-box { width: 7rem; 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 .1rem 0 0; font-size: 0; }
.nav li { position: relative; display: inline-block; vertical-align: top; width: 20%; }
.nav li::after { position: absolute; top: 0.18rem; right: 0; bottom: auto; left: auto; z-index: 1; content: ""; width: 1px; height: 22px; background: #4d6c9c; }
.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 solid #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: #333; -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: #77161B; }

.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(../images/search1.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 solid #dfdfdf; border-radius: .5rem; }
.search-box .submit { width: .5rem; height: .55rem; vertical-align: top; background-image: url("../images/search2.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 solid #dfdfdf; border-radius: 4px; }
.search2 .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; }

@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: #77161B; }

.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 #ddd; }
.column .more { font-size: 0.14rem; font-weight: 500; line-height: 0.56rem; color: #888; 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: #77161B; }
.column h3 { display: inline-block; margin: 0 0 -2px; font-size: 0.25rem; font-weight: 700; line-height: 0.56rem; color: #77161B; text-align: left; border-bottom: 2px solid #77161B; }

.title { font-size: 0.16rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: left; }
.title:hover { color: #77161B; }

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #666; text-align: justify; }

.date { font-family: Arial, Helvetica, sans-serif; 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: Arial, Helvetica, sans-serif; font-size: 0.14rem; font-weight: 500; line-height: 0.22rem; color: #77161B; text-align: center; }
.date1 p:first-child { font-size: .32rem; line-height: .38rem; font-weight: 700; }

.section { padding: 0rem 0; }
.section .layer1 .left-box { width: 45.2%; margin: .3rem 0 0; position: relative; z-index: 2; }
.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: #fff; }
.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%); }
.news-slick1 .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; }
.news-slick1 .slick-dots li.slick-active { background: #b00302; }

.list1 li { position: relative; z-index: 1; padding: .15rem 0; font-size: 0; border-bottom: 1px solid #eee; -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: #77161B; }

.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: 500; font-size: 0.2rem;line-height: 0.55rem;}
.list2 .text .info { margin: 4px 0 0;display: none; }
.list2 .date1 { width: 70px; padding: .05rem 0; border: 1px solid #77161B; border-radius: .1rem 0 .1rem 0; }

.picture1 { font-size: 0; margin: 0 -0.2rem; }
.picture1 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.2rem; }
.picture1 li { margin: .3rem 0 0; }
.picture1 .img-scale { -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-radius: 2px; }
.picture1 .img-scale:hover { margin: -.04rem 0 .04rem; box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.15); }
.picture1 .img-scale:hover .title { color: #77161B; }
.picture1 .text { border: 1px solid #eee; padding: 0 .1rem; }
.picture1 .img-frame { padding: 66.5625% 0 0; }
.picture1 .title { text-align: center; line-height: .55rem; }

.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: #77161B; font-weight: 700; }

.copy { padding: .2rem .1rem; font-size: 0.16rem; font-weight: 500; line-height: 0.38rem; color: #fff; text-align: center; background: #77161B; }


.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: #77161B; }
.sidebar .sidebar-nav { padding: 0 .22rem; }
.sidebar .sidebar-nav li { border-bottom: 1px solid #e2e2e2; }
.sidebar .sidebar-nav li:last-child { border: none; }
.sidebar .sidebar-nav li.cur a { color: #77161B; 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: #77161B; }

.main { width: 100%; min-height: 4rem; margin: 0.05rem 0 .2rem; padding: 0px .4rem .3rem; background: #fff; border-top: 4px solid #77161B; 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; }

.decorate {
	max-height: 4.6rem;
	overflow: hidden;
}
.decorate img { width: 100%; vertical-align: top; object-fit:cover; }

.position { margin: 0 0 .1rem; border-bottom: 1px solid #ddd; }
.position .place { padding: .17rem 0 .17rem .26rem; font-size: .14rem; line-height: .26rem; color: #666; text-align: left; background: url("../images/place.png") no-repeat 0 50%; }
.position .place a { color: #666; }
.position .place a:hover { color: #77161B; }
.position .cur-column { display: inline-block; font-size: 0.23rem; font-weight: 500; line-height: 0.6rem; color: #222; text-align: left; border-bottom: 1px solid #77161B; margin-bottom: -1px; }

.article { padding: .22rem .2rem 0; background: #fff; }
.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% !important; 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: #77161B; }
.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: #77161B; -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: #2196f3; }
.article ul a:hover, .article a:hover { text-decoration: underline; }

#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; }

/*分页*/
div#wp_paging_w6 {
    display: none;
}
.list-page {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 50px 0 20px 0;
}
div#pager {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 0px;
}
ul.pages {
    display: flex;
}

.list-page li {
    width: 34px;
    line-height: 34px;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    border: 1px solid #BFBFBF;
    text-align: center;
    margin: 0 4px;
    border-radius: 5px;
}

ul.pages li.pgNext {
    font-family: "宋体";
    font-size: 26px;
}
ul.pages li.pgNext:nth-child(1),ul.pages li.pgNext:nth-child(2){
} 

.list-page li.page_jump {
    width: auto;
    /* margin-left: 70px; */
    border: none;
    display: none;
    /* height: 52px; */
    vertical-align: top;
}
.list-page .pages li:last-child {
    display: none;
}
.list-page .pages li:first-child {
    display: none;
}
a.pagingJump {
    color: #797979;
}

input.pageNum {
    width: 45px;
    line-height: 43px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 3px;
border: 1px solid #b1b1b1;
}

.list-page li.pgCurrent {
    border: 1px solid #77161B;
    color: #fff;
    background: #77161B;
}
.list-page .pages li:last-child {
    display: none;
}
.list-page .pages li:first-child {
    display: none;
}


#wp_paging_w3 {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 50px 0 20px 0;
}
.wp_paging li {
	display: inline-block;
    line-height: 34px;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    margin: 0 4px;
    border-radius: 5px;
}
input.pageNum {
	width: 45px;
	line-height: 25px;
}
.wp_paging li.pages_count,
.wp_paging li.page_jump {
	display: none;
}



@media screen and (min-width: 1025px) { 
.section .layer1 .right-box { min-height: 4.8rem; }
.section .layer2 { min-height: 5.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: #77161B; 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("../images/index_bg1.jpg") 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 dashed #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(../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 { 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 #f4a32a; border-bottom: 0px solid transparent; border-right: 67px solid #f4a32a; 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(../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: 0 0 .3rem; border-radius: 3px; overflow: hidden; box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.22); }
  .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: #77161B; 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(../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%; } }
