.instruction .blocks{line-height: 34px;}.ViewMore{position: relative;display: flex;justify-content: center;margin: 20px 0;}
.ViewMore::before,.ViewMore::after{position: absolute;content:'';width:45.4%;height: 1px;background: #d8d8d8;top:50%;}
.ViewMore::before{left:0;}.ViewMore::after{right:0}

.ViewMore .showcontent{padding:0px 45px;background: #fff;border:1px solid #d8d8d8;display: inline-block;}

.instruction .tabBar{display: flex;justify-content: space-between;flex-wrap: wrap;}
.instruction .tabBar>.linkPage{width:24.5%;background-color: #f2f2f3;line-height: 84px;font-size: 30px;color:#1a1a1a;text-align: center;}
.instruction .tabBar>.linkPage:hover{background-color: #ebd2c8;color:#071764;}
.instruction .tabBar>.linkPage.active{background-color: #ebd2c8;color:#071764;}

.news-tabBar{display:flex;justify-content: space-between;flex-wrap: wrap;}
.news-tabBar-item{width:24%; /* width:360px; */}
.news-tabBar-item-title{height:160px;width:100%;font-size:24px;font-weight:600;color: #ffffff;/* padding-left:40px;padding-top:16px; */position:relative;}
.news-tabBar-item-title .mark{position: absolute;top:0;left:0;width:100%;height: 100%;background: rgba(0,0,0,0);z-index: 1;}
.news-tabBar-item-title .tit{position: absolute;top:16px;left:40px;z-index: 2;}
.news-tabBar-item-title .tit>span{display:block;font-size:21px;margin-top: 4px;font-weight: 100;white-space:nowrap;}
.news-tabBar-item-title.cols1{background-color:#ad0000;background: url(../images/indbg1.png) no-repeat center;background-size: 100% 100%;border-radius:6px;overflow: hidden;}
.news-tabBar-item-title.cols2{background-color:#e4620c;background: url(../images/indbg2.png) no-repeat center;background-size: 100% 100%;border-radius:6px;overflow: hidden;}
.news-tabBar-item-title.cols3{background-color:#5ebeca;background: url(../images/indbg3.png) no-repeat center;background-size: 100% 100%;border-radius:6px;overflow: hidden;}
.news-tabBar-item-title.cols4{background-color:#864d9b;background: url(../images/indbg4.png) no-repeat center;background-size: 100% 100%;border-radius:6px;overflow: hidden;}
.news-tabBar-item:hover{background:#ebd2c8;border-radius:0 0 6px 6px;}
.news-tabBar-item:hover .mark{background: rgba(0,0,0,.5);}
.news-tabBar-item:hover .tit{top:50%;left:50%;text-align:center;transform: translate(-50%, -50%);}


@media (max-width: 768px) {
	.ViewMore::before, .ViewMore::after { width: 32.4%;}
	.ViewMore .showcontent {padding: 0px 25px;}
	
	.instruction .tabBar>.linkPage {
	    width: 49%;line-height: 60px;font-size: 22px;margin-bottom: 10px;
	}
	
	.news-tabBar-item{width:48.6%;margin-bottom:10px;}
	.news-tabBar-item-title{height:100px;font-size:18px;}
	.news-tabBar-item-title .tit {
	    top: 50%;
	    left: 50%;
	    text-align: center;
	    transform:translateY(-50%) translateX(-50%);
	}
	.news-tabBar-item-title .tit>span{font-size:14px;}
}