﻿#conts {
	color: #646464;
	font-size: 18px;
	line-height: 1.85;
}

#conts .ttl {
	color: #020001;
	font-size: 28px;
	font-family: "微软雅黑";
	font-weight: normal;
	margin-bottom: 5px;
}
#conts .detail div,
#conts .detail p {
	padding: 15px 0;
	width: 100%;
	overflow: hidden;
}
#conts .detail div img,
#conts .detail p img {
	max-width: 100%;
}


.shareBox .share {
	float: left;
	width: 60%;
}

.shareBox .time {
	line-height: 44px;
	font-size: 16px;
	float: right;
	width: 40%;
	text-align: right;
}

.shareBox .time span {
	margin-right: 15px;
}

		@media all and (min-width: 0) and (max-width: 960px) {
		#conts {
			color: #646464;
			font-size: 16px;
			line-height: 1.85;
		}
		
	}

		@media all and (min-width: 0) and (max-width: 720px) {
		#conts {
			color: #646464;
			font-size: 14px;
			line-height: 1.85;
		}
		#conts .ttl {
			font-size: 20px;
		}

		.shareBox .share {
			float: none;
			width: 100%;
		}
		.shareBox .time {
			font-size: 14px;
			float: none;
			margin-bottom: 10px;
			line-height: 1.5;
			width: 100%;
			text-align: left;
		}
}