/* 只显示图片 */
.homeIamge{
	width: 100%;
	padding: 20px 0;
}
/* 首页轮播 */
#banner .banner_con .bann_a{
	width: 100%;
	position: relative;
	z-index: 1;
}
#banner .banner_con .swiper-button-prev{
	background-image: url(../images/home_11.png);
}
#banner .banner_con .swiper-button-next{
	background-image: url(../images/home_12.png);
}

/* 圆点 */
#banner .banner_con .swiper-pagination{
	text-align: right;
	left: -12px;
	bottom: 15px;
}
#banner .banner_con .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1;
	transition: all 0.5s;
}
#banner .banner_con .swiper-pagination-bullet-active.swiper-pagination-bullet{
	width: 22px;
	height: 10px;
	border-radius: 30px;
	background: #fff;
	opacity: 1;
}
#banner .banner_con .bann_a .a_img{
	width: 100%;
	max-height: 460px;
	z-index: 1;
}
#banner .banner_con .bann_a .absoluteBox{
	position: absolute;
	width: auto;
	max-width: 70%;
	padding: 0 2.2%;
	height: 70px;
	line-height: 70px;
	bottom: 5%;
	z-index: 3;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	background-color: rgba(26,82,132,0.8);
}
@media (max-width: 1024px) {
	#banner .banner_con .bann_a .absoluteBox{
		position: absolute;
		width: auto;
		max-width: 70%;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		font-weight: bold;
	}
}
@media (max-width: 540px) {
	#banner .banner_con .bann_a .absoluteBox{
		height: 32px;
		line-height: 32px;
		font-size: 12px;
		font-weight: 500;
	}
	#banner .banner_con .swiper-button-next,
	#banner .banner_con .swiper-button-prev{
		-moz-background-size: 15px 25px;
		-webkit-background-size: 15px 25px;
		background-size: 15px 25px;
	}
	#banner .banner_con .swiper-pagination-bullet{
		width: 7px;
		height: 7px;
		background: #fff;
		opacity: 1;
		transition: all 0.5s;
	}
	#banner .banner_con .swiper-pagination-bullet-active.swiper-pagination-bullet{
		width: 12px;
		height: 7px;
		border-radius: 30px;
		background: #fff;
		opacity: 1;
	}
}


/* 头条新闻 */
.headlines{
	width: 100%;
	padding: 30px 0;
	background-color: #fff;
	text-align: center;
}
.headlines a .th{
	font-size: 34px;
	color: #1a5284;
	font-weight: bold;
}
.headlines a .p{
	margin-top: 15px;
	font-size: 15px;
	line-height: 26px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media (max-width: 540px) {
	.headlines a .th{
		font-size: 30px;
	}
}
@media (max-width: 540px) {
	.headlines{
		padding: 24px 0;
	}
	.headlines a .th{
		font-size: 22px;
	}
	.headlines a .p{
		margin-top: 15px;
		font-size: 14px;
	}
}


/* 新闻 */
.wholeNews{
	width: 100%;
	background-color: #fff;
}
.wholeNews .mainsVw{
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

.wholeNews .row_left{
	width: 63%;
	/* background-color: red; */
}
.wholeNews .row_rigth{
	width: 35%;
	/* background-color: seagreen; */
}


/* 左边tab 导航栏 */
.wholeNews .row_left .navigationBar{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}
.wholeNews .row_left .navigationBar.lan{
	background-color: #3a56b6;
}
.wholeNews .row_left .navigation{
	width: 70%;
	display: flex;
}
.wholeNews .row_left .mode{
	color: #fff;
	margin-right: 4%;
	font-size: 12px;
}
.wholeNews .row_left .navigation a{
	width: 30%;
	height: 50px;
	display: flex;
	align-items: center;
	color: #fff;
	margin-top: -5px;
	border-top: 5px solid transparent;
	background-color: transparent;
}

.wholeNews .row_left .navigationBar.lan .navigation a:hover,
.wholeNews .row_left .navigationBar.lan .navigation a.active{
	background-color: #c13e37;
	border-top: 5px solid #c13e37;
}
.wholeNews .row_left .navigation a .p{
	width: 75%;

	font-weight: bold;
	font-size: 18px;
}
.wholeNews .row_left .navigationBar.fff .navigation a .p{
	border-right: 1px solid #D8DDED;
}
.wholeNews .row_left .navigationBar.fff .navigation a:last-child .p{
	border-right:none;
}
.wholeNews .row_left .navigation a .iconImag{
	width: 32px;
	height: 32px;
	margin: 0 5px 0 12px;
	position: relative;
}
.wholeNews .row_left .navigationBar.lan .navigation a .iconImag img{
	width: 100%;
}
.wholeNews .row_left .navigationBar.lan .navigation a .iconImag img:nth-child(2){
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.5s;
}
.wholeNews .row_left .navigationBar.lan .navigation a.active .iconImag img:nth-child(2){
	opacity: 1;
}

/*左边tab 内容 */
.wholeNews .row_left .pageBox{
	width: 100%;
	background-color: #fff;
}
.wholeNews .row_left .pageBox .cetTime{
	display: none;
}
.wholeNews .row_left .pageBox .cetTime.active{
	display: flex;
	justify-content: space-between;
}
.wholeNews .row_left .pageBox .cetTime .left{
	width: 30%;
}
.wholeNews .row_left .pageBox .cetTime .rigth{
	width: 68%;
}
.wholeNews .row_left .pageBox .cetTime .left .imgs{
	width: 100%;
	overflow: hidden;
}
.wholeNews .row_left .pageBox .cetTime .left .imgs img{
	width: 100%;
	transition: all 0.8s;
}
.wholeNews .row_left .pageBox .cetTime .left .imgs:hover img{
	transform: scale(1.05);
}
.wholeNews .row_left .pageBox .cetTime .left .textbox{
	width: 90%;
	padding:15px 5%;
	background-color: #f1f3f8;
}

.wholeNews .row_left .pageBox .cetTime .left .p{
	width: 100%;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.wholeNews .row_left .pageBox .cetTime .left .p:hover{
	color: #3a56b6;
}
.wholeNews .row_left .pageBox .cetTime .left .time{
	text-align: right;
	margin-top: 10px;
	font-size: 14px;
	color: #999;
}
.wholeNews .row_left .pageBox .cetTime .left .time b{
	font-size: 16px;
}
.wholeNews .row_left .pageBox .cetTime .rigth a{
	width: 100%;
	margin-bottom: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
        white-space: nowrap;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.wholeNews .row_left .pageBox .cetTime .rigth a span{
	display: inline-block;
	line-height: 24px;
	width: calc(100% - 30px);
	font-size: 15px;
	color: #333;
	vertical-align: top;
        overflow: hidden;
	text-overflow: ellipsis;
        white-space: nowrap;
}
.wholeNews .row_left .pageBox .cetTime .rigth a:hover span{
	color: #3a56b6;
}
.wholeNews .row_left .pageBox .cetTime .rigth a img{
	width: 20px;
	height: 20px;
	vertical-align: top;
}
.wholeNews .row_left .pageBox .cetTime .rigth.imgs a img{
	width: 10px !important;
	height: 10px !important;
	margin-top: 5px;
	vertical-align: top;
}

/* 右边只显示图片 */
.wholeNews .row_rigth .whileImage{
	width: 100%;
	margin-bottom: 25px;
	overflow: hidden;
	position: relative;
}
.wholeNews .row_rigth .whileImage img{
	width: 100%;
	transition: all 0.5s;
}
.wholeNews .row_rigth .whileImage img:hover{
	transform: scale(1.05);
}
.wholeNews .row_rigth .whileImage .absoluteText{
	position: absolute;
	width: 100%;
	z-index: 2;
	top: 30%;

	text-align: center;
	color: #fff;
}
.wholeNews .row_rigth .whileImage .absoluteText h1{
	width: 80%;
	font-size: 30px;
	letter-spacing:10px;
	margin: 0 auto;
	text-align: center;
}


/* 右边tab 导航栏 */
.wholeNews .row_rigth .mode{
	font-size: 12px;
	color: #444;
}
.wholeNews .row_rigth .newsBroadcast{
	margin-bottom: 20px;
}
.wholeNews .row_rigth .navigationBar{
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 20px;
	background-color: #fff;
	justify-content: space-between;
}
.wholeNews .row_rigth .navigation{
	display: flex;
	width: 72%;

}
.wholeNews .row_rigth .navigation a{
	width: 50%;
	/* padding-left: 3%; */

}
.wholeNews .row_rigth .navigation a img{
	width: 30px;
	height: 30px;
}
.wholeNews .row_rigth .navigation a .p{
	font-weight: bold;
	display: inline-block;
	padding-top: 8px;
	margin-left: 5%;
	font-size: 18px;
	padding-bottom: 8px;
}
.wholeNews .row_rigth .navigation a.active .p{
	border-bottom: 2px solid #1a5284;
}


/* 右边tab 内容 */
.wholeNews .row_rigth .pageBox{
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #3a56b6;
	background-color: #f3f7ff;
}
.wholeNews .row_rigth .pageBox .cetTime{
	display: none;
}
.wholeNews .row_rigth .pageBox .cetTime.active{
	display: flex;
	justify-content: space-between;
}
.wholeNews .row_rigth .pageBox .cetTime .left{
	width: 100%;
}
.wholeNews .row_rigth .pageBox .cetTime .left a{
	padding: 5px 0;
	display: flex;
	width: 95%;
	margin: 0 auto;
	align-items: flex-start;
	/* justify-content: space-between; */
}
.wholeNews .row_rigth .pageBox .cetTime .left a:hover{
	color: #3a56b6;
}
.wholeNews .row_rigth .pageBox .cetTime .left a p:first-child{
	width: auto;
	max-width: 23%;
	font-size: 12px;
	color: #666;
	margin-right: 8px;
	vertical-align: top;
}
.wholeNews .row_rigth .pageBox .cetTime .left a p:first-child b{
	font-size: 16px;
	color: #666;
}
.wholeNews .row_rigth .pageBox .cetTime .left a p:last-child{
	width: auto;
	max-width: 77%;
	text-align: left;
	font-size: 15px;
	line-height: 24px;
	vertical-align: top;
        white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/*display: -webkit-box;*/
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
        
        
}

/* 第二种样式不一样 框架一样 */
.wholeNews .row_left .navigationBar.fff{
	width: 100%;
	margin-top: 30px;
	border-top: 2px solid #dfe7fd;
	background-color: #fff;
}
.wholeNews .row_left .navigationBar.fff .navigation a{
	color: #444;
	margin-top: -2px;
	border-top: 2px solid transparent;
}
.wholeNews .row_left .navigationBar.fff .navigation a.active{
	border-top: 2px solid #1a5284;
	border-bottom: 1px dashed #D8DDED;
}
.wholeNews .row_left .navigationBar.fff .navigation a .iconImag{
	width: 30px;
	height: 30px;
}


.wholeNews .row_left .navigationBar.fff .mode{
	color: #444;
}

.wholeNews .row_left .pageBox .cetTime .rigth a{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.wholeNews .row_left .pageBox .cetTime .rigth a .text{
	width: 85%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow:ellipsis;
}
.wholeNews .row_left .pageBox .cetTime .rigth a .time{
	width: 15%;
	color: #666;
}
.wholeNews .row_left .pageBox .cetTime .rigth a .time span{
	color: #999;
	width: 100%;
}
.wholeNews .row_left .pageBox .cetTime .rigth a:hover .time span{
	color: #999;
}

.wholeNews .row_rigth .pageBox .cetTime .left a span{
	font-size: 15px;
	color: #444;
	font-weight: bold;
}
.wholeNews .row_rigth .pageBox .cetTime .left a span:nth-child(2){
	margin: 0 2%;
}


@media (max-width: 1200px) and (min-width: 1024px) {
	.wholeNews .row_left .navigation a{
		width: 40%;
	}

}
@media (max-width: 1024px) and (min-width: 540px) {
	.wholeNews .row_rigth .whileImage .absoluteText{
		position: absolute;
		width: 100%;
		z-index: 2;
		top: 40%;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}
}
@media (max-width: 1024px) {
	.wholeNews .mainsVw{
		margin-bottom: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.wholeNews .row_left{
		width: 100%;
		margin-bottom: 30px;
		/* background-color: red; */
	}
	.wholeNews .row_rigth{
		width: 100%;
		/* background-color: seagreen; */
	}

}
.wholeNews .modelMode{
	display: none;
}
@media (max-width: 540px) {
	.wholeNews .mainsVw{
		margin-bottom: 0;
	}
	.wholeNews .row_left .navigationBar,
	.wholeNews .row_rigth .navigationBar{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.wholeNews .row_left .mode,
	.wholeNews .row_rigth .mode{
		display: none;
	}
	.wholeNews .modelMode{
		width: 200px;
		display: block;
		border: 1px solid #3a56b6;
		margin: 0 auto;
		padding: 10px;
		text-align: center;
		color: #3a56b6;
		border-radius: 2px;
	}
	.wholeNews .row_rigth .navigation,
	.wholeNews .row_left .navigation{
		display: flex;
		width: 100%;
	}
	.wholeNews .row_left .navigation a,
	.wholeNews .row_rigth .navigation a{
		width: 40%;
	}
	.wholeNews .row_left .navigation a .p{
		font-size: 16px;
		margin-top: -5px;
	}
	.wholeNews .row_left .pageBox .cetTime.active{
		display: flex;
		flex-wrap: wrap;
	}
	.wholeNews .row_left .pageBox .cetTime .left,
	.wholeNews .row_left .pageBox .cetTime .rigth{
		width: 100%;
		margin-bottom: 20px;
	}


	.wholeNews .row_rigth .pageBox .cetTime .left a p:first-child b{
		font-size: 14px;
	}
	.wholeNews .row_left .pageBox .cetTime .rigth a span{
		text-align: justify;
	}
	.wholeNews .row_rigth .pageBox .cetTime.active{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.wholeNews .row_rigth .pageBox .cetTime .left{
		margin-bottom: 10px;
	}
}


/* 专题 */
.special{
	width: 100%;
	margin-top: 30px;
}
.special .specialTitle{
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.special .specialTitle .iconImag img{
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
.special .specialTitle .iconImag span{
	font-size: 18px;
	color: #444;
	font-weight: bold;
	vertical-align: middle;
}
.special .specialBox{
	overflow-x: auto;
	padding: 10px 0;
}
.special .specialBox::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.special .specialBox .specialcet{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	white-space: nowrap;

}
.special .specialBox li{
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	margin-right: 16px;
}
.special .specialBox li:last-child{
	margin-right: 0;
}
.special .specialBox a{
	width: 280px;
	margin-right: 1.5%;
}
.special .specialBox a:last-child{
	margin-right: 0;
}
.special .specialBox a img{
	width: 100%;
	transition: all 0.8s;
}
.specialBox a:hover img{transform: scale(1.05);}
@media (max-width: 1024px) {
	.special{
		width: 100%;
		margin-top: 0px;
	}
}
@media (max-width: 768px) {
	/* .special .specialBox{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		overflow: hidden;
		justify-content: space-between;
	}
	.special .specialBox a:nth-child(1),
	.special .specialBox a:nth-child(2){
		margin-top: 0;
	}
	.special .specialBox a{
		width: 48%;
		margin-top: 4%;
		overflow: hidden;
		margin-right: 0;
	} */
}
@media (max-width: 540px) {
	.special .specialBox a{
		width: 260px;
	}
}





/* 专家专栏 */
.expertColumn{
	width: 100%;
	margin-bottom: 20px;
}
.expertColumn .mainsVw{
	border-top: 2px solid #dfe7fd;
}

.expertColumn .expertTitle{
	width: 100%;
	padding: 10px 0;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.expertColumn .expertTitle .iconImag span{
	font-size: 18px;
	color: #215fab;
	font-weight: bold;
	vertical-align: middle;
}
.expertColumn .expertTitle a{
	color: #215fab;
}

.expertColumn .expertBox{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: flex-start;
}
.expertColumn .expertBox .expertlist{
	width: 23.5%;
	margin-bottom: 2%;
	margin-right: 2%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.expertColumn .expertBox .expertlist:nth-child(4n+4){
	margin-right: 0%;
}
.expertColumn .expertBox .expertlist .imag{
	width: 54px;
	height: 75px;
}
.expertColumn .expertBox .expertlist .textbox{
	width: calc(100% - 65px);
}
.expertColumn .expertBox .expertlist .textbox p{
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.expertColumn .expertBox .expertlist .textbox p:nth-child(1){
	margin-bottom: 5px;
}
.expertColumn .expertBox .expertlist .textbox p:nth-child(2),
.expertColumn .expertBox .expertlist .textbox p:nth-child(3){
	font-size: 14px;
	line-height: 24px;
}

@media (max-width: 1024px) {
	.expertColumn .expertBox .expertlist{
		width: 32%;
		margin-bottom: 2%;
		margin-right: 2%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.expertColumn .expertBox .expertlist:nth-child(4n+4){
		margin-right: 2%;
	}
	.expertColumn .expertBox .expertlist:nth-child(3n+3){
		margin-right: 0%;
	}
}
@media (max-width: 768px) {
	.expertColumn .expertBox{
		justify-content: space-between;
	}
	.expertColumn .expertBox .expertlist{
		width: 48%;
		margin-bottom: 20px;
		margin-right: 0%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.expertColumn .expertBox .expertlist:nth-child(4n+4){
		margin-right: 0%;
	}
	.expertColumn .expertBox .expertlist:nth-child(3n+3){
		margin-right: 0%;
	}
}
@media (max-width: 540px) {
	.expertColumn .expertBox .expertlist{
		width: 100%;
		margin-bottom: 15px;
		margin-right: 0%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}




/* <!-- 研究和政策 --> */
.researchPolicy{
	width: 100%;
	margin-bottom: 35px;
}
.researchPolicy .mainsVw{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.researchPolicy .research_policy{
	width: 48%;
	margin-top: 1%;
}
.researchPolicy .tabNavigation{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #dddddd;
}
.researchPolicy .hengdian{
	width: 30px;
}
.researchPolicy .hengdian span{
	width: 4px;
	height: 4px;
	display: inline-block;
	background-color: #dddddd;
	border-radius: 50%;
}
.researchPolicy .NavigationBox{
	display: flex;
	width: 90%;
	padding: 0 5% 0 0;
}
.researchPolicy .NavigationBox p{
	width: 50px;
	margin-right: 5%;
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #444;
	text-align: center;
	border-bottom: 2px solid #d60000;
}
.researchPolicy .NavigationBar{
	width: 90%;
}
.researchPolicy .NavigationBar a{
	padding: 5px 13px;
	margin-left: 10px;
	border-radius: 5px;
	display: inline-block;
	font-size: 15px;
	color: #444;
	background-color: #eaeff5;
}
.researchPolicy .NavigationBar a.active{
	color: #fff;
	background-color: #1a5284;
}
.tabPage .tabContent{
	display: none;
}
.tabPage .tabContent.active{
	display: block;
}
.tabPage .tabContent li{
	width: 100%;
	padding-top: 5px;
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.tabPage .tabContent li .yuan{
	width: 5px;
	height: 5px;
	margin-right: 4%;
	border-radius: 50%;
	background-color: #cccccc;
}
.tabPage .tabContent li a{
	width: 76%;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.tabPage .tabContent li a:hover{
	color: #1a5284;
}
.tabPage .tabContent li .time{
	width: 19%;
	font-size: 15px;
	color: #999;
	text-align: right;
}
@media (max-width: 768px) {
	.researchPolicy .mainsVw{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	.researchPolicy .research_policy{
		width: 100%;
		margin-bottom: 30px;
	}
	.researchPolicy .research_policy:nth-child(2){
		margin-bottom: 0;
	}
	.tabPage .tabContent li a{
		width: 71%;
	}
}



/* <!-- 精彩图片 --> */
.wonderfulBody{
	width: 100%;
	padding: 20px 0;
	border-top: 4px solid #2278c7;
	border-right: 4px solid #2278c7;
	border-left: 4px solid #2278c7;
	border-bottom: 1px solid #2278c7;
}
.wonderfulBody .title{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
	color: #215fab;
}
.wonderfulBody .title a{
	float: right;
	margin-top: 5px;
	margin-right: 2%;
	color: #215fab;
	text-align: right;
}
#bannerPerView{
	width: 100%;
	position: relative;
}
#bannerPerView .swiper-button-prev{
	left: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-image: url(../images/icon0024.png);

}
#bannerPerView .swiper-button-next{
	right: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-image: url(../images/icon0025.png);
}
#bannerPerView .swiper-button-next,
#bannerPerView .swiper-button-prev{
	width: 30px;
	height: 35px;
	background-size: 25px 25px;
	background-color: #c1c1c1;
	border: 1px solid #c1c1c1;
}
#bannerPerView .swiper-button-next:hover{
	border-right: none;
	border-color: #fff;
}
#bannerPerView .swiper-button-prev:hover{
	border-left: none;
	border-color: #fff;
}


/* 友情链接 */
.links .mainsVw{
        display: flex;
        margin-bottom: 20px;
        align-items: stretch;
        background-color: #1a5284;
        justify-content: space-between;
        border-top: 1px solid #1a5284;
        border-bottom: 1px solid #d4d4d4;
}
.links .title{
        width: 25px;
        color: #fff;
        margin: auto 0;
        vertical-align: middle;
        padding: 15px 0;
        text-align: center;
        background-color: #1a5284;
}
.linksBox{
        vertical-align: middle;
        width: calc(100% - 60px);
        padding: 0 2%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        background-color: #fff;
}
.linksBox a{
	width: 19.2%;
	margin-right: 1%;
	margin-top: 10px;
}
.linksBox a:nth-child(5n+5){
	margin-right: 0;
}
.linksBox a:last-child{
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.linksBox a{
		width: 32.6%;
		margin-right: 1%;
		margin-top: 10px;
	}
	.linksBox a:nth-child(5n+5){
		margin-right: 1%;
	}
	.linksBox a:nth-child(3n+3){
		margin-right: 0%;
	}
}
@media (max-width: 540px) {
	.linksBox{
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.linksBox a{
		width: 48%;
		margin-right: 0%;
		margin-top: 10px;
	}
	.linksBox a:nth-child(5n+5){
		margin-right: 0%;
	}
}