/*commom style*/
*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-family: "微软雅黑"
}

input {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  background: none;
}

li {
  list-style: none;
  font-family: "微软雅黑"
}

a, ins {
  text-decoration: none;
}

*:focus {
  outline: none;
}

a {
  color: #333;
  font-family: "微软雅黑"
}

.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;
}

img {
  border: 0;
}

*:focus, a:focus, input:focus {
  border: 0;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

body {
  width: 100%;
  height: 100%;
  background-size: 100%;
  background: url(bg.png) center bottom no-repeat;
}

/* 当前位置开始 */
.current-position {
  line-height: 40px;
  font-size: 14px;
  background: #E7F1FF;
}

.current-position>div {
  background: url(dqwz.png) no-repeat left center;
  padding-left: 20px;
  padding-right: 20px;
}

.current-position>div a {
  font-size: 14px;
  color: #999999;
}

.current-position td {
  color: #999999;
}

/*.current-position div td a:last-child{display: block;color: #1F59D8;}*/

/* 当前位置结束 */

/* 主体内容开始 */
.main {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}

.cont {
  width: 1200px;
  background: #FFFFFF;
  box-shadow: 0 0 12px 0 rgba(68, 138, 240, 0.10);
  padding: 10px 30px 30px 30px;
}

.current-column {
  width: 1140px;
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #636363;
}

.current-column li {
  font-size: 16px;
  color: #333333;
  margin-right: 20px;
  height: 50px;
}

.current-column li:hover {
  font-size: 24px;
  color: #1F59D8;
  border-bottom: 4px solid #1F59D8;
}

.current-column li:hover a {
  font-size: 24px;
  color: #1F59D8;
}

.current-column .current {
  font-size: 24px;
  color: #1F59D8;
  border-bottom: 4px solid #1F59D8;
}

.current-column>div {
  background-color: #efefef;
  padding-left: 25px;
}

.current-column .current a {
  font-size: 24px;
  color: #1F59D8;
}

.column-list {
  font-size: 16px;
  min-height: 380px
}

.column-list li {
  line-height: 30px;
  background: url(listPic.png) no-repeat left 14px;
  padding-left: 12px;
  margin-top: 25px;
}

.column-list li a {
  font-size: 18px;
  color: #333333;
}

.column-list li span {
  color: #999999;
  font-size: 16px;
}

.column-list .lucidity_pgToolbar li {
  line-height: normal;
  background: none;
  margin-top: 0;
}

/* 主体内容结束 */