
.content{
	width: 1200px;
	margin: auto;
	padding:8px;
	margin-top: 380px;
	margin-bottom: 10px;
	border-radius: 5px;
	background: #fff;
	box-sizing: border-box;
	border:1px solid #ddd;
	box-shadow: 0 0 4px #ddd;
	overflow: hidden;
}
@media screen and (max-width: 1550px) {
  .content{
  	margin-top: 320px;
  }
}
.content-bottom{
	width: 100%;
	height: 380px;
}
.news{
	width: 373px;
	height: 436px;
	background: #bd0100;
	float: left;
}
.news-title{
	line-height: 32px;
	font-size: 16px;
	color: #fff;
	margin-left: 20px;
	margin-top: 10px;
}
.news-ul{
	height: 378px;
	overflow: hidden;
}
.news-ul li{
	margin-left: 20px;
}
.news-ul li a{
	width: 90%;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.news-ul li a:hover{
	text-decoration: underline;
}
.news-ul li a span{
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 8px;
	vertical-align: middle;
	margin-top: -1px;
	margin-right: 10px;
	display: inline-block;
}
.banner1{
	width: 809px;
	height: 436px;
	float: left;
	position: relative;
	overflow: hidden;
}
.banner1-img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.banner1-img li{
	width: 100%;
	height: 100%;
	display: none;
}
.banner1-p p{
	width: 100%;
	text-align: center;
	background: rgba(0,0,0,0.4);
	position: absolute;
	bottom: 0;
	left: 0;
}
.banner1-p p a{
	line-height: 38px;
	color: #fff;
}
.banner1-p p a:hover{
	line-height: 38px;
	color: #fdb300;
}
.banner1-a{
	position: absolute;
	right: 2px;
	bottom: 12px;
}
.banner1-a a{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	margin-right: 3px;
	background: #fff;
	cursor: pointer;
}
.banner1-a a.curr{
	background: #fdb300;
}
.container{
	background: url(../images/ds-1.jpg) no-repeat;
	background-size: 100%;
	overflow: hidden;
}
.infor{
	width: 49%;
	height: 300px;
	float: left;
	margin-top: 20px;
}
.infor1{
	width: 100%;
}
.infor-title{
	border-bottom: 1px solid #ddd;
}
.infor-title h5{
	width: 200px;
	height: 42px;
	line-height: 36px;
	font-size: 1.8rem;
	padding-left: 40px;
	color: firebrick;
	background: url(../images/ds-5.png) no-repeat left bottom;
	display: inline-block;
}
.infor-title a{
	float: right;
	margin-top: 13px;
	color: firebrick;
	font-size: 12px;
}
.infor-title a:hover{
	color: #206fcd;
}
.infor-ul{
	height: 235px;
	margin-top: 5px;
	overflow: hidden;
}
.infor-ul li a{
	height: 38px;
	line-height: 38px;
	color: #4d4d4d;
	font-size: 1.4rem;
	display: block;
	border-bottom: 1px dotted #ddd;
}
.infor-ul li a:hover,.infor-ul li a:hover span{
	color: firebrick;
}
.infor-ul li a strong{
	width: 80%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.infor-ul li a span{
	float: right;
	color: #999;
}
.industry{
	margin-right: 2%;
}
.dsgs{
	width: 562px;
	margin-top: 15px;
	margin-left: 17px;
	margin-bottom: 20px;
	border:1px solid #ddd;
	float: left;
}
.dsgs-img>img{
	width: 436px;
	height: 206px;
	float: left;
}
.dsgs-time{
	width: 126px;
	height: 206px;
	background: #bd0100;
	color: #fff;
	float: left;
}
.dsgs-time>p{
	text-align: center;
	font-size: 16px;
	margin-top: 70px;
}
.dsgs-time>span{
	display: block;
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
}
.dsgs>h5{
	line-height: 40px;
	font-size: 16px;
	margin-left: 10px;
}
.dsgs>a{
	width: 96%;
	height: 105px;
	line-height: 26px;
	margin-left: 2%;
	font-size: 14px;
	color: #666;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.dsgs>a:hover{
	color: firebrick;
}
.dsgs>span{
	line-height: 30px;
	margin-left: 2%;
	font-size: 14px;
	color: #888;
}
.dsgs>strong{
	float: right;
	line-height: 30px;
	margin-right: 10%;
	font-size: 14px;
	color: #888;
}
