body {
  background-color: #E6EDF1;
}
.header {
  text-align: center;
  width: 1000px;
  margin: auto;
  height: 100px;
}
.header .logoImg {
  width: 150px;
  padding-top: 15px;
}
.header .logoImg p {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}
.header h1 {
  width: 600px;
  font-weight: normal;
  height: 100px;
  line-height: 100px;
}
.header .right {
  width: 250px;
  height: 100px;
  line-height: 50px;
}
.header .right > p {
  width: 250px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 17px;
  color: orangered;
}
.header .right > p b {
  color: red;
  font-size: 20px;
}
.header .right .goWeb {
  margin-top: 20px;
  height: 30px;
  line-height: 30px;
}
.header .right .goWeb a {
  font-size: 14px;
  margin: 0 8px;
}
.header .right .goWeb a:hover {
  text-decoration: underline;
}
.header .right .goWeb .releaseHouse {
  padding: 3px 5px;
  border-radius: 5px;
  background-color: #31b0d5;
  color: #fff;
}
.menu {
  width: 100%;
  background-color: #F7821B;
}
.menu ul {
  width: 1020px;
  margin: auto;
}
.menu ul li {
  float: left;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.menu ul li a {
  display: inline-block;
  width: 200px;
  font-size: 16px;
  color: #fff;
}
.menu ul li:hover,
.menu ul .menuHover {
  background-color: #D84700;
}
.footer {
  width: 100%;
  margin: 20px auto;
  border-top: 1px solid #ccc;
  background-color: #EDEDED;
  text-align: center;
}
.footer .footer_about,
.footer .footer_map {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.footer .footer_beian {
  display: block;
  height: 30px;
  line-height: 30px;
}
.footer .footer_gongshangwangjian {
  display: block;
  width: 250px;
  margin: auto;
  height: 30px;
  line-height: 30px;
}
.footer .footer_gongshangwangjian img {
  height: 100%;
}
.footer .footer_gongshangwangjian span {
  width: 220px;
  text-align: center;
}
.toolbar {
  width: 58px;
  border: 1px solid #ddd;
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 88;
  background-color: bisque;
}
.toolbar ul li a {
  display: block;
  height: 56px;
  color: #666;
  margin-top: -1px;
  border-top: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.toolbar ul li a i[class^="icon-"] {
  display: inline-block;
  width: 26px;
  height: 24px;
  margin-top: 6px;
  background-image: url(../img/toolbar-icon.png);
  background-repeat: no-repeat;
}
.toolbar ul li a .icon-help {
  background-position: 0 -120px;
}
.toolbar ul li a .icon-service {
  background-position: 0 0;
}
.toolbar ul li a .icon-news {
  background-position: 0 -48px;
}
.toolbar ul li a .icon-notice {
  background-position: 0 -72px;
}
.toolbar ul li a .badge-box {
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: aquamarine;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 9px;
}
.toolbar ul li a:hover i {
  background-position-x: -28px;
}
.toolbar ul li a:hover p {
  color: blue;
}
.toolbar ul li:hover {
  background-color: chartreuse;
}
.toolbar .return-top a {
  display: block;
  height: 56px;
  color: #666;
  margin-top: -1px;
  border-top: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.toolbar .return-top a .icon-top {
  display: inline-block;
  width: 26px;
  height: 24px;
  margin-top: 6px;
  background: url(../img/toolbar-icon.png) no-repeat 0 -96px;
}
.toolbar .return-top a:hover i {
  background-position-x: -28px;
}
.toolbar .return-top a:hover p {
  color: blue;
}
.toolbar .return-top:hover {
  background-color: chartreuse;
}
.body {
  font-size: 14px;
  width: 1000px;
  margin: auto;
}
.body .textDescrible {
  width: 100%;
  text-align: justify;
  text-indent: 2em;
  font-size: 16px;
  line-height: 30px;
  margin: 10px auto;
  border-bottom: 1px solid #ddd;
}
.body .communityHandpick {
  width: 100%;
}
.body .communityHandpick .communityTitle {
  width: 110px;
  margin: 0 auto 10px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
}
.body .communityHandpick .communityTitle i {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 6px;
  background: url("../community/ico.png") -40px -40px;
}
.body .communityHandpick .communityTitle span {
  font-size: 18px;
  margin-left: 5px;
  width: 80px;
}
.body .communityHandpick .communityInfo .communityUl {
  width: 1000px;
}
.body .communityHandpick .communityInfo .communityUl > li {
  border: 1px solid #ddd;
  margin: 30px auto;
  width: 998px;
  height: 247px;
  overflow: hidden;
}
.body .communityHandpick .communityInfo .communityUl > li .handpickImg {
  width: 400px;
  height: 247px;
  overflow: hidden;
}
.body .communityHandpick .communityInfo .communityUl > li .handpickImg > img {
  display: block;
  width: 400px;
  height: 247px;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.body .communityHandpick .communityInfo .communityUl > li .handpickImg:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.body .communityHandpick .communityInfo .communityUl > li .handpickInfo {
  width: 578px;
  padding: 10px;
}
.body .communityHandpick .communityInfo .communityUl > li .handpickInfo .articleTitle .authorImg {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
}
.body .communityHandpick .communityInfo .communityUl > li .handpickInfo .articleTitle .authorImg > img {
  width: 100%;
}
.body .communityHandpick .communityInfo .communityUl > li .handpickInfo .articleTitle .articleName {
  margin-left: 20px;
}
.body .communityHandpick .communityInfo .communityUl > li .handpickInfo .articleTitle .articleName > h3 {
  height: 30px;
  line-height: 30px;
}
.body .communityHandpick .communityInfo .communityUl > li .handpickInfo .articleTitle .articleName .authorInfo {
  line-height: 22px;
}
.body .communityHandpick .communityInfo .communityUl > li .handpickInfo .articleInfo {
  line-height: 22px;
  margin: 10px auto;
}
.body .communityHandpick .communityInfo .communityUl > li .handpickInfo .articleTag {
  line-height: 22px;
}
.body .communityHandpick .communityInfo .communityUl > li .handpickInfo .articleTag > div {
  padding: 0 5px;
  margin: auto 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.body .communityHandpick .communityInfo .communityUl > li:hover {
  -webkit-box-shadow: 0 5px 5px #ddd;
  -moz-box-shadow: 0 5px 5px #ddd;
  box-shadow: 0 5px 5px #ddd;
}
