/* Press */
.dropdown-menu>li>a {
	padding: 3px 24px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	/* color: #aa0000; */
	background-color: #DDD;
	border: 0 !important;
	border-radius: 0 !important;
}

.nav-tabs.nav-justified>li>a {
	border-radius: 0;
}

.nav_gray>.nav-tabs>li>a {
	border: 0;
	padding: 10px;
}

.nav_gray ul {
	background-color: #EEE;
}

.nav_gray .pagination {
	background-color: #FFF;
}

.nav_gray>.tab-content {
	margin-top: 40px;
}

.pnews_pal {
	/* height: 180px; */
	overflow: hidden;
	margin: 20px 0;
	border-bottom: 1px solid #DDD;
	padding-bottom: 1em;
}

.pnews_pic {
	width: 30%;
	float: left;
}

.pnews_pic img {
	width: 100%;
}

.pnews_info {
	width: 68%;
	float: left;
	margin-left: 2%;
	line-height: 2em;
}

.pnews_info_title {
	font-size: 1.6em;
}

.pnews_info_intro {
	text-align: justify;
	margin-top: 1em;
	color: #888;
	height: 4em;
	overflow: hidden;

}

.pnews_info_label {
	margin-top: 1em;
}

.pnews_info_label span {
	color: #AAA;
}

.press_push {
	background-color: #EEE;
	padding: 0.5em 1em;
	margin-left: 20px;
}

.press_push ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.press_push ul li {
	/* line-height: 2em; */
	padding: 10px 0;
	overflow: hidden;
	width: 50%;
	float: left;
}

.press_push_header {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
	border-bottom: 1px dotted;
	padding-bottom: 0.5em;
}

.press_push_header i {
	top: 3px;
}

.p_dot,
.p_lab {
	float: left;
}

.p_dot {
	width: 6%;
}

.p_dot i {
	color: brown;
	font-size: 10px;
}

.p_lab {
	width: 94%;
}

.p_lab div:nth-child(2n) {
	text-align: right;
	color: #AAA;
}

/* .pnews_info_title a:hover,
.pnews_info_label a:hover,
.p_lab a:hover {
	color: brown;
}
 */