.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-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;
}