@charset "gb2312";

.main
{
 width: 869px;
 margin: 0px auto;
overflow: hidden;_overflow: visible;min-height: 200px;height: auto!important;height: 200px;
 background: #ffffff;
 padding: 15px;
}

.mainLeft
{
 float: left;
 width: 206px;
 border: 1px solid #e5e5e5;
 border-top-left-radius: 20px;
 -webkit-border-top-left-radius: 20px;
 
}
.mainLeftTitle,.mainRightOTitle,.mainRightNewsListTop
{
 height: 34px;
 line-height: 34px; 
 background:  #f5f5f5 ;
 border-bottom: 1px solid #e5e5e5;
 border-top-left-radius: 20px;
 -webkit-border-top-left-radius: 20px;

}
h2
{
 color:#343434;
 font-family: "微软雅黑";
 font-size:16px;
 font-weight: bold;
 background: url(imagesicon.png) no-repeat 10px center;
 height: 34px;
 line-height: 34px;
 z-index: 1;
 padding-left: 30px;
 float: left;
}
.more
{
 float: right;
 width: 90px;
 text-align: center;
 background: url(imagesmore.png) no-repeat center;
 font-family: "微软雅黑";
 color: #FFFFFF;
 font-size: 12px;
 line-height: 34px;
}
.more a
{
 color: #ffffff;
}
.more a:hover
{
 color: yellow;
}
.mainLeftContent
{
 height: 553px;
 width: 186px;
 padding: 10px;
 background:url(imageskjc_ky_6_26.jpg) no-repeat bottom center;
}

.mainRight
{
 float: right;
 width: 651px;
 border-top: 1px solid #e5e5e5;
 border-top-left-radius: 20px;
 -webkit-border-top-left-radius: 20px;
}
.mainRightOTitle
{
 border-left:1px solid #E5E5E5;
 border-right:1px solid #E5E5E5;
}
.mainRightOPic
{
 width: 629px;
 height: 219px;
 border: 1px solid #E5E5E5;
 border-top:none;
 margin-bottom: 15px;
 padding:10px;
 text-align:center;
 z-index:-1;
}
.mainRightNewsAll ul>li
{
	float:left;
	width:320px;
	display:inline-block;

	
}
.mainRightNewsAll ul>li+li,.mainRightNewsAll ul>li+li+li+li

{
	margin-left:11px;
	}
	
.mainRightNewsAll ul>li+li+li{ margin-left:0px;}
.mainRightNewsAll ul>li+li+li,.mainRightNewsAll ul>li+li+li+li{margin-top:15px;}
.mainRightNewsListTop
{
 border: 1px solid #E5E5E5;
}

.mainRightNewsListMain
{
 height: 157px;
 border: 1px solid #E5E5E5;
 border-top:none;
 padding-left:5px;
 padding-right:5px;
}
.link
{
 height:35px;
 line-height:35px;
 font-family:"宋体";

 width:206px;
 margin:0px auto;
 color:#434343;
 background:#F5F5F5;
border:1px solid #E5E5E5;
border-left:none;
border-right:none;
 }
.link .linkLeft
{
 float:left;
 width:70px;
 padding-left:20px;
 font-weight:bold;
 font-size:16px;
color:#000000;
  font-family:"微软雅黑";
 }
.link .linkRight
{
 float:left;
 width:315px;

height:48px;}


.link .linkRight ul
{
	}
.link .linkRight ul li
{
	float:left; display:block;margin-left:10px;margin-top:6px;}

/**********************************************/
.bannerBox {	
width: 100%;
	width: 629px;
	
	height: 219px;

	background-color: #ffffff;
	overflow: hidden;
	display: none;
}
.bannerTable {
	width: 100%;
}
.bannerTable TD {
	vertical-align: top;	/*此行很重要，专为解决IE8浏览器错位问题*/
}
.divS {
	width: 2px;
	height: 219px;
	background-color: white;
	overflow: hidden;
}
.bNpic {
	height: 219px;
	overflow: hidden;
	position: relative;
	cursor: e-resize;
}
.bNpic img {
	position: absolute;
	top: 0;
	left: 0;
}
.bNpic h3 {
	width: 100%;
	height: 40px;
	color: white;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 40px;
	text-indent: 15px;
	background-image: url(h3Bg.png);
	background-repeat: repeat;
	overflow: hidden;
	position: absolute;
	top: 219px;
	left: 0;
	cursor: default;
}
.bNpic h3 A {
	color: white;
	font-size: 16px;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	transition: all ease .5s;
}
.bNpic h3 A:hover {
	color: #333;
	background-color: orange;
	text-decoration: underline;
}