.cen_nav {
    background-color: #ffffff;
    padding-bottom: 30px;
    /* margin-bottom: 40px; */
}
.nav_text {
	padding: 0 22px;
	font-size: 16px;
	line-height: 28px;
	color: #5F5F5F;
	text-align: justify;
}
.time{
	padding: 0 20px;
}

.company_list{
	padding:  0 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.company_list li{
	width: 30%;
	padding-bottom: 50px;
}
a.company{
	font-size: 26px;
	color: #2E3192;
	font-weight: bold;
	padding: 38px 0 14px 45px;
	text-align: center;
	background-image: url(../image/zgex_list.png);
	background-size: 100% 100%;
	position: relative;
}
a.company:hover{
	background-image: url(../image/zgex_hover.png);
	color: #003fde;
}
.company_num{
	position: absolute;
	left: 0;
	top: 0;
	width: 64px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 36px;
	font-family: "黑体";
}
.media,.media_mtzc,.media_hz,.media_hzmt{
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}
.media li,.media_mtzc li,.media_hz li,.media_hzmt li{
    width: 20%;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.media img,.media_mtzc img,.media_hz img,.media_hzmt img{
    width: 160px;
    height: 101px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}

.media_text {
    color: #000767;
    font-size: 28px;
    padding: 0 22px;
}

.photic_li{
	position: relative;
}
.activity{
	position: absolute;
	top: 88px;
	display: none;
	left: -200%;
}
.guard_activity{
	width: 1000px;
	display: flex;
	position: absolute;
	top: 0;
	left: 38%;
	background-color: #F1F1F1 !important;
	z-index: 9;
}
.guard_activity li{
	display: flex;
	align-items: center;
	/* width: 155px; */
	height: 60px;
}
.guard_activity li::after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background-color: #032289;
}
.guard_activity li:last-child::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
}
.guard_activity a {
    width: 100%;
    font-size: 22px;
    color: #000767;
    font-weight: 500;
    text-align: center;
    padding: 16px 28px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F1F1F1 !important;
}

.media_img1{
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}
.media_img1 img {
    width: auto;
}
.media_img1 li {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin: 0 22px 30px;
}