.filter{
    padding-bottom: 26px;
	margin-top: 24px;
	/*height: 315px;*/
	border: solid 2px #4763FB;
}
.filter .filter-item{
    margin-top: 26px;
	display: flex;
	padding: 0 30px;
	/*border-bottom: solid 1px #cecece;*/
	font-size: 15px;
}
.filter .filter-item:last-of-type{
	border-bottom: none
}
.filter .filter-item .item-tit{
    margin-right: 40px;
	width: 86px;
	height: 30px;
	line-height: 30px;
	background-color: #4763FB;
	border-radius: 5px;
	flex-shrink: 0;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.filter .filter-item .item-tit img{
	margin-right: 7px;
}
.filter .filter-item a{
	margin-right: 15px;
	color: #181818;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.filter .filter-item a.active{
    padding:0 20px;
    height: 27px;
	background-color: #fb4848;
	color: #fff;
	border-radius: 30px;
}
.filter .filter-item.hot a{
	display: inline-block;
	margin-bottom: 15px;
	padding: 0 24px;
	height: 30px;
	border: solid 1px #d5d3d3;
	line-height: 30px;
	border-radius: 30px;
}
.filter .filter-item.hot .item-tit{
	border: solid 1px #ff6603;
	background: #fff;
	color: #ff6603;
	border-radius: 30px;
}
.recommend{
	/*margin-bottom: 39px;*/
}
.recommend .tit{
	margin:39px 0;
}
.recommend .rec-list{
	display: flex;
	flex-wrap: wrap;
}
.recommend .rec-list .item{
    margin-bottom: 20px;
    margin-right: 14px;
    height: 97px;
	padding: 16px 16px 0 16px;
	width: 188px;
	border: solid 1px #d0d0d0;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	color: #000000;
	border-radius: 10px;
}
.recommend .rec-list .item:nth-of-type(6n){
    margin-right: 0;
}
.recommend .rec-list .item:hover{
	border: solid 1px #FB4947;
}
.recommend .rec-list .item .num{
	margin-bottom: 8px;
	color: #000;
	font-size: 23px;
}

.recommend .rec-list .item .num span{
	color: #4763FB;
}

.recommend .rec-list .item .info{
	display: flex;
	justify-content: space-between;
}
.recommend .rec-list .item .info span{
	color:#ff0000
}
.project{
	margin: 32px auto;
}
.num-container{
    margin-bottom: 40px;
}
.num-container .section{
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
}
.num-container .section .img{
	position: relative;
	margin-right: 22px;
	width: 262px;
	flex-shrink: 0;
}
.num-container .section .img .view{
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	width: 100%;
	left: 0;
	top:190px;
	text-align: center;
}
.num-container .section .img .view a{
    margin-bottom: 17px;
    margin-right: 15px;
	display: block;
	width: 106px;
	height: 35px;
	border: solid 1px #ffffff;
	line-height: 35px;
	color: #fff;
	text-decoration: none;
	border-radius: 30px;
}
.num-container .section .img .view a:nth-of-type(2n){
    margin-right: 0;
}
.num-container .section .list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-top: solid 1px #dbdbdb;
	border-right: solid 1px #dbdbdb;
}
.num-container .section .list .item{
    display: block;
    height: 95px;
	padding: 16px 10px;
	width: calc( 100% / 5 );
	border-left: solid 1px #dbdbdb;
	border-bottom: solid 1px #dbdbdb;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	color: #000000;
}
.num-container .section .list .item .num{
	margin-bottom: 8px;
	color: #000;
	font-size: 23px;
}

.num-container .section .list .item .num span{
	color: #4763FB
}

.num-container .section .list .item .info{
	display: flex;
	justify-content: space-between;
}
.num-container .section .list .item .info span{
	color:#ff0000
}

.num-container .num-hd{
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 25px;
	padding: 10px 0;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.num-container .num-hd .category{
	display: flex;
	align-items: center;
}
.num-container .num-hd .category .num{
	margin-right: 14px;
	width: 24px;
	height: 32px;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
} 
.num-container .num-hd .category .name{
	font-size: 25px;
	font-weight: bold;
}
.num-container .num-hd .more{
    display: block;
    width: 102px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background-color: #442aab;
	border-radius: 30px;
	text-align: center;
}

.num-container1 .num-hd{
	border-bottom-color: #442aab;
	color: #442aab;
}
.num-container1 .num-hd .category .num{
	background: url("../images/num1.png") no-repeat center center;
}
.num-container1 .num-hd .more{
    background-color: #442aab;
}
.num-container2 .num-hd{
	border-bottom-color: #b61ed1;
	color:#b61ed1;
}
.num-container2 .num-hd .category .name{
	color:#b61ed1;
}
.num-container2 .num-hd .category .num{
	background: url("../images/num2.png") no-repeat center center;
	color:#b61ed1;
}
.num-container2 .num-hd .more{
    background-color: #b61ed1
}

.num-container3 .num-hd{
	border-bottom-color: #ff620c;
	color: #ff620c
}
.num-container3 .num-hd .category .name{
	display: flex;
	color: #ff620c
}
.num-container3 .num-hd .category .num{
	background: url("../images/num3.png") no-repeat center center;
}
.num-container3 .num-hd .more{
    background-color: #ff620c
}

.num-container4 .num-hd{
	border-bottom-color: #1cafb7;
	color: #1cafb7
}
.num-container4 .num-hd .category .name{
	display: flex;
	color: #1cafb7
}
.num-container4 .num-hd .category .num{
	background: url("../images/num4.png") no-repeat center center;
}
.num-container4 .num-hd .more{
    background-color: #1cafb7
}

.banner{
	margin:30px auto;
}
.news{
	padding-top: 45px;
}
.news .news-con{
	display: flex;
	justify-content: space-between;
}
.news .news-list{
	width: 32%;
}
.news .news-list .img{
	position: relative;
}
.news .news-list .img span{
	position: absolute;
	top: 40px;
	left: 0;
	width: 144px;
	height: 47px;
	background-color:rgba(0,0,0,0.5);
	color: #fff;
	line-height: 47px;
	text-align: center;
	font-size: 20px;
}
.news .news-list ul{
	padding:10px 15px;
	border-top: none;
	border: solid 1px #e6e6e6;
}
.news .news-list ul li{
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	overflow: hidden;
}
.news .news-list ul li a{
	color: #656565;
	text-decoration: none;
}
.news .news-list ul li a span{
	margin-right: 15px;
}


.cate-tit{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	border-bottom:1px solid #e7e7e7;
	font-size: 25px;
}
.cate-tit::after{
	position: absolute;
	content: "";
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e7e7e7;
}
.cate-tit .category{
	padding: 18px 0;
	color: #000;
	font-weight: bold;
}
.cate-tit .category img{
	margin-right: 10px;
}
.cate-tit .category span{
	color: #223369
}
.cate-tit a{
	color: #aaaaaa;
	font-size: 14px;
}
.index-news .content{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.index-news .news-item{
    width: 380px;
	padding-bottom: 0;
	border-radius: 15px;
	box-shadow: 0 0 10px #ccc;
}
.index-news .news-item .cate-tit{
	padding: 0 17px;
	font-size: 22px;
}
.index-news .news-item .cate-tit span{
	color: #e60012;
}
.index-news .news-item .cate-tit .more{
	font-size: 14px;
	color: #646464;
}
.index-news .news-item .list{
	padding-bottom: 35px;
}
.index-news .news-item .list a{
	padding: 0 17px;
	display: flex;
	color: #363636;
}
.index-news .news-item .list a.first{
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000000;
}
.index-news .news-item .list a.first .item-img{
	margin-right: 13px;
	flex-shrink: 0;
	width: 155px;
	height: 94px;
	background-color: #0a8ed2;
	border-radius: 3px;
}

.index-news .news-item .list .item-img img{ width: 155px; height: 94px; }

.index-news .news-item .list a.first .item-tit{
	font-size: 16px;
}
.index-news .news-item .list a.common{
	margin-bottom: 15px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	color: #363636;
}
.index-news .news-item .list a:last-of-type{
	margin-bottom: 0;
}

.friend-list{
	display: flex;
	margin:30px 0;
	padding:15px;
	border: solid 1px #e8e8e8;
	font-size: 14px;
}
.friend-list a{
	color: #747474;
	margin-right: 15px;
}