﻿@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
a,
area {
  outline: none;
  blr: expression(this.onFocus=this.blur());
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #004898;
}
img {
  -ms-interpolation-mode: bicubic;
}

html,
body {
  font-family: "微软雅黑", sans-serif;
  min-width: 1280px;
  font-size: 16px;
  line-height: 1.8;
}
html {
  height: 100%;
  position: relative;
}
input {
  border-radius: 0;
}
button {
  -webkit-appearance: none;
  border-radius: 0;
}
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
form {
  list-style: none;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.boxcenter {
  margin: 0 auto;
}
.fl_all {
  float: left;
  display: inline-block;
}
.fr_all {
  float: right;
  display: inline-block;
}
.txtdot {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
* {
  -webkit-text-size-adjust: none;
} /*禁止手机字体变大*/

/*responsive Normal*/
.maxcontainer {
  width: 100%;
  min-width: 1280px;
}
.container {
  width: 1280px;
}
.fl_pc {
  float: left;
  display: inline-block;
}
.fr_pc {
  float: right;
  display: inline-block;
}
.col_2in1 {
  width: 50%;
  *width: 49.9%;
}
.col_3in1 {
  width: 33.3%;
}
.col_4in1 {
  width: 25%;
  *width: 24.9%;
}
.col_5in1 {
  width: 20%;
  *width: 19.9%;
}
.col_6in1 {
  width: 16.6%;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.pchide {
  display: none;
}
.mhide {
  display: block;
}
.pchider {
  display: none !important;
}
.mhider {
  display: block !important;
}
.padhide {
  display: block;
}
.padshow {
  display: none;
}
.mar0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.grey-1px-border {
  border: 1px solid #efefef;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
  line-height: 0;
}
.main {
  position: relative;
  overflow: hidden;
}
body {
  background: url(wzgl-bg1.png) center top no-repeat;
}
.topic-webmana-banner {
  padding-bottom: 28%;
  background: url(wzgl-banner-bg1.png) center top no-repeat;
  background-size: contain;
}
.topic-wzgl-items {
  overflow: hidden;
  width: 1200px;
  margin: 30px auto;
}
.topic-wzgl-items > dl {
  width: 585px;
  height: 460px;
  overflow: hidden;
  float: left;
  background-color: #fff;
  margin-bottom: 30px;
}
.topic-wzgl-items > dl:nth-child(even) {
  margin-left: 30px;
}
.topic-wzgl-items > dl > dt {
  height: 60px;
  overflow: hidden;
  background: url(bg-wzgl-title.png) 0 0 repeat-y;
}
.topic-wzgl-items > dl > dt em img {
  height: 32px;
  float: left;
  margin-top: 14px;
  margin-left: 15px;
}
.topic-wzgl-items > dl > dt em {
  font-style: normal;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  margin-left: 15px;
}
.topic-wzgl-items > dl > dt i {
  height: 8px;
  float: right;
  overflow: hidden;
  margin-top: 26px;
  margin-right: 20px;
}
.topic-wzgl-items > dl > dt i img {
  height: 100%;
  display: block;
}
.topic-wzgl-items > dl > dd {
  /* padding: 15px; */
  overflow: hidden;
}
.topic-wzgl-list {
  margin: 15px 30px;
}
.topic-wzgl-list > li {
  height: 52px;
  line-height: 52px;
  font-size: 22px;
  border-bottom: 1px dashed #d0d1d2;
  position: relative;
  padding-left: 20px;
  overflow: hidden;
}
.topic-wzgl-list > li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #4c4c4c;
  position: absolute;
  left: 0;
  top: 22px;
}
.topic-wzgl-list > li:hover::before {
  background-color: #2323d0;
}
.topic-wzgl-list > li a {
  color: #4c4c4c;
}
.topic-wzgl-list > li a:hover {
  color: #2323d0;
}
.topic-wzgl-list > li:last-child {
  border-bottom: 0;
}
.wzgl-items-inner {
  overflow: hidden;
  height: 190px;
  width: 100%;
  margin: 20px 0 50px;
  float: left;
}
.wzgl-items-inner > li {
  float: left;
  width: 300px;
  height: 190px;
  text-align: center;
}
.wzgl-items-inner > li a {
  display: inline-block;
}
.wzgl-items-inner > li img {
  display: block;
  margin: 32px auto 10px;
  height: 90px;
  transition: all 0.3s ease-in-out;
}
.wzgl-items-inner > li:first-child {
  background-color: #2e2ad9;
}
.wzgl-items-inner > li:nth-child(2) {
  background-color: #2063fa;
}
.wzgl-items-inner > li:nth-child(3) {
  background-color: #9f31de;
}
.wzgl-items-inner > li:last-child {
  background-color: #cb25e0;
}
.wzgl-items-inner > li span {
  color: #fff;
  font-size: 20px;
}
.wzgl-items-inner > li:hover img {
  transform: scale(1.05);
}
.wzgl-items-inner > li a:hover span {
  font-weight: bold;
}