.area_h2 {
	font-size: 1rem;
	position: relative;
	margin:1rem 0;
	padding-left:.5rem;
	border-left: 3px solid #206be7;
}

.area_h2 strong:before {
	/*
	content:'';
	border-left: 2px solid #206be7;
	position: absolute;
	width: 1rem;
	height:1rem;
	top:1rem;
	*/
}
.area_h2 i{
	color: #4d8cb8;
	padding-right: .5rem;
	display: none;
}
.area_h2 .more-i {
    display: block;
    position: absolute;
    right: 0;
    top: 1.5rem;
}
.area_h2 .more-i span {
	float: left;
	width: 5px;
	height: 5px;
	margin: 0 2px 0 0;
	padding: 0;
	background: var(--be-bg-grey-9);
	border-radius: 50%;
}

.area_h2 .more-im span {
	border: none;
}

.area_h2 .more-im span:nth-child(1) {
	background: #ff4444;
}

.area_h2 .more-im span:nth-child(2) {
	background: #99bb33;
}

.area_h2 .more-im span:nth-child(3) {
	background: #ffbb55;
}
.layui-index-one{
	margin-top: 1rem;
	padding-left:0;
	padding-right:0;
	align-items: flex-start;
}

.layui-banner{
	box-shadow: 0 0 29px 0 rgb(0 0 0 / 5%);
	padding: 1rem 0 0 1rem;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.layui-banner .layui-carousel img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.layui-banner .banner_bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    background-color: #000000;
    background: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=50);
    z-index: 8;
}
.layui-banner .title{
	position: absolute;
	z-index: 99;
	bottom: 0;
	line-height: 2.5rem;
	padding:0 .5rem;
	width:70%;
	font-size: 1rem;
}
.layui-banner .title a{
	color: #fff;
}
.layui-banner .layui-carousel-ind{
	text-align: right;
	z-index: 99;
	top:-30px;
}
.layui-carousel-ind ul,.layui-carousel-ind ul:hover{
	background-color: rgba(0,0,0,0);
}
.layui-carousel-ind li.layui-this{
	background-color: #019c08;
}
.layui-banner-list{
	padding: 0 1rem;
	box-sizing: border-box;
	/* box-shadow: 0 0 29px 0 rgb(0 0 0 / 5%); */
	width: 30%;
}
.layui-banner-list dl{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.layui-banner-list dl:not(:last-child){
	margin-bottom:1rem;
}
.layui-banner-list dl dt{
	position: relative;
}
.layui-banner-list dl dt,.layui-banner-list dl dt img.lazy{
	height: 7.55rem;
}
.layui-banner-list dl dt img.lazy{
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.layui-banner-list dl>.layui-bg-black{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
	opacity: .4;
	transition: all 1s;
	border-radius: 5px;
}
.layui-banner-list dl:hover>.layui-bg-black{
	opacity: .5;
}
.layui-banner-list dl dd{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	box-sizing: border-box;
	z-index: 2;
	border-radius: 5px;
}
.layui-banner-list dl dd a.layui-type{
	padding: 0 .5rem;
	box-sizing: border-box;
	border-left: 4px solid #5490ba;
}
.layui-banner-list dl dd p{
	font-size: 1rem;
	padding:0 .5rem;
	box-sizing:border-box;
	margin-top: 1.5rem;
}
.layui-banner-list dl dd p a{
	color:#fff;
}
.layui-banner-list dl dd time{
	display: block;
	padding: .5rem;
	color: #fff;
	margin-top: .5rem;
}
.layui-hot{
	margin-left: 1.4%;
	padding: 0 1rem 1rem;
	box-sizing: border-box;
	box-shadow: 0 0 29px 0 rgb(0 0 0 / 5%);
}
.layui-hot-list ul{
	/* padding: 0 1rem; */
	/* margin-top: .5rem; */
}
.layui-hot-list ul li{
	font-size: .95rem;
	position: relative;
}
.layui-hot-list ul li:not(:last-child) {
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #eee;
}
.layui-hot-list ul li:before {
    border: 4px solid #fff;
    opacity: 1;
}
.layui-hot-list ul li::after,.layui-hot-list ul li::before {
    position: absolute;
    /* margin-left: -6px; */
    left: 0;
    top: 5px;
    width: 4px;
    height: 4px;
    border-radius: 6px;
    border: 4px solid #206be7;
    background: #fff;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    opacity: .3;
    content: "";
}
.layui-hot-list ul li a{
	padding-left: 1.25rem;
}
/*
.layui-hot-list ul li:first-child:before{
	content: '1';
	color: #ffffff;
	background-color: #4d8cb8;
}
.layui-hot-list ul li:nth-child(2):before{
	content: '2';
	color: #ffffff;
	background-color: #50a7e4;
}
.layui-hot-list ul li:nth-child(3):before{
	content: '3';
	color: #ffffff;
	background-color: #a1cbe8;
}
.layui-hot-list ul li:nth-child(4):before{
	content: '4';
}
.layui-hot-list ul li:nth-child(5):before{
	content: '5';
}
.layui-hot-list ul li:nth-child(6):before{
	content: '6';
}
.layui-hot-list ul li:nth-child(7):before{
	content: '7';
}
.layui-hot-list ul li:nth-child(8):before{
	content: '8';
}
.layui-hot-list ul li:nth-child(9):before{
	content: '9';
}
.layui-hot-list ul li:nth-child(10):before{
	content: '10';
}
.layui-hot-list ul li:nth-child(11):before{
	content: '11';
}
.layui-hot-list ul li:nth-child(12):before{
	content: '12';
}
.layui-hot-list ul li:before{
	display: inline-block;
	height: 1rem;
	line-height: 1.1rem;
	width: 1.1rem;
	color: #fff;
	text-align: center;
	background-color: #ccc;
	border-radius: .15rem;
	margin-right: .2rem;
	font-size:.5rem;
}
*/
.layui-index-two{
	margin-top: 1rem;
	box-sizing: border-box;
}
.layui-tab-title li{
	font-size: 1rem;
}
.layui-tab-brief>.layui-tab-title .layui-this{
	color: #5490ba;
    font-weight: bold;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
	border-bottom: 2px solid #5490ba;
}
.layui-tab-title li{
	padding: 0 .5rem;
}
.layui-index-two-left{
	width:100%;
	box-sizing: border-box;
}
.layui-index-two-left dl{
	/* justify-content:space-between; */
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.layui-index-two-left dl:not(:last-child){
	border-bottom: 1px solid #e6e6e6;
}
.layui-index-two-left dl dt{
	width: 10rem;
	display: none;
}
.layui-index-two-left dl dt,.layui-index-two-left dl dt img{
	height: 8rem;
	border-radius: 5px;
}
.layui-index-two-left dl dt img{
	object-fit: cover;
	width: 100%;
}
.layui-index-two-left dl dd{
	width: 95%;
	padding-left: 1rem;
	box-sizing: border-box;
}
.layui-index-two-left dl dd>a{
	font-size: 1.05rem;
	/* font-weight: bold; */
	display: block;
}
.layui-index-two-left dl dd .layui-other{
	margin-top: 1rem;
	color: #B3B3B3;
}
.layui-index-two-left dl dd .layui-other a{
	color: #4d8cb8;
	display: none;
}
.layui-index-two-left dl dd .layui-other span{
	padding-left: 1rem;
	padding-right: 1rem;
	display: none;
}
.layui-index-two-left dl dd p{
	color: #767676;
	margin-top:.75rem;
	line-height: 1.7rem;
	font-size: .95rem;
	text-align:justify;
}
.layui-more{
	border: 1px solid #ececec;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	text-align: center;
	margin: 1.5rem auto 1rem;
	width: 15rem;
	line-height: 2.5rem;
}
.layui-more a{
	color:#767676;
}
.layui-index-two-right ul li{
	position: relative;
	overflow: hidden;
	font-size: .95rem;
	justify-content: space-between;
	color: #999;
	margin-bottom: 1.25rem;
	padding-left: .75rem;
}
.layui-index-two-right ul li:before {
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border: 4px solid transparent;
    border-left: 5px solid #ccc;
}
.layui-index-two-right ul li a{
	width: 80%;
}
.layui-index-two-right ul li a i{
    color: #00a4a0;
    padding-right: .5rem;
}
.layui-index-two-right ul li span{
	width: 20%;
	text-align: right;
	font-size: .9rem;
}
.layui-index-two-right dl{
	justify-content:space-between;
}
.layui-index-two-right dl:not(:last-child){
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.layui-index-two-right dl dt{
	width: 25%;
}
.layui-index-two-right dl dt,.layui-index-two-right dl dt img{
	height: 4rem;
}
.layui-index-two-right dl dt img{
	object-fit: cover;
	width: 100%;
	border-radius: 5px;
}
.layui-index-two-right dl dd{
	width:70%;
}
.layui-index-two-right dl dd>a{
	font-size:.95rem;
	display: block;
}
.layui-index-two-right dl dd .layui-other{
	margin-top: .5rem;
	color: #B3B3B3;
}
.layui-index-two-right dl dd .layui-other a{
	color: #00A4A0;
	display: none;
}
.layui-index-two-right dl dd .layui-other span{
	padding-left: 1rem;
	padding-right: 1rem;
	display: none;
}
.layui-index-two-right dl dd p{
	display: none;
	color: #767676;
	margin-top:.75rem;
	line-height: 1.7rem;
	font-size: .95rem;
	text-align:justify;
}
@media(max-width: 768px){
	.layui-banner{
		padding: 0;
	}
	.layui-hot{
		margin-left:0;
	}
	.layui-index-one{
		flex-wrap: wrap;
		margin-top: .5rem;
	}
	.layui-index-two,.layui-index-two .layui-row>div:last-child{
		margin-top: .5rem;
	}
	.layui-index-two-left dl dt{
		/* display: block; */
	}
	.layui-index-two-left dl dd{
		/* width: 73%; */
	}
}
@media(max-width: 600px){
	.layui-carousel{
		width:100% !important;
	}
	.layui-banner-list{
		display: none;
	}
	.layui-index-two .layui-index-two-left>div:first-child ul{
		width: 100%;
	}
	.layui-index-two .layui-index-two-left{
		border-right: none;
	}
}
@media(max-width: 480px){
	.layui-carousel {
	    height: 15rem !important;
	}
	.layui-index-two-left dl dd>a{
		font-size:1rem;
	}
	.layui-index-two-left dl dd p{
		font-size:0.875rem;
	}
}
@media(max-width: 360px){
}