.el-bg{
	background-color: #fff;
}
.el-top{
    background: #0C95FF;
    box-shadow: 0 2px 6px 0 hsla(0,0%,70%,.2);
}
.el-img img{
	display: block;
	width: 100%;
	padding: 0 0 1rem;
}
.el-index{
	margin-top: 1rem;
	padding-left: 1.5rem;
}
.el-index .el-container{
	background-color: #FFFFFF;
	padding: .5rem 1rem;
	box-sizing: border-box;
}
.el-index-view{
	justify-content: space-between;
	align-items: center;
	padding-bottom: 1rem;
}
.el-index-view>p{
	font-size: .95rem;
	width: 73%;
	align-items: center;
}
.el-index-view>p.news b{
	background: #0C95FF;
	color:#fff;
	padding: .2rem;
	width: 5rem;
	font-weight: normal;
}
.el-index-view>p.news a{
	width: 42%;
	line-height: 0.9375rem;
	position:relative;
	box-sizing: border-box;
	margin-left: 1rem;
	padding-left: .75rem;
}
.el-index-view>p.news a:hover{
	color:#0C95FF;
}
.el-index-view>p.news a::before{
	content:'';
	width: 0.25rem;
	height: 0.25rem;
	border-radius: 0.25rem;
	position:absolute;
	background: #0C95FF;
	top: .45rem;
	left: 0;
}
.el-index-view .input-group{
    transition: max-height, .5s;
    width: 25%;
    z-index: 100;
 }
.el-index-view .el-input.is-disabled .el-input__inner{
	height: 2.5rem;
	background-color: #ffffff;
	font-size: 0.75rem;
}
.el-index-view .el-input__inner,.el-index-view .el-input__icon{
	line-height: 2rem;
}
.el-index-hot{
	padding: 1rem 0 0;
	box-sizing: border-box;
	margin-bottom: 1rem;
}
.el-index-hot,.el-index-hot dl dd .mark{
	flex-wrap: wrap;
	justify-content: space-between;
}
.el-index-hot dl{
	width: 50%;
	background-color: #ffffff;
	padding: 0 1rem 1rem;
	box-sizing: border-box;
}
.el-index-hot dl dt{
	width: 10rem;
}
.el-index-hot dl dt img{
	display: block;
	width: 100%;
	height: 6.5rem;
	object-fit: cover;
}
.el-index-hot dl dd{
	max-width: 70%;
	padding-left: 1rem;
	box-sizing: border-box;
}
.el-index-hot dl dd .title{
	font-size: 1rem;
	color: #191a24;
	margin-bottom: .5rem;
}
.el-index-hot dl dd .title a:hover{
	color:#0C95FF;
}
.el-index-hot dl dd .desc{
	font-size: .85rem;
}
.el-index-hot dl dd .desc a{
	color: #888888;
}
.el-index-hot dl dd .mark{
	padding-top: 1rem;
	font-size: .8rem;
	line-height: 1.5rem;
}
.el-index-hot dl dd .mark time,.el-index-hot dl dd .mark a{
	width:49%;
	color: #858999;
	display:block;
}
.el-index-hot dl dd .mark a:last-child{
	width:2rem;
	color:#fff;
	background-color:#fc7247;
	text-align:center;
}

.el-list .el-main{
   padding:0  1rem 0 0;
}
.el-list .el-main>ul{
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}
.el-list .el-main>ul .typeList{
	max-width: 70%;
	padding-left: 1rem;
	box-sizing: border-box;
}
.el-list .el-main>ul .thumb{
	width: 10rem;
}
.el-list .el-main>ul .thumb img{
	height: 7rem;
	object-fit: cover;
	display: block;
	width: 100%;
}
.el-list .el-main>ul li {
	/* justify-content: space-between; */
	padding: 1rem;
	box-sizing: border-box;
	width: 50%;
}
.el-list .el-main>ul li:hover{
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
}
.el-list .el-main>ul li:not(:last-child){
	border-bottom: 1px solid #e9eef3;
}
.el-list .el-main>ul li .title{
	font-size:1rem;
	color: #191a24;
	margin-bottom: 1rem;
}
.el-list .el-main>ul li a:hover .title,.el-list .el-main>ul li .mark:hover a{
	color:#0C95FF;
}
.el-list .el-main>ul li .desc{
	font-size: .95rem;
	color: #858999;
}
.el-list .el-main>ul li .mark{
	display: block;
	padding-top: 1rem;
	font-size: .8rem;
	color: #858999;
}
.el-list .el-main>ul li .mark time{
	padding-right: 1rem;
}
.el-list .el-main>ul li .mark i{
	padding-right: .2rem;
}

.h2-title{
	color: #0C95FF;
	font-size: 1rem;
	padding-left: 1rem;
	border-bottom: 1px solid #e9eef3;
	justify-content:space-between;
	align-items: center;
	padding-right: 1rem;
	box-sizing: border-box;
}
.h2-title strong{
	display:block;
	padding: 1rem 0;
	font-weight: normal;
	position: relative;
}
.h2-title strong i{
	padding-right:.5rem;
}
.h2-title .el-more{
	font-size: .9rem;
	font-weight: normal;
	color: #999;
}
@media(max-width: 800px) {
	.el-index{
		padding-left: 0;
	}
	.el-list .el-main {
	    padding: 0;
	}
}
@media(max-width: 768px) {
	.el-index-view .input-group{
		display: none;
	}
	.el-index-view>p,.el-index-hot dl,.el-list .el-main>ul li{
		width:100%;
	}
	.el-index-hot dl:not(:last-child){
		border-bottom: 1px solid #e9eef3;
		margin-bottom:1rem;
	}
	.el-article .el-article-relation>ul li{
		width: 49%;
	}
}
@media(max-width: 480px) {
	.el-index-view{
		display: none;
	}
	.el-index-hot dl{
		padding: 0 .5rem 1rem;
	}
	.el-list .el-main>ul li{
		padding: 1rem .5rem;
	}
}

