.glide__arrows {
	display: none;
}
.mainContainer {
	width: 100%;
	position: relative;
	text-align: center;
	background-color: #fafafa;
	background-image: url(../Image/index/3-b.png);
	background-position: right -60px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.contentContainer {
	padding: 0 10px;
	margin: 0 auto;
	font-size: 0;
	height: 100%;
}
.contentContainer p {
	text-align: left;
}
.topArticle {
	height: 200px;
	margin-bottom: 10px;
	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;
	position: absolute;
	top: 202px;
	left: 10px;
	right: 10px;
}
.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: 200px;
	text-align: left!important;
}
.leftContainer {
	width: 100%;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	margin-top: 420px;
	margin-bottom: 60px;
}
.rightContainer {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
/*
	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);
	margin-bottom: 10px;
	text-align: left;
}
.leftContainer .articleList li.bigList {
	position: relative;
}
.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: 10px;
	font-size: 18px;
	color: white;
	background-color: rgba(0, 0, 0, 0.18);
	-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: 10px;
}
.leftContainer .articleList li.middleList h3 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px ;
	color: #454545;
	text-align: justify;
}
.leftContainer .articleList li.middleList .articleInfoAndImageContaienr {
	display: block;
	min-height: 85px;
	position: relative;
}

.leftContainer .articleList li.middleList .articleCoverImage {
	height: 75px;
	width: 145px;
	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: 155px;
}

.leftContainer .articleList li.middleList p {
	font-size: 12px;
	line-height: 20px;
	color: #5f5f5f;
	margin-bottom: 15px;
	height: 40px;
	text-align: justify;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-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 {
	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: 4px;
}
.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;
	display: block;
	box-sizing:border-box;
	width: 100%;
	-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;
}
.search input::placeholder {
	color: #999;
}
.search {
	position: relative;
	display: 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: 10px;
	display: none;
}
.articleCopyright p {
	font-size: 12px;
	color: #FFF;
	text-shadow: 0 3px 10px rgba(0,0,0,.3);
	margin-bottom: 6px;
}
.wechatSuggest {
	margin-top: 10px;
	display: none;
}
.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 {
	width: 100%;
	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: 10px;
	padding: 10px 0;
	height: 120px;
	overflow-y: auto;
}
.articleClass ol li {
	color: #8590a6;
	text-align: left;
	font-size: 14px;
	line-height: 40px;
	position: relative;
	padding: 0 20px;
	cursor: pointer;
}
.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: 40px;
	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: 40px;
	line-height: 40px;
	font-size: 12px;
	-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;
	vertical-align: top;
	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;
}
.pageNav li.current a {
	color: #FFF;
}
.pageNav li:first-child span,
.pageNav li:last-child span {
	display: none;
}
