@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2014-11-15 10:55:04
 * @version $Id$
 */

.conBox{
	width: 900px;
	margin: 0 auto;
}
.conBox h2{
	font-size: 24px;
	color: #333;
	height: 80px;
	line-height: 80px;
	text-align: center;
}
.conBox .aboutArticle{
	width: 900px;
	height: 35px;
	line-height: 35px;
	border-top: 1px dashed #dbd4cd;
	border-bottom: 1px dashed #dbd4cd;
	text-align: center;
}
.conBox .aboutArticle .publish {
	font-size: 14px;
	color: #333;
}
.conBox .aboutArticle .publish span{
	padding-right: 30px;
}
.conBox .aboutArticle .publish b{
	font-weight: normal;
	padding: 0 4px;
	cursor: pointer;
}
.conBox .articleCon {
	padding-top: 8px;
}
.conBox .articleCon p{
	font-size: 14px;
	color: #464646;
	padding-top: 24px;
	line-height: 30px;
	text-indent: 2em;
}
.conBox .articleCon .listImg{
	width: 800px;
	margin: 0 auto;
}
.conBox .articleCon .listImg ul{
	overflow: hidden;
}
.conBox .articleCon .listImg ul li{
	float: left;
	width: 130px;
	padding: 40px 15px 0px;
	text-align: center;
}
.conBox .articleCon .listImg ul li p{
	padding-top: 4px;
	text-indent: 0px;
}
.conBox .articleCon .otherNews h4{
	font-size: 16px;
	color: #ff9900;
	padding-bottom: 9px;
}
.conBox .articleCon .otherNews ul li{
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
}
.conBox .articleCon .otherNews ul li a{
	font-size: 14px;
	color: #333;
}
.conBox .articleCon .otherNews ul li a:hover{
	text-decoration: underline;
}
.conBox .articleCon .pageBottom{
	height: 65px;
	margin-top: 70px;
	border-top: 1px dashed #dbd4cd;
	padding-top: 10px;
}
.conBox .articleCon .pageBottom .print{
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/print_ico.jpg) no-repeat;
	float: left;
}