.topBannerRecommendDiv{
	width: 80%;
	height: auto;
	margin-left: 10%;
	overflow: hidden;
	margin-top: 20px;
}

.topBannerRecommendDiv .bannerDiv{
	width: 48%;
	height: auto;
	overflow: hidden;
	float: left;
	position: relative;
}

.topBannerRecommendDiv .bannerDiv .img{
	display: block;
	width: 100%;
	height: 350px;
	overflow: hidden;
	z-index: 1;
	cursor: pointer;
}

.topBannerRecommendDiv .bannerDiv .bannerBottomDiv{
	width: 100%;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
}

.topBannerRecommendDiv .bannerDiv .bannerBottomDiv .title{
	display: block;
	width: auto;
	max-width: 64%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	font-size: 16px;
	color: white;
	margin-left: 1%;
	float: left;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.topBannerRecommendDiv .bannerDiv .bannerBottomDiv .bannerSortListDiv{
	width: auto;
	max-width: 34%;
	height: 40px;
	overflow: hidden;
	margin-right: 1%;
	float: right;
	text-align: right;
}

.topBannerRecommendDiv .bannerDiv .bannerBottomDiv .bannerSortListDiv a{
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 16px;
	border: solid 1px white;
	margin-top: 12px;
	color: white;
	float: left;
	font-size: 12px;
	text-align: center;
	margin-left: 6px;
	cursor: pointer;
}

.topBannerRecommendDiv .bannerDiv .bannerBottomDiv .bannerSortListDiv a:hover{
	background: #0094dc;
	border: solid 1px #0094dc;
}

.topBannerRecommendDiv .bannerDiv .bannerBottomDiv .bannerSortListDiv .sel{
	background: #0094dc;
	border: solid 1px #0094dc;
}

.topBannerRecommendDiv .recommendDiv{
	width: 50%;
	height: auto;
	overflow: hidden;
	float: right;
}

.topBannerRecommendDiv .recommendDiv .trendsDiv{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.topBannerRecommendDiv .recommendDiv .trendsDiv .trendsTitleDiv{
	width: 100%;
	height: 30px;
	overflow: hidden;
	border-bottom: dashed 1px #D3D3D3;
}

.topBannerRecommendDiv .recommendDiv .trendsDiv .trendsTitleDiv .title{
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	color: white;
	background: #015293;
	float: left;
}

.topBannerRecommendDiv .recommendDiv .trendsDiv .trendsTitleDiv .moreDiv{
	width: auto;
	height: 30px;
	overflow: hidden;
	float: right;
	cursor: pointer;
}

.topBannerRecommendDiv .recommendDiv .trendsDiv .trendsTitleDiv .moreDiv a{
	display: block;
	width: auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #8a8a8a;
	float: left;
}

.topBannerRecommendDiv .recommendDiv .trendsDiv .trendsTitleDiv .moreDiv img{
	display: block;
	width: 11px;
	height: 11px;
	margin-top: 9.5px;
	float: left;
	margin-left: 3px;
}

.topBannerRecommendDiv .recommendDiv .trendsDiv .trendsListUl{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

.topBannerRecommendDiv .recommendDiv .trendsDiv .trendsListUl .firstLi{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0;
	margin: 0;
	color: #015293;
}

.topBannerRecommendDiv .recommendDiv .trendsDiv .trendsListUl .firstLi::before {
  content: "•";
  display: inline-block;
  font-size: 20px;
  float: left;
  width: 2%;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.topBannerRecommendDiv .recommendDiv .trendsDiv .trendsListUl .firstLi div{
	width: 96%;
	height: 30px;
	float: left;
	margin-left: 2%;
}

.topBannerRecommendDiv .recommendDiv .trendsDiv .trendsListUl .firstLi div .title{
	display: block;
	width: 80%;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 19px;
	color: #015293;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.topBannerRecommendDiv .recommendDiv .trendsDiv .trendsListUl .firstLi div .title:hover{
	text-decoration: underline;
}

.topBannerRecommendDiv .recommendDiv .trendsDiv .trendsListUl .firstLi div .time{
	display: block;
	width: 20%;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 13px;
	color: #808080;
	float: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.topBannerRecommendDiv .recommendDiv .trendsDiv .trendsListUl .noFirstLi{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0;
	margin: 0;
	color: #015293;
}

.topBannerRecommendDiv .recommendDiv .trendsDiv .trendsListUl .noFirstLi::before {
  content: "•";
  display: inline-block;
  font-size: 9px;
  float: left;
  width: 2%;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.topBannerRecommendDiv .recommendDiv .trendsDiv .trendsListUl .noFirstLi div{
	width: 96%;
	height: 30px;
	float: left;
	margin-left: 2%;
}

.topBannerRecommendDiv .recommendDiv .trendsDiv .trendsListUl .noFirstLi div .title{
	display: block;
	width: 80%;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 13px;
	color: #696969;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.topBannerRecommendDiv .recommendDiv .trendsDiv .trendsListUl .noFirstLi div .title:hover{
	color: #015293;
}

.topBannerRecommendDiv .recommendDiv .trendsDiv .trendsListUl .noFirstLi div .time{
	display: block;
	width: 20%;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 13px;
	color: #808080;
	float: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.shortcutButtonDiv{
	width: 100%;
	height: 130px;
	overflow: hidden;
	background: #015293;
	margin-top: 35px;
}

.shortcutButtonListDiv{
	width:80%;
	height:100px;
	overflow: hidden;
	margin-left: 10%;
	margin-top: 15px;
	cursor: pointer;
}

.shortcutButtonListDiv .shortcutCellDiv{
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border: solid 2px white;
	box-sizing: border-box;
	float: left;
}

.shortcutButtonListDiv .shortcutCellDiv img{
	display: block;
	width: 50px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

.shortcutButtonListDiv .shortcutCellDiv a{
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 14px;
	color: white;
}

.dynamicThemeContentDiv{
	width: 80%;
	height: auto;
	overflow: hidden;
	margin-left: 10%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.dynamicThemeContentDiv .dynamicCellDiv{
	width: 32.66%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	border: solid 1px #D3D3D3;
	float: left;
	margin-top: 15px;
	padding-bottom: 30px;
}

.dynamicThemeContentDiv .dynamicCellDivjg{
	margin-left: 1%;
	margin-right: 1%;
}

.dynamicThemeContentDiv .dynamicCellDiv .dyTopDiv{
	width: 94%;
	height: 100px;
	margin-left: 3%;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}

.dynamicThemeContentDiv .dynamicCellDiv .dyTopDiv .dyBg{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: fill;
	z-index: 1;
}

.dynamicThemeContentDiv .dynamicCellDiv .dyTopDiv .dyTitle{
	display: block;
	width: 90%;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: white;
	text-align: left;
	font-weight: 1000;
	z-index: 2;
	position: absolute;
	top: 16px;
	left: 5%;
}

.dynamicThemeContentDiv .dynamicCellDiv .dyTopDiv .dyMoreDiv{
	width: auto;
	max-width: 90%;
	height: 30px;
	overflow: hidden;
	z-index: 2;
	position: absolute;
	top: 51px;
	left: 5%;
	cursor: pointer;
}

.dynamicThemeContentDiv .dynamicCellDiv .dyTopDiv .dyMoreDiv a{
	display: block;
	width: auto;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 13px;
	color: white;
	float: left;
}

.dynamicThemeContentDiv .dynamicCellDiv .dyTopDiv .dyMoreDiv img{
	display: block;
	width: 11px;
	height: 11px;
	float: left;
	margin-top: 10px;
	margin-left: 3px;
}

.dynamicThemeContentDiv .dynamicCellDiv .dyContent{
	width: 90%;
	height: 246px;
	overflow: hidden;
	margin-top: 5px;
	margin-left: 5%;
}

.dynamicThemeContentDiv .dynamicCellDiv .dyContent a{
	display: block;
	width: 98%;
	height: 40px;
	line-height: 40px;
	border-bottom: dashed 1px #D3D3D3;
	text-align: left;
	font-size: 14px;
	color: black;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 1%;
	padding-right: 1%;
	cursor: pointer;
}

.dynamicThemeContentDiv .dynamicCellDiv .dyContent a:hover{
	color: #015293;
}

.advertisementDiv{
	width: 80%;
	height: auto;
	overflow: hidden;
	margin-left: 10%;
	margin-top: 10px;
	margin-bottom: 20px;
}

.advertisementDiv .advImg{
	display: block;
	width: 32.66%;
	height: 110px;
	float: left;
	cursor: pointer;
	margin-top: 15px;
}

.advertisementDiv .advImgFg{
	margin-left: 1%;
	margin-right: 1%;
}