*{margin: 0 auto;padding: 0}
@CHARSET "UTF-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,aside {
	margin:0;
	padding: 0;
	font-family: '微软雅黑'
}
body{
}
ul{list-style: none}
input[type='number'] {  -moz-appearance:textfield;  }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none;  margin: 0;
}input{outline: none;background: rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0)}
textarea{  outline: none;background: rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0)}
select{outline: none;background: rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0)  }
/*input,textarea{-webkit-appearance:none;}*/
a{text-decoration:none;outline: none}
img{
	border:none; /*去除ie浏览器border边框*/
	outline:none;
}
.bef::after,
.item::after{display: block;content: '';clear: both;}

.box{
	width: 800px;min-height: 1500px;
	background:#F27638 url(../images/bg.jpg) no-repeat center top;
	position: relative;
	margin: 0 auto;
	padding-bottom: 100px;
}
.dw{
	position: absolute;
}
.box_hd{
	width: 650px;
	left: 75px;
	top: 680px;
	color: #fff;
	line-height: 1.7;font-size: 24px;text-align: justify;
}

.box_hd b{
	font-size: 26px;
}
.box_dw{
	width: 690px;
	left: 55px;
	bottom: 80px;
	color: #fff;
	line-height: 1.7;font-size: 26px;text-align: center;
}
.box_hd span{
	display: block;
	text-align: right;
}



.txt_blue{
	font-size: 21px;
	margin-top: 5px;
}


.main{
	width: 100%;
	padding-top: 980px;
}

.list{
	width:750px;
	margin: 0 auto;
}

.list li{
	width: 48.5%;
	height: 420px;
	position: relative;
	float: left;
	margin-right: 3%;
}
.list li:nth-child(2n){margin-right: 0;}
.list li::before{
	width: 70px;
	height: 70px;
	background: url(../images/play.png) no-repeat center center;
	background-size: 100% 100%;
	content: '';
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -35px;
}
.list2 li::before{
	display: none;
}

.list li a{display: block;height: 230px;}
.list li img{
	width: 100%;height: 100%;
	object-fit: cover;
	border: 1px solid #f1a487;
	float: right;
}

.list li h3{
	font-size: 26px;
	color: #fff;
	font-weight: 300;
	margin: 12px 8px 0 10px;
	text-align: justify;
	clear: both;
	line-height: 1.6;
}
.list li p{
	font-size: 26px;
	color: #fff;
	margin: 5px 8px 0 10px;
}

.list2 li::before{
	display: none;
}
center{
	margin: 15px 0 20px 0;
}

.txt_dw{
	margin-top: 10px;
	margin-bottom: 7px;
}