.detail {
	padding-bottom: 5px;
	border-bottom: 1px solid #0068b7;
	margin-bottom: 20px !important;
}

.detail p {
	margin-bottom: 0px !important;
	font-size: 18px;
	font-weight: 800;
}

.detail a {
	color: #000000;
}

.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;
	text-align: center;
}

.list_ul li .img_left img {
	max-width: 100%;
	max-height: 100%;
	transition: all 0.6s;
}

.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: 720px;
	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: #0068b7 !important;
}

/* 图片列表页 */
.img_ul {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.img_ul li {
	padding: 10px !important;
	border: 1px solid #D5D5D5;
	width: 282px;
	float: left;
	margin-right: 17px;
	margin-bottom: 20px;
	overflow: hidden;
}

.img_ul li:nth-child(3n) {
	margin-right: 0px !important;
}

.img_ul li a {
	display: inline-block;
	width: 100%;
}

.img_ul li a>p {
	margin: 0px !important;
	color: #000000;
}

.img_ul li a:hover>p {
	color: #0068b7 !important;
}

.img_ul li a>div {
	margin-bottom: 10px;
}

.img_ul li a div {
	width: 100%;
	height: 225px;
	line-height: 225px;
	text-align: center;
}

.img_ul li a div img {
	max-width: 100%;
	max-height: 100%;
}

.img_ul li a:hover div img {
	transform: scale(1.1);

	transition: all 3s ease 0s;

	-webkit-transform: scale(1.1);

	-webkit-transform: all 3s ease 0s;
}

/* 留言 */
.message_item {
	width: 530px;
	min-height:40px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.message_item label {
	float: left;
	width: 80px;
    text-align: right;
}

.message_item input {
	border: 1px #ddd solid;
	height: 40px;
	line-height: 40px;
	padding: 0px ;
	color: #555;
	background: #fbfbfb;
	width: 416px;
	margin-left: 20px;
	padding-left: 15px!important;
	outline: none;
}

.message_item textarea {
	width: 416px;
	height: 280px;
	background: #fbfbfb;
	padding: 0px;
	border: 1px #ddd solid;
	margin-left: 20px;
	outline: none;
	padding-top: 10px!important;
	padding-left: 15px!important;
}

.dynamic_btn{
	width: 160px;
	height: 40px;
	line-height: 40px;
	border: #000000;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	background: #0074C7;
	border-radius: 6px;
}
.dynamic_btn:disabled{
	background: #ddd;
	color:#333
}
