/* 通用样式 */

@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
img {
  border: 0;
}

:focus {
  outline: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

body {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  background-color: #e0e0e0;
  font-size: 12px;
}

img {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.red {
  color: red !important;
}

.blue {
  color: rgb(00, 00, 255) !important;
}

/* 版心 */

.container {
  width: 990px;
  margin: 0 auto;
  text-align: center;
}

/* 头部样式 */

.headPanel {
  height: 70px;
  color: #ffffff;
  background-color: #191919;
  display: block;
}

.logoinfo {
  margin: 10px 15px;
}

.weatherinfo {
  margin-left: 100px;
}

.dateinfo {
  display: inline;
  text-align: center;
  padding-top: 10px;
  margin-right: 30px;
  cursor: default;
}

.dateinfo span {
  display: block;
  line-height: 20px;
}

/* 主体版块 */

.mainPanel {
  background-color: #f1f5f8;
  padding-top: 15px;
  padding-bottom: 50px;
}

/* 搜索版块 */

.search img:first-child {
  margin-left: 200px;
}

.search img:last-child {
  width: 16px;
  height: 16px;
  margin: 10px 0;
  padding: 7px 22px;
  margin-left: -61px;
  cursor: pointer;
  border-top: #919191 1px solid;
  border-right: #919191 1px solid;
  border-bottom: #919191 1px solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.search img:last-child:hover {
  background-color: #d0d0d0;
}

.search input {
  line-height: 24px;
  width: 400px;
  margin: 10px 0;
  color: #333333;
  padding: 3px 9px;
  border-radius: 2px;
  border: #919191 1px solid;
  /* box-shadow: 0 0 2px #888888; */
}

/* 详情版块 */

.detailsA,
.detailsB,
.detailsC {
  background-color: #fff;
  padding: 12px 20px 36px;
  border-radius: 8px;
  margin-top: 10px;
}

.detailsA a {
  display: inline-block;
  line-height: 30px;
  min-width: 70px;
  margin: 0 30px;
  vertical-align: middle;
  color: #262729;
  text-align: center;
}

.detailsB a {
  display: inline-block;
  line-height: 30px;
  min-width: 70px;
  margin: 0 25px;
  vertical-align: middle;
  color: #262729;
  text-align: center;
}

.detailsB span {
  display: inline-block;
  line-height: 24px;
  width: 60px;
  font-weight: bold;
  vertical-align: middle;
  color: RGB(247, 147, 30);
  text-align: center;
}

.detailsC a {
  display: inline-block;
  line-height: 30px;
  width: 65px;
  vertical-align: middle;
  color: #262729;
  text-align: center;
}

.detailsC span {
  display: inline-block;
  line-height: 24px;
  width: 50px;
  font-weight: bold;
  vertical-align: middle;
  color: RGB(247, 147, 30);
  text-align: center;
}

#exe_download {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 12px;
}

/* 页脚 */

.footPanel {
  margin: 0 auto;
  padding-bottom: 30px;
  background-color: #262729;
}

.footPanel a {
  display: block;
  padding: 5px 15px;
  line-height: 20px;
  color: #f1f1f1;
  cursor: default;
}

.footPanel span {
  display: inline-block;
  padding: 5px 15px;
  line-height: 20px;
  vertical-align: middle;
  color: #f1f1f1;
  cursor: default;
}

#beian {
  cursor: pointer;
}

#beian2 {
  cursor: pointer;
}

#wj_img {
  vertical-align: middle;
}
