	@charset "UTF-8";
	* {
	    box-sizing: border-box;
	}
	html,body{width:100%;height: 100%;}
	body {
	    line-height: 1.5;
	    /* font-family: "Helvetica Neue",Helvetica,"PingFang SC",Microsoft YaHei; */
	    background: #efefef;
	    /* font-family: "Verdana, Geneva, sans-serif"; */
	    font-family: Arial,"Microsoft Yahei", "Helvetica Neue",Helvetica,sans-serif;
	    font-size: 16px;
	    overflow-x:hidden;
	}
	
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td ,i{
	    margin: 0;
	    padding: 0;
	}
	
	h1, h2, h3, h4, h5, h6 {
	    font-size: 100%
	}
	
	ol, ul {
	    list-style: none
	}
	i{
	    font-style: normal;
	}
	
	a {
	    text-decoration: none;
	    /*color: #9A9BA0;*/
	}
	
	a:hover {
	    text-decoration: none;
	}
	img{
	    object-fit: cover;
		max-width: 100%;
		height: 100%;	
		border-radius: 0 0 20px 20px;
	}
	body{
		background:#F2F0E3 url("../img/bg.png") no-repeat top center;
	}
	.content{
		margin-top: 646px;
		width:100%;
		
	}
	.lb{
		width:1094px;
		height:628px;
		margin: 0px auto;		
		background: url("../img/lb_bg.png") no-repeat;
		display: block;
	}
	.lbk{
		width: 1000px;		
		margin: 0px auto;
		padding-top:33px;
		position: relative;
	}
	.lbk .swiper {
		width: 1000px;
		height: 560px;
		border-radius: 30px;
	}
	.lbk img{
		width:100%;
		border-radius: 30px;
		
	}
	.lbk h3{
		position: absolute;
		left:0;
		right:0;
		bottom:0;
		background-color: rgba(0,0,0,0.5);
		color: #fff;
		padding:2%;
		font-size: 16px;
		padding-left:10%;
	}
	.lbk .swiper-pagination{
		width: 10%;
		bottom: 20px;
	}
	.lbk .swiper-pagination-bullet{
		background:#57449d;
		opacity:1;
		width:11px;
		height:11px;
	}
	.lbk .swiper-pagination-bullet-active{
		background:#a3f3ff;
	}
	.con{
		width:1000px;
		margin:100px auto 0;
		display: block;
	}
	.newsUL::after{
		content: "";
		clear: both;
	}
	.newsUL{		
		position: relative;
	}
	.newsUL li{
		position: absolute;
		width:100%;
	}
	.newsUL li div{
		width:48%;
		margin:0px 1%;
	}
	.img{
		float: left;
		background-color: #fcfcfc;
		height:320px;
		border-radius: 0 0 20px 20px;
	}
	.newsUL div.txt{
    font-size:17px;
		float:left;
		color: #333;
		line-height: 160%;
		margin-top: 110px;
		position: relative;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 显示的行数，可以根据需要修改 */
  overflow: hidden;
  text-overflow: ellipsis;
	}
	.newsUL li::after{
		content: "";
		display: block;
		position: absolute;
		background: url("../img/left.png") no-repeat left center;
		width:484px;
		height:18px;
		bottom: 34px;
		right: 0;
	}
	.newsUL li:nth-child(even)::after{
		content: "";
		display: block;
		position: absolute;
		background: url("../img/right.png") no-repeat right center;
		width:484px;
		height:18px;
		bottom: 34px;
		left: 0;
	}
	.newsUL li:last-of-type::after{
		background:none;
	}
	.img{
		position: relative;
	}
	.img > span{
		position: absolute;
		bottom: 0;
		left:0;
		right:0;
		padding:10px;
		background: rgba(0,0,0,0.5);
		color:#fff;
		border-radius: 0 0 20px 20px;
	}
	.newsUL li:nth-child(even) .img{
		float:right;
	}
.newsUL li.move{
	display: none;
	margin: 10px auto;
	width: 1000px;
	height: 68px;
	background: url(../img/move.png) no-repeat center center;
	text-align: center;
	line-height: 68px;
	font-size: 17px;
	font-weight: bold;
  
}
	
.newsUL li.move a{
		color:#202640;
	}
@media screen and (max-width: 999px) {
	body{
		background:#F2F0E3 url("../img/small.png") no-repeat top center;
		background-size: 100%;
	}
	.lb,.lbk,.newsUL li.move{
		width: 100%;
	}
	.lbk{
		padding-top: 0;
	}
	.lbk .swiper{
		width: calc(100% - 32px);
		border-radius:6px;
	}
	.con{
		width: calc(100% - 32px);
		margin-top: 2vw;
	}
	.content{
		margin-top: 57vw;
	}
	.lb{
		height: calc(100vw * 628 / 1094);
		background:none;
	}
	.lbk .swiper{
		height: calc(100vw * 560 / 1000);
	}
	.newsUL li::after,.newsUL li:nth-child(even)::after {
		width: 100%;
    background:none;
    display:none;
	}
	
	.lbk h3{
		padding-left: 15%;
	}
	.lbk .swiper-pagination {
	    width: 15%;
	    bottom: 12px;
	}
	.newsUL li{
		position: static;
	}
	.newsUL li div {
	    width: 100%;
	    margin: 0px;
	}
	.newsUL div.txt {
		margin: 2vw 0;
		display: none;
	}
	.img{
		height: calc(100vw * 254 / 480);
		border-radius: 0 0 10px 10px;
		float:left;
	}
	img{
		border-radius: 0 0 10px 10px;
	}
	.lbk img,.img > span {    
    border-radius: 10px
  }
  .newsUL{
	  overflow: hidden;
	  position: static;
  }
  .newsUL li{
	  display: block;
	  margin-bottom: 20px;
    overflow: hidden;
  }
  .newsUL li .img{
	  overflow: hidden;
  }
  .newsUL li div {
      width: 100%;
      margin: 0px;
      float: unset;
      border-radius: 0;
      height: auto;
      background: none;
  }
.newsUL li .img img {
    float: left;
    width: 130px;
    height: calc(130px * 254 / 480);
    border-radius: 0;
}
  .img > span{
	  float:left;
	  margin-left:41vw;
	  background:none;
	  color:#333;
  }
.img > span {
    float: right;
    margin-left: 150px;
    background: none;
    color: #333;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: unset;
    padding: 0;
}
.lbk h3 {
    padding-left: 15%;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}
.lbk .swiper-pagination-bullet {   
    width: 8px;
    height: 8px;
}
.lbk .swiper-pagination {
   
    bottom: 8px;
}
}
