.content{
	padding:20px 50px;
	width: auto;
	min-height: 600px;
}
.content .tit{
	position: relative;
	height: 30px;
	font-weight: normal;
}
.content .tit:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 21px;
	background-color: #e6e9ed;
}
.content .tit p{
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 25px 0 10px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #2171ca;
	background-image: url(../images/common_tit_icon.png);
	background-position: right center;
	background-size: 15px 30px;
	background-repeat: no-repeat;
	z-index: 9;
}
.content .content-txt li:first-of-type{
	margin-top: 10px;
}
.content .content-txt li{
	position: relative;
	height: 40px;
	line-height: 40px;
}
.content .content-txt li:nth-of-type(5n){
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #e0e0e0 dashed;
}
.content .content-txt li:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.content .content-txt li a{
	padding-left: 8px;
	display: block;
	max-width: 660px;
	font-size: 16px;
	color: #323232;
	background-image: url(../images/text_tit_icon.png);
	background-position: left center;
	background-size: 3px;
	background-repeat: no-repeat; 
}
.content .content-txt li a:hover{
	color: #ee0000;
}
.content .content-txt li span{
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
	color: #888;
	font-size: 14px;
}


/**å›¾**/
.content .content-l{
	width: 770px;
	float: left;
}
.content .content-img a:first-of-type{
	margin-top: 10px;
}
.content .content-img li{
	line-height: 32px;
	padding:8px 0;
	overflow:hidden;
	clear:both;
	border-bottom:1px dashed #dcdcdc;
}
.content .content-img a{
	display: block;
}
.content .content-img li:hover{
	background-color:#f3f3f3;
}
.content .content-img li .img-box{
	display:block;
	float:left;
	height:120px;
	width:202px;
	overflow: hidden;
}
.content .content-img li .img-box img{
	display: block;
}
.content .content-img li .ir{
	display:block;
	float:right;
	width:548px;
}
.content .content-img li .ir h2{
	font-size:18px;
	color:#333;
	font-weight:normal;
}
.content .content-img li p{
	font-size:14px;
	color:#666;
	line-height:24px;
}
.content .content-img li p.p1{
	height:48px;
}
.content .content-img li p.p2{
	padding-top:10px;
}
.content .content-r{
	float:right;	
	padding:0 20px 20px 20px;
	width: 252px;
}
.content .content-r h2{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
    color: #323232;
    font-weight: normal;
    border-bottom: 1px solid #dedede;
}
.content .content-r .nzyw{
	padding-bottom: 10px;
	margin-bottom:15px;
	border-bottom: 1px #e0e0e0 dashed;
}
.content .content-r .nzyw .nzyw-tit{
	position:relative;
}
.content .content-r .nzyw .nzyw-tit a{
	position:absolute;
	right:10px;
	color:#666;
}
.content .content-r .nzyw ul{
	padding:10px 0;
}
.content .content-r .nzyw ul li{
	height: 32px;
	line-height: 32px;
}
.content .content-r .nzyw ul li a{
	display: block;
}
.content .content-r .nzyw ul li a p{
	padding-left: 10px;
	color: #323232;
	background-image: url(../images/title_icon2.png);
	background-size: 6px 9px;
	background-position: left center;
	background-repeat: no-repeat;
}
.content .content-r .nzyw ul li a:hover p{
	color: #ee0000;
}
.content .content-r .special ul{
	box-shadow: 0 0 4px #e0e0e0;
	border-radius: 4px;
	overflow: hidden;
}
.content .content-r .special ul li{
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f2f2f2;
	border-bottom: 1px #e0e0e0 solid;
	overflow: hidden;
	transition:background  ease-in-out 0.3s;
	-webkit-transition: background ease-in-out 0.3s;
	-moz-transition: background ease-in-out 0.3s;
	-ms-transition: background ease-in-out 0.3s;
}
.content .content-r .special ul li:last-of-type{
	border-bottom: none;
}
.content .content-r .special ul li a{
	display: block;
}
.content .content-r .special ul li a p{
	color: #666;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
}
.content .content-r .special ul li img{
	display: none;
	width: 100%;
}
.content .content-r .special ul li.current{
	height: 192px;
	transition: background ease-in-out 0.3s;
	-webkit-transition: background ease-in-out 0.3s;
	-moz-transition: background ease-in-out 0.3s;
	-ms-transition: background ease-in-out 0.3s;
}
.content .content-r .special ul li.current a p{
	font-size: 16px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	background: #e0e0e0;
    color: #333;
}
.content .content-r .special ul li.current img{
	display: block;
}

/*è¯¦æƒ…*/
.content .content-l .news-tit{
	padding: 10px 0 20px 0;
	font-size: 22px;
	color: #323232;
	line-height: 28px;
	text-align: center;
}
.content .content-l .news-detail p{
	padding: 5px 0;
	color: #323232;
	line-height: 26px;
}
.content .content-l .news-detail img{
	margin: 5px auto;
	display: block;
	width: 720px;
}

/*é—®å·è°ƒæŸ¥*/
.wjdc{
	padding:0 50px;
	box-sizing: border-box; 
}
.wjdc .top{
	padding: 10px 0;
}
.wjdc .top h2{
	color: #333;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}
.wjdc .top .txt{
	text-indent: 2em;
	color: #646464;
	line-break: 28px;
}
.wjdc .top .time{
	margin-top: 15px;
	display: block;
	color: #888;
	text-align: right;
}
.wjdc .form{
	padding-bottom: 30px;
}
.wjdc .form fieldset{
	margin-bottom: 20px;
	padding: 10px;
	border:1px #ccc solid;
}
.wjdc .form fieldset legend{
	padding: 0 8px;
	color: #2680cd;
	font-size: 16px;
}
.wjdc .form fieldset label{
	display: block;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
}
.wjdc .form fieldset label i{
	display: block;
	margin: 5px 6px 0 0;
	float: left;
	width: 14px;
	height: 14px;
	background-image: url(../images/form_check_off_icon.jpg);
}
.wjdc .form fieldset input{
	display: none;
}
.wjdc .form fieldset input[type='checkbox']:checked+label i{
	background-image: url(../images/form_check_on_icon.jpg);
}
.wjdc .form fieldset input[type='radio']:checked+label i{
	background-image: url(../images/form_radio_on_icon.jpg);
}
.wjdc .form fieldset textarea{
	padding: 10px;
	width: 100%;
	min-height: 120px;
	box-sizing: border-box;
	border-radius: 4px;
}
.wjdc .form .btn{
	margin: 30px auto 20px auto;
	display: block;
	width: 120px;
	height: 40px;
	background-color: #007AFF;
	color: #fff;
	border-radius: 4px;
	border:none;
	cursor: pointer;
}
.wjdc .msg .item{
	padding: 10px 0;
	height: 32px;
	line-height: 32px;
}
.wjdc .msg .item span{
	color: #323232;
}
.wjdc .msg .item input{
	padding-left: 10px;
	display: inline-block;
	width: 320px;
	height: 32px;
	line-height: 32px;
	border:1px #e0e0e0 solid;
}
.wjdc .msg .name{
	margin-left: 10px;
	float: left;
}
.wjdc .msg .phone{
	margin-left:100px;
	float: left;
}