/*dp20240328*/
* {margin:0px; padding:0px;  }
img{ border:0 none; padding:0;}
input,button,select,textarea{outline:none} 
textarea{resize:none}
table{border-spacing:0;}
div,ul,li{ list-style-type:none;}
html,body{ font-size:16px; position: relative; margin:0 auto; color:#000000; font-family:'Microsoft Yahei',"PingFang SC","Helvetica Neue",Georgia,Helvetica,Arial,sans-serif;}
@media screen and (max-width:600px){
html,body{ font-size:14px;}
}
a{	color:#000000; text-decoration:none;  font-family:'Microsoft Yahei',"PingFang SC","Helvetica Neue",Georgia,Helvetica,Arial,sans-serif; }
a:hover{ color:#35539F;}
.clear{ clear:both;}
.fl{ float:left;}
.fr{ float:right;}
a,.transition,:before,img {
    -webkit-transition: All .5s ease;
    transition: All .5s ease;
}
@font-face {
  font-family: "georgia";
  src: url("fonts/georgia.woff") format("woff"),
       url("fonts/georgia.ttf") format("truetype"),
	   url("fonts/georgia.eot") format("embedded-opentype"),
       url("fonts/georgia.svg") format("svg");
}
/***************************************首页*****************/


.top{ width:100rem; max-width:94%; margin:0 auto; height:120px; font-size:0;}
.top li{ display:inline-block; font-size:12px; }
.top .link, .top .sousuo{ width:25%;  }
.top .link{ }
.top .link a{ font-size:12px; color:#666666; background:url(arrow-grey.png) no-repeat 80% 50%; margin-right:20px; padding-right:10px;}
.top .link a:hover{ color:#17459A; background:url(arrow-grey.png) no-repeat 90% 50%;}
.top .logo{ width:50%; text-align:center; padding-top:30px;  }
.top .logo img{ vertical-align:middle; width:472px; height:57px;}
.top .sousuo{ text-align:right; }


.pcsousuo {
    width: 210px;
    height: 30px;
    border: 1px solid #ddd;
	position:relative;
	float:right;
}
.pcsousuo .s-l {
	position:absolute;
	left:0;
	width: 160px;
	height:30px;
	line-height:30px;
        border: 0;
        text-indent: 5px;
}
.pcsousuo .s-r {
	position:absolute;
	right:0;
	width:50px;
	height:30px;
	line-height:30px;
	text-align:center;
	background-color:#36529E;
	color:#fff;
	border:1px solid #36529E;	
}


@media screen and (max-width:1280px){
.top .logo{ width:44%; }
.top .link, .top .sousuo{ width:28%;  }
}
/*pc导航*/
.navbox{ width:100%; height:50px; border-top:1px solid #f5f5f5; border-bottom:1px solid #f5f5f5;}
#pcnav{ width:100%; margin:0 auto; text-align:center;}
#pcnav, #pcnav ul{height:50px; line-height:50px;z-index:5; position:relative;}
#pcnav .yiji{display:inline-block; height:50px; line-height:50px;  margin-right:-4px;/*去掉li间的空白*/ position:relative; z-index:20;}
#pcnav .yiji a{display:block; height:50px; line-height:50px; width:80px;  padding:0 40px; border-left:1px solid #f5f5f5;  text-decoration:none; text-align:center; font-size:16px; color:#174499;  z-index:35;  }/*一级栏目间距*/
#pcnav .yiji:first-child{ border-left:0;}
#pcnav ul a{line-height:40px; font-size:16px; }/*2级和3级栏目高度*/
#pcnav ul{position:absolute; display:none; width:160px; top:50px;}/*二级列表菜单*/
#pcnav .erji a{ width:160px; padding:0; height:40px; line-height:40px; font-size:16px; text-align:center; color:#3A4674; border-left:0;}/*二级栏目间距*/
#pcnav .sanji{left:185px; top:0px;}		
#pcnav a:hover,  #pcnav a:focus, #pcnav a.xuanzhong{color:#fff; background:url(navbg.jpg) no-repeat 0% 0%;}
#pcnav .erji li{background-color:#ffffff; margin-right:0;}/*二级菜单样式背景色*/
#pcnav .erji a:hover, #pcnav .erji a:focus{background:none; background-color:#323B8B; color:#fff;}/*二级菜单鼠标经过样式背景色*/
#pcnav li:hover ul ul, #pcnav li:hover ul ul ul, #pcnav li:hover ul ul ul ul{display:none;}
#pcnav li:hover ul, #pcnav li li:hover ul, #pcnav li li li:hover ul, #pcnav li li li li:hover ul{display:block;}



/*------------------------------------------------------手机端顶部开始------------------------------*/
.m_header_box {transition:.6s; display:none; height:4rem; position: relative; z-index: 100000;}
.m_header_box header{padding: 0 0 0 15px; height:4rem; background-color:#ffffff; position: fixed; top:0; left:0; right:0; z-index:100; display:flex; justify-content:space-between; align-items:center; }
.m_header_box header #logo img{width:265px; height:32px;}
.m_header_box header #logo{padding:0; width: 100%;}
nav {
    box-sizing: border-box;/*很重要，不加这句点开手机导航按钮，最下面的链接看不到，无法继续滚动*/
}
#m_nav .list1 li .a{ color: #fff}

/*手机端顶部导航按钮开始*/
#nav_btn_box.on { background: none; }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before {/* background: #fff; */}
#nav_btn_box{position:relative; width:5rem; height:4rem; display:flex; align-items: center; justify-content: center; z-index: 1; min-width:5rem;}
#nav_btn_box:before{content:"";position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;background: #17459A;}
#nav_btn_box:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -7px;
    border-right: #17459A 7px solid;
    border-bottom: transparent 4rem solid;
}
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; outline: none; box-shadow: none; }

#nav_btn .point {display:inline-block; width:2rem; height:18px; position:relative; outline:none;}
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before {width: 100%;}
#nav_btn .navbtn {position: absolute;top: 50%;left: 0;display: inline-block;width: 100%;height: 2px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;margin-top: -1px;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 100%;height: 2px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after {top: -8px;}
#nav_btn .navbtn::before {top: 8px;}
#nav_btn .point.on .navbtn {background: transparent;}
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }

.m_nav_list {flex-direction: column;/* justify-content: center; */width: 100%;height: 100%;overflow: auto;align-items: center;display: flex;background: rgba(255,255,255,.1);}
.m_nav_list::-webkit-scrollbar { display:none}

#m_nav {z-index:99999; position:fixed; width:100%; height:100vh;  top:0;  padding:4rem 0; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; display: block; background: #17459A; background-size:cover; opacity: 0; visibility: hidden; -webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px); overflow: hidden; overflow-y: scroll;}
#m_nav .close{position:absolute;top: 7px;right: 15px;left: 15px;font-size: 30px;color: #333;z-index: 10000;/* background: rgba(255,255,255,.1); */width: auto;height: 35px;border-radius: 0;display: flex;align-items: center;justify-content: flex-end;padding: 0 0;}
#m_nav.act {pointer-events: auto;right: 0;opacity: 1;visibility: visible;}
#m_nav .list1{justify-content: center;}

.list_box_nav_mobile{width:100%; padding: 0 0 10px; margin: 0;/* flex: 1; */}
.list_box_nav_mobile>li{width: 100%;overflow: hidden;padding: 0;position: relative;margin: 0 auto;}
.list_box_nav_mobile>li .con{ position:relative; padding-left:1rem;}
.list_box_nav_mobile>li .a{width: 100%; border-bottom: 1px solid rgba(255,255,255,.15); line-height:4rem; color: rgba(255,255,255,.8); padding: 0; font-size:1.125rem; display: flex; position: relative; transition:.5s;}
.list_box_nav_mobile>li i{opacity: 1; filter: alpha(opacity=100);  width:4rem; height:4rem; display: inline-block; background: url(arr-down.png) center no-repeat; background-size: 15px 15px !important; position: absolute; display: block; right:1rem; top: 0;}
.list_box_nav_mobile>li.on1 i{ background: url(arr-r.png) center no-repeat; background-size: 15px 15px !important;}

.list_box_nav_mobile>li.on .a{color: rgba(255,255,255,1);}

/*三级导航 开始*/
.list_box_nav_mobile>li .list{padding:10px;border-bottom: 1px solid rgba(255, 255, 255, 0.1); display:none}
.list_box_nav_mobile>li .list a{display:block;font-size:13px; color: rgba(255,255,255,.6); line-height: 2.5;}

/*移动端搜索*/
.wap_search{ font-size:16px; color:#fff; text-align:center; overflow:hidden; display:block; height:40px;  padding:1rem;}
.wap_search form{position:relative;  display:block;  height:40px;}
.wap_search .input {
	float: left;
    font-size:14px;
    color:#444;
    height:40px;
    line-height:40px;
    background: #fff;
	border:0;
    width: calc(100% - 40px);}
.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: url(ss.png) center no-repeat #4569AD;
    background-size:18px;
	background-position:50% 50%;
}

/*-----------------------------------------------------------------------------end 手机端顶部-----------------------------------------------------------------------------------------------------*/





@media screen and (max-width:1560px){
#pcnav .yiji a{padding:0 30px;  }/*一级栏目间距*/
#pcnav ul{position:absolute; display:none; width:140px; top:50px;}
#pcnav .erji a{padding:0; width:140px; font-size:15px;  }
}
@media screen and (max-width:1360px){
#pcnav .yiji a{padding:0 10px;  }/*一级栏目间距*/
#pcnav ul{position:absolute; display:none; width:140px; top:50px; left:-20px;}
#pcnav .erji a{padding:0; width:140px; font-size:15px;  }
}

@media screen and (max-width:1024px){
.top{ display:none;}/*pc顶部不显示*/
.navbox{ display:none;}/*pc导航不显示*/
.m_header_box { display:block;}
}

/*首页大图*/
.swiper1 .swiper-slide img{ width:100%; display:block;}
.swiper-button-prev1, .swiper-container-rtl .swiper-button-next1 {
	background-image: url(arr1.png);
	left: 10px;
	right: auto;
}
.swiper-button-next1, .swiper-container-rtl .swiper-button-prev1 {
	background-image: url(arr2.png);
	right: 10px;
	left: auto;
}
.swiper-button-next.swiper-button-next1,.swiper-button-prev.swiper-button-prev1 {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    z-index: 10;
    cursor: pointer;
    background-size: 48px 48px;
    background-position: center;
    background-repeat: no-repeat
}


/*首页新闻动态 通知公告-----------------------------------------------------------*/
.homea{ width:100%; padding-bottom:2rem; margin-top:2rem;}

.wp{ width:100rem; padding:0; margin:0 auto; max-width:94%;}

@media screen and (max-width:1200px){
.wp{ width:100%; margin:0 auto;}
}

/*栏目菜单*/
.menu1{ width:100%; position:relative; height:3.5rem; margin-bottom:1.5rem;  }
.menu1 span{ position:absolute; left:0; top:0; font-size:1.25rem; color:#999;  font-family:Georgia;}
.menu1 b{ position:absolute; left:0; top:1rem;  font-size:2rem; font-weight:normal;}
.menu1 a{ position:absolute; right:0; top:1rem; display:block; width:100px; height:30px; line-height:30px; font-size:1rem; border:1px solid #38519C; color:#38519C; text-align:center; border-radius:50px; transition:all 0.5s ease-out 0s;}
.menu1 a:hover{ background-color:#35539F; color:#ffffff; transition:all 0.5s ease-out 0s;}
	
/*首页新闻动态列表------------------------------------------------------------------*/

.xyxw-tj{ margin-bottom:1rem;}
.xyxw-tj li{ display:block; float:left; width:23.2%; margin-left:2.4%; height:auto;}
.xyxw-tj li:first-child{ margin-left:0;}
.xyxw-tj .tj-box{ display:block; width:100%; height:auto; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.xyxw-tj .tj-box a{ display:block; width:100%; height:auto; }
.xyxw-tj .tj-box .tj-img{ width:100%; height:14rem; overflow:hidden;}
.xyxw-tj .tj-box .tj-img img{ width:100%; height:auto;  transition:all 0.3s ease-out 0s;}
.xyxw-tj .tj-box .tj-info{ padding:1rem 1.5rem;}
.xyxw-tj .tj-box .tj-info .tj-title{  line-height:1.5rem; height:3rem; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; font-size:1.0625rem;}
.xyxw-tj .tj-box .tj-info p{ height:1rem; line-height:1rem; margin-top:1rem; color:#999999; font-family:Georgia;}
.xyxw-tj .tj-box a:hover  p{  color:#35539F;}
.xyxw-tj a:hover img{
	transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1); transition:all 0.3s ease-out 0s;}


@media screen and (max-width:1560px){
.xyxw-tj .tj-box .tj-img{ width:100%; height:12rem; overflow:hidden;}
}
@media screen and (max-width:1300px){
.xyxw-tj .tj-box .tj-img{ width:100%; height:10rem; overflow:hidden;}
}
@media screen and (max-width:1200px){
.xyxw-tj .tj-box .tj-img{ width:100%; height:8rem; overflow:hidden;}
.xyxw-tj .tj-box .tj-info{ padding:1rem;}
.xyxw-tj .tj-box .tj-info .tj-title{ font-size:1rem;}
}
@media screen and (max-width:900px){
.xyxw-tj li{width:48.5%; margin-left:3%; height:auto; margin-bottom:1rem;}
.xyxw-tj li:nth-of-type(1){ margin-left:0;}
.xyxw-tj li:nth-of-type(3){ margin-left:0;}
.xyxw-tj .tj-box .tj-img{  height:14rem;}
}
@media screen and (max-width:700px){
.xyxw-tj .tj-box .tj-img{  height:12rem;}
}
@media screen and (max-width:600px){
.xyxw-tj .tj-box .tj-img{  height:10rem;}
}
@media screen and (max-width:460px){
.xyxw-tj li{width:100%; margin-left:0;}
.xyxw-tj li:nth-of-type(1){ margin-left:0;}
.xyxw-tj li:nth-of-type(3){ margin-left:0;}
.xyxw-tj .tj-box .tj-img{  height:16rem;}
}
@media screen and (max-width:400px){

.xyxw-tj .tj-box .tj-img{  height:13rem;}
}
/*首页捐赠鸣谢---------------------------------------------------------*/
.homeb{ width:100%; padding-bottom:2rem;}
.b-left{ float:left; width:56.6%;}
.b-right{ float:right; width:41%;}

.mingxie{  border-collapse: collapse; border-spacing: 0;}
.mingxie th{ background-color:#35539F; min-height:1.2rem; line-height:1.2rem; padding:0.8rem 2rem; text-align:left; color:#ffffff; font-size:1.0625rem; font-weight:normal;}
.mingxie th:first-child{ width:40%;}
.mingxie tbody{ border:1px solid #EAEDF5;  box-shadow: 0 0 10px rgba(0,0,0,0.1); padding-top:20px; padding-bottom:20px;}
.mingxie td{ min-height:1.2rem; line-height:1.2rem; padding:0.8rem 2rem; text-align:left; font-size:1.0625rem; border:none; }
.mingxie .money span{ border:1px solid #35539F; display:inline-block; width:110px; height:20px; line-height:20px; text-align:center; color:#35539F; font-size:12px; border-radius:50px;}

.jz-box{ background:url(jzbg.jpg) no-repeat 50% 0%; height:29rem; text-align:center; position:relative;}
.jz-box .jz-info{ font-size:1.75rem; color:#ffffff; font-weight:700; padding-top:6rem; padding-bottom:3rem;}
.jz-box .jz-link{ width:100%; margin:0 auto;}
.jz-box .jz-link a{ display:inline-block;  width:12rem; height:36px; padding:1.5rem 3.5rem; -webkit-border-radius:50px; -moz-border-radius:50px; -ms-border-radius:50px; -o-border-radius:50px; border-radius:50px; background-color:#ffffff;}
.jz-box .jz-link a b{ display:block; float:right; font-size:1.75rem; color:#C70B2E; line-height:36px; }
.jz-box .jz-link a:hover img{-webkit-transition:-webkit-transform 0.7s ease-out; -moz-transition:-moz-transform 0.7s ease-out; transition:transform 0.7s ease-out; transform:rotateY(360deg);-webkit-transform:rotateY(360deg);	/* Safari ?’? Chrome */-moz-transform: rotateY(360deg);}

.jz-box ul li{ display:inline-block;  margin:0 auto; padding:3rem;}
.jz-box ul li a{ display:block; color:#ffffff; font-size:1.3rem; border-left:6px solid #fff; border-bottom:3px solid #fff; padding:1rem 3rem .5rem 1rem;}
.jz-box ul li a:hover{ border-color:#C70B2E; }
@media screen and (max-width:1360px){
.b-left{ float:left; width:100%;}
.b-right{ float:right; width:100%;}
.jz-box{ background:url(jzbg2.jpg) no-repeat 50% 0%;}
}
@media screen and (max-width:800px){
.jz-box{ background:url(jzbg.jpg) no-repeat 50% 0%; background-size:cover;}
}
@media screen and (max-width:600px){
.mingxie th{padding:0.8rem .5rem;}
.mingxie td{ padding:0.8rem .5rem; font-size:1rem;}

}
@media screen and (max-width:500px){
.jz-box{ height:28rem;}
.jz-box .jz-info{ font-size:1.25rem; padding-top:5rem; padding-bottom:3rem;}
.jz-box ul li{padding:1rem;}
}



/*底部-------------------------------------------------------------------------------*/
.footer-wrap{ width:100%; background:url(foot-line.png) no-repeat 50% 0%;}
.footer{width:100rem; padding:2rem 0; margin:0 auto; max-width:94%;}
.footer .footer-left{ float:left; width:70%;}
.footer .footer-left img{ width:20rem; margin-top:1rem;}
.footer .footer-left .banquan{ font-size:0.875rem; color:#666666; line-height:2;}
.footer .footer-right{ float:right; width:30%; text-align:right;}
.footer .footer-right .erweima{ float:right; border:1px dashed #999999; padding:5px;}
.footer .footer-right .erweima ul{ display: flex; }
.footer .footer-right .erweima li{  display: flex; align-items: center; }
.footer .footer-right .erweima p{ text-align:center; font-size:.875rem; color:#35539F; }
@media screen and (max-width:1200px){
.footer{ padding:2rem 0;}
.footer .footer-left{ width:100%; text-align:center;}
.footer .footer-left .banquan{ line-height:2; margin-top:0; margin-bottom:1rem;}
.footer .footer-right{ width:100%; text-align:center;}
.footer .footer-right .erweima{ float:none; width:260px; margin:0 auto; border:1px dashed #999999; padding:5px;}
}
@media screen and (max-width:500px){
.footer .footer-right ul li img{ width:90px;}
}

/*------------------------------------------文字列表页-------------------------------------------------------------------------------------*/
/*列表页导航*/
.listimg{ width:100%; position:relative; margin:0 auto; max-height:200px; overflow:hidden;}
.listimg img{ width:100%; display:block;}
.listimg .mask{ position:absolute; left:0; top:0; right:0; bottom:0; background:url(mask1.png) 0% 0%; background-size:cover;}
.list-nav{ position:absolute; width:100%; left:0; top:3rem; text-align:center; }
.list-nav h3{ margin:0 auto; color:#ffffff; font-size:1.25rem;}
.list-nav ul{ margin:0 auto; text-align:center;}
.list-nav ul li{ display:inline-block; text-align:center; padding:2rem 2rem 1rem 2rem; color:#fff; }
.list-nav ul li a{ color:#ffffff; font-size:1.0625rem;}
.list-nav ul li:hover{ background:url(b-list.png) no-repeat 50% 100%; cursor:pointer;}
.list-nav ul li.xuanzhong{ background:url(b-list.png) no-repeat 50% 100%; cursor:pointer;}
.list-nav ul li:hover a{  }

.subpage{ width:100%; min-height:20rem; background:#f5f5f5; padding:2rem 0;}
.wp2{ width:100rem; padding:0; margin:0 auto; max-width:94%; border-top:3px solid #35539F;}

.sub_con{ background-color:#ffffff; padding:2rem 3rem;}
.msub-box{ display:none;}/*移动端侧边导航*/

.lujing{ width:100%;  height:3rem; line-height:3rem; border-bottom:1px solid #eee; background:url(weizhi_icon.png) no-repeat 0% 50%; text-indent:2rem;}
.weizhi, .weizhi a{ color:#999; font-size:0.875rem; font-weight:normal;}

/*列表页文字列表*/
.ul-list li{ display:block; border-bottom:1px dashed #eee; height:5rem; background:url(dot2.png) no-repeat 0% 50%;}
.ul-list li:hover{background:url(dot3.png) no-repeat 0% 50%;}
.ul-list li a{ display:block;  padding:0 2rem; height:5rem; line-height:5rem; transition:all 0.3s ease-out 0s;}
.ul-list li a:hover{ transition:all 0.3s ease-out 0s;}
.ul-list .time{ float:right; width:110px; color:#999999; font-size:1rem; text-align:right;  font-family:Georgia; }
.ul-list .name{ float:left; width:calc(100% - 110px); line-height:5rem; height:5rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size:1.125rem;}
.ul-list li a:hover .name{ font-weight:600; }
.ul-list li a:hover .time{color:#17459A;}

@media screen and (max-width:1200px){
.wp2{ width:100%; margin:0 auto;}
.list-nav{top:3rem;  }
.list-nav ul li{padding:2rem 1rem 1rem 1rem; }

}
@media screen and (max-width:1024px){/*移动端开始*/
.listimg .mask{ display:none;}
.list-nav{ display:none; }
.sub_con{ background-color:#ffffff; padding:1rem;}

/*移动端列表页二级导航*/
.msub-box{ display:block; margin:1.5rem 0;}
.msub-nav{ width:100%; background:url(xwdtbg.png) no-repeat 0% 50%; height:3.5rem; line-height:3.5rem; position:relative;}	

.msub-nav span{ color:#ffffff; font-size:1.125rem; margin-left:1rem;}
.msub-nav .mmenubtn{ position:absolute; right:1rem; color:#ffffff; font-size:1.5rem;}
.msub-list{ padding:0 1rem 2rem;  }
.msub-list{ display:none;}
.msub-list li{ padding:1rem 0; border-bottom:1px dashed #ddd;}
.msub-list li a{ font-size:1.125rem;}
.msub-list li a:hover{ color:#B15234; font-weight:600;}
.msub-list li .msub-san a{ display:inline-block; width:33.333%; height:1rem; padding:1rem 0; text-align:left; font-size:1rem;}
.msub-list li .msub-san a.active{ color:#17459A; font-weight:600;}
}

@media screen and (max-width:600px){
.ul-list li{ padding:1rem; height:3rem;}
.ul-list li a{ padding:0 .5rem;  height:3rem; line-height:3rem;}
.ul-list .name{height:3rem; line-height:3rem; }
.ul-list .time{ width:80px   }
.ul-list .name{width:calc(100% - 80px); padding-right:0; }
}

/*-------------------------------------------------------------内容页详情-------------------------------*/
.nr-box {
    margin: 0 auto;
    max-width: 1000px;
}
.nr-box .nr-title{ font-size:1.5rem; padding:2rem 0; text-align:center;}
.nr-box .nr-time{ font-size:0.875rem; color:#999999;  font-family: 'bebasregular'; text-align:center; font-weight:normal;}
.nr-box .nr-article{ font-size:1.0625rem !important; line-height:2.5 !important; margin:3rem 0;}
.nr-box .nr-article img{ max-width:100% !important; height: auto !important; text-indent:0; text-align:center;}


/*捐赠鸣谢列表页------------------------------*/
.scrollable-table {display: block; overflow-x: auto; white-space: nowrap;}
 
.mingxie2{ border-collapse: collapse; border-spacing: 0;}
.mingxie2 th{ background-color:#35539F; min-height:1.2rem; line-height:1.2rem; padding:0.8rem 2rem; text-align:left; color:#ffffff; font-size:1.0625rem; font-weight:normal;}
.mingxie2 th:first-child{ width:40%;}-
.mingxie2 tbody{ border:1px solid #EAEDF5;  box-shadow: 0 0 10px rgba(0,0,0,0.1); padding-top:20px; padding-bottom:20px;}
.mingxie2 td{ min-height:1.2rem; line-height:1.2rem; padding:0.8rem 2rem; text-align:left; font-size:1.0625rem; border:none; }
.mingxie2 .money span{ border:1px solid #35539F; display:inline-block; width:110px; height:20px; line-height:20px; text-align:center; color:#35539F; font-size:12px; border-radius:50px;}
