.title{
	display: flex;
	position: relative;
	align-items: center;
	color: #FE5723;
	font-size: 24px;
	margin-top: 50px;
	font-weight: bold;
	border-bottom: 4px solid #FE5723;
}
.title img{
	display: flex;
	width: 14px;
	height: 14px;
}
.title font{
    color: #999999;
    margin-left: 5px;
    font-weight: normal;
}
.title div{
      display:flex;
      align-items: center;
      justify-content:center;
      height: 36px;
      padding-left: 13px;
      padding-right: 61px;
      background: #FE5723;
      color: #fff;
}
.title div font{
     color: #fff;
     font-size: 20px;
}
.title span{
    position: absolute;
    top: 0;
    left:137px;
    width: 0;
    height: 0;
    border-top:18px solid #fff;
	border-right:18px solid #fff;
	border-left:18px solid transparent;
	border-bottom:18px solid transparent;
}
.content{
	margin-top: 30px;
	padding: 0 20px;
}
.content *{
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.content img{
	display: flex;
	margin: 30px auto;
	width: 770px;
	height: auto;
	border-radius: 6px;
	line-height: 1;
}
.more{
    display: flex;
    width: 120px;
    height: 36px;
    border:1px solid #ccc;
    color: #999;
    align-items: center;
    border-radius: 25px;
    justify-content: center;
    margin: 0 auto;
    margin-top: 30px;
}
.list-1{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	padding: 0 50px;
}
.list-1 a{
	display: block;
	width: 260px;
	margin-right: 20px;
	margin-top: 36px;
}
.list-1 a:nth-child(-n+4){
	margin-top: 0;
}
.list-1 a:nth-child(4n){
	margin-right: 0;
}
.list-1 img{
	display: flex;
	border-radius: 6px;
	width: 260px;
	height: 152px;
}
.list-1 h1{
	font-weight: normal;
	font-size: 20px;
	color: #333;
	margin-top: 20px;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.list-2{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	padding: 0 50px;
}
.list-2 a{
	display: block;
	width: 204px;
	margin-right: 20px;
	margin-top: 33px;
}
.list-2 a:nth-child(-n+5){
	margin-top: 0;
}
.list-2 a:nth-child(5n){
	margin-right: 0;
}
.list-2 .thumb{
	position: relative;
}
.list-2 .thumb img{
	display: flex;
	border-radius: 6px;
	width: 204px;
	height: 204px;
}
.list-2 .thumb h1{
	position: absolute;
	left: 0;
	bottom: 0;
	background: #FE5723;
	height: 40px;
	display: flex;
	max-width: 174px;
	align-items: center;
}
.list-2 .thumb font{
	padding-left: 16px;
	display:block;
	font-size: 20px;
	color: #fff;
	padding-right: 32px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.list-2 .thumb span{
	position: absolute;
	right: -30px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 15px solid transparent;
	border-left: 15px solid #FE5723;
	border-bottom: 20px solid #FE5723;
}
.list-2 .list-info{
	padding:0 12px;
}
.list-2 .list-info p:nth-child(1){
	margin-top: 20px;
}
.list-2 p{
	color: #666;
	font-size: 16px;
	display:block;
	white-space:nowrap;
	margin-top: 14px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.list-3{
	margin-top: 6px;
	padding: 0 50px;
}
.list-3 a{
	display: flex;
	align-items: center;
	padding: 24px 0;
	border-bottom: 1px solid #eee;
}
.list-3 .list-info{
	flex-grow: 1;
	margin-right: 40px;
	width: 1px;
}
.list-3 h1{
	font-weight: normal;
	font-size: 22px;
	color: #333;
	display: flex;
	align-items: center;
}
.list-3 h1 span{
	border:1px solid #FE5723;
	color: #FE5723;
	border-radius: 4px;
	display: flex;
	width: 26px;
	margin-right: 4px;
	height: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list-3 .red{
	background: #FE5723;
	color: #fff;
}
.list-3 p{
	color: #666;
	margin-top: 15px;
	font-size: 16px;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.list-3 .time{
	display: flex;
	color: #666;
	font-size: 16px;
	margin-top: 21px;
}
	
.list-3 .time font{
	margin-right: 20px;
	color: #999;
	font-size: 16px;
}
.list-3 .an{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fe5514;
	color: #fff;
	border-radius: 4px;
	width: 90px;
	height: 32px;
}