.view02 {
	width: 100%;
	margin-top: 80px;
	position: relative;
}
.view02 .width {
	position: absolute;
	left: 0;
	width:29%;
}
.view02 .width a {
    color: #565656;
    font-size: 25px;
    font-weight: 700;
}
.view02 .width a:hover {
    color: #565656;
}
.view02 .width p {
	width: 430px;
	line-height: 28px;
	margin-top: 40px;
font-family: Cambria !important;
    font-size: 1.1rem;
    color: #444444;
}
.news {
	margin: 0 auto;
	width: 100%;
}
.news_swiper {
	width: 100%;
}
.news-zya a {font-size: 1rem !important;}

.news_img {
	width:100%;
	/*height: 346px;*/
	overflow: hidden;
}
.news_img img:hover{transform: scale(1.2);}
.news_img img {
	width: 100%;
	height: auto;
	transition: 1s;
}
.news_cont {margin-top: -10px;}
.news_cont h2 {
	color: #5d707d;
	font-size: 16px;
	margin-top: 36px;
	line-height: 1em;
}
.news_cont p {
	font-size: 14px;
	color: #8d9ba4;
	line-height: 1.2em;
	margin-top: 8px;
opacity: 0.8;
}
.news_cont a {
font-family: Cambria  !important;
    font-size: 1.1rem;
    color: #444444;
    line-height: 1.3rem;
    margin-bottom: 0.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-j {font-size: 18px !important;}

.view02 .width .news_next::after,
.view02 .width .news_prev::after {
	display: none;
}
.view02 .news_next {
	margin-left: 30px;
}
.view02 .news_next,
.view02 .news_prev {
	margin-top: 50px;
	position: absolute;
        top: 0;
	width: 46px;
	background-size: 100% 100% !important;
	opacity: 1 !important;
	pointer-events: auto;
	cursor: pointer;
	transition: .4s;
	z-index: 6;
}
.view02 .news_next {
	background: url(../images/right02.png);
	right:-95px;
	top:20px;
}
.view02 .news_prev {
	background: url(../images/left02.png);
	left:-95px;
	top:20px;
}

.view02 .news_next.swiper-button-disabled {
	background: url(../images/news_right.png);
	right:-95px;
	top:20px;
}
.view02 .news_prev.swiper-button-disabled {
	background: url(../images/news_left.png);
	left:-95px;
	top:20px;
}

.view02 .news_next.swiper-button-disabled:hover {
	background: url(../images/right02.png);
}
.view02 .news_prev.swiper-button-disabled:hover {
	background: url(../images/left02.png);
}