.e4-button-group>*,
.e4-button{
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	transition: .1s;
	line-height: 1;
	font-size: 14px;
	border-radius: 4px;
	
	color: #FFFFFF;
	background-color: #1C773A;
}
.e4-button--active{
	font-weight: bold;
	color: #08773A;
	background-color: #FFFFFF;
	border: #08773A solid 1px;
	height: 81px;
}

.e4-background{
	background-color: #1C773A;
}
.e4-color{
	color: #08773A;
}
.e4-color-red{
 color: #FF0000;
}

.e4-inside{
	padding-left: 10px;
	padding-right: 10px;
}
.e4-inside-h{
	padding-top: 0;
	padding-bottom: 0;
}
.e4-text-warn{
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.e4-text-warp{
	text-align: left;
	background-color: #fff;
	/* border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC; */
}
.e4-text-warp>.source_time{
	display: flex;
	justify-content: space-between;
	padding: 0 1rem;
	padding-bottom: 10px;
	font-family: Microsoft YaHei;
	font-size: 16px;
	color: #999999;
}
.e4-divider{
  border-bottom: 1px solid #FFFFFF;
}
.under-nav .e4-text-warn,
.e4-divider .e4-text-warn{
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
}

.icon-news-default{
	background: url(../images/icon-news-default.png) center center no-repeat;
	background-size: 20px 17px;
}
.icon-phone{
	background: url(../images/icon-phone.png) center center no-repeat;
	background-size: 17px 23px;
}

/* 棰戦亾椤垫牱寮� */
.channel_shadow{
	width:100vw;
	height: 5px;
	background: linear-gradient(180deg, #F5F5F5 0%, rgba(255, 255, 255, 0) 100%);
	opacity: 1;
}
.channel_name{
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #105efb;
	display: flex;
	padding-left: 15px;
	background: #fff;
	align-content: center;
	align-items: center;
}
.channel_name h2{
	height:16px;
	line-height: 16px;
	font-size: 12px;
	font-weight: 600;
	margin-right: 10px;
}
.channel_name span{
	height: 11px;
	line-height: 11px;
	font-size: 8px;
	color: #999;
	font-weight: 400;
}
.channel_link{
	display: block;
	height: 192px;
	font-size: 0px;
	background-image: linear-gradient(to right top, #f1f1f1 50%, rgba(241,241,241,.3) 50%);
	position: relative;
}
.channel_link img {
	position: absolute;
	left: 0%;
	top: 0%;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100px;
}
.channel_introduce{
	border-top: 2px solid #105efb;
	padding: 15px;
	background-color: #FFFFFF;
	display: flex;
	justify-content:space-between;
}
.channel_introduce_logo{
	width: 44px;
	height: 44px;
	overflow: hidden;
	position:relative;
}
.channel_introduce_logo img{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	margin-right: 10px;
}
.channel_introduce_word{
	width: calc(100vw - 85px);
	font-size: 10px;
	font-weight: 400;
	line-height: 18px;
	color: #666666;
}
.about_channel_title h2,
.hot_channel_title h2{
	position: relative;
	height: 19px;
	line-height: 19px;
	padding-left: 9px;
	font-weight: 600;
}
.hot_channel,
.about_channel{
	background: #fff;
	box-sizing: border-box;
}
.about_channel_title h2::after,
.hot_channel_title h2::after{
	position: absolute;
	display: block;
	content: "";
	width: 4px;
	height: 15px;
	background: #105EFB;
	border-radius: 2px;
	left: 0px;
	top: 50%;
	transform:translateY(-50%);
}
.hot_channel_title{
	padding: 15px 0px 10px 15px;
}
.hot_channel_box{
	display: flex;
	flex-wrap: wrap;
	padding: 0px 5px;
}
.hot_channel_box a{
	display: block;
	width: 70px;
	margin:0px 10px;
}
.hot_channel_list{
	margin-bottom: 15px;
}
.hot_channel_list_img{
	width: 70px;
	height: 70px;
	overflow: hidden;
	position: relative;
	background: #f8f8f8;
}
.hot_channel_list_img img{
	width: 100%;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
}
.hot_channel_list_p{
	width: 70px;
	color: #000;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	margin-top: 5px;
}
.hot_channel_all{
	padding: 0px 15px 15px;
}
.hot_channel_all a{
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 12px;
	color: #105efb;
	font-weight: 600;
	background: #E5EEFF;
}
.about_channel_title{
	padding: 10px 0px 13px 15px;
}
.about_channel_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px 15px 10px;
}
.about_channel_list{
	width: 80px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.about_channel_list a{
	border: 1px solid #EEEEEE;
	display: block;
	height: 28px;
	color: #000;
	font-size: 10px;
	text-align: center;
	padding:0px 9px;
	background: #F8F8F8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 棰戦亾椤垫牱寮廵nd */