@charset "utf-8";
.banner,
.banner ul li {
	position: relative;
	left: 0;
	top: 0;
	width: 100%
}

.banner,
.banner ul,
.banner ul li {
	width: 100%
}

.page_content {
	padding-top: 1.1rem;
	/*padding-bottom: 1.3rem*/
}

.banner {
	min-height: 4.35rem;
	overflow: hidden
}

.banner ul li {
	min-height: 4.4rem;
	z-index: 1;
	opacity: 0;
	display: none;
	-webkit-transition: .6s ease-in-out opacity;
	-moz-transition: .6s ease-in-out opacity;
	-o-transition: .6s ease-in-out opacity;
	transition: .6s ease-in-out opacity
}

.banner ul li.active {
	position: absolute;
	display: block;
	z-index: 2
}

.banner ul li.next {
	position: relative;
	display: block;
	opacity: 1
}

.banner ol,
.banner ul li p {
	position: absolute;
	bottom: .375rem
}

.banner ul li img,
.banner ul li.active img,
.banner ul li.next img {
	width: 100%;
	border: none;
	display: block
}

.banner ul li p {
	left: .375rem;
	color: #fff;
	font-size: .325rem;
	width: 75%;
	white-space: normal
}

.banner ol {
	right: .375rem;
	text-align: right;
	z-index: 5
}

.banner ol li {
	display: inline-block;
	margin-left: .25rem;
	border-radius: 50%;
	width: .125rem;
	line-height: 100%;
	height: .125rem;
	background: #fff
}

.banner ol li.active {
	background: #219eff
}

.search_input {
	padding: .2rem .3rem;
	width: 70%;
	border: none;
	border-radius: .4rem;
	font-size: .4rem;
	line-height: 100%
}

.page_header {
	z-index: 999999
}

.page_header .black_btn {
	font-size: .45rem
}

.page_content.search {
	padding-top: 1.1rem
}

.header_search {
	top: 8px
}

.header_search:before {
	content: "\e60b";
	color: #fff;
	background-color: #0086f0;color: #ffffff;
}

.discussion span:before,
.functionTitle:before {
	content: '';
	left: 0;
	top: 50%
}

.header_search input {
	display: none
}

.functionTitle {
	height: 45px;
	line-height:54px;
	position: relative;
	color: #141414;
	font-size: 18px;
	padding: 0 0px;
	margin-left: 15px;
	border-bottom:1px solid #e6e6e6;
}

.functionTitle .more_new {
	font-size: 12px;
	color: #CDCDCD;
	font-weight: 400
}

.functionTitle:before {
	position: absolute;
	background: #141414;
	width: 60px;
	height:2px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-top: 21px;
	margin-left: 0px;
	z-index: -1;
}

.thinkTank {
	border-bottom: 5px solid #F6FBFF
}

.thinkTank img {
	width: 100%;
	display: block
}

.thinkTank ul li {
	height: 1.1rem;
	line-height: 1.1rem;
	padding: 0 15px;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	max-height: 45px;
	-webkit-line-clamp: 2;
	overflow: hidden;
	border-bottom: none
}

.thinkTank ul li .tag {
	padding: 3px 6px;
	border-radius: 4px;
	color: #1d9dd1;
	font-size: 13px;
	margin-right: 8px;
	background: #E9F9FF
}

.thinkTank ul li:last-child .tag {
	color: #F68C22;
	background: #FFF6ED
}

.thinkTank .lookMore {
	height: 1.1rem;
	line-height: 1.1rem;
	text-align: right;
	color: #9b9b9b;
	padding: 0 15px;
	border-bottom: 5px solid #F6FBFF
}

.discussion {
	padding: 10px 0 15px;
	border-bottom: 5px solid #F6FBFF
}

.discussion p {
	font-size: 16px;
	color: #333;
	padding: 0 15px;
	white-space: normal
}

.discussion span {
	font-size: 14px;
	color: #9B9B9B;
	padding: 0 15px;
	position: relative;
	margin-top: 10px
}

.discussion span:before {
	position: absolute;
	width: 10px;
	height: 12px;
	background: url(/Public/Main/PHONE/images/index/fire.png);
	background-size: 100%;
	margin-top: -6px
}