.layui-form-item>.required:before {
	content: '*';
	color: red;
	font-weight: bold;
	line-height: 1.8em;
}

.page {
	background: #f6f6f6;
}

.layui-progress {
	height: 18px;
}

.layui-progress-bar {
	height: 18px;
	background: -webkit-linear-gradient(right, #95C6FF, #226EBC);
	/*  Safari 5.1 到 6.0 */
	background: -o-linear-gradient(right, #95C6FF, #226EBC);
	/*  Opera 11.6 到 12.0 */
	background: -moz-linear-gradient(right, #95C6FF, #226EBC);
	/*  Fx 3.6 到 15 */
	background: linear-gradient(to right, #95C6FF, #226EBC);
}

.layui-form-radio * {
	display: inline;
}

.page .bottom_main {
	width: 1170px;
	margin: auto;
	padding: 110px 0 30px 0 !important;
}

.page .bottom_main .search {
	display: flex;
	justify-content: center;
	align-items: center;
}

.page .bottom_main .hot {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.page .bottom_main .hot .hot_key {
	display: flex;
	align-items: center;
	padding: 10px 0;
}

.page .bottom_main .hot .hot_key .hot_title {
	margin-right: 10px;
	color: #999999;
	font-size: 14px;
}

.page .bottom_main .hot .hot_key .hot_list {
	display: flex;
	align-items: center;
	column-gap: 10px;
	font-size: 14px;
	color: #226EBC;
}

.page .bottom_main .hot .hot_key .hot_list span {
	cursor: pointer;
}

.page .bottom_main .search_key {
	display: flex;
	align-items: center;
	border: 1px solid #226EBC;
	position: relative;
	width: 872px;
	background: white;
}

.page .bottom_main .search_key .key_word {
	height: 44px;
	border: 0;
	padding: 0 27px;
	font-size: 16px;
	display: flex;
	flex: 1;
}

.page .bottom_main .search_key #key_word_2 {
	height: 44px;
	border: 0;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	/* border: 1px solid red; */
	display: flex;
	align-items: center;
	padding: 0 27px;
}

.page .bottom_main .search_key .line {
	border-left: 1px solid #d9d8d8;
	/* margin: 5px 0; */
	height: 35px;
}

.page .bottom_main .search_key .sure_search {
	height: 44px;
	line-height: 44px;
	border: 0;
	border-radius: 0;
	padding: 0 40px;
	background: #226EBC;
	font-size: 16px;
}

.page .bottom_main .search_key .key_word::placeholder {
	color: #BCBCBC;
	font-size: 16px;
}

.page .bottom_main .search_key .all_stations {
	position: absolute;
	background: white;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.16);
	top: 45px;
	width: 400px;
	display: none;
	z-index: 999;
}

.page .bottom_main .search_key .all_stations ul {
	display: flex;
	align-items: center;
	padding: 10px;
	flex-wrap: wrap;
	row-gap: 10px;
}

.page .bottom_main .search_key .all_stations ul li {
	width: 20%;
	text-align: center;
	padding: 10px 0;
}

.page .bottom_main .search_key .all_stations ul li a {
	font-size: 16px;
}

.page .bottom_main .search_key .all_stations ul li .country {
	color: #FFA100;
}

.page .bottom_main .search_key .all_stations ul li:hover {
	background: #f1f1f1;
}

.page .bottom_main .banner {
	display: flex;
	align-items: flex-start;
	/*column-gap: 20px;*/
}

.page .bottom_main .banner .sidebar {
	background: #fff;
	width: 198px;
}

.page .bottom_main .banner .sidebar .some {
	width: 100%;
	position: relative;
}
.page .bottom_main .banner .sidebar .some .headtitle{
	font-size: 16px;
	font-weight: 400;
	color: #323233;
	line-height: 20px;
	padding: 20px 0;
	border-bottom: 1px solid #DCDEE0;
}
.page .bottom_main .banner .sidebar .some .headtitle span{
	padding-left: 20px;
	border-left: 2px solid #226EBC;
}
.page .bottom_main .banner .sidebar .some .remaining2 {
	position: absolute;
	bottom: -377px;
	background: white;
	z-index: 99;
	border: 1px solid #fff;
	width: 99%;
}

.page .bottom_main .banner .sidebar .some ul {
	width: 100%;
	height: 100%;
}

.page .bottom_main .banner .sidebar .some ul li {
	/*height: 40px;*/
	position: relative;
	/*border: 1px solid #fff;*/
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*align-items: center;*/
	font-size: 15px;
	/*padding: 13px 0;*/
	text-align: center;

}

.page .bottom_main .banner .sidebar .some ul li>a {
	color: #555;
	font-weight: 600;
	width: 198px;
	display: inline-block;
	height: 100%;
	line-height: 19px;
	padding: 13px 0 ;
	font-size: 16px;
}

.page .bottom_main .banner .sidebar .some ul li>a>img {
	width: 7px;
	height: 12px;
	margin-left: 8px;
}

.page .bottom_main .banner .sidebar .some ul li>a>span {
	margin-right: 5px;
}

.page .bottom_main .banner .sidebar .some ul li>a>.subtitle {
	font-size: 14px;
	font-weight: 300;
	color: #BCBCBC;
	line-height: 16px;
}

.other_msg .other_child {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
}

.other_msg .comName {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 151px;
}

.other_msg .other_child a:hover {
	color: #226EBC;
}

.page .bottom_main .banner .banner_box {
	display: flex;
	flex-direction: column;
	width: 702px;
	margin-right: 10px;
	margin-left: 10px;
}

.page .bottom_main .banner .banner_box .img_box {
	background: white;
}

.page .bottom_main .banner .banner_box .img_box .boxList {
	display: flex;
	padding: 20px;
	border-bottom: 1px solid #EBEDF0;
	align-items: center;
}

.page .bottom_main .banner .banner_box .img_box .boxList img {
	width: 146px;
	height: 92px;
	margin-right: 16px;
	border-radius: 5px;
}

.page .bottom_main .banner .banner_box .img_box .boxList div .name {
	width: 500px;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-bottom: 10px;
}

.page .bottom_main .banner .banner_box .img_box .boxList div {
	margin: 10px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page .bottom_main .banner .banner_box .img_box .boxList div .subname {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
}

.page .bottom_main .banner .banner_box .img_box .boxList div .desc {
	display: -webkit-box; /* 设置为 WebKit 内核的弹性盒子模型 */
	-webkit-box-orient: vertical; /* 垂直排列 */
	-webkit-line-clamp: 2; /* 限制显示三行 */
	overflow: hidden; /* 隐藏超出范围的内容 */
	text-overflow: ellipsis; /* 使用省略号 */
	color: #666 !important;
}

.page .bottom_main .banner .banner_box .img_box .boxList div .time {
	font-size: 14px;
	font-weight: 400;
	color: #666 !important;
	line-height: 20px;
	padding-top: 5px;
}

.layui-tab-brief>.layui-tab-title .layui-this {
	color: #226EBC;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
	border-bottom: 2px solid #226EBC;
	top: 4px;
}

.layui-form-radio {
	display: flex;
	align-items: center;
	margin: 0;
}

.layui-form-radio>div {
	white-space: pre;
}

#demo10 {
	text-align: center;
}

#demo9 {
	/* width: 60px; */
	height: 44px;
	/* text-align: center; */
	line-height: 44px;
	border: 0;
	padding: 0 27px;
	font-size: 16px;
	background-color: white;
	display: flex;
	align-items: center;
}

#demo9>.iconfont,
#key_word_2>.iconfont {
	vertical-align: middle;
	margin-left: 5px;
	color: #226EBC;
	font-size: 12px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #226EBC;
}

.layui-form-item .layui-input-inline {
	width: 130px;
}

.layui-form-select .layui-input::placeholder {
	color: #BCBCBC !important;
}

#test1 {
	width: 100% !important;
	height: 300px !important;
}

#test1 .carousel img {
	width: 100%;
	height: 100%;
}

.mask {
	width: 100%;
	height: 100%;
	background-color: black;
	position: absolute;
	opacity: 0.3;
	left: 0;
	top: 0;
	z-index: 1;
	display: none;
}

.select_positions {
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 10;
	background: white;
	width: 650px;
}

.select_positions .top {
	display: flex;
	border-radius: 30px;
	border: 1px solid #009A44;
	align-items: center;
	justify-content: space-between;
	margin: 15px;
}

.select_positions .top span {
	padding: 10px 20px;
}

.select_positions .top input {
	flex: 1;
	border: 0;
	border-left: 1px solid gray;
	height: 30px;
	padding: 0 20px;
}

.select_positions .top button {
	padding: 10px 30px;
	background: green;
	color: white;
	border-radius: 30px;
	border: 0;
}

#box {
	display: flex;
	justify-content: space-between;
}

#box .data_left ul {
	width: 120px;
	height: 350px;
	overflow: auto;
	padding: 0;
	margin: 0;
	background: #F6F6F6;
}

#box .data_left ul li {
	background: #F6F6F6;
	padding: 15px;
	list-style: none;
}

#box .data_right {
	flex: 1;
	padding: 0 20px;
}

#box .data_left ul .active {
	color: green;
	background: white;
	border-left: 5px solid #009A44;
}

#box .data_right ul {
	overflow: auto;
	width: 100%;
	padding: 0;
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
}

#box .data_right .right_list ul {
	width: 100%;
	padding: 0 30px;
	align-items: baseline;
}

#box .data_right ul label {
	display: flex;
	align-items: center;
	white-space: nowrap;
	/* width: 33.33%; */
	font-size: 16px;
}

#box .data_right ul label input {
	margin-right: 10px;
}

#box .data_right .right_list {
	display: none;
}

#box .data_right .active {
	display: block;
}

#checked_box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 10px;
	background: white;
	padding: 10px 15px;
	row-gap: 10px;
}

#checked_box .position {
	display: flex;
	align-items: center;
	background: #009A44;
	padding: 5px 2px;
	color: white;
	border-radius: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	display: flex;
	justify-content: space-between;
	row-gap: 10px;
}

#checked_box .position .iconfont {
	margin-right: 5px;
}

.footer {
	width: 100%;
	display: flex;
	padding: 20px 0 0 0;
	align-items: center;
	justify-content: center;
	/*border-top: 1px solid #EEEEEE;*/
	background: #f6f6f6;
	background: #2e3139;
}

.footer button {
	margin-right: 50px;
}

.footer .cancel {
	background-color: white;
	border: 1px solid black;
	padding: 5px 20px;
	color: black;
	border-radius: 20px;
	cursor: pointer;
}

.footer .sure {
	background-color: #009A44;
	border: 0;
	padding: 5px 20px;
	color: white;
	border-radius: 20px;
	cursor: pointer;
}

#result_res ul {
	padding: 0 20px;
	display: flex;
	align-items: center;
	row-gap: 5px;
	column-gap: 10px;
	flex-wrap: wrap;
}

#result_res ul li {
	padding: 4px 10px;
}

#checked_box2 {
	padding: 10px 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 10px;
	row-gap: 10px;
}

#checked_box2 .new_li {
	align-items: center;
	background: #009A44;
	padding: 5px 2px;
	color: white;
	border-radius: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	display: flex;
	justify-content: space-between;
}

.Untreated {
	background: #FEE8E5;
	color: #F9545B;
	padding: 5px 10px;
	margin-bottom: 6px;
}

.Untreated img {
	width: 16px;
	height: 16px;
}

.peo_center {
	width: 250px;
	background: #FFFFFF;
}

.peo_center .title {
	font-size: 16px;
	font-weight: 400;
	color: #323233;
	line-height: 20px;
	padding: 20px 0;
	border-bottom: 1px solid #DCDEE0;
}

.peo_center .title span {
	padding-left: 20px;
	border-left: 2px solid #226EBC;
}

.peo_center .infoList {
	margin: 20px 20px 0 20px;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #EBEDF0;
}

.peo_center .infoItem p:first-child {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 16px;
	margin-bottom: 8px;
	width: 114px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.peo_center .infoItem p:last-child {
	font-size: 12px;
	font-weight: 400;
	color: #777 !important;
	line-height: 14px;
}

.peo_center .infoList img {
	width: 80px;
	height: 60px;
	border-radius: 5px;
}

.labelList {
	padding: 20px 12px;
	display: flex;
	flex-wrap: wrap;
}

.labelList .label {
	font-size: 15px;
	font-weight: 400;
	line-height: 15px;
	padding: 6px 0px;
	margin: 8px 4px;
	color: #666;
	background: #EFEFEF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 97px;
	width: 97px;
	margin: 8px;
	text-align: center;
}

.labelList .label:hover{
	background-color: #226eb4;
	color: #fff;
}

.labelList .active {
	color: #226EBC;
	background: #DEE9F5;
}

.itemlList {
	padding: 20px 12px;
	display: flex;
	flex-wrap: wrap;
}

.itemlList .label {
	font-size: 15px;
	font-weight: 400;
	line-height: 15px;
	padding: 6px 6px;
	/* margin: 8px 4px; */
	color: #999999;
	background: #EFEFEF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 97px;
	width: 65px;
	margin: 8px 5px;
	text-align: center;
}
.itemlList .label:hover {
	background-color: #226eb4;
	color: #fff;
}
.itemlList .active {
	color: #226EBC;
	background: #DEE9F5;
}


#demo0 {
	text-align: center;
	padding: 20px 0;
	background: white;
}

.activess{
	background: #226EBC;
	color: #fff !important;

}



.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px; }
.pagination > li {
	display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.428571429;
	text-decoration: none;
	color: #337ab7;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eeeeee;
	border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.be-article-hd{
	width: calc(100% - 20px);
	font-size: 16px;
	color: #343434;
	margin: 10px;
	background-color: #f8f8f8;
}
.be-article-hd > span {
	color: #226EBC;
}
