header {
  width: 1200px;
  height: 85px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 209px;
  height: 65px;
}
header .nav {
  display: flex;
  justify-content: flex-start;
  padding-right: 20px;
  margin-top: 50px;
}
header .nav li a {
  margin-left: 57px;
  color: #333;
  font-size: 19px;
  font-family: 'FZLTHJW';
  cursor: pointer;
}
header .nav li a:hover {
  color: #00b896;
}
.banner {
  width: 100%;
  height: 340px;
  background-color: #dffefd;
}
.banner .inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  background: url(../images/banner.png) no-repeat 100% 100%;
}
.content-wrapper {
  width: 1200px;
  margin: 0 auto;
}
.content-wrapper .hot {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-top: 25px;
}
.content-wrapper .hot a {
  width: 145px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  background: #00b896;
  color: #fff;
  font-size: 16px;
  font-family: 'FZLTHJW';
  margin: 0 10px 10px 0;
  border-radius: 5px;
}
.content-wrapper .cw-tit a {
  display: block;
  background: url(../images/icon-a.png) no-repeat;
  padding-left: 37px;
  margin-left: 15px;
  margin-bottom: 10px;
  font-family: 'FZLTCHJW';
  color: #1cb793;
}
.content-wrapper .gray {
  background: #f9f9f9;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-top: 25px;
  padding-bottom: 15px;
}
.content-wrapper .gray a {
  text-align: center;
  height: 45px;
  line-height: 45px;
  background: #fff;
  color: #333;
  font-size: 16px;
  font-family: 'FZLTHJW';
  box-shadow: 0 0 10px #ccc;
}
.content-wrapper .gray a:hover {
  color: #00b896;
}
.content-wrapper .hott a {
  width: 241px;
  margin: 0 10px 10px 0;
}
.content-wrapper .information a {
  width: 141px;
  margin: 0 30px 16px 0;
}
.content-wrapper .english a,
.content-wrapper .math a,
.content-wrapper .politics a,
.content-wrapper .education a,
.content-wrapper .psychology a,
.content-wrapper .manage a,
.content-wrapper .law a,
.content-wrapper .art a,
.content-wrapper .news a,
.content-wrapper .mtify a,
.content-wrapper .science a,
.content-wrapper .computer a {
  width: 231px;
  margin: 0 30px 10px 0;
}
.content-wrapper .kyfl a,
.content-wrapper .economy a,
.content-wrapper .finance a {
  width: 271px;
  margin: 0 30px 10px 0;
}
.content-wrapper .mpa a {
  width: 314px;
  margin: 0 30px 10px 0;
}
.content-wrapper .history a {
  width: 253px;
  margin: 0 30px 10px 0;
}
.footer {
  text-align: center;
  padding: 30px 0;
  color: #aaa;
  line-height: 35px;
  background: #444546;
}
.footer a {
  color: #aaa;
}
.footer span {
  color: #aaa;
}
/* .offcn_copyright{clear:both;text-align:center;background:#333333;line-height:30px;padding-top: 40px;padding-bottom: 40px;font-size:16px;}
.offcn_copyright a,.offcn_copy{color:#c2c2c2;margin: 0 auto;}
.offcn_copyright a:hover{color: #ffffff;}
.offcn_copy{background: #333333;padding:5px 0;}
#footTime{color: #c2c2c2;} */
