.w1200 {
	width: 1200px;
	margin: 0 auto;
	clear: both
}
.pag18 {
	padding-top: 18px;
}
.pag23 {
	padding-top: 23px;
}
.fr {
	float: right !important;
}
.padg18 {
	padding: 18px 0;
}
.clear {
	clear: both;
}
.kuang {
	height: 20px;
}
/*列表页*/
.zy_left {
	width: 260px;
	float: left
}
.zy_left h1 {
	height: 80px;
	background: #3b7abd;
	line-height: 80px;
	display: block;
	text-align: center;
	font-size: 22px;
	color: #FFF
}
.zy_left ul {
	background: #fff;
}
.zy_left ul li {
	height: 50px;
	line-height: 50px;
	border-bottom: #d3d3d3 1px solid
}
.zy_left ul li a {
	display: block;
	padding-left: 37px
}
.zy_left ul li a:hover {
	color: #3b7abd;
	border-left: 5px solid #ee9439;
}
.zy_left ul li.current a {
	color: #3b7abd;
	border-left: 5px solid #ee9439;
	padding-left: 32px;
	background: url(../images/zy_left_t.gif) no-repeat 230px center
}
.zy_right {
	width: 840px;
	float: right;
	background: #FFF;
	min-height: 800px;
	padding: 20px 40px;
}
.zy_right .tit {
	background: url(../images/zy_title_bg.gif) no-repeat left bottom;
	height: 55px;
}
.zy_right .tit h1 {
	line-height: 55px;
	font-size: 20px;
	display: block;
	float: left;
}
.weizhi {
	background: url(../images/weizhi_bg.gif) left center no-repeat;
	margin-top: 14px;
	padding-left: 18px;
	color: #808080;
	font-size: 14px;
	text-align: left;
	float: left;
	line-height: 30px
}
.weizhi a {
	color: #808080;
	font-size: 14px;
	line-height: 30px
}
.zy_right ul {
	padding: 10px 0;
	min-height: 650px
}
.zy_right ul li {
	height: 55px;
	line-height: 55px;
	border-bottom: #e9e9e9 1px dashed;
	padding-left: 16px;
	background: url(../images/zy_list_t.gif) left center no-repeat
}
.zy_right ul li>span {
	float: right;
	color: #999
}
.zy_right dl {
	padding: 10px 0;
	min-height: 650px
}
.zy_right dl dd {
	height: 240px;
	margin: 10px 6px;
	line-height: 35px;
	width: 267px;
	float: left;
	text-align: center
}
.zy_right dl dd img {
	display: block;
	width: 267px;
	height: 200px;
}
.zy_right .fy {
	padding: 20px 0;
	clear: both;
	text-align: center;
	line-height: 30px;
}
.zy_right .fy table {
	margin: 0 auto;
}
.zy_right .dp_con {
	padding: 15px 0;
	line-height: 30px;
	min-height: 650px;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-word;
}
/*内容页*/
.cont {
	background: #FFF;
	min-height: 800px;
	padding: 20px 40px;
	width: 100%;
	border-right: #ccc 1px solid;
	float: left
}
.cont img, object {
	max-width: 100%;
}
.cont .tit {
	background: url(../images/zy_title_bg.gif) no-repeat left bottom;
	height: 55px;
}
.content>.tit>h1 {
	line-height: 55px;
	font-size: 20px;
	display: block;
	float: left;
}
.cont.weizhi {
	background: url(../images/weizhi_bg.gif) left center no-repeat;
	margin-top: 14px;
	padding-left: 18px;
	color: #808080;
	font-size: 14px;
	text-align: left;
	float: left;
	line-height: 30px
}
.content .tit .weizhi a {
	color: #808080;
	font-size: 14px;
	line-height: 30px
}
.cont>form>h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	padding-top: 20px;
	text-align: center
}
.cont>form>h2 {
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 30px
}
.cont .con {
	padding: 20px 0;
	min-height: 650px;
}
.content .con table {
	max-width: 100%;
}
.content .con img {
	max-width: 800px;
	margin: 0 auto
}
.con strong{
font-weight: 900;

}
.con strong a{
text-decoration: none !important;
}
/*
.cont .con p span{font-size: 14pt!important;font-family:"微软雅黑"!important;color:#000!important}
*/
/*手机*/
 @media screen and (max-width:640px) {
	 .w1200 {
	width: 100%;
	margin: 0 auto;
	clear: both
}

.cont {
	background: #FFF;
	min-height: 800px;
	padding: 20px 5px;
	width: 100%;
	border-right: #ccc 1px solid;
	
}
.cont img, object {
	width: 100%!important;
	max-width: 100%;
}

.zy_left{
	display:none;
	}
	.zy_right{
		    width: 100%;
			padding: 20px 5px;
		
	}
	.zy_right ul li{
		overflow: hidden;

text-overflow: ellipsis;

white-space: nowrap;
	}
	
}