@charset "utf-8";
/* CSS Document */
/*党团建设*/
.banner, .banner1, .banner2, .banner3, .banner4, .banner5, .banner6 {
	width: 100%;
	height: 240px;
	overflow: hidden;
	background: url(../images/banner-1.png) center;
	background-origin: content-box;
}
.banner1 {
	background: url(../images/banner1.png) center;
}
.banner2 {
	background: url(../images/banner2.png) center;
}
.banner3 {
	background: url(../images/banner3.png) center;
}
.banner4 {
	background: url(../images/banner4.png) center;
}
.banner5 {
	background: url(../images/banner5.png) center;
}
.banner6 {
	background: url(../images/banner6.png) center;
}
.main-l {
	width: 200px;
}
.main-l-tit {
	background: #dd0000;
	height: 82px;
	padding-top: 18px;
}
.main-l ul li {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	padding: 10px 0;
}
.left .clear .bg a{color: #dd0000;}
.main-r {
	width: 970px;
}
.news-tit {
	border-bottom: 1px solid #ccc;
	line-height: 40px;
}
.news-border {
	border-bottom: 1px solid #de0000
}
.caucus-list {
}
.caucus-list ul li {
	margin-top: 15px;
}
.caucus-list ul li a {
	width: 950px;
	height: 72px;
	padding: 20px 10px 0 10px;
	background: #f7f7f7;
	overflow: hidden;
	display: inline-block;
	color: #000;
}
.caucus-list ul li a .caucus-tit {
	width: 830px;
	height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight:600;

}
.caucus-list ul li a .caucus-p {
	height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.caucus-list ul li a:hover {
	background: #d10000;
	color: #fff;
}
.caucus-list ul li a .caucus-tit:hover {
	color: #fff;
}
.page {
	float: right;
}
.page a {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 4px 12px;
	margin: 0 6px;
	border-radius: 5px;
}
.page a:hover,.page .page-show {
	background: #d10000;
	color: #fff;
	border:1px solid #d10000;
}
.zp p a {
	color: #d10000
}
/*新闻*/
.news-list ul li {
	height: 130px;
}
.news-list ul li .date {
	width: 142px;
	height: 90px;
	overflow: hidden;
	background: #f2f2f2;
	padding-top: 20px;
}
.news-list ul li .news-word {
	width: 800px;
	height: 110px;
	overflow: hidden;
}
.news-list ul li .news-word h3 {
	width: 800px;
	height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color:#000;
}
.news-list ul li .news-word h3:hover {
	
	color:#dd0000;
}
.news-list ul li:hover {
	
	color:#dd0000;
}
/*视频*/
.video-list li {
	float: left;
	margin: 5px 25px 0 0;
}
.video-show {
	position: relative;
}
.video-ico {
	position: absolute;
	width: 81px;
	height: 81px;
	overflow: hidden;
	margin: 79px 0 0 189px;
}
.video-img {
	width: 460px;
	height: 240px;
	overflow: hidden;
}
.video-list li p {
	font-size: 16px;
	text-align: center;
	line-height: 44px;
}
.video-list .square {
	overflow: hidden;
	position: relative;
	width: 460px;
	height: 240px;
}
.square .img {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.square:hover .img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
/*荣誉*/

.honor-list ul li {
	float: left;
	_display: inline;
	text-align: center;
	margin: 20px 18px 0 0;
}
.honor-list ul li img {
	width: 304px;
	height: 234px;
	overflow: hidden;
	display: block;
	cursor: pointer;
}
.honor-list ul li .zs {
	padding-top: 10px;
	width: 304px;
	height: 38px;
	overflow: hidden;
	text-align: left;
}
/*相册*/

.album-list ul li {
	float: left;
	/*_display: inline;*/
	text-align: center;
	margin: 10px 15px 0 0;
}
.album-list ul li img {
	width: 227px;
	height: 152px;
	overflow: hidden;
	display: block;
	cursor: pointer;
}
.album-list ul li .zs {
	padding-top: 10px;
	width: 227px;
	height: 38px;
	overflow: hidden;
	text-align: left;
}
