* {
	margin: 0;
	padding: 0;
	list-style: none;
}


body, html {  
  height: 100%;  
  margin: 0;   
}
.clear{
	clear: both;
}

.banner{
	height: 635px;
	width: 100%;
	background-image: url(../img/news_banner.png);
	background-size: 100% 100%;
    background-repeat: no-repeat;
}
.about_title{
	position: relative;
	left: 18.75%;
	top: 225px;
	font-size: 60px;
	width: 245px;
}
.about_bg{
	height: auto;
	width: 100%;
}
.about_box{
	position: relative;
	left: 18.75%;
	top: -125px;
	width: 62.5%;
	z-index: 98;
}
.about_box_top{
	width: 100%;
	height: 125px;
	background: rgba(250, 252, 255, 0.7);
}
.about_box_top p{
	position: relative;
	left: 60px;
	top: 60px;
	letter-spacing:1px;
	width: 280px;
}
.about_box_left{
	width: 29.16%;
	height: 1135px;
	float: left;
	background: rgba(255, 255, 255);
}
.about_box_left_title{
	margin: 10px 0 0 60px;
	font-size: 28px;
	letter-spacing:3px;
}
.about_box_left_hr{
	width: 280px;
	height: 1px;
	margin: 10px 0 0 60px;
	background-color:#BEBEBE ;
}
.about_box_left_nav{
	margin: 15px 0 0 60px;
	font-size: 15px;
	letter-spacing:3px;
}
.about_box_left_nav span{
	margin-left: 10px;
}
#nav_select{
	color: #941B20;
}
.about_box_right{
	float: left;
	width: 100%;
	background: rgba(255, 255, 255);
	
}
.about_box_right_title{
	font-size: 36px;
	letter-spacing:3px;
	width: 165px;
	margin: 20px 0 0 60px;
}
.about_box_right_content{
	width: 100%;
}
.about_box_right_content ul{
	margin: 60px 60px 0 60px;
}
.about_box_right_content a{
	color:#181818;
}
.party_news_list{
	width: 100%;
	height: 110px;
	/*background-color: #941B20;*/
	margin: 25px 0 0 0;
}
.party_news_list:hover {
	width: 100%;
	height: 110px;
	background-color: #941B20;
	margin: 25px 0 0 0;
	color: #FFFFFF;
}
.party_news_list:hover .party_news_list_hr {
  background-color: #ffffff; /* 滑过时的边框颜色 */
}

.party_news_list_date{
	width: 40px;
	height: 40px;
	float: left;
	margin: 30px 0 0 20px;
	text-align: center;
	
}
.party_news_list_hr{
	width: 1px;
	height: 85px;
	float: left;
	background-color: #000000;
	margin: 15px 0 0 10px; 
}
.party_news_list_hr_select{
	width: 1px;
	height: 85px;
	float: left;
	background-color: #FFFFFF;
	margin: 15px 0 0 10px; 
}
.party_news_list_title{
	float: left;
    margin: 15px 0 0 45px;
    width: 82.4%;
    font-weight: bold;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 限制在3行以内 */
  overflow: hidden;
  text-overflow: ellipsis;
	font-size: 16px;
}
.party_news_list_abstract{
	float: left;
    width: 82.4%;
    margin: 15px 0 0 45px;
    text-indent: 2em;
    font-size: 15px;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制在3行以内 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.paging{
	 margin-top: 80px;
    text-align: center;
}
/*
.paging a :hover{
	background-color: #941B20;
    color: #fff;
	padding:10px;
}
.current{
	background-color: #941B20;
    color: #fff;
	padding:10px;
}

*/
