@charset "utf-8";

/*大标题*/

.P_title {
	position: relative;
}

.P_title:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 24px;
	width: 100%;
	z-index: 0;
	height: 1px;
	border-bottom: 2px solid #2d71b3;
	content: " ";
}

.P_title h1 {
	position: relative;
	width: 204px;
	z-index: 10;
	display: block;
	background-color: #fff;
	font-size: 26px;
	color: #2d71b3;
	text-align: center;
	padding: 0;
	line-height: 50px;
	font-weight: 600;
	margin: 0 auto;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.P_title h1 {
		width: 150px;
	}
}

.P_title span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #2d71b3;
	position: absolute;
	top: 50%;
	margin-top: -4px;
}

.P_title span.line_left {
	left: 0;
}

.P_title span.line_right {
	right: 0;
}


/*选项卡区域*/

.list_menu {
	margin: 50px 0;
	width: 100%;
	clear: both;
}

.tab_box {
	width: 100%;
}

.tab_box .nav-tabs {
	margin: 60px auto;
}

@media (max-width: 767px) {
	.list_menu {
		margin: 10px 0;
	}

	.tab_box .nav-tabs {
		margin: 20px auto;
	}
}

.nav-tabs>li {
	padding: 0px;
	border: 1px solid #2d71b3;
	width: 33%;
}

.nav-tabs>li>a {
	display: block;
	margin-right: 0px;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	padding: 0;
	border: none;
	color: #2d71b3;
	border-radius: 0;
}


/*.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #fff;
  cursor: pointer;
  border: none;
  font-weight: 600;
  background-color: #2d71b3;
  border-bottom-color: transparent;
}*/

.nav-tabs>li>a.active,
.nav-tabs>li>a.active:focus,
.nav-tabs>li>a.active:hover {
	color: #fff;
	cursor: pointer;
	border: none;
	font-weight: 600;
	background-color: #2d71b3;
	border-bottom-color: transparent;
}


/*列表头*/

.list_title {
	position: relative;
	padding: 0 1em;
	margin-bottom: 1em;
}

.list_title h4 {
	color: #2d71b3;
	text-align: left;
	padding: 0;
	margin-left: 1em;
	line-height: 1.5em;
	font-weight: 600;
	font-size: 20px;
}

.list_title:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 2.5em;
	width: 100%;
	z-index: 0;
	height: 1px;
	border-bottom: 3px solid #2d71b3;
	content: " ";
}

.list_title:before {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #2d71b3;
	position: absolute;
	top: 2.6em;
	left: 0;
	margin-top: -5px;
	content: " ";
}

.list-con .list_box {
	margin: 0 auto;
	min-height: 30em;
}

.list_box li {
	list-style-type: none;
	border-bottom: 1px solid #aaaaaa;
	padding: 20px 0;
}

.list_box li>a {
	display: block;
}

.list_box .media-left,
.list_box .media>.pull-left {
	padding-right: 1em;
}

.list_box .time {
	width: 5em;
	height: 4.5em;
	border: 1px solid #959595;
	border-radius: 6px;
}

.list_box .time h4 {
	line-height: 1.5em;
	text-align: center;
	color: #6b6c6d;
	font-weight: 600;
	border-bottom: 1px solid #626262;
}

.list_box .time h5 {
	line-height: 1em;
	text-align: center;
	color: #6b6c6d;
}

.list_box .media-body {
	color: #666768;
	/*font-weight: 600;*/
}

.list_box a:hover .media-body {
	color: #2d71b3;
}

.list_box .media-body img {
	width: 323px;
	height: 200px;
}

.list_box .media-body h4 {
	margin: 0 0 15px 0;
	color: #666;
	font-weight: 600;
}

.list_box .media-body p {
	font-size: .9em;
	line-height: 2em;
}

@media (max-width: 767px) {
	.list_box .media-body h4 {
		margin: 10px 0 5px 0;
	}

	.list_box .media-body p {
		line-height: 1.2em;
	}

	.list_box .media-body img {
		width: 100%;
		height: auto;
	}
}

.list_box nav {
	margin-top: 2em;
	margin-bottom: 2em;
}

.list_box nav .pagination {
	margin: 0;
}

.pagination>li>a,
.pagination>li>span {
	padding: 6px 10px;
}

.page_box .pagination {
	margin: 40px auto;
}
.special_title img {
	width: 100%;
	height: auto;
}
.list_menu .pager li>a,
.list_menu .pager li>span {
	border-radius: 0;
	font-size: 24px;
	color: #2d71b3;
}

.list_menu .pager>.active>a,
.list_menu .pager>.active>a:focus,
.list_menu .pager>.active>a:hover,
.list_menu .pager>.active>span,
.list_menu .pager>.active>span:focus,
.list_menu .pager>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}