.index-banner{
	height: 483px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.index-section {
	padding: 20px 0 60px;
	background-color: #fff;
}

.index-section-head {
	background-color: #F1C84A;
	background-image: url('../images/mask1.png');
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 37px 57px;
	line-height: 1.1;
	margin-bottom: 30px;
}

.index-section-head h2 {
	color: #083789;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.index-section-head p {
	color: #083789;
	font-size: 24px;
	margin-bottom: 0;
}

.index-nav {
	display: flex;
	flex-wrap: wrap;
}

.index-nav-item {
	width: 25%;
}

.index-nav-item a {
	display: block;
	padding: 35px 10px 20px;
	text-align: center;
	background-color: #EDF3F9;
	height: 192px;
}


.index-nav-item a .icon {
	width: 80px;
	height: 80px;
	background-image: url('../images/circle.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto 3px;
	color: #083366;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index-nav-item a .icon .iconfont {
	font-size: 50px;
}


.index-nav-item a .title {
	color: #083366;
	font-size: 20px;
	position: relative;
	padding: 15px 0;
	line-height: 1.2;
}

.index-nav-item a .title::after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	width: 40px;
	height: 3px;
	background-color: #083366;
	border-radius: 3px;
	transform: translateX(-50%);
}

.index-nav-item2 a {
	background-color: #165CB1;
}

.index-nav-item2 a .title {
	color: #fff;
}

.index-nav-item2 a .title::after {
	background-color: #fff;
}

.index-nav-item2 a .icon {
	color: #fff;
}


.index-section2 {
	background-color: #fff;
	padding: 30px 0 60px;
}

.index-section2-bg {
	background-color: rgba(246, 247, 249, 0.2);
	background-image: url('../images/mask2.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 36px 0;
}

.home-video{
	height: 600px;
	margin-bottom: 30px;
}


.home-video video{
	height: 100%;
	width: 100%;
	object-fit: cover;
}


.news-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-title {
	color: #165CB1;
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	font-family:'Amaranth';
	position: relative;
}

.news-title:before{
	position: absolute;
	content: '';
	background-color: #165CB1;
	opacity: 0.2;
	height: 10px;
	bottom: 0;
	left: 0;
	right: 0;
}




.news-more {
	color: #999999;
	font-size: 16px;
	border: 1px solid #E5E5E5;
	background-color: #fff;
	padding: 0 9px;
	text-transform: capitalize;
}

.news-more:hover {
	border-color: #165CB1;
	background-color: #165CB1;
	color: #fff;
}

.news-list {
	padding-bottom: 4px;
}

.news-list li {
	display: flex;
	align-items: center;
	line-height: 30px;
}

.news-list li span {
	color: #999999;
	width: 88px;
	font-size: 14px;
}

.news-list li a {
	color: #585858;
	font-size: 16px;
	max-width: 80%;
}

.news-list li a:hover {
	color: #165CB1;
	text-decoration: underline;
}

.news-list li img {
	width: 27px;
	margin-left: 8px;
}

.news-cells {
	padding: 25px 0 50px;
}

.news-cell {
	display: flex;
	padding: 25px 0;
}

.news-cell__hd {
	width: 350px;
	margin-right: 40px;
}

.news-cell__hd img {
	height: 210px;
	width: 350px;
}

.news-cell h3 {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news-cell p {
	color: #585858;
	font-size: 16px;
	margin-bottom: 10px;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.news-cell .more {
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	background-image: linear-gradient(to right, #2467AE, #4B9BD8);
	display: block;
	line-height: 40px;
	width: 148px;
	text-align: center;
	margin-left: auto;
}


@keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	40%,
	43% {
		transform: translate3d(0, -10px, 0)
	}

	40%,
	43%,
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06)
	}

	70% {
		transform: translate3d(0, -5px, 0)
	}

	90% {
		transform: translate3d(0, -1px, 0)
	}
}


.news-cell .more:hover {
	animation: bounce 1s infinite;
}

.main-panel {
	background-color: #fff;
	padding: 30px;
}


.artcle h3 {
	color: #165CB1;
	font-size: 20px;
	font-weight: bold;
}

.artcle-pic {
	margin-top: 20px;
}

.artcle-pic .name {
	color: #999999;
	font-size: 16px;
	text-align: center;
	margin: 10px 0 25px;
}

.artcle-item p {
	color: #444444;
	font-size: 16px;
}

.table-head {
	display: flex;
	margin-bottom: 20px;
}

.table-title {
	color: #165CB1;
	font-size: 18px;
	font-weight: bold;
	background-color: #F5F7FA;
	position: relative;
	padding: 0 10px 0 22px;
	line-height: 40px;
}

.table-title::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 12px;
	background-color: #165CB1;
}

.table-list {
	background-color: #F5F7FA;
	border: 1px solid #E9EBF0;
	display: flex;
	flex-wrap: wrap;
}

.table-list li {
	width: 50%;
	padding: 9px;
	border-bottom: 1px solid #E9EBF0;
	margin-bottom: -1px;
}

.table-list li a {
	color: #165CB1;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: underline;
	display: block;
}

.table-list li:nth-child(odd) {
	border-right: 1px solid #E9EBF0;
}

.breadcrumb-box .link {
	background-image: linear-gradient(to right, #2467AE, #4B9BD8);
	font-size: 14px;
	color: #FFFFFF;
	padding: 6px 12px;
	position: absolute;
	right: 15px;
	bottom: 12px;
}

.breadcrumb-box {
	position: relative;
}

.membership-artcle h4 {
	color: #444444;
	font-size: 16px;
	margin-bottom: 24px;
}

.membership-artcle h2 {
	color: #222222;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.2;
}

.membership-artcle h3 {
	color: #165CB1;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 16px;
}

.membership-artcle p {
	color: #444444;
	font-size: 16px;
	margin-bottom: 0;
}

.membership-artcle .artcle-item {
	margin-bottom: 24px;
}


.news-row li {
	margin-bottom: 34px;
}


.news-row li h3 {
	color: #165CB1;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news-row li p {
	color: #444444;
	font-size: 16px;
	margin-bottom: 0;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	
}

.news-row li .more {
	background-image: linear-gradient(to right, #2467AE, #4B9BD8);
	color: #fff;
	font-size: 16px;
	display: block;
	width: 148px;
	line-height: 40px;
	text-align: center;
	text-transform: capitalize;
	margin-left: auto;
}

.news-row li img {
	width: 170px;
	height: 120px;
	margin-right: 20px;
}

.news-row li .news-info {
	display: flex;
	margin-bottom: 10px;
}

.news-artcle h3 {
	color: #165CB1;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.news-artcle h3 em {
	font-style: normal;
	color: #444444;
}

.news-artcle p {
	color: #444444;
	font-size: 16px;
	margin-bottom: 24px;
}

.inter-img {
	text-align: center;
	padding: 16px 0;
}

.inter-img .img-name {
	color: #999999;
	font-size: 14px;
	padding: 20px 0;
	line-height: 1;
}

.mx-10 {
	margin: 0 -10px;
}

.px-10 {
	padding: 0 10px;
}

.black {
	color: #444444 !important;
}

.news-artcle h2 {
	color: #165CB1;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.news-poster {
	float: right;
	width: 294px;
	margin-left: 30px;
}


.gutter-60{
	margin: 0 -30px;
}

.gutter-60>div{
	padding: 0 30px;
}

.gutter-20{
	margin: 0 -10px;
}

.gutter-20>div{
	padding: 0 10px;
}

.home-poster{
	margin-top: 30px;
}

.home-poster img{
	width: 100%;
	height: 390px;
}



@media (max-width: 1300px) {
	.index-section-head h2{
		font-size: 26px;
	}
	
	.index-section-head p{
		font-size: 20px;
	}
	
	.index-nav-item a .title{
		font-size: 18px;
	}
	
	.index-nav-item a .icon .iconfont{
		font-size: 40px;
	}
	
	.index-nav-item a .icon{
		width: 70px;
		height: 70px;
	}
	
	.index-banner{
		height: 400px;
	}
	
	.home-poster img{
		height: 296px;
	}
}



@media (max-width: 992px) {
	.table-list li{
		width: 100%;
		border-right: 0!important;
	}
	
	
	
	
	.breadcrumb-box .link{
		max-width: 100px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	
	.friendship-cell__hd{
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.friendship-links li a{
		font-size: 14px;
	}
	
	
	.gutter-60{
		margin: 0 -20px;
	}
	
	.gutter-60>div{
		padding: 0 20px;
	}
	
	.home-poster img{
		height: 220px;
	}
	
	.home-video{
		height: 400px;
	}
	
	.news-title{
		font-size: 30px;
	}
	
	
}

@media (max-width: 768px) {
	.index-banner{
		height: 150px;
	}
	
	.index-section-head p{
		font-size: 14px;
	}
	
	.index-section-head h2{
		font-size: 20px;
	}
	
	.index-section-head{
		padding: 20px 15px;
	}
	
	.index-nav-item{
		width: 50%;
	}
	
	.index-nav-item a{
		height: 162px;
	}
	
	.index-nav-item a .title{
		font-size: 14px;
	}
	
	.index-nav-item a .icon .iconfont{
		font-size: 30px;
	}
	
	.index-nav-item a .icon{
		width: 60px;
		height: 60px;
	}
	
	.news-list li a{
		max-width: 65%;
	}
	
	.news-cell{
		flex-direction: column;
	}
	
	.news-cell__hd{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.news-cell__hd img{
		width: 100%;
		height: auto;
	}
	
	.news-cell h3{
		font-size: 16px;
	}
	
	.news-cell p{
		font-size: 13px;
	}
	
	.friendship-cell{
		flex-direction: column;
	}
	
	.main-panel{
		padding: 15px;
	}
	
	
	.news-row li img{
		display: none;
	}
	
	.news-poster{
		margin: 0 0 20px;
		text-align: center;
		width: 100%;
	}
	
	
	.news-title{
		font-size: 24px;
	}
	
	
	.gutter-60{
		margin: 0 -10px;
	}
	
	.gutter-60>div{
		padding: 0 10px;
	}
	
	
	.home-video{
		height: 250px;
	}
	
}