.container {
  width: 900px;
  margin: 0 auto;
  }
.body {
   width: 900px;
   margin: 0 auto;
}
header .banner {
	overflow: hidden;
	width: 100%;
	height: 187px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
header ul {
	justify-content: space-around;
	height: 30px;
	background-image: url(../images/fake.gif);
	width: 900px;
}
header ul li {
	position: relative;
	cursor: pointer;
	line-height: 30px;
	color: white;
	text-align: center;
	width: 180px;
	float: left;
}
header ul li a {
  color: white;
}
header ul li:hover {
  background-color: #b10201;
}
.main {
  margin-top: 10px;
  background-color: #444;
  float: left;
  margin-bottom: 10px;
}
.main .main-left {
  float: left;
  width: 178px;
  background-color: #444;
}
.main .main-left ul {
  margin: 10px 0;
}
.main .main-left li {
  margin-left: 20px;
  border: 1px solid white;
  border-right: 0;
  padding: 2px;
}
.main .main-left a {
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  font-family: "MS PGothic";
  color: #fff;
}
.main .main-left a:hover {
  color: red;
}
.main .main-left .title {
  background: url(../images/leftNav.jpg) no-repeat;
  background-size: 180px 27px;
  height: 27px;
  padding-left: 34px;
  border: 0;
  font-weight: 700;
}
.main .main-right {
	background-color: #fff;
	float: left;
	width: 712px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
}
.main .main-right .top {
	overflow: hidden;
	text-align: left;
}
.main .main-right .top .m-t-left {
  width: 500px;
  float: left;
  overflow: hidden;
}
.main .main-right .top .m-t-left .newst {
	float: left;
	width: 490px;
	height: 290px;
	border: 1px solid #cacaca;
}
.main .main-right .top .m-t-left .newst .title {
  background-color: #ebebeb;
  line-height: 32px;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: bold;
  color: #272727;
  text-indent: 1em;
  border-bottom: 1px solid #aaa;
}
.main .main-right .top .m-t-left .newst ul {
  margin: 6px 6px;
  color: #444;
}
.main .main-right .top .m-t-left .newst ul li {
  line-height: 24px;
  overflow: hidden;
}
.main .main-right .top .m-t-left .newst ul li .outline {
	float: left;
	width: 380px;
	overflow: hidden;
	border: 1px solid;
	margin-bottom: 10px;
	margin-left: 6px;
}
.main .main-right .top .m-t-left .newst ul li .outline a {
  color: #444;
}
.main .main-right .top .m-t-left .newst ul li .outline a:hover {
  color: red;
}
.main .main-right .top .m-t-left .newst ul li .time {
	float: right;
	border: 1px solid
}
.main .main-right .top .m-t-left .newst ul li:hover {
  color: red;
}
.main .main-right .top .m-t-right {
  margin-left: 10px;
  width: 200px;
  height: 290px;
  float: left;
  border: 1px solid #cacaca;
}
.main .main-right .top .m-t-right .search {
  height: 200px;
}
.main .main-right .top .m-t-right .search .title {
  background-color: #ebebeb;
  line-height: 32px;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: bold;
  color: #272727;
  text-indent: 1em;
  border-bottom: 1px solid #aaa;
}
.main .main-right .top .m-t-right .search ul {
  margin: 6px 6px;
}
.main .main-right .top .m-t-right .search ul li {
  line-height: 24px;
  overflow: hidden;
  font-size: 12px;
  color: #444;
}
.main .main-right .top .m-t-right .search ul li .outline {
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 180px;
	margin-bottom: 10px;
}
.main .main-right .top .m-t-right .search ul li .outline a:hover {
  color: red;
}
.main .main-right .top .m-t-right .search ul li:hover {
  color: red;
}
.main .main-right .bottom {
  margin-top: 10px;
  float: left;
}
.main .main-right .bottom ul li {
	padding-top: 10px;
	width: 160px;
	height: 260px;
	float: right;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	margin-left: 16px;
}
.main .main-right .bottom ul li img {
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.main .main-right .bottom ul li p {
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  font-family: "MS PGothic";
  text-align: center;
}
.main .main-right .bottom ul li:nth-child(4n) {
  margin-right: 0;
}
.main .main-right .bottom ul li:hover {
	background-color: #eee;
}
footer {
	background-color: #444;
	color: white;
	float: left;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	font-family: "MS PGothic";
	margin-bottom: 10px;
}
footer a {
  color: #ed8383;
}