.area_h2 {
	font-size: 1rem;
	font-weight: bold;
	padding: 1rem 0;
	padding-left: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px #E5E5E5 solid;
}
.layui-index-one{
	margin-top: 1rem;
	padding-left:0;
	padding-right:0;
}
.layui-carousel{
	padding: 1rem;
	box-sizing: border-box;
}
.layui-banner{
	/* padding: 1rem; */
	box-sizing: border-box;
}
.layui-banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layui-tab-title{
    line-height:3.5rem;
    height: 3.5rem;
}
.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;
	line-height: 1.5rem;
}
.layui-index-two-left dl{
	/* justify-content:space-between; */
	border-bottom: 1px solid #f7f7f7;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	box-sizing: border-box;
	padding: 0 1rem 1rem;
}
.layui-index-two-left dl dt{
	display: none;
}
.layui-index-two-left dl dt,.layui-index-two-left dl dt img{
	height: 7.4rem;
}
.layui-index-two-left dl dt img{
	object-fit: cover;
	width: 100%;
}
.layui-index-two-left dl dd{
	max-width:100%;
	box-sizing: border-box;
}
.layui-index-two-left dl dd>a{
	font-size: 1.1rem;
	font-weight: bold;
	display: block;
}
.layui-index-two-left dl:first-child dt,.layui-index-two-left dl:nth-child(2) dt{
	width: 10rem;
	display: block;
}
.layui-index-two-left dl:first-child dd,.layui-index-two-left dl:nth-child(2) dd{
	max-width:73%;
	padding-left: 1rem;
}
.layui-index-two-left dl dd .layui-other{
	margin-top: 1rem;
	color: #B3B3B3;
}
.layui-index-two-left dl dd .layui-other a{
	color: #00A4A0;
}
.layui-index-two-left dl dd .layui-other span{
	padding-left: 1rem;
	padding-right: 1rem;
}
.layui-index-two-left dl dd p{
	color: #767676;
	margin-top:.75rem;
	line-height: 1.7rem;
	font-size: .95rem;
	text-align:justify;
}
.layui-index-one-right{
	margin-left: 1.4%;
}
.layui-hot-list .area_h2{
	margin-bottom: 0;
}
.layui-hot-list .area_h2 i{
	color:#f05a14;
	padding-right: .5rem;
}
.layui-hot-list ul,.layui-hot-view ul{
	padding: 0 1rem;
}
.layui-hot-list ul li{
	font-size: .95rem;
	line-height: 2.9rem;
}
.layui-hot-list ul li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.layui-hot-list ul li:first-child a:before{
	content: '1';
	color: #ffffff;
	background-color: #f33308;
}
.layui-hot-list ul li:nth-child(2) a:before{
	content: '2';
	color: #ffffff;
	background-color: #0090ce;
}
.layui-hot-list ul li:nth-child(3) a:before{
	content: '3';
	color: #ffffff;
	background-color: #3ac6c3;
}
.layui-hot-list ul li:nth-child(4) a:before{
	content: '4';
}
.layui-hot-list ul li:nth-child(5) a:before{
	content: '5';
}
.layui-hot-list ul li:nth-child(6) a:before{
	content: '6';
}
.layui-hot-list ul li:nth-child(7) a:before{
	content: '7';
}
.layui-hot-list ul li:nth-child(8) a:before{
	content: '8';
}
.layui-hot-list ul li:nth-child(9) a:before{
	content: '9';
}
.layui-hot-list ul li:nth-child(10) a:before{
	content: '10';
}
.layui-hot-list ul li:nth-child(11) a:before{
	content: '11';
}
.layui-hot-list ul li:nth-child(12) a:before{
	content: '12';
}
.layui-hot-list 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: 1.1rem;
	margin-right: .2rem;
	/* font-size:.5rem; */
}
.layui-hot-view{
	padding-bottom:.1rem;
}
.layui-hot-view ul li{
    overflow: hidden;
    font-size: .95rem;
    justify-content: space-between;
    color: #999;
    margin-bottom: 1.25rem;
}
.layui-hot-view ul li a{
	width: 80%;
}
.layui-hot-view ul li a i{
    color: #0c95cf;
    padding-right: .5rem;
}
.layui-hot-view ul li span{
	width: 20%;
	text-align: right;
	font-size: .9rem;
}

@media(max-width: 800px) {
	.layui-index-one{
		flex-wrap: wrap;
	}
	.layui-hot-list{
		margin-left: 0;
	}
	.layui-index-two-left dl{
		padding: 0 1rem 1rem;
	}
	.layui-index-two-left dl dt{
		width: 10rem;
		display: block;
	}
	.layui-index-two-left dl:first-child dd, .layui-index-two-left dl:nth-child(2) dd,.layui-index-two-left dl dd{
		max-width: 68%;
		padding-left: 1rem;
		box-sizing:border-box;
	}
	.layui-index-one-right{
		margin-left:0 ;
	}
	.layui-search{
		display: none;
	}
}
@media(max-width: 480px){
	.layui-index-two-left dl dd>a{
		font-size:1rem;
	}
	.layui-index-two-left dl dd p{
		font-size:0.875rem;
	}
}