/*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{ min-width:375px; font-size:16px; position: relative; margin:0 auto; color:#111111; font-family:'Microsoft Yahei',"PingFang SC","Helvetica Neue",Georgia,Helvetica,Arial,sans-serif;}
a{color:#111111; font-size:18px; text-decoration:none;  font-family:'Microsoft Yahei',"PingFang SC","Helvetica Neue",Georgia,Helvetica,Arial,sans-serif; }
a:hover{ color:#1659AC;}
.clear{ clear:both;}
.fl{ float:left;}
.fr{ float:right;}

@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");
}
.wp{ padding:0 60px;  margin:0 auto;}
@media screen and (max-width:1660px){
.wp{ padding:0 20px;  margin:0 auto;}
}
@media screen and (max-width:600px){
.wp{ padding:0 10px;  margin:0 auto;}
}
/***************************************首页*****************/
.topa{background-color:#1C5FB0; height:40px; position:relative;}
.topa .yuyan{ position:absolute; right:20px; top:8px;}
.topa .yuyan a{ font-size:12px; color:#ffffff; font-weight:600; display:inline-block; padding:3px 5px; border:1px solid #BDD9FF; border-radius:5px; }
.topa .search-pc{ position:absolute; right:150px; top:8px;}
.topa .search-pc .keyword{ width:150px; height:25px; line-height:25px; text-indent:5px; background-color: transparent; border: 0; border-bottom: 1px solid #ffffff; font-size:12px; color:#ffffff; }
.topa .search-pc .ss-btn{ line-height:25px; text-align:center; border:0; background-color:#E8EFF5;  font-size:12px; padding:0 3px;}
.search-pc input::-moz-placeholder{ 
    color: #fff;
}
.search-pc input::-ms-input-placeholder{
    color: #fff;
}
.search-pc  input::-webkit-input-placeholder{
    color: #fff ;
} 

.topb{ background:url(images/bg-news.png) no-repeat 50% 20%; background-size:cover;}
.topb .topwp{width:94%; margin:0 auto; position:relative; padding-top:10px; padding-bottom:10px;}
.topwp .logo{ float:left; }
.topwp .logo a{ display:block; text-align:center;}
.topwp .logo img{ width:120px;}
.topwp .logo .logotitle{ font-family:Verdana, Geneva, sans-serif; font-size:16px; font-weight:600;}
.topwp .navbox{ float:right; margin-top:5px;}

/*pc导航*/
#pcnav{ width:100%;  margin:0 auto; text-align:center; }
#pcnav, #pcnav ul{height:50px; line-height:50px;z-index:5; position:relative; }
#pcnav .yiji{ float:left; display:block; height:50px; line-height:50px; position:relative; padding:0 20px;}
#pcnav .yiji a{display:block; width:100%; height:50px; line-height:50px;  text-align:center; font-size:16px; font-weight:600;}
#pcnav .yiji a:hover{color:#1659AC; }
#pcnav .yiji a.xuanzhong{  color:#1659AC;  }
#pcnav .erji{position:absolute; display:none; width:100%; top:50px;}
#pcnav .erji a{  padding:10px 0; padding-left:5px; line-height:20px; height:auto; font-size:16px; text-align:left; position:relative; border-bottom:1px solid #ffffff;}
#pcnav .erji li:hover{ background-color:#1C5FB0; color:#ffffff;}
#pcnav .erji a:hover{ color:#ffffff;} 
#pcnav .erji li{ margin-right:0; position:relative; background-color: #EDF5FD;  }
#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:80px;  position: relative; z-index: 100000; margin-top:40px;  }
.m_header_box header{padding:0; height:80px; background:url(images/bg-news.png) no-repeat 50% 20%; background-size:cover; position: fixed; top:40px; left:0; right:0; z-index:100; display:flex; justify-content:space-between; align-items:center; }

.m_header_box header #logo{padding:0; margin-left:10px; }
.m_header_box header #logo a{ display:inline-block; text-align:center;}
.m_header_box header #logo img{width:100px;}
.m_header_box header #logo .logotitle{font-family:Verdana, Geneva, sans-serif; font-size:16px; font-weight:600; }
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:4rem; height:4rem; display:flex; align-items: center; justify-content: center; z-index: 1; min-width:4rem;}

#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:1.5rem; 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: #1C5FB0;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: #1C5FB0;}
#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:40px;  padding:85px 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:#ffffff; 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;  border-bottom: 1px solid #eeeeee;}
.list_box_nav_mobile>li .con{ position:relative; padding-left:1rem; padding-right:1rem;}
.list_box_nav_mobile>li .a{width: 100%; line-height:4rem; color: #1C5FB0; padding: 0; font-size:16px; font-weight:600; 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(images/add.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(images/minus.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 20px;border-bottom: 1px solid rgba(255, 255, 255, 0.1); display:none}
.list_box_nav_mobile>li .list a{display:block;font-size:14px; color: #444; line-height: 2.5; width:49%; float:left; }



/*-----------------------------------------------------------------------------end-----------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1919px){
#pcnav .yiji{padding:0 10px;}
}
@media screen and (max-width:1800px){
#pcnav .yiji{padding:0 5px;}
.topb .topwp{width:98%;}
}
@media screen and (max-width:1580px){
.topb{ display:none;}
.topa{ width:100%; position:fixed; top:0; z-index:9999;}
.m_header_box { display:block;}
}
@media screen and (max-width:600px){
.topa .search-pc{ position:absolute; right:100px; top:8px;}
.topa .search-pc .keyword{ width:120px; }
.m_header_box header #logo img{width:80px;}
.m_header_box header #logo .logotitle{font-size:12px;}
}




.mainbox{ width:100%; margin:0 auto; height:auto; }

/***************************************************************************************************************************/
.section1{ width:100%; height:auto; background:url(bodybg1.png) no-repeat 100% 100%; padding:30px 0;}


.xw-pic{ width:50%; float:left;}
.swiper2.swiper-container{}
.swiper2 .swiper-slide{ position:relative; height:100%; }
.swiper2 .pic {
    height: 450px;
    position: relative;
    overflow: hidden;
}
.swiper2 .pic a{    
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;}
.swiper2 .txt{ position:relative; background-color:#ffffff; box-shadow: 0 0 10px rgba(0,0,0,0.1); height:60px;}
.swiper2 .txt .title{position:relative;}
.swiper2 .txt .title a{ display:block; padding:0 10px;  height:60px; line-height:60px; font-size:20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.swiper2 .txt:hover .title a{color:#A50000;}
.swiper-button-prev.swiper-button-prev2, .swiper-container-rtl .swiper-button-next2 {
    background-image: url(images/arr-left.png);
    left: 10px;
    right: auto;
}
.swiper-button-next.swiper-button-next2, .swiper-container-rtl .swiper-button-prev2 {
    background-image: url(images/arr-right.png);
    right:10px;
    left: auto;
}
.swiper-button-next.swiper-button-next2.swiper-button-disabled, .swiper-button-prev.swiper-button-prev2.swiper-button-disabled {
    opacity: .65;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next.swiper-button-next2, .swiper-button-prev.swiper-button-prev2 {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 51px;
    margin-top:-25px ;
    z-index: 10;
    cursor: pointer;
    background-size: 40px 51px;
    background-position: center;
    background-repeat: no-repeat;
}	

.xw-list{ width:47%; float:right;}

.menu{ width:100%; position:relative; height:50px; margin-bottom:20px; }
.menu span{ position:absolute;  left:0; bottom:0; top:0; background-color:#E8EFF5; color:#1659AC; padding:0 30px; line-height:50px; font-weight:600; font-size:22px; }
.menu a{ display:inline-block; position:absolute; right:0; top:10px; width:80px; text-align:center; height:30px; line-height:30px; color:#1659AC; font-size:14px; transition:all 0.2s ease-out 0s;}
.menu a:hover{ text-decoration:underline; transition:all 0.2s ease-out 0s;}

.ul-list1 li{ display:block; }
.ul-list1 li a{ display:block;  border-top:1px solid #ddd; height:50px; padding:20px 0;}
.ul-list1 li a:hover{ transition:all 0.3s ease-out 0s; }
.ul-list1 .time{ float:left; width:75px; text-align:center;}
.ul-list1 .time b{display:block; width:100%; line-height:30px;  color:#1659AC; font-size:28px;  font-family: Arial, Helvetica, sans-serif; }
.ul-list1 .time em{display:block; width:100%; line-height:20px; color:#666666;  font-size:14px; font-style:normal;  font-family: Arial, Helvetica, sans-serif;}
.ul-list1 .name{ float:right; width:calc(100% - 75px); line-height:25px; height:50px; overflow: hidden; text-overflow: ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; font-size:18px;}
.ul-list1 li a:hover{ background-color:#f9f9f9;}

@media screen and (max-width:1024px){	
	.xw-pic{ width:100%; float:left;}
	.xw-list{ width:100%; float:right; margin-top:30px;}
	.menu span{ font-size:18px;}
}

@media screen and (max-width:640px){
	.swiper2 .pic {height: 350px;}	
}

@media screen and (max-width:500px){
	.swiper2 .pic {height: 300px;}	
	.swiper2 .txt .title a{font-size:16px;}
	.ul-list1 .name{ font-size:16px;}

}
@media screen and (max-width:440px){
	.swiper2 .pic {height: 250px;}	
}


.section2{ width:100%; height:auto;}
.s2-item{ float:left; width:48.5%; margin-right:3%; margin-top:30px;}
.s2-item:nth-of-type(even){ margin-right:0;}

.s2-item .inner{ width:100%;}

.ul-list2{ height:250px; }
.ul-list2 .bb{ display:block;}
.ul-list2 .bb a{ display:block;  height:50px; }
.ul-list2 .bb a:hover{ transition:all 0.3s; }
.ul-list2 .name{ float:left; width:calc(100% - 120px); height:50px; line-height:50px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size:16px; background:url(images/dot2.png) no-repeat 0% 50%; text-indent:20px; transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;}
.ul-list2 .time{ float:right; width:110px; text-align:right; height:50px; line-height:50px; font-size:16px; color:#1659AC; font-family:Arial, Helvetica, sans-serif; }
.ul-list2 .bb a:hover .name{ color:#1659AC;  background:url(images/dot2.png) no-repeat 5px 50%; transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;}
.ul-list2 .bb a:hover .time{ }


.swiper1{ margin-top:10px;}
.swiper1 .swiper-slide img{ width:100%;}
@media screen and (max-width:900px){	
	.s2-item{ width:100%; margin-right:0; }
	.ul-list2{ height:auto; min-height:50px;}
}
@media screen and (max-width:500px){	
	.ul-list2 .name{ font-size:16px; width:calc(100% - 95px); }
	.ul-list2 .time{  width:90px; font-size:14px; }
}


.footer{ width:100%; margin:0 auto;background-color:#FBF8F3; border-top:5px solid #B80102; text-align:center; padding:40px 0; }
.footer .banquan{ font-size:16px; color:#666666;}
@media screen and (max-width:500px){	
	.footer .banquan{ font-size:14px;}
}

/*---------------------------------------list-------------------------------------------------------------------------------------*/

.subpage{margin:0 auto; min-height:20rem; margin-top:20px; }
.sub_left{ width:20rem; float:left;}
.sub_right{ width:calc(100% - 20rem - 3rem); float:right;}
.sub_con{ padding:10px; min-height:30rem;}
.msub-box{ display:none;}

/*列表页左侧*/

.side-nav{ padding:1rem; background-color:#F2F9FD;}
.side-nav .nav-name{  background-color:#1659AC; color:#ffffff; font-size:18px; line-height:25px; padding:30px 20px;}
.side-nav .nav-box{ border-bottom:1px solid #CCE6F9; }
.side-nav .p-yiji a{ position:relative; display:block; font-size:16px; line-height:20px; padding:15px 20px;}
.side-nav .p-yiji a:hover{color:#1659AC; font-weight:700;}
.side-nav .p-yiji a.xuanzhong1 { color:#1659AC; font-weight:700; }
.side-nav .p-yijibox{display:none;  padding-left:2rem;}
.side-nav .p-yijibox a{ position:relative; display:block; font-size:1rem; line-height:1rem; padding:1rem;}
.side-nav .p-yijibox a.xuanzhong{ color:#1659AC; font-weight:700; }


.lujing{ width:100%; position:relative; border-bottom:1px solid #ddd;}
.weizhi, .weizhi a{ display:inline-block; line-height:20px; padding:10px 0; color:#888; font-size:0.875rem; font-weight:normal; margin:0 .2rem;}
.ul-list li { border-bottom:1px solid #eee ;}
.ul-list li .a { display: flex; height: 5rem; align-items: center;}
.ul-list li .a .time {  width:6rem; padding: 0 .5rem; font-size: 1rem; color: #666; display: flex; align-items: center; position: relative; z-index: 1; font-family: "Times New Roman", Times, serif;}
.ul-list li .a .time:before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 1rem;
    background: #80C1F0;
}
.ul-list li .a .time img {  margin: 0 .5rem 0 0; height:6px; vertical-align: middle;}
.ul-list li h4 {  flex: 1; padding: 0 0 0 1rem; font-size: 16px; font-weight: normal; line-height: 1.75; overflow: hidden; text-overflow: ellipsis;  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.ul-list li .a:hover .time{ color:#1659AC;}
.ul-list li .a:hover h4{ color:#1659AC; font-weight:700;}


@media screen and (max-width:1024px){

.sub_left{ display:none;}
.side-nav{ display:none;}
.sub_right{ width:100%;}

.ul-list li h4 {  line-height: 1.5; font-size:1rem;}

}
@media screen and (max-width:640px){	
.weizhi, .weizhi a{ padding:5px 0;}
.ul-list li .a .time {padding: 0 0;}
}
/*-------------------------------------------------------------内容页-------------------------------*/
.nr-box {
    margin: 0 auto;
}
.nr-box .nr-title{ font-size:18px; padding:2rem 0; text-align:center;}
.nr-box .nr-time{ font-size:14px; color:#999999;  font-family: 'bebasregular'; text-align:center; font-weight:normal;}
.nr-box .nr-article{ font-size:16px; line-height:2; margin:20px 0;}
.nr-box .nr-article img{ max-width:100% !important; height: auto !important; text-indent:0; text-align:center;}

/*----------------------------------单页------------------------------------------------------------------------*/
.danye-title{
	font-size: 18px;
    font-weight: bold;
	margin:20px 0;
	text-align:center;
	color:#1659AC;
	}
.danye-nr p{  font-size:16px; line-height:2; margin-bottom:1rem; font-family:'Microsoft Yahei',"PingFang SC","Helvetica Neue",Georgia,Helvetica,Arial,sans-serif;}
.danye-nr p img{ max-width:1000px; text-align:center; margin:0 auto;}
@media screen and (max-width:1024px){
	
	.danye-nr p img {max-width:100% !important; height:auto !important;}
}

/*分页*/
.fybox{ display:block; margin:20px auto; text-align:center; }

.fenye_page_btn_group{box-sizing:border-box; display:inline-block; border:1px solid #E2E2E2; 
	-webkit-border-radius: 2px;  border-radius:2px; height:24px; }

.fenye_page_btn{box-sizing:border-box; display:inline-block; height:24px ; line-height:24px; text-align:center; border-left:1px solid #E2E2E2;  padding:0px 10px; margin-left:-1px; }
*/
.fenye_page_btn_xz{box-sizing:border-box; display:inline-block; height:22px ; line-height:22px; text-align:center; padding:0px 8px; background-color:#1659AC; color:#FFFfff; font-size:12px;}


/*右侧固定图标*/
.fixlink{position:fixed; top:calc(50% - 105px); right:0; z-index:999;}