@font-face { font-family: "SYSTBOOD"; src: url("../fonts/SourceHanSerifCN-Bold.ttf") format("truetype"); }
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

.overflow { height: 100vh; overflow: hidden !important; }

html { width: 100%; font-size: 100px; min-width: 1300px; }
html::-webkit-scrollbar { width: .1rem; }
html::-webkit-scrollbar-thumb { border-radius: .1rem; background: #a13f36; }
html::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.2); }

body { min-height: 100vh; background-image: url("../images/body_bg1.jpg"); background-repeat: repeat; background-position: 0 0; background-color: transparent; background-size: auto; }

.container { width: 1280px; margin: 0 auto; }

.title { font-size: 17px; font-weight: 500; line-height: 48px; color: #222; text-align: left; }

.date { font-size: 15px; font-weight: 500; line-height: 48px; color: #666; text-align: left; }

.column { margin: 24px 0 14px; padding: 0 0 14px; border-bottom: 2px solid #a13f36; }
.column h3 { font-size: 0.24rem; font-weight: 500; line-height: 0.25rem; color: #000; text-align: left; }

.more { font-size: 14px; font-weight: 500; line-height: 0.25rem; color: #666; text-align: left; transition: all .28s; }
.more:hover { transform: translateX(4px); color: #a13f36; }

.header { height: 210px; padding: 1px 0 0; background-image: url("../images/header.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }

.logo { margin: 59px 0 0; }

.nav { position: relative; z-index: 2; background: #a13f36; }
.nav .container { position: relative; }

.nav-box { position: relative; z-index: 1; width: 1220px; height: 62px; padding: 0 15px 0 0; }
.nav-box::after { position: absolute; top: 23px; right: 0; bottom: auto; left: auto; z-index: 1; content: ""; width: 1px; height: 16px; background: rgba(255, 255, 255, 0.6); }
.nav-box li { position: relative; float: left; width: 13%; -webkit-transition: background 0.3s ease-out 0s; -moz-transition: background 0.3s ease-out 0s; -ms-transition: background 0.3s ease-out 0s; -o-transition: background 0.3s ease-out 0s; transition: background 0.3s ease-out 0s; }
.nav-box li:hover { background: #913128; }
.nav-box li:hover .lv2 { visibility: visible; top: 100%; opacity: 1; }
.nav-box a { position: relative; z-index: 2; display: block; font-size: 18px; font-weight: 500; line-height: 62px; color: #fff; text-align: center; }
.nav-box .lv2 { position: absolute; top: 120%; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; padding: 5px 0; background: #a13f36; opacity: 0; visibility: hidden; box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25); background: white; border-radius: 3px; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.nav-box .lv2 dd { position: relative; padding: 0 12px; }
.nav-box .lv2 dd::before { position: absolute; top: 0; right: 12px; bottom: auto; left: auto; z-index: 1; width: calc(100% - 24px); height: 100%; content: ""; background: #913128; opacity: 0; -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -ms-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; }
.nav-box .lv2 dd:last-child a { border: none; }
.nav-box .lv2 dd:hover::before { right: 0; width: 100%; opacity: 1; }
.nav-box .lv2 dd:hover a { color: #fff; border-color: #913128; }
.nav-box .lv2 a { z-index: 2; width: 100%; padding: 10px 0; font-size: 15px; font-weight: 500; line-height: 22px; color: #333; border-bottom: 1px dashed #ddd; -webkit-transition: background 0.15s ease-out 0s; -moz-transition: background 0.15s ease-out 0s; -ms-transition: background 0.15s ease-out 0s; -o-transition: background 0.15s ease-out 0s; transition: background 0.15s ease-out 0s; }
.nav-box .lv2 .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 11px; overflow: hidden; }
.nav-box .lv2 .tri::before { display: none; }
.nav-box .lv2 .tri::after { display: block; content: ""; box-sizing: border-box; width: 14px; height: 14px; margin: 0 auto; background: #fff; -webkit-transform: translate(0px, 6px) rotate(45deg); -moz-transform: translate(0px, 6px) rotate(45deg); -ms-transform: translate(0px, 6px) rotate(45deg); -o-transform: translate(0px, 6px) rotate(45deg); transform: translate(0px, 6px) rotate(45deg); box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.search-box { position: absolute; top: 10px; right: 0; bottom: auto; left: auto; z-index: 2; border-radius: 2px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.search-box .form { font-size: 0; }
.search-box .input { display: inline-block; vertical-align: top; width: 0; height: 42px; padding: 0 10px 0 15px; font-size: 15px; font-weight: 500; line-height: 42px; color: #333; text-align: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.search-box .submit { display: inline-block; vertical-align: top; width: 46px; height: 42px; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.search-box { background: #fff; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); }
.search-box .input { width: 220px; }
.search-box .submit { background-image: url("../images/search2.png"); }


.index-box { position: relative; z-index: 1; padding: 42px 0 40px; }
.index-box .w50 { width: 48.4%; }
.index-box .w100 { width: 100%; }

.news-swiper .img { padding: 338px 0 0; }
.news-swiper .text { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 2; width: 100%; padding: 0 160px 0 20px; background: rgba(0, 0, 0, 0.5); }
.news-swiper .title { font-weight: 700; color: #fff; line-height: 55px; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); -webkit-transition: all 0.2s ease-out 0.6s; -moz-transition: all 0.2s ease-out 0.6s; -ms-transition: all 0.2s ease-out 0.6s; -o-transition: all 0.2s ease-out 0.6s; transition: all 0.2s ease-out 0.6s; }
.news-swiper .swiper-slide-active .title { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.news-swiper .pagination { position: absolute; z-index: 2; width: auto; left: auto; right: 14px; bottom: 15px; }
.news-swiper .pagination span { vertical-align: middle; width: 10px; height: 10px; border: 2px solid transparent; background: #d6d3c2; opacity: 1; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.news-swiper .pagination .swiper-pagination-bullet-active { width: 12px; height: 12px; background: transparent; border-color: #fff; }

.news-swiper2 { position: relative; padding: 10px 0 0; }
.news-swiper2 .img-zoom:hover .title { color: #a13f36; font-weight: 700; }
.news-swiper2 .img { padding: 180px 0 0; background-size: contain; background-color: #fff; }
.news-swiper2 .title { margin: 3px 0 0; text-align: center; }
.news-swiper2 .arrow { position: absolute; top: auto; right: auto; bottom: 45%; left: auto; z-index: 1; width: 42px; height: 42px; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; }
.news-swiper2 .arrow.swiper-prev { left: -70px; }
.news-swiper2 .arrow.swiper-next { right: -70px; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }

.list1 li { position: relative; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list1 li::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: #a13f36; -webkit-transition: all 0.42s ease-out 0s; -moz-transition: all 0.42s ease-out 0s; -ms-transition: all 0.42s ease-out 0s; -o-transition: all 0.42s ease-out 0s; transition: all 0.42s ease-out 0s; }
.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::after { width: 100%; }
.list1 li:hover .title, .list1 li:hover .date { color: #a13f36; }
.list1 li:hover .title { font-weight: 700; }
.list1 .title { display: inline-block; vertical-align: top; width: calc(100% - 130px); }
.list1 .title::before { display: inline-block; content: ""; width: 6px; height: 6px; margin: 0 13px 2px 0; background: #a13f36; border-radius: 50%; }

.footer { background: #a13f36; }

.foot-link { padding: 15px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.foot-link h6 { font-size: 18px; font-weight: 700; line-height: 44px; color: #fff; text-align: left; }
.foot-link .link-box { width: calc(100% - 130px); }
.foot-link .link-box a { position: relative; display: inline-block; margin: 0 45px 0 0; font-size: 15px; font-weight: 500; line-height: 44px; color: #fff; text-align: left; }
.foot-link .link-box a::after { position: absolute; top: auto; right: auto; bottom: 5px; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: #fff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.foot-link .link-box a:hover::after { width: 100%; }

.copy { padding: 18px 0; font-size: 14px; font-weight: 500; line-height: 32px; color: rgba(255, 255, 255, 0.6); text-align: center; }
.copy a { color: rgba(255, 255, 255, 0.6); }

.section { position: relative; z-index: 1; }

.aside { position: relative; z-index: 3; width: 2.4rem; margin: .45rem 0; background: rgba(255, 255, 255, 1); }
.aside h3 { position: relative; font-family: "SYSTBOOD"; font-size: 0.27rem; font-weight: 500; line-height: 0.8rem; color: #fff; text-align: center; background: #a13f36; }

.aside-nav { position: relative; padding: .1rem .2rem .25rem .2rem; border-left: 3px solid #a13f36; }
.aside-nav li { position: relative; border-bottom: 1px dashed rgba(158, 1, 5, 0.1); }
.aside-nav li:last-child { border: none; }
.aside-nav li.cur > a { color: #a13f36; font-weight: 700; }
.aside-nav li.cur .lv3 { display: block; }
.aside-nav li:hover > a { color: #a13f36; }
.aside-nav a { display: block; padding: 0 .3rem 0 .2rem; font-size: 0.17rem; font-weight: 500; line-height: 0.6rem; color: #333; text-align: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.aside-nav .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .3rem; height: .65rem; background-image: url("../images/j_icon8.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 8px; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.aside-nav .down.close { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.aside-nav .lv3 { display: none; padding: 0 0 .15rem; margin: -.1rem 0 0 .3rem; }
.aside-nav .lv3 a { height: auto; padding: .1rem 0; font-size: .14rem; line-height: .18rem; }
.aside-nav .lv3 a::before { display: inline-block; width: 4px; height: 4px; background: #bbb; margin: 0 .1rem 3px 0; content: ""; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.aside-nav .lv3 a:hover { color: #a13f36; }
.aside-nav .lv3 a:hover::before { background: #a13f36; }
.aside-nav .lv3 a.cur { color: #a13f36; font-weight: 700; }
.aside-nav .lv3 a.cur::before { background: #a13f36; }

.main { position: relative; z-index: 4; width: calc(100% - 2.8rem); min-height: 420px; margin: .35rem 0 .4rem; }
.main .list1 { margin: 12px 0 0; }
.main .list1 li { border-bottom: 1px dashed rgba(0, 0, 0, 0.1); }
.main .list1 li::after { bottom: -1px; }
.main .list1 .title, .main .list1 .date { line-height: .6rem; }

.position { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #a13f36; }
.position h3 { white-space: nowrap; font-family: "SYSTBOOD"; font-size: 0.24rem; font-weight: 700; line-height: 0.56rem; color: #333; text-align: left; }

.place { font-size: 0.15rem; font-weight: 500; line-height: 0.56rem; color: #777; text-align: left; padding: 0 0 0 26px; white-space: nowrap; background-image: url(../images/j_icon7.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.place a { color: #777; }
.place a:hover { color: #a13f36; }
.place a:last-child { color: #a13f36; }

.picture2 { margin: .2rem 0 0; }
.picture2 li.no-img .text { width: 100%; padding-left: 0; }
.picture2 a { position: relative; display: block; padding: 0.32rem 0.25rem; font-size: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.picture2 a::after { position: absolute; top: auto; right: 0; bottom: -0.3rem; left: auto; z-index: 1; width: 2.85rem; height: 100%; content: ""; background-image: url("../images/f_icon6.png"); background-repeat: no-repeat; background-position: 50% 0; background-color: transparent; background-size: 100%; opacity: 0; }
.picture2 .img-frame { display: inline-block; vertical-align: top; width: 2.6rem; }
.picture2 .img-frame .img { padding: 1.5rem 0 0; }
.picture2 .text { display: inline-block; vertical-align: top; width: calc(100% - 2.6rem); padding: 0 0 0 .3rem; }
.picture2 .date { margin: .08rem 0 .12rem; font-size: .18rem; }
.picture2 .title { font-size: .19rem; line-height: .3rem; color: #222; }
.picture2 .info { font-size: .16rem; line-height: .26rem; height: .52rem; color: #777; }

.picture3 { font-size: 0; margin: 0 -0.15rem; }
.picture3 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.15rem; }
.picture3 .img-zoom { margin: .3rem 0 0; padding: .12rem .12rem 8px; border: 1px solid #eee; border-radius: 4px; overflow: visible; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; background: rgba(255, 255, 255, 1); box-shadow: 0px 0.05rem 0.12rem 0px rgba(50, 0, 0, 0.1); }
.picture3 .img { padding: 65% 0 0; }
.picture3 .text { padding: 5px 0 0; }

.teach-column { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; margin: .2rem 0 0; border-bottom: 1px solid #ddd; }
.teach-column h5 { margin: 0 0 -1px; font-size: 0.22rem; font-weight: 700; line-height: 0.5rem; color: #333; text-align: left; border-bottom: 3px solid #a13f36; }
.teach-column .more { padding: 0; font-size: .16rem; line-height: .5rem; background: none; }

.teach-list { font-size: 0; margin: 0 -0.2rem; }
.teach-list > li { display: inline-block; vertical-align: top; width: 25%; padding: 0 0.2rem; }
.teach-list li { margin: .3rem 0 0; }
.teach-list .img-zoom { padding: .12rem .12rem .05rem; background: rgba(255, 255, 255, 1); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; border-radius: 4px; box-shadow: 0px 0.05rem 0.12rem 0px rgba(50, 0, 0, 0.1); }
.teach-list .img-zoom:hover { background: #a13f36; box-shadow: 0px 4px 10px 0px rgba(14, 65, 150, 0.2); }
.teach-list .img-zoom:hover .title { color: #fff; }
.teach-list .img-frame .img { padding: 120% 0 0; background-position-y: 10%; }
.teach-list .title { line-height: .5rem; text-align: center; }

.article { min-height: 5rem; padding: .42rem 4% .35rem; background: #fff; }
.article .title { font-size: 0.24rem; font-weight: 500; line-height: 140%; color: #333; text-align: center; }
.article .sub-title1 { margin: 0 0 .08rem; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: center; }
.article .sub-title2 { margin: .08rem 0 0; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #666; text-align: center; }
.article .sub { margin: .1rem 0 0; padding: .1rem 0 .25rem; font-size: 0.14rem; font-weight: 500; line-height: 0.22rem; color: #868686; text-align: center; border-bottom: 1px solid #dfdfdf; }
.article .content { padding: .3rem 0 .2rem; font-size: 0.16rem; font-weight: 500; line-height: 180%; color: #333; text-align: justify; }
.article .content p { text-indent: 2em; word-break: break-all; margin: 0 0 .16rem; }
.article .content img, .article .content video { max-width: 100%; height: auto !important; }
.article .content video { display: block; margin: 0 auto; }
.article .content table { max-width: 100%; margin: 0 auto .2rem; }
.article .content table td { word-break: break-all; }
.article .content table p { text-indent: 0; margin: 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: 0 auto .2rem; }
.article .cont-page { position: relative; padding: .3rem 90px .28rem .1rem; border-top: 1px solid #a13f36; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.16rem; font-weight: 500; line-height: 0.28rem; color: #666; text-align: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.article .cont-page a span { position: relative; }
.article .cont-page a span::after { position: absolute; top: auto; right: auto; bottom: -2px; left: 0; z-index: 1; width: 0; height: 1px; background: #a13f36; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; content: ""; }
.article .cont-page a:hover { text-decoration: none; color: #a13f36; font-weight: 700; }
.article .cont-page a:hover span::after { width: 100%; }
.article .return-list { position: absolute; top: 50%; right: 0; bottom: auto; left: auto; z-index: 1; text-align: center !important; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.article .return-list p { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; font-size: 0.16rem; font-weight: 500; line-height: 200%; color: #a13f36; text-align: center; }
.article .return-list:hover p { font-weight: 700; }
.article ul a, .article a { color: #2196f3; }
.article ul a:hover, .article a:hover { text-decoration: underline; }
.article .table-box { overflow-x: auto; }

#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: .4rem 0 .1rem !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 .2s; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 9px 11px; color: #bd6a62; border: 1px solid #ccc; border-radius: 4px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #a13f36; font-weight: bold; color: #fff; border-color: #a13f36; }
#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; }

/*# sourceMappingURL=style.css.map */