body {
	background-color: #fafafa;
	background-image: url(../Image/index/3-b.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
}
.mainContainer {
	width: 100%;
	position: relative;
	text-align: center;
}
.contentContainer {
	padding: 116px 16px 40px 16px;
	max-width: 968px;
	margin: 0 auto;
	font-size: 0;
}
.contentContainer p {
	text-align: left;
}
.topArticle {
	height: 400px;
	margin-bottom: 20px;
	background-color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.3);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,.3);
	position: relative;
	padding: 4px;
}
.module--horizontal {
	width: 100%;
	overflow: hidden;
}

.module--horizontal .box {
	width: 100%;
}
.box {
	color: #fff;
	font-size: 3vw;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-size: cover;
	background-position: center center;
	height: 400px;
	text-align: left!important;
}
.leftContainer {
	width: 598px;
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
}
.rightContainer {
	width: 350px;
	display: inline-block;
/*
	background-color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.3);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,.3);
*/
	vertical-align: top;
}
.leftContainer .articleList li {
	background-color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.3);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,.3);
	padding: 20px;
	margin-bottom: 20px;
	text-align: left;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.leftContainer .articleList li:hover {
	box-shadow: 0 3px 20px rgba(0,0,0,.6);
	-webkit-box-shadow: 0 3px 20px rgba(0,0,0,.6);
  -moz-box-shadow: 0 3px 20px rgba(0,0,0,.6);
}
.leftContainer .articleList li.bigList {
	position: relative;
	padding: 0;
}
.leftContainer .articleList li.bigList img {
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.leftContainer .articleList li.smallList img {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.leftContainer .articleList li.bigList h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	font-size: 22px;
	line-height: 30px;
	color: white;
	background-color: rgba(0, 0, 0, 0.55);
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.leftContainer .articleList li.smallList div {
	width: 370px;
	margin: 6px 0 0 16px;
	display: inline-block;
	vertical-align: top;
}
.leftContainer .articleList li.smallList h3 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #454545;
}
.leftContainer .articleList li.smallList p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #5f5f5f;
}
.leftContainer .articleList li.smallList span {
	font-size:12px;
	line-height: 20px;
	display: inline-block;
	background-color: #16bc7c;
	color: #FFF;
	padding: 0 8px;
	margin-right: 8px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}

.leftContainer .articleList li.middleList {
	padding-top: 15px;
}
.leftContainer .articleList li.middleList h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px ;
	color: #454545;
	text-align: justify;
}
.leftContainer .articleList li.middleList .articleInfoAndImageContaienr {
	display: block;
	min-height: 100px;
	position: relative;
}

.leftContainer .articleList li.middleList .articleCoverImage {
	height: 100px;
	width: 180px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.leftContainer .articleList li.middleList .articleContentContainer {
	display: inline-block;
	vertical-align: top;
	margin-left: 200px;
}

.leftContainer .articleList li.middleList p {
	font-size: 14px;
	line-height: 20px;
	color: #5f5f5f;
	margin-bottom: 20px;
	height: 60px;
	text-align: justify;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.leftContainer .articleList li.middleList span {
	font-size:12px;
	line-height: 20px;
	display: inline-block;
	background-color: #16bc7c;
	color: #FFF;
	padding: 0 8px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	margin-right: 8px;
}
.leftContainer .articleList li.middleList span:nth-child(4) {
	margin-left: 16px;
}
.search input {
	font-size: 12px;
	line-height: 20px;
	padding: 6px 48px 6px 20px;
	border: none;
	width: 282px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	border-radius: 24px;
	box-shadow: 0 4px 10px rgba(0,0,0,.3);
	-webkit-box-shadow:  0 4px 10px rgba(0,0,0,.3);
  -moz-box-shadow: 0 4px 10px rgba(0,0,0,.3);
	outline: none;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	animation-delay: 1.3s;
}
.search input::placeholder {
	color: #6d6d6d;
}
.search {
	position: relative;
	display: inline-block;
}
.search div {
	height: 20px;
	width: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 210px4px;
	position: absolute;
	right: 6px;
	bottom: 6px;
	background: #ff9966;
	background: -webkit-linear-gradient(to right, #ff5e62, #ff9966);
	background: linear-gradient(to right, #ff5e62, #ff9966);
	text-align: center;
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2);
  -moz-box-shadow: 0 2px 6px rgba(0,0,0,.2);
	cursor: pointer;
}
.search div .fa-search {
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	width: 20px;
	margin-left: 1px;
	text-align: center;
}
.articleCopyright {
	margin-top: 20px;
}
.articleCopyright p {
	font-size: 12px;
	color: #FFF;
	text-shadow: 0 3px 10px rgba(0,0,0,.3);
	margin-bottom: 6px;
}
.wechatSuggest {
	margin-top: 20px;
}
.wechatSuggest img {
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.3);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,.3);
}
.articleClass {
	background-color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.3);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,.3);
	margin-top: 20px;
	padding: 10px 0;
}
.articleClass ol li {
	color: #8590a6;
	text-align: left;
	font-size: 14px;
	line-height: 40px;
	position: relative;
	padding: 0 20px;
	cursor: pointer;
}
.articleClass ol li:hover {
	background-color: #f7f8fa;
}
.articleClass ol li img {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-right: 10px;
}
.articleClass ol li span {
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 10px;
	background-color: #f7f8fa;
	color: #8590a6;
	text-align: center;
	display: block;
	position: absolute;
	right: 20px;
	top: 6px;
}




/*搜索的空状态*/
.nullSearchResult {
	padding: 20px 0;
	text-align: center;
	background-color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.3);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,.3);
}
.nullSearchResult img {
	width: 100px;
	margin-bottom: 10px;
}
.nullSearchResult p {
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 32px;
}
.nullSearchResult p a {
	font-weight: bold;
	display: inline-block;
	margin-left: 2px;
	color: #454545;
}


/*nav页面*/
.pageNav {
	display: block;
	text-align: center;
	margin-top: 20px;
	width: 100%;
	height: 40px;
	background-color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.3);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,.3);
	position: relative;
	font-size: 0;
}
.pageNav li:first-child {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-ms-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.pageNav li:last-child {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 60px;
	line-height: 40px;
	font-size: 12px;
	padding: 0 8px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-ms-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.pageNav li {
	height: 40px;
	width: 40px;
	font-size: 12px;
	line-height: 40px;
	display: inline-block;
	color: #CCC;
}
.pageNav li.button {
	color: #454545;
}
.pageNav li a {
	display: block;
	color: #2E4057;
}
.pageNav li:first-child i {
	margin-right: 6px;
	color: #999;
	position: relative;
	top: -1px;
	color: #CCC;
}
.pageNav li:last-child i {
	margin-left: 6px;
	color: #999;
	position: relative;
	top: -1px;
	color: #CCC;
}
.pageNav li.button i {
	color: #454545;
}
.pageNav .button:hover {
  background-color: #f2f2f2;
}
.pageNav li.current {
  background-color: #16bc7c;
	cursor: default;
}
.pageNav li.current:hover {
  background-color: #16bc7c;
}
.pageNav li.current a {
	color: #FFF;
}
.rewardAuthorButton {
	display: block;
	background: red!important;
	line-height:24px!important;
	height: 24px!important;
	padding: 0 12px!important;
	-webkit-border-radius: 12px!important;
	-moz-border-radius: 12px!important;
	-ms-border-radius: 12px!important;
	-o-border-radius: 12px!important;
	border-radius: 12px!important;
	margin-bottom: 20px;
}
.ptx-footer {
	background-color: rgba(45, 50, 55, 0.95);
}