.page-top .top{
	border-bottom: 2px dashed #979797;
}
.box{
	width: 1200px;
	margin: 30px auto 0;
	position: relative;
}
.box .left{
	width: 794px;
}
.box .bread{
	font-size: 18px;
	color: #979797;
}
.box .bread a{
	color: #979797;
}
.box .bread a:hover{
	color: #F38D26;
}
.box .bread span{
	color: #000;
}
.box .top-nav{
	font-size: 24px;
	color: #000;
	margin-top: 30px;
}
.box .left .list{
	min-height: 600px;
}
.box .left .item{
	margin-top: 30px;
}
.box .left .item .pic{
	width: 300px;
	height: 206px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-right: 30px;
}
.box .left .item .info{
	height: 206px;
}
.box .left .item .title{
	font-size: 24px;
	color: #F38D26;
	min-height: 66px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.box .left .item .txt1{
	color: #9C9C9C;
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.pages-box{
	margin-top: 30px;
}
.pages-box .txt{
	margin: 20px 5px;
	line-height: 34px;
	color: #979797;
	font-size: 18px;
}
.pages-box input{
	width: 42px;
}
.box .right{
	width: 350px;
}
.right .box2{
	border-top: 2px solid #979797;
	position: relative;
	margin-bottom: 30px;
}
.right .title{
	font-size: 24px;
	color: #F38D26;
	padding: 15px 0;
}
.right .title .more-a{
	color: #979797;
	font-size: 14px;
	line-height: 1;
}
.right .title .more-a::after{
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	border-right: 1px solid #979797;
	border-top: 1px solid #979797;
	margin-left: 3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.right .pic1{
	display: block;
	width: 100%;
	height: 206px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.right .item1{
	color: #555;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 10px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.right .item1:hover{
	color: #F38D26;
}
.right .item{
	color: #000;
	font-size: 18px;
	line-height: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.right .item:hover{
	color: #F38D26;
}
.right .detail{
	color: #F38D26;
	font-size: 16px;
}
.right .dash{
	width: 100%;
	height: 0;
	border-bottom: 2px dashed #979797;
	margin: 15px 0;
}
.right .ln{
	width: 103px;
	height: 4px;
	position: absolute;
	top: -3px;
	left: 0;
	background: #F38D26;
}
.box1{
	width: 100%;
	min-width: 1200px;
	height: 246px;
	background: url(../img/bg.png) no-repeat 0 0 / 100% 100%;
	position: relative;
}
.box1 .top-nav{
	padding: 30px 0;
}
.swiper-container-1{
	height: 60px;
}
.swiper-container-1 .swiper-slide{
	padding: 0 70px;
}
.swiper-container-1 .prev{
	width: 17px;
	height: 36px;
	background-size: 17px 36px;
	background-image: url(../img/arr-left1.png);
	margin-top: -18px;
}
.swiper-container-1 .next{
	width: 17px;
	height: 36px;
	background-size: 17px 36px;
	background-image: url(../img/arr-right1.png);
	margin-top: -18px;
}
.swiper-container-1 .item{
	margin-right: 30px;
}
.swiper-container-1 .item:last-child{
	margin-right: 0;
}
.swiper-container-1 .item img{
	width: 100%;
	height: 50px;
}
.box1 .links{
	margin: 30px 0;
	white-space: nowrap;
}
.box1 .lab1{
	font-size: 24px;
	color: #F38D26;
	margin-right: 50px;
}
.box1 .link{
	font-size: 18px;
	color: #000;
	margin-right: 50px;
}
.box1 .link:last-child{
	margin-right: 0;
}
.box1 .link:hover{
	color: #F38D26;
}
.footer{
	margin-top: 0;
}