body,div,ul,p{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
.elis{
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
}
.elis2{
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
header{
	width: 100%;
	height: 168px;
	background-color: #182551;
}
.top-r{
			position: absolute;
			right: 104px;
			top: 51px;
			display: flex;
			align-items: center;
		}
		.top-r img{
			display: block;
			width:66px;
			height:66px;
			border-radius: 50%;
			overflow: hidden;
			margin-right: 12px;
		}
		.top-r p{
			font-size: 33px;
			font-weight: 600;
			color: #FFFFFF;
			line-height: 46px;
			letter-spacing: 2px;
		}
		#center-tab{
			width: 1200px;
			margin: 12px auto 0;
			padding-bottom: 120px;
			background-color: white;
			border-bottom: 1px solid #F0F0F0;
		}
		.jc-tit{
			position: relative;
			font-size: 30px;
			font-weight: 500;
			color: #000000;
			line-height: 42px;
			padding-left: 15px;
			margin: 48px 0 18px;
		}
		.jc-tit::after{
			content: '';
			position: absolute;
			left: 0;
			top: 9px;
			width: 5px;
			height: 24px;
			background: #FFC73A;
			border-radius: 4px;
		}
		.jc-des{
			display: flex;
			margin-bottom: 19px;
			align-items: center;
		}
		.jc-des img{
			display: block;
			width: 25px;
			height: 25px;
			border-radius: 50%;
			overflow: hidden;
			margin-right: 10px;
		}
		.jc-des p{
			font-size: 18;
			color: #333333;
			line-height: 25px;
		}
		.jc-item{
			display: flex;
			justify-content: space-between;	
		}
		.item{
			width: 210px;
		}
		.item-img{
			position: relative;
			width: 210px;
			height: 325px;
		}
		.item-img img{
			display: block;
			width: 101%;
			height: 100%;
			border-radius: 8px;
		}
		.item-see{
			position: absolute;
			padding: 4px 8px 4px 6px;
			top: 7px;
			right: 0;
			background: #FFCB4B;
			border-radius: 7px 0 0 7px;
			opacity: 0.8;
			font-size: 15px;
			color: #FFFFFF;
		}
		.item-up{
			position: absolute;
			bottom: 6px;
			right: 8px;
			height: 18px;
			font-size: 13px;
			font-weight: 400;
			color: #FFFFFF;
			line-height: 18px;
		}
		.item-p1{
			font-size: 25px;
			margin: 10px auto 8px;
			font-weight: 400;
			color: #333333;
			line-height: 36px;
		}
		.item-p2{
			font-size: 18px;
			color: #838383;
			line-height: 25px;
		}
		footer{
			text-align: center;
			color: #9F9F9F;
			padding-top: 47px;
			padding-bottom: 26px;
		}
		.foot-bq{
			 font-size: 13px;
			 margin-bottom: 14px;
		}
		.foot-ba{
			font-size: 10px;
			margin-top: 21px;
		}
		a{
			text-decoration: none;
			color: #9F9F9F;
		}