.eeVideo {
	border-top: 0;
}

.micro_wrapper .moduleTitle .theTitle:after {
	background: #D6262E;
}

.micro_wrapper {
	border-top: 5px solid #003352;
	padding-top: 15px
}

.micro_wrapper .micro_tab {

	margin-left: -12px;
	margin-right: -12px;
	margin-top: 20px;
}

.micro_wrapper .micro_tab li {
	width: calc(15.75% - 12px);
	width: -webkit-calc(15.75% - 12px);
	width: -moz-calc(15.75% - 12px);
	float: left;
	box-shadow: 10px 0px 30px rgba(0, 0, 0, 0.04), 0px 10px 30px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 10px 0px 30px rgba(0, 0, 0, 0.04), 0px 10px 30px rgba(0, 0, 0, 0.04);
	border-radius: 26px 0 26px 0;
	border: 1px solid #ededed;
	margin-left: 12px;
	margin-right: 12px;
	cursor: pointer;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.micro_tab li>div {
	margin: 15px;

}

.micro_wrapper .micro_logo {
	position: relative;
	/* padding-bottom: 10px; */
	margin-bottom: 10px;
	height: 60px;
	overflow: hidden;

}

.micro_wrapper .micro_logo img {
	max-width: 100%;
}

.micro_wrapper .micro_logo:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #ededed;
	position: absolute;
	left: 0;
	bottom: 0;
}


.micro_tab .micro_title {
	font-size: 15px !important;

	text-align: center;
	color: #333;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.micro_tab li.cur .micro_title {
	color: #003352;
	font-weight: bold;
}

.micro_wrapper .micro_tab li.cur {
	border-color: #003352;

}

.micro_wrapper .micro_tab li.cur {
	position: relative;
}

.micro_tab li.cur::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -7px;
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	overflow: hidden;
	border-width: 0 0 1px 1px;
	border-color: #003352;
	border-style: solid;
	/* background: linear-gradient(225deg, #fff 50%, transparent 50%); */
	background: #fff;
	transform: translateX(-50%) rotate(-45deg);
}

.micro_wrapper .micro_tab li:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

.micro_wrapper .micro_tab li:hover .micro_title {
	color: #003352;
}

.micro_cnt ul {
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 50px;
}

.micro_cnt ul li>div {
	margin-bottom: 16px;
	margin-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #ebebeb;
	position: relative;
}

.micro_cnt li>div .cover {
	position: absolute;
	top: -15px;
	left: -10px;
	width: 0px;
	height: calc(100% + 16px);
	height: -moz-calc(100% + 16px);
	height: -webkit-calc(100% + 16px);
	background: linear-gradient(89.95deg, #F0F2F3 2.5%, rgba(255, 255, 255, 0) 95.61%, rgba(240, 242, 243, 0) 95.61%);
	/* box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1); */
	z-index: -1;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	opacity: 0;
	border-radius: 4px;



}

.micro_cnt li>div:hover .cover {
	width: -moz-calc(100% + 10px);
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	transform: translateX(0);
	opacity: 1;
}

.micro_cnt li>div:hover a {
	color: #003352;
}

.micro_cnt li a {
	font-size: 16px;
	color: #333;
	    max-width: 100%;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
}

.micro_cnt .micro_tag {
	display: inline-block;
	width: 44px;
	height: 24px;
	border-radius: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background-color: #2b7acd;
	font-size: 12px;
}

.micro_cnt .micro_cnt_item {
	display: none;
}

.micro_cnt .micro_cnt_item:nth-child(1) {
	display: block;
}

.micro_cnt .micro_cnt_item li:nth-child(n+7) {
	display: none;
}


@media (max-width: 1300px) {
	.micro_wrapper .micro_tab li {
		width: calc(15.4% - 12px);
		width: -webkit-calc(15.4% - 12px);
		width: -moz-calc(15.4% - 12px);
	}
}
@media (max-width:991px) {
	.micro_wrapper .micro_tab li {
		width: calc(23.4% - 12px);
		width: -webkit-calc(23.4% - 12px);
		width: -moz-calc(23.4% - 12px);
		margin-bottom: 20px;
	}
	.micro_cnt ul{
		margin-top: 0;
	}
}
