 /*大标题*/
           .titlebig{
           	z-index: 1;
           	left: 0;
           	bottom: 0;
           	width: 100%;
           	color: #fff;
           	background-color: #F5F5F5;
           	height: 70px;
           	line-height: 70px;
           	overflow: hidden;
           	padding-bottom: -2px;
           }
            .titlebig ul{
            	text-align: center;
            	width: 232px;
            	color:#000000 ;
            	margin-top:0px;
            }
           .titlebig ul li{
           	float: left;
           	list-style:none;
           	padding: 0 10px;
           	font-size: 20px;
           	font-family: "黑体";
           }
            .titlebig li a{
            	text-align: center;
            	text-decoration: none;
            	color: #555555;
            	height: 70px;
            	line-height:70px;
           }
           /*未完成
            */
           .titlebig ul li.active {
           	color: #8D2A25;
           	border-bottom: 4px solid #8D2A25;
           	height: 70px;
            line-height:70px;
          	}
           .titlebig>ul>li.active>a:focus,
           .titlebig>ul>li.active>a:hover {
           	color: #8D2A25;
           }
           

/*新闻 list*/
.newsminheight{
	min-height: 260px;
	padding-top: 20px;
}
.newstitle{
	font-family: "黑体";
	font-size: 26px;
	color: #000000;
}
.newstitle:hover{
	font-family: "黑体";
	font-size: 26px;
	color: #000000;
	text-decoration: underline;
}
.newscontent{
	font-family: "黑体";
	font-size: 18px;
	color: #000000;
	/*padding-top: 5px;*/
	line-height: 30px;
	/*text-overflow:ellipsis;//让超出的用...实现
    white-space:nowrap;//禁止换行
    overflow:hidden;//超出的隐藏*/
}
.newsly{
	font-family: "黑体";
	padding-top: 20px;
	font-size: 16px;
	color: #666666;
}
.newslyjl{
	padding-right: 54px;
	padding-top: 20px;
}
/*无图*/
.wunews{
	min-height: 260px;
}
.wunewstitle{
	font-family: "黑体";
	font-size: 26px;
	color: #000000;
	padding-top: 10px;
}
.wunewscontent{
	font-family: "黑体";
	font-size: 18px;
	color: #000000;
	padding-top: 15px;
	line-height: 30px;
}
/*新闻详情*/
/*上一篇*/
.lastsize{
	font-family:'黑体';
	font-size: 20px;
	color: #8D2A25;
	line-height: 40px;
}
.lastsize:hover{
	font-family:'黑体';
	font-size: 20px;
	color: #8D2A25;
	line-height: 40px;
	text-decoration: underline;
}
