@charset "utf-8";
/*基础部分开始*/
.ph{ display:none}
body{
color:#000;
margin:0 auto;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;

}
.cl{ clear:both}
.fl{ float:left;}
.fr{ float:right;}

@font-face {
    font-family: "syst";
	src:url("../font/syst.ttf")
}

::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background:000}
::-webkit-scrollbar-track-piece{background:#f6f6f6}
::-webkit-scrollbar-thumb:vertical{background:#d0d0d0;}
::-webkit-scrollbar-thumb:vertical:hover{background:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background:#535353}
::-webkit-scrollbar-resizer:vertical{background:#FF6E00}
img{ border:none}
div,ul,li
{
color:#000;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
margin:0 auto; 
padding:0;
list-style:none
}
*{outline:0px; box-sizing:border-box}
a,a:link,a:visited,a:active {
color: #333;
text-decoration: none;
}
a:hover {
text-decoration:none;
color: #85322a;
transition: 0.3s ease-in-out;
}

input::-webkit-input-placeholder{
color: #999;
}
WebKit browsers 
input::-webkit-input-placeholder { 
　color: #999;
}
Mozilla Firefox 4 to 18 
input:-moz-placeholder {  
　color: #999;
}
Mozilla Firefox 19+ 
input::-moz-placeholder {  
　　color: #999;
}
Internet Explorer 10+ 
input:-ms-input-placeholder { 
　　color: #999;
}

.warp{ width:92%; max-width:1600px;}


.v_news_content H2 {
    font-size: 16px
;}
.v_news_content .icon {
    border-right-width: 0px; margin: 3px 0px 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px
;}
.v_news_content IMG {
    margin-top:27px;}
.v_news_content DIV {
    LINE-HEIGHT: 150%;font-size: 16px
;}

.v_news_content P {
    margin: 14px 0px; line-height: 32px; 
;}

.v_news_content span {
      font-size: 16px;
;}

.v_news_content A {
    color: #1e50a2;
;}
.v_news_content A:visited {
    color: #1e50a2;
;}
.v_news_content A:hover {
    color: #ba2636
;}

.v_news_content TABLE{ border-collapse:collapse;border:1px solid #000; margin-top:25px; margin-bottom:25px;} 
.v_news_content TABLE TD{ border:1px solid #000;  padding: 2px 3px;} 

.v_news_content TABLE TD P {
    text-indent: 0px; margin: 0px; font-size: 14px
;}
.v_news_content TABLE TH P {
    text-indent: 0px; margin: 0px; font-size: 1px
;}
.v_news_content TABLE TD IMG {
    border-bottom-style: none; border-right-style: none; margin: 5px; border-top-style: none; border-left-style: none
;}
.v_news_content.fs p {
    LINE-HEIGHT: 150%;font-size: 10px
;}

.v_news_content .vsbcontent_start {
    margin: 8px 0px; line-height: 27px; 
}

.v_news_content .vsbcontent_end {
    margin: 14px 0px; line-height: 32px; 
}

.v_news_content .vsbcontent_img{
    text-align:center;text-indent:0px
}

.v_news_content .vsbcontent_video{
    text-align:center;text-indent:0px
}

.v_news_content.newscontent_l p {
    font-size: 16px;
}        
.v_news_content.newscontent_m p {
    font-size: 14px;
} 
.v_news_content.newscontent_s p {
    font-size: 12px;
} 
/*基础部分结束*/
.swiper-wrapper {
  will-change: transform; /* 优化性能 */
}
.logo{transition: 0.3s ease-in-out;}
.default{ width:100%; padding:15px 4% 35px 4%; background:url(../images/head-bg.png) top center repeat-x; background-size:100% 100%;top:0; z-index:9; position:fixed;}
.default .logo{ margin-top:10px; float:left;}
@media screen and (max-width: 1590px) { 
.default .logo{ width:35%; margin-top:20px} 
}
@media screen and (max-width: 1610px) { 
.default .logo{ width:35%; margin-top:20px} 
}

@media screen and (max-width: 1515px) { 
.default .logo{ width:35%; margin-top:20px} 
}
.default .r{ float:right}
.default .r .h1{ text-align:right; color:#fff; font-size:14px;height:30px; margin-bottom:20px}
.default .r .h1 span a{ color:#fff; cursor:pointer}
.searchicon{ float:right; width:30px; height:30px; margin-left:15px; border:1px solid #fff; background:url(../images/home_06.png) center center no-repeat; border-radius:6px;transition: 0.3s ease-in-out; cursor:pointer}
.searchicon:hover{ background:url(../images/home_06.png) center center no-repeat #85322a; border:1px solid #85322a}

.home{ float:right;height:30px; line-height:30px; border:1px solid #fff; border-radius:6px;transition: 0.3s ease-in-out; position:relative; padding-left:40px; padding-right:10px; overflow:hidden; color:#fff}
.home:before{ width:30px; height:30px; background:url(../images/home_03.png) center center no-repeat; position:absolute; left:0; top:0; content:''; border-right:1px solid #fff; background-position:5px 3px; transition: 0.3s ease-in-out; }
.home:hover{ background:#85322a; border:1px solid #85322a}
.home:hover:before{border-right:1px solid rgba(255,255,255,.2);}
/* 搜索按钮样式 */
.search-button {
    padding: 15px 30px;
    font-size: 18px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.search-button:hover {
    background-color: #0056b3;
    transform: scale(1.05);
}

/* 黑色背景遮罩 */
.search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    animation: fadeIn 0.3s ease;
}


.srarch{width:100%;height:60px;}
.searchl{ width:500px; border:none; background:#fff; padding-left:15px; height:54px; line-height:54px; font-size:14px; color:#666; float:left}
.searchr{ width:110px; border:none; background:#85322a; height:54px; line-height:54px; font-size:14px; color:#fff; text-align:center; float:right; cursor:pointer; font-size:16px}


/* 关闭按钮样式 */
.close-button {
	position:absolute;
	width:50px;
	height:50px;
	z-index:1;
	top:10%;
	right:20px;
    font-size: 24px;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
	display:none
}

.close-button:hover {
    background-color: #ff1a1a;
    transform: rotate(90deg);
	color:#fff
}

/* 动画效果 */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.menufixed{ background:#85322a;width:100%; padding:25px 4% 20px 4%;top:0; z-index:9;transition: 0.3s ease-in-out;}
.menufixed .h1{ display:none}
.menufixed .r{ float:right; margin-top:15px}
.menufixed .logo{float:left; height:50px;transition: 0.3s ease-in-out;}



nav{height:44px;z-index:2; float:right;transition: 0.3s ease-in-out;}

.nav li{
position: relative;
float: left;
padding:0 18px;
}
.nav li .on{ color:#e2ca5b !important}
.nav li:last-child{
position: relative;
float: left;
padding:0 0 0 18px;
}

.caret {
display:block;	
width: 100%;
height: 4px;
vertical-align: middle;
position:absolute;
background:#85322a;
top:0;
left:0;
text-align:center
}
.nav li a{
width:100% !important;
text-align:center;
float:left;
height:44px;
color:#fff;
font-size:.20rem;
font-weight:bold
}

.nav li a:hover{ color:#fff}

.nav li .nav-w {
z-index:21;
position:absolute;
display:none;
float:left;
clear:both;
overflow:hidden;
top:44px;
left:-20px;
width:140%;
}



.nav li .section-nav1{height:auto; overflow: hidden;}
.nav li .section-nav1 ul {
position:static;
padding:0px;
margin:0px;
width:100%;
overflow:hidden;
}
.nav li .section-nav1 ul li {
position:static;
padding:0px;
background:#fff;
width:100%;
float:left;
}
.nav li .section-nav1 ul li a {
background:rgba(255,255,255,.8);
text-align:center;
padding:0px 5px;
margin:0;
box-sizing:border-box;
height:50px;
overflow:hidden;
line-height:50px;
width:auto;
display:block;
float:none;
color:#333;
font-size:15px;
cursor:pointer;
font-weight:normal;

}
.nav li .section-nav1 ul li a:hover {
color: #85322a;
background:#f0e8e8
}
/*首页大图切换*/

.mySwiper {
width: 100%;
height:100vh;
background:#85322a
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mySwiper .swiper-slide {
background: #fff;
overflow:hidden;
}

.slide-inner {
position:relative;
width: 100%;
height:100%;
}

.slide-inner .img{
width:100%; height:100%; position:relative; z-index:1;

}



.slide-inner img{width:100%; height:100%;object-fit: cover;
opacity: 0; /* 初始透明度为0 */
transform: scale(1); /* 初始缩放为50% */
transition: transform 3.5s ease, opacity 1s ease;}

.mySwiper .swiper-slide-active img {
    opacity: 1; /* 激活时透明度为1 */
    transform: scale(1.1); /* 激活时缩放为100% */
}

.mySwiper .swiper-pagination{ bottom: 20px !important;}
.mySwiper .swiper-pagination .swiper-pagination-bullet{width:40px !important; line-height:40px; height:40px !important; color:#fff !important; font-size:24px; background:none !important}
.mySwiper .swiper-pagination .swiper-pagination-bullet-active{ border:1px solid #fff; border-radius:50px}

    .swiper-navigation-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px; /* 箭头与数字之间的间距 */
    }

 
    .swiper-pagination {
      font-size: 18px;
      font-weight: bold;
      color: #333;
      padding: 8px 16px;
      border-radius: 20px;
      min-width: 40px;
      text-align: center;
    }

.page1{ width:100%; background:#fdfaf5; padding:60px 0 80px 0; overflow:hidden}
.page1_l{ width:70%; float:left}
.page1_r{ width:28%; float:right}
.ban{ width:100%; float:left; margin-bottom:30px;}
.ban strong{ float:left; font-size:30px; color:#85322a; font-family:syst}
.ban strong img{vertical-align:middle; margin-right:10px; max-height:54px}
.ban span{ float:right; margin-top:15px}
.ban span img{vertical-align:middle; margin-left:5px; margin-bottom:3px;}
.page1_l_area{ background:url(../images/home_26.jpg) top left no-repeat #fff; padding:22px; width:100%; height:525px; float:left}
.page1_2_area{ background:#fff; padding:22px; width:100%; height:525px; float:left}

.abans li{float:left; font-size:30px; font-family:syst; margin-right:20px; cursor:pointer}
.abans .on{ color:#85322a !important;}

.gg_item{ width:100%; float:left}
.gg_item li{ width:100%; float:left; padding-bottom:14px; margin-bottom:30px; border-bottom:1px solid #ddd}
.gg_item li span{ width:100%; float:left; color:#85322a; height:30px}
.gg_item li strong{ width:100%; float:left; font-weight:normal; font-size:18px; line-height:24px; height:48px; overflow:hidden}

.mySwipera {
width: 47%;
height: 100%;
float:left;
cursor: pointer;
}
.page2{ width:100%; padding:45px 0 45px 0; overflow:hidden}
.page3{ width:100%; height:564px;overflow:hidden; background:url(../images/bgs_4.png) left center no-repeat; margin-bottom:68px; position:relative; padding-top:65px;}
.page3::after{ width:2000px; position:absolute; right:-2000px; top:0; background:#fdfaf5; height:546px; content:'';}

.h_l{ width:48.5%; float:left}
.h_r{ width:48.5%; float:right}
.footbg{ width:100%}

.h_ls{ width:48.5%; float:left}
.h_rs{ width:48.5%; float:right}
.h_ls img,.h_rs img,.footbg img{ width:100%;}

.dj_item_img{ width:100%; height:200px; background:#fdfaf5; float:left; margin-bottom:22px; overflow:hidden;transition: 0.3s ease-in-out;border:1px solid #fdfaf5}
.dj_item_img_l{ width:295px; float:left; height:200px}
.dj_item_img_l img{ width:100%; float:left; height:100%;object-fit: cover;}

.dj_item_img_r{ width:calc(100% - 325px); float:right; height:200px; padding:15px 22px 15px 0}
.dj_item_img_r strong{ width:100%; float:left; color:#85322a; height:25px; font-weight:normal; margin-bottom:10px}
.dj_item_img_r span{ width:100%; float:left; color:#333; height:25px; font-size:20px; line-height:25px; overflow:hidden; font-weight:bold; margin-bottom:10px}
.dj_item_img_r i{ width:100%; float:left; color:#666; height:52px; font-size:16px;line-height:26px; overflow:hidden; font-style:normal}
.dj_item_img_r small{ width:100%; float:left; color:#666;font-size:14px; margin-top:10px}
.dj_item_img:hover .dj_item_img_r small,.dj_item_img:hover .dj_item_img_r span{color:#85322a;}
.dj_item_img:hover{ border-radius:15px;box-shadow: -10px 20px 17px -17px rgba(133, 50, 42, 0.84); border:1px solid #85322a}

.dj_item{ width:100%;float:left}
.dj_item li{ width:100%; border:1px solid #ddd; margin-bottom:18px; padding:18px; float:left;transition: 0.3s ease-in-out}
.dj_item li strong{ width:100%;float:left; height:30px; line-height:30px; margin-bottom:10px; overflow:hidden; font-size:18px; font-weight:normal}
.dj_item li strong i{ float:right; padding-left:20px; color:#666; font-size:16px; font-style:normal}
.dj_item li span{ width:100%;float:left; height:60px; line-height:30px; color:#666;overflow:hidden; font-weight:normal}
.dj_item li:hover{ border-radius:15px;box-shadow: -10px 20px 17px -17px rgba(133, 50, 42, 0.84); border:1px solid #85322a}


.xy_item{width:100%;float:left}
.xy_item ul{ display:inline}
.xy_item ul li{ width:32%; float:left; margin-right:2%; border:1px solid #ddd; background:#fff; padding:10px; height:330px}
.xy_item ul li .img{ width:100%; float:left; height:270px; overflow:hidden}
.xy_item ul li .img img{ width:100%; float:left; height:100%;object-fit: cover;transition: 0.3s ease-in-out}
.xy_item ul li .name{ width:100%; float:left; height:30px; line-height:30px; text-align:center; overflow:hidden; padding:0 10px; margin-top:10px}
.xy_item ul li:hover img{transform: scale(1.1);}
.xy_item ul li:last-child{ margin-right:0}

.tx_item{ width:100%;float:left}
.tx_item li{ width:100%;float:left;border:1px solid #ddd; margin-bottom:18px; padding:18px; background:#fff;transition: 0.3s ease-in-out}
.tx_item li .l{ width:78px;float:left; border-right:1px solid #ddd; padding-right:13px; margin-right:13px}
.tx_item li .l strong{ width:100%; text-align:center; font-size:35px; float:left}
.tx_item li .l i{ width:100%; text-align:center; color:#666; font-style:normal;float:left}
.tx_item li .r{ float:right; width:calc(100% - 100px)}
.tx_item li .r strong{ width:100%;font-size:18px; height:30px; line-height:30px; overflow:hidden; margin-bottom:5px; float:left}
.tx_item li .r i{ width:100%; color:#666; font-style:normal; height:25px; line-height:25px; overflow:hidden;float:left}
.tx_item li:hover{ border-radius:50px;box-shadow: -10px 20px 17px -17px rgba(133, 50, 42, 0.84); border:1px solid #85322a}

.zs_item{ width:100%;float:left}
.zs_item li a{ width:100%;float:left;border:1px solid #ddd; margin-bottom:15px; height:54px; line-height:54px; overflow:hidden; padding:0 18px; background:#fff;transition: 0.3s ease-in-out}
.zs_item li a span{ float:right; color:#666; float:right; padding-left:20px}
.zs_item li a:hover{ border-radius:50px;box-shadow: -10px 20px 17px -17px rgba(133, 50, 42, 0.84); border:1px solid #85322a}
.zs_item li{ width:100%; float:left}

.mySwipera .swiper-paginationa{ bottom: 8px !important; z-index:999; position:absolute;text-align:right; width:100%}
.mySwipera .swiper-paginationa .swiper-pagination-bullet{ width: 12px; height: 12px;background: rgba(133,50,42,.2);border-radius: 50px; margin:0 5px !important}
.mySwipera .swiper-paginationa .swiper-pagination-bullet-active{background:rgba(133,50,42,1);border-radius: 50px;width: 12px; height: 12px;}

.mySwipera .swiper-slide{ width:100%;float:left; position:relative; height:100%;}
.mySwipera .swiper-slide:hover .qh_tit{ color:#85322a}
.mySwipera .swiper-slide .qh_img{ width:100%; height:320px; float:left; position:relative; overflow:hidden}
.mySwipera .swiper-slide .qh_img img{ width:100%; height:100%;object-fit: cover; position:relative;transition: 0.3s ease-in-out;}

.mySwipera .swiper-slide .qh_area{height:calc(100% - 270px);box-sizing:border-box;overflow:hidden;float:left; width:100%; margin-top:30px}
.mySwipera .swiper-slide .qh_area .qh_tit{ width:100%; float:left; height:46px; line-height:46px; overflow:hidden;font-weight:bold; position:relative; font-size:20px;}
.mySwipera .swiper-slide .qh_area .qh_des{ width:100%; float:left; height:52px; font-size:16px;line-height:26px; overflow:hidden;color:#666; margin-bottom:10px}
.mySwipera .swiper-slide .qh_time{ color:#85322a; font-size:16px; width:100%; float:left}


.dt_r{ width:49%; float:right;}
.dt_item{ width:100%; float:left; padding-bottom:10px; border-bottom:1px solid #ddd; margin-bottom:10px}
.dt_item_1{ width:100%; float:left;font-size:20px; height:35px; line-height:35px; font-weight:bold; overflow:hidden; margin-bottom:5px}
.dt_item_2{ width:100%; float:left;font-size:16px; height:52px; line-height:26px; color:#666;overflow:hidden}

.dt_item_3{width:100%; float:left; overflow:hidden; height:54px; line-height:54px; font-size:18px}
.dt_item_3 span{ float:left; padding-right:14px; margin-right:14px; border-right:1px solid #ddd;color:#85322a; height:20px; line-height:20px; margin-top:15px}

footer{ width:100%; background:url(../images/home_50.jpg) center no-repeat #85322a;position:relative}
footer .f1{ width:100%; text-align:center; padding:64px 0 20px 0}
footer .f1 img{ width:385px;}
footer .f2{ width:100%; text-align:center; color:#fff; height:34px; line-height:34px;}
footer .f3{ width:100%; height:58px; line-height:58px; text-align:center; color:rgba(255,255,255,.5); border-top:1px solid rgba(255,255,255,.2); margin-top:45px}


.nyimg{ width:100%; height:520px; position:relative; border-bottom:1px solid #ddd;}
.nyimg .h1{ width:100%; height:100%; position:relative}
.nyimg .h1 img{ width:100%; height:100%;object-fit: cover; position:relative}

.nyimg .btit{ width:270px; bottom:0; z-index:1; height:115px; line-height:115px; background: url(../images/btit.jpg) center no-repeat #85322a; color:#fff; text-align:center; font-size:30px; position:absolute}
.nyimg .site{ bottom:0; width: 92%; max-width:1600px;z-index:1; height:55px; line-height:55px; color:#fff; text-align:right; font-size:14px; position:absolute; }
.nyimg .site a{ color:#fff}

.nyimg .bana{ width:100%; position:absolute; bottom:0; height:80px;}
.nyimg .bana:before{ width:50%; background:#85322a; content:''; position:absolute; left:0; top:0; height:100%; z-index:1}
.nyimg .bans{ width:100%; position:relative; z-index:2;}
.nyimg .bans .l{ width:calc(100% - 80px); float:left; height:80px; background:#85322a; padding-top:30px;white-space: nowrap;overflow-x:hidden;-webkit-overflow-scrolling: touch;}
.nyimg .bans .l a{font-size:18px;padding-right:80px;position:relative; color:#fff}
.nyimg .bans .l a:last-child{ padding-right:0}
.nyimg .bans .l a:after{ width:1px; right:40px; top:1px; height:22px; background:#ccc; content:''; position:absolute}
.nyimg .bans .l a:last-child:after{ display:none}

.ny_l{ width:270px; float:left}
.ny_l .area{ width:100%; float:left; background: url(../images/lbg.jpg) center bottom no-repeat #f8f5f0; padding:15px 20px 200px 20px}
.ny_r{ width:calc(100% - 300px); float:right;margin-top:40px}
.bclass{ width:100%; float:left; min-height:60px; line-height:60px; border-bottom:1px dashed #c49591; font-size:18px; position:relative}
.bclass a,.bclassa a{ display:block;}
.bclassa{ width:100%; float:left; min-height:60px; line-height:60px; border-bottom:1px dashed #c49591; font-size:18px; color:#85322a; position:relative}
.bclassa a strong{color:#85322a;font-weight:normal}
.bclass a strong{ font-weight:normal}

.arrow{ float:right; width:50px;  height:50px; display:block; cursor:pointer; text-align:right; position:absolute; right:0; top:0; z-index:1;}
.arrow img{ height:10px; width:10px; margin-top:25px}
.children {
   display: none;
   margin-top:5px;
   margin-bottom:10px;
   width:100%; float:left
}

.children.show {
   display: block;
}
		
.children li{width:100%; float:left; line-height:40px; height:40px; font-size:14px}
.children li .on{ color:#85322a !important}
.rname{ width:100%; float:left; font-size:24px; font-weight:bold; height:50px; border-bottom:2px solid #eee; margin-bottom:30px}
/* 自定义滚动条 */
.nyimg::-webkit-scrollbar {
  height: 10px;
}
.nyimg::-webkit-scrollbar-thumb {
  background: #666;
}

.nyimg .bans .r{ width:80px; float:right;position:relative}
.nyimg .bans .r img{ position:relative}
.nyimg .bans .l .on{ color:#fff; font-weight:bold}
.nyimg .h2{ width:100%;position:absolute; z-index:1;bottom:150px; color:#fff; font-size:30px; font-weight:bold; line-height:80px;}
.nyimg .h3{ width:100%;position:absolute; z-index:1;bottom:130px; color:#fff; font-size:15px;}
.nyimg .h3 a{ color:#fff}

.dbline{ width:100%; height:20px; margin-bottom:20px; border-bottom:1px dashed #ccc; float:left}
.disptit{ width:100%; font-size:28px; line-height:1.8; float:left; font-weight:bold; text-align:center;}
.dispdes{ width:100%; font-size:14px; line-height:40px; float:left; background:#fafafa; padding:15px 0; margin-top:10px;margin-bottom:25px; text-align:center}
.infoarea{ width:100%; float:left;line-height:1.8; background:#fff !important; min-width:600px; font-size:20px; font-family:宋体,'Noto Serif SC' !important;text-align: justify}
.infoarea table,.infoarea video{ max-width:100%}
.infoarea img{ max-width:100% !important; height:auto !important; overflow:hidden !important}
.printico{ background:url(../images/print.gif) left center no-repeat; padding-left:20px; margin-right:20px}
.closeico{ background:url(../images/close1.gif) left center no-repeat; padding-left:20px}
.tools{ text-align:right; width:100%; font-size:14px; line-height:30px}
#share-3{float:left; width:50%; text-align:left}
.v_news_content H2 {
    font-size: 16px
;}
.v_news_content .icon {
    border-right-width: 0px; margin: 3px 0px 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px
;}
.v_news_content IMG {
    margin-top:27px;}
.v_news_content DIV {
    LINE-HEIGHT: 150%;font-size: 16px
;}

.v_news_content P {
    margin: 14px 0px; line-height: 32px; text-indent: 32px;
;}

.v_news_content span {
      font-size: 16px;
;}

.v_news_content A {
    color: #1e50a2;
;}
.v_news_content A:visited {
    color: #1e50a2;
;}
.v_news_content A:hover {
    color: #ba2636
;}

.v_news_content TABLE{ border-collapse:collapse;border:1px solid #000; margin-top:25px; margin-bottom:25px} 
.v_news_content TABLE TD{ border:1px solid #000;  padding: 2px 3px;} 

.v_news_content TABLE TD P {
    text-indent: 0px; margin: 0px; font-size: 14px
;}
.v_news_content TABLE TH P {
    text-indent: 0px; margin: 0px; font-size: 1px
;}
.v_news_content TABLE TD IMG {
    border-bottom-style: none; border-right-style: none; margin: 5px; border-top-style: none; border-left-style: none
;}
.v_news_content.fs p {
    LINE-HEIGHT: 150%;font-size: 10px
;}

.v_news_content .vsbcontent_start {
    margin: 8px 0px; line-height: 27px; text-indent: 32px;
}

.v_news_content .vsbcontent_end {
    margin: 14px 0px; line-height: 32px; text-indent: 32px;
}

.v_news_content .vsbcontent_img{
    text-align:center;text-indent:0px
}

.v_news_content .vsbcontent_video{
    text-align:center;text-indent:0px
}

.v_news_content.newscontent_l p {
    font-size: 16px;
}        
.v_news_content.newscontent_m p {
    font-size: 14px;
} 
.v_news_content.newscontent_s p {
    font-size: 12px;
} 

.news_2{ width:100%; float:left}
.news_2 li{ width:100%; float:left; margin-bottom:35px; max-height:280px; background:#f5f5f5; padding:30px;transition: 0.3s ease-in-out}
.news_2 li .l{ width:330px; height:100%; overflow:hidden; float:left;transition: 0.3s ease-in-out}
.news_2 li .l img{ width:100%; height:100%;object-fit:cover;transition: 0.3s ease-in-out;}
.news_2 li .r{ float:right; width:calc(100% - 370px);}
.news_2 li .rf{ float:right; width:100%;}
.news_2 li .r .r_1,.news_2 li .rf .r_1{ width:100%;height:30px; color:#666; float:left;line-height:30px; overflow:hidden; margin-bottom:20px;}
.news_2 li .r .r_2,.news_2 li .rf .r_2{ width:100%;font-size:18px; line-height:25px; height:25px; overflow:hidden; float:left; font-weight:bold; margin-bottom:10px}
.news_2 li .r .r_3,.news_2 li .rf .r_3{ width:100%;font-size:18px; line-height:25px; height:50px; overflow:hidden; float:left; font-size:15px; color:#666; margin-bottom:30px}
.news_2 li .r .r_4,.news_2 li .rf .r_4{ width:100%; float:left; font-size:15px; color:#85322a; line-height:29px;}
.news_2 li .r .r_4 img,.news_2 li .rf .r_4 img{ float:left; vertical-align:middle; margin-right:8px}
.news_2 li:hover .l img{transform: scale(1.1);}

.infolista{ width:100%; float:left;}
.infolista li{ width:100%; float:left; margin-bottom:15px; padding:15px 25px 15px 0; height:80px; background:#fff; box-sizing:border-box;transition: 0.3s ease-in-out; background:#f5f5f5}
.infolista li:hover{ background:#85322a}
.infolista li:hover *{ color:#fff !important}
.infolista li .date{ width:100px; float:left; border-right:1px solid #ddd}
.infolista li .date .date1{ width:100%; text-align:center; float:left; font-size:30px; font-weight:bold; height:30px; position:relative; margin-bottom:5px; color:#333}
.infolista li .date .date2{ width:100%; text-align:center; float:left; font-size:14px; color:#333}
.infolista li .area{ width:calc(100% - 120px);float:right; font-size:18px; line-height:50px; height:50px; overflow:hidden; padding-right:70px; background:url(../images/gg.png) right center no-repeat}
.infolista li:hover .area{ background:url(../images/gga.png) right center no-repeat}
#qrcode img {
position: absolute;
top: 30%;
left: 43%;
width: 250px;
height: 250px;
display: block;
}

#qrcode {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: 99999999999999999;
display: none;
}

.pb_sys_style3 .p_no_d {
    border: 1px solid #85322a !important;
    color: #fff;
    background-color: #85322a !important;
}


.zzry{ width:100%; float:left;}
.zzry ul{ display:inline}
.zzry li{ width:15.5%; float:left; margin-right:1.4%; margin-bottom:40px; border:1px solid #ddd; background:#fff;text-align: center;position:relative; overflow:hidden;padding:10px 10px 0 10px;transition: 0.3s ease-in-out;}
.zzry li:nth-child(6n){margin-right:0}
.zzry li:hover{ border:1px solid #85322a}
.zzry li .img{ width:100%; overflow:hidden; float:left; padding-top:120%; position:relative}
.zzry li .img img{ max-width:100%;overflow:hidden; height:100%; vertical-align:middle; cursor:pointer;object-fit: cover; position:absolute; content:''; top:0; left:0}
.imgmid{display:inline-block;*display:inline;*zoom:1;height:100%;width:1px;margin-left:-1px;vertical-align:middle}
.zzry li .tit{width:100%; float:left;text-align:center; height:50px; line-height:50px; overflow:hidden;}


.infolistb{ width:100%; float:left;}
.infolistb li{ width:100%; float:left; margin-bottom:15px; padding:15px 25px 15px 15px; height:80px; background:#fff; box-sizing:border-box;transition: 0.3s ease-in-out; background:#f5f5f5}
.infolistb li:hover{ background:#85322a}
.infolistb li:hover *{ color:#fff !important}
.infolistb li .area{ width:100%;float:right; font-size:18px; line-height:50px; height:50px; overflow:hidden; padding-right:70px; background:url(../images/gg.png) right center no-repeat}
.infolista li:hover .area{ background:url(../images/gga.png) right center no-repeat}
.pb_sys_style2 .p_no_d {
    border: 1px solid #85322a !important;
    color: #fff;
    background-color: #85322a !important;
}