@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
i,
em {
  font-style: normal;
}
input,
select {
  vertical-align: middle;
  /* font-family: "锟斤拷锟斤拷"; */
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a img {
  border: 0 none;
}
a,
input,
textarea {
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  color: #666 !important;
}
.tl li {
  white-space: nowrap;
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.dpn {
  display: none;
}
.m20 {
  margin-top: 20px!important;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
  _height: 1px;
}
*html .clearfix {
  height: 1%;
}
* + html .clearfix {
  height: 1%;
}
body {
  font-family: "Microsoft YaHei";
}
.color-red {
  color: #FF0000!important;
}
.color-blue {
  color: #003366!important;
}
.scroll {
  width: 125px;
  height: 315px;
  position: fixed;
  top: 150px;
  right: 0px;
  text-align: center;
  background: #fafafa;
  border: 1px solid #cccccc;
  border-radius: 10px;
  display: none;
}
.scroll .bn {
  border: none!important;
}
.scroll .sj,
.scroll .app,
.scroll .wx {
  height: 45px;
  cursor: pointer;
  line-height: 43px;
  border-bottom: 1px dashed #ddd;
}
.scroll .sj-con,
.scroll .app-con,
.scroll .wx-con {
  padding: 3px 0 15px;
  border-bottom: 1px dashed #ddd;
}
.scroll .top {
  padding-top: 7px;
  cursor: pointer;
}
.container {
  width: 1195px;
  height: auto;
  margin: 0 auto;
}
.topbanner {
  width: 100%;
  height: auto;
  margin: 10px auto 20px;
}
.topbanner > div {
  width: 592px;
  height: auto;
}
.topbanner > div .tb-top {
  width: 592px;
  height: 62px;
  border: 1px solid #eaeaea;
  margin-bottom: 11px;
}
.topbanner > div .tb-bot {
  width: 592px;
  height: 100px;
  border: 1px solid #eaeaea;
  padding: 9px;
  font-size: 12px;
  text-align: justify;
  line-height: 1.7;
}
.topbanner > div .tb-bot > div {
  float: left;
}
.topbanner > div .tb-bot > div a:hover {
  text-decoration: underline;
}
.topbanner > div .tb-bot > div + div {
  margin-left: 13px;
}
.navbar {
  width: 100%;
  height: 55px;
  text-align: center;
  color: #e6e6e6;
  cursor: default;
  border-top: 2px solid #3b79c1;
  border-bottom: 1px solid #e5e5e5;
}
.navbar a {
  display: inline-block;
  font-size: 16px;
  width: 109px;
  line-height: 50px;
  transition: all .3s;
}
.navbar a:hover {
  color: #3b79ff;
  background: #fafafa;
}
.banner {
  width: 100%;
  height: 200px;
  margin: 20px auto;
}
.banner img {
  width: 100%;
}
.fast-nav {
  width: 100%;
  height: 40px;
  border: 1px solid #e6e6e6;
  color: #bebebe;
  background: #f3f6f8;
  line-height: 2.2;
  font-size: 0;
}
.fast-nav a {
  font-size: 16px;
  width: auto;
  height: 38px;
  padding: 0 15px;
  letter-spacing: 1px;
  display: inline-block;
}
.fast-nav a:hover {
  color: #ffffff;
  background: #3b79c1;
}
.table-con {
  width: 100%;
  height: auto;
}
.table-con .paper-con {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.table-con .paper-con .paper-head {
  margin: 15px 0 16px;
}
.table-con .paper-con .paper-line {
  height: 42px;
  border-bottom: 1px solid #e6e6e6;
}
.table-con .paper-con .paper-title {
  width: 120px;
  height: 42px;
  font-size: 18px;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 3px;
  border-bottom: 2px solid #3b79c1;
}
.table-con .paper-con .paper-title a {
  transition: all .1s;
}
.table-con .paper-con .paper-title:hover a {
  color: #3b79c1;
  padding-left: 3px;
}
.table-con .paper-con .paper-text {
  font-size: 14px;
  padding-left: 45px;
  line-height: 3;
  color: #333333;
}
.table-con .paper-con .paper-date {
  line-height: 3;
  font-size: 16px;
  color: #CCCCCC;
}
.table-con .paper-con .paper-date a {
  text-align: center;
  width: 80px;
  display: inline-block;
}
.table-con .paper-con .paper-date a:hover {
  color: #3b79c1;
  text-decoration: underline;
}
.table-con .paper-con .paper-body {
  width: 100%;
  height: auto;
}
.table-con .paper-con .paper-body .paper-item + .paper-item {
  margin-left: 23px;
}
.table-con .paper-con .paper-body .paper-item {
  width: 180px;
  height: 90px;
  float: left;
  text-align: center;
  border: 1px solid #b3cfee;
  background: #fafcff;
  padding: 15px;
}
.table-con .paper-con .paper-body .paper-item .color-blue {
  font-size: 18px;
  margin-bottom: 10px;
}
.table-con .paper-con .paper-body .paper-item .paper-bottom {
  color: #c7dcf3;
}
.table-con .paper-con .paper-body .paper-item .paper-bottom a {
  font-size: 14px;
  display: inline-block;
  padding: 0 5px;
}
.table-con .paper-con .paper-body .paper-item .paper-bottom a:hover {
  color: #306baf;
}
.tool {
  width: 100%;
  height: auto;
}
.tool .tool-line {
  margin-top: 50px;
  border-bottom: 1px solid #e6e6e6;
}
.tool .tool-title {
  background: #fff;
  font-size: 22px;
  font-weight: bold;
  width: 160px;
  padding: 8px 0;
  color: #333333;
  text-align: center;
  margin: -20px auto 15px;
}
.tool .tool-con {
  width: 100%;
  height: auto;
}
.tool .tool-con .clearfix {
  margin: 30px 0;
}
.tool .tool-con .fl,
.tool .tool-con .fr {
  height: 70px;
  width: 592px;
}
.tool .tool-con .fl div,
.tool .tool-con .fr div {
  float: left;
}
.tool .tool-con .fl .tool-img,
.tool .tool-con .fr .tool-img {
  width: 70px;
  height: 70px;
  margin: 0 20px;
}
.tool .tool-con .fl .tool-btn,
.tool .tool-con .fr .tool-btn {
  display: block;
  float: left;
  cursor: pointer;
  width: 90px;
  height: 45px;
  color: #006AA8;
  border: 1px solid #3b79c1;
  border-radius: 3px;
  margin-top: 14px;
  text-align: center;
  font-size: 18px;
  line-height: 2.4;
  transition: all .3s;
}
.tool .tool-con .fl .tool-btn:hover,
.tool .tool-con .fr .tool-btn:hover {
  background: #006AA8;
  color: #fff;
}
.tool .tool-con .fl .tool-box,
.tool .tool-con .fr .tool-box {
  width: 390px;
  height: 70px;
  padding-left: 20px;
  padding-top: 12px;
  font-size: 16px;
  line-height: 1.5;
}
.tool .tool-con .fl .tool-box a:hover,
.tool .tool-con .fr .tool-box a:hover {
  color: #006AA8;
  text-decoration: underline;
}
.tool .tool-con .fl .tool-box a + a,
.tool .tool-con .fr .tool-box a + a {
  margin-left: 25px;
}
.footer {
  width: 100%;
  height: 140px;
  background-color: #FFF;
  text-align: center;
  border-top: 1px solid #ddd;
  margin-top: 30px;
}
.footer #glbbot {
  margin: 0 auto;
  border: none;
  font-size: 14px;
  padding: 30px 0;
  line-height: 2;
  color: #445a65;
}
.footer #glbbot a {
  color: #445a65;
}
.gkztBox{
    margin-top: 30px;
}
.gkzt-head{
    border-bottom: 1px solid #e5e5e5;
}
.gkzt-head-lf{
    float: left;
    padding: 0 12px 10px 12px;
    font-size: 18px;
    color: #306baf;
	font-weight:500;
    border-bottom: 3px solid #306baf;
}
.tool-box a {
    width: 70px !important;
    display: inline-block;
}
