@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: 1300px; overflow-x: auto; }

.container { width: 1300px; margin: 0 auto; }

.header { padding: 30px 0; background-image: url(../images/h_bg1.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.header .fr { margin: 12px 0 0; text-align: right; }

.logo { position: relative; }
.logo img { vertical-align: top; }

.top-link { display: inline-block; vertical-align: top; font-size: 14px; font-weight: 500; line-height: 35px; color: #666; text-align: left; }
.top-link a { color: #666; }
.top-link a:hover { color: #bd0e17; font-weight: 700; }

.search { display: inline-block; vertical-align: top; border-radius: 35px; -webkit-transition: all 0.3s linear 2s; -moz-transition: all 0.3s linear 2s; -ms-transition: all 0.3s linear 2s; -o-transition: all 0.3s linear 2s; transition: all 0.3s linear 2s; }
.search form { font-size: 0; }
.search .input { width: 0; height: 35px; vertical-align: top; font-size: 14px; font-weight: 500; line-height: 35px; color: #333; text-align: left; -webkit-transition: all 0.3s linear 2s; -moz-transition: all 0.3s linear 2s; -ms-transition: all 0.3s linear 2s; -o-transition: all 0.3s linear 2s; transition: all 0.3s linear 2s; }
.search .submit { width: 35px; height: 35px; vertical-align: top; background-image: url("../images/h_icon1.png"); background-repeat: no-repeat; background-position: 20% 50%; background-color: transparent; background-size: auto; -webkit-transition: all 0.3s linear 1s; -moz-transition: all 0.3s linear 1s; -ms-transition: all 0.3s linear 1s; -o-transition: all 0.3s linear 1s; transition: all 0.3s linear 1s; }
.search:hover { background: #fff; -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; }
.search:hover .input { width: 180px; padding: 0 10px 0 12px; -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 { position: relative; z-index: 10; background: #8f000b; }
.nav li { position: relative; float: left; width: 11.111%; }
.nav li a { position: relative; z-index: 2; display: block; font-size: 18px; font-weight: 500; line-height: 50px; color: #fff; text-align: center; white-space: nowrap; -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; background: #bd0e17; }
.nav li:hover .lv2 { display: block; animation: flipInY .8s; -ms-animation: flipInY .8s; }
.nav .lv2 { display: none; position: absolute; top: calc(100% + 12px); right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; padding: 8px 0 12px; background: #fff; transform-origin: 50% 10%; -ms-transform-origin: 50% 10%; box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); }
.nav .lv2 a { padding: 8px 5px; font-size: 15px; line-height: 18px; font-weight: 400; color: #333; }
.nav .lv2 a:hover { color: #fff; background: #8f000b; }
.nav .lv2 .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 12px; overflow: hidden; }
.nav .lv2 .tri::after { display: block; content: ""; box-sizing: border-box; width: 20px; height: 20px; 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); }

.banner { position: relative; z-index: 1; font-size: 0; }
.banner a { position: relative; display: block; height: 0; padding: 21.875% 0 0; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -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 a img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; vertical-align: top; }
.banner .slick-current a { -webkit-transform: scale(1.06); -moz-transform: scale(1.06); -ms-transform: scale(1.06); -o-transform: scale(1.06); transform: scale(1.06); -webkit-transition: transform 6s linear 0.6s; -moz-transition: transform 6s linear 0.6s; -ms-transition: transform 6s linear 0.6s; -o-transition: transform 6s linear 0.6s; transition: transform 6s linear 0.6s; }
.banner .slick-current .txt .t { -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: 20px; left: 50%; z-index: 1; -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; margin: 0 8px; width: 14px; height: 14px; background: #fff; border-radius: 50%; -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; cursor: pointer; }
.banner .slick-dots li.slick-active { background: #bd0e17; }
.banner .slick-arrow { position: absolute; top: 42%; right: auto; bottom: auto; left: auto; z-index: 1; width: 40px; height: 60px; -webkit-transition: opacity 0.3s linear 0s; -moz-transition: opacity 0.3s linear 0s; -ms-transition: opacity 0.3s linear 0s; -o-transition: opacity 0.3s linear 0s; transition: opacity 0.3s linear 0s; background-image: url("../images/h_icon4.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: rgba(0, 0, 0, 0.4); background-size: auto; }
.banner .slick-arrow.slick-prev { left: 6%; }
.banner .slick-arrow.slick-next { right: 6%; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.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 { display: block; overflow: hidden; }
.img-scale img { display: block; width: 100%; height: auto; -webkit-transition: transform 0.45s linear 0s; -moz-transition: transform 0.45s linear 0s; -ms-transition: transform 0.45s linear 0s; -o-transition: transform 0.45s linear 0s; transition: transform 0.45s linear 0s; }
.img-scale .img-frame { overflow: hidden; }
.img-scale .img { /*背景图替换img*/ height: 100%; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: transform 0.45s linear 0s; -moz-transition: transform 0.45s linear 0s; -ms-transition: transform 0.45s linear 0s; -o-transition: transform 0.45s linear 0s; transition: transform 0.45s linear 0s; }
.img-scale .img img { min-height: 100%; }
.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.img-scale:hover .img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.column { font-size: 0; margin: 0 0 0; border-bottom: 1px solid #ddd; }
.column .more { font-size: 14px; line-height: 42px; color: #999; -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; }
.column .more:hover { font-size: 15px; color: #8f000b; }
.column h3 { display: inline-block; margin: 0 0 -1px; font-size: 24px; font-weight: 700; line-height: 42px; color: #000; text-align: left; border-bottom: 3px solid #8f000b; }

.column2 { position: relative; margin: 0 0 0; font-size: 0; text-align: center; }
.column2 .more { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; font-size: 14px; line-height: 42px; color: #999; -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; }
.column2 .more:hover { font-size: 15px; color: #8f000b; }
.column2 h3 { display: inline-block; font-size: 24px; font-weight: 700; line-height: 42px; color: #000; text-align: left; }
.column2 h3::after { display: inline-block; content: ""; vertical-align: middle; width: 77px; height: 1px; margin: 0 0 0 5px; background: #bd0e17; }
.column2 h3::before { display: inline-block; content: ""; vertical-align: middle; width: 77px; height: 1px; margin: 0 5px 0 0; background: #bd0e17; }

.title { font-size: 16px; font-weight: 500; line-height: 50px; color: #000; text-align: left; }

.date { font-size: 14px; font-weight: 500; line-height: 50px; color: #999; text-align: left; }

.info { font-size: 14px; font-weight: 500; line-height: 25px; color: #666; text-align: left; }

.index-about { padding: 40px 0 50px; }
.index-about .about { width: 830px; }
.index-about .about .column { border: none; }
.index-about .about .content { height: 370px; padding: 50px 55px; font-size: 18px; font-weight: 500; line-height: 40px; color: #000; text-align: justify; box-shadow: 0 0 6px 0 #ccc; text-indent: 2em; }

.column-nav { width: 420px; }
.column-nav li { margin: 12px 0 0; }
.column-nav li:first-child { margin: 10px 0 0; }
.column-nav li:first-child a { font-size: 20px; font-weight: 700; line-height: 45px; color: #fff; background-image: url(../images/h_icon2.png); background-color: #8f000b; }
.column-nav a { display: block; padding: 0 0 0 55px; font-size: 18px; font-weight: 500; line-height: 60px; color: #000; text-align: left; background-image: url(); background-repeat: no-repeat; background-position: 19px 50%; background-color: #eee; background-size: auto; -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; }
.column-nav a:hover { color: #fff; background-image: url(../images/h_icon3.png); background-color: #cb1d1f; }

.index-periodical { padding: 40px 0 50px; background-image: url(../images/h_bg2.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }

.news-slick { margin: 0 -20px; font-size: 0; }
.news-slick .slick-list { padding: 25px 0 10px; }
.news-slick .slick-slide { padding: 0 20px; }
.news-slick .img-scale { padding: 21px 40px 0; background: #fff; border-top: 4px solid #cb1d1f; border-radius: 4px 4px 0 0; -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; }
.news-slick .img-scale .img { padding: 125% 0 0; }
.news-slick .img-scale:hover { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4); }
.news-slick .img-scale:hover .title { color: #bd0e17; font-weight: 700; }
.news-slick .title { line-height: 45px; text-align: center; }
.news-slick .slick-dots { width: 100%; margin: 18px 0 0; text-align: center; }
.news-slick .slick-dots li { display: inline-block; margin: 0 8px; width: 16px; height: 6px; background: #ccc; border-radius: 6px; -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; cursor: pointer; }
.news-slick .slick-dots li.slick-active { width: 30px; background: #bd0e17; }
.news-slick .slick-arrow { position: absolute; top: 42%; right: auto; bottom: auto; left: auto; z-index: 1; width: 40px; height: 60px; -webkit-transition: opacity 0.3s linear 0s; -moz-transition: opacity 0.3s linear 0s; -ms-transition: opacity 0.3s linear 0s; -o-transition: opacity 0.3s linear 0s; transition: opacity 0.3s linear 0s; background-image: url("../images/h_icon5.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.news-slick .slick-arrow.slick-prev { left: -50px; }
.news-slick .slick-arrow.slick-next { right: -50px; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.news-slick2 { width: 395px; margin: 25px 0 0; font-size: 0; box-shadow: 0 0 6px 0 #ccc; }
.news-slick2 .img-scale { position: relative; }
.news-slick2 .img-scale .img { padding: 56.2% 0 0; }
.news-slick2 .img-scale .date { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; padding: 6px 5px 10px; color: #fff; line-height: 18px; text-align: center; background: rgba(203, 29, 31, 0.9); }
.news-slick2 .img-scale .date p:first-child { line-height: 30px; font-size: 24px; font-weight: 700; }
.news-slick2 .text { padding: 14px 18px 20px; }
.news-slick2 .title { font-weight: 700; font-size: 18px; line-height: 32px; text-align: center; }
.news-slick2 .title:hover { color: #bd0e17; }
.news-slick2 .info { height: 50px; }
.news-slick2 .slick-dots { position: absolute; top: auto; right: auto; bottom: 125px; left: 0; z-index: 1; width: 100%; text-align: center; }
.news-slick2 .slick-dots li { display: inline-block; margin: 0 5px; width: 10px; height: 10px; background: #fff; border-radius: 50%; -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; cursor: pointer; }
.news-slick2 .slick-dots li.slick-active { background: #bd0e17; }

.index-news { padding: 35px 0; }
.index-news .news { width: 830px; }
.index-news .notice { width: 420px; }
.index-news .list1 { width: 405px; margin: 25px 0 0; }
.index-news .list2 { margin: 25px 0 0; }

.list1 li { font-size: 0; padding: 26px 0; border-bottom: 1px dashed #ddd; -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; }
.list1 li:first-child { padding-top: 0; }
.list1 li:last-child { padding-bottom: 0; border: none; }
.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 { color: #bd0e17; }
.list1 .date { display: inline-block; vertical-align: top; padding: 0 8px 0 0; color: #666; line-height: 15px; text-align: right; border-right: 1px dashed #ddd; }
.list1 .date p:first-child { font-size: 22px; font-weight: 700; line-height: 23px; margin: 0 0 6px; color: #cb1d1f; }
.list1 .text { display: inline-block; vertical-align: top; width: calc(100% - 65px); padding: 0 0 0 9px; }
.list1 .text .title { line-height: 22px; }

.list2 li { font-size: 0; padding: 7px 0; -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; }
.list2 li:first-child { padding-top: 0; }
.list2 li:last-child { padding-bottom: 0; }
.list2 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list2 li:hover .title { color: #bd0e17; }
.list2 li:hover .date { color: #fff; background: #bd0e17; }
.list2 li:hover .date p:last-child { color: #fff; }
.list2 .date { position: relative; display: inline-block; vertical-align: top; width: 90px; padding: 12px 0 11px; color: #999; line-height: 20px; text-align: center; background: #f6eeee; -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; }
.list2 .date p:last-child { font-size: 24px; line-height: 30px; color: #cb1d1f; }
.list2 .date::before { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 27px; height: 14px; border-top: 2px solid #bd0e17; border-left: 2px solid #bd0e17; }
.list2 .text { display: inline-block; vertical-align: top; width: calc(100% - 90px); padding: 5px 0 0 18px; }
.list2 .text .title { line-height: 32px; }
.list2 .text .info { line-height: 32px; }

.pic-list1 { font-size: 0; margin: 0 -15px; }
.pic-list1 > li { display: inline-block; vertical-align: top; width: 25%; padding: 0 15px; }
.pic-list1 li { margin: 30px 0 0; }
.pic-list1 .img-scale { position: relative; padding: 7px; box-shadow: 0 0 6px 0 #ccc; -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; }
.pic-list1 .img-scale::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: auto; bottom: auto; left: 50%; z-index: -1; width: 0; height: 100%; background: #bd0e17; }
.pic-list1 .img-scale .img { padding: 125% 0 0; }
.pic-list1 .img-scale:hover { border-radius: 4px; }
.pic-list1 .img-scale:hover::after { left: 0; width: 100%; -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; }
.pic-list1 .img-scale:hover .title { color: #fff; }
.pic-list1 .title { text-align: center; }

.pic-list2 li { padding: 25px 0; font-size: 0; border-bottom: 1px dashed #ddd; }
.pic-list2 .img-scale { display: inline-block; vertical-align: top; width: 215px; }
.pic-list2 .img-scale .img { padding: 55.8% 0 0; }
.pic-list2 .text { display: inline-block; vertical-align: top; width: calc(100% - 215px); padding: 0 0 0 14px; }
.pic-list2 .text .title { line-height: 25px; }
.pic-list2 .text .date { line-height: 45px; font-size: 15px; color: #bd0e17; padding: 0 0 0 25px; background-image: url(../images/h_icon6.png); background-repeat: no-repeat; background-position: 5px 50%; background-color: transparent; background-size: auto; }

.footer { background: #8f000b; }
.footer .links { padding: 12px 0; background: #eee; font-size: 16px; font-weight: 500; line-height: 36px; color: #ccc; text-align: left; }
.footer .links h6 { display: inline-block; vertical-align: top; font-size: 18px; font-weight: 700; color: #8f000b; }
.footer .links a { display: inline-block; color: #666; -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; }
.footer .links a:hover { color: #bd0e17; }
.footer > .container { position: relative; padding: 18px 0 13px; }

.copy { position: absolute; top: 50%; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); font-size: 14px; font-weight: 500; line-height: 28px; color: #fff; text-align: center; }

.qr-code img { width: 98px; }
.qr-code p { font-size: 14px; font-weight: 500; line-height: 28px; color: #fff; text-align: center; }

.decoration { position: relative; z-index: 1; max-height: 300px; overflow: hidden; }
.decoration img { width: 100%; vertical-align: top; }

.section { position: relative; z-index: 2; }

.sidebar { width: 230px; margin: -70px 0 0; }
.sidebar h1 { font-size: 28px; font-weight: 700; line-height: 70px; color: #fff; text-align: center; background: rgba(143, 0, 11, 0.9); }
.sidebar .lv2-nav { user-select: none; }
.sidebar .lv2-nav li { position: relative; border-bottom: 1px solid #ddd; }
.sidebar .lv2-nav a { display: block; font-size: 16px; font-weight: 500; line-height: 50px; color: #000; text-align: center; }
.sidebar .lv2-nav a:hover { color: #bd0e17; font-weight: 700; }
.sidebar .lv2-nav li.cur > a { font-size: 18px; color: #fff; font-weight: 700; background: #bd0e17; }

.main { width: calc(100% - 230px); min-height: 420px; padding: 0 0 0 4%; margin: 25px 0 40px; }
.main .list2 li { padding: 22px 0; border-bottom: 1px dashed #ddd; }

.position { margin-top: 0; border-bottom: 1px solid #ddd; }
.position h3 { display: inline-block; margin: 0 0 -1px; font-size: 24px; font-weight: 700; line-height: 42px; color: #000; text-align: left; border-bottom: 3px solid #bd0e17; }

.place { padding: 0 0 0 25px; font-size: 14px; font-weight: 500; line-height: 42px; color: #999; text-align: left; background-image: url(../images/h_icon9.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.place a { color: #999; }
.place a:hover { color: #8f000b; }

.article { padding: 35px 4% 0; }
.article .title { margin: 0 0 10px; font-size: 24px; font-weight: 500; line-height: 32px; color: #8f000b; text-align: center; }
.article .sub { margin: 20px 0 30px; padding: 13px 0; font-size: 14px; font-weight: 500; line-height: 22px; color: #999; text-align: center; border-bottom: 1px dashed #ccc; border-top: 1px dashed #ccc; }
.article .sub span { margin: 0 6px; }
.article .content { padding: 0 0 30px; font-size: 17px; font-weight: 500; line-height: 40px; color: #000; text-align: left; }
.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; }
.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: 16px; font-weight: 500; line-height: 27px; color: #494949; text-align: left; -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; }
.article .cont-page a span { color: #8f000b; }
.article .cont-page a:hover { color: #8f000b; -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -ms-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px); }
.article.about { padding-left: 0; padding-right: 0; }
.article.about .title { margin: 5px 0 25px; font-size: 26px; color: #bd0e17; font-weight: 400; }

#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; }

/*# sourceMappingURL=style.css.map */
#list-page {font-family: Arial; text-align: center; margin: 25px 0 30px !important; }
#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; border: 1px solid #aaa; border-radius: 3px; color: #428bca;}
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a {background: #bd0e17; font-weight: bold; color: #fff; border-color: #bd0e17;}
#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: 30px; line-height: 30px; vertical-align: bottom; }