body{
	background: #f8f8f8!important;
}
.detail {
      height: 40px;
    line-height: 40px;
    background: white;
	margin-bottom: 20px;
	padding-left:20px;
	box-sizing: border-box;
}
.detail>div>span,.detail>div>a{
	color:#000000;
}
.detail p {
	margin-bottom: 0px !important;
	font-size: 15px;
	font-weight: 800;
}
.detail em{
	font-size: 15px;
}
.detail a {
	font-size: 15px!important;
}
.detailContent{
	background: white;
}
.detailContent .detailTop>div>p {
	font-size: 25px;
}

.detailContent .detailTop {
	padding-top:30px;
}
.detailContent .contents{
	padding: 30px;
}
.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 {
    min-height: 433px;
	padding:0 25px!important;
	margin-bottom:0px;
}

.list_ul li {
	overflow: hidden;
    font-size: 16px;
   padding-bottom: 20px;
}
.list_txt {
	width: 838px;
}

.list_txt .p_tit a {
    margin-left: 5px;
}

.list_txt .p_txt {
	margin-top: 15px;
}

.list_txt .p_txt a {
	line-height: 24px;
	color: #5a5c5c;
}

.list_txt .p_time {
	color: #000000;
	text-align: right;
	font-size:15px!important;
}

.list_txt a:hover {
	text-decoration: underline !important;
}

.list_txt:hover a {
	color: #425383 !important;
}

/* 图片列表页 */
.img_ul {
	display: inline-block;
	width: 100%;
	padding:0 25px!important;
	margin-bottom:0px!important;
}

.img_ul li {
	padding: 10px !important;
	border: 1px solid #D5D5D5;
	width:31.33%;
	float: left;
	margin-right: 3%;
	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;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}

.img_ul li a:hover>p {
	color:#425383 !important;
}

.img_ul li a>div {
	margin-bottom: 10px;
}
.img_ul li a div{
	    width: 100%;
	    height:143px;
	    line-height:143px;
	    text-align: center;
		overflow: hidden;
}
.img_ul li a div img {
	max-width: 100%;
	max-height: 100%;
	transition: .6s all;
	-webkit-transition: .6s all;
	-moz-transition: .6s all;
	-ms-transition: .6s all;
	-o-transition: .6s all;
}

.img_ul li a:hover div img {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
}
/* 留言 */
