@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

div {
	font-size: 12px;
	margin: 0 auto;
	line-height: 150%;
}

ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1, h2, h3, h4, form {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	border: none;
	vertical-align: middle;
	display: block;
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #cd0000;
}

.red { color: #cd0000; }
.fl { float: left; }
.fr { float: right; }
.cl { clear: both; }

/* --- 顶部区域 --- */
.area {
	height: 30px;
	width: 98%;
	background: #e8e6e6;
	line-height: 30px;
	padding: 0 20px;
	margin-top: 5px;
}

.area a {
	padding: 0 5px;
	font-size: 12px;
}

/* --- 主容器 --- */
.con {
	height: 20%;
	overflow: hidden;
	width: 100%;
	margin-top: 5px;
}

/* --- 主要内容区 --- */
.main {
	width: 100%;
	float: none;
	height: 100%;
	overflow: hidden;
}

/* --- 内容盒 --- */
.box {
	color: #000099;
	border: 1px solid #e8e6e6;
	border-top: 1px solid #e8e6e6;
	height: 100%;
	overflow: hidden;
	margin-bottom: 5px;
	white-space: normal;
	width: 100%;
	box-sizing: border-box;
	padding: 0 40px;
	font-size: 12px;
}

.box h2 {
	font-weight: normal;
	font-size: 13px;
	height: 95px;
	line-height: 95px;
	padding: 0 10px;
	background: #9999ff;
}

.box h2 a { color: #fff; }

/* --- 关于我们 --- */
.about {
	font-size: 13px;
	padding: 16px 0;
	line-height: 24px;
	text-indent: 2em;
}

.about a {
	color: #ff6600;
	font-size: 14px;
}

/* --- 列表区域 --- */
.sin_list {
	height: auto;
	width: 48%;
	margin: 5px 0;
	padding-top: 2px;
	font-size: 12px;
	box-sizing: border-box;
}

/* 板块大标题 */
.sin_list h2 {
	padding-left: 0px;
	height: 55px;
	line-height: 55px;
	color: #003399;
	font-size: 18px; 
	font-weight: bold;
	width: 100%;
	box-sizing: border-box;
}

.sin_list h2 .more {
	float: right;
	background: #003399;
	color: #fff;
	line-height: 22px;
	font-size: 12px;
	padding: 0 10px;
	margin-top: 13px;
}

.sin_list h2 .more:hover {
	background: #003399;
	text-decoration: none;
}

.sin_list dl {
	height: 125px;
	width: 100%; 
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.sin_list dt {
	float: left;
	width: 140px;
	height: 135px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.sin_list dd {
	float: right;
	width: calc(100% - 140px - 20px); 
	height: 135px;
	overflow: hidden;
	margin-left: 20px; 
	padding: 0;
}

/* 【已调整】小标题 h3 -> 16px */
.sin_list dd h3 {
	font-size: 16px; 
	font-weight: bold;
	line-height: 20px; 
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	margin: 0;
}

/* 【已调整】简介段落 p -> 14px */
.sin_list dd p {
	margin: 0;
	padding: 4px 0 0 0; 
	height: auto;
	line-height: 21px; /* 配合14px字体的舒适行高 */
	font-size: 14px; /* 修改为 14px */
	color: #000099;
	overflow: hidden;
	display: block;
}

.sin_list ul {
	margin-top: 15px;
	line-height: 24px; 
	width: 100%;
}

/* 【已调整】列表项 li -> 14px */
.sin_list ul li {
	font-size: 14px; /* 修改为 14px */
	height: 24px; 
	overflow: hidden;
	padding-left: 0px;
}

.sin_list ul li span {
	float: right;
	color: #003399;
	font-size: 13px; /* 右侧辅助信息稍微小一点点，或者保持14px也可 */
}

/* --- 友情链接 --- */
.link {
	width: 960px;
	line-height: 50px;
	height: 50px;
	max-width: 100%;
	margin: 0 auto;
}

.link b { font-size: 14px; }

.link a {
	padding: 0 5px;
	font-size: 12px;
}