 * {
 	margin: 0;
 	padding: 0;
 	box-sizing: border-box;
 	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }
        /*  */
		.index-news-content-item {
			width: 291px;
			width: 359px;
		
			float: left;
			/* display: inline-block; */
			margin-right: 12px;
			cursor: pointer;
		}
		.index-news-content-item-image-box {
			width: 100%;
			height: 188px;
			height: 256px;
		
			/* border-radius: 20px; */
			margin-bottom: 12px;
			overflow: hidden;
		}
		.index-news-content-item-image {
			width: 100%;
			height: 100%;
			/* border-radius: 4px; */
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			transition: .6s;
		}
		.index-news-content-item-text1 {
			font-size: 12px;
			line-height: 100%;
			color: #666666;
			margin-bottom: 12px;
			display: flex;
			align-items: center;
		}
		.index-news-content-item-text1 span {
			font-size: 12px;
			line-height: 100%;
			color: #14A986;
			font-weight: 400;
			padding: 4px 6px;
			background: rgba(9, 167, 157, 0.1);
			border-radius: 4px;
			margin-right: 5px;
		}
		.index-news-content-item-text2 {
			font-size: 18px;
			line-height: 140%;
			color: #282828;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
			overflow: hidden;
			font-weight: 500;
			margin-bottom: 12px;
			transition: .6s;
			text-align: center;
			/* height: 20px; */
			height: 50px;
		}
		.mentBtn{
			width: 105px;
			height: 25px;
			border-radius: 50px;
			display: flex;
			align-items: center;
			justify-content: center;
			margin-bottom: 15px;
			font-size: 12px;
			border:#4E4C4C 1px solid;
			color: #4E4C4C;
		}
		.mentBtn img{
			width:14px;
			height: 14px;
			margin-left: 5px;
		}
		.index-news-content-item>a{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
		.eatHM {
			width: 100%;
			height: 220px;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
		.eatTitle {
			font-size: 36px;
		}
		
		.eatSubtitle {
			font-size: 14px;
			letter-spacing: 2px;
		}
		@media (max-width: 766px) {
			.index-news-content-item {
				width: 100%;
			}
			.eatHM{
				height: auto;
				padding: 20px 0;
			}
		}
 .detailAll{
	width: 100%;
	text-align: center;
	margin-top: 150px;
 }
 .detailTitle{
	 font-size:40px;
	 font-weight: bolder;
 }
 .detailDate{
	 color: #999998;
	 font-size: 15px;
	 text-align: left;
	 margin-top: 30px;
 }
 .detailContent{
	 font-size: 18px;
	 line-height: 35px;
	 margin-top: 30px;
	 text-align: left;
	 margin-bottom: 30px;
 }
 
 @media (max-width:996px) {
	 .detailAll{
	 	margin-top: 120px;
	 }
	 .detailTitle{
	 	 font-size:25px;
	 }
	 .detailDate{
	 	 font-size: 10px;
	 	 padding: 0 15px;
	 	 box-sizing: border-box;
	 }
	 .eatTitle{
		font-size: 30px;
	 }
	  .detailContent{
		  font-size: 15px;
		  line-height: 30px;
		  padding: 0 15px;
		  box-sizing: border-box;
	  }
 }