.detail {
	padding-bottom: 5px;
	border-bottom: 1px solid #d39921;
	margin-bottom: 0px !important;
}

.detail p {
	margin-bottom: 0px !important;
	font-size: 18px;
	font-weight: 800;
}

.detailContent .detailTop>div>p {
	font-size: 25px;
}

.detailContent .detailTop {
	margin: 40px 0;
}

.detailContent .detailTop .smallTitle {
	padding: 15px;
	border-bottom: 1px dotted #DDDDDD;
}

.detailContent .detailTop .smallTitle span {
	font-size: 13px !important;
}

.detailContent img {
	max-width: 100%;
}

/* 文章列表页 */
.list_ul {
	margin-top: 17px;
}

.list_ul li {
	overflow: hidden;
	border-bottom: dashed 1px #ddd;
	padding-top: 11px;
	font-family: Alibaba PuHuiTi !important;
	font-size: 16px;
}

.list_ul li .img_left {
	display: block;
	width: 147px;
	height: 127px;
	line-height: 127px;
	float: left;
	margin-right: 13px;
	overflow: hidden;
	position: relative;
}

.list_ul li .img_left img {
	max-width: 100%;
	max-height: 100%;
	transition: all 0.4s;
}

.list_ul li .img_left img:hover {
	transform: scale(1.2);

	transition: all 1s ease 0s;

	-webkit-transform: scale(1.1);

	-webkit-transform: all 1s ease 0s;
}

.list_txt {
	width: 1040px;
	float: left;
}

.list_txt .p_tit a {
	font-weight: bold;
	color: black;
}

.list_txt .p_txt {
	margin-top: 15px;
}

.list_txt .p_txt a {
	color: #757575;
	line-height: 24px;
	color: #5a5c5c;
}

.list_txt .p_time {
	color: #c8ccce;
	text-align: right;
}

.list_txt a:hover {
	text-decoration: underline !important;
}

.list_txt:hover a {
	color: #d39921 !important;
}

/* 图片列表页 */
.img_ul {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.img_ul li {
	padding: 10px !important;
	border: 1px solid #D5D5D5;
	width: 292px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.img_ul li:nth-child(4n) {
	margin-right: 0px !important;
}

.img_ul li a {
	display: inline-block;
	width: 100%;
}

.img_ul li a>p {
	margin: 0px !important;
}

.img_ul li a:hover>p {
	color: #d39921 !important;
}

.img_ul li a>div {
	margin-bottom: 10px;
}

.img_ul li a div img {
	width: 100%;
	height: 225px;
	transition: all 0.6s;
}

.img_ul li a:hover div img {
	transform: scale(1.2);

	transition: all 1s ease 0s;

	-webkit-transform: scale(1.1);

	-webkit-transform: all 1s ease 0s;
}

/* 留言 */
.message{
	padding: 30px 0;
}
.message_item {
	    width: 500px;
	    min-height: 20px;
	    margin: 0 auto;
	    margin-bottom: 20px;
}

.message_item label {
	float: left;
}

.message_item input {
	border: 1px #ddd solid;
	height: 30px;
	line-height: 30px;
	padding: 0px 3px;
	color: #555;
	background: #fbfbfb;
	width: 400px;
}

.message_item textarea {
	width: 400px;
	height: 280px;
	background: #fbfbfb;
	padding: 0px 3px;
	border: 1px #ddd solid;

	line-height: 20px;
}
