html,body{
	height: 100%;
}
.content{
	width: 94%;
	float: left;
	margin-left: 3%;
}
.content .topinfo{
	width: 100%;
	height: 50px;
	float: left;
	border-bottom: 3px solid #EEEEEE;
}
.content .topinfo .c_title{
	height: 50px;
	display: -webkit-flex;  
	-webkit-justify-content: center;  
	-webkit-align-items: center;
}
.content .topinfo .c_title .t1{
	height: 20px;
	line-height: 20px;
	display: inline-block;
	font-size: 0.15rem;
	float: left;
	color: #333333;
}
.content .topinfo .c_title .t2{
	height: 20px;
	width: 2px;
	background-color: #666666;
	display: inline-block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	transform:rotate(20deg);
	-ms-transform:translateX(20deg); 	/* IE 9 */
	-moz-transform:translateX(20deg); 	/* Firefox */
	-webkit-transform:translateX(20deg); /* Safari 鍜 Chrome */
	-o-transform:translateX(20deg); 	/* Opera */
}
.content .topinfo .c_title .t3{
	font-size: 0.11rem;
	color: #666666;
	display: inline-block;
	float: left;
	height: 20px;
	line-height: 24px;
}
.content .navs{
	width: 100%;
	height: 44px;
	line-height: 44px;
	float: left;
	border-bottom: 1px solid #AAAAAA;
	padding: 10px 0;
	display: -webkit-flex;  
	-webkit-justify-content: center;  
	-webkit-align-items: center;
}
.content .navs a{
	height: 20px;
	line-height: 20px;
	display: inline-block;
	float: left;
	margin-top: 12px;
	text-decoration: none;
	color: #666666;
	font-size: 0.13rem;
	position: relative;
	padding: 0 10px;
}
.content .navs .naitem{
	padding-left: 15px;
}
.content .navs .naitem::after{
	-moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform:skewX(-25deg);
    /*border-radius: 3px;*/
    content:'';
    position:absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-left: 1px solid #999999;
}
.content .navs .nownav{
	color: #1D2088;
}
.content .con{
	width: 100%;
	float: left;
	font-size: 0.13rem;
	color: #333333;
	margin-top: 20px;
}
.content .con .dataitem{
	width: 31%;
	height: 180px;
	border:1px solid #DDDDDD;
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-left: 2.5%
}
.content .con .dataitem:nth-child(3n+1){
	margin-left: 0px;
}
.content .con .dataitem .zimg{
	width: 90%;
	height: 100px;
	float: left;
	margin-left: 5%;
	display: inline-block;
	display: flex;
	justify-content:center;
	align-items: center;
}
.content .con .dataitem .zimg .zzimg{
	max-width: 100%;
	max-height: 100px;
	/*vertical-align:middle;*/
	align-items: center;
}
.content .con .dataitem .zzname{
	width: 80%;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	float: left;
	margin-left: 10%;
	font-size: 0.13rem;
	color: #333333;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.content .con .dataitem .showdata{
	width: 70%;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	float: left;
	margin-left: 15%;
	font-size: 0.11rem;
	color: #333333;
	text-align: center;
	overflow: hidden;
	background-color: #DDDDDD;
	border-radius: 5px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.content .con .dataitem .showdata .rjico{
	vertical-align:middle;
	width: 7px;
	margin-left: 5px;
	align-items: center;
}<!--0.00029397010803223-->