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 .contitle{
	width:-webkit-calc(100% - 10px); 
  	width:-moz-calc(100% - 10px); 
  	width:calc(100% - 10px);
	line-height: 30px;
	background-color: #EEEEEE;
	font-size: 0.14rem;
	float: left;
	margin-top: 20px;
	padding-left: 10px;
}
.content .coninfo{
	width: 100%;
	float: left;
	font-size: 0.13rem;
	color: #333333;
	margin-top: 20px;
}
.topjimg{
	width: 100%;
	height: 80px;
	display: inline-block;
	float: left;
	overflow: hidden;
	margin-top: 30px;
}
.content .topjimg .jointopimg{
	width: 100%;
	float: left;
}
.content .coninfo p{
	font-size: 0.13rem;
	color: #666666;
	line-height: 30px;
}
.content .coninfo img{
	max-width: 100%;
	margin-top: 9px;
}