/***news***/
.news_txt{margin-top:35px;}
.news_txt dt {
	text-align: center;
	font-size: 1rem;
	font-weight: normal;
	padding: 6px;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
}
.news_txt i {
	color: #666;
}
.news_txt h1 {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #F60;
	padding-top:2%;
}
.news_txt b {
	width: 55px;
	margin: 0 auto;
	border-bottom: 3px solid #F00;
	display: block;
	margin-bottom: 1em;
}
.news_txt p {
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0px;
}



.news_con {
	margin-top: 40px;
	overflow: hidden;
	z-index: -999;
}
.nyconn_news {
	margin: 20px -12px;
	position: relative;
	overflow: hidden;
}
.news_scroll {
	margin: 0 auto;
	height: 400px;
	background: #09F;
}
.xw_nynews {
	margin: 12px;
}
.ny_hzconn {
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
}
.ny_hzconn p {
	padding: 10px;
}
.ny_hzconn .title {
	font-weight: bold;
}
.xw_nynews {
	background: #F1F1F1;
	overflow: hidden;
	width: 48.5%;
	float: left;
}
.xw_nynews:nth-child(2n+1) {
	clear: both;
}
.xw_nynews .news_pic .img {
	float: left;
	max-width: 50%;
	height: auto;
	position: relative;
	overflow: hidden;
	border: 1px solid #e3e3e3;
	box-shadow: 0px 0px 10px #eee;
	margin: 10px;
}
.xw_nynews .news_pic .img img {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.xw_nynews .news_pic:hover img {
	transform: scale(1.35);
	-moz-transform: scale(1.35);
	-webkit-transform: scale(1.35);
}
.xw_nynews:hover .news_title h2 a {
	color: #09F;
}
.xw_nynews .news_title h2:hover a {
	color: #09F;
}
.xw_nynews:hover .news_pic img {
	transform: scale(1.35);
	-moz-transform: scale(1.35);
	-webkit-transform: scale(1.35);
}
.xw_nynews .news_title h2 {
	margin-left: 250px;
	padding-top: 9px;
	padding-bottom: 5px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}
.xw_nynews .news_info p {
	padding-right: 10px;
	line-height: 2;
	color: #333;
	height: 4em;
	overflow: hidden;
	margin-left: 250px;
}
.xw_nynews .news_info .more {
	margin-left: 250px;
	margin-top: 1.5em;
}
.xw_nynews .news_info .more .btn_more {
	display: inline-block;
 *display:inline;
 *zoom:1;
	line-height: 2.5;
	background: #666;
	color: #fff;
	text-align: center;
	width: 8em;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: relative;
}
.xw_nynews .news_info .more .btn_more a:link {
	color: #FFF;
}
.xw_nynews .news_info .more .btn_more a:visited {
	color: #FFF;
}
.xw_nynews:hover .news_info .more .btn_more span {
	position: relative;
	z-index: 1;
}
.xw_nynews .news_info .more .btn_more::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: #099;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.xw_nynews:hover .news_info .more .btn_more::after {
	width: 100%;
}
.news_info .time {
	float: right;
	position: relative;
	right: 8px;
	top: -22px;
	color: #999;
	padding-left: 15px;
	background: url(../images/time.gif) no-repeat 0px 1px;
}
.web_tags p {
	padding: 10px 5px;
}
.web_tags p a {
	padding: 10px 5px;
}
.nyconn_info_lr {
	margin: 20px 0px;
}
.ny_hzconn {
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
}
.ny_hzconn p {
	padding: 10px;
}
.ny_hzconn .title {
	font-weight: bold;
}
.nyconn_info_l {
	float: left;
	overflow: hidden;
	width: 75%;
}

.xw_nynews_fl {
	margin: 12px;
	background: #F1F1F1;
	overflow: hidden;
	width: 98%;
}
.xw_nynews_fl:hover {
	box-shadow: 0 0 5px #f0f0f0, 0 0 10px rgba(0, 0, 0, .3);
}
.xw_nynews_fl:nth-child(2n+1) {
	clear: both;
}
.xw_nynews_fl .news_pic .img {
	float: left;
	max-width: 30%;
	height: auto;
	position: relative;
	overflow: hidden;
	border: 1px solid #e3e3e3;
	box-shadow: 0px 0px 10px #eee;
	margin: 10px;
}
.xw_nynews_fl .news_pic .img img {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.xw_nynews_fl .news_pic:hover img {
	transform: scale(1.35);
	-moz-transform: scale(1.35);
	-webkit-transform: scale(1.35);
}
.xw_nynews_fl:hover .news_title h2 a {
	color: #09F;
}
.xw_nynews_fl .news_title h2:hover a {
	color: #09F;
}
.xw_nynews_fl:hover .news_pic img {
	transform: scale(1.35);
	-moz-transform: scale(1.35);
	-webkit-transform: scale(1.35);
}
.xw_nynews_fl .news_title h2 {
	margin-left: 250px;
	padding-top: 9px;
	padding-bottom: 5px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}
.xw_nynews_fl .news_info p {
	padding-right: 10px;
	line-height: 2;
	color: #333;
	height: 8em;
	overflow: hidden;
	margin-left: 250px;
}
.xw_nynews_fl .news_info .more {
	margin-left: 250px;
	margin-top: 1.5em;
}
.xw_nynews_fl .news_info .more .btn_more {
	display: inline-block;
 *display:inline;
 *zoom:1;
	line-height: 2.5;
	background: #666;
	color: #fff;
	text-align: center;
	width: 8em;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: relative;
}
.xw_nynews_fl .news_info .more .btn_more a:link {
	color: #FFF;
}
.xw_nynews_fl .news_info .more .btn_more a:visited {
	color: #FFF;
}
.xw_nynews_fl:hover .news_info .more .btn_more span {
	position: relative;
	z-index: 1;
}
.xw_nynews_fl .news_info .more .btn_more::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: #099;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.xw_nynews_fl:hover .news_info .more .btn_more::after {
	width: 100%;
}
.news_info .time {
	float: right;
	position: relative;
	right: 8px;
	top: -22px;
	color: #999;
	padding-left: 15px;
	background: url(../images/time.gif) no-repeat 0px 1px;
}












/****/	
.nyconn_info {
	margin: 15px 0px;
	overflow: hidden;
}
.xwnews .title {
	text-align: center;
	font-size: 1.5rem;
	padding: 35px 0px 55px 0px;
	overflow: hidden;
}
.xwnews .author_t {
	border-bottom: 1px dashed #ccc;
	height: 35px;
	line-height: 35px;
	padding: 0px 5px;
	font-size: 1rem;
}
.xw_ewm {
	float: left;
	font-size: 0.875rem;
}
.xw_ewm a {
	display: inline-block;
*display:inline;
*zoom:1;
	width: 15px;
	height: 25px;
	margin: 0px;
	position: relative;
	background: #09C;
}
.xw_ewm a i {
	display: inline-block;
 *display:inline;
 *zoom:1;
	width: 15px;
	height: 25px;
	background: url(../img/sj01.png);
}
.xw_ewm a .hzewm_in {
	background-position: -18px 0;
}
.xw_ewm a:hover i {
	opacity: 0.8;
}
.xw_ewm .ewm_pic {
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 19px;
	width: 120px;
	padding-top: 15px;
	display: none;
}
.xw_ewm a:hover .ewm_pic {
	display: block;
	z-index: 100000;
}
.xw_ewm .ewm_pic::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: -8px;
	width: 15px;
	height: 8px;
	background: url(../images/icon11.png) no-repeat center;
}
.xw_ewm .ewm_pic .ewm_in {
	background: #fff;
	box-shadow: 0 2px 7px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.3);
	padding: 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.author_t li {
	float: left;
	padding: 0px 25px 0px 10px;
	font-size: 0.875rem;
}
.d_reader {
	margin: 10px;
	background: #E2F1FA;
	padding: 8px;
	color: #646464;
	z-index: -9999;
}
.news_cc {
	margin: 10px;
	line-height: 180%;
	padding: 8px;
}
.up_down {
	margin: 10px;
	background: #F0F0F0;
	padding: 8px;
}
.up_down li {
	font-size: 0.875rem;
	padding: 8px 0px;
}
#gdnews h1 {
	border-bottom: 1px solid #ccc;
	height: 30px;
	line-height: 30px;
	font-size: 1rem;
	font-weight: bold;
	margin: 0px 10px;
	color: #333;
	padding: 0px 6px 0px 0px;
}
#gdnews b {
	margin-left: 19px;
	width: 105px;
	border-bottom: 3px solid #F90;
	display: block;
	margin-bottom: 5px;
	position: relative;
	bottom: 2px;
	margin: 0px 10px;
}
#gdnews li {
	border-bottom: 1px dashed #ccc;
	font-size: 0.875rem;
	margin: 10px;
	color: #266F8A;
	padding: 3px 0px;
}
.chuban h1 {
	border: 1px solid #ededed;
	font-size: 1rem;
	font-weight: bold;
	margin: 10px;
	color: #266F8A;
	padding: 6px 0px;
}
.chuban .bqcon dl {
	padding: 6px 0px;
	margin: 10px;
	font-size: 0.875rem;
}
.chuban .bqcon dl a {
	padding: 6px 0px;
	margin: 10px;
	font-size: 0.875rem;
}
.zrbj {
	font-size: 0.875rem;
	margin: 10px;
	padding: 6px 0px;
}
.fenxiang {
	margin: 10px;
	padding: 6px 0px;
}
.fenxiang h3 {
	float: left;
}
.Print_clwin {
	padding: 10px;
	font-weight: bold;
	float: right;
	width: 160px;
	text-align: center;
}
.xw_botton {
	float: left;
}
.close_windows {
	float: right;
}
.close_windows {
	width: 60px;
	background: #666;
	height: 40px;
	line-height: 40px;
}
.close_windows a {
	color: #FFF;
}
.xw_botton > div > div, .xw_botton > div > a {
	float: left;
	display: block;
	width: 80px;
	font-size: 2em;
	height: 40px;
	line-height: 40px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: "Microsoft Yahei";
	background: #09F;
}
.xw_botton div a {
	text-decoration: none;
	color: rgba(0,0,0,0.7);
	color: #fff;
	z-index: 99999;
	position: relative;
}
.xw_more {
	overflow: hidden;
	background: #666;
}
.xw_more span {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
	left: 0;
	top: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
	transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
	box-shadow: none;
	color: #FFF;
	font-size: 0.875rem;
}
.xw_more span:first-of-type {
	z-index: 10000;
}
.xw_more span:last-of-type {
	background: #666;
	left: -100%;
}
.xw_more:hover span {
	left: 0;
}
/*-----新闻NEWS-----*/
.nyconn_info_r {
	margin: 12px 0px;
	float: right;
	background: #F3F3F3;
	overflow: hidden;
	width: 24%;
	height: 1337px;
	
	height:100%;
}


.in_main {
	padding: 0px 0px 20px 1px;
	overflow:hidden;
	background:#FFF;
}




.sideMenu .tit {
	
	color: #fff;
	
	border-top:1px solid #F3F3F3;
	border-left:1px solid #F3F3F3;
	border-right:1px solid #F3F3F3;
	border:1px solid #1183D7;
	background:#1183D7;
}
.sideMenu .tit .wwcn {
	font-size: 1rem;
	padding:10px 25px;
	font-weight:bold;
	background: url(../img/nylist.png) no-repeat left center;
	
	
	
}

.sideMenu ul {
	
	padding:2px;	
	border:1px solid #EEE;
	box-shadow:0px 0px 3px #eee;
	padding-bottom:23px;	
	margin-bottom:20px;
	
	
	
}
.sideMenu li {
border-bottom:1px dashed #CCCCCC;
height:100%;
line-height:100%;

padding:0px 2px;
}
.sideMenu > ul > li > a {
	display: block;
	padding:15px;
	line-height: 1.5;
	
	
	position: relative;
	color: #333;
	
	
}
.sideMenu > ul > li.cur > a, .sideMenu > ul > li:hover > a, .sideMenu li.cur > .parent a, .sideMenu li:hover >.parent a, .sideMenu li.open > .parent a {
	color: #F30;
}
.sideMenu > ul > li.cur > a, .sideMenu > ul > li:hover > a, .sideMenu li.cur > .parent, .sideMenu li:hover >.parent, .sideMenu li.open >.parent {
	background: url(../images/menuliCur.png) no-repeat center;
	background-size: cover;
	
}
.sideMenu li .parent {
	position: relative;
	cursor: pointer;
}
.sideMenu li > a::after, .sideMenu li .parent::after {
	content: '';
	position: absolute;
	left: 22px;
	width: 5px;
	height: 7px;
	margin-top: -1px;
	background: url(../images/menuli.png) no-repeat 0 0;
	top: 50%;
}
.sideMenu li:hover > a::after, .sideMenu li:hover .parent::after, .sideMenu li.cur > a::after, .sideMenu li.cur .parent::after, .sideMenu li.open .parent::after {
	background-position: -5px 0;
}
.sideMenu .parent a {
	display: inline-block;
	color:#666;
	text-decoration: none;
	line-height: 1.5;
	padding: 10px 0px;
	font-size:0.875rem;
	font-family:Microsoft yahei,Verdana, Geneva, sans-serif;
	background-image:url(../img/newq.png) no-repeat 30 0;
}
.sideMenu .subMenu {
	padding:0px;
	display: none;
	border:0px;
	
}
.sideMenu .subMenu li {
	border:0px;
	height:40px;
	line-height:40px;
	background:none;
	border-bottom: 1px dashed #E5E5E5;
	
}
.sideMenu .subMenu a {
	display: block;
	padding: 0.4em 1em 0.4em 38px;
	position: relative;
	color: #626262;
	font-size:0.875rem;
}
.sideMenu .subMenu li.cur a, .sideMenu .subMenu li:hover a {
	color:#099;
}
.sideMenu .subMenu a::after {
	content: '';
	position: absolute;
	width: 0;
	left: 27px;
	top: 50%;
	height: 1px;
	width: 5px;
	background: #108ed8;
}

.leftCon {
	margin-left: 268px;
	padding-top: 25px;
	overflow: hidden;
}
.tit_crumb {
	position: relative;
	padding-bottom: 0.57em;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 17px;
	
}
.tit_crumb .tit {
	line-height: 23px;
	padding-left: 6px;
	border-left: 4px solid #2096DD;
	font-size: 16px;
	color: #151515;
}
.crumb {
	position: absolute;
	right: 12px;
	top: 0;
	font-size: 12px;
	line-height: 23px;
	text-align: right;
	color: #626262;
	padding-left: 22px;
	
}
.crumb a {
	color: #626262;
}
.crumb a:hover {
	color: #087CBD;
}


.nylist_pro{
	padding:2px;
	border:1px solid #EEE;
	margin-top:25px;
	
	} 
	
	
	
.nylist_pro	.tit{
	
	background:#1183D7;
	padding:2px;
	height:42px;
	
	}
	
	
.nylist_pro h2{
	
	padding:5px 25px;
	background: url(../img/nypro.png) no-repeat left center;
	font-size:1rem;
	color:#FFF;
	
	}
.nylist_pro ul{
	
	margin-bottom:10px;
	padding: 0px 2px;
	}
.nylist_pro li {
border-bottom:1px dashed #CCCCCC;
height:100%;
line-height:100%;
background:url(../img/bullet.gif) no-repeat left center;
padding:13px 15px;
font-size:0.875rem;

}


.nylist_pro li:hover{
	

border-bottom:1px dashed #069;


background:url(../img/bullet.gif) no-repeat left center;
}


.nylist_pro li:hover a{
	



color:#F00;

}





.nylist_cus{
	padding:2px;	
	border:1px solid #EEE;
	margin-top:25px;
	box-shadow:0px 0px 3px #eee;
	padding-bottom:23px;
	} 
	
.nylist_cus	.tit{
	background:#1183D7;
	height:42px;
	
	}
	
.nylist_cus h2{
	
	padding:10px 25px;
	background: url(../img/nycus.png) no-repeat left center;
	font-size:1rem;
	color:#FFF;
	}
	
	
	
	
.nylist_cus .left_ad{
	
	padding-bottom:8px;
	border-bottom:1px solid #EAEAEA;
	
	}

.nylist_cus dt{
	
	padding:8px 5px;
    font-size:0.875rem;
	border-bottom: 1px dashed #E5E5E5;
	}


#conuctnav {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#conuctnav li {
	color: #333333;
}
#conuctnav li a {
	display: block;
	
	height: 24px;
	line-height: 24px;
	font-size:0.875rem;
	text-decoration: none;
	font-family: "微软雅黑";
}
#nav_current {
	
	color:#333;

}
#nav_current a:visited {
	color:#333;
}
#nav_current li a:active {
	color:#06C;
}
#nav_current a:link {
	color:#06C;
}
#conuctnav li a:link {
	color: #333333;
}
#conuctnav li a:hover {
	
	color:#06C;
	
	
}