/*
欢迎学习自定义 CSS！

要了解其工作原理，请访问 http://wp.me/PEmnE-Bt
*/
/*非全宽幻灯片背景半透明*/
#home-featured {
	background: rgba(255,255,255,0);
}

/*非全宽幻灯片旁文章列表背景半透明*/
.slider-newest {
	background: rgba(255,255,255,0.9);
}

/*全宽幻灯片背景半透明*/
.flexslider {
	background-color: rgba(245,245,245,0.65);
}

/*文章列表主背景透明及边框透明（文章列表主背景透明会导致非博客模式下本章无背景，需要时可换为半透明）*/
.catlist-container, .bloglist-container {
	background: rgba(255,255,255,0);
	border: 1px solid rgba(234,234,234,0);
	border-radius: 2px;
}

/*文章列表标题背景半透明*/
.home-heading {
	margin: 0 0 20px;
	font-size: 16px;
	background-color: rgba(255,255,255,0.85);
	font-weight: normal;
	position: relative;
	border-bottom: 2px solid rgb(238,238,238);
	padding: 6px 0;
	border-radius: 4px;
}

/*文章列表文字背景半透明*/
.span_1 {
	width: 100%;
	transition: all .3s ease-out;
	background-color: rgba(255,255,255,0.82);
	overflow: hidden;
	border-bottom: 2px solid rgba(214,71,85,2);
	margin-bottom: 15px !important;
	padding-bottom: 15px !important;
}

/*底部下一页半透明*/
div.pagination a.navbutton {
	margin: 0 2px;
	border: 0 solid rgba(94,87,78,0.48);
	background-color: rgba(255,253,253,0.45);
}

/*articles上部排序背景半透明*/
#guide .group {
	height: 50px;
	border-bottom: 0 solid #d8d8d8;
	background-color: rgba(255,255,255,0.5);
	border-radius: 2px;
}

/*文章框格圆角*/
#main-wrap-left .col {
	margin: 0 0 10px;
	border-radius: 5px;
	padding-bottom: 0;
}

/*云音乐框格圆角，背景色*/
.nm-album-list .nm-list-item .music-info {
	background-color: rgba(255,255,255,0.46);
	border-radius: 4px;
}

/*footer背景色*/
#footer-wrap {
	background: rgba(0,0,0,.8);
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
}

/*footer背景色2*/
#footer-nav-wrap {
	position: relative;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.9);
	border-top: 1px solid rgba(255,255,255,0.08);
}

/*foote左对齐占据百分比*/
#footer-nav-left {
	width: 80%;
}

/*foote右对齐占据百分比*/
#footer-nav-right {
	width: 20%;
}

/*footeimg
#footerimg {
	top: 0;
	margin-left: 0;
	width: 1000px;
	height: 347px;
	position: absolute;
	left: 50%;
	z-index: 10;
	background: url(http://news.missevan.com/images/index/footer02.png);
}*/
.acirno-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.acirno-video iframe,.acirno-video object,.acirno-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 82%;
}
