/*rpn start*/

#rpn_news1 {
	background-color: #F7FAFA;
	height: auto;
	/*width: 100% !important;*/
}

#featured {
	width: auto;
	height: auto;
}

#featured img {
	width: inherit;
	height: inherit;
}

.carousel-caption {
	/*background-color: rgba(0,102,51,.9);*/
	word-break: break-all;
	right: 0;
	left: 0;
	bottom: 0;
	padding-bottom: 0;
	background-color: rgba(0, 0, 0, .6);
	padding-top: 8px;
}

.carousel-caption h3 {
	margin: 6px auto;
}

.carousel-caption a {
	font-size: 18px;
	color: #FFFFFF;
	font-family: 'microsoft yahei';
}

.carousel-indicators {
	display: none;
}

.carousel-bullets li.active {
	background-color: #66FF66;
}

#rpn_news1 .carousel-control {
	margin-top: 20%;
	width: 39px;
}

#rpn_news1 .carousel-control.left {
	background-image: url(../img/leftarrw.png);
}

#rpn_news1 .carousel-control.right {
	background-image: url(../img/rightarrw.png);
}


/*rpn end*/


/*.bs-tabs 标签卡风格*/

.bs-tabs {
	position: relative;
	padding: 45px 15px 15px;
	margin: 0 0 15px;
	/*border-color: #e5e5e5 #eee #eee;*/
	border-color: #ddd;
	border-style: solid;
	border-width: 1px;
	-webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
	box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05)
}

.bs-tabs:after {
	position: absolute;
	top: 15px;
	left: 15px;
	font-weight: 700;
	color: #959595;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-family: 'Microsoft Yahei';
}

.bs-tabstag1:after {
	content: "新闻、公示";
}

.bs-tabstag2:after {
	content: "仪器平台、学术、科研";
}

.bs-tabstag3:after {
	content: "党团";
}

.bs-tabstag4:after {
	content: "各类通知";
}

.bs-tabstag5:after {
	content: "招聘、招生";
}

.bs-tabstag6:after {
	content: "辅助";
}

#life_info .wp_article_list .list_item {
	height: 28px;
	margin-top: 6px;
}

a.more-link {
	text-decoration: none;
}

@media (max-width: 990px) {
	span.Article_Title {
		width: 18em;
		white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		overflow: hidden;
	}
	span.Article_Index {
		display: none !important;
	}
}

@media (max-width: 768px) {
	#rpn_news1 .carousel-control {
		margin-top: 16%;
		width: 39px;
	}
	span.Article_Title {
		width: 15em;
		white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		overflow: hidden;
	}
}

@media (max-width: 400px) {
	span.Article_Title {
		width: 12em;
		white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		overflow: hidden;
	}
}

@media (max-width: 340px) {
	span.Article_Title {
		width: 10em;
		white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		overflow: hidden;
	}
}