/*下拉菜单*/
.main .mainLeft .leftNav {
	padding-bottom:30px;
	border-left:1px solid #c7c7c7;
	border-right:1px solid #c7c7c7;
}
.main .mainLeft .lie1{
	border:none
}
/*右边*/
.main .mainRight .rightMain{
	width:100%;
	
	margin-top:20px;
	padding-top:20px;
	background:#fff;
}
.main .mainRight .rightMain h3{
	text-align:center;
	font-size:20px;
}
.main .mainRight .rightMain .content{
	width: 830px;
	height: 240px;
	background: url(../images/nw_x.png) bottom no-repeat;
	padding-top: 10px;
	overflow:hidden
}
.main .mainRight .rightMain .content .conPic{
    width: 310px;
    height: 200px;
    float: left;
    padding-top: 13px;
    margin-left: 15px;
	text-align: center;
	position: relative;
}
.main .mainRight .rightMain .content .conPic .nwimgkh{
	max-width: 100%;
	max-height: 100%;
}
.main .mainRight .rightMain .content .conTxt{
	width: 450px;
	height:200px;
	float: left;
	margin-left: 24px;
	padding-top: 13px;
	
	position:relative;
}
.main .mainRight .rightMain .content .conTxt h3 {
    font-family: "微软雅黑";
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    max-width: 450px;
	max-height:24px;
	overflow:hidden;
}
.main .mainRight .rightMain .content .conTxt a{
	color: #1f1f1f;
}
.main .mainRight .rightMain .content .conTxt p{
    width: 450px;
    font-family: "微软雅黑";
    font-size: 14px;
    max-height: 50px;
    line-height: 24px;
    margin-top: 12px;
    text-indent: 2em;
	overflow:hidden;
}
.main .mainRight .rightMain .content .conTxt a.seeMore{
	display:block;
	width:80px;
	height:25px;
	text-align:center;
	line-height:25px;
	color:#fff;
	background:#f1931a;
	position:absolute;
	right:0;
	bottom:0;
	border-radius:10px;
	overflow:hidden;
}