
/*轮播*/
.banner{
	width: 100%;
	margin: auto;
	height: auto;
}
 .banner .swiper-pagination-bullet{
 	opacity: 1;
 	background:#fff;
 }
 .banner .swiper-pagination-bullet-active{
 	background:red;
 	width: 20px;
 	border-radius: 5px;
 }
 .banner .swiper-slide{
 	/*height: 300px;*/
 }
/*内容*/
.content{
	width: 1200px;
	background:#fff;
	margin: auto;
	position: relative;
	margin-top: 20px;
}
.content .text{
	width: 400px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	position: relative;
	left: -20px;
	padding-top: 20px;
	margin-bottom: 20px;
}
.content .text span{
	/*width: 200px;*/
	height: 50px;
	line-height: 50px;
	display: block;
	background:#e74930;
	padding-left: 30px;
	color: #fff;
}
.content .title{
	height: 50px;
	line-height: 50px;
	margin: 20 auto;
	width: 1200px;
	text-align: center;
	font-size: 24px;
}
.content .title i {
    width: 25px;
    height: 2px;
    background: #ac0000;
    margin: auto;
    display: block;
}
.content .scrolllefts{
  width: 1000px
}
.content .scrolllefts{
	width:1100px;
	padding:5px 20px 0px 20px;
	margin:20px auto;
	height: 300px;
	overflow: hidden;
}
.content .scrolllefts li{
	float:left;
	margin-right:7px;
	display:inline;
	width:359px;
  	text-align:center;
  	line-height:19px;
  	margin-bottom: 17px;
}
.content .scrolllefts img{
	width: 100%;
	padding:10px;
	height: 260px;
	overflow:hidden;
    object-fit: cover;
}
.content .scrolllefts li .fcp{
	margin:auto;
	width: 300px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
} 
.content .fegexian{
	width: 1150px;
	margin: auto;
	border-top: 1px solid #999
}
.content .jingqu{
	width: 1100px;
	margin: auto;
	margin-top:20px;
	overflow: hidden;
}
.content .jingqu ul{
}
.content .jingqu ul li{ 
	width: 525px;
	margin-top: 10px; 
	height: 110px;
	float: left;
}
.content .jingqu ul li a{ 
	width: 500px;
	margin-top: 10px; 
	height: 90px;
	float: left;
}
.content .jingqu ul li:nth-child(2n){
	margin-left: 50px;
}
.content .jingqu ul li p{
	height: 30px;
	line-height: 30px;
	padding: 0px 40px 0px  40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.content .jingqu ul li a .time{
  	height: 20px;
  	width: 383px;
  	padding: 0px 40px 0px  40px;
}
.content .jingqu ul li a .time i{
	background:url(../images/jiantouh.png) no-repeat;
    display: block;
    width: 24px;
    height: 25px;
    margin-top: 5px;
    float: right;
}
.content .jingqu ul li:hover a{
	background:#e74930;
	color: #fff
}
.content .jingqu ul li:hover a .time i{  	
 	width: 0px;
 	height: 0px;
}
.page{
	width:350px;
	overflow: hidden;
	margin:auto;
	
}
.page ul{
	width: 350px;
	height: 50px;
	margin-bottom: 100px;
	margin-top: 50px;
	/*margin:auto;*/
}

.pagi {
  line-height: 100%; text-align: center;
  height: 50px;
	margin-bottom: 100px;
	margin-top: 50px;
}
.pagi a {
  display: inline-block; background: #fff;padding: 11px 14px 10px 14px;
  color: #666; border: #999 1px solid;
  cursor: pointer; vertical-align: middle
}
/*.pagi a:last-child {
  border-right: #999 1px solid
}*/
.pagi a.on {
 	background: #e74930;
	color:#fff;
}
.pagi a:hover{
	background: #e74930;
	color:#fff;
}

.content .detail{width: 1100px;margin: auto;margin-top:20px;
  overflow: hidden;}
.content .detail h4{
  margin:auto;height: 50px;line-height:50px;text-align: center;}

.content .detail .sjr{
  text-align:center;color:#999;font-size:14px;
}
.content .detail .maincontent{margin-top: 20px;margin-bottom: 100px; line-height: 2em;}
.banners img{width: 100%}
/*底部*/

@media screen and (max-width: 800px) {
	.banner .swiper-wrapper{
 	/*height: 300px;*/
 }
	 /*内容*/
.content{
  width: 100%;
  background:#fff;
  margin: auto;
  position: relative;
}
.content .text{
  width: 320px;
  position: static;
  text-align:center;
  margin-left: 20px;
}
.content .text span{
	padding-left: 0px;
}
/*.content .title{
	height: 50px;
	line-height: 50px;
	margin: 20 auto;
	width: 100%;
	text-align: center;
	font-size: 24px;
}
.content .title i {
    width: 25px;
    height: 2px;
    background: #ac0000;
    margin: auto;
    display: block;
}*/

.content .scrolllefts{
	width:100%;
	padding:0px;
	height: 220px;
}
.content .scrolllefts ul{
	overflow: hidden;
	width: 100%;
	/*background:#fff;*/
	margin: auto;
}
.content .scrolllefts li{
	float:left;
	margin-left:30px;
	display:inline;
	width:270px;
  	text-align:center;
  	line-height:19px;
  	margin-bottom: 17px;
}
.content .scrolllefts li a .fcimg{
	width: 270px;
}
.content .scrolllefts li a .fcimg img{
	width: 100%;
	padding:0px;
	max-height:310px;
	overflow:hidden;
    object-fit: cover;
}
.content .scrolllefts li .fcp{
	margin:auto;
	width: 270px;
	font-size: 20px;
	height: 25px;
	line-height: 25px;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
} 
.content .fegexian{
	width: 100%;
	margin: auto;
	border-top: 20px solid #f5f5f5;
}
.content .jingqu{
	width: 98%;
	margin: auto;
	margin-top:20px;
	overflow: hidden;
}
.content .jingqu ul{
}
.content .jingqu ul li{ 
	width: 100%;
	margin-top: 10px; 
	height: 60px;
	float: left;
}
.content .jingqu ul li a{ 
	width: 410px;
	margin-top: 0px; 
	height: 60px;
	line-height: 60px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0px 20px 0px 20px; 
	color: #000
}
.content .jingqu ul li:nth-child(2n){
	margin-left: 0px;
}
.content .jingqu ul li .time{
  	height: 60px;
  	line-height: 60px;
  	width: 155px;
  	padding: 0px;
  	float: right;
  	color: #666;
}
.content .jingqu ul li:hover a{
	background:none;
	color: #000;
}


.content .detail{
	width:95%;
}
.content .detail h4{
font-size: 24px;
}

.content .detail .sjr{
font-size:24px;
}
.content .detail .maincontent{
	margin-top: 20px;
	margin-bottom: 100px;
}


.page{
	width:80%;
	overflow: hidden;
	margin:auto;
	
}
.pagi {

    height: 50px;
    margin-bottom: 100px;
    margin-top: 50px;
}



}