.banner-box div {
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	padding-top: .09rem;
}
.banner-box div p {
	font-size: .68rem;
	line-height: .83rem;
	font-family: Avenir-Medium;
	font-weight: 500;
	color: #fff;
}
.banner-box div a {
	margin-top: .4rem;
	width: 2.42rem;
	height: .5rem;
	line-height: .48rem;
    text-align: center;
	font-size: .18rem;
	color: #fff;
	border: .02rem solid #fff;
	background-color: #E58811;
	font-family: Avenir-Roman;
	text-decoration: none;
}
.item-box {
	padding: .72rem 1.4rem;
	max-width: 14.4rem;
	margin: 0 auto;
}
.item-box .article-container {
	width: 100%;
}
.item-box .article-container h5, .news-box h5 {
	line-height: .3rem;
	color: #0C3375;
	font-size: .3rem;
	text-align: center;
	font-family: Avenir-Medium;
	font-weight: 500;
}
.item-box .article-container p {
	line-height: .3rem;
	font-size: .22rem;
	color: rgba(0,0,0,0.65);
	margin-top: .32rem;
	font-family: Avenir-Roman;
}
.item-box .article-container .img-box {
	margin-top: .62rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.item-box .article-container .img-box div {
	flex: 1;
	margin-right: 1rem;
	position: relative;
}
.item-box .article-container .img-box div:last-child {
	margin-right: 0;
}
.item-box .article-container .img-box div img {
	width: 3.2rem;
	display: block;
}
.item-box .article-container .img-box div p {
	width: 2.48rem;
	line-height: .24rem;
	text-align: center;
	position: absolute;
	left: .36rem;
	bottom: .24rem;
	color: #fff;
	font-size: .18rem;
	font-family: Avenir-Medium;
	font-weight: 500;
}
.item-box .article-container a {
	width: 2.3rem;
    height: .48rem;
	line-height: .48rem;
	font-size: .18rem;
	text-decoration: none;
	border: .015rem solid #0C3375;
	color: #0C3375;
	background-color: #fff;
	margin: .16rem auto 0;
	display: inline-block;
    text-align: center;
	font-family: Avenir-Roman;
	cursor: pointer;
}
.item-box .article-container a:hover {
	background-color: #0C3375;
	color: #fff;
}
.homeBoxBg {
	background-image: url('../images/home/homeBoxBg.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
}
.firstItem-box p {
	text-align: center;
}
.team-box .img-box {
	width: 5.75rem;
	margin-right: .42rem;
	float: left;
}
.team-box .img-box img {
	width: 100%;
	display: block;
}
.team-box .article-container {
    float: right;
    width: calc(100% - 6.17rem);
}
.team-box .article-container h5 {
	text-align: left;
}
.team-box .article-container a {
    display: block;
	margin: .22rem 0 0;
}
.team-box .article-container p {
    margin-top: .2rem;
}
.news-box {
	background-color: #fff;
}
.news-box h5 {
	text-align: left;
}
.news-box ul {
	margin-top: .1rem;
}
.news-box ul li {
	padding: .2rem 0;
	border-bottom: 0.01rem solid rgba(0, 0, 0, .1);
	display: flex;
	align-items: flex-start;
}
.news-box ul li:last-child {
	border-color: transparent;
}
.news-box ul li .dateBox {
    width: 1.97rem;
	line-height: .27rem;
    font-size: .2rem;
	color: #525252;
	font-family: Avenir-Roman;
}
.news-box ul li .articleContent-box  {
	flex: 1;
	color: rgba(0,0,0,0.85);
	line-height: .28rem;
	font-size: .2rem;
	font-family: Avenir-Medium;
	font-weight: 500;
}
.news-box ul li .articleContent-box a {
	margin-top: .08rem;
	text-decoration: none;
	font-size: .17rem;
	color: #E58811;
}
.activity-box {
	background-color: #fff;
}
.activity-box h5 {
	line-height: .3rem;
    color: #0C3375;
    font-size: .3rem;
	text-align: left;
    font-family: Avenir-Medium;
    font-weight: 500;
}
.activity-box ul {
	margin-top: .5rem;
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}
.activity-box ul li {
	padding: .16rem;
	background-color: #F5F5F5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.activity-box ul li img {
	width: 5.23rem;
	height: auto;
}
.activity-box a {
	width: 2.3rem;
    height: .48rem;
    line-height: .5rem;
    font-size: .18rem;
    text-decoration: none;
    border: .015rem solid #0C3375;
    color: #0C3375;
    background-color: #fff;
    margin: .5rem auto 0;
    text-align: center;
    font-family: Avenir-Roman;
    cursor: pointer;
	display: block;
}