body{ font:12px/1.5 "Microsoft YaHei",arial,simsun,sans-serif; margin:0 auto; padding:0; background:#fff; overflow-x:hidden; color:#261B1D;}
html{ -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; -webkit-font-smoothing:antialiased; -webkit-tap-highlight-color:transparent; -webkit-touch-callout:none;}

/*链接整体设置*/
a{ text-decoration:none; color:#261B1D; transition:all .15s;}
a:hover{ color:#BF2F3A;}
a:active{ color:#261B1D;}
a{ blr:expression(this.onFocus=this.close());}
a{ blr:expression(this.onFocus=this.blur());} 
div:focus,*:focus,a:focus,input:focus,button:focus,textarea:focus,select:focus{ outline:none; hide-focus:expression(this.hideFocus=true);}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ color:#999;}
input::-moz-placeholder,textarea::-moz-placeholder{ color:#999;}
input:-moz-placeholder,textarea:-moz-placeholder{ color:#999;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{ color:#999;}
input[type=button],input[type=submit],input[type=file],button,select{ -webkit-appearance:none;}

/*公用样式*/
div,table,tr,td,img,ul,li,ol,h1,h2,h3,h4,h5,h6,p,em,i,font,span,b,dl,dt,dd,form,textarea,input,select,a,button{ margin:0; padding:0; font-style:normal; font-family:"Microsoft YaHei"; box-sizing:border-box;}
ul,ol{ list-style-type:none;}
h1,h2,h3,h4{font-weight:500;}
img{ border:none; -ms-interpolation-mode:bicubic; -o-object-fit:cover; object-fit:cover;}
.left{ float:left;}
.right{ float:right;}
.clear{ clear:both;}
.clear0{ clear:both; font-size:0px; height:0px; overflow:hidden;}
.hidden{display:none;}
.w{ max-width:1200px; width:85%; margin:0 auto; max-height:999999px;}
.comflex{ display:flex; flex-wrap:wrap; justify-content:space-between;}
.comflex1{ display:flex; flex-wrap:wrap;}
.comflex2{ display:flex; flex-wrap:wrap; justify-content:center; align-items:center;}
.comflex3{ display:flex; flex-wrap:wrap; align-items:center;}
.comflex5{ display:flex; flex-wrap:wrap; justify-content:center;}
.comflex4{ display:-webkit-flex; -webkit-flex-flow:row-reverse wrap; display:flex; flex-flow:row-reverse wrap; justify-content:space-between;}
.comflex6{ display:-webkit-flex; -webkit-flex-flow:row-reverse wrap; display:flex; flex-flow:row-reverse wrap; justify-content:space-between; align-items:center;}
.pic{ position:relative; width:100%; overflow:hidden; transition:all .6s; display:block;}
.dfimg{ display:block; width:100%;}
.pic_w{ position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.pic_w a{ display:block;}
@font-face{ font-family:SHHeavy;src:url('../images/SourceHanSerifCN-Heavy.otf');}

/*header*********************************************************************/
.head{ position:relative; z-index:505; height:103px;}
.head-fixed{ position:relative; width:100%; background:url(../images/hbg.png) center top no-repeat; background-size:100% 140px; height:140px; -webkit-transform:translateY(0px); transform:translateY(0px); -webkit-transition:1s all ease; transition:1s all ease;}
.h_top{ width:100%; position:relative; height:72px; margin-bottom:6px;}
.h_lf{ width:50%;}
.logo{ width:41.16666666666667%;}
.h_lf a{ display:block;}
.h_lf img{ display:block; width:100%;}
.h_lf .line{ background:rgba(222,216,203,.8); width:1px; height:36px; margin:0 4.166666666666667%;}
.t_img1{ width:14.16666666666667%;}
.t_img2{ width:16.33333333333333%;}
.search{ width:33.33333333333333%;}
.search_form{ width:100%; position:relative; overflow:hidden; padding-top:8px;}
.s_intxt{ border:1px solid #ded8cb; border-right:none; display:block; padding:0 12px; line-height:38px; background:#fff; font-size:13px; color:#333; width:80%;}
.s_inbut{ border:none; cursor:pointer; width:20%; overflow:hidden; background:#bf2f3a; font-size:13px; text-align:center; color:#fff; height:40px;}
.nav{ width:100%;}
.nav .plebans{ font-size:16px; line-height:62px;}
.nav .plebans:after{ content:''; display:none; position:absolute; left:51%; right:51%; bottom:24px; height:3px; font-size:0; overflow:hidden; background:#fff; transition:all 0.6s;}
.nav .plebans a{ display:block; color:#4D4545; transition:all 0.6s; font-family:"SHHeavy";}
.nav li{ position:relative; text-align:center;}
.nav li.on .plebans a,.nav li.cur .plebans a{ color:#BF2F3A;}
.nav li.on .plebans:after,.nav li.cur .plebans:after{ left:0; right:0;}
.nav li.line{ background:url(../images/line.png) center center no-repeat; width:8px; margin:0 3.333333333333333%;}
.nav_bg{ display:none;}
.goutp{ opacity:0; visibility:hidden; transform:translateY(10px); transition:all 0.3s ease; position:absolute; top:100%; z-index:510; box-shadow:0 6px 16px 0 rgba(0,0,0,.05); left:50%; width:110px; margin-left:-55px; background:#fff; border-radius:0 0 5px 5px; text-align:center;}
.goutp:before{ content:''; display:block; position:absolute; left:50%; transform:translate(-50%,0); top:-6px; width:0; height:0; border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:6px solid #BF2F3A; font-size:0; overflow:hidden;}
.goutp dd{ font-size:14px; line-height:3; position:relative;}
.goutp dd a{ display:block; border-bottom:1px solid #dedede; color:#666;}
.goutp dd:last-child a{ border-radius:0 0 5px 5px; border-bottom:none;}
.goutp dd a:hover{ color:#BF2F3A; background:#f9f9f9;}
.nav li.on .goutp{ opacity:1; visibility:visible; transform:translateY(0px);}
.head_on{/* box-shadow:0 0 6px 0 rgba(0,0,0,.2); position:fixed; top:0; left:0; right:0;*/}

.sanh{ width:50px; padding:10px; position:absolute; right:calc(4% - 10px); top:0; margin-top:10.5px; display:none; z-index:555;}
.sanh>div{ height:5px; margin:10px 0px; width:100%; transition:transform 0.5s,opacity 0.5s;}
.sanh>div{ background-color:#BF2F3A;}
.tesd>div{ background-color:#BF2F3A!important;}
.tesd>div:nth-child(1){ transform:translate3d(0px,15px,0px) rotate(45deg);}
.tesd>div:nth-child(2){ opacity:0;}
.tesd>div:nth-child(3){ transform:translate3d(0px,-15px,0px) rotate(-45deg);}

.banner{ z-index:25;}
.banner img{ display:block; width:100%;}
.banner .swiper-slide{ overflow:hidden;}
.banner .swiper-slide.swiper-slide-active .pic,.banner .swiper-slide.swiper-slide-active .txt{ transition:all 1s ease 1s; transform:translateX(0); opacity:1;}
.banner .swiper-pagination{ bottom:35px;}
.banner .swiper-pagination-bullet{ width:12px; height:10px; border-radius:5px; background:#C5AD7C; opacity:.7; margin:0 5px!important; transition:all 0.6s;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{ width:24px; opacity:1;}

.combg{ width:100%; background:#fff; overflow:hidden; position:relative; padding:105px 0;}
.titc{ width:100%; line-height:1; text-align:center;}
.titc em{ display:inline-block; position:relative; font-size:40px; font-family:"SHHeavy"; color:#261B1D;}
.titc em:before,.titc em:after{ content:''; position:absolute; top:50%; transform:translate(0,-50%); width:406px; height:34px; font-size:0; overflow:hidden;}
.titc em:before{ left:calc(100% + 32px); background:url(../images/titbg_2.png) 0 0 no-repeat;}
.titc em:after{ right:calc(100% + 32px); background:url(../images/titbg_1.png) 0 0 no-repeat;}
.more{ margin-top:65px; width:100%;}
.more a{ font-size:20px; width:312px; line-height:64px; display:block; margin:0 auto; text-align:center; background:url(../images/morebg1.png) 0 0 no-repeat; background-size:cover;}

.con1{ background:url(../images/bg1.jpg) #fff center top no-repeat; background-size:cover; z-index:11;}
.con1_1{ width:100%; margin-top:60px; padding:32px 0; position:relative;}
.con1_1:after{ content:''; position:absolute; left:32px; right:0; top:0; bottom:0; font-size:0; overflow:hidden; background:url(../images/bg1_1.png) left center no-repeat; background-size:cover; box-shadow:0 8px 24px #6C525233;}
.con1_1c{ justify-content:space-between; width:100%; position:relative; z-index:13;}
.con1_1 .pic{ width:48.33333333333333%; box-shadow:0 8px 24px #6C525233;}
.con1_1 .pic a{ display:block;}
.con1_1 .pic img{ display:block; width:100%;}
.con1_1 .txt{ width:46.66666666666667%; padding-right:5.416666666666667%;}
.con1_1 .txt h3{ font-size:24px; font-weight:bold; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; -webkit-text-size-adjust:100%;}
.con1_1 .txt h3 a{ color:#fff;}
.con1_1 .txt h3 a:hover{ color:rgba(255,255,255,.8);}
.con1_1 .txt .txtc{ margin-top:20px; font-size:14px; line-height:1.714285714285714; color:#E0C9CA; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical; -webkit-text-size-adjust:100%;}
.con1_1 .txt em{ display:block; margin-top:20px;}
.con1_1 .txt em a{ color:#fff; border:1px solid #fff; font-size:16px; display:inline-block; padding:0 45px; line-height:3.125;}
.con1_1 .txt em a:hover{ color:rgba(255,255,255,.8); border-color:rgba(255,255,255,.8);}
.con1_2{ margin-top:48px; width:100%; padding-left:38px; position:relative;}
.con1_2 .ibg1{ position:absolute; left:22px; top:-16px; display:block; width:72px; height:145px; border-top:2px solid #f5ede1; border-left:2px solid #f5ede1; pointer-events:none;}
.ibg2{ position:absolute; left:-75px; bottom:68px; display:block; pointer-events:none; width:186px; z-index:55;}
.con1_2_lf{ width:calc(67.64199655765921% - 24px); background:url(../images/bg1_2.jpg) left center no-repeat; background-size:cover; border:1px dashed #c5ad7c; padding:25px 3.87263339070568% 25px 9.466437177280551%; position:relative;}
.tit2{ position:absolute; left:38px; top:32px; line-height:1.40625; font-size:32px; color:#261B1D; width:40px; text-align:center; background:url(../images/t1bg.png) center bottom no-repeat; background-size:28px 28px; padding-bottom:40px;}
.con1_2_list1{ width:100%;}
.con1_2_list1 li{ border-bottom:1px solid #d3c7b5; padding:15px 0;}
.con1_2_list1 li:last-child{ border-bottom:none;}
.con1_2_list1 li a{ display:block;}
.con1_2_list1 li h3{ font-size:20px; color:#4D4545; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; -webkit-text-size-adjust:100%; position:relative; padding-left:40px;}
.con1_2_list1 li h3:before{ content:''; position:absolute; left:2px; top:50%; transform:translate(0,-50%); width:20px; height:20px; font-size:0; overflow:hidden; background:url(../images/point1.png) center right no-repeat; background-size:cover;}
.con1_2_list1 li em{ display:block; color:#807979; font-size:16px; margin-top:11px; padding-left:40px;}
.con1_2_list1 li a:hover h3{ color:#BF2F3A;}
.con1_2_rt{ width:32.35800344234079%;}
.con1_2_list2{ width:100%;}
.con1_2_list2 li{ margin-bottom:24px; overflow:hidden;}
.con1_2_list2 li:last-child{ margin-bottom:0;}
.con1_2_list2 li a{ display:block;}
.con1_2_list2 li img{ display:block; width:100%; transition:all 0.6s;}
.con1_2_list2 li a:hover img{ transform:scale(1.05);}

.con2{ background:url(../images/bg2.png) #97292f center top no-repeat; background-size:cover; z-index:12; padding:80px 0;}
.con2 .titc em{ color:#FFCF8C;}
.con2 .con2_txt{ margin-top:60px;}
.con2_txt{ text-align:center; color:#EFE5D1; background:url(../images/bg2_1.png) center center no-repeat; background-size:100%; line-height:1; height:80px; padding:0 10px;}
.con2_txt a{ font-size:32px; color:#EFE5D1; font-family:"SHHeavy"; padding-right:35px; position:relative;}
.con2_txt a:after{ content:''; position:absolute; right:0; top:55%; transform:translate(0,-50%); width:11px; height:18px; font-size:0; overflow:hidden; background:url(../images/point2.png) center right no-repeat; background-size:cover;}
.con2_bot{ width:100%; justify-content:space-between; margin-top:60px;}
.con2_lf{ padding-left:2.083333333333333%; width:37.08333333333333%; margin:0;}
.con2_lf .swiper-slide{ overflow:hidden;}
.con2_lf .swiper-slide a{ display:block; overflow:hidden;}
.con2_lf .swiper-slide img{ display:block; width:100%;}
.con2_lf .swiper-slide p{ position:absolute; left:0; bottom:0; right:0; line-height:1.5; font-size:14px; color:rgba(255,255,255,.8); background:rgba(0,0,0,.2); padding:4px 10px;}
.con2_lf .swiper-pagination{ bottom:13px; left:auto; width:auto; right:5px;}
.con2_lf .swiper-pagination-bullet{ width:10px; height:10px; border-radius:5px; background:#fff; opacity:.4; margin:0 5px!important; transition:all 0.6s;}
.con2_lf .swiper-pagination span.swiper-pagination-bullet-active{ opacity:1;}
.con2_rt{ padding-right:2.083333333333333%; width:56.66666666666667%;}
.con2_list{ width:100%;}
.con2_list li{ margin-top:40px; position:relative; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; -webkit-text-size-adjust:100%;}
.con2_list li:nth-child(1){ margin-top:0;}
.con2_list li a{ color:#F2D2D4; font-size:16px; padding-left:16px;}
.con2_list li:before{ content:''; position:absolute; left:0; top:50%; transform:translate(0,-50%); width:6px; height:6px; border-radius:50%; font-size:0; overflow:hidden; background:#FFCF8C;}
.con2_list li:hover:before{ background:#fff;}
.con2_list li a:hover{ color:#fff;}
.con2 .more a{ color:#DDB09F; background-image:url(../images/morebg2.png);}

.con3{ background:#fff; z-index:13;}
.con3_list{ width:101.333333333333333%; margin-top:-1.333333333333333%;}
.con3_list li{ margin:1.315789473684211% 1.315789473684211% 0 0; width:23.68421052631579%; overflow:hidden;}
.con3_list li a{ display:block;}
.con3_list li img{ display:block; width:100%; transition:all 0.6s;}
.con3_list li a:hover img{ transform:scale(1.05);}

.con4{ background:url(../images/bg4.png) #fff center top no-repeat; background-size:cover; z-index:14; padding-top:0;}
.con4c{ width:100%; position:relative; margin-top:75px; padding:0 7.915%;}
.con4_list li{ width:100%; overflow:hidden;}
.con4_list li .pic{ width:49.10891089108911%; padding:0 16px 16px 0;}
.con4_list li .pic:before{ content:''; position:absolute; top:0; left:0; right:16px; bottom:16px; border:1px solid #C5AD7C; font-size:0; overflow:hidden;}
.con4_list li .pic .pic_w{ top:16px; left:16px;}
.con4_list li .pic .pic_w img{ width:100%; height:100%;}
.con4_list li .pic a{ display:block;}
.con4_list li .txt{ width:45.54455445544554%; padding:32px 1.58% 0 0;}
.con4_list li .txt h3{ font-size:24px; line-height:1.666666666666667; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; -webkit-text-size-adjust:100%; background:url(../images/point4.png) left 8px no-repeat; background-size:24px 24px;}
.con4_list li .txt h3 a{ padding-left:40px; display:inline-block; color:#0D090A;}
.con4_list li .txt h3 a:hover{ color:#BF2F3A;}
.con4_list li .txt .txtc{ padding-left:40px; margin-top:35px; color:#4D4545; font-size:16px; line-height:2.5; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; -webkit-text-size-adjust:100%;}
.con4c .swiper-button-prev{ left:0;}
.con4c .swiper-button-next{ right:0;}
.con4c .swiper-button-prev,.con4c .swiper-button-next{ background:#F4F2EE; border-radius:50%; width:64px; height:64px; top:50%; transition:all 0.6s;}
.con4c .swiper-button-prev:after,.con4c .swiper-button-next:after{ font-size:26px; color:#C5AD7C; transition:all 0.6s;}
.con4c .swiper-button-next.swiper-button-disabled,.con4c .swiper-button-prev.swiper-button-disabled{ opacity:1;}
.con4c .swiper-button-next.swiper-button-disabled:after,.con4c .swiper-button-prev.swiper-button-disabled:after{ opacity:.5;}
.con4c .swiper-button-prev:hover,.con4c .swiper-button-next:hover{ background:#BF2F3A;}
.con4c .swiper-button-prev:hover:after,.con4c .swiper-button-next:hover:after{ color:#fff;}

.com li .pic_w img{ display:block; transition:all 0.6s; max-height:100%; max-width:100%;}
.com li.hover .pic_w img{ transform:scale(1.05);}

/*foot style*********************************************************************/
.footer{ width:100%; background:#8f3232; overflow:hidden; font-size:13px; line-height:24px;}
.footer *{ color:#E4C3C3;}
.footer a:hover{ color:#fff!important;}
.footer .clear{ width:100%; align-items:center; padding:28px 0;}
.f_lf{ width:46.08%; padding-left:17.92%;}
.f_logo{ width:100%; margin-bottom:32px;}
.f_logo a{ display:inline-block;}
.f_logo img{ display:block; max-width:100%;}
.f_rt{ width:53.92%; padding-left:5.42%; position:relative;}
.f_rt:before{ content:''; position:absolute; left:0; top:22px; bottom:22px; font-size:0; overflow:hidden; width:1px; background:#B85858;}
.f_rt .txt{ padding:12px 0;}
.f_rt p{ padding:4px 0;}

.abodybg .combg,.dbodybg .combg{ padding-top:142px;}
.abodybg{ background:url(../images/abodybg.png) #f9f9f7 center top no-repeat; background-size:100%;}
.abg{ background:url(../images/abg.png) center top no-repeat; background-size:100%;}
.com_w{ position:relative; border:1px solid #ccb88f;}
.com_w:before,.com_w:after,.com_c:before,.com_c:after{ content:''; position:absolute; width:32px; height:32px; background:url(../images/bbg1.png) 0 0 no-repeat; background-size:cover; font-size:0; overflow:hidden;}
.com_w:before{ left:-1px; top:-1px;}
.com_w:after{ right:-1px; top:-1px; background-image:url(../images/bbg2.png);}
.com_c:before{ left:-1px; bottom:-1px; background-image:url(../images/bbg3.png);}
.com_c:after{ right:-1px; bottom:-1px; background-image:url(../images/bbg4.png);}
.abg_c{ width:100%; position:relative; min-height:580px; padding:3.333333333333333% 5.416666666666667% 3.333333333333333% 32.08333333333333%;}
.a_t2{ display:block; position:absolute; width:24.16666666666667%; left:2.5%; top:-65px;}
.yun1{ display:block; position:absolute; width:24.75%; left:-6%; top:330px;}
.abg_c .ibg2{ left:75px;}
.abg_c .txt{ font-size:14px; color:#4D4545; line-height:2.857142857142857; text-indent:2em;}
.abg_c .txt img{ display:block; margin:0 auto; max-width:100%;}

.dbodybg{ background:url(../images/dbodybg.jpg) #f9f9f7 center top no-repeat; background-size:100%;}
.dbg{ background:none;}
.news_w{ width:100%;}
.sider{ width:20%; position:relative; padding:10px 0 10px 10px;}
.sider:before{ content:''; position:absolute; left:0; top:0; bottom:0; right:10px; font-size:0; overflow:hidden; border:4px solid #ccb88f; background:#fff;}
.siderc{ border:2px solid #ccb88f; padding:0 0 100px 14px; position:relative; z-index:55; background:#fff;}
.siderc:before{ content:''; position:absolute; left:-10px; top:-10px; width:16px; height:16px; font-size:0; overflow:hidden; border:2px solid #ccb88f;}
.yun2{ display:block; position:absolute; width:184px; left:-60px; bottom:30px;}
.n_t1{ font-size:32px; padding:19px 14px 19px 0;}
.n_t1 em{ font-family:"SHHeavy"; padding:0 10px;}
.n_t1 img{ height:18px;}
.sider_list{ border-top:2px solid #ccb88f;}
.sider_list li{ font-size:18px; border-bottom:1px solid #ccb88f; padding:26px 0;}
.sider_list li.cur{ background:linear-gradient(to right,rgba(240,224,192,0),rgba(240,224,192,1));}
.sider_list li a{ padding-left:16px;}
.sider_sub_list{ margin-top:16px;}
.sider_sub_list li{ border-bottom:none; font-size:15px; padding:8px 0 8px 18px;}
.sider_sub_list li a{ padding-left:10px;}
.news_rt{ width:76.25%; border:1px solid #ccb88f; background:#fbf9f4; padding:9px;}
.news_rt .com_w{ border-width:2px;}
.news_rt .com_c{ min-height:64px; padding:30px 30px 60px 30px;}
.news_rt .com_w:before{ left:-2px; top:-2px; background-image:url(../images/bbg1_1.png);}
.news_rt .com_w:after{ right:-2px; top:-2px; background-image:url(../images/bbg2_1.png);}
.news_rt .com_c:before{ left:-2px; bottom:-2px; background-image:url(../images/bbg3_1.png);}
.news_rt .com_c:after{ right:-2px; bottom:-2px; background-image:url(../images/bbg4_1.png);}
.news_list{ width:100%;}
.news_list li{ font-size:16px; border-bottom:1px solid #d3c7b5; padding:15px 0; position:relative; line-height:2;}
.news_list li span{ width:80%; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; -webkit-text-size-adjust:100%;}
.news_list li em{ width:20%; text-align:right; color:#807979;}
.news_list li span a{ padding-left:40px; display:block;}
.news_list li:before{ content:''; position:absolute; left:2px; top:50%; transform:translate(0,-50%); width:20px; height:20px; font-size:0; overflow:hidden; background:url(../images/point1.png) center right no-repeat; background-size:cover; pointer-events:none;}
.page{ text-align:center; width:100%; padding:50px 0 0 0;}
.page span,.page a{ border:1px solid #a69d9d; width:32px; line-height:30px; border-radius:2px; margin:0 4px; font-size:13px; color:#807979; position:relative; transition:all 0.6s;}
.page .current,.page a:hover{ background:#ccb88f; border-color:#ccb88f; color:#fff;}
.page em{ padding-left:16px; font-size:13px; color:#807979;}
.page .prev,.page .last{ font-size:0; overflow:hidden;}
.page .prev:before,.page .last:before{ content:''; display:block; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:0; height:0; border-top:6px solid transparent; border-bottom:6px solid transparent; font-size:0; overflow:hidden;}
.page .prev:before{ border-right:6px solid #a69d9d;}
.page .last:before{ border-left:6px solid #a69d9d;}
.page .prev:hover,.page .last:hover{ background:none!important;}
.p_more{ border-color:#fff!important; margin:0!important;}
.p_more:hover{ background:none!important;}
.p_more i{ width:4px; height:4px; border-radius:50%; background:#ccb88f; position:relative;}
.p_more i:before,.p_more i:after{ content:''; position:absolute; top:50%; margin-top:-2px; width:4px; height:4px; border-radius:50%; background:#ccb88f; font-size:0; overflow:hidden;}
.p_more i:before{ left:-7px;}
.p_more i:after{ right:-7px;}
.p_intxt{ text-align:center; border:1px solid #a69d9d; width:48px; line-height:30px; border-radius:2px; margin:0 6px; background:none; font-size:13px; color:#807979;}

.news_dt{ width:100%; margin-top:-65px;}
.news_dt_lf{ background:#fbf9f4; border:1px solid #ccb88f; padding:7px; width:70%;}
.location{ font-size:14px; color:#4D4545; padding:6px 0 13px 8px;}
.location a{ color:#4D4545;}
.location a:hover{ color:#BF2F3A;}
.news_dt_lf .com_c{ min-height:64px; padding:42px 3.65%;}
.news_dt_lf .com_w:before{ background-image:url(../images/bbg1_2.png);}
.news_dt_lf .com_w:after{ background-image:url(../images/bbg2_2.png);}
.news_dt_lf .com_c:before{ background-image:url(../images/bbg3_2.png);}
.news_dt_lf .com_c:after{ background-image:url(../images/bbg4_2.png);}
.news_tit{ width:100%; text-align:center;}
.news_tit h3{ font-weight:bold; font-size:32px;}
.news_tit p{ font-size:13px; margin-top:15px;}
.news_tit p em{ color:#A69D9D; padding:0 16px;}
.news_txt{ font-size:14px; line-height:1.714285714285714; color:#4D4545; margin-top:28px;}
.news_txt img{ display:block; margin:24px auto; max-width:100%;}
.up_down{ width:100%; padding-top:30px;}
.up_down li{ color:#4D4545; font-size:14px; margin-top:10px;}
.up_down li a{ color:#CC8F14;}
.news_dt_rt{ background:#fbf9f4; border:1px solid #ccb88f; padding:21px 1.916666666666667%; width:26.66666666666667%;}
.n_t3{ font-size:20px; font-weight:bold;}
.n_t3 img{ height:16px; margin-right:5px;}
.news_dt_rt_list{ font-size:14px; width:100%; margin-top:20px;}
.news_dt_rt_list li{ width:100%; position:relative; border-bottom:1px solid #d3c7b5; padding:13px 0 13px 24px; -webkit-text-size-adjust:100%;}
.news_dt_rt_list li a{ display:-webkit-box; line-height:1.5; max-height:3em; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.news_dt_rt_list li:last-child{ border-bottom:none;}
.news_dt_rt_list li:before{ content:''; position:absolute; left:0; top:50%; transform:translate(0,-50%); width:16px; height:16px; font-size:0; overflow:hidden; background:url(../images/point1.png) center right no-repeat; background-size:cover; pointer-events:none;}

.djbodybg{ background:url(../images/djbodybg.png) #9a2a32 center top no-repeat; background-size:100%;}
.dj_con1{ width:100%; margin-top:60px;}
.dj_con1_lf{ border:2px solid #CCB88F4D; width:50.83333333333333%;}
.dj_con1_lf .swiper-slide{ overflow:hidden;}
.dj_con1_lf .swiper-slide a{ display:block; overflow:hidden;}
.dj_con1_lf .swiper-slide img{ display:block; width:100%;}
.dj_con1_lf .swiper-pagination{ bottom:14px;}
.dj_con1_lf .swiper-pagination-bullet{ width:8px; height:8px; border-radius:4px; background:#fff; opacity:.3; margin:0 5px!important; transition:all 0.6s;}
.dj_con1_lf .swiper-pagination span.swiper-pagination-bullet-active{ opacity:1; width:24px;}
.dj_con1_rt{ width:49.16666666666667%; padding-left:5%;}
.dj_con1_rt h3{ font-size:24px; color:#F2D2D4; line-height:1.666666666666667; font-weight:bold; letter-spacing:.5px;}
.dj_con1_rt h3 a{ color:#F2D2D4;}
.dj_con1_rt h3 a:hover{ color:#fff;}
.dj_con1_rt .txt{ font-size:14px; color:#F2D2D4; line-height:2.285714285714286; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:6; -webkit-box-orient:vertical; -webkit-text-size-adjust:100%; margin-top:32px;}
.dj_con2{ width:100%; margin-top:60px;}
.dj_tab{ background:url(../images/dj_tbg.png) center bottom no-repeat; background-size:100%;}
.dj_tab a{ background:#C5AD7C33; font-size:24px; font-weight:bold; color:rgba(255,255,255,.6); width:20%; text-align:center; line-height:64px;}
.dj_tab a.cur{ background:#EBCF97; color:#81171E;}
.dj_con2 .con2_list{ margin-top:14px;}
.dj_con2 .con2_list li{ border-bottom:1px solid #b3424a; padding:23px 0; margin:0;}
.dj_con2 .con2_list li a{ color:#F2D2D4; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width:70%; display:block;}
.dj_con2 .con2_list li em{ display:block; position:absolute; right:0; top:50%; transform:translate(0,-50%); font-size:16px; color:#D47279;}
.dj_con2 .page span,.dj_con2 .page a,.dj_con2 .p_intxt{ border-color:#ebcf97; color:#ebcf97;}
.dj_con2 .page .prev:before{ border-right-color:#ebcf97;}
.dj_con2 .page .last:before{ border-left-color:#ebcf97;}
.dj_con2 .page em{ color:#ebcf97;}
.dj_con2 .page .current,.dj_con2 .page a:hover{ background:#ebcf97; border-color:#ebcf97; color:#261B1D;}
.dj_con2 .p_more{ border-color:#9a2a32!important;}
