/*about*/
.c-right .r-con {
	padding-top: 20px;
	width: 96%;
	line-height: 2.5;
	margin: 0 auto;
	font-size: 15px;
}
/*productList*/
.productList {
	margin-top: 20px;
	overflow: hidden;
}
.productList li {
	float: left;
	width: 256px;
	margin: 10px 10px 0;
	overflow: hidden;
}
.productList li img {
	width: 254px;
	height: 191px;
	border: 1px solid #d9d9d9;
}
.productList li span {
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #4f4f4f;
	letter-spacing: 1px;
	font-size: 16px;
	text-align: center;
	display: block;
}
.productList li span:hover {
	color: #0059aa;
	font-weight: bold;
}
/*productList*/
.zz {
	margin-top: 20px;
	overflow: hidden;
}
.zz li {
	float: left;
	width: 191px;
	margin: 10px 8px 0;
	overflow: hidden;
}
.zz li img {
	width: 189px;
}
.zz li span {
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #4f4f4f;
	letter-spacing: 1px;
	font-size: 16px;
	text-align: center;
	display: block;
}
.zz li span:hover {
	color: #0059aa;
	font-weight: bold;
}
/*newList*/
.newList {
	margin-top: 20px;
	overflow: hidden;
	color: #2e2e2e;
	font-size: 15px;
}
.newList li {
	width: 98%;
	height: 40px;
	margin: 0 auto;
	border-bottom: #D9D9D9 1px dotted;
	color: #000;
	font-size: 12px;
	position: relative;
	transition: all 0.4s;
}
.newList li:hover {
	border-bottom: 1px solid #cecccc;
	background-color: #f2f2f2;
}
.newList li a {
	height: 40px;
	line-height: 40px;
	display: block;
	padding-left: 0;
	color: #575656;
	font-size: 15px;
}
.newList li:hover a {
	color: #0059aa;
}
.newList li span {
	padding-left: 10px;
	transition: all 0.5s;
}
.newList li:hover span {
	padding-left: 20px;
}
.newList li .time {
	position: absolute;
	top: 0;
	right: 10px;
	height: 40px;
	line-height: 40px;
	color: #575656;
	transition: all 0.5s;
}
.newList li:hover .time {
	right: 20px;
}
/*product&news*/
.c-right .pro {
	width: 98%;
	padding-top: 25px;
	margin: 0 auto;
}
.pro .title {
	font-size: 20px;
	color: black;
	text-align: center;
	height: 30px;
}
.pro .author {
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
}
.pro .author span {
	padding-left: 25px;
}
.author span i {
	font-size: 16px;
	padding-right: 8px;
}
.author a {
	color: #0059aa;
}
.author a:hover {
	font-weight: bold;
}
.pro .con {
	padding-top: 15px;
	width: 96%;
	line-height: 30px;
	font-size: 15px;
	margin: 0 auto;
	text-indent: 2em;
	min-height: 375px;
}
.pro .page {
	width: 80%;
	padding: 30px 10px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.page span a {
	color: #0059aa;
}
.page span a:hover {
	font-weight: bold;
}
/*Page*/
.Page {
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	margin: 3px;
	padding-top: 7px;
	text-align: center;
	margin-top: 20px;
}
.Page a {
	padding: 5px 10px;
	margin: 0px 3px;
	color: #000000;
	border: 1px solid #cccccc;
}
.Page a:hover {
	color: #fff;
	background-color: #0059aa;
	padding: 5px 10px;
}
.Page a:active {
	color: #fff;
	background-color: #0059aa;
}
.Page span.current {
	border-right: #000000 1px solid;
	padding-right: 5px;
	border-top: #000000 1px solid;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom: 2px;
	margin: 2px;
	border-left: #000000 1px solid;
	color: #fff;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
	background-color: #000000
}
.Page span.nolink {
	margin: 2px;
	color: #b4b4b4;
	border: 1px solid #cccccc;
	padding: 5px;
}
.Page span {
	margin: 2px;
	color: #b4b4b4;
	border: 1px solid #b4b4b4;
	padding: 5px 10px;
}
/*custom*/
#word {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 480px;
	background: #F7F7F7;
	padding: 35px 0px 35px 60px;
	color: #888;
	text-shadow: 1px 1px 1px #FFF;
	border: 1px solid #E4E4E4;
}
.it {
	float: left;
	width: 90%;
	margin-bottom: 15px;
}
label {
	text-align: right;
	padding-right: 10px;
	margin-top: 10px;
	color: #888;
}
input {
	border: 1px solid #DADADA;
	color: #888;
	height: 30px;
	outline: 0 none;
	width: 70%;
	box-shadow: inset 0px 1px 4px #ECECEC;
	-moz-box-shadow: inset 0px 1px 4px #ECECEC;
	-webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.login_verification {
	width: 30%!important;
}
textarea {
	padding: 5px 3px 3px 5px;
	height: 100px;
	width: 315px;
}
.submit, .reset {
	background: #ff8d00;
	border: none;
	padding: 10px 25px 10px 25px;
	color: #fff;
	box-shadow: 1px 1px 5px #B6B6B6;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #c76e00;
	cursor: pointer;
	width: 110px;
	height: 40px;
	margin-top: 32px;
	margin-left: 60px;
}
/*fenye*/
.pages {
	font-size: 16px;
	font-family: "å¾®è½¯é›…é»‘";
	text-align: center;
}
.pages a, .pages span {
	padding: 5px 10px;
	border: 1px dashed #ccc;
	margin: 5px;
}
