@charset "utf-8";
/* CSS Document */

.nycon{
	min-height: 600px;
    padding-bottom: 40px;
}

.ny-ban{
    background: url(../images/rs/lib.png) no-repeat center center;
    background-size: cover;
    height: 290px;
}


/*内页面包屑侧导航*/
.ke-tit{   
	padding-bottom: 5px;
	/*border-bottom: 1px solid #999;*/
	background: url(../images/rs/ktbg.jpg) repeat-x center bottom;
}
.ke{
	line-height: 45px;
	font-size: 20px;
	color:#333;
}

.nav-path{
	 padding-top: 10px;
     color:#4b698f;
     font-size: 16px;
}

.nav-path a{ 
	color:#3f5b85;
 font-size: 16px;
	 padding: 0 3px;
	
 }
.nav-path a:hover{ 
	text-decoration:none; 
	color: #4b698f;
}

/******左侧导航******/

.main-left
{ 
    overflow: hidden;
    width:250px;
   float:left;
padding-top: 50px;
 
}

/******右侧样式******/
.main-right
{
	position: relative;
     width:870px;    
    min-height: 500px;
	 float:right;
	 margin-top:35px;
	background: #fff;
	
}
/*左侧导航：*/
.side-nav-panel{
border-top: 5px solid #007fdf;
	
}
.nav-panel-title{ 
    font-size: 36px;
    color: #fff;
    line-height: 30px;
    margin-left: 40px;
    margin-top: 141px;
    background: #3295E1;
    padding: 20px 20px;
    display: inline-block;
   
 }

.slide-nav-ul{	
  border: 1px solid #ddd;
 
}

.slide-nav-ul li {

 position: relative;
 border-bottom: 1px solid #ddd;

}
.slide-nav-ul li:last-child{
	border-bottom: none;
}

.slide-nav-ul li.js-item{
	margin-bottom: 0px;
}

.slide-nav-ul li  a{
	color:#333;
   display: block;
   position: relative;
   padding: 10px 0; 
   padding-left: 28px;
   padding-right: 10px;
  font-size:16px; 
  /*text-align: center;*/
   line-height: 25px;
  text-decoration: none;
    background:url(../images/rs/sa1.png) no-repeat 10px 20px;
 
}

.slide-nav-ul li a.active{
	 color: #007fdf;
  background: #f1f1f1 url(../images/rs/sa2.png) no-repeat 10px 20px;
	 text-decoration:none; 
	 
}
.slide-nav-ul li a.active:hover{
	 color: #007fdf;
   background: #f1f1f1 url(../images/rs/sa2.png) no-repeat 10px 20px;
	 text-decoration:none;   
	
}
.slide-nav-ul li a:hover{
	background: #f1f1f1  url(../images/rs/sa2.png) no-repeat 10px 20px;
	 color: #007fdf;
}

/* 左侧二级选中 .parent */
.slide-nav-ul li a:hover, .slide-nav-ul li a.active,.slide-nav-ul li a.selected, .slide-nav-ul li a.parent {
	background: #f1f1f1  url(../images/rs/sa2.png) no-repeat 10px 20px;
	 color: #007fdf;
	
}

/*内页三级导航*/
.slide-nav-item-ul{
	
	padding:0px 0 15px 23px;
	background: #F1F1F1;
	
 }
.slide-nav-item-ul li{ 
	line-height:30px;
	background: none;
	margin-bottom: 0px;
	border: none;
	padding: 0px;
	
	
} 
.slide-nav-item-ul li:first-child{
	border-top: none;
}
.slide-nav-item-ul li:last-child{
	border-bottom: none;
}
.slide-nav-item-ul li a{
	  display: block;
	  color:#999;  
	  font-size:16px; 
	  padding: 0px;
	  padding-left: 15px;
	  border: none;
	   background:url(../images/rs/sa4.png) no-repeat left 10px;
	  font-weight: normal;
}


/* 三级选中 .selected */
.slide-nav-ul li .slide-nav-item-ul li a:hover, .slide-nav-ul li .slide-nav-item-ul a.active, .slide-nav-ul li .slide-nav-item-ul a.selected {
      border: none;
	 color:#e94c1c;
	 text-decoration: none; 
	 font-weight: normal; 
	 padding-left: 15px;
     background:url(../images/rs/sa3.png) no-repeat left 10px;
	 box-shadow: none;
	 border-bottom: none;
}


.slide-nav-ul li .slide-nav-item-ul li a:hover,.slide-nav-ul li .slide-nav-item-ul a.active{
     border: none;
	 color:#e94c1c;
	 text-decoration: none; 
	 font-weight: normal; 
	 padding-left: 15px;
     background:url(../images/rs/sa3.png) no-repeat left 10px;
	 box-shadow: none;
	 border-bottom: none;
	 }

/*右侧内容*/
.right-nr
{
    font-size: 16px;
    color: #666; 
	position: relative;
	padding-bottom: 50px;
	
}
/*页数*/
.page{ 
	
	border:1px solid #d1d1d1; 
	border-radius: 5px;  
	height:35px;
	background: #fff;
	max-width: 300px;
	margin: auto;
}
.page ul li{ 
	border-right:1px solid #d1d1d1; 
	float:left; 
	line-height:35px;
}
.page ul li:last-child{
	border-right:none;
	
 }
.page ul li a{ 
	 color:#333;
	 padding:0 12px; 
	 display: block;
	 font-size: 14px; 
}
.page ul li a.pa:hover,.page ul li a.active{
	color:#fff; 
	background:#666;
	text-decoration:none;
}




/*文章滚动条样式*/
/******单篇文章******/
.view-title
{

    text-align: center;
    line-height: 28px;
    color: #333;
  font-weight: bold;
    margin-bottom: 10px;
	 font-size:20px;
     margin-top: 20px;
}

.view-title h1
{
	font-size:18px;
}

.view-info
{ text-align:center;    
    color: #999;
   
}

.view-info span
{
    font-size: 14px;
    font-weight: normal;
}

.view-cnt
{
	margin-top: 10px;
    line-height: 29px;
}
.view-cnt p{ 
	text-justify: inter-ideograph;
    /*解决ie不兼容问题*/
   font-size: 16px;
    color: #333;
    line-height: 29px;
    margin: 10px 0;

}

.view-cnt ul li
{
  list-style-type: disc;
    line-height: 28px;
    height: auto;
}

.view-cnt a
{
   color:#0e419c;
   
}

.view-cnt a:hover
{text-decoration: underline;
   color: #0e419c;
}

.view-cnt ol,.view-cnt ul
{
    padding-left: 17px;
    margin-left: 10px;
}

.view-cnt ol li
{
    list-style: inherit;
}


/*table*/

.view-cnt table {
    border-collapse: collapse;
    border-spacing: 0;
    border: medium none;
}

.view-cnt table td , .view-cnt table th
{
	border-color: #ddd;
}

/******news,down,title样式******/
.data-list{
	padding-top: 10px;
	padding-bottom: 30px;
}

.data-list li
{
   font-size:16px; 
	line-height: 45px;
	padding: 0 10px;
	
	
}

/*
.data-list li:nth-child(odd){
	background: #e9e9e9;
}*/

ul.data-list > li > a{
	color:#666;
	font-size: 16px;
	float: left;
	background: url(../images/rs/lia.png) no-repeat left center;
	padding-left: 12px;
}
.data-list li a:hover
{
    color: #000;
    text-decoration: none;
}

.data-list li span{ 
	font-size: 16px;
	color:#666;
	float: right;
	
}

/******pictrue,videolist样式******/
ul.pic-list {
	padding:20px 0 10px;
}
ul.pic-list li
{
    float: left;
    margin: 10px 32px 5px 0;
    border: 1px solid transparent;
}

ul.pic-list li:hover{
	border: 1px solid #007AFF;
}


    ul.pic-list .li-img {
        overflow:hidden;
         transition: all 1.5s;
         
    }
      ul.pic-list .li-img img{
      	 transform: scale(1.0);
      	 transition: all 1.5s;
      }
        ul.pic-list .li-img:hover img {
            transform: scale(1.2);
            transition: all 1.5s;
        }


ul.pic-list li.mar0{
	margin-right:0;
}
ul.pic-list li a
{
    color: #666;	
}
ul.pic-list li a:hover
{
   color:#333;
   text-decoration:none;
	
}

ul.pic-list li div
{
    line-height: 24px;
    margin-bottom: 10px;
    text-align: center;
}

ul.pic-list li p { 
	padding:15px 0;
    color:#000;
    text-align: center;
}
ul.pic-list a img
{
 /*border:1px solid #ddd;*/
   /*padding: 3px; background-color: #00428f;
 
    display: block;  border:2px solid #00428f;
   padding: 6px; background-color: #fff;
    transition: all 0.2s ease-in-out 0s;*/
}


/******pictrueleft pictrueright样式******/
ul.pic-bothside li
{
    padding: 30px 39px;
	border:1px solid #ccc;
	margin-top:25px;
}

ul.pic-bothside a img
{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
    margin: 3px 13px 3px 0px;
}

a.pic-a
{
    color: #333;
}

span.pic-span
{
    color: #999;
}


/*左图右文*/

.picleft-list{
padding-top: 10px;	
padding-bottom: 20px;
}
.picleft-list li {
	margin:20px 0 25px 0;
}
.picleft-list li .pli-img{
	/*width: 228px;*/
	/*去掉宽度不要*/
	
}

.picleft-list li .pli-img{
	/*width: 228px;*/
	/*去掉宽度不要*/
	border: 3px solid transparent;
	transition: all 1s;
}
.picleft-list li .pli-img:hover {
	  border: 3px solid #0e6eb8;
        box-shadow: 0px 1px 4px 3px #d4d4d4;
        transition: all 1s;
        cursor: pointer;
}




.picleft-list li .pli-text{

	width: 575px;
	height: 158px;
	border-bottom: 1px dotted #ddd;
	
}
.picleft-list li .pli-text a{
	font-size: 16px;
	color: #333 ;
	display: block;
	margin-bottom: 10px;
/*	margin-top: 10px;*/
}
.picleft-list li .pli-text a.a2{
	font-size: 14px;
	color: #3b818e;
	margin-top: 10px;
}
.picleft-list li .pli-text span{
	font-size: 14px;
	color: #999;
	display: block;
	margin: 3px 0;
}
.picleft-list li .pli-text p{
	font-size: 14px;
	color: #666;
    line-height: 23px;
    overflow: hidden;
    height: 50px;
}

/*视频列表*/
.video-list{
	padding-top: 20px;
}
.video-list li{
	width: 258px;
	height: 283px;
	border: 1px solid #ddd;
	float: left;
	margin-right: 43px;
	margin-bottom: 30px;
}
.video-list li:hover{
	border: 1px solid #0e6eb8 ;
	cursor: pointer;

}
ul.video-list li.mar0{
	margin-right:0;
	
}
.video-list li .vi-vi{
	position: relative;
	height: 135px;
}
.video-list li .vi-vi span img{
	position: absolute;
	left: 42%;
	top:35px;
}
.video-list li .vi-text{
	padding: 5px 30px 10px 20px;
	background: #fbfbfb;
	height: 132px;
	overflow: hidden;
}
.video-list li .vi-text a{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 25px;
}
.video-list li .vi-text span{
	display: block;
	font-size: 14px;
	color: #777;
	margin: 8px 0;
}
.video-list li .vi-text p{
	font-size: 14px;
	color: #777;
	line-height: 21px;
	 height: 47px;
	 overflow: hidden;
}
/*下载页面*/

.down-list{
	padding-bottom: 50px;
	padding-top: 15px;
}
.down-list li{
	border-bottom: 1px solid #ddd;
	padding: 16px 0;
}
.down-list li:first-child{
	padding-top: 0px;
}
.down-list li .down-left{
	
}
.down-list li .down-left a{
	color: #333;
	font-size: 16px;
	
}
.down-list li .down-left a img{
	margin-right: 10px;
}
.down-list li .down-left p{
	margin-top: 12px;
	font-size: 14px;
	color: #999;
}
.down-list li .down-left p span{
	margin-left: 54px;
}
.down-list li .down-xia{
	display: block;
	margin-top: 18px;
}

/*piclist1 个人图片列表*/


.picleft1-list{
padding-top: 16px;	
padding-bottom: 20px;
}
.picleft1-list li {
	margin-bottom: 10px;
	width: 242px;
	height:88px;
	border: 1px solid #ececec;
	padding: 8px;
	float: left;
	margin-right: 20px;
	margin-bottom: 26px;
	
	
}
.picleft1-list li:hover{
	box-shadow: 1px 1px 2px 2px #e8effb;
	
}
.picleft1-list li .pli-img1{
	/*width: 228px;*/
	/*去掉宽度不要*/
	
}
.picleft1-list li .pli-text1{
	margin-top: 10px;
	width: 130px;
	padding-left: 23px;
	
}
.picleft1-list li .pli-text1 a{
	font-size: 20px;
	color: #333 ;
	display: block;
	margin-top: -5px;
	text-decoration: none;
/*	margin-top: 10px;*/
}
.picleft1-list li .pli-text1 span{
	font-size: 18px;
	color: #999;
	display: block;
	margin: 15px 0 10px 0;
}
.picleft1-list li.mar0{
	margin-right: 0px;
}

/*字母序列表*/
.az{
	padding-top: 20px;
	 color: #333;
	 font-size: 16px;
	 height: 35px;
	 padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
}
.az ul{
	line-height: 30px;
	
}
.az ul li{
	float:left;
	padding-right:16px;
	line-height: 30px;
}
.az ul li a{
	color: #999;
	 font-size: 16px;
	 text-decoration: none;
	}
.az ul li a:hover{
	color:#9ac209;
	
}

.az-aa{
	padding-top: 10px;
}
.zza{
	padding: 10px 0;
	border-bottom: 1px  dotted #cdcdcd;
}

.zza h4{
	font-size: 24px;
	color: #9ac209;
	font-weight: normal;
}
.zza ul{
	padding-top: 20px;
}
.zza ul li{
	float: left;
	font-size: 16px;
	color: #333;
	padding-right: 40px;
	width: 60px;
	margin-bottom: 10px;
}
.zza ul li.mar0{
	margin-right: 0px;
}

/*datime*/
.datime .dat-top{
	margin: 40px 0 10px 0;
}
.datime .dat-top img{
	width: 880px;
	height: 124px;
}

.time-top{
	position: relative;	

}
.time-top a.prev{
	position: absolute;
	left: 0px;
	top: 30px;
	width: 46px;
	height: 46px;
	display: block;
	cursor: pointer;
	z-index: 1;
}
.time-top a.next{
	position: absolute;
	right: 0px;
	top: 30px;
	width: 46px;
	height: 46px;
	display: block;
	cursor: pointer;
	z-index: 1;
}
.timg{
	height: 1px;
	background: #b12330;
	position: absolute;
	left: 2%;
	top: 53px;
	width: 97%;
}
.time-ul{
	padding-top: 18px;
	position: relative;
}
.time-ul ul{
	padding-top: 18px;
	padding-left: 50px;
}
.time-ul ul li{
	float: left;
	cursor: pointer;
	margin: 0 6px;	background: url(../images/rts.png) no-repeat center top;
}
.time-ul ul li a{

	text-decoration: none;
	margin: 0 20px;
	display: block;
	height: 100px;
	margin-top: 18px;
	width: 34px;
}
.time-ul ul li a span{
	font-size: 14px;
	color: #333;
	display: block;
	padding-top: 40px;
}

.time-ul ul li.active{
	background: url(../images/rt.png) no-repeat center top;
}


.time-one{
	
}
.time-one h4{
	font-size: 24px;
	color: #333;
	text-align: center;
	margin: 20px 0;
}
.time-one p{
	font-size: 14px;
	color: #777;
	line-height: 25px;
	margin: 20px 0;
}


.newic-list{
	padding-bottom: 50px;
}
.newic-list li{
	padding: 30px 15px;
	margin: 10px 0;
	border: 1px solid #fff;border-bottom: 1px dotted #ccc;
}
.newic-list li:hover{
	border: 1px solid #ccc;
	cursor: pointer;
}
.newic-list li a.a1{
	font-size: 16px;
	color: #295999;
	display: block;
	text-decoration: none;
}
.newic-list li span{
	font-size: 14px;
	color: #999;
	display: block;
	margin: 10px 0;
	
}
.newic-list  li a.a2{
	font-size: 14px;
	color: #295999;
	display: block;
	text-decoration: none;
	margin-top: 10px;
}
.newic-list  li p{
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

/*apply 404*/
.bg4{
	background:#252b4d url(../images/4bg.jpg) no-repeat center top;
	min-height: 875px;
	
}
.bgg4{
	text-align: center;
	padding-top: 590px;
}
.bgg4 p{
	font-size: 32px;
	color: #fff;
	font-family: 'AvenirLTStd-light';
	margin-bottom: 40px;
}
.bgg4 a{
	font-size: 26px;
	color: #252b4d;
	background: #eedd23;
	font-family: impact;
	text-decoration: none;
	padding: 15px 70px;
	border-radius: 30px;
	border: 2px solid #eedd23;
	transition: all 1.0s;
	box-shadow: 2px 2px 2px 2px #1d233f;
}
.bgg4 a:hover{
	background: #252b4d;
	color: #eedd23;
	border: 2px solid #eedd23;
	transition: all 1.0s;
}
/*弹框*/
.form1{
	background: #fff;
	width:500px ;
	height: 710px;
	margin: auto;
	padding:20px 30px 0;
	position: relative;
	
	}
.form1 .form-group label{
	font-size: 16px;
	color: #000;font-family: 'AvenirLTStd-light';
	margin-bottom: 10px;
	font-weight: normal;
}
.form-control{
	border:1px solid #999;
	border-radius: 0px;
	box-shadow: none;
	line-height: 40px;
	height: 40px;
	margin-bottom: 18px;
}
.form1 button.sub{
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 70px;
	background: #eedd23;
	border: none;
	width: 100%;
	text-align: center;
	font-size: 26px;
	color: #252b4d;
	font-family: 'impact';
	text-transform: uppercase;
}
.form1 .cha{
	position: absolute;
	left: 0px;
	top: 740px;
	width: 100%;
	text-align: center;
	
}
 textarea{
	display: block;
	resize: none;
	width: 100%;
	height: 100px;
}

.form-gone{
	
}
.form-gone span{ 
	position: absolute;
	right: 10px;
	top: 40px;
}
.form-gone i{
	float: right;
	padding: 0 3px;
}
/*table*/
.bgf5{
	background: #f5f5f5;
}
.tab-one{
	margin-top: 30px ;	
}
.tab-one h4{
	font-size: 24px;
	color: #000000;
}
.tab-one table{
		background: #fff;
	padding: 10px 0;
	
}
.tab-one .tab-bor{margin-top: 25px;
	border: 1px solid #ddd;
	background: #fff;
	
}
.tab-one table tr{
	
}
.tab-one table tr td:first-child{
	padding-left: 15px;
}
.tab-one table tr td{
	line-height: 40px;
	font-size: 16px;
	color: #000;
	/*text-align: center;*/
}
.tab-one table tr td img{
	vertical-align: -6px;
	padding-right: 10px;
}
.tab-one table tr td.td1{
	background: #91b945;
	color: #fff;
	text-align: center;width: 70px;
}
.tab-one table tr td.td2{
	background: #6498d2;
	color: #fff;
	text-align: center;width: 70px;
}
.tab-one table tr td.td3{
	background: #ae1730;
	color: #fff;
	text-align: center;width: 70px;
}
.tab-one table tr td.td4{
	background: #333;
	color: #fff;
	text-align: center;width: 70px;
}
.tab-one table tr td.pdf img{
	padding: 0px;
	text-align: center;
	padding: 0 10px;
	padding-top: 10px;
}
.tab-one table tr td:last-child{
	
	
}
.tab-one table tr td:last-child img{
	display: inline-block;
	padding-right: 0;
	padding-top: 10px;
}
.tab-one table tr td:last-child span{
	display: block;
	line-height: 26px;
}




.app3{
	text-align: center;
	margin-top: 50px;
	
}
.app3 a{
	font-size: 26px;
	color: #252b4d;
	background: #eedd23;
	font-family: impact;
	text-decoration: none;
	padding: 15px 70px;
	border-radius: 40px;
	border: 2px solid #eedd23;
	transition: all 1.0s;
	
	
	
}
.app3 a:hover{
	background: #252b4d;
	color: #eedd23;
	border: 2px solid #eedd23;
	transition: all 1.0s;
}







/* webplus平台 */

/* 导航选中 .selected */

.wc-menu ul li a:hover, .wc-menu ul li a.active, .wc-menu ul li a.move,.wc-menu ul li a.selected, .wc-menu ul li a.parent {
}
/* 左侧二级选中 .parent */
.slide-nav-ul li a:hover, .slide-nav-ul li a.active,.slide-nav-ul li a.selected, .slide-nav-ul li a.parent {
}
/* 三级选中 .selected */
.slide-nav-ul li .slide-nav-item-ul li a:hover, .slide-nav-ul li .slide-nav-item-ul a.active, .slide-nav-ul li .slide-nav-item-ul a.selected {
    
}

/* 面包屑 斜杠 / 的图片 */
.possplit {
    background-image: url(../images/posgg.png);
}

/* 假如是单篇文章   平台会用自己的样式 */
.wp_single wp_column_article {
    margin-top: 20px;
}
/* 重写平台上的样式 */
.view-cnt, .wp_articlecontent {
    font-size: 16px !important;
    margin-top: 20px;
    line-height: 29px !important;
}


.right-nr #wp_column_article p {
    margin: 10px 0;
    font-size: 16px !important;
    line-height: 29px !important;
}









#wp_pager {
    text-align: center;
}

