html{
	position: relative;
	background: #f6f6f6;
}
body{
	margin: 0;
	padding: 0;
	/* background: #1A2030; */
	/* background-size: 100%; */
}
.white{
	color: #fff!important;
}
.bgwhite{
	background-color: #fff!important;
}
.flex{
	display: flex;
}
.flex-align{
	align-items: center;
}
.between{
	justify-content: space-between;
}
.center{
	justify-content: center;
}
a {
	text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
	text-decoration: none;
	color: #333333;
}
/*已经访问过的链接*/
a:visited {
	text-decoration: none;
	color: #333333;
}
/*鼠标划过(停留)的链接*/
a:hover {
	text-decoration: none;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
	text-decoration: none;

}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
	text-decoration: none;
	color: #333333;
	/* color: #fff; */
}
/* 大于1000px */
@media screen and (min-width: 1000px) {
	.newInfo {
		height:auto;
		min-height:7rem;
	}
	.title{
		height: 1.2rem;
		background: #ffffff;
		box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
		color: #000000;
		align-items: center;
	}
	.title-c-r{
		color: #333333;
	}
	.title-c-r .ull a:hover{
		color: #D39730;
		border-bottom: 0.03rem solid #D39730;
	}
	.li-underline{
		border-bottom: 0.03rem solid #D39730;
		color: #D39730!important;
	}
}
/* 小于1000 */
@media screen and (max-width: 1000px) {
	.title2{
		background: #ffffff;
		box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	}
	.newInfo{
		margin-top: 90px!important;
		height:auto;
		min-height:14rem;
		width: 18rem;
	}
	.newInfo-top {
		width: 16rem;
	}
	.newInfo-title {
		width: 16rem;
	}
	.newInfo2 {
		width: 18rem;
	}
	.newInfo2>div {
		width: 16rem;
	}
	.tag8 {
		width: 18rem;
	}
	.title3-box-tag>a{
		color: #fff!important;
	}
}
.newInfo{
	width: 12rem;
	background: #ffffff;
	margin: 0 auto;
	margin-top: 1.48rem;
	padding-top: 0.5rem;
}
.newInfo-top{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 11rem;
	margin: 0 auto;
	font-size: 0.16rem;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.newInfo-top>img{
	width: 0.18rem;
	height: 0.14rem;
	margin-right: 0.1rem;
}
.newInfo-title{
	width: 11rem;
	/* height: 1rem; */
	/* background: red; */
	margin: 0 auto;
	text-align: center;
	margin-top: 0.46rem;
	border-bottom: 0.01rem solid #D39730;
	padding-bottom: 0.3rem;
}
.newInfo-title-tag{
	font-size: 0.4rem;
	color: #333333;
	font-weight: 600;
}
.newInfo-title-time{
	font-size: 0.16rem;
	color: #666666;
	font-weight: 400;
	margin-top: 0.4rem;
}
.color-o{
	color: #D39730;
}
/* newInfo2 */
.newInfo2{
	width: 12rem;
	height: 1.76rem;
	margin: 0 auto;
	margin-top: 0.2rem;
	border-top: 0.02rem solid #D39730;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.newInfo2>div{
	width: 11rem;
	text-align: left;
	font-size: 0.16rem;
	color: #333;
	margin: 0.1rem 0;
}
.newInfo2-color{
	color: #D39730!important;
}
.tag8{
	width: 12rem;
	height: 1rem;
	text-align: center;
	line-height: 0.8rem;
	font-size: 0.15rem;
	color: #666666;
	font-weight: 400;
	margin: 0 auto;
}
.newInfo-content{
	margin: 0 auto;
	background: #ffffff;
	flex-direction: column;
	width: 11rem;
	font-size: 0.16rem;
	color: #333;
	text-align: justify;
}
.newInfo-content img{
	width:100%;
}
/* 小于580 */
@media screen and (max-width: 580px) {
	.newInfo{
		height:auto;
		width: 94%;
		padding-top: 20px;
		overflow: hidden;
		min-height:20rem;
	}
	.newInfo-top{
		width: 90%;
		font-size: 14px;
	}
	.newInfo-top>img {
		width: 18px;
		height: 14px;
		margin-right: 1px;
	}
	.newInfo-title{
		width: 90%;
		margin-top:28px;
		border-bottom: 1px solid #D39730;
		padding-bottom: 15px;
	}
	.newInfo-title-tag{
		font-size: 20px;
	}
	.newInfo-title-time{
		font-size: 16px;
		margin-top: 20px;

	}
	.newInfo2{
		width: 94%;
		height: auto;
		margin-top:10px;
		border-top: 2px solid #D39730;
	}
	.newInfo2>div{
		width: 90%;
		font-size: 14px;
		margin: 20px 0;
	}
	.tag8{
		width: 94%;
		height: auto;
		line-height: 30px;
		font-size: 12px;
	}
	.newInfo-content{
		margin: 0 auto;
		background: #ffffff;
		flex-direction: column;
		width: 90%;
		font-size: 14px;
		color: #333;
		text-align: justify;
	}
	.newInfo-content img{
		width:100%;
	}
}
