main{
		margin-top: 80px;
	}
	main .new{
		margin: 50px 0;
	}
	main .new .title{
		overflow: hidden;
		width: 100%;
		border-bottom: solid 1px #f3f3f3;
		background-color: #fff;
		margin: 0;
	}
	main .new .title .continer{
		display: flex;
		white-space: nowrap;
		align-items: center;
		justify-content: flex-start;
		overflow-x:scroll;
		
		
	}
	main .new .title .continer span{
		font-size: 28px;
		color: #67605f;
		padding: 28px 4%;
		letter-spacing: 2px;
	}
	main .new .title .continer span:hover{
		color: #e52e31;
	}


	main .new .title .continer .active{
		color: #e52e31;
		 position: relative;
	}

	main .new .title .continer .active:after {
    content: '';
    position: absolute;
    left: 25%;
    top: auto;
    bottom: 0;
    right: auto;
    height: 2px;
    width: 50%;
    background-color: #e52b2e;
	}

	main .new .carousel{
		margin: 20px ;
		position: relative;
	}
	main .new .carousel .continer{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		
		border-radius:10px;
		overflow: hidden;

	}
	main .new .carousel .continer img{
		width: 100%;
		height: 500px;

	}
	
	main .new .carousel .item{
		display: flex;
		position: absolute;
		bottom: 30px;
		left: 60px;
	}
	main .new .carousel .item span{
		display: block;
		background-color: #fff;
		border-radius:50%;
		width:  16px;
		height: 16px;
		margin: 6px;
	}

	main .new .list{
		margin: 20px 25px;
		display: flex;
		flex-flow: column;
	}
	main .new .list .item{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 20px 0;
	}

	main .new .list .item .content{
		display: flex;
		flex-flow: column;
		justify-content: flex-start;
		padding: 0 40px 0 0;
		width: 55%;
	}
	main .new .list .item .content h3{
		font-size: 27px;
		line-height: 38px;
		color: #6f6968;
		margin-top:0; 
		letter-spacing: 2px;
	}

	main .new .list .item .content p{
		font-size: 20px;
		margin-top:0; 
		color: #969291;
		letter-spacing: 1px;
	}
	main .new .list .item .content span{
		font-size: 24px;
		color: #cc293e;
		letter-spacing: 1px;
	}
	

	main .new .list .item img{
		width: 40%;
		
	}
	main  .page{
		padding: 40px 20px;
		background-color: #fafafa;
		display: flex;
		justify-content: space-around;
	}
	main  .page a{
		display: block;
		text-decoration: none;
		background-color: #fff;
		width: 33%;
		line-height: 78px;
		text-align: center;
		font-size: 24px;
		color: #bcbaba;
		letter-spacing: 2px;
	}
	main  .page .active{
		color: #e52e31;
	}