.midthir {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	/* background-color: skyblue; */
}

.seach {
	width: 1000px;
	height: 80px;
	padding-top: 20px;
	border-radius: 20px;
	background-color: rgb(237,237,237);
}

.seachmid {
	font-size: 18px;
	width: 900px;
	height: 50px;
	margin: 0 auto;
	/* background-color: skyblue; */
}

.theight {
	height: 63%;
}

.message {
	width: 100%;
	height: 360px;
	margin-top: 15px;
	/* background-color: pink; */
}

/* 信息部分 */
.memim {
	float: left;
	width: 330px;
	height: 100%;
	margin-right: 5px;
	/* background-color: red; */
}

.memim:last-child {
	margin-right: 0;
}

.meup {
	width: 100%;
	height: 30px;
	/* background-color: gray; */
}

.spanig {
	float: left;
	margin-right: 5%;
	width: 25px;
	height: 30px;
	/* background-color: #000000; */
}

.neirong {
	width: 200px;
	height: 30px;
	/* background-color: pink; */
}

.memid {
	width: 100%;
	height: 170px;
	margin: 0;
	padding: 0;
	/* background-color: pink; */
}

.medown {
	width: 100%;
	height: 110px;
	/* background-color: skyblue; */
}

.mes {
	font-size: 12px;
}

.mes a {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.mes a:hover {
	text-decoration: underline;
}

.mesri {
	display: inline-block;
	width: 80px;
	height: 20px;
	/* background-color: palegoldenrod; */
	float: right;
}

.medown p {
	margin-bottom: 5px;
}

/* 五粮液新闻部分 */
.fiveNews {
	margin-top: 25px;
	width: 100%;
	height: 530px;
	/* background-color: pink; */
}

.fiveNewsLeft {
	float: left;
	height: 538px;
	width: 65%;
	/* background-color: #00BCD4 */
}

.fiveNewsLeftUp {
	width: 100%;
	height: 30px;
	/* background-color: palegoldenrod; */
}

.fiveNewsLeftMid {
	width: 100%;
	height: 190px;
	border-bottom: 1px dashed grey;
	padding-top: 10px;
	padding-bottom: 20px;
	/* background-color: skyblue; */
}

.fiveNewsLeftMid .ig {
	float: left;
	width: 50%;
	height: 160px;
	padding: 5px;
	/* background-color: pink; */
}

.fiveNewsLeftMid .igright {
	float: right;
	width: 50%;
	height: 171px;
	padding: 10px;
	/* background-color: seagreen; */
}

.fiveNewsLeftDown {
	width: 100%;
	height: 305px;
	/* background-color: #04414D; */
}

.fiveNewRight {
	float: right;
	width: 34%;
	height: 200px;
	/* background-color: #055160; */
}

.fiveNewRightUp {
	width: 100%;
	height: 30px;
	/* background-color: palegoldenrod; */
}

.fivNewsRightDown {
	width: 100%;
	height: 200px;
}

/* 细节,a标签颜色 */
.acolor{
	color: white;
}