@charset "utf-8";
body {
  /*max-width: 1000px;*/
  min-width: 320px;
  margin: 0 auto;
  background-color: #ffffff;
}
.list li {
  /*padding: 8px 0;*/
  /*border-bottom: 1px dashed #e5e5e5 ;*/
}
.list li div {
  padding: 3px 0;
}
.list li p {
  flex: 1;
}
.list li p a{
  color:#000;
}
.list li p a em{
  color: red;
}
.list li p:before {
  content: url(/uploads/image/siiv/circle.png);
  margin-right: 5px;
  transform: translatey(-2px);
  display: inline-block;
}
.list li span {
  width: 80px;
  text-align: right;
}
.list ul hr {
  margin: 8px 0;
  border-top: 1px dashed #e5e5e5;
  border-bottom:0;
}
.jzgd {
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  background-color: #fe9900;
  color: #ffffff;
  cursor:pointer;
}
.blue {
  height: 80px;
  background-color: #7fa5c9;
}
.hot {
  position: relative;
  border-bottom: 3px solid #cccccc;
}
.hot:before {
  content: "";
  position: absolute;
  width: 30%;
  height: 3px;
  background-color: #fe9900;
  bottom: -3px;
  left: 0;
}
.hot .more {
  color: #888888;
}
.hot-content {
  padding: 10px;
  box-sizing: border-box;
}
.hot-box {
  width: 48%;
}
.hot-box p {
  color: #888888;
}
.content-right-bottom {
  margin-top: 20px;
}
.w-b .nav{
  height: 40px;
  background-color: #fe9900;
}
.nav-left{
  height: 40px;
}
.nav-left span{
  /*border-right: 1px solid #fbbb5a;*/
  padding: 0 20px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
}
.nav-left span a{
  color: #fff;
}
.nav-left .active{
  background-color: #f3f3f3;
  color: #606060;
}
.nav-left .active a{
  color: #606060;
}
.hot-text .seach{
  background-color: #ffffff;
}
#loading{
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  display: none;
}
#loading img{
  width:35px;
  height: auto;
}