﻿@import url(https://css02.v15cdn.com/m430/swiper.css);
.line2{-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2}
.home-news .container {max-width:1200px;margin:50px auto 70px;}
.home-news *{box-sizing: border-box;}
@media screen and (max-width:768px) {.home-news .container {margin:15px auto 30px}}
.home-news{padding: 3% 0;}
.home-news em{font-style: initial;}
.home-title{font-size: 30px;text-align: center;margin-bottom: 20px;font-weight: bold;}
.home-news .newswiper{padding: 0 50px;position: relative;}
.home-news .homenewlist{display: flex;}
.home-news .homenewlist .item{width: 23.5%;margin-bottom: 20px;margin-right: 2%;border: 1px solid #eee;}
.home-news .homenewlist .item:nth-child(4n){margin-right: 0;}
.home-news .homenewlist .img a{display: block;}
.home-news .homenewlist .img img{width: 100%;}
.home-news .homenewlist .info{padding: 10px;}
.home-news .homenewlist .date{color: #9b9b9b;margin-bottom: 5px;}
.home-news .homenewlist .title{font-size: 18px;margin-bottom: 5px;}
.home-news .homenewlist .intro{color: #555;margin-bottom: 5px;}
.home-news .homenewlist .btn a{text-transform: capitalize;}
.home-news .newswiper .homenewsw-prev,
.home-news .newswiper .homenewsw-next{position: absolute;top: 50%;color: var(--color);z-index: 9;border:1px solid var(--color);transform: translateY(-50%);display: flex;justify-content: center;align-items: center;width: 40px;height: 40px;cursor: pointer;border-radius: 50%;}
.home-news .newswiper .homenewsw-prev:hover,
.home-news .newswiper .homenewsw-next:hover{background: var(--color);color: #fff;}
.home-news .newswiper .homenewsw-prev em,.home-news .newswiper .homenewsw-next em{font-size: 20px;}
.home-news .newswiper .homenewsw-prev{left: 0;}
.home-news .newswiper .homenewsw-next{right: 0;}
