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, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent; }

.clear {
  clear: both; }

body {
  line-height: 1; }

:focus {
  outline: 1; }

article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

ul {
  list-style-type: none; }

a {
  text-decoration: none; }

.guidance-home .artical-list-2{
    border:1px solid #cecece;
    box-shadow: 0px 2px 5px #c8c8c8;
    width:96%;
    margin:10px auto 0;
}
.guidance-home .artical-list-2 .list2-head{
    display: block;
    color:#000000;
    font:0.9rem/2rem 'arial';
    font-weight: bold;
    background: #f2f2f2;
    padding-left:8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.guidance-home .artical-list-2 .list2-head .icon-circle{
    color:#fb690a;margin-right:5px;
    font-size:0.1rem;
    line-height: 2rem;
}
.guidance-home .artical-list-2 p{
    font: 0.9rem/1.2rem 'arial';
    color: #5f5f5f;
    padding:5px 8px;
}
.guidance-home .artical-list-2 div{
    padding:3px 0;
    border-top: 1px dashed #5f5f5f;
}
.guidance-home .artical-list-2 div .list-time{
    font:0.9rem 'Times New Roman';
    font-style: italic;
    padding:0 8px;
}
.guidance-home .artical-list-2 div .list-more{
    font:0.9rem/1rem 'arial';
    color:#fb690a;
    display: block;
    float: right;
    margin-right: 8px;
}
.guidance-home .recent-artical .nowly-time {
    margin-left: 9%;
    font: 1rem 'Times New Roman';
    font-style: italic;
    color: #707070;
}
.guidance-home .recent-artical .bigfont{
    margin-left: 2%;
    width: 90%;
    display: block;
    float: left;
    color: #707070;
    font: 0.9rem/1.5rem 'arial';
    font-weight: bold;
}

.slidebox {
  position: relative;
  width: 100%;
  margin-bottom: 5px; }
  .slidebox .flex-control-paging li a {
    border: 2px solid #32a1d2;
    width: 8px;
    height: 8px;
    background: none;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px; }
  .slidebox .flex-control-paging li a.flex-active {
    background: #32a1d2;
    cursor: default; }
  .slidebox .flex-control-nav {
    top: 5px; }
  .slidebox a {
    display: block;
    position: relative; }
    .slidebox a span {
      position: absolute;
      width: 96%;
      padding: 0 2%;
      font: 0.8rem/1rem 'arial';
      color: #ffffff;
      background-image: linear-gradient(to right, #40403e, #605746);
      opacity: 0.8;
      bottom: 0px;
      text-overflow: ellipsis;
      overflow: hidden;
      height:2rem;
      z-index: 10; }

.header {
  border-bottom: 2px solid #32a1d2;
}
  .header .logo-left {
    float: left;
    width: 16%; }
    .header .logo-left img {
      width: 100%; }
  .header .guidance-logo {
    float: left;
    width: 69%; }
    .header .guidance-logo img {
      width: 100%; }
  .header .logo-right {
    float: left;
    width: 15%; }
    .header .logo-right img {
      width: 100%; }

.footer {
  margin-top: 10px;
  height: 3.5rem;
  background: #1773bc;
  width: 100%;
  text-align: center;
  font: 0.5rem/1.5rem 'arial';
  color: #ffffff;
  padding-top: 5px; }

.guidance-home h1 {
  color: #707070;
  font: 1.4rem/2rem 'arial';
  font: 1.4rem/2rem 'Times New Roman';
  text-align: center;
  border-bottom: 1px solid #c7c7c7; }
.guidance-home h1:nth-last-of-type(1) {
  border-top: 1px solid #c7c7c7;
}
.guidance-home h2 {
  background: #bcbcbc;
  font: 1.2rem/2rem 'arial';
  color: #ffffff;
  text-align: center; }
.guidance-home .artical-list {
  border-bottom: 1px solid #c7c7c7; 
  padding-top: 4px;}
  .guidance-home .artical-list .list-img {
    float: left;
    width: 25%; }
    .guidance-home .artical-list .list-img img {
      width: 100%; }
  .guidance-home .artical-list .artical-box {
    display: block;
    width: 73%;
    margin-left: 2%;
    float: left; }
    .guidance-home .artical-list .artical-box h2 {
      background: none;
      text-align: left;
      font: 0.9rem/1.1rem 'arial';
      color: #000000;
      font-weight: bold;
 }
    .guidance-home .artical-list .artical-box p {
        font: 0.9rem/1rem 'arial';
        color: #5f5f5f;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        padding-right: 5px; }
    .guidance-home .artical-list .artical-box span {
      display: block;
      float: right;
      margin-right: 3px;
      color: #0082c8;
      font: 0.8rem "arial"; }
.guidance-home .recent-artical .icon-circle {
  font-size: 0.5rem;
  line-height: 1.5rem;
  float: left;
  color: #00a600;
  display: block;
  width: 5%;
  margin-left: 3%; }
.guidance-home .recent-artical a {
  margin-left: 2%;
  width: 90%;
  display: block;
  float: left;
  color: #000000;
  font: 0.9rem/1.5rem 'arial'; }
.guidance-home .col-box {
  padding: 10px 3%; }
  .guidance-home .col-box .collapse-btn-grp {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif; }
    .guidance-home .col-box .collapse-btn-grp .collapse-parent {
      background: #bcbcbc;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #ccc;
      position: relative; }
      .guidance-home .col-box .collapse-btn-grp .collapse-parent .outer-title {
        width: 95%;
        display: inline-block;
        padding: 15px 0 15px 5%;
        font-size: 1.1rem;
        text-align: left;
        color: #ffffff; }
      .guidance-home .col-box .collapse-btn-grp .collapse-parent .p-arrow {
        display: block;
        position: absolute;
        width: 16px;
        height: 18px;
        background: transparent url("../images/arrow-u.png") left top no-repeat;
        right: 7px;
        top: 16px; }
      .guidance-home .col-box .collapse-btn-grp .collapse-parent .expand {
        background: transparent url("../images/arrow-d.png") left top no-repeat; }
      .guidance-home .col-box .collapse-btn-grp .collapse-parent:nth-child(1) {
        border-top: none; }
      .guidance-home .col-box .collapse-btn-grp .collapse-parent:nth-last-child(1) {
        border-bottom: none; }
      .guidance-home .col-box .collapse-btn-grp .collapse-parent .collapse-inner {
        border-top: 1px solid #ccc;
        display: none; }
        .guidance-home .col-box .collapse-btn-grp .collapse-parent .collapse-inner .collapse-child {
          background: #e5e5e5;
          border-top: 1px solid #fff;
          border-bottom: 1px solid #f0f0f0;
          position: relative; }
          .guidance-home .col-box .collapse-btn-grp .collapse-parent .collapse-inner .collapse-child a {
            color: #666;
            width: 89%;
            display: inline-block;
            padding: 10px 0 10px 12px;
            font-size: 1rem;
            text-align: left;
}
          .guidance-home .col-box .collapse-btn-grp .collapse-parent .collapse-inner .collapse-child .p-arrow-inner {
            display: block;
            position: absolute;
            width: 16px;
            height: 18px;
            background: transparent url("../images/arrow-r.png") left top no-repeat;
            right: 6px;
            top: 11px; }
          .guidance-home .col-box .collapse-btn-grp .collapse-parent .collapse-inner .collapse-child:nth-child(1) {
            border-top: none; }
          .guidance-home .col-box .collapse-btn-grp .collapse-parent .collapse-inner .collapse-child:nth-last-child(1) {
            border-bottom: none; }

.contain-header {
  font: 1rem/2rem 'arial';
  text-align: left;
  font-weight: bold;
  border-bottom: 1px dotted #c7c7c7;
  padding: 0 10px; }

.guidance-contain {
  padding: 0 10px;
  font: 0.9rem/1.3rem 'arial';
  color: #717171; }
  .guidance-contain .guidance-h3 {
    font: 1rem/2rem 'arial';
    text-align: left;
    font-weight: bold;
    color: #717171;
    margin: 0;
    padding: 0; }
  .guidance-contain img {
    height: inherit!important;
    width: 100%!important; }

.guidance-more {
  font: 0.9rem 'arial';
  text-align: center;
  border-top: 1px dotted #c7c7c7;
  padding-top: 5px;
  color: #717171; }
  .guidance-more .icon-angle-down {
    font-size: 1rem;
    color: #0082c8; }


.guidance-home .recent-artical .anthercolor{
    color:#ddb214;
}

@media screen and (max-width: 2048px) {
  html {
    font-size: 200%; } }
@media screen and (max-width: 960px) {
  html {
    font-size: 150%; } }
@media screen and (max-width: 640px) {
  html {
    font-size: 130%; } }
@media screen and (max-width: 480px) {
  html {
    font-size: 100%; } }

iframe{
    width:100% !important;
}

.catergories {
    width: 100%;
    background: #ffffff;
    font: 1.2rem/2rem 'arial'; }
.catergories .allcater {
    text-align: center;
    background: #e3e3e3;
    /*font: 1.2rem/2rem 'arial';*/
    font:1rem/1.5rem 'arial';
    font-weight: bold;
    color: #000000; }
.catergories .collapse-inner {
    padding: 10px;
    font:1.12rem/2.25rem 'arial';
    /*font: 1.5rem/3rem 'arial';*/ }
.catergories .collapse-inner .collapse-child {
    position: relative;
    border-bottom: 1px solid #e3e3e3; }
.catergories .collapse-inner .collapse-child a {
    color:#000000;
    width: 90%;
    display: inline-block; }
.catergories .icon-angle-right {
    position: absolute;
    right: 0;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 2.25rem; }

.header-search{
    display: none;
    width:94%;
    margin:0 auto;
    border:1px solid #6dade4;
    border-radius: 5px;
}
.header-search .hdf-text {
    border: none;
    font: 1rem/1.6rem 'arial';
    width: 92%;
    border-radius: 5px;
    float: left;
    text-indent:0.5em;
    outline: none;
    margin:0;
    padding:0;
}
.header-search label{
    width: 8%;
    display: block;
    float: right;
    font-size: 0.8rem;
    line-height: 1.6rem;
    color:#ffffff;
    text-align: center;
    background: #6dade4;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
/*闁劌鍨庣憴鍡涱暥閻ㄥ嫬顔旀惔锟�/
.wlWriterSmartContent{width:100%!important;}
embed{width:100%!important;}
/*娑撳楠囨い锟介崶鍓уmargin閸婏拷/
.guidance-contain img{margin:0!important;}
/*閹兼粎鍌ㄦい鍨壉瀵拷/
.gsc-orderby-container{display:none}
.gcsc-branding{display: none;}
.guidance-home .mt-key{
    font:1.2rem/1.5rem 'arial';
    text-align: left;
    padding-left:10px;
}
.gsc-control-cse{
    padding:0 10px!important;
}
.gsc-result-info{margin:0!important;padding:0!important;font:0.8rem 'arial'!important;}
.gs-title{text-decoration: none!important;color:#154D76!important;}
#___gcse_0 .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    border: 1px solid #81bdd6;
}
#___gcse_0 .gsc-results .gsc-cursor-page {
    border: 1px solid #c9c9c9;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    color: #656565;
    margin-top: 4px;
}
.gsc-results .gsc-cursor-box {
    margin:5px 0 0!important;
}
.gsc-result .gs-title {
    height:100%!important;
    overflow: visible!important;
}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
    padding-left:0!important;
    padding-right:0!important;
}
#___gcse_0 .gs-title b {
    font-size: 17px;
    color: #154D76;
    text-decoration: none;
}
#___gcse_0 .gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long {
    color: #c5c5c5;
}
#___gcse_0 .gs-bidi-start-align.gs-snippet {
    color: #8c8c8c;
    font-size: 14px;
}
#___gcse_0 .gsc-webResult.gsc-result {
    border-bottom: 1px solid #c5c5c5;
}

.gsc-adBlock{display: none!important;}
#adBlock{display: none!important;}

/*娑撳楠囬弬鍥╃彿閺嶇厧绱�*/
h3 {
    padding:5px 0 3px;
    font:1.2rem/1.5rem 'arial';
    color: #000000;
    font-weight: normal;
    text-align:left !important;}

h4 {
    padding:3px 0 1px;
    font: 0.9rem/1.5rem 'arial';
    font-weight: bold;
    color: #000000;
    text-align:left !important; }

h4 strong {
    padding: 3px 0px;
    font: 1.2rem/2rem 'arial';
    color: #131212; }

ol {
    font: 1.2rem/2rem 'arial'; }
.guidance-contain li{
    background: url("../images/bullet_green.gif") no-repeat scroll 0 0.7em transparent;
    font-family: Arial;
    font-size: 0.9rem;
    line-height: 1.3rem;
    list-style: none outside none;
    margin-bottom: 5px;
    padding-left: 10px;
}
.mt-key{
	padding-left:20px;
	padding-top:10px;
	font:1.2rem/1.5rem 'arial';
}
.bottom-ins{
  position: fixed;
  bottom: 0;
  left: 0;
  padding-left: 3%;
  width: 100%;
  background: white;
  z-index: 100;
  height:100px;
}
