html,body{
	height: 100%;
}
.content{
	width: 90%;
	float: left;
	margin-left: 5%;
}
.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 .coninfo{
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-bottom: 50px;
}
.content .coninfo .jointopimg{
	width: 100%;
	float: left;
}
.content .coninfo .newslist{
	width: 100%;
	float: left;
}
.content .coninfo .newslist .tnews{
	width: 100%;
	height: 100px;
	float: left;
	border-top: 2px solid #EEEEEE;
}
.content .coninfo .newslist .tnews .tnewsleft{
	width: 66px;
	height: 66px;
	border:1px solid #AAAAAA;
	float: left;
	margin-top: 16px;
}
.content .coninfo .newslist .tnews .tnewsleft .t_left_lit{
	width: 60px;
	height: 60px;
	margin: 3px;
	background-color: #DDDDDD;
	display: inline-block;
	float: left;
}
.content .coninfo .newslist .tnews .tnewsleft .t_left_lit .le_date{
	height: 40px;
	line-height: 40px;
	width: 100%;
	text-align: center;
	font-size: 0.27rem;
	color: #333333;
	display: inline-block;
	float: left;
}
.content .coninfo .newslist .tnews .tnewsleft .t_left_lit .le_month{
	height: 20px;
	line-height: 20px;
	width: 100%;
	text-align: center;
	font-size: 0.11rem;
	color: #333333;
	display: inline-block;
	float: left;
}
.content .coninfo .newslist .tnews .tnewsright{
	width:-webkit-calc(100% - 80px); 
  	width:-moz-calc(100% - 80px); 
  	width:calc(100% - 80px);
  	height: 66px;
  	float: left;
  	margin-left: 12px;
  	margin-top: 16px;
}
.content .coninfo .newslist .tnews .tnewsright .tnewstitle{
	height: 20px;
	width: 85%;
	display: inline-block;
	float:left;
	line-height: 20px;
	font-size: 0.15rem;
	color: #333333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.content .coninfo .newslist .tnews .tnewsright .tnewsinfo{
	width: 99%;
	display: inline-block;
	float:left;
	line-height: 20px;
	font-size: 0.12rem;
	color: #999999;
	margin-top: 9px;
}<!--0.00034999847412109-->