/*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:#044DB4;}
.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{ width:100%; max-width:1300px;  margin:0 auto;}
@media screen and (max-width:1299px){
	.wp{ width:94%; margin:0 auto;}
}
/***************************************首页*****************/

.top{ width:100%; margin:0 auto; height:auto; background:url(topbg.jpg) no-repeat 50% 0%; background-size:cover;}
.topwp{width:100%; width:1300px; margin:0 auto; position:relative; height:140px;}
.toplogo{ padding-top:26px; position:absolute; left:0; }
.sousuo{ width:240px; height:32px; float:right; margin-top:50px; position:relative; right:0; background-color:#3D55A7; border-radius:30px;}
.inputs{ background-color:#3D55A7; border:none; width:160px; height:32px; line-height:32px; padding:0 10px; color:#ffffff; margin-left:14px;}
.inputsicon{ float:right; margin-right:10px; width:20px; height:32px; border:0;  font-size:0; background:url(ssicon.png) no-repeat 100% 50%; background-size:15px 15px; cursor:pointer;}

/*pc导航*/
.navbox{ width:100%; background-color:#3D55A7; height:60px;}
#pcnav{ width:100%; width:1300px;  margin:0 auto; text-align:center;}
#pcnav, #pcnav ul{height:60px; line-height:60px;z-index:5; position:relative;}
#pcnav .yiji{ float:left; width:12.5%; display:block; height:60px; line-height:60px; position:relative;}
#pcnav .yiji a{display:block; width:100%; height:60px; line-height:60px;  text-align:center; font-size:20px; color:#ffffff;  }/*一级栏目间距*/
#pcnav .yiji a:hover{ background-color:#1D3897; color:#ffffff;}
#pcnav .yiji a.dangqian{background-color:#1D3897; color:#ffffff;}
#pcnav .erji{position:absolute; display:none; width:100%; top:60px;}/*二级列表菜单*/
#pcnav .erji a{ width:100%; padding:0; height:60px; line-height:60px; font-size:1rem; text-align:center; position:relative;  background-color:#3D55A7; }/*二级栏目间距*/
#pcnav .erji a:hover{ background-color:#1D3897; color:#ffffff;}
#pcnav .sanji{position:absolute; left:160px;  top:0; width:160px; }		
#pcnav .erji li{ margin-right:0; position:relative; background: rgba(255, 255, 255, .7);}/*二级菜单样式背景色*/
#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; }
.m_header_box header{padding:0; height:80px; background:url(topbg.jpg) 100% 0%;  background-size:cover; 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:299px;  margin-left:10px;}
.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: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: #3D55A7;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: #3D55A7;}
#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: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:#ECF6FF; 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 #CDDFF5;}
.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: #1D3897; padding: 0; font-size:1.0625rem; 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(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(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:1280px){
.top{ display:none;}/*pc顶部不显示*/
.navbox{ display:none;}/*pc导航不显示*/
.m_header_box { display:block;}
}
@media screen and (max-width:600px){
.m_header_box header #logo img{width:227px; }
}


/***************************************************************************************************************************/
.section1{ width:100%; height:auto; background:url(bodybg1.png) no-repeat 100% 50%; padding:40px 0;}

/*通知公告左侧图片*/
.xw-pic{ width:50%; float:left;}
.swiper2 .swiper-slide{ position:relative; height:100%; }
.pic2 {
    height: 400px;
    position: relative;
    overflow: hidden;
}
.pic2 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;}
.txt2{ position:relative; background-color:#3D55A7; height:50px;}
.title2{position:relative;  width: calc(100% - 100px);}
.title2 a{ color:#ffffff; display:block; padding:0 10px;  height:50px; line-height:50px; font-size:18px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.txt2:hover .title2 a{ font-weight:bold;}
.swiper2.swiper-container-horizontal>.swiper-pagination-bullets{
	text-align:right;
    z-index: 10;
	bottom:15px;
	right:10px;
	left:auto;   
}
.swiper-pagination2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff;
    opacity: 1;
}
.swiper-pagination2 .swiper-pagination-bullet-active{ background-color:#00B2B2;}
/*通过公共右侧文章列表*/
.xw-list{ width:47%; float:right;}

.menu{ width:100%; position:relative; height:40px; margin-top:10px; margin-bottom:20px;  }
.menu-title{ position:absolute; left:0; bottom:0; font-size:28px; font-weight:700; }
.menu a{ display:inline-block; position:absolute; right:0; top:5px; width:60px; text-align:left; height:30px; line-height:30px; color:#444444; font-size:14px; transition:all 0.2s ease-out 0s; background:url(more1.png) no-repeat 100% 50%;}
.menu a:hover{ transition:all 0.2s ease-out 0s;  background:url(more1.png) no-repeat 90% 50%; font-weight:bold; color:#044DB4;}

.list1 a{ display:block;  border-top:1px solid #ddd; height:55px; padding:20px 0;}
.list1 a:hover{ transition:all 0.3s ease-out 0s; font-weight:bold; background-color:#f8f8f8; }
.list1-time{ float:left; width:75px; text-align:center;}
.list1-ri{display:block; width:100%; line-height:30px;  color:#044DB4; font-size:28px;  font-family: Arial, Helvetica, sans-serif; }
.list1-yue{display:block; width:100%; line-height:25px; color:#666666;  font-size:16px; font-style:normal;  font-family: Arial, Helvetica, sans-serif;}
.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;}


@media screen and (max-width:1024px){
	.section1{ padding:20px 0;}	
	.xw-pic{ width:100%; float:left;}
	.pic2{ height:0; width:100%; padding-top:75%;}
	.pic2 a{ position:absolute; left:0; top:0; right:0; width:100%; height:100%;}
	.xw-list{ width:100%; float:right; margin-top:30px;}
	.menu-title{ font-size:24px;}
	.title2 a{  font-size:16px; }
	.list1-name{ font-size:16px;}
	.list1-yue{ font-size:14px;}
	.list1-ri{ font-size:24px;}
}


/*首页内容区2 学会要闻 学术动态*/
.section2{ width:100%; height:auto; background:url(bodybg2.jpg) no-repeat 50% 100%; background-size:cover; }
.yaowen{ float:left; width:50%;}

.dongtai{ float:right; width:47%;}
.menu2{ width:100%; position:relative; height:45px; margin-top:40px; margin-bottom:10px; border-bottom:1px solid #3D55A7;  }
.menu2-title{ position:absolute; left:0; bottom:0; font-size:28px; color:#3D54A6; font-weight:700; width:181px; height:45px; background:url(menubg1.png) no-repeat 0% 0%; }
.menu2 a{ display:inline-block; position:absolute; right:0; top:5px; width:60px; text-align:left; height:30px; line-height:30px; color:#444444; font-size:14px; transition:all 0.2s ease-out 0s; background:url(more1.png) no-repeat 100% 50%;}
.menu2 a:hover{ transition:all 0.2s ease-out 0s;  background:url(more1.png) no-repeat 90% 50%; font-weight:bold; color:#044DB4;}

.list2 a{ display:block;  height:60px; }
.list2 a:hover{ transition:all 0.3s; }
.list2-name{ float:left; width:calc(100% - 120px); color:#111111; height:60px; line-height:60px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size:18px; background:url(dot2.png) no-repeat 0% 50%; text-indent:20px; transition: all 0.3s;}
.list2-time{ float:right; width:110px; text-align:right; height:60px; line-height:60px; font-size:16px; color:#666666; font-family:Arial, Helvetica, sans-serif; }
.list2 a:hover .list2-name{ color:#3D54A6; font-weight:700;  background:url(dot2.png) no-repeat 5px 50%; transition: all 0.3s;}
.list2 a:hover .list2-time{ color:#3D54A6; font-weight:700;}
@media screen and (max-width:1024px){	
	.yaowen{ float:left; width:100%;}
	.dongtai{ float:right; width:100%;}
	.menu2-title{ font-size:24px;}
	.list2-name{ font-size:16px;}
	.list2-time{ font-size:14px;}
}
@media screen and (max-width:500px){	
	.list2-name{ width:calc(100% - 95px); }
	.list2-time{  width:90px; }
}

/*------首页内容区3 会员动态-----------------------------------------*/
.Swiper5.swiper-container{ padding:20px 0 40px;}                
.link5 {	
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  padding-bottom: 95%; /* 高度是宽度的95% */
  position: relative;
  overflow: hidden;
  background: #3754B3;
}
.img-hezi5 {
  position: absolute;
  top: 0;
  left: 10px;
  width: calc(100% - 10px);
  height: 70%;
  overflow: hidden;
}
.img-hezi5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.img-txt5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  padding: 0 12px;
  box-sizing: border-box;
}
.txt5-1 {
	height:30px;
	line-height:30px;
	font-size: 16px;
	color:#BFFFFF;
	background:url(riqidot.png) no-repeat 0% 50%;
	padding-left:25px;
	margin-top:5px;
	margin-bottom:5px;
}
.txt5-2 {
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  height:50px;
  line-height: 25px;
  transition: all 0.4s ease 0.1s;
  overflow: hidden;
}
.link5:hover .img-hezi5 img {
  transform: scale(1.08);
}
@media screen and (max-width:1200px){
	.link5 {	
	  width: 100%;
	  padding-bottom: 110%; 
	}
}
@media screen and (max-width:1024px){
	.link5 {	
	  width: 100%;
	  padding-bottom: 90%; 
	}
	.txt5-1{ font-size:14px;}
	.txt5-2 { font-size:16px;}
}
@media screen and (max-width:768px){
	.link5 {	
	  width: 100%;
	  padding-bottom: 110%; 
	}	
	
}
@media screen and (max-width:640px){
	.link5 {	
	  width: 100%;
	  padding-bottom: 60%; 
	}	
}
@media screen and (max-width:540px){
	.link5 {	
	  width: 100%;
	  padding-bottom: 80%; 
	}	
}
@media screen and (max-width:440px){
	.link5 {	
	  width: 100%;
	  padding-bottom: 90%; 
	}	
}
/*------------------首页底部-------------------*/
.footer{ width:100%; max-width:1300px;  margin:0 auto; margin-top:60px; border-top:1px solid #3D55A7; padding:40px 0;}
.footer-left{float:left; width:500px;}
.footer-logo img{ width:387px; display:block; margin-bottom:20px;}
.banquan{ color:#ffffff; font-size:16px; line-height:35px;}
.links{ float:right; width:calc(100% - 550px); margin-top:20px;}
.links-title{ color:#3D54A6; font-size:20px; font-weight:700; background:url(linkdot.png) no-repeat 0 50%; padding-left:30px; margin-bottom:20px;}
.links a{ font-size:16px; color:#ffffff; display:inline-block; line-height:40px; padding-right:30px;}
@media screen and (max-width:1299px){
	.footer{ width:94%; margin:0 auto; margin-top:30px;}
}
@media screen and (max-width:1024px){	
	.footer{padding:20px 0;}
	.links{ float:right; width:100%; margin-top:20px; margin-bottom:20px;}
	.links-title{ margin-bottom:10px;}
	.links a{ line-height:30px;}
	.footer-left{float:left; width:100%;}
	.footer-logo img{ width:220px; margin-bottom:10px;}
	.banquan{ line-height:30px;}
}
@media screen and (max-width:480px){
	.links a{ font-size:14px;}	
	.banquan{ line-height:30px; font-size:14px;}
}


/*---------------------------------------文字列表页-------------------------------------------------------------------------------------*/
.listbody{ width:100%; height:auto; background:url(bodybg2.jpg) #F3F8FE no-repeat 50% 100%; background-size:100%; }

.weizhi{ line-height:30px; background:url(homedot.png) no-repeat 0 50%; padding:15px 0 15px 25px;}
.weizhi, .weizhi a{ color:#666; font-size:16px; font-weight:normal;}
.listbox{ background-color:#ffffff; padding:30px;}
.sub_left{ width:250px; float:left; min-height:400px;}
.sub_right{ width:calc(100% - 250px - 30px); float:right; min-height:600px;}

/*列表页左侧*/
.side-nav{  background-color:#ffffff; }
.nav-name{  color:#ffffff; font-size:28px; line-height:30px; padding:30px 20px; background:url(menubg2.png) #3D55A7 no-repeat 92% 50%;}
.nav-box{ border-bottom:1px solid #CCE6F9; }
.p-yiji a{ position:relative; display:block; font-size:20px; line-height:20px; padding:20px 20px; background-color:#F5F8FD;}
.p-yiji a:hover{color:#1D3897; font-weight:700;}
.p-yiji a.xuanzhong1 { color:#1D3897; font-weight:700; }
.p-yijibox{display:none;  padding-left:2rem;}
.p-yijibox a{ position:relative; display:block; font-size:1rem; line-height:1rem; padding:1rem;}
.p-yijibox a.xuanzhong{ color:#1659AC; font-weight:700; }


/*列表页内容区右侧文字列表*/
.liebiao{ margin-bottom:30px;}
.liebiao-li{ display:block; height:60px; }
.liebiao-li a{ display:block; height:60px;}
.liebiao-time{ float:right; width:120px; height:60px; line-height:60px; color:#666666; font-size:16px; font-family:Arial, Helvetica, sans-serif; text-align:right;}
.liebiao-name{ float:left; width:calc(100% - 120px); background:url(dot2.png) no-repeat 3px 50%; text-indent:25px;  line-height:60px; height:60px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; font-size:18px;}
.liebiao-li a:hover{ background-color:#f9f9f9;}
.liebiao-li a:hover .liebiao-name{ color:#1D3897; font-weight:700;}


/*列表页图文列表-会员动态*/
.listpic{ }
.listpic-li{ margin-bottom:20px; padding:15px; border:1px solid #E4F3FF; }
.listpic-li a{ display:block; position:relative; transition:all .5s;}
.listpic-img{ float:left; width:300px; height:200px; overflow:hidden; position:relative;}
.listpic-img .a{ background-repeat:no-repeat; background-position: center; background-size: cover; height: 100%; display: block; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s;}

.listpic-txt{ float:right; width:calc(100% - 330px); margin-top:10px;}

.txt-title{ width:100%; height:26px; line-height:26px; font-size:18px; font-weight:normal; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; margin:10px 0 20px; }
.txt-zhaiyao{ font-size:16px; color: #999999; font-weight:normal; line-height:25px; height:50px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  }
.txt-time{ font-size:16px; color:#666666; font-family:Arial, Helvetica, sans-serif; font-weight:normal; margin-top:10px;}
.txt-time-ri{ color:#044CB3; font-size:28px; font-weight:700; margin-right:10px;}
.listpic-li:hover{ border:1px solid #054EB5;}
.listpic-li a:hover .listpic-img .a{-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
.listpic-li a:hover .txt-title{ font-weight:700;}

.yema{ height:40px; margin-bottom:60px;}
@media screen and (max-width:1024px){
	.listbox{ padding:10px;}
	.sub_left{ width:100%; display:none; }
	.sub_right{ width:100%; min-height:600px;}
	.liebiao-name{ font-size:16px;  width:calc(100% - 90px); }
	.liebiao-time{ font-size:14px; width:90px;}
	.weizhi, .weizhi a{ font-size:14px;}
}
@media screen and (max-width:640px){
	.listbody{ background-size:cover; }
	.listpic-li{ padding:5px; }
	.listpic-img{ width:180px; height:120px; }
	.listpic-txt{ float:right; width:calc(100% - 200px); margin-top:0;}
	.txt-title{font-size:16px; margin:5px 0 5px; }
	.txt-zhaiyao{ font-size:12px;}
}
@media screen and (max-width:460px){
	.listpic-img{ width:150px; height:100px; }
	.listpic-txt{ float:right; width:calc(100% - 160px); margin-top:0;}
	.txt-time-ri{ font-size:22px;}
	.txt-time{ font-size:14px;}
	.txt-zhaiyao{ display:none;}
	.txt-title{height:52px; line-height:26px; font-size:16px; white-space:normal;  -webkit-box-orient: vertical; /* 垂直排列子元素 */
  -webkit-line-clamp: 2; }
}

/*-------------------------------------------------------------内容页详情-------------------------------*/
.nr-box {
    margin: 0 auto;
    max-width: 1000px;
}
.nr-title{ font-size:22px; color:#3D55A7; padding:20px 0; text-align:center; font-weight:700;}
.nr-time{ font-size:14px; color:#666; font-family:Arial, Helvetica, sans-serif; text-align:center; font-weight:normal;}
.nr-article{ font-size:18px; line-height:2 !important; margin:20px 0;}
.nr-article img{ display:block; max-width:800px; text-indent:0; text-align:center; margin:0 auto;}

/*----------------------------------单页------------------------------------------------------------------------*/
.danye-title{
	font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 1rem;
    margin-bottom:3rem;
    border-bottom: 1px #eeeeee solid;
    color: #333;}
.danye-nr p{  font-size:1.125rem; 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:800px; text-align:center; margin:0 auto;}
@media screen and (max-width:1024px){
	.danye-title{ font-size:1.25rem; text-align:center; margin-top:2rem; margin-bottom:2rem;}
	.danye-nr{ padding:0; font-size:1rem;}
	.danye-nr p img {max-width:100% !important; height:auto !important;}
	
	.nr-title{font-size:18px; }
	.nr-article img{ max-width:100% !important; height: auto !important; }
	.nr-article{ font-size:16px; margin:20px 0;}
}
@media screen and (max-width:640px){
	.danye-title{ font-size:1.25rem; margin-top:1rem; margin-bottom:1rem;}
	.danye-nr{ font-size:1rem; }
	.danye-nr p{font-size:1rem; }
}

/*----------搜索列表--------------*/
.ss-list{ display:block; height:60px; line-height:60px; clear:both; }
.ss-time{ float:right; width:100px; text-align:right; font-size:16px; color:#666666;}
.ss-title{ width:calc(100% - 110px); font-size:18px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; float:left;}
@media screen and (max-width:1024px){
.ss-time{ font-size:14px; width:80px;}	
.ss-title{ font-size:16px; width:calc(100% - 90px);}
}





/* 分页按钮组page.class用 */
.fybox{ font-size:12px;}
.fenye_page_btn_group{box-sizing:border-box; display:inline-block;  height:32px; line-height:32px; padding:0px;border-right:1px solid #E2E2E2;   }
/* 分页按钮 */
.fenye_page_btn{box-sizing:border-box; display:inline-block; height:32px ; line-height:32px; text-align:center; border-left:1px solid #E2E2E2;border-top:1px solid #E2E2E2; border-bottom:1px solid #E2E2E2;  padding:0px 10px; margin-left:-1px; font-size:12px; }
/* 分页按钮选中 */
.fenye_page_btn_xz{box-sizing:border-box; display:inline-block; height:32px ; line-height:32px; text-align:center; padding:0px 10px;border-left:1px solid #3D55A7;border-top:1px solid #3D55A7; border-bottom:1px solid #3D55A7; background-color:#3D55A7; color:#FFFfff; font-weight:bold; font-size:12px;}


/*ueditor的code/pre美化*/
pre.brush\:html\;toolbar\:false { background-color:#f5f5f5;  font-family: "Microsoft YaHei", "微软雅黑", sans-serif; padding:10px; border-radius:4px; margin:5px 0px; } 
