.news ul {
  overflow: auto;
}
.news ul li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  float: left;
  width: 588px;
  position: relative;
  overflow: hidden;
}
.news ul li img{
  transition: all .6s ease
}
.big_news:hover img{
  transform: scale(1.15)
}
.small_news:hover img{
  transform: scale(1.15)
}
.news ul li:nth-of-type(2n) {
  padding-left: 24px;
}
.news ul li .big_news {
  display: inline-block;
  width: 100%;
}
.news ul li .big_news:hover div:last-child {
  background-color: #F7F7F7;
}
.news ul li .big_news:hover span {
  right: 20px;
  opacity: 1;
}
.news ul li .big_news > span {
  position: absolute;
  width: 74px;
  height: 40px;
  background: #e42626;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 22px;
  right: 35px;
  top: 350px;
  cursor: pointer;
  z-index: 55;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news ul li .big_news > div:nth-of-type(1) {
  width: 100%;
  height: 340px;
  overflow: hidden;
}
.news ul li .big_news > div:nth-of-type(1) img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.news ul li .big_news > div:nth-of-type(2) {
  height: 140px;
}
.news ul li .big_news > div:nth-of-type(2) h2 {
  font-size: 18px;
}
.news ul li .big_news > div:nth-of-type(2) p,
.news ul li .big_news > div:nth-of-type(2) h2 {
  padding: 20px 20px 0 20px;
}
.news ul li .big_news > div:nth-of-type(2) p {
  padding-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  color: #999;
  line-height: 18px;
}
.news ul li .big_news > div:nth-of-type(2) .time {
  padding: 5px 20px 0 20px !important;
}
.news ul li .small_news {
  display: inline-block;
  width: 100%;
  height: 138px;
  margin-top: 20px;
}
.news ul li .small_news:hover > div:last-child {
  background-color: #F7F7F7;
}
.news ul li .small_news:hover > div:last-child p:last-child {
  color: #E42626;
}
.news ul li .small_news > div {
  float: left;
}
.news ul li .small_news > div:first-child {
  width: 208px;
  height: 100%;
  overflow: hidden;
}
.news ul li .small_news > div:first-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news ul li .small_news > div:last-child {
  width: 364px;
  padding-left: 16px;
  position: relative;
  height: 100%;
}
.news ul li .small_news > div:last-child h2 {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  padding-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news ul li .small_news > div:last-child p {
  font-size: 14px;
  color: #999;
  position: absolute;
  left: 16px;
}
.news ul li .small_news > div:last-child p span {
  font-size: 24px;
  position: relative;
  top: 5px;
}
.news ul li .small_news > div:last-child p:nth-of-type(1) {
  bottom: 46px;
}
.news ul li .small_news > div:last-child p:nth-of-type(2) {
  bottom: 12px;
  line-height: 24px;
}
.news ul li .small_news > div:last-child p:nth-of-type(2) i{
  margin-left: 4px;
}

.news_details .news_title {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.news_details .news_title h2 {
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
  color: #444444;
}
.news_details .news_title p {
  line-height: 30px;
  color: #888;
  font-size: 14px;
}
.news_details .news_title p span {
  margin-left: 4px;
  margin-right: 4px;
}
.news_details .content {
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: 250px;
}
.news_details .content img {
  max-width: 100%;
}
.news_details .news_footer {
  height: 100px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.news_details .news_footer p {
  line-height: 34px;
  font-size: 14px;
}
.news_details .news_footer p:hover {
  color: #E42626;
}
.news_details .news_footer p:hover a {
  color: #E42626;
}
.news_details .news_footer a {
  text-align: center;
  color: #444;
}
.location {
  padding-top: 40px;
  font-family: simsun;
  height: 40px;
  font-size: 14px;
}
.location div {
  /* width: 340px; */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.location div a {
  font-family: '微软雅黑';
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  position: relative;
  top: 0;
  margin-top: 0;
}
.bg {
  background-image: url(../imgs/n_bg.jpg);
}
