/* LESS Document */
body {
  background-color: #dddddd;
}
header {
  height: 250px;
  background-image: url("../images/banner.jpg");
  background-size: cover;
}
nav {
  background-color: white;
}
body > .container {
  background-color: white;
  margin-bottom: 12px;
}
body > .container:first-child {
  margin-bottom: 0px;
}
#proposition-list {
  background-color: white;
}
#proposition-list h1,
#proposition-list h2 {
  text-align: center;
  color: #8d40ef;
  font-size: 24px;
  font-family: "微软雅黑";
}
#proposition-list ul {
  background-color: white;
  list-style: none;
  padding: 0px;
}
#proposition-list ul > li {
  float: left;
  margin: 14px;
  text-align: center;
}
#proposition-list ul > li > a > p {
  padding: 5px 0px;
}
#proposition-list ul > li > a > div > img {
  width: 200px;
  height: 112px;
  border: 1px solid #575757;
  border-radius: 3px;
}
#proposition-list ul > li:hover > a > div > img {
  border: 1px solid #8d40ef;
}

#news-list{
	
}
.main-title h1,
.main-title h2{
  text-align: center;
  color: #8d40ef;
  font-size: 24px;
  font-family: "微软雅黑";
}
#news-list ul {
  background-color: white;
  list-style: none;
  padding: 0px;
}
#news-list ul>li{
	padding:18px;
	border-bottom:1px dashed #8d40ef;
}
footer {
  border-top: 8px solid #C795FF;
  background-color: #411686;
  border-bottom: 20px solid #dddddd;
}
footer h5 {
  text-align: center;
  color: white;
  font-size: 1.1em;
  font-family: "微软雅黑";
}

article{
	padding:72px;
	font-size:1.2em;
	line-height:2.4em;
	text-indent:2.4em;
}

