.detail {
	padding-bottom: 5px;
	border-bottom: 1px solid #5db6bf;
	margin-bottom: 0px !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;
}

.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: #5db6bf !important;
}

/* 图片列表页 */
.img_ul {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.img_ul li {
	    width: 212px !important;
	    float: left;
	    margin-right: 10px;
	    height: 325px !important;
	    border: 1px solid #d9d9d9;
	    overflow: hidden;
	    margin-bottom: 10px;
}
.img_ul li:hover{
	border: 1px solid #5db6bf;
	transition: all 2s ease 0s;
}
.img_ul li>a{
	display: inline-block;
	    width: 100%;
	    height: 100%;
	    text-align: center;
}
.img_ul li:nth-child(4n) {
	margin-right: 0px !important;
}
.img_ul li>a>div:first-child{
	    width: 192px;
	    height: 230px;
	    overflow: hidden;
	    margin: 0 auto;
}
.img_ul li>a>div:first-child>img{
	width: 100%;
	height: 100%;
}
.img_ul li>a>div:last-child{
	    padding-top: 20px;
}
.img_ul li:hover>a>div:last-child{
	background: #5db6bf;
	height: 95px;
	transition: all 2s ease 0s;
}
.img_ul li>a>div:last-child>p:first-child{
	    font-size: 21px !important;
	    color: #5db6bf;
	    margin-bottom: 10px !important
}
.img_ul li>a>div:last-child>p:last-child{
	font-size: 15px!important;
}
.img_ul li:hover>a>div:last-child>p{
	color: white;
	transition: all 2s ease 0s;
}