.banner .slick-dots li.slick-active button{
    background: #ff0000;
}
.banner img{
	width: 100%;
}
.banner .slick-dots li.slick-active,.banner .slick-dots li.slick-active button{
    width: 40px;
	border-radius: 10px;
}
.banner .slick-prev{
	background: url(../img/arrowleft.png) no-repeat center center;
	left: 50px;
}
.banner .slick-next{
	background: url(../img/arrowright.png) no-repeat center center;
	right: 50px;
}

.news {
	padding-top: 20px;
}
.title {
	border-bottom: 2px solid #d20000;
	line-height: 85px;
	margin-bottom: 30px;
}
.title img{
	margin-right: 25px;
}
.gzdt {
	width: 66%;
}
.title h2{
	color: #d20000;
	font-size: 25px;
}
.title .more {
	background: url(../img/icon111.png)no-repeat center;
	color: #d20000;
	font-size: 16px;
	padding-left: 80px;
}
.news-lb {
	width: 52%;
}
.news-lb .img {
	width: 100%;
	height: 325px;
	overflow: hidden;
}
.news-lb a:hover .img img{
	transform:scale(1.1);
}
.news-lb .img img {
	object-fit: cover;  /*自动裁剪图片*/
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.news-lb .slick-dots {
	right: 0;
    left: auto;
    position: absolute;
    background: url(../img/dot-bg.png)no-repeat center;
    bottom: 68px;
    font-size: 13px;
    color: #fff;
	height: 28px;
	line-height: 28px;
}
.news-lb p {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	line-height: 68px;
	height: 68px;
	background: #eeeeee;
	padding: 0 20px;
}
.news-lb a:hover p{
	color: #c30909;
}
.news-lb .slick-dots li:hover{
	background: #f40;
}
.news-list{
	width: 48%;
}
.news-list li {
	line-height: 48px;
	border-bottom: 1px solid #f2f2f2;
}
.news-list li:last-child{
	border-bottom: 0;
}
.news-list p {
	float: left;
	margin-right: 10px;
	padding-left: 45px;
	background: url(../img/time.png) no-repeat left 18px center;
	color: #b2b2b2;
}
.news-list a {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	}
.news-list li:hover p,.news-list li:hover a{
	color: #c30909;
}	
.news-list li:hover p {
	background: url(../img/time1.png) no-repeat left 18px center;
}
/* 通知公告 */
.notice {
	width: 32%;
}
.notice li {
	margin-bottom: 18px;
}
.notice li .time {
	float: left;
	width: 72px;
	height: 64px;
	background: #f5f5f5;
	text-align: center;
	padding-top: 7px;
}
.notice li .time p:nth-child(1){
	font-size: 30px;
	font-family: Georgia;
	color: #a6a6a6;
}
.notice li .time p:nth-child(2){
	font-size: 14px;
	font-family: Arials;
	color: #a6a6a6;
}
.notice li a{
	float: right;
	width: calc( 100% - 92px);
	font-size: 15px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 32px;
}
.notice li:hover .time{
	background: #c30909;
}
.notice li:hover .time p{
	color: #fff;
}
.notice li:hover a{
	color: #c30909;
	text-decoration: underline;
}
.link {
	margin-top: 15px;
}
.link li {
	float: left;
	width: 24.25%;
	background: #557bdb;
	position: relative;
	padding: 10px;
	margin-right: 1%;
}
.link li:hover{
	box-shadow: 5px 5px 0px 1px #2f4c97;
} 
.link li:hover img{
	transform:rotatey(180deg);
}
.link li:nth-child(2){
	background: #7ccd63;
}
.link li:nth-child(2):hover{
	box-shadow: 5px 5px 0px 1px #469d2b;
} 
.link li:nth-child(3){
	background: #e8be59;
}
.link li:nth-child(3):hover{
	box-shadow: 5px 5px 0px 1px #966d09;
} 
.link li:last-child{
	margin-right: 0;
	background: #4eb3d8;
}
.link li:nth-child(4):hover{
	box-shadow: 5px 5px 0px 1px #1c7c9f;
} 
.link li a{
	display: block;
	border: 1px dashed rgba(255,255,255,0.6);
	text-align: center;
}
.link li img{
	position: absolute;
	left: 25%;
	top: 0;
	bottom: 0;
	margin: auto;
	}
.link li p {
	line-height: 65px;
	font-size: 18px;
	color: #ffffff;
	text-indent: 55px;
}
/* 统战要闻 */
.news2 .tzyw,.news2 .rwfc,.news2 .tzzs{
	width: 32%;
}
.news2 .tzyw,.news2 .rwfc{
	margin-right: 2%;
}
.news2{
	background: #f9f9f9;
    padding: 25px 0;
	margin: 25px 0 0;
}
.news2 li{
	text-indent: 35px;
	background: url(../img/icon7.png) no-repeat left center;
	border-bottom: 1px solid #f2f2f2;
	line-height: 55px;
}
	
.news2 li a {
	font-size: 16px;
	color: #4d4d4d;
}
.news2 li:hover a,.news2 li:hover span{
	color: #d20000;
}
.news2 li span{
	color: #b2b2b2;
	font-size: 14px;
}
	/* 友情链接 */
.links h2 img{
	margin-right: 12px;
	position: relative;
	top: -3px;
}
.links {
	line-height: 100px;
}
.links h2{
	font-size: 20px;
	color: #d20000;
}
.links li:hover a{
	
	color: #d20000;
}
.links li {
	float: left;
	padding: 0 12px;
	position: relative;
}
.links li::after{
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 16px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: #f2f2f2;
} 
.links li a {
	color:#0c0c0c;
	font-size: 16px;
}

