﻿@charset "utf-8";

/*去掉下面一行注释,可使整个网站群页面变灰*/
/*html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(100%); }*/
/*天气定位*/
#weather-float-he {
  left: 36% !important;
  top: 3px !important;
  margin-left: -100px !important;
}
[data-v-0a6ec0b4] {
  font-size: 14px !important;
}
@media (min-width: 1600px) {
  #weather-float-he {
    left: 39% !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", "microsoft yahei", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333; /* */
  background-color: #fff;
  position:relative;
}
.main {
   background-color: #f4f5f9; 
  padding-bottom: 10px;
}
input,
textarea,
select {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  outline: none;
  padding: 0;
  border-radius: 0;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6,
i,
em,
strong {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
}
table {
  border-collapse: collapse;
}
img {
  border: none;
  max-width: 100%;
}
dl,
dd,
dt,
p {
  padding: 0;
  margin: 0;
}
a,
a:link {
  text-decoration: none;
  color: #333;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.bg-fff {
  background: #ffffff;
}
.slh {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-ul li {
  line-height: 36px;
  height: 36px;
  position: relative;
  padding-left: 15px;
}
.list-ul li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #20a0e4;
  border-radius: 50%;
  -ms-border-radius: 50%;
  left: 0;
  top: 16px;
}
.list-ul li a {
  float: left;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-ul li span {
  float: right;
  font-size: 14px;
  color: #666;
}
.list-ul li:hover a {
  color: #005bac;
}
.mtop10 {
  margin-top: 10px;
}
.mtop20 {
  margin-top: 20px;
}
.mbot20 {
  margin-bottom: 20px;
}
.c-shine a::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.c-shine a:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.ofh {
  overflow: hidden;
}
/*********************** header *********************/
.top-line {
  height: 45px;
  border-bottom: 1px solid #f1f1f1;
  background: rgba(255, 255, 255, 0.5);
}
.top-line1 {
  height: 45px;
  background: rgba(255, 255, 255, 1);
}
.header_rg_top {
  padding-top: 12px;
  font-size: 14px;
  color: #666666;
}
.header_rg_top a {
  color: #666;
}
.header_rg_top b {
  margin: 0 6px;
}
.header_rg_top .lf {
  float: left;
}
.header_dl {
  float: right;
  color: #18509f;
  line-height: 18px;
  display: flex;
}
.header_dl a img{
  width:30px;
  display: block;
  margin-top: -5px;
}
.header_dl .cjr{
  position: absolute;
  top: 3px;
  right: 551px;
}
.header_dl .loginInfo{
  display:flex;
}
.header_dl .loginInfo li{
    margin:0 5px;
}
.header_dl a {
  color: #18509f;
}
.header_dl i {
  font-size: 20px;
}
.header_dl li span {
  margin-left: 8px;
  color: #666666;
  font-size: 12px;
}
.header {
  /*height: 574px;*/ /*margin-bottom: 20px;*/
  background: url(qx_bg.png) no-repeat center top;
  background-size: 100% 100%;
}
.header-1 {
  /*height: 574px;*/ /*margin-bottom: 20px;*/
  background: url(qx_bg2.png) no-repeat center top;
  background-size: 100% 100%;
}
.header-2 {
  /*height: 574px;*/ /*margin-bottom: 20px;*/
  background: url(qx_bg3.png) no-repeat center top;
  background-size: 100% 100%;
}
.header-3 {
  /*height: 574px;*/ /*margin-bottom: 20px;*/
  background: url(qx_bg4.png) no-repeat center top;
  background-size: 100% 100%;
}
.header-3 .top-line {
  border-bottom: none;
  background: none;
}
.header-3 .header_rg_top {
  color: #ffffff;
}
.header-3 .header_dl {
  color: #ffffff;
}
.header-3 .header_rg_top a {
  color: #ffffff;
}

.db-top {
  height: 36px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.db-topl {
  float: left;
  font-size: 14px;
  line-height: 36px;
}
.db-topl span {
  margin: 0 12px;
}
.db-topr {
  float: right;
  font-size: 14px;
  line-height: 36px;
}
.db-topr span {
  margin: 0 12px;
}
.db-topr a:nth-of-type(2) {
  padding-left: 26px;
  display: inline-block;
  background: url(xsf3_03.png) no-repeat left center;
}
.autohei {
  height: 322px;
}
.middle {
  height: 160px;
  position: relative;
}
.index-logo {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 92px;
}
.index-logo > img {
  width: 350px;
}
.app-logo .logo {
  float: left;
  padding-left: 96px;
  background: url(bmf6_03.png) no-repeat left center;
  height: 92px;
  text-align: center;
}
.app-logo .logo span {
  display: block;
  font-size: 42px;
  line-height: 92px;
  font-weight: bold;
  margin-top: 1px;
  color: #fff; /*text-shadow:0 0 20px rgba(255, 255, 255, 0.75), -0 -0 20px rgba(255, 255, 255, 0.75);*/
}
.app-logo .logo em {
  font-size: 22px;
  font-weight: bold;
  color: #fff; /*text-shadow:0 0 10px rgba(255, 255, 255, 0.75), -0 -0 10px rgba(255, 255, 255, 0.75);*/
}
.header .search {
  width: 380px;
  height: 40px;
  background: rgba(255, 255, 255, 0);
  border-radius: 20px;
  overflow: hidden; /* margin-top: 31px; */
  margin: 10px auto 0;
  border: 1px solid #1964b1;
  position: absolute;
  bottom: -407px;
  left: 799px;
}
.header .search input {
  font-size: 14px;
  float: left;
  width: calc(100% - 53px);
  height: 100%;
  background: transparent;
  border: none;
  text-indent: 18px;
  color: #666;
}
.header .search input::-webkit-input-placeholder {
  color: #214c90;
}
.header .search button{
  width:40px;
  height:40px;
  border:none;
  background:url(bmf5_03.png) no-repeat right;
}
.header .search i {
  float: left;
  width: 35px;
  height: 100%;
  background: url(bmf5_03.png) no-repeat 15px 8px;
  cursor: pointer;
  height: 40px;
}
.header .search .addRight {
  background: none;
  outline: none;
}
.i-nav {
  /* margin-top: 28px; */
  height: 52px;
  line-height: 52px; /*background: #18509f;*/
  background: #1964b1;
}
.i-nav li {
  float: left;
  width: 14.2%;
  background: url(xsf20_03.png) repeat-y right top;
}
.i-nav li:last-child {
  background: none;
}
.i-nav li a {
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: calc(100% - 1px);
}
.i-nav li.active a {
  /*font-weight: bold;*/
  background: url(nav_jiantou.png) no-repeat bottom center #18509f;
}
.i-nav li a:hover {
  /*font-weight: bold;*/
  background: url(nav_jiantou.png) no-repeat bottom center #18509f;
}
/*.i-nav p{*/
/*width: 45px;*/
/*height: 52px;*/
/*float: right;*/
/*background: url(../images/xtx2_03.png) no-repeat 0 -46px;*/
/*cursor: pointer;*/
/* position: absolute;*/
/* left: 50%;*/
/* margin-left: 600px;*/
/*}*/
/*.i-nav p.on{*/
/*background-position: 0 10px;*/
/*}*/
/*********************** footer *********************/
.footer_mid {
  float: left;
  margin-top: 20px;
  margin-right: 0;
}
.footer_mid a {
  float: left;
  margin-right: 16px;
}
.footer_mid .a2 {
  margin-top: 5px;
}
.footer {
  background: #fff;
  border-top: 3px solid #014984;
}
.ft2 {
  padding: 10px 10px;
  color: #fff;
}
.ft2-1 {
  float: left;
  font-size: 14px; /*margin-top: 20px;*/
}
.ft2-2 {
  float: right;
}
.ft2-2 ul{
    display: flex;
    align-items: center;
}
.ft2-2 .jbxy-12377 {
  width: 94px;
}
.foot-nav a {
  color: #333;
}
.foot-nav a:hover {
  text-shadow: 0 0 10px #ccc;
}
.foot-nav span {
  margin: 0 12px;
  color: #333;
}
.ft2-1-info {
  margin-top: 8px;
  overflow: hidden;
  font-size: 14px;
  color: #333;
}
.ft2-1-info ul {
  overflow: hidden;
}
.ft2-1-info li {
  float: left;
}
.ft2-1-info li:nth-of-type(1) {
  margin-right: 28px;
}
.ft2-1-info li:nth-of-type(2) {
  margin-right: 28px;
}
.ft2-1-info li p {
  line-height: 24px;
}
.ft2-1-info li p a {
  color: #333;
}

.ft2-1-info li:nth-of-type(3) img {
  vertical-align: middle;
}
.ft2-2 li {
  margin-left: 15px;
  text-align: center;
  font-size: 14px;
}
.ft2-2 li img {
  /* display: block; */ /* margin-bottom: 7px; */
  width: 73px;
}
.ft2-2 li span {
  display: block;
  color: #333;
}
img#imgConac {
  margin-top: -5px;
}
/***********************app-header *********************/
.app-header {
  height: 60px;
  background: #005bac;
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
body.nav-open .app-nav {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  height: auto;
}
body.nav-open .nav-toggle {
  box-shadow: none;
}
body.nav-open .nav-toggle:before {
  width: 3200px;
  height: 3200px; /* background-color: rgba(74, 117, 230, 0.85); */
  background-color: rgba(0, 0, 0, 0.8);
}
body.nav-open .nav-toggle .icon {
  width: 0;
}
body.nav-open .nav-toggle .icon:before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
body.nav-open .nav-toggle .icon:after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.nav-toggle {
  width: 60px;
  height: 60px;
  z-index: 2;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 1px;
  cursor: pointer; /* box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2); */
  -webkit-transition-duration: 0.66s;
  transition-duration: 0.66s;
}
.nav-toggle:before {
  width: 60px;
  height: 60px;
  border-radius: 50%; /* background-color: #4A75E6; */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition-duration: 0.66s;
  transition-duration: 0.66s;
}
.nav-toggle .icon {
  width: 25px;
  height: 2px;
  background-color: white;
  border-radius: 2px;
  position: absolute;
  top: 28px;
  left: 15px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  /* transiting-timing-function: swing; */
}
.nav-toggle .icon:before,
.nav-toggle .icon:after {
  width: 25px;
  height: 2px;
  background-color: white;
  border-radius: 2px;
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.nav-toggle .icon:before {
  top: -9px;
}
.nav-toggle .icon:after {
  top: 9px;
}
.app-nav {
  position: absolute;
  top: 80px;
  height: 0;
  overflow: hidden;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 0 20px;
  -webkit-transition-duration: 0.66s;
  transition-duration: 0.66s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.app-nav ul {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}
.app-nav ul li {
  list-style: none;
  float: left;
  width: 50%;
  padding: 0 10px;
  margin-top: 10px;
}
.app-nav ul li a {
  display: block;
  text-align: center;
  color: white;
  background: #005bac;
  text-decoration: none;
  border-radius: 8px;
  line-height: 68px;
  font-size: 18px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.app-nav ul:hover li a {
  opacity: 0.5;
}
.app-nav ul:hover li:hover a {
  opacity: 1;
}
.app-logo {
  position: absolute;
  top: 9px;
  left: 12px;
}
.navbar-soso {
  position: absolute;
  width: 38px;
  height: 38px;
  background: url(../images/search22.svg) no-repeat center/34px 34px;
  right: 56px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.ip-top-search {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 0;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: none;
}
.ip-top-search input {
  padding: 15px 0;
  width: 100%;
  border: 0;
  font-size: 16px;
  outline: none;
  background-color: transparent;
  text-indent: 11px;
}
.ip-top-search a {
  position: absolute;
  top: 0;
  line-height: 50px;
  right: 10px;
  font-size: 20px;
  color: #0069c5;
  background: transparent;
}
.ip-top-search button {
  position: absolute;
  top: 0;
  line-height: 50px;
  right: 10px;
  font-size: 18px;
  color: #0069c5;
  background: transparent;
  border: none;
  font-family: "microsoft yahei";
} /*********************** position *********************/ /*********************** page *********************/
.page {
  line-height: 50px;
  text-align: center;
  margin-top: 20px;
} /*********************** right-aside *********************/
.right-aside {
  position: fixed;
  width: 50px;
  top: 240px;
  left: 50%;
  margin-left: 609px;
  background: #979a9b;
  padding: 10px 0;
  border-radius: 4px;
  z-index: 9999;
}
.right-aside ul > li {
  position: relative;
}
.right-aside ul > li > a {
  display: block;
  text-align: center;
  padding: 5px 0;
  transition: 0.2s;
}
.right-aside ul > li > a.on {
  background: #036ac5;
  padding: 10px 0;
}
.nxapp {
  position: absolute;
  background: #fff;
  display: none;
  box-shadow: 0 0 10px #ccc;
}
.nxapp1 {
  top: -55px;
  left: -130px;
  width: 100px;
}
/* .nxapp2:before{position: absolute;content:"";right: -16px;top: 74px;border:8px solid transparent;border-left-color: #fff;} */
.nxapp1 h4 {
  line-height: 32px;
  background: #036ac5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.nxapp-1 {
  padding: 15px 14px;
}
.nxapp-1 p {
  text-align: center;
}
.nxapp-1 p img {
  display: block;
}
.nxapp-1 p span {
  color: #666;
  font-size: 14px;
  display: block;
  margin-top: 4px;
}
.nxapp-1 .p2 {
  margin-top: 8px;
}
.nxapp2 {
  top: 0px;
  left: -130px;
  width: 100px;
}
.nxapp5 {
  top: 4px;
}
.nxapp2 h4 {
  padding: 10px;
}
.nxapp2 h4 img {
  display: block;
}
.nxapp2 h4 span {
  font-size: 14px;
  color: #666;
  display: block;
  margin-top: 4px;
  text-align: center;
}
.nxapp2 h4 a {
  font-size: 14px;
  color: #666;
  display: block;
  margin-top: 4px;
  text-align: center;
}
.nxapp2 h4 a:hover {
  color: #005bac;
}
.ewb-dw-drop {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  width: 766px;
  padding: 10px 20px;
  border: 3px solid #c3d7eb;
  background-color: #fff;
  z-index: 999;
}
.ewb-unit-list dd {
  float: left;
  width: 180px;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
}
.ewb-unit-list dd a {
  color: #256592;
  font-size: 14px;
}
.ewb-unit-list dd a:hover {
  text-decoration: underline;
}
.ewb-top-date {
  float: right;
  margin-right: 30px;
}
/**********************/
.wzlj {
  height: 42px;
  background: #355e92;
}
.wzlj_con {
  padding: 0 55px;
}
.wzlj_con li {
  float: left;
  width: 170px;
  height: 42px;
  margin-right: 134px;
  cursor: pointer;
  position: relative;
}
.wzlj_con li h2 {
  line-height: 42px;
  font-size: 14px;
  color: #fff;
  position: relative;
  text-align: center;
}
.wzlj_con li h2 i {
  position: absolute;
  border: 4px solid transparent;
  right: 11px;
  top: 20px;
  border-top-color: #fff;
}
.wzlj_box {
  display: none;
  position: absolute;
  max-height: 220px;
  width: 100%;
  bottom: 100%;
  left: 0;
  border: 1px solid #ebebeb;
  overflow-y: auto;
  padding: 5px;
  background: #fff;
  z-index: 10;
}
.wzlj_box a {
  display: block;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 8px;
  line-height: 30px;
}
.wzlj_box a:hover {
  color: #214c90;
}
.wzlj_con li:hover .wzlj_box {
  display: block;
}
.wzlj_con li:last-child {
  margin-right: 0;
}
/**********************/
.ls_dh {
  position: fixed;
  z-index: 3;
  left: 50%;
  bottom: 218px;
  margin-left: 620px;
}
.ls_dh li {
  width: 57px;
  height: 57px;
  background: #f5f5f5;
  margin-bottom: 7px;
  cursor: pointer;
  box-shadow: 0px 1px 3px 1px #eee;
}
.ls_dh li i {
  display: block;
}
.ls_dh li i img {
  display: block;
  margin: 0 auto;
  padding-top: 15px;
}
.ls_dh li .i2 {
  display: none;
}
.ls_dh .li3 i img {
  padding-top: 10px;
}
.ls_dh li:hover {
  background: #214c90;
}
.ls_dh li:hover .i1 {
  display: none;
}
.ls_dh li:hover .i2 {
  display: block;
}
.cl10 {
  clear: both;
  height: 10px;
}
.clear {
  clear: both;
}
.wrap-con {
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}
.wrap-con-sitemap {
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}
.panel1 {
  position: relative;
  overflow: hidden;
}
.breadcrumb1 {
  padding: 15px 20px 15px 55px;
  background: url(../images/dqwz.png) #fff 20px center no-repeat;
  font-size: 16px;
}
.breadcrumb1 a {
  color: #333;
  font-size: 16px;
}
.breadcrumb1 > li {
  display: inline-block;
}
.breadcrumb1 > li a {
  cursor: pointer;
  color: #595959;
}
.breadcrumb1 > li + li:before {
  padding: 0 5px;
  color: #333;
  content: ">";
}
.breadcrumb1 > .active {
  color: #333;
}
.breadcrumb1 > li.home:before {
  padding: 0 5px;
  color: #333;
  content: "";
}
/*旧的links*/
/*.index6{!* padding: 16px 0; *! text-align: center;position: relative;}*/
/*.index6 ul{display: inline-block;}*/
/*.index6 li{float: left; width: 209px; height: 40px; border:1px solid #ebebeb; !* border-radius: 10px; *! margin: 0 15px; cursor: pointer;}*/
/*.index6 li h2{line-height: 40px; font-size: 14px; position: relative; color: #333;}*/
/*.index6 li h2 i{position: absolute; border: 4px solid transparent; right: 11px; top: 18px; border-top-color: #333;}*/
/*.index6 li:nth-of-type(2) h2{text-align: left; text-indent: 11px;}*/
/*.index6 li:nth-of-type(3) h2{text-align: left; text-indent: 11px;}*/
/*.index6 .links{display: none; width: 1200px; position: absolute; left: 0; right: 0; margin: 0 auto; background: #fff; z-index: 100; bottom: 100%;}*/
/*.index6 .links a{width: 25%; float: left; height: 36px; line-height: 36px; font-size: 14px; vertical-align: top;text-align: left;}*/
/*.index6 .links-1{height: 97%; overflow-y:auto; border:1px solid #ebebeb; background: #fff; padding: 15px;}*/
/*.index6 .links a:hover{color: #0081cf;}*/
/*.linksy{height: 43px; background: #fff; margin-top: 15px;}*/

/*新的links*/
.links-tt {
  width: 120px;
  height: 40px;
  background: #014984;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  float: left;
}
.links-item-box {
  float: left;
  width: 1070px;
  height: 40px;
  display: flex;
  justify-content: space-around;
}
.links-item-box a {
  display: inline-block;
  line-height: 40px;
  padding: 0 10px;
}
.links-item-box a:hover {
  background: #1964b1;
  color: #ffffff;
  transition: all ease 0.3s;
  padding: 0 10px;
}

/*新闻类列表通用翻页*/
.m-common-page {
  text-align: center;
  font-size: 14px;
  color: rgb(51, 51, 51);
}
.m-common-page a {
  font-size: 14px;
  color: rgb(51, 51, 51);
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid rgb(232, 232, 232);
  margin: 0 2px;
}
.m-common-page a.cur,
.m-common-page a:hover {
  background-color: #18509f;
  color: rgb(255, 255, 255);
}
.m-common-page input {
  width: 57px;
  border: 1px solid rgb(232, 232, 232);
  padding: 5px 10px;
  font-size: 14px;
}

/*间隔定义*/
.g-blk1 {
  display: block;
  height: 1px;
  clear: both;
}
.g-blk2 {
  display: block;
  height: 2px;
  clear: both;
}
.g-blk3 {
  display: block;
  height: 3px;
  clear: both;
}
.g-blk4 {
  display: block;
  height: 4px;
  clear: both;
}
.g-blk5 {
  display: block;
  height: 5px;
  clear: both;
}
.g-blk6 {
  display: block;
  height: 6px;
  clear: both;
}
.g-blk7 {
  display: block;
  height: 7px;
  clear: both;
}
.g-blk8 {
  display: block;
  height: 8px;
  clear: both;
}
.g-blk9 {
  display: block;
  height: 9px;
  clear: both;
}
.g-blk10 {
  display: block;
  height: 10px;
  clear: both;
}
.g-blk11 {
  display: block;
  height: 11px;
  clear: both;
}
.g-blk12 {
  display: block;
  height: 12px;
  clear: both;
}
.g-blk13 {
  display: block;
  height: 13px;
  clear: both;
}
.g-blk14 {
  display: block;
  height: 14px;
  clear: both;
}
.g-blk15 {
  display: block;
  height: 15px;
  clear: both;
}
.g-blk16 {
  display: block;
  height: 16px;
  clear: both;
}
.g-blk17 {
  display: block;
  height: 17px;
  clear: both;
}
.g-blk18 {
  display: block;
  height: 18px;
  clear: both;
}
.g-blk19 {
  display: block;
  height: 19px;
  clear: both;
}
.g-blk20 {
  display: block;
  height: 20px;
  clear: both;
}

/*ddd-border*/
.ddd-border {
  border: 1px solid #ddd;
}