body{
	background: #f8f8f8;
}

.banner_ul.small{
	width: 500px;
}

.banner_ul.small li{
	width: 250px;
}


.news_li{
	width: 1200px;
	margin: 0 auto;
}

.news_li li{
	width: 100%;
	height: 180px;
	padding: 15px;
	box-sizing: border-box;
	background: #fff;
	border: 1px #dadada solid;
	margin-bottom: 30px;
}

.news_li li:last-child{
	margin-bottom: 0;
}

.news_li li:hover{
	border: 1px solid #204b8f;
}

.party .news_li li:hover{
	border: 1px solid #c91111;
}

.news_li li>div{
	display: inline-block;
}

.news_img{
	width: 175px;
	height: 150px;
}

.news_img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.news_body{
	width: 950px;
	height: 150px;
	overflow: hidden;
	margin-left: 30px;
}

.news_body h2{
	font-size: 20px;
	line-height: 30px;
	width: 710px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: normal;
	color: #000;
}

.news_line{
	width: 75px;
	height: 2px;
	background: #9fc911;
	margin: 10px 0;
}

.party .news_line{
	background: #c91111;
}

.news_body p a{
	font-size: 16px;
	line-height: 1.75;
}

.news_body p a:hover,
.news_li li:hover p a{
	color: #204b8f;
}

.party .news_body p a:hover,
.party .news_li li:hover p a{
	color: #c91111;
}

.news_bot{
	margin-top: 10px;
}

.news_bot div,
.news_bot p{
	display: inline-block;
	color: #666;
}

.news_time,
.news_origin{
	margin-right: 30px;
}

.news_bot_p{
	font-size: 14px;
	line-height: 30px;
	vertical-align: text-bottom;
}

.news_bot p{
	margin-right: 5px;
}


.newsdet_body{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 5px rgba(159,201,17,0.2);
	padding: 60px;
	margin-bottom: 100px;
	box-sizing: border-box;
}

.party .newsdet_body{
	box-shadow: 0 0 5px #c91111;
}

.newsdet_top{
	text-align: center;
}

.newsdet_top h2{
	font-size: 24px;
	font-weight: normal;
	line-height: 2;
	padding-bottom: 10px;
	position: relative;
}

.newsdet_top h2:after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 1200px;
	height: 1px;
	border-bottom: 1px dashed #999;
}

.newsdet_top .news_bot{
	padding: 30px 0;
	margin-bottom: 30px;
}

.newsdet_con{
	text-align: center;
}

.newsdet_con p{
	font-size: 16px;
	line-height: 2;
	text-align: justify;
	text-indent: 2em;
	margin-bottom: 15px;
}

.newsdet_con img{
	max-width: 80%;
	height: auto;
}


/*c91111*/
.party .tel_top span{
    color: #c91111;
}

.party .sec_nav li{
    background: rgba(201,17,17,0.3);
}

.party .sec_nav li:hover,
.party .nav>li.active,
.party .nav>li:hover{
    background: #c91111;
}

.party .banner_ul li{
    border-image: linear-gradient(#c91111, #f4f4f4) 20 20;
}

.party .banner_ul li:hover a,
.party .banner_ul li.active a,
.party .banner_ul li a:hover{
    color: #c91111;
    font-weight: 500;
}

.party .sec_pie a:hover{
    color: #c91111;
}

.party .page li{
    border: 1px solid #c91111;
}

.party .page .page_span,
.party .page .page_span:hover{
	border: none;
	background: none;
	cursor: auto;
}

.party .page .active,
.party .page li:hover{
    background: #c91111;
}

.party .page .page_total:hover{
	background: none;
	cursor: auto;
}

.party .page .page_total,
.party .page .page_total:hover a{
    color: #c91111;
}

