.main{
	background: #f5f7fa;
	padding: 0 0 63px 0;
}
.main ul li{
	float: left;
	width: 360px;
	box-shadow: 0 2px 10px #c5c7c9;
	border-radius: 5px;
	overflow: hidden;
}
.main ul li .text{
	background: #fff;
	padding: 13px 0 11px 0;
}
.main ul li .text img{
	width: 44px;
	height: 44px;
	border-radius: 21px;
	border: solid 1px #e7e7e7;
	overflow: hidden;
	margin-left: 20px;
}
.main ul li .text p{
	line-height: 44px;
	margin-left: 20px;
	color: #333;
}
.main ul li .text span{
	margin-right: 20px;
	color: #999;
	display: block;
	line-height: 44px;
}
/*.main ul li.left{*/
	/*margin-right: 20px;*/
	/*margin-bottom: 20px;*/
/*}*/
.main.magazine ul li{
	margin-bottom: 20px;
}
.main.magazine ul li:nth-child(odd){
	margin-right: 20px;
	margin-left: 20px;
}
.imgWrap{
	font-size: 0;
}
.recover .main{
	background: #fff;
	text-align: center;
}
.recover .main h3{
	font-size: 22px;
	color: #333;
	margin-bottom: 33px;
	font-weight: normal;
}
.recover .main .title{
	height: 69px;
	line-height: 69px;
	color: #fff;
	border-top: solid 1px #dcdcdc;
	font-size: 17px;
	border-bottom: solid 1px #dcdcdc;
}
.recover .main .title .indexes{
	height: 69px;
	float: left;
	width: 128px;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
}
.recover .main .title .original{
	width: 534px;
	background: #1a66f3;
	border-right: solid 1px #dcdcdc;
	float: left;
	border-right: solid 1px #dcdcdc;
}
.recover .main .item .indexes{
	width: 128px;
	height: 99px;
	line-height: 99px;
	border-left: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
}
.recover .main .item textarea{
	resize: none;
	width: 494px;
	height: 79px;
	border-left: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	border-top: none;
	border-right: none;
	outline: none;
	padding: 10px 20px;
}
.recover .main .item textarea.recover{
	border-right: solid 1px #dcdcdc;
}
.recover .main form button{
	width: 100px;
	height: 36px;
	background: #ff0000;
	border-radius: 3px;
	border: none;
	outline: none;
	appearance: none;
	cursor: pointer;
	margin-top: 100px;
	color: #fff;
}
.search{
	padding: 20px 0 10px 0;
}
.search ul{
	margin-left: 250px;
}
.search ul li{
	float: left;
	height: 36px;
	line-height: 36px;
	padding: 0 11px;
	position: relative;
	cursor: pointer;
}
.search ul li.active{
	color: #ff0000;
}
.search ul li span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 13px;
	color: #e2e2e2;
}
.search form.search{
	position: relative;
	width: 496px;
	height: 28px;
	line-height: 28px;
	margin-left: 320px;
	margin-top: 30px;
	padding: 2px 0;
}
.search form.search input{
	width: 379px;
	padding-left: 38px;
	height: 28px;
	position: absolute;
	left: 0;
	top: -2px;
	border-radius: 19px 0 0 19px;
	outline: none;
	border: 2px solid #1290fe;
	color: #999;
	border-right: none;
}
.search form.search .inputWrap{
	position: relative;
}

.search form.search span{
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../img/glass.png) no-repeat;
	top: 9px;
	left: 13px;
	cursor: pointer;
}
.search form.search button{
	width: 81px;
	height: 32px;
	background: #1290fe;
	border-radius: 0 19px 19px 0;
	top: -2px;
	right: -419px;
	color: #fff;
	text-align: center;
	outline: none;
	border: none;
	line-height: 32px;
	font-size: 15px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.search form.search button:hover{
	font-size: 16px;
	font-weight: 600;
}

.crumbs{
	background: #F5F7FA;
	height: 62px;
	line-height: 62px;
}
.crumbs p{
	color: #333333;
}
.crumbs p>a{
	color: #1290FE;
}
a{
	cursor: pointer;
}
.magazine-detail{
	padding-bottom: 100px;
}
.magazine-detail h4{
	line-height: 49px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}
.magazine-detail p{
	line-height: 18px;
	padding: 8px 65px;
}
.main .contribute{
	box-sizing: border-box;
	background: #fff;
	padding: 60px 40px 84px;
}
.main .contribute p{
	font-size: 17px;
	color: #333333;
	line-height: 31px;
}
.main .contribute p span{
	font-weight: bold;
}
.main .contribute p:nth-child(2),.main .contribute p:nth-child(3),.main .contribute p:nth-child(4),.main .contribute p:nth-child(5),.main .contribute p:last-child{
	text-indent: 2em;
}
.main .contribute h3{
	font-weight: 400;
	font-size: 31px;
	text-align: center;
	color: #000000;
	padding-bottom: 44px;
}

