*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

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

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px;
}

a {
  text-decoration: none;
}

.hamburg-open {
  right: 0% !important;
  transform: rotate(0deg) translate3d(0px, 0px, 0px);
}

.hamburg .aaa,
.hamburg .bbb,
.hamburg .ccc {
  display: block;
  width: 80%;
  margin: 0 auto;
  height: 4px;
  background: #555;
  margin-bottom: 5px;
  margin-top: 5px;
  transition: all .5s ease;
  transform: rotate(0deg) translate3d(0px, 0px, 0px);
}

.active .aaa {
  display: block;
  width: 80%;
  margin: 0 auto;
  height: 5px;
  background: #FF9800;
  margin-bottom: 6px;
  margin-top: 6px;
  transition: all .3s ease;
  transform: rotate(405deg) translate3d(8px, 8px, 0px);
}

.active .bbb {
  display: block;
  width: 80%;
  margin: 0 auto;
  height: 5px;
  background: #FF9800;
  margin-bottom: 6px;
  margin-top: 6px;
  transform: rotate(0deg) translate3d(0px, 0px, 0px);
  opacity: 0;
}

.active .ccc {
  display: block;
  width: 80%;
  margin: 0 auto;
  height: 5px;
  background: #FF9800;
  margin-bottom: 6px;
  margin-top: 6px;
  transition: all .3s ease;
  transform: rotate(-405deg) translate3d(8px, -8px, 0px);
}

.header_wrapper {
  border-bottom: 1px solid #eee;
}

.second-open {
  right: 0% !important;
  transition: all .5s ease;
}

@media (min-width: 0) and (max-width: 890px) {
  .hottitle {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 10px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
  }

  .hottitle:after {
    content: " ";
    display: block;
    clear: both;
  }

  .hottitle .tt-t {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }

  .hottitle .tt-t .hoticon {
    margin-right: 7px;
  }

  .hottitle .tt-t .hoticon i {
    font-size: 25px;
  }

  .hottitle .tt-t h4 {
    font-size: 25px;
    margin-right: 20px;
    color: #555;
  }

  .hottitle .tt-t h5 {
    font-size: 14px;
    color: #888;
  }

  .hottitle .switch {
    position: absolute;
    width: 100px;
    text-align: right;
    right: 10px;
  }

  .hottitle .switch a {
    font-size: 12px;
    color: #900;
  }
}

@media (min-width: 891px) {
  .hottitle {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 5px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
  }

  .hottitle:after {
    content: " ";
    display: block;
    clear: both;
  }

  .hottitle .tt-t {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }

  .hottitle .tt-t .hoticon {
    margin-right: 10px;
  }

  .hottitle .tt-t .hoticon i {
    font-size: 25px;
  }

  .hottitle .tt-t h4 {
    font-size: 25px;
    margin-right: 20px;
    color: #555;
  }

  .hottitle .tt-t h5 {
    font-size: 13px;
    color: #888;
  }

  .hottitle .switch {
    position: absolute;
    width: 100px;
    text-align: right;
    right: 10px;
  }

  .hottitle .switch a {
    font-size: 12px;
    color: #900;
  }
}

@media (min-width: 0) and (max-width: 890px) {
  .tt-title {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    transition: all 0.3s;
  }

  .tt-title:after {
    content: " ";
    display: block;
    clear: both;
  }

  .tt-title h4 {
    font-size: 28px;
    color: #222;
  }

  .tt-title img {
    width: 40px;
    margin-right: 10px;
  }
}

@media (min-width: 891px) {
  .tt-title {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    transition: all 0.3s;
  }

  .tt-title:after {
    content: " ";
    display: block;
    clear: both;
  }

  .tt-title h4 {
    font-size: 28px;
    color: #222;
  }

  .tt-title img {
    width: 40px;
    margin-right: 10px;
  }
}

@media (min-width: 0) and (max-width: 890px) {
  .top_header {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .top_header:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 891px) {
  .top_header {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: #534c3b;
    height: 33px;
    font-size: 13px;
    text-align: right;
    color: #FFF;
    padding-right: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
  }

  .top_header:after {
    content: " ";
    display: block;
    clear: both;
  }

  .top_header a {
    font-size: 13px;
    color: #FFF;
    margin: 0 10px;
  }
}

@media (min-width: 0) and (max-width: 890px) {
  .breac_crumbs {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    height: 20px;
    padding: 10px;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    font-size: 14px;
  }

  .breac_crumbs:after {
    content: " ";
    display: block;
    clear: both;
  }

  .breac_crumbs p {
    font-size: 14px;
    margin-right: 10px;
    margin-left: 10px;
    color: #444;
  }

  .breac_crumbs a {
    font-size: 14px;
    margin-right: 10px;
    margin-left: 10px;
    color: #888;
  }
}

@media (min-width: 891px) {
  .breac_crumbs {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    padding: 0 10px;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    font-size: 14px;
  }

  .breac_crumbs:after {
    content: " ";
    display: block;
    clear: both;
  }

  .breac_crumbs p {
    font-size: 14px;
    margin-right: 10px;
    margin-left: 10px;
    color: #444;
  }

  .breac_crumbs a {
    font-size: 14px;
    margin-right: 10px;
    margin-left: 10px;
    color: #888;
  }
}

@media (min-width: 0) and (max-width: 890px) {
  header {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    background: url("../../img/header_bg.jpg");
    padding-left: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header:after {
    content: " ";
    display: block;
    clear: both;
  }

  header .logo {
    width: 300px;
    height: 110px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header .logo img {
    width: 180px;
    display: block;
    margin-right: 15px;
    margin-top: 16px;
  }

  header .deskmenu {
    display: none;
  }

  header .login_section {
    display: none;
  }

  header .hamburg {
    display: block;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 15px;
    right: 10px;
    cursor: pointer;
    z-index: 1800;
  }

  header .aside {
    display: block;
    position: fixed;
    width: 100%;
    height: calc(100% + 30px);
    background: rgba(0, 0, 0, 0.8);
    padding-top: 50px;
    transition: all .2s ease;
    right: -100%;
    top: -30px;
    z-index: 1200;
    overflow-x: hidden;
  }

  header .aside ul {
    margin-top: 60px;
  }

  header .aside ul li .m-first {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 100%;
    padding: 0 0 0 30px;
    line-height: 1.4;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #555;
  }

  header .aside ul li .m-first .go_submenu {
    width: 45px;
    height: 45px;
    background: #222;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header .aside ul li .m-first .go_submenu i {
    font-size: 30px;
  }
}

@media (min-width: 891px) {
  header {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 180px;
    background: url("../../img/header_bg.jpg");
    padding-left: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header:after {
    content: " ";
    display: block;
    clear: both;
  }

  header .logo {
    width: 250px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header .logo img {
    width: 100%;
    display: block;
    margin-right: 15px;
  }

  header .login_section_mobile {
    display: none;
  }

  header .deskmenu {
    /* width: 90%;  */
    display: inline-block;
    vertical-align: middle;
  }

  header .deskmenu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header .deskmenu ul li {
    position: relative;
  }

  header .deskmenu ul li a {
    display: block;
    height: 36px;
    color: #777;
    font-weight: 700;
    border-bottom: 3px solid transparent;
    font-size: 16px;
    padding: 0 8px;
    margin: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .3s;
  }

  header .deskmenu ul li a:hover {
    border-bottom: 3px solid #ed7000;
  }

  header .login_section {
    width: 150px;
    height: 110px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header .login_section .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FFF;
    margin-right: 12px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header .login_section .icon i {
    font-size: 18px;
    color: #000;
  }

  header .login_section .logout {
    color: #FFF;
  }

  header .login_section .login {
    color: #FFF;
  }

  header .hamburg {
    display: none;
  }

  header .aside {
    display: none;
  }
}

@media (min-width: 0) and (max-width: 890px) {
  .mainslider {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .mainslider:after {
    content: " ";
    display: block;
    clear: both;
  }

  .mainslider .slider-desktop {
    width: 94.44444%;
    float: left;
    margin-left: 2.77778%;
    margin-right: 2.77778%;
    margin-bottom: 10px;
  }

  .mainslider .slider-desktop .flexslider {
    background: #333;
  }

  .mainslider .slider-desktop .flexslider ul li {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mainslider .slider-desktop .flexslider ul li img {
    width: 100%;
    display: block;
  }

  .mainslider .aside_section {
    width: 94.44444%;
    float: left;
    margin-left: 2.77778%;
    margin-right: 2.77778%;
  }

  .mainslider .aside_section .content_btn {
    height: 100px;
    border: 2px solid #e3c8b6;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mainslider .aside_section .content_btn .location_left {
    width: 50%;
    height: 100%;
    background: #fff3eb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mainslider .aside_section .content_btn .location_left i {
    font-size: 30px;
    margin-bottom: 5px;
    color: #888;
  }

  .mainslider .aside_section .content_btn .location_left p {
    font-size: 14px;
    color: #888;
  }

  .mainslider .aside_section .content_btn .location_right {
    width: 50%;
    height: 100%;
    background: url("../../img/ttt_01.jpg");
    background-size: cover;
  }

  .mainslider .aside_section .content_btn .timeline_left {
    width: 50%;
    height: 100%;
    background: url("../../img/ttt_02.jpg");
    background-size: cover;
  }

  .mainslider .aside_section .content_btn .timeline_right {
    width: 50%;
    height: 100%;
    background: #fff3eb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mainslider .aside_section .content_btn .timeline_right i {
    font-size: 30px;
    margin-bottom: 5px;
    color: #888;
  }

  .mainslider .aside_section .content_btn .timeline_right p {
    font-size: 14px;
    color: #888;
  }

  .mainslider .aside_section .content_btn .subject_left {
    width: 50%;
    height: 100%;
    background: #fff3eb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mainslider .aside_section .content_btn .subject_left i {
    font-size: 30px;
    margin-bottom: 5px;
    color: #888;
  }

  .mainslider .aside_section .content_btn .subject_left p {
    font-size: 14px;
    color: #888;
  }

  .mainslider .aside_section .content_btn .subject_right {
    width: 50%;
    height: 100%;
    background: url("../../img/ttt_03.jpg");
    background-size: cover;
  }
}

@media (min-width: 891px) {
  .mainslider {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .mainslider:after {
    content: " ";
    display: block;
    clear: both;
  }

  .mainslider .slider-desktop {
    width: 64.16667%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
    margin-bottom: 30px;
  }

  .mainslider .slider-desktop .flexslider {
    background: #333;
  }

  .mainslider .slider-desktop .flexslider ul li {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mainslider .slider-desktop .flexslider ul li img {
    width: 100%;
    display: block;
  }

  .mainslider .aside_section {
    width: 30.83333%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }

  .mainslider .aside_section .content_btn {
    height: 140px;
    border: 2px solid #e3c8b6;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mainslider .aside_section .content_btn .location_left {
    width: 50%;
    height: 100%;
    background: #fff3eb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mainslider .aside_section .content_btn .location_left i {
    font-size: 30px;
    margin-bottom: 5px;
    color: #888;
  }

  .mainslider .aside_section .content_btn .location_left p {
    font-size: 14px;
    color: #888;
  }

  .mainslider .aside_section .content_btn .location_right {
    width: 50%;
    height: 100%;
    background: url("../../img/ttt_01.jpg");
    background-size: cover;
  }

  .mainslider .aside_section .content_btn .timeline_left {
    width: 50%;
    height: 100%;
    background: url("../../img/ttt_02.jpg");
    background-size: cover;
  }

  .mainslider .aside_section .content_btn .timeline_right {
    width: 50%;
    height: 100%;
    background: #fff3eb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mainslider .aside_section .content_btn .timeline_right i {
    font-size: 30px;
    margin-bottom: 5px;
    color: #888;
  }

  .mainslider .aside_section .content_btn .timeline_right p {
    font-size: 14px;
    color: #888;
  }

  .mainslider .aside_section .content_btn .subject_left {
    width: 50%;
    height: 100%;
    background: #fff3eb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mainslider .aside_section .content_btn .subject_left i {
    font-size: 30px;
    margin-bottom: 5px;
    color: #888;
  }

  .mainslider .aside_section .content_btn .subject_left p {
    font-size: 14px;
    color: #888;
  }

  .mainslider .aside_section .content_btn .subject_right {
    width: 50%;
    height: 100%;
    background: url("../../img/ttt_03.jpg");
    background-size: cover;
  }
}

@media (min-width: 0) and (max-width: 890px) {
  .search_section {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }

  .search_section:after {
    content: " ";
    display: block;
    clear: both;
  }

  .search_section .search_item {
    background: url("../../img/sbg.jpg") center bottom;
    padding: 25px 0 15px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 3px solid #db8f1a;
  }

  .search_section .search_item p {
    font-size: 12px;
    color: #c0c0c0;
  }

  .search_section .search_item .search_go {
    width: 90%;
    margin-bottom: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search_section .search_item .search_go input[type="text"] {
    width: 80%;
    height: 40px;
    padding-left: 10px;
  }

  .search_section .search_item .search_go .serach_icon {
    width: 50px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #9c0007;
    cursor: pointer;
  }

  .search_section .search_item .search_go .serach_icon i {
    color: #FFF;
  }
}

@media (min-width: 891px) {
  .search_section {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }

  .search_section:after {
    content: " ";
    display: block;
    clear: both;
  }

  .search_section .search_item {
    background: url("../../img/sbg.jpg") center bottom;
    padding: 35px 0 25px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 3px solid #db8f1a;
  }

  .search_section .search_item p {
    font-size: 12px;
    color: #c0c0c0;
  }

  .search_section .search_item .search_go {
    width: 50%;
    margin-bottom: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search_section .search_item .search_go input[type="text"] {
    /* width: 80%; */
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border-radius: 3px 0 0 3px;
    border: 1px solid rgb(118, 118, 118);
    border-right: 0;
  }

  .search_section .search_item .search_go .serach_icon {
    width: 50px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #9c0007;
    cursor: pointer;
  }

  .search_section .search_item .search_go .serach_icon i {
    color: #FFF;
  }
}

.bgimg_encyclopedia {
  background: url("../../img/slider_01.jpg") center;
  background-size: cover;
}

@media (min-width: 0) and (max-width: 890px) {
  .black-static {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #000;
    padding: 10px 10px;
    margin-bottom: 10px;
  }

  .black-static:after {
    content: " ";
    display: block;
    clear: both;
  }

  .black-static .search_section {
    width: 90%;
    padding-top: 30px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .black-static .search_section input {
    width: 100%;
    height: 35px;
  }

  .black-static .search_section .lens_icon {
    width: 60px;
    height: 35px;
    background: #019316;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFF;
  }
}

@media (min-width: 891px) {
  .black-static {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #000;
    padding: 20px 10px;
    margin-bottom: 20px;
  }

  .black-static:after {
    content: " ";
    display: block;
    clear: both;
  }

  .black-static .search_section {
    width: 60%;
    padding-top: 30px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .black-static .search_section input {
    width: 100%;
    height: 35px;
  }

  .black-static .search_section .lens_icon {
    width: 60px;
    height: 35px;
    background: #019316;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFF;
  }
}

@media (min-width: 0) and (max-width: 890px) {
  .online_display {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }

  .online_display:after {
    content: " ";
    display: block;
    clear: both;
  }

  .online_display .onlinedisplay_content {
    width: 44.44444%;
    float: left;
    margin-left: 2.77778%;
    margin-right: 2.77778%;
    height: 170px;
    position: relative;
    margin-bottom: 20px;
  }

  .online_display .onlinedisplay_content .photo_go {
    display: block;
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    left: 50%;
    margin-left: -60px;
  }

  .online_display .onlinedisplay_content .photo_go img {
    height: 100%;
  }

  .online_display .onlinedisplay_content .mask {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 130px;
  }

  .online_display .onlinedisplay_content .mask p {
    font-size: 14px;
    line-height: 1.4;
    color: #888;
    text-align: center;
  }
}

@media (min-width: 891px) {
  .online_display {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .online_display:after {
    content: " ";
    display: block;
    clear: both;
  }

  .online_display .onlinedisplay_content {
    width: 14.16667%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
    height: 170px;
    position: relative;
  }

  .online_display .onlinedisplay_content .photo_go {
    display: block;
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    left: 50%;
    margin-left: -60px;
  }

  .online_display .onlinedisplay_content .photo_go img {
    height: 100%;
  }

  .online_display .onlinedisplay_content .mask {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 130px;
  }

  .online_display .onlinedisplay_content .mask p {
    font-size: 14px;
    line-height: 1.4;
    color: #888;
    text-align: center;
  }
}

@media (min-width: 0) and (max-width: 890px) {
  .three_section {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }

  .three_section:after {
    content: " ";
    display: block;
    clear: both;
  }

  .three_section .section_a {
    width: 94.44444%;
    float: left;
    margin-left: 2.77778%;
    margin-right: 2.77778%;
    padding: 0 10px;
  }

  .three_section .section_a .localmemo {
    margin-bottom: 20px;
  }

  .three_section .section_a .localmemo .date {
    font-size: 20px;
    color: #fc9933;
    margin-bottom: 10px;
  }

  .three_section .section_a .localmemo .local_item {
    margin-bottom: 5px;
    border-bottom: 1px dashed #eee;
    padding: 10px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .three_section .section_a .localmemo .local_item .year {
    font-size: 16px;
    color: #777;
    font-weight: 700;
    margin-right: 15px;
  }

  .three_section .section_a .localmemo .local_item .local_descript {
    font-size: 14px;
    color: #999;
  }

  .three_section .section_a .newsvideo {
    margin-bottom: 20px;
  }

  .three_section .section_a .newsvideo .newsvideo_item {
    margin-bottom: 5px;
    border-bottom: 1px dashed #eee;
    padding: 10px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .three_section .section_a .newsvideo .newsvideo_item .year {
    font-size: 16px;
    color: #777;
    font-weight: 700;
    margin-right: 15px;
  }

  .three_section .section_a .newsvideo .newsvideo_item .newsvideo_descript {
    font-size: 14px;
    color: #999;
  }

  .three_section .section_a .todaycharacter {
    padding: 0 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .three_section .section_a .todaycharacter .p_id {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .three_section .section_a .todaycharacter .p_id img {
    width: 45%;
    border-radius: 50%;
    margin-right: 20px;
  }

  .three_section .section_a .todaycharacter .p_id h6 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 500;
  }

  .three_section .section_a .todaycharacter p {
    font-size: 14px;
    color: #888;
  }
}

@media (min-width: 891px) {
  .three_section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }

  .three_section:after {
    content: " ";
    display: block;
    clear: both;
  }

  .three_section .section_a {
    width: 30.83333%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
    padding: 0 10px;
  }

  .three_section .section_a .localmemo .date {
    font-size: 20px;
    color: #fc9933;
    margin-bottom: 10px;
  }

  .three_section .section_a .localmemo .local_item {
    margin-bottom: 5px;
    border-bottom: 1px dashed #eee;
    padding: 10px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .three_section .section_a .localmemo .local_item .year {
    font-size: 16px;
    color: #777;
    font-weight: 700;
    margin-right: 15px;
  }

  .three_section .section_a .localmemo .local_item .local_descript {
    font-size: 14px;
    color: #999;
  }

  .three_section .section_a .newsvideo .newsvideo_item {
    margin-bottom: 5px;
    border-bottom: 1px dashed #eee;
    padding: 10px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .three_section .section_a .newsvideo .newsvideo_item .year {
    font-size: 16px;
    color: #777;
    font-weight: 700;
    margin-right: 15px;
  }

  .three_section .section_a .newsvideo .newsvideo_item .newsvideo_descript {
    font-size: 14px;
    color: #999;
  }

  .three_section .section_a .todaycharacter {
    padding: 0 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .three_section .section_a .todaycharacter .p_id {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .three_section .section_a .todaycharacter .p_id img {
    width: 45%;
    border-radius: 50%;
    margin-right: 20px;
  }

  .three_section .section_a .todaycharacter .p_id h6 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 500;
  }

  .three_section .section_a .todaycharacter p {
    font-size: 14px;
    color: #888;
  }
}

.footer_wrapper {
  width: 100%;
  background: #6c7c92;
  background-repeat: repeat-x;
  padding-top: 20px;
}

@media (min-width: 0) and (max-width: 890px) {
  footer {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }

  footer:after {
    content: " ";
    display: block;
    clear: both;
  }

  footer .relatedlinks {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  footer .relatedlinks .ad {
    width: 44.44444%;
    float: left;
    margin-left: 2.77778%;
    margin-right: 2.77778%;
    margin-bottom: 10px;
  }

  footer .toggle_btn {
    display: none;
  }

  footer .footer_link {
    width: 94.44444%;
    float: left;
    margin-left: 2.77778%;
    margin-right: 2.77778%;
    margin-bottom: 20px;
  }

  footer .footer_link a {
    display: block;
    float: left;
    margin-right: 35px;
    color: #FFF;
    font-size: 16px;
    margin-bottom: 13px;
  }

  footer .copyright {
    width: 94.44444%;
    float: left;
    margin-left: 2.77778%;
    margin-right: 2.77778%;
    width: 100%;
    padding-bottom: 30px;
  }

  footer .copyright p {
    color: #c0c0c0;
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
}

@media (min-width: 891px) {
  footer {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }

  footer:after {
    content: " ";
    display: block;
    clear: both;
  }

  footer .relatedlinks {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  footer .relatedlinks .ad {
    width: 14.16667%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }

  footer .toggle_btn {
    height: 45px;
    background: #333;
    border-bottom: 2px solid #33797c;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  footer .toggle_btn i {
    margin-left: 10px;
  }

  footer .footer_link {
    height: 50px;
    margin-top: 30px;
  }

  footer .footer_link a {
    margin-right: 35px;
    color: #FFF;
    font-size: 16px;
  }

  footer .copyright {
    width: 100%;
    padding-bottom: 30px;
  }

  footer .copyright p {
    color: #c0c0c0;
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
}

@media (min-width: 0) and (max-width: 890px) {
  .pages {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pages:after {
    content: " ";
    display: block;
    clear: both;
  }

  .pages a {
    display: block;
    min-width: 30px;
    padding: 0px 6px;
    height: 30px;
    border: 1px solid #eee;
    font-size: 14px;
    margin: 0 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .3s;
  }

  .pages a:hover {
    border: 1px solid #eee;
    background: #5fb8eb;
    color: #FFF;
  }
}

@media (min-width: 891px) {
  .pages {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pages:after {
    content: " ";
    display: block;
    clear: both;
  }

  .pages a {
    display: block;
    min-width: 30px;
    padding: 0px 6px;
    height: 30px;
    border: 1px solid #eee;
    font-size: 14px;
    margin: 0 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .3s;
  }

  .pages a:hover {
    border: 1px solid #eee;
    background: #5fb8eb;
    color: #FFF;
  }
}

@media (min-width: 0) and (max-width: 890px) {
  .show_contnet_01 {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 350px;
    background: #FFF;
    border: 3px solid #00991a;
    z-index: 2000;
  }

  .show_contnet_01:after {
    content: " ";
    display: block;
    clear: both;
  }

  .show_contnet_01 .titile {
    width: 100%;
    height: 40px;
    background: #00991a;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .show_contnet_01 .titile h4 {
    font-size: 18px;
    color: #FFF;
  }

  .show_contnet_01 .login_item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    color: #888;
  }

  .show_contnet_01 .login_item input {
    margin-right: 5px;
    border: 1px solid #c0c0c0;
  }

  .show_contnet_01 .login_item p {
    font-size: 14px;
    color: #888;
    margin-right: 5px;
  }

  .show_contnet_01 .login_item .employer {
    margin-right: 15px;
  }

  .show_contnet_01 .login_item .employer input {
    margin-right: 5px;
  }

  .show_contnet_01 .submit {
    display: block;
    margin: 0 auto;
    width: 60%;
    height: 30px;
    background: #10b4c7;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFF;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .show_contnet_01 .forgotpsw {
    display: block;
    font-size: 12px;
    color: #c0c0c0;
    text-align: center;
    margin-bottom: 10px;
  }

  .show_contnet_01 .socialmedia {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #c0c0c0;
    padding-top: 20px;
  }

  .show_contnet_01 .socialmedia i {
    font-size: 50px;
    margin: 0 10px;
    color: #c0c0c0;
  }
}

@media (min-width: 891px) {
  .show_contnet_01 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 380px;
    height: 350px;
    background: #FFF;
    border: 3px solid #00991a;
  }

  .show_contnet_01:after {
    content: " ";
    display: block;
    clear: both;
  }

  .show_contnet_01 .titile {
    width: 100%;
    height: 40px;
    background: #00991a;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .show_contnet_01 .titile h4 {
    font-size: 18px;
    color: #FFF;
  }

  .show_contnet_01 .login_item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    color: #888;
  }

  .show_contnet_01 .login_item p {
    font-size: 14px;
    color: #888;
    margin-right: 5px;
  }

  .show_contnet_01 .login_item .employer {
    margin-right: 15px;
  }

  .show_contnet_01 .login_item .employer input {
    margin-right: 5px;
  }

  .show_contnet_01 .submit {
    display: block;
    margin: 0 auto;
    width: 60%;
    height: 30px;
    background: #10b4c7;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFF;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .show_contnet_01 .forgotpsw {
    display: block;
    font-size: 12px;
    color: #c0c0c0;
    text-align: center;
    margin-bottom: 10px;
  }

  .show_contnet_01 .socialmedia {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #c0c0c0;
    padding-top: 20px;
  }

  .show_contnet_01 .socialmedia i {
    font-size: 50px;
    margin: 0 10px;
    color: #c0c0c0;
  }
}

@media (min-width: 0) and (max-width: 890px) {
  .related_link {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .related_link:after {
    content: " ";
    display: block;
    clear: both;
  }

  .related_link .category_item {
    width: 44.44444%;
    float: left;
    margin-left: 2.77778%;
    margin-right: 2.77778%;
    background: #189;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
  }

  .related_link .category_item img {
    display: block;
    width: 100%;
  }

  .related_link .category_item .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0%;
    left: 0%;
    transition: all 0.3s;
    transform: rotate(0deg);
  }

  .related_link .category_item .mask h6 {
    opacity: 1;
    font-size: 16px;
    color: orange;
    margin-bottom: 10px;
  }

  .related_link .category_item .mask p {
    opacity: 1;
    font-size: 14px;
    color: #FFF;
  }
}

@media (min-width: 891px) {
  .related_link {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }

  .related_link:after {
    content: " ";
    display: block;
    clear: both;
  }

  .related_link .category_item {
    width: 22.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
    background: #189;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
  }

  .related_link .category_item img {
    display: block;
    width: 100%;
  }

  .related_link .category_item .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0%;
    left: 0%;
    transition: all 0.3s;
    transform: rotate(0deg);
  }

  .related_link .category_item .mask h6 {
    opacity: 1;
    font-size: 16px;
    color: orange;
    margin-bottom: 10px;
  }

  .related_link .category_item .mask p {
    opacity: 1;
    font-size: 14px;
    color: #FFF;
  }

  .related_link .category_item:hover .mask {
    background: rgba(0, 0, 0, 0.8);
  }
}

.map {
  height: 100%;
  height: 700px;
}

.time-t {
  width: 100%;
  height: 100px;
  background: #c0c0c0;
}

@media (min-width: 0) and (max-width: 890px) {
  .opendata {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }

  .opendata:after {
    content: " ";
    display: block;
    clear: both;
  }

  .opendata .row-t {
    width: 100%;
    border-bottom: 1px solid #eee;
    transition: all .3s;
  }

  .opendata .row-t h6 {
    color: #222;
    font-size: 14px;
    line-height: 1.4;
  }

  .opendata .row-t p {
    color: #888;
    font-size: 14px;
    line-height: 1.4;
  }

  .opendata .row-t a {
    color: #00995d;
    font-size: 16px;
    line-height: 1.4;
  }

  .opendata .row-t .column_1 {
    width: 44.44444%;
    float: left;
    margin-left: 2.77778%;
    margin-right: 2.77778%;
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }

  .opendata .row-t .column_2 {
    width: 19.44444%;
    float: left;
    margin-left: 2.77778%;
    margin-right: 2.77778%;
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }

  .opendata .row-t .column_3 {
    width: 19.44444%;
    float: left;
    margin-left: 2.77778%;
    margin-right: 2.77778%;
    height: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }

  .opendata .row-page {
    width: 100%;
    border-bottom: 1px solid #eee;
    transition: all .3s;
  }

  .opendata .row-page h6 {
    color: #222;
    font-size: 16px;
    line-height: 1.4;
  }

  .opendata .row-page p {
    color: #888;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 6px;
    word-wrap: break-word;
    word-break: break-all;
  }

  .opendata .row-page a {
    color: #00995d;
    font-size: 18px;
    line-height: 1.4;
  }

  .opendata .row-page .column_a {
    width: 27.77778%;
    float: left;
    margin-left: 2.77778%;
    margin-right: 2.77778%;
    padding: 10px;
  }

  .opendata .row-page .column_b {
    width: 61.11111%;
    float: left;
    margin-left: 2.77778%;
    margin-right: 2.77778%;
    padding: 10px;
  }
}

@media (min-width: 891px) {
  .opendata {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
  }

  .opendata:after {
    content: " ";
    display: block;
    clear: both;
  }

  .opendata .row-t {
    width: 100%;
    border-bottom: 1px solid #eee;
    transition: all .3s;
  }

  .opendata .row-t:hover {
    background: #f6f9f0;
    transform: scale(1.05);
    border-bottom: 1px solid #f6f9f0;
  }

  .opendata .row-t h6 {
    color: #222;
    font-size: 16px;
    line-height: 1.4;
  }

  .opendata .row-t p {
    color: #888;
    font-size: 16px;
    line-height: 1.4;
  }

  .opendata .row-t a {
    color: #00995d;
    font-size: 18px;
    line-height: 1.4;
  }

  .opendata .row-t .column_1 {
    width: 47.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }

  .opendata .row-t .column_2 {
    width: 22.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }

  .opendata .row-t .column_3 {
    width: 22.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
    height: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }

  .opendata .row-page {
    width: 100%;
    border-bottom: 1px solid #eee;
    transition: all .3s;
  }

  .opendata .row-page h6 {
    color: #222;
    font-size: 16px;
    line-height: 1.4;
  }

  .opendata .row-page p {
    color: #888;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 6px;
  }

  .opendata .row-page a {
    color: #00995d;
    font-size: 18px;
    line-height: 1.4;
  }

  .opendata .row-page .column_a {
    width: 30.83333%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
    padding: 10px;
  }

  .opendata .row-page .column_b {
    width: 64.16667%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
    padding: 10px;
  }
}

@media (min-width: 0) and (max-width: 890px) {
  .search_content {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .search_content:after {
    content: " ";
    display: block;
    clear: both;
  }

  .search_content .after_classification {
    width: 94.44444%;
    float: left;
    margin-left: 2.77778%;
    margin-right: 2.77778%;
  }

  .search_content .after_classification .search_select {
    margin-bottom: 10px;
  }

  .search_content .after_classification .search_select select {
    width: 100%;
    height: 34px;
    font-size: 13px;
  }

  .search_content .after_classification .search_memo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px;
  }

  .search_content .after_classification .search_memo h5 {
    color: #3a7cc7;
    font-size: 18px;
    margin-bottom: 5px;
    margin-right: 20px;
  }

  .search_content .after_classification .search_memo h6 {
    font-size: 13px;
    color: #888;
  }

  .search_content .after_classification .filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search_content .after_classification .filter .f-data {
    width: 25%;
    height: 40px;
    font-size: 13px;
    background: #FFF;
    border-top: 3px solid #6c7c92;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #888;
    cursor: pointer;
    transition: all .3s;
  }

  .search_content .after_classification .filter .f-data:hover {
    background: #d6e5f9;
  }

  .search_content .after_classification .filter .f-data-on {
    width: 25%;
    height: 40px;
    font-size: 13px;
    background: #6c7c92;
    border-top: 3px solid #6c7c92;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFF;
  }

  .search_content .after_classification .datatype {
    padding: 20px;
    background: #efefef;
    margin-bottom: 10px;
    position: relative;
  }

  .search_content .after_classification .datatype h6 {
    color: #222;
    font-size: 16px;
  }

  .search_content .after_classification .datatype .switch {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 13px;
    right: 10px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search_content .after_classification .datatype .switch i {
    color: #c0c0c0;
    font-size: 23px;
  }

  .search_content .after_classification .datatype .switch:hover i {
    color: #5fb8eb;
    font-size: 23px;
  }

  .search_content .after_classification .datatype .checkdata {
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .search_content .after_classification .datatype .checkdata h6 {
    font-size: 14px;
    margin-right: 30px;
  }

  .search_content .after_classification .datatype .checkdata p {
    font-size: 14px;
    color: #888;
  }

  .search_content .after_classification .datatype .checkdata input {
    margin-right: 8px;
  }

  .search_content .after_classification .datatype .c-btn {
    display: block;
    width: 100%;
    height: 30px;
    background: #3a7cc7;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFF;
  }

  .search_content .result {
    width: 94.44444%;
    float: left;
    margin-left: 2.77778%;
    margin-right: 2.77778%;
  }

  .search_content .result .result_item {
    width: 94.44444%;
    float: left;
    margin-left: 2.77778%;
    margin-right: 2.77778%;
    /* height: 340px; */
    background: #FFF;
    margin-bottom: 20px;
    border: 1px solid #c9c9c9;
    transition: all .3s;
    cursor: pointer;
  }
  .search_content .result .result_item p {
    padding-left: 10px;
  }

  .search_content .result .result_item:hover {
    background: #fffaf6;
    border: 1px solid #db8f1a;
  }

  .search_content .result .result_item .photo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eee;
    margin-bottom: 18px;
  }

  .search_content .result .result_item .photo img {
    display: block;
    height: 177px;
  }

  .search_content .result .result_item .descript_group h5 {
    font-size: 12px;
    color: #222;
    margin-left: 13px;
    margin-right: 13px;
    line-height: 1.3;
    margin-bottom: 12px;
  }

  .search_content .result .result_item .descript_group p {
    font-size: 13px;
    color: #777;
    margin-left: 13px;
    margin-right: 13px;
    line-height: 1.4;
    margin-bottom: 3px;
  }

  .search_content .result .result_item .descript_group .reading {
    color: #5fb8eb;
  }

  .search_content .result .result_item .descript_group .i-title {
    margin-bottom: 8px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }

  .search_content .result .result_item .descript_group .i-title h6 {
    width: 100%;
    font-size: 15px;
    color: #ed7000;
    line-height: 1.3;
  }

  .search_content .result .result_item .descript_group .i-title h6 i {
    font-size: 13px;
    margin-right: -12px;
  }

  .search_content .result .result_item-list {
    width: 94.44444%;
    float: left;
    margin-left: 2.77778%;
    margin-right: 2.77778%;
    height: 340px;
    background: #FFF;
    margin-bottom: 20px;
    border: 1px solid #c9c9c9;
    transition: all .3s;
    cursor: pointer;
  }

  .search_content .result .result_item-list:hover {
    background: #fffaf6;
    border: 1px solid #db8f1a;
  }

  .search_content .result .result_item-list .photo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eee;
    margin-bottom: 18px;
  }

  .search_content .result .result_item-list .photo img {
    display: block;
    height: 177px;
  }

  .search_content .result .result_item-list .descript_group h5 {
    font-size: 12px;
    color: #222;
    margin-left: 13px;
    margin-right: 13px;
    line-height: 1.3;
    margin-bottom: 12px;
  }

  .search_content .result .result_item-list .descript_group p {
    font-size: 13px;
    color: #777;
    margin-left: 13px;
    margin-right: 13px;
    line-height: 1.4;
    margin-bottom: 3px;
  }

  .search_content .result .result_item-list .descript_group .reading {
    color: #5fb8eb;
  }

  .search_content .result .result_item-list .descript_group .i-title {
    margin-bottom: 8px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }

  .search_content .result .result_item-list .descript_group .i-title h6 {
    width: 100%;
    font-size: 15px;
    color: #ed7000;
    line-height: 1.3;
  }

  .search_content .result .result_item-list .descript_group .i-title h6 i {
    font-size: 13px;
    margin-right: -12px;
  }

  .search_content .time_line_section {
    width: 94.44444%;
    float: left;
    margin-left: 2.77778%;
    margin-right: 2.77778%;
  }

  .search_content .time_line_section .timesqure {
    width: 100%;
    height: 210px;
    background: #eee;
    border: 1px solid #c0c0c0;
    margin-bottom: 20px;
  }

  .search_content .time_line_section .year_tag {
    margin-bottom: 20px;
  }

  .search_content .time_line_section .year_tag .t-tag {
    float: left;
    padding: 5px 12px;
    border: 1px solid #c0c0c0;
    font-size: 13px;
    color: #888;
  }

  .search_content .time_line_section .year_tag .t-tag .close {
    float: right;
    margin-left: 12px;
    color: #c0c0c0;
    transition: all .3s;
  }

  .search_content .time_line_section .year_tag .t-tag .close i {
    font-size: 16px;
  }

  .search_content .time_line_section .year_tag .t-tag .close:hover {
    color: #222;
  }

  .search_content .time_line_section .history_row {
    position: relative;
    width: 100%;
  }

  .search_content .time_line_section .history_row .left_line {
    position: absolute;
    width: 3px;
    height: 100%;
    background: #897b6f;
    left: 60px;
  }

  .search_content .time_line_section .history_row .dot {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #897b6f;
    left: 52px;
    top: 35px;
  }

  .search_content .time_line_section .history_row .year {
    position: absolute;
    left: 10px;
    top: 32px;
    font-size: 15px;
    color: #897b6f;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .search_content .time_line_section .history_row .history_item {
    margin-left: 100px;
    border-bottom: 1px dashed #f0f0f0;
    padding: 20px 0 10px 0;
  }

  .search_content .time_line_section .history_row .history_item .history_event {
    width: 230px;
    height: 80px;
    float: left;
    border: 1px solid #c0c0c0;
    background: #f7f7f7;
    border-radius: 2px;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .search_content .time_line_section .history_row .history_item .history_event img {
    height: 80%;
    margin-right: 10px;
  }

  .search_content .time_line_section .history_row .history_item .history_event h6 {
    font-size: 13px;
    margin-bottom: 3px;
    color: #ed7000;
  }

  .search_content .time_line_section .history_row .history_item .history_event p {
    font-size: 12px;
    line-height: 1.3;
    color: #888;
  }

  .search_content .map_list_section {
    width: 94.44444%;
    float: left;
    margin-left: 2.77778%;
    margin-right: 2.77778%;
  }

  .search_content .map_list_section .mapsqure {
    width: 100%;
    height: 400px;
    background: #eee;
    border: 1px solid #c0c0c0;
    margin-bottom: 20px;
  }

  .search_content .map_list_section .map_contnet {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .search_content .map_list_section .map_contnet .map_location {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    padding: 0 20px;
    background: rgba(103, 92, 73, 0.67);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search_content .map_list_section .map_contnet .map_location h5 {
    font-size: 16px;
    text-align: center;
    color: #dad1c7;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  .search_content .map_list_section .map_contnet .map_location h6 {
    font-size: 12px;
    color: #eee;
    text-align: center;
    line-height: 1.2;
  }

  .search_content .map_list_section .map_contnet .map_location i {
    font-size: 30px;
    color: #FFF;
    margin-bottom: 5px;
  }

  .search_content .map_list_section .map_contnet .map_event {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px dashed #c0c0c0;
  }

  .search_content .map_list_section .map_contnet .map_event .map_item {
    width: 100%;
    height: 80px;
    float: left;
    border: 1px solid #c0c0c0;
    background: #f7f7f7;
    border-radius: 2px;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .search_content .map_list_section .map_contnet .map_event .map_item img {
    height: 80%;
    margin-right: 10px;
  }

  .search_content .map_list_section .map_contnet .map_event .map_item h6 {
    font-size: 14px;
    margin-bottom: 3px;
    color: #7b6858;
  }

  .search_content .map_list_section .map_contnet .map_event .map_item p {
    font-size: 12px;
    line-height: 1.3;
    color: #888;
  }
}

@media (min-width: 891px) {
  .search_content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .search_content:after {
    content: " ";
    display: block;
    clear: both;
  }

  .search_content .after_classification {
    width: 22.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }

  .search_content .after_classification .search_select {
    margin-bottom: 10px;
  }

  .search_content .after_classification .search_select select {
    width: 100%;
    height: 34px;
    font-size: 13px;
  }

  .search_content .after_classification .search_memo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px;
  }

  .search_content .after_classification .search_memo h5 {
    color: #3a7cc7;
    font-size: 18px;
    margin-bottom: 5px;
    margin-right: 20px;
  }

  .search_content .after_classification .search_memo h6 {
    font-size: 13px;
    color: #888;
  }

  .search_content .after_classification .filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search_content .after_classification .filter .f-data {
    width: 25%;
    height: 40px;
    font-size: 13px;
    background: #FFF;
    border-top: 3px solid #6c7c92;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #888;
    cursor: pointer;
    transition: all .3s;
  }

  .search_content .after_classification .filter .f-data:hover {
    background: #d6e5f9;
  }

  .search_content .after_classification .filter .f-data-on {
    width: 25%;
    height: 40px;
    font-size: 13px;
    background: #6c7c92;
    border-top: 3px solid #6c7c92;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFF;
  }

  .search_content .after_classification .datatype {
    padding: 20px;
    background: #efefef;
    margin-bottom: 10px;
    position: relative;
  }

  .search_content .after_classification .datatype h6 {
    color: #222;
    font-size: 16px;
  }

  .search_content .after_classification .datatype .switch {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 13px;
    right: 10px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search_content .after_classification .datatype .switch i {
    color: #c0c0c0;
    font-size: 23px;
  }

  .search_content .after_classification .datatype .switch:hover i {
    color: #5fb8eb;
    font-size: 23px;
  }

  .search_content .after_classification .datatype .checkdata {
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .search_content .after_classification .datatype .checkdata h6 {
    font-size: 14px;
    margin-right: 30px;
  }

  .search_content .after_classification .datatype .checkdata p {
    font-size: 14px;
    color: #888;
  }

  .search_content .after_classification .datatype .checkdata input {
    margin-right: 8px;
  }

  .search_content .after_classification .datatype .c-btn {
    display: block;
    width: 100%;
    height: 30px;
    background: #3a7cc7;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFF;
  }

  .search_content .result {
    width: 72.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }

  .search_content .result .result_item {
    width: 30.83333%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
    height: 420px;
    background: #FFF;
    margin-bottom: 20px;
    border: 1px solid #c9c9c9;
    transition: all .3s;
    cursor: pointer;
    overflow-y: auto;
  }
  .search_content .result .result_item::-webkit-scrollbar {
    display: none;
  }

  .search_content .result .result_item  p {
    padding-left: 10px;
  }

  .search_content .result .result_item:hover {
    background: #fffaf6;
    border: 1px solid #db8f1a;
  }

  .search_content .result .result_item .photo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eee;
    margin-bottom: 18px;
  }

  .search_content .result .result_item .photo img {
    display: block;
    height: 177px;
  }

  .search_content .result .result_item .descript_group h5 {
    font-size: 12px;
    color: #222;
    margin-left: 13px;
    margin-right: 13px;
    line-height: 1.3;
    margin-bottom: 12px;
  }

  .search_content .result .result_item .descript_group p {
    font-size: 13px;
    color: #777;
    margin-left: 13px;
    margin-right: 13px;
    line-height: 1.4;
    margin-bottom: 3px;
  }

  .search_content .result .result_item .descript_group .reading {
    color: #5fb8eb;
  }

  .search_content .result .result_item .descript_group .i-title {
    margin-bottom: 8px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }

  .search_content .result .result_item .descript_group .i-title h6 {
    width: 100%;
    font-size: 15px;
    color: #ed7000;
    line-height: 1.3;
  }

  .search_content .result .result_item .descript_group .i-title h6 i {
    font-size: 13px;
    margin-right: -12px;
  }

  .search_content .result .result_item-list {
    width: 97.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
    background: #FFF;
    border: 1px solid #c9c9c9;
    margin-bottom: 20px;
    padding-right: 20px;
    transition: all .3s;
    cursor: pointer;
  }

  .search_content .result .result_item-list:hover {
    background: #fffaf6;
    border: 1px solid #db8f1a;
  }

  .search_content .result .result_item-list .photo {
    position: relative;
    width: 28%;
    float: left;
    margin-right: 15px;
  }

  .search_content .result .result_item-list .photo img {
    display: block;
    height: 190px;
    margin: 0 auto;
    object-fit: contain;
  }

  .search_content .result .result_item-list .descript_group {
    padding-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .search_content .result .result_item-list .descript_group h5 {
    font-size: 12px;
    color: #222;
    margin-right: 13px;
    line-height: 1.3;
    margin-bottom: 12px;
  }

  .search_content .result .result_item-list .descript_group p {
    font-size: 13px;
    color: #777;
    margin-right: 13px;
    line-height: 1.4;
    margin-bottom: 3px;
  }

  .search_content .result .result_item-list .descript_group .reading {
    color: #5fb8eb;
  }

  .search_content .result .result_item-list .descript_group .i-title {
    margin-bottom: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }

  .search_content .result .result_item-list .descript_group .i-title h6 {
    width: 100%;
    font-size: 16px;
    color: #ed7000;
    line-height: 1.3;
  }

  .search_content .result .result_item-list .descript_group .i-title h6 i {
    font-size: 13px;
    margin-right: -12px;
  }

  .search_content .time_line_section {
    width: 72.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }

  .search_content .time_line_section .timesqure {
    width: 100%;
    height: 210px;
    background: #eee;
    border: 1px solid #c0c0c0;
    margin-bottom: 20px;
  }

  .search_content .time_line_section .year_tag {
    margin-bottom: 20px;
  }

  .search_content .time_line_section .year_tag .t-tag {
    float: left;
    padding: 5px 12px;
    border: 1px solid #c0c0c0;
    font-size: 13px;
    color: #888;
  }

  .search_content .time_line_section .year_tag .t-tag .close {
    float: right;
    margin-left: 12px;
    color: #c0c0c0;
    transition: all .3s;
  }

  .search_content .time_line_section .year_tag .t-tag .close i {
    font-size: 16px;
  }

  .search_content .time_line_section .year_tag .t-tag .close:hover {
    color: #222;
  }

  .search_content .time_line_section .history_row {
    position: relative;
    width: 100%;
  }

  .search_content .time_line_section .history_row .left_line {
    position: absolute;
    width: 3px;
    height: 100%;
    background: #897b6f;
    left: 60px;
  }

  .search_content .time_line_section .history_row .dot {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #897b6f;
    left: 52px;
    top: 35px;
  }

  .search_content .time_line_section .history_row .year {
    position: absolute;
    left: 10px;
    top: 32px;
    font-size: 15px;
    color: #897b6f;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .search_content .time_line_section .history_row .history_item {
    margin-left: 100px;
    border-bottom: 1px dashed #f0f0f0;
    padding: 20px 0 10px 0;
  }

  .search_content .time_line_section .history_row .history_item .history_event {
    width: 230px;
    height: 80px;
    float: left;
    border: 1px solid #c0c0c0;
    background: #f7f7f7;
    border-radius: 2px;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .search_content .time_line_section .history_row .history_item .history_event img {
    height: 80%;
    margin-right: 10px;
  }

  .search_content .time_line_section .history_row .history_item .history_event h6 {
    font-size: 14px;
    margin-bottom: 3px;
    color: #ed7000;
  }

  .search_content .time_line_section .history_row .history_item .history_event p {
    font-size: 12px;
    line-height: 1.3;
    color: #888;
  }

  .search_content .map_list_section {
    width: 72.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }

  .search_content .map_list_section .mapsqure {
    width: 100%;
    height: 400px;
    background: #eee;
    border: 1px solid #c0c0c0;
    margin-bottom: 20px;
  }

  .search_content .map_list_section .map_contnet {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .search_content .map_list_section .map_contnet .map_location {
    width: 15%;
    height: 140px;
    padding: 0 20px;
    background: rgba(103, 92, 73, 0.67);
    margin-right: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search_content .map_list_section .map_contnet .map_location h5 {
    font-size: 16px;
    text-align: center;
    color: #dad1c7;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  .search_content .map_list_section .map_contnet .map_location h6 {
    font-size: 12px;
    color: #eee;
    text-align: center;
    line-height: 1.2;
  }

  .search_content .map_list_section .map_contnet .map_location i {
    font-size: 30px;
    color: #FFF;
    margin-bottom: 5px;
  }

  .search_content .map_list_section .map_contnet .map_event {
    width: 80%;
    padding-bottom: 20px;
    border-bottom: 1px dashed #c0c0c0;
  }

  .search_content .map_list_section .map_contnet .map_event .map_item {
    width: 280px;
    height: 80px;
    float: left;
    border: 1px solid #c0c0c0;
    background: #f7f7f7;
    border-radius: 2px;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .search_content .map_list_section .map_contnet .map_event .map_item img {
    height: 80%;
    margin-right: 10px;
  }

  .search_content .map_list_section .map_contnet .map_event .map_item h6 {
    font-size: 14px;
    margin-bottom: 3px;
    color: #7b6858;
  }

  .search_content .map_list_section .map_contnet .map_event .map_item p {
    font-size: 12px;
    line-height: 1.3;
    color: #888;
  }
}

@media (min-width: 0) and (max-width: 890px) {
  .need_search {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .need_search:after {
    content: " ";
    display: block;
    clear: both;
  }

  .need_search .select_item {
    width: 94.44444%;
    float: left;
    margin-left: 2.77778%;
    margin-right: 2.77778%;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .need_search .select_item .sequence {
    width: 100%;
    border-radius: 3px;
    margin-left: 12px;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #888;
  }

  .need_search .select_item .sequence select {
    height: 40px;
    width: 50%;
    margin-left: 10px;
    border: 1px solid #ddd;
  }

  .need_search .select_item .list {
    display: inline-block;
    /* width: 100%; */
    border-radius: 3px;
    margin-left: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    margin-right: 10px;
    font-size: 14px;
    color: #888;
  }

  .need_search .select_item .list select {
    display: inline;
    /* width: 50%; */
    height: 40px;
    margin-left: 5px;
    border: 1px solid #ddd;
  }

  .need_search .select_item .output {
    display: none;
  }
}

@media (min-width: 891px) {
  .need_search {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .need_search:after {
    content: " ";
    display: block;
    clear: both;
  }

  .need_search .select_item {
    width: 97.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .need_search .select_item .sequence {
    border-radius: 3px;
    margin-left: 12px;
    font-size: 14px;
    margin-right: 10px;
    font-size: 14px;
    color: #888;
  }

  .need_search .select_item .sequence select {
    height: 40px;
    margin-left: 10px;
    border: 1px solid #ddd;
  }

  .need_search .select_item .list {
    border-radius: 3px;
    margin-left: 0px;
    font-size: 14px;
    margin-right: 10px;
    font-size: 14px;
    color: #888;
  }

  .need_search .select_item .list select {
    height: 40px;
    margin-left: 5px;
    border: 1px solid #ddd;
  }

  .need_search .select_item .output {
    display: block;
    height: 40px;
    padding: 0px 20px;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    margin-left: 12px;
    font-size: 14px;
    transition: all .3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .need_search .select_item .output i {
    margin-right: 5px;
    font-size: 16px;
  }

  .need_search .select_item .output:hover {
    border: 1px solid #5fb8eb;
    background: #5fb8eb;
    color: #FFF;
  }
}

@media (min-width: 0) and (max-width: 890px) {
  .detail {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 12px;
  }

  .detail:after {
    content: " ";
    display: block;
    clear: both;
  }

  .detail .detail_title {
    padding: 10px 12px;
    /* border-bottom: 5px solid #eee; */
    margin-bottom: 13px;
  }

  .detail .detail_title h4 {
    font-size: 28px;
    color: #900;
    line-height: 1.5;
  }

  .detail .detail_description {
    width: 94.44444%;
    /* float: left; */
    margin-left: 2.77778%;
    margin-right: 2.77778%;
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .detail .detail_description .detail_list {
    border-bottom: 1px dashed #c0c0c0;
    padding: 8px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .detail .detail_description .detail_list .detail-th {
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #555;
  }

  .detail .detail_description .detail_list .detail-td {
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
  }

  .detail .detail_description .detail_list .detail-td p,
  .detail .detail_description .detail_list .detail-td div,
  .detail .detail_description .detail_list .detail-td span {
    font-size: 13px;
    color: #888;
    word-wrap: break-word;
    word-break: break-all;
  }

  .detail .detail_photos {
    width: 94.44444%;
    /* float: left; */
    margin-left: 2.77778%;
    margin-right: 2.77778%;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .detail .detail_photos .bigphoto {
    margin-bottom: 20px;
  }

  .detail .detail_photos .bigphoto .bx-pager_1 img {
    width: 82px;
    margin-right: 5px;
    border: 2px solid #c0c0c0;
  }

  .detail .detail_photos .apply-authorization {
    display: block;
    width: 200px;
    height: 35px;
    border-radius: 3px;
    background: #ed7000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFF;
    font-size: 14px;
  }
}

@media (min-width: 891px) {
  .detail {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 12px;
  }

  .detail:after {
    content: " ";
    display: block;
    clear: both;
  }

  .detail .detail_title {
    padding: 10px 20px;
    border-bottom: 5px solid #eee;
    margin-bottom: 23px;
  }

  .detail .detail_title h4 {
    font-size: 28px;
    color: #900;
    line-height: 1.5;
  }

  .detail .detail_description {
    width: 55.83333%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .detail .detail_description .detail_list {
    border-bottom: 1px dashed #c0c0c0;
    padding: 13px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }

  .detail .detail_description .detail_list .detail-th {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    width: 150px;
    float: left;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    color: #555;
  }

  .detail .detail_description .detail_list .detail-td {
    -ms-flex: 1 0 200px;
    flex: 1 0 200px;
  }

  .detail .detail_description .detail_list .detail-td p,
  .detail .detail_description .detail_list .detail-td div,
  .detail .detail_description .detail_list .detail-td span {
    font-size: 14px;
    color: #888;
    word-wrap: break-word;
    word-break: break-all;
  }

  .detail .detail_description .detail_list .detail-td .tag-a {
    display: inline-block;
    font-size: 13px;
    padding: 5px 15px;
    border: 1px solid #c0c0c0;
    margin-right: 10px;
    margin-bottom: 5px;
    color: #888;
  }

  .detail .detail_photos {
    width: 39.16667%;
    float: right;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }

  .detail .detail_photos .bigphoto {
    margin-bottom: 20px;
  }

  .detail .detail_photos .bigphoto .bx-pager_1 img {
    width: 82px;
    margin-right: 5px;
    border: 2px solid #c0c0c0;
  }

  .detail .detail_photos .apply-authorization {
    display: block;
    width: 200px;
    height: 35px;
    border-radius: 3px;
    background: #ed7000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFF;
    font-size: 14px;
  }
}

@media (min-width: 0) and (max-width: 890px) {
  .bottom_detail {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    border-top: 5px solid #eee;
    margin-bottom: 40px;
    margin-top: 30px;
  }

  .bottom_detail:after {
    content: " ";
    display: block;
    clear: both;
  }

  .bottom_detail .bottom_detail_list {
    border-bottom: 1px solid #f1f1f1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom_detail .bottom_detail_list .detail-th {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 150px;
    float: left;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    color: #555;
  }

  .bottom_detail .bottom_detail_list .detail-td {
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
    padding: 8px 0;
  }

  .detail .detail_description .detail_list .detail-td p,
  .detail .detail_description .detail_list .detail-td div,
  .detail .detail_description .detail_list .detail-td span {
    font-size: 14px;
    color: #888;
  }

  .bottom_detail .bottom_detail_list .detail-td a {
    font-size: 14px;
    color: #ed7000;
    display: block;
    float: left;
    padding: 5px 10px;
    background: #f1f1f1;
    border: 1px solid #FFF;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: all .3s;
  }

  .bottom_detail .bottom_detail_list .detail-td a:hover {
    background: #ed7000;
    color: #FFF;
  }

  .bottom_detail .bottom_detail_tag {
    margin-top: 20px;
  }

  .bottom_detail .bottom_detail_tag .tag-a {
    float: left;
    font-size: 13px;
    padding: 5px 15px;
    border: 1px solid #c0c0c0;
    margin-right: 10px;
    margin-bottom: 5px;
    color: #888;
  }

  .bottom_detail .bottom_detail_tag .tag-a i {
    margin-right: 3px;
  }
}

@media (min-width: 891px) {
  .bottom_detail {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    border-top: 5px solid #eee;
    margin-bottom: 40px;
  }

  .bottom_detail:after {
    content: " ";
    display: block;
    clear: both;
  }

  .bottom_detail .bottom_detail_list {
    border-bottom: 1px solid #f1f1f1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom_detail .bottom_detail_list .detail-th {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    width: 150px;
    float: left;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    color: #555;
  }

  .bottom_detail .bottom_detail_list .detail-td {
    -ms-flex: 1 0 200px;
    flex: 1 0 200px;
    padding: 8px 0;
  }

  .bottom_detail .bottom_detail_list .detail-td p {
    font-size: 14px;
    color: #888;
  }

  .bottom_detail .bottom_detail_list .detail-td a {
    font-size: 14px;
    color: #ed7000;
    display: block;
    float: left;
    padding: 5px 10px;
    background: #f1f1f1;
    border: 1px solid #FFF;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: all .3s;
  }

  .bottom_detail .bottom_detail_list .detail-td a:hover {
    background: #ed7000;
    color: #FFF;
  }

  .bottom_detail .bottom_detail_tag {
    margin-top: 20px;
  }

  .bottom_detail .bottom_detail_tag .tag-a {
    float: left;
    font-size: 13px;
    padding: 5px 15px;
    border: 1px solid #c0c0c0;
    margin-right: 10px;
    color: #888;
  }

  .bottom_detail .bottom_detail_tag .tag-a i {
    margin-right: 3px;
  }
}

body {
  background: #FFF;
  font-family: Microsoft JhengHei;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  line-height: 1.5;
}

a {
  color: #888;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

h1 {
  font-size: 30px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
  margin-top: 30px;
}

h2 {
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #888;
}

.filter-block {
  background-color: #f2f2f2;
  margin-bottom: 10px;
}

.filter-block .filter-item  {
  position: relative;
  margin-top: 10px;
}

.filter-block .collapse .content {
    border: 0;
    background-color: #ccc;
}

.filter-block .filter-item button[data-toggle="collapse"]{
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  color: #333;
  font-weight: bold;
  padding-right: 38px;
  white-space: inherit;
}

.filter-block .filter-item button[aria-expanded] .icon{
  position: absolute;
  top: 6px;
  right: 10px;
}

.filter-block .filter-item button[aria-expanded] .icon i {
  color: #c0c0c0;
  font-size: 23px;
}

.filter-block .filter-item button[aria-expanded="false"] .icon .fa-collapse-custom-icon::before{
  content: '\f055'
}

.filter-block .filter-item button[aria-expanded="true"] .icon .fa-collapse-custom-icon::before{
  content: '\f056'
}


.search_go_type {
  position: relative;
  background-color: white;
  border-top: 1px solid rgb(118, 118, 118);
  border-bottom: 1px solid rgb(118, 118, 118);
  border-right: 1px solid rgb(118, 118, 118);
  padding: 9px 10px;
  border-radius: 0 3px 3px 0;
}

.search_go_type_popover {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 10px;
  background-color: white;
  text-align: left;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
}

.search_go_type:hover .search_go_type_popover {
  display: block;
}

.detail-page-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detail-page-nav >div {
  text-align: center;
  flex: 1;
}

.detail-page-nav a[role="button"] {
  background-color: #9c0007;
  color: white;
  font-weight: bold;
}

.detail-page-nav a {
  display: inline-block;
  margin-bottom: 4px;
}

.detail-page-nav .detail-page-nav-prev {
  position: relative;
  text-align: right;
  border-bottom: 1px solid #333;
}

.detail-page-nav .detail-page-nav-prev:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 12px;
  background-color: #333;
  transform: rotate(45deg);
  transform-origin: bottom left;
}

.detail-page-nav .detail-page-nav-next {
  position: relative;
  text-align: left;
  border-bottom: 1px solid #333;
}

.detail-page-nav .detail-page-nav-next:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 12px;
  background-color: #333;
  transform: rotate(-45deg);
  transform-origin: bottom right;
}

.detail.detail-content {
  position: relative;
  padding-right: 72px;
}

.detail.detail-content .funcs {
  position: sticky;
  top: 64px;
  height: 0;
  left: 100%;
  width: 48px;
  transform: translate3d(calc(100% + 10px), 0, 0);
  z-index: 4;
}

.detail.detail-content .funcs >ul {
  
}

.detail.detail-content .funcs >ul li {
  position: relative;
}

.detail.detail-content .funcs ul li .btn {
  display: inline-block;
  padding: 6px 12px;
  width: 48px;
  height: 48px;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 50%;
  color: #333;
  background-color: rgb(239, 239, 239);
  line-height: 36px;
}

.detail.detail-content .funcs >ul li > .btn:hover{
  opacity: 0.8;
}

.detail.detail-content .funcs >ul li >ul {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.detail.detail-content .funcs >ul li >ul li .btn {
  border: 1px solid #ccc;
}

.detail.detail-content .funcs >ul li >ul li:hover .btn {
  background-color: white;
  opacity: 1;
}


.detail.detail-content .funcs >ul li:hover ul {
  display: flex;
}


.detail.detail-content .funcs >ul li:hover ul >li {
  margin-right: 10px;
}


