.show{
	font-size: 0;
}
.show img{
	width: 100%;
	overflow: hidden;
}
.header .navli6_show a:nth-of-type(2) {
	color: #4EAFDF;
}
.tab-switch{
	width: 22.92%;
	margin: 0 auto;
	display: flex;
	margin-top: 51px;
}
.tab-switch div{
	width: 50%;
	padding: 13px 0;
	background: #f8f8f8;
	border-radius:10px 0px 0px 10px;
	font-size:1.3vw;
	font-family:PingFangSC-Medium;
	color:#CECECE;
	text-align: center;
	cursor: pointer;
	transition: 0.6s;
}
.tab-switch div:nth-of-type(1){
	border-radius:10px 0px 0px 10px;
	background: #3097D1;
	color:#fff;
}
.tab-switch div:nth-of-type(2){
	border-radius:0px 10px 10px 0px;
}
.tab-news{
	width: 59.5%;
	margin: 0 auto;
	margin-top: 90px;
}
.new-list{
	padding-bottom:41px ;
	border-bottom: 1px solid #CECECE;
	margin-bottom: 42px;
}
.new-list a{
	width: 100%;
	display: flex;
}
.new-list div:nth-of-type(1){
	margin-right: 30px;
	position: relative;
	font-size: 0;
	width: 35.726%;
	height: 11.14vw;
	min-width: 404.5px;
	overflow: hidden;
}
.new-list div:nth-of-type(1) img{
	width: 100%;
	height: 100%;
}
.new-list div:nth-of-type(1) p{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	font-size:1vw;
	font-family:PingFangSC-Medium;
	color:#fff;
	text-align: center;
	padding: 8px 0;
}
.new-list div:nth-of-type(2) p:nth-of-type(1){
	font-size:1.5vw;
	font-family:PingFangSC-Bold;
	color:#333;
}
.new-list div:nth-of-type(2) p:nth-of-type(2){
	font-size:1.04vw;
	font-family:PingFangSC-Regular;
	color:#999;
	margin-top: 20px;
}
.new-list div:nth-of-type(2) p:nth-of-type(3){
	font-size:1.04vw;
	font-family:PingFangSC-Regular;
	color:#cecece;
	margin-top: 96px;
}
.tab-news .new-list:nth-of-type(3){
	border-bottom: none;
}
.tab-news .new-list:nth-of-type(6){
	border-bottom: none;
}
.tab-news .new-list:nth-of-type(7){
	border-bottom: none;
}
.tab-news ul{
	display: flex;
	justify-content: center;
}
.tab-news ul li{
	font-size:1.25vw;
	font-family:PingFangSC-Medium;
	color:#CECECE;
	margin: 0 25px;
	cursor: pointer;
}
.tab-news ul li:nth-of-type(2){
	color: #276FB5;
}

.tab-dynamic{
	width: 59.5%;
	margin: 0 auto;
	margin-top: 90px;
}
.dynamic-list{
	padding-bottom:41px ;
	border-bottom: 1px solid #CECECE;
	margin-bottom: 42px;
}
.dynamic-list a{
	width: 100%;
	display: flex;
}
.dynamic-list div:nth-of-type(1){
	margin-right: 30px;
	position: relative;
	font-size: 0;
	width: 35.726%;
	height: 11.14vw;
	min-width: 404.5px;
}
.dynamic-list div:nth-of-type(1) img{
	width: 100%;
	height: 100%;
}
.dynamic-list div:nth-of-type(1) p{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	font-size:1vw;
	font-family:PingFangSC-Medium;
	color:#fff;
	text-align: center;
	padding: 8px 0;
}
.dynamic-list div:nth-of-type(2) p:nth-of-type(1){
	font-size:1.5vw;
	font-family:PingFangSC-Bold;
	color:#333;
}
.dynamic-list div:nth-of-type(2) p:nth-of-type(2){
	font-size:1.04vw;
	font-family:PingFangSC-Regular;
	color:#666;
	margin-top: 20px;
}
.dynamic-list div:nth-of-type(2) p:nth-of-type(3){
	font-size:1.04vw;
	font-family:PingFangSC-Regular;
	color:#999;
	margin-top: 96px;
}
.tab-dynamic .dynamic-list:nth-of-type(3){
	border-bottom: none;
}
.tab-dynamic .dynamic-list:nth-of-type(6){
	border-bottom: none;
}
.tab-dynamic .dynamic-list:nth-of-type(7){
	border-bottom: none;
}
.tab-dynamic ul{
	display: flex;
	justify-content: center;
}
.tab-dynamic ul li{
	font-size:1.25vw;
	font-family:PingFangSC-Medium;
	color:#CECECE;
	margin: 0 25px;
	cursor: pointer;
}
.tab-dynamic ul li:nth-of-type(2){
	color: #276FB5;
}