
body {
    color: #000000;
    font-family: Verdana, "宋体", Arial, Sans;
    font-size: 13px;
    background: #fff;
}

h2 {
	font-size: 15px;
}

li {
	list-style: none;
	width: 700px;
  margin-top: 8px;
  line-height: 20px;
}

p {
	margin: 0;
}

a {
	color: #2836F4;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.stress {
	  margin-left: 2em; 
}

.title{
	font-weight: bold;
}

.label {
	font-size: 13px;
  color: #1878C9;
  font-weight: 700;
}
.red{
	color: red;
}
.blue{
	color: blue;
}
.green{
	color: green;
}
.cont {
	font-size: 13px;
}
.cont .n{
	color: #1878C9;
    font-weight: 700;
}
.img{
	width: 80%;
}
ul{
	margin-top: 25px;
}

.tit_box { padding:6px; background:#e3d4ad; color:#7a3c0a;}

.bar_tit {
	border-bottom:2px solid #ddd;
	line-height: 38px;
	height: 38px;
	margin-bottom: 8px;
	font-size: 14px;
	position: relative;
}
.search {
	padding: 5px;
	position: absolute;
	right: 0;
	top: 0px;
}

.bar_tit .title {
	font-weight: normal !important;
	line-height: 28px;
}

.search span {
	float: left;
	margin: 0 2px;
	line-height: 20px;
}
.search select {
	padding: 2px;
	line-height: 26px;
	height: 26px;
	border: 1px solid #ddd;
	border-radius: 2px;
}
.title {
	font-weight: bold;
}

.tit_box {
    background: #e6edf8;
    color: #3c4454;
    padding: 6px;
}
.pad10 {
	padding: 10px;
}