﻿/*内容*/
.wrapper {
	width: 780px;
	margin: 0 auto;
}
.title {
	font-size: 30px;
	color: #333;
	margin-top: 25px;
}
.time {
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}
.content{
	margin-top: 20px;
	font-size:16px;
	color: #333;
}
.content>div p {
    padding: 10px 0;
    text-indent: 34px;
}
.content img {
	padding-bottom: 20px;
}

/*内容end*/
/*分享*/
.share {
	width: 780px;
	height: 45px;
	margin: 15px 0 10px 0;
}
.share>ul {
	list-style: none;
	padding: 0 10px 0 10px;
	margin: 0 0 0 5px;
}
.share>ul>li {
	width: 182px;
	height: 25px;
	float: left;
	color: #fff;
	margin-right: 6px;
	position: relative;
	font-size: 12px;
    box-sizing:content-box;
}
.share>ul li:hover {
	cursor: pointer;
}
.share>ul>li>img {
	position: absolute;
	
}
.share>ul>li>span{
	position: absolute;
	top: 15px;
	left: 42px;
}
.share>ul>li:nth-child(1) {
	background: #29aa0b;
	padding: 10px 0;
	line-height: 30px;
}
.share>ul>li:nth-child(1)>img {
	top: 15px;
	left: 32px;
}
.share>ul>li:nth-child(1)>span {
	top: 9px;
	left: 61px;
}
.share>ul>li:nth-child(2) {
	background: #6961eb;
	padding: 10px 0;
}
.share>ul>li:nth-child(2)>img {
	top: 12px;
	left: 37px;
}
.share>ul>li:nth-child(2)>span {
	top: 13px;
	left: 68px;
}
.share>ul>li:nth-child(3) {
	background: #39aaee;
	padding: 10px 0;
}
.share>ul>li:nth-child(3)>img {
	top: 13px;
	left: 48px;
}
.share>ul>li:nth-child(3)>span {
	top: 15px;
	left: 74px;
}
.share>ul>li:nth-child(4) {
	background: #e93b0e;
	padding: 10px 0;
}
.share>ul>li:nth-child(4)>img {
	top: 15px;
	left: 40px;
}
.share>ul>li:nth-child(4)>span {
	top: 15px;
	left: 73px;
}
/*分享end*/
.back {
	border-top: 1px solid #EDEDED;
	width:100%;
	height: 137px;
	margin: 30px 0 0 0;
	
}
.back>div {
	position: relative;
}
.back>div>img {
	position: absolute;
	top: 50px;
	left: 5%;
}
.back>div {
	width: 780px;
	height: 137px;
	margin: 0 auto;
}
.back>div>span {
	position: absolute;
	top: 49px;
	left: 13%;
	font-size: 22px;
	color: #3aa8ff;
}
.back>div>span:hover {
	cursor: pointer;
}
