html,body{
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/*overflow: auto;*/
	/*border: 10px solid red;*/
	position: relative;
}
.oContentRight {
	width: 100%;
	background:#eae8e8;
	position: absolute;
	left: 0%;
	top: 0;	
	/*float: right;*/
	/*border: 10px solid green;*/	
}
.swiper-container {
	width: 98%;
	padding-top: 5rem;
	padding-bottom: 3rem;
}
.oBanner.swiper-container {
	height: 36rem;	
}
.oBanner .swiper-slide {
	background-position: center center;
	background-size: 100% 120%;
	width: 50%;
	/*height: 18rem;*/
}
.swiper-pagination-bullet {
	/*background: #f5f4f4;*/
}
.swiper-pagination-bullet-active {
	background: #598cc4;
	width: 2rem;
	height: .8rem;
	border-radius: 8px/5px;
}
/*文化资源 综合服务 热门推荐*/
.oCulture,.oServer,.oHot {
	background: #fff;
	margin-bottom: 2rem;
}
.oCulture .oContent img {
	margin-bottom: 1rem;
	filter: drop-shadow(0 0 15px #ccc);
	-webkit-filter: drop-shadow(0 0 15px #ccc);	
}
.oHeader {
	overflow: hidden;
	border-bottom: 1px solid #8c8c8c;
}
.oHeader .mui-table-view-cell {
	display: block;
}
.oHeader a {
	font-size: 1.6rem;
}
.oHeaderLeft {
	float: left;	
	color: #598cc4;
}
.oHeaderLeft span{
	width: 0;
	height: 0;
	padding: .1rem .2rem .1rem;
	background: #598cc4;
	margin-right: .5rem;
}
.oHeaderRight {
	float: right !important;
	color: #8c8c8c;
	/*margin: 10rem !important;*/
}
.oHeaderRight em {
	color: #f47675;
}
.mui-icon-extra{
	font-size: 2rem;
}
.mui-table-view-cell {
	padding: 18px 15px;
	display: inline-block;
}
.mui-table-view-cell>a:not(.mui-btn) {
	/*display: inline-block;*/
	/*margin: -11px 0;*/
	color: #8c8c8c;
	font-size: 1.8rem;
}
.mui-table-view-cell>a:not(.mui-btn).oHeaderLeft {
	color: #598cc4;	
	font-size: 2rem;
} 
.oContent img {
	display: block;
	width: 100%;	
}
.oContent i {
	display: block;
	text-align: center;
	font-size: 1.8rem;
}
.oContent .mui-table-view-cell {
	width: 16%;	
	font-size: 1.8rem;
}
.oServer .mui-navigate {
	position: relative;
}
.oServer .swiper-slide a {width: 100%;display: inline-block;}
.oServer .swiper-slide a img {width: 100%;}
.oServer i {
	position: absolute;
	left: 1rem;	
	top: 1rem;
	color: #8c8c8c;
	font-size: 1.8rem;
}
.oServer .oContent {
	/*height: 14rem;*/
}

.oContent {
	/*height: 14rem;*/
	/*display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;*/
}
.oHot .oContent .mui-table-view-cell {
	width: 48%;
	display: inline-block;
	margin: 1%;
	box-shadow: 0 0 1rem #ccc;	
}
.mui-table-view-cell:after {
	height: 0;
}
.text-shadow {
	text-shadow: 0 0 5px #ccc;
	-webkit-text-shadow: 0 0 5px #ccc;
	-moz-text-shadow: 0 0 5px #ccc;	
}
@media only screen and (max-width: 960px) {
	.oBanner.swiper-container {
		height: 20rem;
	}
}