#wrapper {
	height: auto;
	width: 100%;
	background: url(../img/list_page_bg.jpg) fixed top center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#main {
	width: 1000px;
	margin: 30px auto 0 auto;
	padding-bottom: 30px;
	height: auto;
	background: #FFFFFF;
}

#breadNav{
	float: left;
	font-size: 13px;
	margin-left: 15px;
}

#breadNav a{
	font-size: 13px;
	color: #E74851;
}

#breadNav a:hover{
	text-decoration: underline;
}

#left {
	width: 722px;
	height: auto;
	float: left;
	padding-top: 30px;
	background: #FFFFFF;
	position: relative;
}

#content {
	width: 662px;
	padding: 30px;
	text-align: center;
	overflow: hidden;
}

#content p {
	line-height: 30px;
	font-size: 14px;
	text-align: left;
	margin: 10px auto;
}

#content img {
	width: auto;
        max-width:660px;
	height: auto;
	margin: 15px auto;
	text-align: center;
}

h1 {
	margin-top: 25px;
	font-size: 22px;
	font-family: "微软雅黑";
	font-weight: 200;
	color: #222;
}

h3 {
	width: 100%;
	font-size: 18px;
	font-family: "微软雅黑";
	font-weight: 600;
	color: #222;
}

#timeAndShare {
	width: 80%;
	margin: 15px auto 0 auto;
}

#time {
	font-size: 13px;
	color: #555;
	margin-top: 12px;
}

#share {
	position: absolute;
	top: 6px;
	right: 10px;
}

#preNext {
	width: 90%;
	margin: 10px auto;
	border-top: 1px #ddd solid;
	text-align: left;
	padding: 10px;
}

#pre,
#next {
	font-size: 13px;
	color: #444;
	margin-top: 5px;
}

.spanleft,.clr{
	font-size: 13px;
}

#right {
	width: 270px;
	height: auto;
	background: #FFF;
	float: right;
	margin-left: 8px;
}

#fix-box {
	width: 270px;
	height: auto;
}

#remen {
	width: 90%;
	padding-left: 5%;
	text-align: left;
	margin-top: 15px;
	font-size: 15px;
	color: #444;
}

.tuijianList {
	width: 88%;
	margin: 12px auto;
}

.tuijianList>li {
	width: 100%;
	text-align: left;
	line-height: 25px;
}

.tuijianList>li>a {
	font-size: 13px;
}

#erweima {
	width: 50%;
	margin: 15px auto;
}

#erweima>img {
	width: 100%;
	height: 100%;
}

#downloadTip {
	font-size: 13px;
	color: #555;
	text-align: center;
}

#comment{
	width: 95%;
	margin: 0 auto;
}

/*gotop*/
.cbbfixed {position: fixed;right: 10px;transition: bottom ease .3s;bottom: -85px;z-index: 3;cursor:pointer;}
.cbbfixed .cbbtn {width: 40px;height: 40px;display: block;background-color: #E74851;}
.cbbfixed .gotop {transition: background-color ease .3s;margin-top: 1px;}
.cbbfixed .gotop .up-icon{float:left;margin:14px 0 0 9px;width:23px;height:12px;background: url(../img/side-icon02.png);}
.cbbfixed .gotop:hover {background-color:#2c2d2e;}

@media only screen and (max-width:640px) {
	* {
		font-size: 62.5%;
	}
	body {
		overflow-x: hidden;
	}
	#main {
		width: 100%;
		margin: 0 auto;
		height: auto;
	}
	#breadNav{
		display: none;
	}
	#left {
		width: 92%;
		float: left;
		padding-left: 4%;
		padding-right: 4%;
		padding-top: 2.5rem;
		background: #FFFFFF;
		position: relative;
	}
	#right {
		display:none;
	}
	#content {
		padding: 15px 0;
                width:100%;
	}
	h1 {
		text-align: left;
	}
	#timeAndShare {
		text-align: left;
	}
        #time{
         float:left;
         text-align:left;
        }
	#preNext {
		width: 94%;
	}
	#erweima{
		display: none;
	}
}