.font-color-3492d1{
	color: #3492d1;
}
.bg-color-3492d1{
	background-color: #2d7ec6;
}
.font-color-00a89d{
	color: #00a89d;
}
.bg-color-00a89d{
	background-color: #00a89d;
}
.font-color-db7364{
	color: #19b193;
}
.bg-color-db7364{
	background-color: #db7364;
}
.font-color-44add2{
	color: #44add2;
}
.bg-color-44add2{
	background-color: #44add2;
}
.area_h2 {
	font-size: 1rem;
	position: relative;
	padding: 0 0 .8rem 0;
	margin-bottom: 1rem;
	border-bottom: 1px #E5E5E5 solid;
}

.area_h2 strong:before {
	content:'';
	border-bottom: 1px solid #4d8cb8;
	position: absolute;
	width: 6rem;
	bottom: 0;
}
.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;
}
.section-h3{
	font-size: 1.2rem;
	font-weight: normal;
	margin-bottom: 1.5rem;
	color: #25b598;
}
.section-title{
	height: 3rem;
	padding: 2% 0;
}
.section-title h2{
	border-bottom: 1px solid #e2e2e2;
	position: relative;
	height: 1.56rem; 
	*
	height: 2.18rem;
	overflow: inherit;
	font-size: 2rem;
}
.section-title h2 span{
	height: 2.37rem;
	line-height: 2.37rem;
	/* text-align: center; */
	overflow: hidden;
	display: block;
	position: absolute;
	background-color: #ffffff;
}
.section-title h2 .span1{
	width: 11.25rem;
	left: 0;
	/* left: 50%; */
	/* transform: translateX(-50%); */
}
.section-title h2 .span2{
	/* display: none; */
	width: 4rem;
	text-align: right;
	right: 0;
	font-size: .95rem;
}
.section-title h2 .span2 a{
	color: #999;
}
.section-title h2 span em{
	font-style: normal;
}
.layui-index-one{
	margin-top: 1.5rem;
	padding-left:0;
	padding-right:0;
}
.main-list-image{
	flex-wrap: wrap;
	padding-right:1%;
}
.main-list-image dl{
	width: 31%;
    margin-right: 2.1%;
    margin-bottom: 3%;
    box-sizing: border-box;	
    border-radius: 4px;
	-webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
	-webkit-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}
.main-list-image dl:hover{
	-webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.15);
	box-shadow: 0 2px 10px 3px rgba(0,0,0,.15);
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	-webkit-transition: all .2s ease-in 0s;
	-o-transition: all .2s ease-in 0s;
	transition: all .2s ease-in 0s
}
.main-list-image dl dt,.main-list-image dl dt img{
	height: 10.43rem;
}
.main-list-image dl dt img{
	width:100%;
	display:block;
	object-fit: cover;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.main-list-image dl dd a{
	margin: .8rem;
	color: #262626;
	font-size: .95rem;
	line-height: 1.5rem;
}
.main-list-image dl dd a,.main-list-image dl dd .item-meta-author{
	box-sizing: border-box;
}
.main-list-image dl dd .item-meta-author{
	padding: .8rem;
	border-top: 1px solid rgba(239,239,239,.9);
	justify-content: space-between;
	color: #928f8f;
}
.layui-carousel>[carousel-item]>*{
	/* background-color: #fff; */
}
.layui-carousel-list{
	display: flex !important;
	justify-content: space-between;
}
.layui-carousel-list>div{
	width: 33.3%;
	position: relative;
}
.layui-carousel-list>div:before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.4);
	background: -o-linear-gradient(top, transparent, rgba(0,0,0,.5));
	background: linear-gradient(180deg, transparent, rgba(0,0,0,.5));
}
.layui-carousel img{
  width: 100%;
  height: 12rem;
  object-fit: cover;
  position: relative;
}
.layui-carousel .tit,.layui-carousel time{
	padding-left: .75rem;
	padding-right: .75rem;
	box-sizing: border-box;
}
.layui-carousel .tit{
	font-size: 1rem;
	position: absolute;
	bottom: 2.5rem;
	width: 100%;
}
.layui-carousel time{
	padding-top: 1rem;
	display: block;
	position: absolute;
	bottom: 1rem;
}
.layui-carousel-ind ul {
    background-color: rgba(0,0,0,0);
}
.layui-carousel-ind li.layui-this{
	background-color: #19b193;
}
/*
.layui-hot-list ul li{
	font-size: .95rem;
}
.layui-hot-list ul li:not(:last-child) {
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #eee;
}
.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-public{
	margin-top: 1rem;
	box-sizing: border-box;
}
.layui-index-two{
	/* border: 1px solid #eaeaea; */
	/* background-color:#E9F3F9; */
}
.mid-img{
	box-sizing: border-box;
	justify-content: center;
	flex-wrap: wrap;
}
.mid-img dl{
	width: 31.5%;
	box-sizing: border-box;
	padding-right: 3%;
}
.mid-img dl:nth-child(3){
	padding-right:0;
}
 .mid-img dl dt,.mid-img dl dt img{
	height: 7.3rem;
}
.mid-img dl dt img{
	object-fit: cover;
	width: 100%;
}
.mid-img dl dd{
	margin-top: .75rem;
}
.mid-img dl dd a{
	font-size: .9rem;
	display: block;
}
.mid-img>div{
	padding: 3%;
	box-sizing: border-box;
	width:100%;
	flex-wrap:wrap;
	border-top: 1px solid #eaeaea;
	justify-content:space-between;
}
.mid-img>div p{
	width:48%;
	position: relative;
	padding-left: 1rem;
	box-sizing: border-box;
}
.mid-img>div p .dot{
    position: absolute;
    top: .6rem;
    left: 0;
    width: 5px;
    height: 5px;
    line-height: 4px;
    font-size: 0;
}
.layui-more{
	border: 1px solid #eee;
	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{
	padding: 2%;
	box-sizing:border-box;
	background-color: #E9F3F9;
}
.layui-index-two-right-view ul li{
    font-size: .95rem;
}
.layui-index-two-right-view ul li:not(:last-child){
    border-bottom: 1px solid rgb(232 232 232 / 90%);
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}
.layui-index-two-right-view ul li a:before{
	content: '•';
	display: inline-block;
	height: 1.1rem;
	line-height: 1.1rem;
	width: 1.1rem;
	color: #040404;
	text-align: center;
	border-radius: .15rem;
	margin-right: .2rem;
	font-size:.9rem;
}
/*.layui-index-two-right-view ul li:first-child a:before{
	content: '1';
	color: #ffffff;
	background-color: #2d7ec6;
}
.layui-index-two-right-view ul li:nth-child(2) a:before{
	content: '2';
	color: #ffffff;
	background-color: #499be4;
}
.layui-index-two-right-view ul li:nth-child(3) a:before{
	content: '3';
	color: #ffffff;
	background-color: #6bace6;
}
.layui-index-two-right-view ul li:nth-child(4) a:before{
	content: '4';
}
.layui-index-two-right-view ul li:nth-child(5) a:before{
	content: '5';
}
.layui-index-two-right-view ul li:nth-child(6) a:before{
	content: '6';
}
.layui-index-two-right-view ul li:nth-child(7) a:before{
	content: '7';
}
.layui-index-two-right-view ul li:nth-child(8) a:before{
	content: '8';
}
.layui-index-two-right-view ul li:nth-child(9) a:before{
	content: '9';
}
.layui-index-two-right-view ul li a:before{
	display: inline-block;
	height: 1.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-four .layui-index-two-right-view ul li a:before {
    color: #00a89d;
}

.layui-index-five{
	/* border: 1px solid #eaeaea; */
	/* background-color:#faf0ee; */
	padding-top: 1rem;
}
.layui-index-five ul{
	margin-top: 1rem;
}
.layui-index-five ul li{
	position: relative;
	display: flex;
	justify-content: space-between;
	font-size: .95rem;
	padding-left: 1rem;
}
.layui-index-five ul li:not(:last-child){
    border-bottom: 1px solid rgba(239,239,239,.9);
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}
.layui-index-five ul li a{
	width: 70%;
	font-size: .95rem;
	line-height: 1.5rem;
}
.layui-index-five ul li:before {
	position: absolute;
	left: 1px;
	top: 0.5rem;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 6px solid #ccc;
	content: "";
}
.layui-index-five ul li span.date{
	font-size: 0.87rem;
	color: #828282;
}
.layui-index-five-left{
	padding-right: 2%;
}
.layui-index-five-right{
	padding-left: 2%;
}
.layui-index-three dl{
	margin-top: 1rem;
	width: 100%;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #eaeaea;
}
.layui-index-three dl:first-child{
	margin-top:0;
}
.layui-index-three dl:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.layui-index-three dl dt{
	width: 8rem;
}
.layui-index-three dl dt,.layui-index-three dl dt img{
	height: 5.2rem;
	border-radius: 5px;
}
.layui-index-three dl dt img{
	width: 100%;
	object-fit: cover;
}
.layui-index-three dl dd{
	max-width: 65%;
	box-sizing: border-box;
	position: relative;
	padding-left: 1rem;
}
.layui-index-three dl dd p{
	font-size: 1rem;
	box-sizing:border-box;
	margin-bottom:1rem;
}
.layui-index-three dl dd p a{
	color:#ff9000;
}
.layui-index-three dl dd div{
	line-height:1.5rem;
	color: #5f5f5f;
}
.layui-index-three dl dd time{
	display: none;
	padding: .5rem;
	margin-top: .5rem;
	color: #999;
	position: absolute;
	bottom: 0;
}
.layui-text p{
	line-height:1.5rem;
}
@media(max-width: 1200px) {
	.layui-index-one,.layui-index-public{
		padding-left: .75rem;
		padding-right: .75rem;
		box-sizing: border-box;
	}
}
@media(max-width: 768px){
	.layui-index-one-right{
		display: none;
	}
	.main-list-image{
		padding-right: 0;
	}
	.main-list-image dl{
		width: 31.9%;
	}
	.main-list-image dl:nth-child(3n){
		margin-right: 0;
	}
	.layui-index-two,.layui-index-four,.layui-index-five{
		flex-wrap: wrap;
	}
	.layui-index-five-left,.layui-index-five-right{
		margin-bottom: 1rem;
	}
}
@media(max-width: 600px){
	.main-list-image dl{
		width: 49%;
	}
	
	.main-list-image dl,.main-list-image dl:nth-child(3){
		margin-right: 2%;
	}
	.main-list-image dl:nth-child(2n){
		margin-right: 0;
	}
	.main-list-image dl dt, .main-list-image dl dt img{
		height: 7rem;
	}
	.main-list-image dl dd .item-meta-author span{
		display: none;
	}
	.layui-carousel{
		padding-bottom: 1rem;
	}
	.layui-carousel-ind{
		margin-top: 1rem;
	}
	.layui-carousel-list>div{
		width: 100%;
	}
	.layui-carousel-list>div:nth-child(2),.layui-carousel-list>div:nth-child(3){
		display: none;
	}
	.section-title h2 .span1{
		left: 2%;
		transform: translateX(0);
		font-size: 1.2rem;
		width: 7rem;
	}
	.section-title h2 .span2{
		display:block;
	}
	
}
@media(max-width: 480px){
	.layui-index-one{
		margin-top: .5rem;
	}
	.layui-index-one .main-list-image,.layui-carousel .tit,.layui-carousel time{
		display: none;
	}
	.layui-index-two-right{
		padding: 1rem .5rem;
	}
}
@media(max-width: 360px){
}