@charset "utf-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff;}
#loading .loading-img { width: 100%; height: 100%; background-image: url(../images/logo.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; animation: fade 1.5s infinite alternate;}

@keyframes fade { 0% { opacity: 1;}
  100% { opacity: 0.1;} }
html { min-width: 320px; font-size: 100px;}

body.hide { overflow: hidden;}

.container { width: 85%; max-width: 1400px; margin: 0 auto; font-size: .16rem;}

.header { position: relative; z-index: 200; padding: .25rem 0; background: #b10202;}
.header .logo { max-width: calc(100% - 3rem);}
.header .logo a { display: inline-block; outline: none;}
.header .logo img { max-width: 100%; vertical-align: middle;}
.header .container .fr { margin: .2rem 0 0;}

.search { display: inline-block; font-size: 0; padding: 0 5px 0 .15rem; border-radius: 4px; border: 1px solid #d06767; border-radius: .35rem; vertical-align: top;}
.search .input { width: 1.8rem; height: .35rem; font-size: 0.14rem; font-weight: 500; line-height: 0.35rem; color: #fff; text-align: left; vertical-align: top;}
.search .input::placeholder { color: #daa4a4;}
.search .submit { width: .35rem; height: .35rem; vertical-align: top; background-image: url(../images/j_icon1.jpg); background-repeat: no-repeat; background-position: 50% 40%; background-color: transparent; background-size: auto;}
.search form { white-space: nowrap;}

.nav { position: relative; z-index: 999; background: #9d0303;}
.nav li { position: relative; float: left; width: 12%;}
.nav li a { display: block; font-size: 0.2rem; font-weight: 700; line-height: 0.5rem; color: #fff; text-align: center; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s;}
.nav li:hover > a { color: #fff; background: #b10202;}
.nav li:hover .lv2 { display: block; opacity: 1; transition: all .3s; -ms-transition: all .3s;}
.nav .lv2 { display: none; position: absolute; top: 100%; right: auto; bottom: auto; left: 0%; z-index: 1; width: 100%; background: #b10202; opacity: 0;}
.nav .lv2 a { padding: .12rem 5px; font-size: .16rem; line-height: .22rem; font-weight: 400;}
.nav .lv2 a:hover { color: #333; background: #fff;}

.banner { position: relative; z-index: 1; font-size: 0; width: 100%; overflow: hidden;}
.banner .slick-slide img { width: 100%; -webkit-transition: transform 0.3s linear 0s; -moz-transition: transform 0.3s linear 0s; -o-transition: transform 0.3s linear 0s; transition: transform 0.3s linear 0s;}
.banner .img { display: block; position: relative; padding: 31.25% 0 0;}
.banner .img img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover;}
.banner .slick-arrow { position: absolute; top: 45%; right: auto; bottom: auto; left: auto; z-index: 1; width: .75rem; height: .75rem; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s;}
.banner .slick-arrow.slick-prev { left: 5%; background-image: url(../images/prev.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%;}
.banner .slick-arrow.slick-next { right: 5%; background-image: url(../images/next.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%;}
.banner .slick-dots { position: absolute; top: auto; right: auto; bottom: 0.3rem; left: 50%; z-index: 1; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);}
.banner .slick-dots li { display: inline-block; width: 14px; height: 14px; margin: 0 7px; border-radius: 50%; background: #fff; vertical-align: middle; cursor: pointer; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s;}
.banner .slick-dots li.slick-active { background: #cc0000;}

.tt1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

.tt2 { display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}

.tt3 { display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}

.tt4 { display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden;}

.tt5 { 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.4s linear 0s; -moz-transition: transform 0.4s linear 0s; -o-transition: transform 0.4s linear 0s; transition: transform 0.4s 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.4s linear 0s; -moz-transition: transform 0.4s linear 0s; -o-transition: transform 0.4s linear 0s; transition: transform 0.4s 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); -o-transform: scale(1.1); transform: scale(1.1);}
.img-scale:hover .img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);}

.column { margin: .4rem 0 .28rem;}
.column h3 { display: inline-block; padding: 0 0 0 .1rem; font-size: 0.26rem; font-weight: 700; line-height: 0.28rem; color: #000; text-align: left; border-left: 3px solid #b10202;}

.more { font-size: 0.14rem; font-weight: 500; line-height: 0.28rem; color: #808080; text-align: left; letter-spacing: 1px;}
.more:hover { color: #b10202;}

.title { font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #000; text-align: justify;}
.title span { background-image: linear-gradient(#b10202, #b10202); background-repeat: no-repeat; background-size: 0 1px; background-position: 0 100%; -webkit-transition: background-size 0.5s linear 0s; -moz-transition: background-size 0.5s linear 0s; -o-transition: background-size 0.5s linear 0s; transition: background-size 0.5s linear 0s;}
.title:hover span { background-size: 100% 1px;}
.title:hover { color: #b10202;}

.date { font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #999; text-align: left;}

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #888; text-align: justify;}

.pic-list .img-scale { position: relative;}
.pic-list .img-scale .img { padding: 70.3125% 0 0;}
.pic-list .date { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; padding: 7px 8px; font-size: .12rem; line-height: .15rem; color: #fff; background: rgba(210, 44, 9, 0.9); text-align: center;}
.pic-list .date p:first-child { font-size: .22rem; line-height: .28rem;}
.pic-list .title { margin: .14rem 0 .1rem; font-weight: 700;}
.pic-list .info { height: .48rem;}
.pic-list .line { width: 100%; height: 2px; margin: .22rem 0 0; background: #d22c09;}

.pic-list2 li { position: relative; font-size: 0; padding: .3rem 0; border-bottom: 1px dashed #ddd; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s;}
.pic-list2 li:hover { box-shadow: 0 -15px 20px -20px rgba(0, 0, 0, 0.2) inset, 0 0 0 0 #fff inset;}
.pic-list2 li:hover .date { color: #fff; background: #d22c09;}
.pic-list2 li:hover .title { font-weight: 700;}
.pic-list2 .img-scale { display: inline-block; vertical-align: top; width: 2rem;}
.pic-list2 .img-scale .img { padding: 67.5% 0 0;}
.pic-list2 .text { display: inline-block; vertical-align: top; width: calc(100% - 2rem); padding: 0 .85rem 0 2.6%;}
.pic-list2 .text .title { line-height: .48rem; margin: 0 0 4px;}
.pic-list2 .date { position: absolute; top: 40%; right: 0; bottom: auto; left: auto; z-index: 1; padding: 8px 6px; font-size: .12rem; line-height: .18rem; color: #b10202; text-align: center; background: #f3e9e7; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: background 0.25s linear 0s; -moz-transition: background 0.25s linear 0s; -o-transition: background 0.25s linear 0s; transition: background 0.25s linear 0s;}
.pic-list2 .date p:first-child { font-size: .22rem; line-height: .26rem;}

.pic-list3 { margin: .2rem 0 0;}
.pic-list3 li { padding: .22rem 0; font-size: 0; border-bottom: 1px solid #eee; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s;}
.pic-list3 li:hover { box-shadow: 0 -15px 20px -20px rgba(0, 0, 0, 0.2) inset, 0 0 0 0 #fff inset;}
.pic-list3 .img-scale { display: inline-block; vertical-align: top; width: 2.5rem;}
.pic-list3 .img-scale .img { padding: 126.37% 0 0;}
.pic-list3 .text { display: inline-block; vertical-align: top; width: calc(100% - 2.5rem); padding: 0 0 0 .4rem;}
.pic-list3 .name { margin: 0 0 4px; font-size: 0.22rem; font-weight: 700; line-height: 0.45rem; color: #222; text-align: left;}
.pic-list3 .name:hover { color: #b10202;}
.pic-list3 .info { font-size: .16rem; color: #000; line-height: .32rem;}
.pic-list3 .info span { color: #666;}

.list1 { font-size: 0; margin: 0 -0.15rem;}
.list1 > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0.15rem;}
.list1 li { margin: 0 0 .32rem;}
.list1 a { display: block; padding: .14rem .18rem; border: 1px solid #ddd; border-bottom-width: 3px; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s;}
.list1 a:hover { border-color: transparent; border-bottom-color: #b10202; -webkit-transform: translateY(-6px); -moz-transform: translateY(-6px); -o-transform: translateY(-6px); transform: translateY(-6px); box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.3);}
.list1 .date { color: #b10202; margin: 0 0 4px;}
.list1 .date span { font-size: .24rem; font-weight: 700;}
.list1 li .title{height:.6rem;}



.list2 { margin: .12rem 0 0;}
.list2 li { border-bottom: 1px dashed #ddd;}
.list2 .title { display: inline-block; vertical-align: top; width: calc(100% - 1.5rem); line-height: .64rem;}
.list2 .title::before { display: inline-block; content: ""; width: 8px; height: 8px; margin: 0 .1rem 1px 0; background: #d22c09; border-radius: 50%;}
.list2 .date { line-height: .64rem;}
.list2 .date span { font-size: .24rem; font-weight: 700; color: #b10202; vertical-align: top; letter-spacing: 1px;}

.index-main { padding: 0 0 .1rem;}

.news-slick { margin: 0 -.2rem; font-size: 0;}
.news-slick .slick-slide { padding: 0 .2rem;}
.news-slick .slick-arrow { position: absolute; top: 45%; right: auto; bottom: auto; left: auto; z-index: 1; width: .36rem; height: .36rem; cursor: pointer; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; -webkit-transition: background 0.3s linear 0s; -moz-transition: background 0.3s linear 0s; -o-transition: background 0.3s linear 0s; transition: background 0.3s linear 0s;}
.news-slick .slick-arrow.slick-prev { left: -.45rem; background-image: url(../images/j_icon3.jpg);}
.news-slick .slick-arrow.slick-prev:hover { background-image: url(../images/j_icon3_3.jpg);}
.news-slick .slick-arrow.slick-next { right: -.45rem; background-image: url(../images/j_icon3_2.jpg);}
.news-slick .slick-arrow.slick-next:hover { background-image: url(../images/j_icon3_4.jpg);}
.news-slick .slick-dots { display: none !important; text-align: center;}
.news-slick .slick-dots li { display: inline-block; width: 12px; height: 12px; margin: 0 5px; border-radius: 50%; background: #ccc; vertical-align: middle; cursor: pointer; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s;}
.news-slick .slick-dots li.slick-active { background: #cc0000;}

.bszn-link { font-size: 0; margin: 0 -0.17rem;}
.bszn-link > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.17rem;}
.bszn-link li { margin: 0 0 .35rem;}
.bszn-link a { display: table; width: 100%; height: 1.28rem; padding: 5px; background: #eee; font-size: 0.16rem; font-weight: 500; line-height: 0.22rem; color: #000; text-align: center; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s;}
.bszn-link a i { display: block; width: .54rem; height: .54rem; margin: 0 auto .11rem; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%;}
.bszn-link a:hover { background: #b10202; color: #fff; -webkit-transform: translateY(-6px); -moz-transform: translateY(-6px); -o-transform: translateY(-6px); transform: translateY(-6px); box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.35);}
.bszn-link a.a1 i { background-image: url(../images/j_icon4_1.jpg);}
.bszn-link a.a1:hover i { background-image: url(../images/j_icon4_1_2.jpg);}
.bszn-link a.a2 i { background-image: url(../images/j_icon4_8.jpg);}
.bszn-link a.a2:hover i { background-image: url(../images/j_icon4_8_2.jpg);}
.bszn-link a.a3 i { background-image: url(../images/j_icon4_3.jpg);}
.bszn-link a.a3:hover i { background-image: url(../images/j_icon4_3_2.jpg);}
.bszn-link a.a4 i { background-image: url(../images/j_icon4_2.jpg);}
.bszn-link a.a4:hover i { background-image: url(../images/j_icon4_2_2.jpg);}
.bszn-link a.a5 i { background-image: url(../images/j_icon4_5.jpg);}
.bszn-link a.a5:hover i { background-image: url(../images/j_icon4_5_2.jpg);}
.bszn-link a.a6 i { background-image: url(../images/j_icon4_6.jpg);}
.bszn-link a.a6:hover i { background-image: url(../images/j_icon4_6_2.jpg);}
.bszn-link a.a7 i { background-image: url(../images/j_icon4_7.jpg);}
.bszn-link a.a7:hover i { background-image: url(../images/j_icon4_7_2.jpg);}
.bszn-link a.a8 i { background-image: url(../images/j_icon4_4.jpg);}
.bszn-link a.a8:hover i { background-image: url(../images/j_icon4_4_2.jpg);}
.bszn-link a.a9 i { background-image: url(../images/j_icon4_9.jpg);}
.bszn-link a.a9:hover i { background-image: url(../images/j_icon4_9_2.jpg);}

.table-cell { display: table-cell; vertical-align: middle;}

.bszn { width: 48.4%;}

.gzdt { width: 48.4%; margin: 0 0 0 3.2%;}

.footer { background: #b10202; overflow:hidden;}

.yqlj { padding: .18rem 0; float:left;}
.yqlj .tips { padding: 0 0 0 .1rem; font-size: 0.21rem; font-weight: 700; line-height: 0.21rem; color: #fff; text-align: left; border-left: 3px solid #fff; margin-top: .07rem;}
.yqlj .tips2 { display: inline-block; font-size: 0.16rem; font-weight: 700; line-height: 0.32rem; color: #fff; text-align: left;}
.yqlj .tips2::before { display: inline-block; content: ""; width: 0; height: 0; border-top: 5px solid transparent; border-right: 8px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid #fff;}
.yqlj .box {width: 3rem; margin-left: 0.3rem;}
.yqlj a { display: inline-block; font-size: 0.14rem; font-weight: 500; line-height: 0.32rem; color: #fff; text-align: left; white-space: nowrap; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; width:31.3%;}
.yqlj a:hover { -webkit-transform: translateY(-2px); -moz-transform: translateY(-2px); -o-transform: translateY(-2px); transform: translateY(-2px); text-decoration: underline !important;}

.copy { padding: .22rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.28rem; color: #fff; text-align: left;float:right;}
.copy a { color: #fff;}

.btn { display: none; align-items: center;}
.btn .search-btn { display: inline-block; width: 36px; height: 34px; background-image: url(../images/j_icon1_2.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; background-size: auto; vertical-align: top; cursor: pointer; border-radius: 4px; box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);}
.btn .nav-btn { display: inline-block; width: 36px; height: 34px; font-size: 0; padding: 8px 0 0; margin: 0 0 0 .2rem; border-radius: 4px; text-align: center; vertical-align: top; cursor: pointer; background: #fff; box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);}
.btn .nav-btn i { display: inline-block; width: 24px; height: 2px; margin: 6px 0 0; background: #b10202; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s;}
.btn .nav-btn i:nth-child(1) { margin-top: 0;}
.btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0, 8px) rotate(45deg); -moz-transform: translate(0, 8px) rotate(45deg); -o-transform: translate(0, 8px) rotate(45deg); transform: translate(0, 8px) rotate(45deg);}
.btn .nav-btn.close i:nth-child(2) { opacity: 0;}
.btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0, -8px) rotate(-45deg); -moz-transform: translate(0, -8px) rotate(-45deg); -o-transform: translate(0, -8px) rotate(-45deg); transform: translate(0, -8px) rotate(-45deg);}

.mask { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 101; background: rgba(0, 0, 0, 0.75);}
.mask.show .search { top: 38%; opacity: 1; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s;}
.mask .close { position: absolute; top: 12%; right: 12%; bottom: auto; left: auto; z-index: 1; cursor: pointer; width: 80px; height: 80px;}
.mask .close i { display: block; width: 100%; height: 2px; background: #fff;}
.mask .close i:nth-child(1) { -webkit-transform: translate(0, 41px) rotate(45deg); -moz-transform: translate(0, 41px) rotate(45deg); -o-transform: translate(0, 41px) rotate(45deg); transform: translate(0, 41px) rotate(45deg);}
.mask .close i:nth-child(2) { -webkit-transform: translate(0, 39px) rotate(-45deg); -moz-transform: translate(0, 39px) rotate(-45deg); -o-transform: translate(0, 39px) rotate(-45deg); transform: translate(0, 39px) rotate(-45deg);}

.decoration { position: relative; z-index: 1; max-height: 3.6rem; overflow: hidden;}
.decoration img { width: 100%; vertical-align: top;}

.section { position: relative; z-index: 2;}

.sidebar { width: 2.2rem; margin: .3rem 0 0;}
.sidebar h1 { font-size: 0.26rem; font-weight: 700; line-height: 0.7rem; color: #fff; text-align: center; background: rgb(177, 2, 2);}
.sidebar h1 i { display: block; margin: 0 auto;}
.sidebar .lv2-nav { padding: .2rem 0 .3rem .1rem; background: #f5f5f5;}
.sidebar .lv2-nav li { position: relative; border-left: 4px solid transparent;}
.sidebar .lv2-nav a { display: block; padding: .12rem .34rem .12rem 10%; font-size: 0.17rem; font-weight: 500; line-height: 0.25rem; color: #000; text-align: left;}
.sidebar .lv2-nav a:hover { color: #b10202;}
.sidebar .lv2-nav li.cur { border-color: #b10202; background: #fff;}
.sidebar .lv2-nav li.cur > a { color: #b10202; font-weight: 700;}
.sidebar .lv2-nav li.cur .lv3 { display: block;}
.sidebar .lv2-nav li.cur .down { display: block;}
.sidebar .lv2-nav .down { display: none; position: absolute; top: 50%; right: 0; bottom: auto; left: auto; z-index: 1; width: .3rem; height: .3rem; font-size: 0.2rem; font-weight: 700; line-height: 0.3rem; color: #b10202; text-align: left; cursor: pointer; transform: translateY(-50%); -ms-transform: translateY(-50%);}
.sidebar .lv2-nav .lv3 { display: none; padding: 0 0 .1rem .1rem;}
.sidebar .lv2-nav .lv3 a { padding: 6px .1rem 6px .4rem; font-size: .15rem; font-weight: 500; line-height: .25rem; color: #000; text-align: left;}
.sidebar .lv2-nav .lv3 a:hover { color: #b10202;}
.sidebar .lv2-nav .lv3 a.cur { color: #b10202; font-weight: 700;}

.main { width: calc(100% - 2.6rem); min-height: 4rem; margin: .3rem 0 .4rem;}

.position { margin-top: 0; border-bottom: 1px solid #ddd;}
.position h3 { display: inline-block; margin: 0 0 .12rem; padding: 0 0 0 .1rem; font-size: 0.24rem; font-weight: 700; line-height: 0.26rem; color: #000; text-align: left; border-left: 3px solid #b10202;}

.place { padding: 0 0 0 .25rem; font-size: 0.14rem; font-weight: 500; line-height: 0.26rem; color: #999; text-align: left; background-image: url(../images/x_icon5.jpg); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto;}
.place a { color: #999;}
.place a:hover { color: #b10202;}

.article { padding: .4rem 5% 0;}
.article .title { margin: 0 0 .1rem; font-size: 0.3rem; font-weight: 700; line-height: 0.32rem; color: #b10202; text-align: center;}
.article .sub { margin: .2rem 0 .3rem; padding: .13rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.22rem; color: #999; text-align: center; border-bottom: 1px dashed #ccc; border-top: 1px dashed #ccc;}
.article a{color:#000;}
.article .sub span { margin: 0 6px;}
.article .content { padding: 0 0 .4rem; font-size: 0.18rem; font-weight: 500; line-height: 0.4rem; color: #000; text-align: left;}
.article .content p { text-indent: 2em !important; text-align: justify;line-height:2em !important;font-family:微软雅黑 !important;font-size:0.18rem !important;}
.article .content p span{ text-indent: 2em !important; text-align: justify !important;font-family:微软雅黑 !important;font-size:0.18rem !important;}
.article .content img, .article .content video { display: block; max-width: 100%; height: auto !important; margin: .25rem auto;}
.article .content table { max-width: 100%; margin: .25rem auto;}
.article .content table p { text-indent: 0;}
.article .content iframe { max-width: 100%; margin: .25rem auto; display:block;}
.article .cont-page { padding: .25rem 0 0; border-top: 1px dashed #ccc;}
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.16rem; font-weight: 500; line-height: 0.27rem; color: #494949; text-align: left; -webkit-transition: all 0.3s linear 0s; -moz-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: #b10202;}
.article .cont-page a:hover { color: #b10202; -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px);}




#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.jpg) no-repeat 0 0;}
#browser-modal .browser-content .browser-item .iconfirefox { background: url(../images/bro.jpg) no-repeat 0 -100px;}
#browser-modal .browser-content .browser-item .iconopera { background: url(../images/bro.jpg) no-repeat 0 -200px;}
#browser-modal .browser-content .browser-item .iconEdge { background: url(../images/bro.jpg) 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;}


#vsb_content_1271_u8 span{font-size:.14rem !important;}

@media screen and (max-width: 1240px){
.yqlj{width:100%;float:none;}
.yqlj .box{float:left;}
.copy{width:100%;float:none;}
}


@media screen and (max-width: 1300px) { .nav li a { font-size: .18rem;}
  .nav .lv2 { width: 100%; left: 0%;}
  .nav .lv2 a { font-size: .15rem;}
  .news-slick { margin: 0 -.1rem;}
  .news-slick .slick-slide { padding: 0 .1rem;}
  .news-slick .slick-arrow.slick-prev { left: -.4rem;}
  .news-slick .slick-arrow.slick-next { right: -.4rem;}
  .bszn-link, .list1 { margin: 0 -.1rem;}
  .bszn-link > li, .list1 > li { padding: 0 .1rem;}
  .bszn-link a { font-size: .14rem;} }
@media screen and (max-width: 1024px){
.article p img{width:100%;height:auto;}
}

@media screen and (max-width: 992px) { html { font-size: 95px;}
  .header { padding: .12rem 0;}
  .header .container { display: flex; justify-content: space-between; align-items: center;}
  .header .container::after, .header .container::before { display: none;}
  .header .container .logo { float: none; max-width: none; padding: 0 .3rem 0 0;}
  .header .container .logo img { max-height: 50px;}
  .header .container > .fr { float: none; margin: 0;}
  .btn { display: flex;}
  .search { visibility: hidden; opacity: 0; position: fixed; top: 40%; right: auto; bottom: auto; left: calc(50% - 210px); z-index: 200; padding: 10px 15px !important; background: #fff; -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s;}
  .search .input { width: 350px !important; height: 40px; padding: 0 8px !important; line-height: 40px; color: #333; border: 1px solid  #eee !important; border-radius: 0 !important;}
  .search .input::placeholder { color: #888;}
  .search .submit { width: 50px; height: 40px; background-image: url(../images/j_icon1_2.jpg); background-position: 50% 50% !important;}
  .search.show { border: none; border-radius: 0; visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1);}
  .nav { visibility: hidden; opacity: 0; -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7); position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 100; width: 100%; height: 100%; padding: .8rem 0 30px; background: rgba(0, 0, 0, 0.8); overflow-x: hidden; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s;}
  .nav li { float: none; width: 100%; margin: 0 !important; border-bottom: 1px solid rgba(255, 255, 255, 0.6);}
  .nav li a { font-size: .18rem; line-height: .55rem; padding: 0 .15rem; text-align: left; color: #fff; background: none !important;}
  .nav li .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .55rem; height: .55rem; background-image: url(../images/down2.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s;}
  .nav li .down.close { -webkit-transform: rotate(0); -moz-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0);}
  .nav li .lv2 { display: none; position: static; visibility: visible; opacity: 1; padding-left: 40px; padding-top: 0; border: none; background: none;}
  .nav li .lv2 a { color: #fff !important;}
  .nav li .lv2 .tri { display: none;}
  .nav li:hover .lv2 { display: none; animation: none;}
  .nav.show { visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1);}
  .banner .slick-arrow { display: none !important;}
  .banner .img { padding: 35% 0 0;}
  .column h3 { font-size: .22rem;}
  .bszn { width: 100%;}
  .gzdt { width: 100%; margin: 0;}
  .sidebar { width: 100%; margin: .25rem 0 0;}
  .sidebar h1 { position: relative; padding: 0 .2rem; line-height: .55rem; font-size: .24rem; text-align: left;}
  .sidebar h1 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .55rem; height: .55rem; background-image: url(../images/down2.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s;}
  .sidebar h1 i.down { -webkit-transform: rotate(0); -moz-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0);}
  .sidebar .lv2-nav { display: none;}
  .sidebar .lv2-nav a { text-align: left; padding-left: .3rem;}
  .main { width: 100% !important; max-width: 100%; margin: .25rem 0 .3rem;} }
@media screen and (max-width: 768px) { .container { width: 92%;}
  .news-slick .slick-dots { display: block !important; margin: .25rem 0 0;}
  .news-slick .slick-arrow { display: none !important;}
  .column { margin: .25rem 0 .2rem;}
  .bszn .column { margin-top: 0;}
  .yqlj .tips { float: none; margin: .12rem 0;}
  .yqlj .box { float: none; width: 100%;}
  .position { text-align: center;}
  .position h3 { display: block; border: none; margin: .1rem 0 -1px; text-align: center;}
  .position h3::after { display: block; content: ""; width: .5rem; height: 3px; margin: .1rem auto -1px; background: #b10202;}
  .place { float: none; display: inline-block; line-height: .3rem; text-align: center;}
  .place .icon { height: .3rem;}
  .list2 li { padding: .12rem 0;}
  .list2 .title { width: 100%; line-height: .26rem; overflow: visible; text-overflow: clip; white-space: initial;}
  .list2 .date { float: none; margin: 5px 0 0; line-height: .28rem;}
  .article { padding-left: 0; padding-right: 0;} }
@media screen and (max-width: 520px) { html { font-size: 90px;}
  .list1 { margin: 0;}
  .list1 > li { width: 100%; padding: 0; margin: 0 0 .15rem;}
  .bszn .column { margin-top: .15rem;}
  .bszn-link { text-align: center;}
  .bszn-link > li { width: 50%; margin: 0 0 .15rem;}
  .pic-list2 li { padding: .2rem 0;}
  .pic-list2 .img-scale { width: 100%;}
  .pic-list2 .text { width: 100%; padding: 0; margin: .1rem 0 0;}
  .pic-list2 .date { top: .2rem; left: 0; right: auto; -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
  .pic-list3 .img-scale { display: block; margin: 0 auto 0.1rem;}
  .pic-list3 .text { width: 100%; padding: 0; text-align: center;} 
.search{left: calc(50% - 170px);}
.search .input{width: 260px !important;}
}

/*# 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: 7px 9px; border: 1px solid #aaa; border-radius: 2px; color: #428bca;}
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a {background: #0167af; font-weight: bold; color: #fff; border-color: #0167af;}
#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;}


.list3 li { margin: .2rem 0 0; padding: 13px 16px; font-size: 0; box-shadow: 0 0 6px 0 #ccc; transition: all .3s; -ms-transition: all .3s;}
.list3 .date { display: inline-block; width: 65px; padding: 6px 0 9px; color: #b10202; line-height: 20px; text-align: center; background: #f8eeee; transition: all .3s; -ms-transition: all .3s;}
.list3 .date p:first-child { font-size: 24px; line-height: 30px; font-weight: 700;}
.list3 .text { display: inline-block; vertical-align: top; width: calc(100% - 65px); padding: 0 0 0 14px;}
.list3 .text .title span { background-image: linear-gradient(#fff, #fff);}
.list3 .text .info { line-height: 32px;}
.list3 li:hover { background: #b10202; box-shadow: 0 0 16px 0 #aaa;}
.list3 li:hover .title, .list3 li:hover .info { color: #fff;}
.list3 li:hover .date { background: #fff;}

.list4 li { padding: .2rem 0; font-size: 0; transition: all .3s; -ms-transition: all .3s; border-bottom: 1px dashed #ddd;}
.list4 .date { display: inline-block; width: 65px; color: #fff; line-height: 23px; text-align: center; background: #f8eeee; transition: all .3s; -ms-transition: all .3s; border: 1px solid #e6d8d8; background: #b10202;}
.list4 .date p:first-child { font-size: 24px; color: #b10202; line-height: 29px; background: #fff; border-bottom: 1px solid #e6d8d8;}
.list4 .text { display: inline-block; vertical-align: top; width: calc(100% - 65px); padding: 0 0 0 14px;}
.list4 .text .title { vertical-align: middle;  height: 55px; line-height: 55px;}
.list4 .text .title p { line-height: 27px; display: inline-block;}
.list4 li:hover { transform: translateX(4px); -ms-transform: translateX(4px);}
.list4 li:hover .title{ color: #b10202; font-weight: 700;}