@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
}

ul li {
	list-style: none;
}

img {
	border: none;
}

body {
	font-size: 16px;
	color: #333;
	line-height: 180%;
}

/*解决导航黄色背景 start*/
.mark {
	background-color: transparent;
}

/*解决导航黄色背景 end*/
h2 {
	padding-left: 30px;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #8c1515;
}

.white {
	color: #FFF;
}

.summary {
	padding: 8px 0;
	font-size: 14px;
	color: #CCCCCC;
}

.date {
	color: #999999;
}

.wrap {
	padding: 50px 0;
	max-width: 1920px;
	margin: 0 auto;
}

.top {
	height: 120px;
}

.top_line {
	height: 10px;
	background-color: #9e003a;
}

.footer {
	background: #0066cc url(../images/bg-logo.png) repeat;
	color: #FFF;
}

.footer h5 {
	font-weight: bold;
}

.footer a {
	color: #FFF;
}

.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.footer p {
	margin: 0;
}

.footer .card {
	width: 6rem;
	border: none;
	background-color: transparent;
	color: #FFF;
}

.dark_blue {
	height: 10px;
	background-color: #9e003a;
}

/*数据展示行*/
.blue_dark {
	background: url(../images/pic-bg1.jpg) no-repeat;
	background-size: cover;
}

.title_white {
	float: left;
	width: 70%;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}

/*新闻列表*/
.news_list_yw {
	background-color: #fff;
	min-height: 306px;
	overflow: hidden;
}

.news_list_yw ul {
	padding: 0;
}

.title_rect {
	min-height: 50px;
	line-height: 50px;
	padding-left: 10px;
	border-bottom: 1px solid #9e003a;
}

.title_rect .title {
	float: left;
	width: 70%;
	font-size: 18px;
	font-weight: bold;
	color: #9e003a;
}

.title_rect .more {
	float: left;
	font-size: 14px;
	padding-right: 20px;
	text-align: right;
	width: 30%;
	color: #9e003a;
}

.title_rect .more a {
	color: #9e003a;
}

.title_rect .more a:hover {
	color: #ff0000;
}

/*背景透明新闻类别*/
.news_list_transparent {
	padding: 10px;
	min-height: 260px;
	color: #FFF;
	overflow: hidden;
}

.news_list_transparent .title_rect {
	border-bottom: 1px solid #FFF;
}

.news_list_transparent .title_rect .title {
	float: left;
	width: 70%;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}

.news_list_transparent .title_rect .more,
.news_list_transparent .title_rect .more a {
	color: #FFF;
}

.news_list_transparent .wp_article_list .list_item .Article_PublishDate,
.news_list_transparent .wp_article_list a {
	color: #FFF;
}

.news_list_transparent .wp_article_list {
	padding: 0;
}

.news_list_transparent .wp_article_list .list_item .Article_Index {
	background: url(../images/dot_white.png) no-repeat 50%;
}

/*最下面单列新闻*/
.one_column {
	padding: 10px;
	overflow: hidden;
}

.blue {
	background-color: #DBEBF5;
}

.imgscroll2_td {
	padding: 0 10px;
}

/*服务链接*/
.service {
	margin-top: 50px;
}

.service a {
	color: #FFF !important;
}

.service .rect {
	display: block;
	line-height: 80px;
	text-align: center;
}

.service i {
	/*font 图标大小*/
	font-size: 26px;
}

/*站群系统模块样式调整*/
.wp_article_list .list_item {
	height: 36px;
	border: none;
}

.articlelist1_a_title {
	height: 36px;
	line-height: 36px;
}

.articlelist1_li {
	background-position: bottom;
}

.focus-box,
.focus-container {
	max-height: 388px !important;
}

.focus-pagination {
	bottom: 8px !important;
}

/*动态数字*/
.data {
	font-size: 15px;
	color: #FFF;
	background-color: transparent;
	border: none;
}

.data .card-title {
	font-size: 30px;
}

.news_time {
	background-color: #0066cc !important;
}

.news_days,
.news_year {
	color: #FFF !important;
}

/*内容页配置*/
.wp_articlecontent {
	padding: 0 !important;
	margin: 20px 0 40px;
	font-size: 16px;
	line-height: 30px;
}

.wp_articlecontent p {
	padding: 8px 0;
}

.post_title {
	text-align: center;
}

.content {
	border: #CCCCCC solid 1px;
	padding: 10px;
}

.news_icon {
	height: 24px;
	background-position: 0px 11px;
}