@charset "utf-8";


/*-------------------------  PUBLIC CODE  ------------------------------*/
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
	height: 100%;
}

html * {
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, "\5FAE\8F6F\96C5\9ED1", STHeitiSC-Light, simsun, "\5B8B\4F53", WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
	font-weight: 400;
	font-size: 14px;
	font-style: normal;
	min-height: 100%;
	height: 100%;
	background: #ffffff;
}

a img {
	border: none;
}

img {
	display: inline-block;
}

a {
	color: #333;
	text-decoration: none;
	line-height: inherit;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.bg_center {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.main_color {
	color: #EB3D00;
}

.main_bg {
	background-color: #EB3D00;
}

dl,
li,
ol,
ul {
	list-style: none;
}

i {
	font-style: normal;
}

b {
	font-weight: 400;
}
::-webkit-scrollbar {
	width: 10px;
}
.hot_news::-webkit-scrollbar {
	width: 0px;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	border-radius: 10px;
	background: rgba(255, 255, 255, 1)
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background: rgba(235, 61, 0, 1)
}


input,
textarea {
	-webkit-appearance: none;
}

p {
	text-shadow: none;
}

.bg_center {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav_fixed {
	position: fixed;
	top: 0px;
}

.warper {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}

.outer_box {
	width: 1170px;
	min-height: 100%;
	position: relative;
	margin: 0 auto;
}

.transition {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.block {
	display: block;
}

/* Public */
.clearfix:after {
	/*清除浮动*/
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	zoom: 1;
}

/* top */
.top {
	width: 100%;
	height: 110px;
}

.top .logo {
	display: inline-block;
    margin-top: 24px;
    width: 235px;
}

.top .top_ad {
	display: inline-block;
	float: right;
	margin-top: 20px;
}

/* Top Menu */
.top_menu {
	width: 100%;
	height: 60px;
	background-color: #24211D;
	margin-bottom: 24px;
}

.baidu_search {
	width: 400px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 5px;
	margin-top: 10px;
	overflow: hidden;
	display: inline-block;
}

.baidu_search .search_text {
	width: 70%;
	height: 40px;
	border: none;
	font-size: 18px;
	color: #333333;
	padding: 0 10px;
}

.baidu_search .baidu_btn {
	width: 30%;
	height: 40px;
	border: none;
	background-color: #3385ff;
	font-size: 18px;
	color: #ffffff;
}

.top_menu .list {
	float: right;
	line-height: 60px;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 400px;
}

.top_menu .list a {
	color: #ffffff;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.site_search::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/search.png) no-repeat center;
	position: absolute;
	top: 20px;
	left: -25px;
}

.top_menu .list a.line {
	-webkit-box-flex: 0.55;
	-ms-flex: 0.55;
	flex: 0.55;
}

.top_menu .list a.line span {
	height: 30px;
	width: 1px;
	background-color: #ffffff;
	display: inline-block;
	margin-top: 15px;
}

/* Site Search */
.search_box {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.98);
	position: fixed;
	top: 0;
	left: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: Center;
	-ms-flex-align: Center;
	align-items: Center;
	display: none;
	opacity: 0;
	z-index: 200;
}

.search_box .con {
	width: 700px;
}

.search_box .module1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search_box .module1 span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;
}
.search_box .module1 span:first-child img {
	width: 100%;
}

.search_box .module1 .close {
	cursor: pointer;
}

.search_box .con span:last-child {
	text-align: right;
}

.search_box .module2 {
	width: 100%;
	padding: 70px 0;
}

.search_box .module2 input {
	width: 100%;
	height: 60px;
	font-size: 30px;
	color: #333333;
	border: none;
}

.search_box .module2 input::-webkit-input-placeholder {
	color: #cccccc;
	font-weight: 300;
}

.search_box .module3 .title {
	font-size: 20px;
	color: #333333;
	margin-bottom: 30px;
}

.search_box .module3 .item a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	font-size: 16px;
	background-color: #E4E4E4;
	color: #666666;
	margin-right: 15px;
}

/* Sent Manuscript */
.sent_manuscript_popup,
.ci_popup {
	width: 100%;
	height: 100%;
	background: rgba(00, 00, 00, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: Center;
	-ms-flex-align: Center;
	align-items: Center;
	display: none;
	opacity: 0;
	z-index: 200;
}

.sent_manuscript_popup .con,
.ci_popup .con {
	width: 640px;
	background: #ffffff;
	border-radius: 10px;
	padding: 50px;
	text-align: center;
}

.sent_manuscript_popup .con p,
.ci_popup .con p {
	color: #333333;
	font-size: 18px;
	line-height: 30px;
}
.ci_popup .con p span {
	display: block;
	margin-bottom: 10px;
}
.ci_popup .con p span:last-child{
	margin-bottom: 0px;
}
.sent_manuscript_popup .con p:first-child {
	margin-bottom: 40px;
}

.sent_manuscript_popup .con p::before,
.ci_popup .con p::before {
	content: attr(text);
	display: block;
	color: rgba(153, 153, 153, 1);
	text-align: center;
}
.ci_popup .con p::before {
	margin-bottom: 10px;
}
.sent_manuscript_popup .con .confirm,
.ci_popup .con .confirm {
	width: 250px;
	height: 50px;
	line-height: 50px;
	background: rgba(235, 61, 0, 1);
	border-radius: 10px;
	font-size: 20px;
	color: rgba(255, 255, 255, 1);
	display: inline-block;
	margin-top: 40px;
}

/* content left */
.main_left,
.main_left .fixed_box .nav {
	width: 100px;
}

.main_left .fixed_box {
	width: 1170px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.main_left .fixed_box .nav a {
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #666666;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 5px;
}

.main_left .fixed_box .nav a.current,
.main_left .fixed_box .nav a:hover {
	color: #ffffff;
	background: rgba(235, 61, 0, 1);
	-webkit-box-shadow: 0px 3px 8px 0px rgba(235, 61, 0, 0.5);
	box-shadow: 0px 3px 8px 0px rgba(235, 61, 0, 0.5);
}

/* content center */
.main_center {
	width: 690px;
	padding: 0 40px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	z-index: 2;
}

/* Banner */
.banner {
	position: relative;
	width: 690px;
	height: 388px;
	margin-bottom: 40px;
}

.banner>img {
	position: absolute;
	bottom: -50px;
	z-index: 0;
}

.swiper-container {
	width: 100%;
	height: 388px;
	border-radius: 5px;
	overflow: hidden;
	z-index: 1;
}
.swiper-slide img {
	max-width: 100%;
}

.swiper-slide::before {
	content: '';
	display: block;
	width: 100%;
	height: 100px;
	background: url(../images/banner_bg_top.png) no-repeat top center;
	position: absolute;
	top: 0;
	z-index: 100;
}

.swiper-slide::after {
	content: '';
	display: block;
	width: 100%;
	height: 100px;
	background: url(../images/banner_bg_bottom.png) no-repeat top center;
	position: absolute;
	bottom: 0;
	z-index: 9;
}

.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 10;
}

.swiper-slide p {
	width: 100%;
	padding: 0 20px;
	display: block;
	position: absolute;
	bottom: 40px;
	left: 0px;
	color: #ffffff;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 10;
}

/* Hot spot */
.hot_spot {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: solid 1px #dddddd;
	margin-bottom: 10px;
}

.list_title {
	color: #333333;
	font-size: 22px;
	position: relative;
	padding-left: 12px;
}

.list_title strong {
	font-size: 26px;
	font-weight: bold;
	color: #EB3D00;
}

.list_title::before {
	content: '';
    display: inline-block;
    width: 4px;
    height: 25px;
    background-color: #eb3d00;
    border-radius: 2px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 6px;
}

.hot_spot ul,
.hot_spot ol {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.hot_spot ul li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}

.hot_spot ul li:nth-child(-n+2) {
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}

.hot_spot ul li:not(:nth-child(-n+2)) {
	color: #999999;
	width: 50%;
}

.hot_spot ul li:not(:nth-child(-n+2)) a {
	font-size: 16px;
	color: #999999;
}

.hot_spot ul li::before {
	content: '·';
	display: inline-block;
	font-weight: bold;
	margin-right: 5px;
}

.hot_spot ol li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 10px;
}

.hot_spot ol li:last-child {
	margin-right: 0px;
}

.hot_spot ol li .picture {
	width: 100%;
	height: 110px;
	border-radius: 5px;
	margin-bottom: 5px;
}

.hot_spot ol li p {
	font-size: 16px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.hot_spot a:hover,
.hot_spot ul li:not(:nth-child(-n+2)) a:hover,
.hot_spot ol li:hover p,
.article_list a:hover strong,
.hot_news .list a:hover p,
.recommend .list a:hover p,
.friendship_link .con a:hover,
.current_location a:hover {
	color: #EB3D00;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.article_list {
	width: 730px;
	position: relative;
	margin-left: -20px;
}

.article_list a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #ffffff;
	padding: 20px;
	border-radius: 5px;
}

.article_list a:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	z-index: 10;
}

.article_list a .picture {
	width: 215px;
	height: 144px;
	border-radius: 5px;
	margin-right: 10px;
	position: relative;
}

.article_list a .picture .cla {
	padding: 0px 10px;
	height: 24px;
	line-height: 24px;
	background: rgba(0, 0, 0, .6);
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	position: absolute;
	left: 10px;
	top: 10px;
}

.article_list a .video_list .cla {
	background: #EB3D00;
}

.article_list a .picture .play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -29px;
	margin-left: -29px;
}

.article_list a .info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}

.article_list a .info strong {
	font-size: 20px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.article_list a .info p {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.article_list a .info>div {
	position: absolute;
	bottom: 5px;
	width: 100%;
}

.article_list a .info>div span {
	color: #333333;
	font-size: 14px;
	margin-right: 5px;
	display: inline-block;
}

.article_list a .info>div .time {
	float: right;
	color: #999999;
	font-size: 14px;
	position: relative;
	padding-left: 18px;
}

.article_list a .info>div .time::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url('../images/time.png') no-repeat center;
	position: absolute;
	top: 4px;
	left: 0;
}

.no_content {
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 14px;
	color: #999999;
	margin: 40px 0;
}

.no_content::before,
.no_content::after {
	content: '';
	display: inline-block;
	width: 270px;
	height: 1px;
	background: #dddddd;
	position: absolute;
	top: 10px;
}

.no_content::before {
	left: 0;
}

.no_content::after {
	right: 0;
}

/* content right */
.main_right {
	width: 300px;
	position: relative;
	z-index: 1;
}

.hot_news,
.hot_news .list,
.recommend,
.recommend .list,
	{
	width: 100%;
}

.hot_news .list_title,
.recommend .list_title {
	margin-bottom: 20px;
}

.hot_news .list a,
.recommend .list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 25px;
	position: relative;
}

.hot_news .list a .picture,
.recommend .list a .picture {
	width: 120px;
	height: 80px;
	border-radius: 5px;
	margin-right: 10px;
}

.hot_news .list a p,
.recommend .list a p {
	font-size: 14px;
	color: #333333;
	width: 170px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 40px;
}

.hot_news .list a span,
.recommend .list a span {
	position: absolute;
	left: 130px;
	;
	top: 65px;
	color: #999999;
	font-size: 14px;
}

.hot_news .list a:nth-child(-n+3) {
	height: 200px;
}

.hot_news .list a:nth-child(-n+3):hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.hot_news .list a:nth-child(-n+3) .picture {
	width: 100%;
	height: 200px;
	border-radius: 5px;
	margin-right: 0;
}

.hot_news .list a:nth-child(-n+3) p {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	position: absolute;
	bottom: 15px;
	padding: 0 10px;
	color: #ffffff;
	font-size: 16px;
	z-index: 2;
}

.hot_news .list a:nth-child(-n+3) span {
	display: none;
}

.hot_news .list a:nth-child(-n+3)::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 300px;
	height: 63px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.8;
	border-radius: 5px;
}

.hot_news .list a:nth-child(1)::before {
	content: '';
	display: block;
	width: 100px;
	height: 64px;
	position: absolute;
	top: 0;
	left: -18px;
	background: url('../images/top1.png') no-repeat center;
}

.hot_news .list a:nth-child(2)::before {
	content: '';
	display: block;
	width: 100px;
	height: 64px;
	position: absolute;
	top: 0;
	left: -18px;
	background: url('../images/top2.png') no-repeat center;
}

.hot_news .list a:nth-child(3)::before {
	content: '';
	display: block;
	width: 100px;
	height: 64px;
	position: absolute;
	top: 0;
	left: -18px;
	background: url('../images/top3.png') no-repeat center;
}

/* AD */
.ad {
	width: 100%;
}

.ad img {
	width: 100%;
	margin-bottom: 20px;
}

/* friendship link */
.friendship_link {
	margin-top: 10px;
	border-top: solid 1px #ddd;
	padding-top: 20px;
}

.friendship_link .con {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.friendship_link .con a {
	font-size: 14px;
	color: #999999;
	line-height: 40px;
	margin-right: 10px;
}

/* Company Information */
.company_info {
	width: 300px;
	margin-top: 20px;
	padding-top: 30px;
	border-top: solid 1px #dddddd;
	line-height: 30px;
	color: #999999;
	font-size: 14px;
	margin-bottom: 20px;
}

/* current location */
.current_location {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: solid 1px #dddddd;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}

.current_location::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url('../images/location.png') no-repeat center;
	position: absolute;
	top: 2px;
	left: 0;
}

.current_location strong {
	font-weight: inherit;
	font-size: 16px;
	color: #999999;
	margin-right: 10px;
}

.current_location a {
	font-size: 16px;
	color: #999999;
	margin-right: 30px;
	position: relative;
}

.current_location a::after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 14px;
	background: url('../images/more.png') no-repeat center;
	position: absolute;
	top: 4px;
	right: -20px;
}

.current_location a:last-child::after {
	display: none;
}

.article_info {
	width: 630px;
	text-align: justify;
}

.article_info .ac_top {
	width: 100%;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: solid 1px #dddddd;
}

.article_info .ac_top .title {
	font-size: 30px;
	color: #333333;
	line-height: 42px;
	font-weight: bold;
}

.article_info .ac_top .info {
	font-size: 16px;
	color: #999999;
	margin-top: 15px;
}

.article_info .ac_top .info .source {
	color: #3385ff;
}

.article_info .ac_content img {
	margin-bottom: 20px;
}

.article_info .ac_content video {
	width: 630px;
	margin-bottom: 20px;
}

.article_info .ac_content p {
	color: #333333;
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 20px;
}

/* statement */
.statement {
	font-size: 14px;
	color: #EB3D00;
	width: 630px;
	line-height: 26px;
	margin: 30px 0;
	border-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #dddddd;
}

/* switch articles */
.switch_articles {
	width: 630px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
}

.switch_articles>div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 50%;
}
.switch_articles>div:first-child {
	margin-right: 15px;
}
.switch_articles>div:last-child {
	margin-left: 15px;
}

.switch_articles>div span {
	color: #999999;
	font-size: 16px;
	margin-bottom: 20px;
	display: block;
	position: relative;
}

.switch_articles>div span::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 1px;
	background: rgba(238, 238, 238, 1);
	position: absolute;
	top: 31px;
	left: 0;
}

.switch_articles>div a {
	color: #333333;
	font-size: 16px;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 100%;
}

.switch_articles>div:nth-child(2) {
	text-align: right;
}

.switch_articles>div:nth-child(2) span::after {
	right: 0;
	left: auto;
}

/* article details list  */
.article_details_list {
	width: 63px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.article_details_list a {
	display: block;
	margin-right: 22px;
}

.article_details_list a:last-child {
	margin-right: 0px;
}

.article_details_list a .picture {
	display: block;
	width: 195px;
	height: 131px;
	border-radius: 5px;
	margin-bottom: 5px;
}

.article_details_list a p {
	font-size: 16px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* article bottom */
.article_bottom {
	width: 100%;
	padding: 15px 0;
	background: #24211d;
	margin-top: 40px;
}

.article_bottom_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.article_bottom_box .logo {
	margin-right: 20px;
    width: 200px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}
.article_bottom_box .logo img {
	width: 100%;
}

.article_bottom_box span {
	font-size: 14px;
	color: rgba(153, 153, 153, 1);
	margin-right: 30px;
	display: inline-block;
}
.article_bottom a {
	margin-bottom: 0;
}


/* search result */
.search_result {
	width: 100%;
	border-bottom: solid 1px #dddddd;
	padding: 20px 0 40px 0;
}

.search_result .form {
	width: 100%;
	height: 50px;
	border: solid 1px #dddddd;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.search_result .form .search_btn {
	width: 150px;
	border: none;
	font-size: 18px;
	background: url(../images/search2.png) no-repeat #EB3D00;
	background-position: 40px center;
	color: #ffffff;
	position: relative;
	padding-left: 20px;
}

.search_result .form .text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border: none;
	padding-left: 20px;
	font-size: 18px;
}

.search_result p {
	font-size: 16px;
	color: #999999;
	margin-top: 15px;
}

.back-top {
	position: fixed;
	right: 20px;
	bottom: 20%;
}
.ci_button {
    height: 28px;
    font-size: 14px;
    line-height: 26px;
    color:#999;
    margin-bottom: 10px;
    display: inline-block;
    margin-right:10px;
}
.ci_button:hover {
    color:rgba(235, 61, 0, 1);
}