.con {
	display: flex;
	justify-content: space-between;
	margin: 20px auto;
}

.con .content {
	width: 852px;
	min-height: 842px;
	border: 1px solid #EEEEEE;
}
.sub-menu{
	width: 852px;
	height: 46px;
	background: #F8F8F8;
	padding: 0 30px;
	font-weight: bold;
	line-height: 46px;
	display: flex;
	align-items: center;
}
.type-title{
	width: 84px;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
	margin-right: 20px;
	white-space: nowrap;
}
.icon-right{
	width: 7px;
	height: 12px;
}
.sub-menu span{
	margin-left: 20px;
}
.content .title{
	font-size: 20px;
	font-weight: bold;
	padding: 20px 40px;
	text-align: center;
}
.content .detail{
	padding: 0 30px 40px 30px;
}

.con .con-right{
	width: 330px;
}
.con-right .news-list{
	margin-top: 20px;
	width: 330px;
	height: 240px;
	border: 1px solid #EEEEEE;
}
.con-right .news-list dt{
	width: 330px;
	height: 46px;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.con-right .news-list dt span{
	width: 114px;
	height: 46px;
	line-height: 46px;
	background: #417CFE;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}
.con-right .news-list dd{
	padding: 5px 20px 5px 32px;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
.con-right .news-list dd::before{
	position: absolute;
	left: 20px;
	top: 10px;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #ccc;
}

.advert-big {
	width: 1200px;
	height: 130px;
	line-height: 0;
}

.advert-sm {
	width: 329px;
	height: 582px;
}
