@charset "utf-8";
.container{
	width: 900px;
	margin: 0 auto;
	padding-bottom: 40px;
	text-align: center;
}
.container h1{
	font-size: 25px;
	color: #010101;
	font-weight: bold;
	margin-bottom:30px ;
}
.container .neirong{
	text-align: left;
}
.container .neirong img{
	max-width: 100%;
}
.location{
	display: flex;
	flex-direction: row-reverse;
	width: 1300px;
	margin: 0 auto;
	padding-top: 20px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
.location ul{
	display: flex;
}
.location ul li{
	margin-right: 12px;
}
a:hover{
	color: #1D81BE;
}
.command{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.command .title{
	position: relative;
	left: 20px;
	font-weight: bold;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
}
.command .line{
	height: 2px;
	background: #000000;
	margin-top: 17px;
	margin-bottom: 20px;
}
.command .title:before{
	content:'';
	position:absolute;
	bottom: 0;;
	left:-10px;
	display:block;
	width: 5px;
	background: #1E82C0;
	height: 100%;
}
.box{
	display: flex;
	/*justify-content: space-between;*/
}
.box .item{
	width: 280px;
	margin-right: 50px;
}
.box .item img{
	width: 100%;
}
.box .item .bt{
	height: 16px;
	line-height: 16px;
	font-size: 15px;
	font-weight: bold;
	display:-webkit-box;
	text-overflow:ellipsis;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow: hidden;
	margin-top: 13px;
}
.box .item .date{
	margin-top: 7px;
	font-size: 12px;
	line-height: 25px;
}
.box .item .more{
	text-align: right;
}
