/*table{
       width: 100% !important;
}*/

/* 中间 */
.ui-body{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-top: 24px;
}
/* 新闻 */
.news{
	width: 1000px;
	height: auto;
	overflow: hidden;
}
.news-top{
	width: 100%;
	border-bottom: 1px solid #B7B7B7;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-top-tit{
	font-size: 24px;
	font-family: 'Source Han Sans CN';
	font-weight: 400;
	color: #BB0703;
	line-height: 30px;
	position: relative;
	padding: 0 12px 10px;
}
.news-top-tit::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 3px;
	background: #BB0703;
}
.more{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.more-p{
	font-size: 14px;
	font-family: 'Source Han Sans CN';
	font-weight: 400;
	color: #BB0703;
	line-height: 24px;
}
.add{
	width: 17px;
	height: 17px;
	display: block;
	margin-left: 7px;
}
.news-middle{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.news-lunb{
	width: 580px;
	height: auto;
	display: flex;
	flex-direction: column;
}
.news-lunb-pic{
	width: 100%;
	height: 350px;
}
.news-lunb-pic img{
	width: 100%;
	height: 100%;
	display: block;
}
.news-lunb-tit{
	width: 580px;
	height: 80px;
	background: #990000;
	display: flex;
	align-items: center;
	padding: 0 20px;
}
.news-lunb-tit-p{
	width: 74%;
	font-size: 16px;
	font-family: 'Source Han Sans CN';
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	
}
.news-ul{
	width: 400px;
	height: auto;
}
.news-li{
	width: 100%;
	margin-top: 10px;
	border-bottom: 1px solid #ECECEC;
}
.news-li-a{
	font-size: 16px;
	font-family: 'Source Han Sans CN';
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.news-li:first-child{
	margin-top: 4px;
}
.news-li-span{
	background: #F4F4F4;
	font-size: 14px;
	font-family: 'Source Han Sans CN';
	font-weight: 400;
	color: #676767;
	line-height: 24px;
	padding: 0 10px;
	display: inline-block;
	text-align: center;
	margin: 8px 0 18px;
}
.news-li:hover .news-li-a{
	color: #BB0703;
}
.news-li:hover .news-li-span{
	background: #BB0703;
	color: #fff;
}
/* 通知公告 */
.inform{
	width: 376px;
	height: auto;
}
.inform-ul{
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.inform-li{
	border-bottom: 1px solid #ECECEC;
	display: flex;
	justify-content: space-between;
	margin-bottom: 11px;
}
.inform-li:nth-child(5){
	margin-bottom: 0px;
}
.inform-li-year{
	width: 72px;
	height: 66px;
	background: #F4F4F4;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 10px;
}
.inform-li-year-month{
	width: 100%;
	height: 26px;
	background: #BB0703;
	font-size: 14px;
	font-family: 'Source Han Sans CN';
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
	text-align: center;
}
.inform-li-year-month-data{
	font-size: 20px;
	font-family: 'Source Han Sans CN';
	font-weight: 700;
	color: #676767;
	line-height: 40px;
}
.inform-li-a{
	width: 76%;
	font-size: 16px;
	font-family: 'Source Han Sans CN';
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	padding-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.inform-li:hover .inform-li-a{
	color: #BB0703;
}
.ld{
	width: 100%;
	height: 142px;
	display: block;
}
/* 思想政治 */
.thought-back{
	width: 100%;
	height: 540px;
	background: url(../images/back2.png) no-repeat top center;
	background-size: 100% 100%;
	margin-bottom: 30px;
}
.thought{
	width: 685px;
	height: auto;
	margin-top: 40px;
}
.thought-ul{
	width: 100%;
	margin-top: 20px;
}
.thought-ul-top{
	width: 100%;
	height: 140px;
	background: rgba(255, 255, 255, 0.6);
	display: flex;
	justify-content: space-between;
}
.thought-ul-top-pic{
	width: 214px;
	height: 100%;
	display: block;
}
.thought-ul-top-cont{
	width: 67%;
	padding: 10px 6px;
}
.thought-ul-top-cont-tit{
	font-size: 18px;
	font-family: 'Source Han Sans CN';
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 7px;
}
.thought-ul-top-cont:hover .thought-ul-top-cont-tit{
	color: #BB0703;
}
.thought-ul-top-cont-num{
	font-size: 14px;
	font-family: 'Source Han Sans CN';
	font-weight: 400;
	color: #676767;
	line-height: 20px;
	margin: 13px 0;
}
.thought-ul-top-cont-tit1{
	font-size: 14px;
	font-family: 'Source Han Sans CN';
	font-weight: 400;
	color: #888888;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.thought-middle-ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.thought-middle-li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ECECEC;
	padding: 6px 0;
}
.thought-middle-li-a{
	width: 82%;
	font-size: 16px;
	font-family: 'Source Han Sans CN';
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.squre{
	width: 5px;
	height: 5px;
	background: #BB0703;
}
.thought-middle-li:hover .thought-middle-li-a{
	color: #BB0703;
}

.key-ul{
	width: 100%;
	margin-top: 20px;
}
.key-li{
	border-bottom: 1px solid #ECECEC;
	display: flex;
	align-items: center;
	padding: 21px 8px;
}
.key-li-a{
	width: 87%;
	display: block;
}
.key-li-a1{
	font-size: 16px;
	font-family: 'Source Han Sans CN';
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 9px;
}
.key-li-a-cont{
	font-size: 14px;
	font-family: 'Source Han Sans CN';
	font-weight: 400;
	color: #888888;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sline{
	width: 1px;
	height: 46px;
	background: #DADADA;
}
.key-li-year{
	width: 87px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.key-li-year-month{
	font-size: 14px;
	font-family: 'Source Han Sans CN';
	font-weight: 400;
	color: #676767;
	line-height: 20px;
	text-align: center;
}
.key-li-year-month-data{
	font-size: 20px;
	font-family: 'Source Han Sans CN';
	font-weight: 700;
	color: #676767;
	line-height: 24px;
}
.key-li:hover{
	background: #BB0703;
	border-radius: 6px;
}
.key-li:hover .key-li-a1{
	color: #fff;
}
.key-li:hover .key-li-a-cont{
	color: #fff;
}
.key-li:hover .key-li-year-month{
	color: #fff;
}
.key-li:hover .key-li-year-month-data{
	color: #fff;
}
/* 党群 */
.dangqun{
	width: 446px;
	height: auto;
}
.dangqun-li{
	padding: 2px 0;
}
.dangqun-a{
	width: 76%;
}
/* 专题专栏 */
.zhuanti{
	width: 100%;
}
.zhuanti-ul{
	width: 100%;
	height: 100px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.zhuanti-img{
	width: 336px;
	height: 100%;
	display: block;
}



