﻿* {
  padding: 0;
  margin: 0;
  border: none;
  font-family: Hiragino Sans GB, "微软雅黑", Microsoft YaHei, Arial, sans-serif;

}
fieldset,
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
body {
  background-color: #fff;
  min-width: 1200px;
  color: #333333;
  font: 16px/30px Hiragino Sans GB, "微软雅黑", Microsoft YaHei, Arial, sans-serif;
}
li {
  list-style: none;
}
.hide {
  display: none;
}
.clearfix {
  /* 触发 hasLayout */
  zoom: 1;
}
.clearfix:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}

.gdzflogo img{
  display: block;
}
.banner {
  background: url("/global/zczx_banner.png") no-repeat center;
  width: 100%;
  min-width: 1200px;
  height: 371px;
}

.main {
  width: 1171px;
  margin: 10px auto;
}

.main .tips {
 background: url("/global/zczx_guide.png") no-repeat;
 background-position:center center;
 height:457px;
 width:1171px;
}

.main .tips li{
 position:relative;
 height:130px;
 width:130px;
 float: left;
 top:110px;
}

.main .tips .button1{
left: 85px;
}

.main .tips .button2{
left: 375px;
}

.main .tips .button3{
left: 670px;
}

.main .content {
  margin: 10px auto;
}
.main .content .answer {
  margin-bottom: 26px;
}
.main .content .seek {
  background-color: #f5fafe;
  box-sizing: border-box;
  padding:10px 75px 60px;
}
.main .content .seek .searchs {
  width: 880px;
  margin: 20px auto 40px;
}
.main .content .seek .searchs {
  height: 50px;
  line-height: 50px;
  display: block;
}
.main .content .seek .searchs input {
  width: 740px;
  border: 1px solid #0e83e4;
  border-radius: 4px;
  background: #ffffff;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  display: block;
  text-indent: 10px;
  outline: none;
  box-sizing: border-box;
}
.main .content .seek .searchs button {
  width: 124px;
  border: 1px solid #0e83e4;
  border-radius: 4px;
  background: #0e83e4;
  cursor: pointer;
  color: #ffffff;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  display: block;
}
.main .content .seek .service .serviceNav {
  border-bottom: 1px solid #efefef;
}
.main .content .seek .service .serviceNav ul {
  width: 400px;
  margin: 0 auto;
}
.main .content .seek .service .serviceNav ul li {
  float: left;
  margin: 0 30px;
  padding-bottom: 14px;
  width: 140px;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
}
.main .content .seek .service .serviceNav ul li.active {
  color: #0e83e4;
  border-bottom: 4px solid #0e83e4;
}
.main .content .seek .service .serviceCon {
  margin-top: 10px;
}
.main .content .seek .service .serviceCon .serviceList {
  margin-right: -20px;
}
.main .content .seek .service .serviceCon .serviceList li {
  width: 175px;
  text-align: center;
  background: #ffffff;
  line-height: 44px;
  font-size: 18px;
  float: left;
  cursor: pointer;
  margin: 20px 18px 0 0;
}

.main .content .seek .service .serviceCon .serviceList li.current {
  background: #0e83e4;
  color: #ffffff;
}

.main .content .subject {
  background: #f5faff;
  padding: 30px;
}
.main .content .subject .title {
  color: #0e83e4;
  font-weight: bold;
  font-size: 24px;
}
.main .content .subject .title span.line {
  width: 4px;
  height: 20px;
  background: #0e83e4;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -1px;
}
.main .content .subject .list .section {
  border-bottom: 1px solid #efefef;
  padding: 22px 0;
}
.main .content .subject .list .section h5{
  text-align: justify;
  margin-bottom: 8px;
}

.main .content .subject .list .section h5 a{
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 8px;
  font-weight: bold;
}

.main .content .subject .list .section em {
  font-style: normal;
  color: #0e83e4;
}


.main .content .subject .list .section p {
  text-align: justify;
  margin-bottom: 6px;
  font-size:16px;
}
.main .content .subject .list .section span {
  color: #999999;
  font-size: 14px;
  display: inline-block;
}
.main .content .subject .page {
  text-align: center;
  margin: 40px auto 20px;
}
.main .content .subject .page a {
  display: inline-block;
  padding: 0 12px;
  line-height: 34px;
  border: 1px solid #0e83e4;
  color: #0e83e4;
  margin: 0 6px;
}
.main .content .subject .page a:hover {
  background: #ffffff;
}
.main .content .subject .page a.current {
  background: #0e83e4;
  color: #ffffff;
}
.main .content .subject .page a.current:hover {
  background: #0e83e4;
}
.main .content .subject .result{
  text-align: center;
  padding: 30px 0;
  color: #666666;
}


.main .loading img{
    display: block;
    margin: 80px auto 20px;
}
.main .lyzx {
  margin: 30px auto 50px;
}
.main .lyzx .answer {
  margin-bottom: 26px;
}
.main .lyzx .adBanner {
  margin-bottom: 30px;
}
.main .zct .title {
  color: #0e83e4;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 16px;
  margin: 12px;
}
.main .zct .title span {
  width: 4px;
  height: 20px;
  background: #0e83e4;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -1px;
}
.main .zct .con .wjk {
  margin-right: 20px;
}
.main .zct .con a img {
  margin: 5px;
}

/*# sourceMappingURL=zcwd.css.map */