.el-bg{
	background-color: #fff;
}
.el-top{
    background: #0C95FF;
    box-shadow: 0 2px 6px 0 hsla(0,0%,70%,.2);
}
.ni_left_cwrap{
	
}
.nw-tit{
	margin-bottom: 1rem;
}
.nw-tit img{
	display: block;
	width: 100%;
}
.nw-news-list li{
	font-size: 1rem;
	color: #222222;
	line-height: 2.5rem;
}
.nw-news-list li a{
	display: block;
	color: #222222;
}
.nw-news-list li a span{
	font-size: 14px;
	color: #FE2424;
	margin-right: 7px;
	background: #FFEBE7;
	border-radius: 3px;
	padding: 0 5px;
}
.nw-news-list li a:hover{
	color: #FE2424;
}
.el-img img{
	display: block;
	width: 100%;
	padding: 0 0 1rem;
}
.el-nav{
	padding: 0 1rem;
	box-sizing: border-box;
}
.el-index{
	margin-top: 1rem;
	/* padding-left: 1.5rem; */
	margin-bottom: 1rem;
}
.el-index .el-container{
	background-color: #FFFFFF;
	padding: .5rem 1rem;
	box-sizing: border-box;
}
.el-index-hot{
	padding: 1rem 0 0;
	box-sizing: border-box;
}
.el-index-hot,.el-index-hot dl dd .mark{
	flex-wrap: wrap;
	justify-content: space-between;
}
.el-index-hot dl{
	width: 24%;
	background-color: #ffffff;
	padding: .75rem;
	box-sizing: border-box;
}
.el-index-hot dl:nth-child(n+3){
	/* margin-top: 1rem; */
}
.el-index-hot dl dt{
	width: 38%;
}
.el-index-hot dl dt img{
	display: block;
	width: 100%;
	height: 6.2rem;
	object-fit: cover;
}
.el-index-hot dl dd{
	width: 60%;
	padding-left: .75rem;
	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-banner .el-carousel__container,.el-banner .el-carousel__container img{
	height: 19.56rem;
}
.el-banner .el-carousel__container img{
	width: 100%;
	display: block;
	object-fit: cover;
}

.el-list-article .el-main>ul{
	padding-left: 1rem;
	padding-right:1rem;
}
.el-list .el-main{
   padding:0  1rem 0 0;
}
.el-list .el-main>ul{
	justify-content: space-between;
	align-items: center;
}
.el-list .el-main>ul .typeList{
	/* width: 80%; */
	/* padding-left: 1rem; */
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.el-list .el-main>ul .thumb{
	width: 10rem;
	display: none;
}
.el-list .el-main>ul .thumb,.el-list .el-main>ul .thumb img{
	height: 6.2rem;
}
.el-list .el-main>ul .thumb img{
	object-fit: cover;
	display: block;
	width: 100%;
}
.el-list .el-main>ul{
	flex-wrap: wrap;
}
.el-list .el-main>ul li {
	justify-content: space-between;
	padding: 1rem;
	box-sizing: border-box;
	align-items: center;
	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 #f6f8fb;
}

.el-list .el-main>ul li .typeList>a{
	width: 75%;
	display: block;
}
.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{
	display: none;
	font-size: .95rem;
	color: #858999;
}
.el-list .el-main>ul li .mark{
	/* padding-top: 1rem; */
	font-size: .8rem;
	color: #666666;
	line-height: 2rem;
}
.el-list .el-main>ul li .mark time{
	/* padding-right: 1rem; */
}
.el-list .el-main>ul li .mark i{
	padding-right: .2rem;
}
.el-list .el-main>ul li .mark span{
	display: none;
}

.h2-title{
	color: #231616;
	font-size: 1rem;
	border-bottom: 1px solid #f6f8fb;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 0 1rem 1rem;
}
.h2-title strong{
	display:block;
	font-weight: normal;
	position: relative;
}
.h2-title strong i{
	padding-right:.5rem;
	color: #d00000;
}
.h2-title a{
	padding-right: .5rem;
	font-weight: normal;
	font-size: .95rem;
}
.h2-weight{
	padding-left: 0;
	font-size: 1.05rem;
}
.h2-weight strong{
	border-left: #D8232A solid 6px;
	padding-left: .5rem;
}
.h2-weight strong,.h2-weight strong i{
	font-weight: bold;
}
.el-aside .el-item3 ul{
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	padding-bottom:1rem;
	padding-top: 1rem;
}
.el-aside .el-item3 ul li {
	font-size: .95rem;
	margin-bottom: .85rem;
	line-height: 1.9375rem;
	justify-content: space-between;
	align-items: center;
}
.el-aside .el-item3 ul li:last-child{
	margin-bottom: 0;
}

.el-aside .el-item3 ul li:first-child a:before {
	content: '1';
	background-color: #2191f0;
}

.el-aside .el-item3 ul li:nth-child(2) a:before {
	content: '2';
	background-color: #00c7e4;
}

.el-aside .el-item3 ul li:nth-child(3) a:before {
	content: '3';
	background-color: #ec8858;
}

.el-aside .el-item3 ul li:nth-child(4) a:before {
	content: '4';
	background-color: #ccc;
}

.el-aside .el-item3 ul li:nth-child(5) a:before {
	content: '5';
	background-color: #ccc;
}

.el-aside .el-item3 ul li:nth-child(6) a:before {
	content: '6';
	background-color: #ccc;
}

.el-aside .el-item3 ul li:nth-child(7) a:before {
	content: '7';
	background-color: #ccc;
}

.el-aside .el-item3 ul li:nth-child(8) a:before {
	content: '8';
	background-color: #ccc;
}

.el-aside .el-item3 ul li:nth-child(9) a:before {
	content: '9';
	background-color: #ccc;
}
.el-aside .el-item3 ul li:nth-child(10) a:before {
	content: '10';
	background-color: #ccc;
}
.el-aside .el-item3 li a:before{
    display: inline-block;
    height: 1.125rem;
    line-height: 1.125rem;
    width: 1.125rem;
    color: #fff;
    text-align: center;
    background-color: #ec8858;
    margin-right: .5rem;
    border-radius: 0.1875rem;
    font-size: 0.625rem;
}
.el-aside .el-item1,.el-aside .el-item3 ul{
	padding-left: 1rem;
	padding-right: 1rem;
}
.el-aside .el-item1 ul{
	padding: 0;
}
.el-aside .el-item1 ul li{
	font-size: .95rem;
}
.el-aside .el-item1 ul li{
	padding-bottom:1rem;
	margin-top:1rem;
}
.el-aside .el-item1 ul li .thumb{
	width:10rem;
	padding-right:.5rem;
}
.el-aside .el-item1 ul li .thumb img{
	display:block;
	width:100%;
	height:4rem;
	object-fit:cover;
}
.el-aside .el-item1 ul li:not(:last-child) {
    border-bottom: 1px #eee dashed;
}
.el-aside .el-item1 ul li a{
	margin-bottom:.5rem;
}
.el-aside .el-item1 ul li:hover a{
	color:#0C95FF;
}
.el-aside .el-item1 ul li time{
	width:20%;
	text-align:right;
	color: #999;
	font-size: .75rem;
}
.el-aside .el-item2 ol{
	flex-wrap: wrap;
	justify-content: space-between;
}
.el-aside .el-item2 ol li{
	width: 48%;
}
.el-aside .el-item2 ol li .thumb img{
	display: block;
	width: 100%;
	object-fit: cover;
	height: 5.5rem;
}
.el-aside .el-item2>ol li .title{
	font-size:.95rem;
	line-height: 3rem;
	color: #717171;
}
.el-aside .el-item2>ol li:hover .title{
	color:#0C95FF;
}
.center-hide{
	padding-top: 1rem;
}
.center-hide a{
    display: block;
    width: 100%;
}
.center-hide img{
    display: block;
    width: 100%;
    margin: 0 auto;
    max-height: 90px;
    object-fit: cover;
}
@media(max-width: 800px) {
	.ni_left_cwrap,.el-aside{
		display: none;
	}
	.el-nav{
		padding: 0;
	}
	.el-index-hot dl{
		width: 49%;
	}
	.el-index-hot dl:first-child,.el-index-hot dl:nth-child(2){
		margin-bottom: .5rem;
	}
	.el-list .el-main{
		padding-right: 0;
	}
	.el-list .el-main>ul li{
	 padding:.75rem;
	}
	.el-list .el-main>ul .thumb{
		display: block;
	}
	.el-list .el-main>ul .typeList{
		padding-left: 1rem;
		flex-wrap: wrap;
		width: 80%;
	}
	.el-list .el-main>ul li .typeList>a{
		width: 100%;
	}
	.el-list .el-main>ul li .title{
		margin-bottom: .5rem;
	}
	.el-list .el-main>ul li .desc{
		display:-webkit-box;
	}
	.el-list .el-main>ul li .mark{
		padding-top: 1rem;
	}
	.wap-hide img{
		min-height: 5.62rem;
	}
}
@media(max-width: 600px) {
	.el-index-hot{
		padding-left: .5rem;
		padding-right: .5rem;
	}
	.el-index-hot dl:nth-child(3){
		margin-bottom: .5rem;
	}
	.el-index-hot dl,.el-list .el-main>ul li{
		width: 100%;
	}
	.el-index-hot dl dt{
		width: 10rem;
	}
	.el-index-hot dl dd{
		width: 80%;
		padding-left: 1rem;
		box-sizing: border-box;
	}
}
@media(max-width: 480px) {
	.el-carousel--horizontal{
		margin-top: .5rem;
	}
	.el-banner .el-carousel__container, .el-banner .el-carousel__container img{
		height:9.375rem;
	}
	.el-alert{
		padding: .5rem;
	}
	.el-alert__icon.is-big{
		display: none;
	}
	.el-alert__content{
		text-align: justify;
	}
}

