/* 通知公告 */
.page-index{
	margin-bottom: 100px;
}
p{
	line-height: 2;
}
h3,h4{
	margin: 0;
}
img{
	width: 100%;
	height: auto;
}
ul li{
	cursor: pointer;
}

.page-right{
}
.page-right>ul>li{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e4edf6;
	position: relative;
	padding-left: 30px;
	color: #3a3a3a;
	cursor: pointer;
	transition: all .4s;
}
.page-right>ul>li:hover{
	transform:translateX(10px) ;
	color: #024782;
}
.page-right>ul>li:before{
	content: "";
	width: 6px;
	height: 6px;
	background-color: #b6d0e7;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	margin-left: -20px;
}
.page-right>ul>li span{
	float: right;
	margin-right: 10px;
}
.swiper-title{
	margin-bottom:30px ;
	position: relative;
}
.swiper-title .swiper-wrapper{
	
}
.swiper-title .swiper-wrapper .swiper-slide{
	padding: 20px;
}
.swiper-title .swiper-wrapper .swiper-slide .img-l{
	width: 372px;
	height: 280px;
	float: left;
	padding-right: 15px;
}
.swiper-title .swiper-wrapper .swiper-slide ul{
	margin-top: 50px;
}

.swiper-title .swiper-wrapper .swiper-slide ul li:first-child{
	color: #024782;
	font-weight: bold;
	padding-bottom: 10px;
}
.swiper-title .swiper-wrapper .swiper-slide ul li{
	line-height: 2;
}
.swiper-title .swiper-wrapper .swiper-slide ul li p{
	color: #535353;
}
.swiper-title .swiper-wrapper .swiper-slide ul li.time img{
	width:20px ;
	height: 20px;
}
.time{
	margin-top: 10px;
}
.time span{
	margin-left: 12px;
}
.swiper-title .swiper-button-prev,.swiper-title .swiper-container-rtl .swiper-button-next,.swiper-title .swiper-button-next,.swiper-title .swiper-container-rtl .swiper-button-prev{
	background-size: 13px 22px;
	background-repeat:no-repeat ;
}
.swiper-title .swiper-button-prev,.swiper-title .swiper-container-rtl .swiper-button-next{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fafbfd'%2F%3E%3C%2Fsvg%3E");
	
}
.swiper-title .swiper-button-next,.swiper-title .swiper-container-rtl .swiper-button-prev{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fafbfd'%2F%3E%3C%2Fsvg%3E");
	/* background-size: 13px 22px; */
}

.swiper-title .swiper-button-next,.swiper-title .swiper-button-prev{
	height: 50px;
	width: 50px;
	background-color:#024782 ;
	position: absolute;
	bottom: 0;
	top: 90%;
}
.swiper-title .swiper-button-prev{
	position: absolute;
	left:794px;
	border: 1px solid #e0eaf2;
	box-sizing: border-box;
}
.news-time{
	width: 96px;
	height: 93px;
	float: left;
	background-color: #fff;
	text-align: center;
	margin:0 30px 0 26px;
	border-top: 1px solid #024683;
	border-left: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	box-sizing: border-box;
	color: #6c6c6c;
}
.news-list ul li .news-time>p{
	font-size: 24px;
	color: #6c6c6c;
}
.news-time span{
	display: block;
	font-size: 18px;
	color: #6c6c6c;
}
.news-list ul li{
	margin-bottom: 14px;
	padding: 25px 0;
	transition: all .3s;
	border-bottom:1px solid #dadada;
	background-color:#fff ;
}
.news-list ul li:hover{
	transform: translateY(-5px);
	box-shadow: 0 0 21px rgba(0,0,0,0.3);
}
.news-list ul li>div h4{
	color: #312f2f;
	padding-bottom:20px ;
}
.news-list ul li>div p{
	font-size: 14px;
	color: #585858;
}
























/* 公司新闻 */