.banner-box {
	height: 240px;
}
.banner-box .banner-content {
	background: rgba(0, 0, 0, .2)
}
.banner-box .banner-content .txt-box {
	width: 100%;
    max-width: 1280px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner-box .banner-content .txt-box h5 {
	font-family: Avenir-Black;
	font-weight: 900;
	font-size: 38px;
	line-height: 52px;
	color: #FFFFFF;
}
.banner-box .banner-content .txt-box h5 span {
    font-size: 42px;
}
.banner-box .banner-content .txt-box h5::after {
	display: none;
}
.banner-box .banner-content .txt-box h6 {
	width: 270px;
	font-size: 20px;
	color: rgba(255, 255, 255, .85);
	font-family: Avenir-Heavy;
	font-weight: 800;
	line-height: 27px;
	margin-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, .85);
	padding-top: 10px;
	text-align: center;
}
/* 内容区 */
.itemBlock .article-txt {
	display: flex;
	justify-content: center;
}

.itemBlock1 .itemBlock1Swiper {
	width: 45%;
}
.itemBlock1 .swiper-button-prev,
.itemBlock1 .swiper-button-next {
    width: 32px;
    height: 32px;
    top: 50%;
	transform: translate(0, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    overflow: hidden;
    margin-top: 0;
    cursor: pointer;
    z-index: 1;
}
.itemBlock1 .swiper-button-prev {
    left: 16px;
}
.itemBlock1 .swiper-button-next {
    right: 16px;
}
.itemBlock1 .swiper-pagination {
	bottom: 25% !important;
	height: 10px;
}
.itemBlock1 .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .45);
	opacity: 1;
}
.itemBlock1 .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 1);
	width: 18px;
	border-radius: 13px;
	opacity: 1;
}
.itemBlock1 .txt {
	width: 50%;
}
.itemBlock1 .txt p {
	font-size: 18px;
	color: rgba(0, 0, 0, .85);
	font-family: Avenir-Roman;
	line-height: 28px;
	padding: 20px 0;
	border-bottom: 1px dashed rgba(0, 0, 0, .1);
}
.itemBlock1 .txt p:first-child {
	padding-top: 0;
}
.itemBlock1 .txt p:last-child {
	padding-bottom: 0;
	border-color: transparent;
}
.itemBlock1 .txt p a {
	margin-top: 8px;
	color: #0C3375;
	display: block;
}

.itemBlock2 {
	background-image: url('../images/home/researchBg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.itemBlock2 .article-txt {
	justify-content: space-between;
}
.itemBlock2 .article-txt div {
	flex: 1;
	min-width: 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
	margin-right: 20px;
}
.itemBlock2 .article-txt div:last-child {
	margin-right: 0;
}
.itemBlock2 .article-txt div:hover {
    transform: translateY(-5px);
}
.itemBlock2 .article-txt img {
	height: 320px;
}
.itemBlock2 .article-txt h6 {
	font-size: 15px;
	font-family: Avenir-Medium;
	font-weight: 500;
	line-height: 22px;
	margin: 16px 16px 12px;
	color: rgba(0, 0, 0, .85);
}
.itemBlock2 .article-txt p {
	font-size: 14px;
	font-family: Avenir-Roman;
	line-height: 20px;
	margin: 0 16px 16px;
	color: rgba(0, 0, 0, .65);
}
.itemBlock2 .btn-box {
	margin-top: 51px;
	display: flex;
	justify-content: center;
}
.itemBlock2 .btn-box a {
	width: 196px;
    height: 50px;
	padding-top: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	text-decoration: none;
	font-family: Avenir-Heavy;
	font-weight: 500;
	color: #fff;
	background-color: #0C3375;
	border-radius: 25px;
}
.itemBlock2 .btn-box img {
	margin-left: 16px;
	width: 8px;
	height: 15px;
}


.itemBlock3 .article-txt {
	flex-direction: column;
}
.itemBlock3 h5 {
	text-align: left;
	margin-bottom: 30px;
}

.itemBlock3 .article-txt li {
	display: flex;
	align-items: flex-start;
	padding: 20px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.itemBlock3 .article-txt li:last-child {
	margin-bottom: 0;
}
.itemBlock3 .article-txt .dateBox {
	width: 180px;
	line-height: 27px;
	font-size: 18px;
	color: #525252;
	font-family: Avenir-Roman;
}
.itemBlock3 .article-txt .txt {
	flex: 1;
	font-family: Avenir-Medium;
	font-weight: 500;
}
.itemBlock3 .article-txt p {
	color: rgba(0,0,0,0.85);
	line-height: 28px;
	font-size: 18px;
}
.itemBlock3 .article-txt img {
	width: 100%;
	max-width: 500px;
	margin-top: 20px;
	border-radius: 8px;
}
.itemBlock3 .article-txt a {
	margin-top: 20px;
	font-size: 16px;
	color: #0C3375;
	line-height: 22px;
	display: inline-block;
	text-decoration: underline;
	cursor: pointer;
}

/* 移动端适配 */
@media screen and (max-width: 820px) {
.banner-box {
		height: auto;
	}
    .banner-box .banner-content .txt-box {
        padding: 0 15px;
    }
    
    .banner-box .banner-content .txt-box h5 {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
    
    .banner-box .banner-content .txt-box h6 {
        width: 200px;
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
        padding-top: 10px;
    }

	.itemBlock1 .article-txt {
		flex-direction: column;
	}
    
    .itemBlock1 .itemBlock1Swiper {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .itemBlock1 .swiper-button-prev,
    .itemBlock1 .swiper-button-next {
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 50%;
    }
    
    .itemBlock1 .swiper-pagination {
        bottom: 20px !important;
    }
    
    .itemBlock1 .txt {
        width: 100%;
    }
    
    .itemBlock1 .txt p {
        font-size: 16px;
        line-height: 24px;
        padding: 15px 0;
    }
    
    .itemBlock2 {
        background-size: cover;
        background-position: center;
    }
    
    .itemBlock2 .article-txt {
        flex-direction: column;
    }
	
    .itemBlock2 .article-txt div {
        margin-right: 0;
		margin-bottom: 20px;
    }
	
    .itemBlock2 .article-txt div:last-child {
		margin-bottom: 0;
	}

	.itemBlock2 .article-txt img {
        height: 240px;
    }

    .itemBlock2 .btn-box {
        margin-top: 30px;
    }
    
    .itemBlock2 .btn-box a {
        width: 160px;
        height: 40px;
        font-size: 16px;
    }
    
    .itemBlock3 .article-txt li {
        flex-direction: column;
    }
    
    .itemBlock3 .article-txt li .dateBox {
        width: 100%;
        margin-bottom: 10px;
        font-size: 14px;
    }
    
    .itemBlock3 .article-txt li p {
        font-size: 16px;
        line-height: 24px;
    }
    
    .itemBlock3 .article-txt li img {
        width: 100%;
		margin-top: 15px;
    }
    
    .itemBlock3 .article-txt li a {
        margin-top: 15px;
        font-size: 16px;
        line-height: 22px;
    }
}

/* 平板适配 */
@media screen and (min-width: 821px) and (max-width: 1024px) {
	.banner-box .banner-content .txt-box h5 {
        font-size: 32px;
        text-align: center;
    }
    .itemBlock2 .article-txt {
        flex-wrap: wrap;
    }
    .itemBlock2 .article-txt div {
        width: calc(50% - 20px);
        flex: none;
		margin-top: 30px;
    }
	.itemBlock2 .article-txt div:nth-child(-n+2) {
		margin-top: 0;
	}
	.itemBlock2 .article-txt div:nth-child(2n) {
		margin-right: 0;
	}
}