@charset "utf-8";
/*基础部分开始*/
.ph{ display:none}
body{
color:#000;
margin:0 auto;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
overflow-x:hidden

}
.cl{ clear:both}
.fl{ float:left;}
.fr{ float:right;}

::-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;
margin:0 auto; 
padding:0;
list-style:none
}
*{outline:0px; box-sizing:border-box}
a,a:link,a:visited,a:active {
color: #000;
text-decoration: none;
}
a:hover {
text-decoration:none;
color: #7e0203;
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; overflow:hidden}
.nwarp{ width:92%; max-width:1600px; overflow:hidden; background:#fff; padding:0 40px 80px 0}
.infolista{ width:100%; float:left;}
.infolista li{ width:100%; float:left; margin-bottom:25px; padding:15px 25px 15px 0; height:80px; background:#fff; box-sizing:border-box;transition: 0.3s ease-in-out; border:1px solid #ddd}
.infolista li:hover{border:1px solid #bd1313;}
.infolista li .date{ float:left; border-right:1px solid #ddd; width:120px; text-align:center; line-height:30px; height:30px; margin-top:10px}
.infolista li .area{ width:calc(100% - 140px);float:right; font-size:18px; line-height:50px; height:50px; overflow:hidden; padding-right:70px; background:url(../images/gg.png) right center no-repeat}

.zzry{ width:100%; float:left;}
.zzry ul{ display:inline}
.zzry li{ width:23%; float:left; margin-right:2.66%; margin-bottom:40px; border:1px solid #ddd; background:#fff;text-align: center;position:relative; overflow:hidden;padding:15px 15px 0 15px;transition: 0.3s ease-in-out;}
.zzry li:nth-child(4n){margin-right:0}
.zzry li:hover{ border:1px solid #bd1313}
.zzry li .img{ width:100%; overflow:hidden; float:left; padding-top:74%; 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;}
/*基础部分结束*/


.teacher{ width:100%; float:left;}
.teacher ul{ display:inline}
.teacher 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;}
.teacher li:nth-child(6n){margin-right:0}
.teacher li:hover{ border:1px solid #8c0001}
.teacher li .img{ width:100%; overflow:hidden; float:left; padding-top:120%; position:relative}
.teacher li .img img{ width:100%;overflow:hidden; height:100%; vertical-align:middle; cursor:pointer;object-fit: cover; position:absolute; content:''; top:0; left:0}
.teacher li .tit{width:100%; float:left;text-align:center; height:50px; line-height:50px; overflow:hidden;}

.swiper-wrapper {
will-change: transform; /* 优化性能 */
}

/* 搜索按钮样式 */
.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;
}
.header .searchicon{ float:right; background:url(../images/png_13.png); width:45px; height:45px; margin-left:25px; margin-top:18px; cursor:pointer}
.headers .searchicon{ float:right; background:url(../images/png_13s.png); width:45px; height:45px; margin-left:25px; margin-top:18px; cursor:pointer}
.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:#7e0203; height:54px; line-height:54px; font-size:14px; color:#fff; text-align:center; float:right; cursor:pointer; font-size:16px}
.searchr:hover{ background:#ae080a}

/* 关闭按钮样式 */
.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;
}
}
.menu{ float:right; margin-top:28px}
.tool{ width:100%; position:fixed; z-index:11; height:50px; background:#7e0203; padding:0 4% 0 4%; line-height:50px; color:#fff; font-size:14px;transform: translateY(0px);}
.tool .home a{ float:right; height:50px; line-height:50px; color:#fff; background:url(../images/png_03.png) left center no-repeat; padding-left:24px;}
.tool .tj{ float:right; height:50px; line-height:50px; color:#fff; background:url(../images/png_05.png) left center no-repeat; padding-left:24px;}
.tool .fg{ float:right; height:50px; line-height:50px;width:35px; text-align:center;}
.header{width:100%; position:fixed; top:50px;padding:20px 4% 20px 4%; box-sizing:border-box; z-index:11; transition: 0.3s ease-in-out; background:url(../images/head-bg.png) top repeat-x; background-size:100% 100%;transform: translateY(0px);}
.header .logo{ float:left;filter: brightness(0) invert(1);}

.headers{width:100%; position:fixed; top:50px;padding:20px 4% 20px 4%; box-sizing:border-box; z-index:11; transition: 0.3s ease-in-out; background:#fff; background-size:100% 100%;transform: translateY(0px); border-bottom:1px solid #ddd}
.headers .logo{ float:left;}


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:last-child{
position: relative;
float: left;
padding:0 0 0 18px;
}

.caret {
display:block;	
width: 100%;
height: 4px;
vertical-align: middle;
position:absolute;
background:#7e0203;
top:0;
left:0;
text-align:center
}
.header .nav li a{
width:100% !important;
text-align:center;
float:left;
height:44px;
color:#fff;
font-size:.20rem;
font-weight:bold
}

.headers .nav li a{
width:100% !important;
text-align:center;
float:left;
height:44px;
color:#333;
font-size:.20rem;
font-weight:bold
}

.header .nav li a:hover{ color:#fff}
.headers .nav li a:hover{ color:#7e0203}
.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: #7e0203;
background:#fdd9da
}
.p220{padding-top:200px}
.ban{ width:100%; float:left; margin-bottom:35px; border-bottom:1px solid #ddd; position:relative; padding-bottom:20px}
.ban strong{ color:#8c0001; font-size:36px; float:left; font-weight:normal; padding-left:16px; position:relative}
.ban strong:before{width:6px; height:35px; background:#8c0001; position:absolute; top:10px; left:0; content:'';}
.ban:before{ width:25px; height:1px; background:#8c0001; position:absolute; bottom:0; left:0; content:''; z-index:1}
.ban i{ font-size:14px; float:left; font-style:normal; margin-left:12px; color:#8c0001; padding-top:25px; text-transform:uppercase}
.ban span a{ float:right; color:#8c0001; background:url(../images/home_04.jpg) right bottom no-repeat; height:33px; line-height:33px; margin-top:10px;transition: 0.3s ease-in-out;}
.ban span a img{ height:22px; float:right; margin-left:10px; margin-top:6px;transition: 0.3s ease-in-out;}
.ban span a:hover img{margin-left:5px; transform: rotate(360deg);}

.abans{ width:100%; float:left; margin-bottom:35px; border-bottom:1px solid #ddd; position:relative; padding-bottom:20px}
#conas1,#conas2{float:right; color:#8c0001; background:url(../images/home_04.jpg) right bottom no-repeat; height:33px; line-height:33px; margin-top:10px;transition: 0.3s ease-in-out;}
#conas1 img,#conas2 img{ height:22px; float:right; margin-left:10px; margin-top:6px;transition: 0.3s ease-in-out;}
#conas1:hover img,#conas2:hover img{margin-left:5px; transform: rotate(360deg);}

.abans li{ color:#8c0001; font-size:36px; float:left; font-weight:normal; padding-left:16px; position:relative; cursor:pointer; margin-right:20px}
.abans li:first-child:before{width:6px; height:35px; background:#8c0001; position:absolute; top:10px; left:0; content:'';}
.abans li .on{ color:#8c0001}

.xw{ width:100%;}
.xw_l{ width:25%; float:left}
.xw_m{ width:44%; float:left; margin-left:3%}
.xw_r{ width:25%; float:right}
.xw-item{ width:100%; float:left; margin-bottom:35px; padding-bottom:20px; position:relative;transition: 0.3s ease-in-out;}
.xw-item:before{width:8px; height:8px; background:#ebcece; position:absolute; bottom:0; left:0; content:''; border-radius:50px}
.xw-item:after{width:100%; height:1px; background:#ebcece; position:absolute; bottom:4px; left:0; content:'';}
.xw-date{ width:64px; float:left;}
.xw-date strong{ width:100%; float:left; text-align:center; color:#9d080c; font-size:38px; font-weight:normal}
.xw-date i{ width:100%; float:left; text-align:center; color:#9d080c; font-size:12px; font-style:normal}
.xw-info{ width:calc(100% - 74px); float:right}
.xw-info-1{ width:100%; float:left; font-size:18px; line-height:30px;overflow:hidden;align-items: center; height:60px; font-weight:bold; margin-bottom:15px; margin-top:4px}
.xw-info-2{ width:100%; float:left; font-size:14px; line-height:22px; overflow:hidden;align-items: center; height:66px; color:#666;}
.xw-item:hover .xw-info-1{color:#9d080c;}

.dj-item{ width:100%; float:left; margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #ddd}
.dj-item .l{ width:245px; float:left; height:150px; overflow:hidden}
.dj-item .l img{ width:245px; float:left; height:150px;object-fit: cover;transition: 0.3s ease-in-out}
.dj-item .r{ width:calc(100% - 280px); float:right;}
.dj-item .r i{ width:100%; float:left; font-size:14px; color:#9d080c; font-style:normal; margin-bottom:10px; margin-top:10px}
.dj-item .r strong{ width:100%; float:left; font-size:18px; line-height:30px; height:30px; overflow:hidden; font-weight:normal; margin-bottom:10px}
.dj-item .r span{ width:100%; float:left; font-size:15px; line-height:26px; height:52px; overflow:hidden; color:#666}
.dj-item:hover .r strong{color:#9d080c;}
.dj-item:hover .l img{transform: scale(1.05);}

.jx-item{ width:100%; float:left; height:60px; line-height:60px; position:relative; font-size:18px;border-bottom:1px solid #ddd; padding-left:19px; overflow:hidden}
.jx-item span{ float:right; color:#9d080c; font-size:14px; margin-left:20px}
.jx-item:before{ width:7px; height:7px; background:#9d080c; border-radius:50px; content:''; position:absolute; left:0; top:calc(50% - 3px)}

.y_bg{ width:100%; background:#faf8f0; padding:60px 0 40px 0; overflow:hidden}

.tximg-item{ width:100%; float:left; margin-bottom:20px; background:#fff; padding:18px}
.tximg-item .l{ width:245px; float:left; height:150px; overflow:hidden}
.tximg-item .l img{ width:245px; float:left; height:150px;object-fit: cover;transition: 0.3s ease-in-out}
.tximg-item .r{ width:calc(100% - 270px); float:right;}
.tximg-item .r i{ width:100%; float:left; font-size:14px; color:#9d080c; font-style:normal; margin-bottom:10px; margin-top:10px; position:relative}


.tximg-item .r strong{ width:100%; float:left; font-size:18px; line-height:30px; height:30px; overflow:hidden; font-weight:normal; margin-bottom:10px}
.tximg-item .r span{ width:100%; float:left; font-size:15px; line-height:26px; height:52px; overflow:hidden; color:#666}
.tximg-item:hover .r strong{color:#9d080c;}
.tximg-item:hover .l img{transform: scale(1.05);}


.tx-item{ width:100%; float:left; margin-bottom:20px; background:#fff; padding:10px 20px}
.tx-item .date{ border:1px solid #9d080c; width:68px; height:68px; color:#9d080c; float:left}
.tx-item .date strong{ width:100%; float:left; text-align:center; font-size:22px; color:#9d080c; height:38px; line-height:38px; padding-top:4px}
.tx-item .date span{ width:100%; float:left; text-align:center; font-size:14px; color:#9d080c; height:30px;}
.tx-item .info{ float:right; width:calc(100% - 90px); height:68px; line-height:68px; overflow:hidden; font-size:18px}
.tx-item:hover .info{color:#9d080c;}

.zs-item{ width:100%; float:left}
.zs-item li{ width:100%; float:left; height:70px; line-height:70px; background:#fff; padding:0 20px; margin-bottom:18px; font-size:18px; overflow:hidden}
.zs-item li span{ float:left; margin-right:20px; color:#9d080c; position:relative; padding-right:15px;}
.zs-item li span:before{ height:30px; width:1px; background:#9d080c; position:absolute; right:0; content:''; top:20px}

.box{ width:100%; float:left} 
#goleft {width: 100%;overflow: hidden;float:left;} 
#goleft #gols {width: 33100px;} 
#goleft1, #goleft2 {width: auto;float: left;}

.xytp{ width:248px; float:left;margin-right:30px; position:relative}
.xytp .img{ width:100%; float:left; height:186px; }
.xytp img{ width:100%; float:left; height:100%;object-fit: cover;}
.xytp strong{width:100%; float:left;text-align:center; height:45px; line-height:45px; background:#f5f5f5;padding:0 10px;font-weight:normal; overflow:hidden;}

.fe{ width:100%; height:80px}
footer{ width:100%; background:url(../images/home_14.jpg); overflow:hidden; background-size:100%; padding-top:90px}
.foot_1{ width:360px; float:left}
.foot_1 .h1{ width:100%; float:left;}
.foot_1 .h1 li{ width:100%; float:left;line-height:40px;color:#fff;}
.foot_1 .h1 li span{ float:left; width:35px; padding-top:10px}

.foot_2{ width:calc(100% - 720px); float:left;text-align:center; padding-top:20px}
.foot_2 img{filter: brightness(0) invert(1); width:50%}
.foot_3{ width:360px; float:right; }
.foot_3 .wx{ width:130px; float:right; line-height:40px; text-align:center; color:#fff}
.foot_3 .wx img{ width:100%}
.copy{ width:100%; margin-top:40px; border-top:1px solid rgba(255,255,255,.2); }
.c_l{ float:left; height:70px; line-height:70px;color:rgba(255,255,255,.5)}
.c_l a{color:rgba(255,255,255,.5)}
.c_r{ float:right; height:70px; line-height:70px;color:rgba(255,255,255,.5)}

.nybg{ background:#faf8f0;}
.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: #7e0203; color:#fff; text-align:center; font-size:30px; position:absolute; font-weight:bold;}
.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:#7e0203; 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:#7e0203; 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?t=1.1) 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:#7e0203; position:relative}
.bclassa a strong{color:#7e0203;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:#7e0203 !important}
.rname{ width:100%; float:left; font-size:24px; font-weight:bold; height:50px; border-bottom:2px solid #eee; margin-bottom:30px}
/*首页大图切换*/


.mySwiper {
width: 100%;
height:100vh;
}

.mySwiper .swiper-slide {
background: #fff;
overflow:hidden;
}


.mySwiper .swiper-slide img{width:100%; height:100%; position:relative; z-index:1;object-fit: cover;}


.mySwiper .swiper-pagination{ bottom:30px !important;display:flex;justify-content: flex-end; padding-right:4%}
.mySwiper .swiper-pagination .swiper-pagination-bullet{width:48px !important; line-height:43px; height:43px !important; color:#fff !important; font-weight:normal; font-size:18px; background:rgba(255,255,255,0);}
.mySwiper .swiper-pagination .swiper-pagination-bullet-active{ background:url(../images/bannerD.png) center center no-repeat;}

.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;
}


.mySwipera {
width:100%;
height:550px;
margin-top:9px;
position:relative
}

.mySwipera .swiper-slide{ width:100%;float:left; position:relative; height:100%;}
.mySwipera .swiper-slide .img{ width:100%;float:left;height:350px; overflow:hidden}
.mySwipera .swiper-slide .img img{ width:100%;float:left;height:100%;object-fit: cover;transition: 0.3s ease-in-out}
.mySwipera .swiper-slide .infos{ width:100%;height:calc(100% - 330px);border:1px solid #ddd; background:#fff; position:absolute; z-index:1; bottom:0; border-radius:0 20px 0 0; padding:30px}
.mySwipera .swiper-slide .date{ padding:10px 15px;background:#8c0001; color:#fff; position:absolute; z-index:2; top:310px; border-radius:50px; left:30px; font-size:14px}
.mySwipera .swiper-slide .date img{ height:15px; margin-right:5px; vertical-align:middle; margin-bottom:2px}
.mySwipera .swiper-slide .infos strong{ width:100%; float:left; text-align:center; font-size:20px; height:25px; line-height:25px; font-weight:normal; overflow:hidden; margin-bottom:10px; margin-top:15px}
.mySwipera .swiper-slide .infos span{ width:100%;float:left; font-size:14px; height:48px; line-height:24px; color:#666; overflow:hidden}

.mySwipera .swiper-paginationa{ bottom:6px !important; z-index:2; position:absolute; width:100%; text-align:center}
.mySwipera .swiper-paginationa .swiper-pagination-bullet{ width:40px; height:7px;background: rgba(140,0,1,.2);border-radius: 0; margin:0 !important}
.mySwipera .swiper-paginationa .swiper-pagination-bullet-active{background:#8c0001;border-radius:50px;width:40px; height:7px;}
.kz{justify-content: space-between;display: flex; width:100%; position:absolute; bottom:30px; width:80%; margin-left:10%}

.mySwipera .nexta{ width:11px; height:19px; background:url(../images/home_08.jpg) center no-repeat; z-index:1;cursor:pointer; z-index:10;}
.mySwipera .preva{ width:11px; height:19px; background:url(../images/home_10.jpg) center no-repeat; z-index:1;cursor:pointer; z-index:10}
.mySwipera .swiper-slide:hover .img img{transform: scale(1.1);}
.xwfg{ width:100%; float:left; height:30px}
.home_l{ width:48%; float:left;}
.home_r{ width:48%; float:right;}

.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;}
.disptit p{ padding:0 !important; margin:0 !important}
.dispdes{ width:100%; font-size:14px; line-height:40px; float:left; background:#fafafa; padding:15px 0; margin-top:10px;margin-bottom:15px; 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{ font-size:20px; line-height:1.8; font-family:font-family: 宋体, 'Noto Serif SC';}

.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:15px;}
.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;
} 
.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:15px;}
.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;
} 


.pb_sys_style3 .p_no_d {
border: 1px solid #7e0203 !important;
color: #fff;
background-color: #7e0203 !important;
}

.back-to-top {
position: fixed;
bottom: 30px;
right: 30px;
background-color: #8B0000;
color: white;
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
opacity: 0;
transition: opacity 0.3s;
z-index: 100;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.back-to-top.visible {
opacity: 1;
}

.axs{ width:100%; float:left; background:#f5f5f5; height:106px; line-height:106px; margin-bottom:30px; padding:0 20px}
.axs strong{ width:140px; float:left; font-size:17px; color:#990000}
.axs span{ float:right; width:calc(100% - 140px);display: flex;}
.axs span a{flex: 1;text-align:center; text-transform:uppercase}

#myList2 { width:100%;float:left
}
#myList2 dl {
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
  padding: 12px 0;
  display: flex;
  flex-direction: row;
}

#myList2 dl dt {
  background:#990000;
  color:#fff;
  width:40px;
  height:40px;
  text-align:center;
  font-size: 16px;
  font-weight: 600;
  line-height:40px;
  border-radius:50px
}

#myList2 dl dd {
  line-height: 35px;
  text-align: justify;
}


#myList2 dl dd a {
  margin-right: 30px;
  font-size: 15px;
  color: #000;

}

#myList2 dl dd a:hover {
  color: #990000;

}