*,
html,
body,
a,
ul,
li,
div {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  list-style: none;
}
/*顶部导航*/
.top {
  color: #333;
  font-size: 12px;
  font-family: "微软雅黑";
  margin-top: 10px;
}
.top .top-link-left {
  text-align: left;
}

.top .top-link-left a {
  text-align: left;
  color: #333 !important;
  font-size: 12px;
  font-family: "微软雅黑";
}

.top .top-link-right {
  text-align: right;
}

.top .top-link-right a {
  text-align: left;
  color: #333 !important;
  font-size: 12px;
  font-family: "微软雅黑";
}

/*内容*/
.box {
  margin: 0 auto;
  margin-top: 80px;
}
.box > .logo {
  width: 100%;
  text-align: center;
}
.box > .logo img{
    cursor: pointer;
}
.box > .search {
  width: 100%;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.box > .search input {
  display: inline;
  vertical-align: middle;
  line-height: 42px;
  color: #ccc;
  font-size: 16px;
  padding-left: 10px;
  font-family: "Microsoft Yahei";
}
.box > .search button {
  background-color: #3385ff;
  padding: 0;
  border: 0;
  margin-top: 15px;
  border-radius: 0px;
  color: #ffffff;
  width: 100px;
  font-size: 16px;
  height: 44px;
  font-family: "Microsoft Yahei";
}


.box .zixun{
  margin-top: 50px;
  margin-bottom: 80px;
}
.box .zixun .new {
  width: 100%;
  margin-bottom: 10px;
}

.new-left {
  font-size: 18px;
  color: #000000;
  float: left;
}
.new-right {
  float: right;
}

.new-right a {
  font-size: 14px;
  color: #0088cc;
}

.zixun li {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
}
.zixun li  em{
  font-size: 16px;
  font-style: normal;
  margin-right: 10px;
}
.zixun li a{
  color: #333!important;
}
.zixun li a:hover{
  color: #0088cc !important; 
}

.footer {
  margin-top: 150px !important; 
  color: #333 !important;
  text-align: center;
  font-size: 12px;
}
.footer a {
  color: #333 !important;
}

.m-0{
  margin-bottom: 8px !important;
  margin-top: 8px !important;
}