				    /*commom style*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
  border: medium none;
  margin: 0;
  padding: 0;
}
em {
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
ins {
  text-decoration: none;
}
*:focus {
  outline: none;
}
a {
  color: #333;
}
a:hover {
  color: #3788e4;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cf:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
}
.cf {
  zoom: 1;
}
.hide {
  display: none;
}
.block {
  display: block;
}
input {
  font-family: '微软雅黑';
  text-align: left;
}
body {
  font-family: '微软雅黑';
  text-align: left;
  background: url(bg.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 1026px;
  height: 100%;
  width: 100%;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.zx_menu_con {
  background: #fff;
  padding: 20px;
}
/*第1层内容*/
.left-one {
  width: 440px;
}
.jggk {
  height: 40px;
  line-height: 40px;
}
.jggk a {
  color: #154894;
  font-size: 19px;
}
.gk-list li {
  width: 215px;
  height: 90px;
  background: #eeeeee;
  line-height: 90px;
  position: relative;
}
.gk-list li img {
  position: absolute;
  top: 25px;
  left: 30px;
}
.gk-list li a {
  font-size: 17px;
  font-weight: bold;
  color: #666666;
  padding-left: 105px;
}

.right-one {
  margin-left: 20px;
  width: 700px;
}
.xxgk-list {
  margin-top: 7px;
}
.xxgk-list li {
  width: 225px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  background: #d9d9d9;
}
.xxgk-list li a {
  font-size: 19px;
  color: #333333;
}
.xxgk-list .active {
  width: 225px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  background: #0463bb;
}
.xxgk-list .active a {
  font-size: 19px;
  color: #fff;
}

/*第二层内容*/
.floor-2 {
  margin-top: 20px;
}
.left-2 {
  width: 440px;
  height: 350px;
}
.zfxx-list {
  margin-top: 20px;
}
.zfxx-list li {
  width: 140px;
  height: 90px;
  border: 1px solid #e5e5e5;
  position: relative;
  text-align: center;
}
.zfxx-list li img {
  position: absolute;
  top: 15px;
  left: 35%;
}
.zfxx-list li span {
  display: inline-block;
  font-size: 17px;
  color: #333333;
  padding-top: 60px;
}

.right-2 {
  margin-left: 20px;
  width: 700px;
}
.jggk .jggk_title span {
  color: #999;
  font-size: 19px;
  padding-right: 5px;
}
.jggk .jggk_title .on {
  color: #154894;
}
.jggk .more {
  font-size: 13px;
  color: #999999;
}
.czsj-list {
  margin-top: 15px;
}
.czsj-list li {
  line-height: 30px;
  background: url('site.jpg') left center no-repeat;
}
.czsj-list li a {
  font-size: 15px;
  color: #333333;
  padding-left: 10px;
}
.czsj-list li span {
  font-size: 15px;
  color: #999999;
}

/*新加样式*/
.czsj-list li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 86%;
}

/* 内容区手机版 */
@media only screen and (max-width: 768px) {
  .left-one {
    width: 100%;
    float: none !important;
  }
  .jggk {
    height: 6rem;
    line-height: 6rem;
  }
  .jggk a {
    font-size: 2.4rem;
  }
  .gk-list li {
    width: 49%;
    height: auto;
    background: #eeeeee;
    line-height: 9rem;
    padding: 0 1rem;
  }
  .gk-list li a {
    font-size: 2rem;
    padding-left: 0;
    text-align: right;
    display: block;
    padding-right: 2rem;
  }
  .gk-list li img {
    top: 1.5rem;
    left: 3rem;
    width: 30%;
  }
  .gk-list li:nth-child(2),
  .gk-list li:nth-child(4) {
    margin-left: 2% !important;
  }
  .right-one {
    margin-left: 0;
    width: 100%;
  }
  .jggk .more {
    font-size: 2rem;
  }
  .xxgk-list {
    margin-top: 0.7rem;
  }
  .xxgk-list li {
    width: 49% !important;
    height: 8.5rem !important;
    line-height: 8.5rem !important;
    margin-bottom: 2% !important;
    margin-top: 0px !important;
  }
  .xxgk-list li:first-child,
  .xxgk-list li:nth-child(3),
  .xxgk-list li:nth-child(5) {
    margin-right: 2% !important;
  }

  .xxgk-list .active a {
    font-size: 1.9rem;
  }
  .xxgk-list li a {
    font-size: 1.9rem;
  }
  .xxgk-list li:nth-child(2),
  .xxgk-list li:nth-child(4),
  .xxgk-list li:nth-child(6) {
    margin-right: 0rem !important;
  }
  .xxgk-list li:nth-child(3) a {
    line-height: 4rem !important;
  }
  .floor-2 {
    margin-top: 0.2rem;
  }
  .left-2 {
    width: 100%;
    height: auto;
  }
  .zfxx-list {
    margin-top: 0.2rem;
  }

  .zfxx-list li {
    width: 49%;
    height: 9rem;
    margin-right: 2% !important;
    margin-top: 1rem !important;
  }
  .zfxx-list li:nth-child(even) {
    margin-right: 0px !important;
  }
  .right-2 {
    margin-left: 0;
    width: 100%;
    padding: 0 1rem;
  }
  .right-2,
  .right-one {
    margin-top: 3rem;
  }
  .floor-2 {
    margin-top: 2rem;
  }
  .jggk .jggk_title span {
    font-size: 2.4rem;
    padding-right: 0.5rem;
  }
  .czsj-list {
    margin-top: 1.5rem;
  }
  .czsj-list li {
    line-height: 3.5rem;
    background: none;
  }
  .czsj-list li a {
    font-size: 2rem;
    padding-left: 0rem;
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
    float: left;
    width: 100%;
  }
  .czsj-list li span {
    font-size: 2rem;
    float: left;
  }
  .zfxx-list li img {
    top: 1.5rem;
    left: 40%;
    width: 20%;
  }
  .zfxx-list li span {
    font-size: 2rem;
    padding-top: 5.5rem;
  }
}

				