body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: inherit
}

dl,
dt,
dd,
ul,
ol,
li {
  list-style: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

audio,
canvas,
video {
  display: inline-block;
}

body {
  font-size: var(--root-body-fontsize)
}

button,
input,
select,
textarea {
  font-family: var(--root-body-font);
  font-size: var(--root-body-fontsize);
  color: var(--root-body-color)
}

input,
select,
textarea {
  font-size: 100%
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

th {
  text-align: inherit;
  font-weight: normal
}

fieldset,
img {
  border: 0
}

iframe {
  display: block
}

a {
  color: var(--root-body-color);
  text-decoration: none
}

html,
body {
  position: relative;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: #f4f6f9;
}

/* 头部样式 */

div[data-head="head"] {
  position: sticky;
  top: 0;
  z-index: 1001;
  box-shadow: 0 2px 6px rgb(0 0 0 / 15%);
}

.header_99714 .menu .itembox {
  position: relative
}

.header_99714 .menu .itembox .active:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #d64000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px
}

.header_99714 .menu .itembox .item:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #d64000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px
}

.header_99714 .logobox .best .btn,
.header_99714 .menu .item a {
  font-family: Helvetica;
  font-weight: 400;
  letter-spacing: 0;
  transition: all .3s linear
}

.header_99714 p {
  color: #fff;
  background: #00184f;
  padding: 8px 128px;
  line-height: 20px
}

.header_99714 p i {
  font-size: 16px;
  vertical-align: middle;
  vertical-align: text-bottom
}

.header_99714 p a,
.header_99714 p span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  text-decoration: none;
  margin-right: 20px
}

.header_99714 p a:hover {
  color: #d64000
}

.header_99714 .logobox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  background: #fff
}

.header_99714 .logobox .logo {
  margin-left: 128px;
  height: 100%;
  width: 220px;
  position: relative
}

.header_99714 .logobox .logo .ft-menu1 {
  font-size: 48px;
  color: #00184f;
  margin-top: 10px;
  display: inline-block;
  display: none
}

.header_99714 .logobox .logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 126px;
  max-height: 48px
}

.header_99714 .logobox .best {
  background-color: #d64000;
  box-sizing: border-box;
  padding: 10px 128px 10px 32px;
  display: block
}

.header_99714 .logobox .best .btn {
  border: 2px solid #fff;
  width: 198px;
  height: 48px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  box-sizing: border-box;
  display: block;
  text-transform: capitalize
}

.header_99714 .logobox .best .btn .b1 {
  display: block
}

.header_99714 .logobox .best .btn .b2 {
  display: none
}

.header_99714 .logobox .best .btn:hover {
  background: #fff;
  color: #d64000
}

.header_99714 .menu {
  display: flex;
  height: 100%;
  position: relative
}

.header_99714 .menu .itembox {
  padding: 0 12px;
  height: 100%;
  margin-right: 6px;
  position: relative
}

.header_99714 .menu .itembox:last-child {
  margin-right: 0
}

.header_99714 .menu .itembox a {
  line-height: 68px;
  text-decoration: none;
  color: #00184f;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  display: flex;
  position: relative;
  font-family: Helvetica;
  font-weight: 400;
  white-space: nowrap
}

.header_99714 .menu .itembox .p_child {
  max-width: 500px;
  position: absolute;
  left: 0;
  top: 68px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .25);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .25);
  padding: 8px 0;
  display: none;
  z-index: 10
}

.header_99714 .menu .itembox .p_child .p_child_item {
  white-space: nowrap;
  min-width: 200px;
  height: 35px;
  line-height: 35px;
  position: relative;
  padding: 0 16px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}

.header_99714 .menu .itembox .p_child .p_child_item a {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  position: relative;
  font-size: 14px;
  color: #00184f;
  margin: 0;
  padding: 0;
  font-weight: 100;
  white-space: nowrap;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.header_99714 .menu .itembox .p_child .p_child_item a h2 {
  font-weight: 100
}

.header_99714 .menu .itembox .p_child2 {
  left: 100%;
  top: 0;
  margin-left: 0;
  max-width: 500px;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .25);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .25);
  padding: 8px 0;
  display: none;
  z-index: 10
}

.header_99714 .menu .itembox .p_child .p_child_item a:hover {
  color: #d64000
}

.header_99714 .menu .itembox a.active {
  color: #d64000
}

.header_99714 .menu .itembox a:hover {
  color: #d64000
}

.header_99714 .menu .itembox a span {
  display: inline-block;
  transform: rotate(0deg);
  transition: all 300ms linear
}

.header_99714 .menu .itembox a:hover span {
  transform: rotate(180deg)
}

.header_99714 .menu .language2,
.header_99714 .menu .search {
  line-height: 68px;
  font-size: 24px;
  cursor: pointer;
  padding: 0 16px;
  margin-right: 12px
}

.header_99714 .menu .language2:hover i,
.header_99714 .menu .search:hover i {
  color: #d64000
}

.header_99714 .menu .language2 i,
.header_99714 .menu .search i {
  font-size: 21px
}

.header_99714 .menu .language2 {
  margin-right: 0;
  position: relative
}

.header_99714 .menu .language2 .p_child_item {
  white-space: nowrap;
  min-width: 150px;
  height: 35px;
  line-height: 35px;
  position: relative;
  padding: 0 16px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}

.header_99714 .menu .language2 .p_child_item .home_langs {
  height: 35px;
  font-family: Oswald;
  display: flex;
  align-items: center;
  padding-right: 20px;
  position: relative;
  font-size: 16px;
  color: #00184f;
  margin: 0;
  padding: 0;
  font-weight: 400;
  white-space: nowrap;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.header_99714 .menu .language2 .p_child_item .home_langs:hover {
  color: #d64000
}

.header_99714 .menu .english_box {
  max-height: 362px;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  left: 0;
  top: 68px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .25);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .25);
  padding: 8px 0;
  display: none;
  z-index: 10
}

.header_99714 .serchtext {
  z-index: 11;
  width: 100%;
  height: 68px;
  display: none;
  position: absolute;
  background: #fff
}

.header_99714 .serchtext form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  display: flex;
  align-items: center
}

.header_99714 .serchtext input {
  height: 40px;
  width: 100%;
  outline: 0;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #333;
  color: #333;
  font-size: 16px
}

.header_99714 .serchtext input:focus {
  border-bottom: 1px solid #d64000
}

.header_99714 .header_fixed {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  top: 0;
  left: 0;
  display: none
}

.header_99714 .header_fixed .header_p_box {
  width: 80%;
  height: 100%;
  overflow: auto;
  background: #fff
}

.header_99714 .header_fixed .header_p_box .email_p {
  padding: 3px 16px;
  background-color: #00184f
}

.header_99714 .header_fixed .header_p_box .email_p a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left
}

.header_99714 .header_fixed .header_p_box .email_p a,
.header_99714 .header_fixed .header_p_box .email_p i {
  color: #fff
}

.header_99714 .header_fixed .header_p_box .logo_p {
  padding: 14px 16px;
  margin-bottom: 8px;
  background: #fff
}

.header_99714 .header_fixed .header_p_box .logo_p .imglogo {
  display: block;
  height: 32px;
  min-width: 100px
}

.header_99714 .header_fixed .header_p_box .logo_p .imglogo img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%
}

.header_99714 .header_fixed .header_p_box .logo_p i {
  font-size: 24px;
  color: #aaa
}

.header_99714 .header_fixed .header_p_box .header_menu_p .p_item {
  color: #444;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left
}

.header_99714 .header_fixed .header_p_box .header_menu_p .p_item a {
  font-size: 14px;
  color: #444;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
  padding: 10px 50px 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.header_99714 .header_fixed .header_p_box .header_menu_p .p_item a.level2-a,
.header_99714 .header_fixed .header_p_box .header_menu_p .p_item a.level3-a,
.header_99714 .header_fixed .header_p_box .header_menu_p .p_item a.level4-a {
  font-size: 12px;
  color: #777
}

.header_99714 .header_fixed .header_p_box .header_menu_p .p_item a i {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.header_99714 .header_fixed .header_p_box .header_menu_p .p_item a i:after,
.header_99714 .header_fixed .header_p_box .header_menu_p .p_item a i:before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background-color: #444;
  position: absolute;
  left: 50%;
  top: 50%
}

.header_99714 .header_fixed .header_p_box .header_menu_p .p_item a i:after {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.header_99714 .header_fixed .header_p_box .header_menu_p .p_item a i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}

.header_99714 .header_fixed .header_p_box .header_menu_p .p_item a .subtract:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0)
}

.header_99714 .header_fixed .header_p_box .header_menu_p .p_item .p_child {
  background: #fff;
  display: none
}

.header_99714 .header_fixed .header_p_box .header_menu_p .p_item .p_child .p_child_item a {
  font-size: 12px
}

.header_99714 .header_fixed .header_p_box .header_menu_p .p_item .p_child .p_child_item a {
  color: #444;
  padding-left: 24px;
  white-space: break-spaces
}

.header_99714 .header_fixed .header_p_box .header_menu_p .p_item .p_child .p_child_item .level3-a {
  padding-left: 48px
}

.header_99714 .header_fixed .header_p_box .header_menu_p .p_item .p_child .p_child_item .level4-a {
  padding-left: 62px
}

.header_99714 .menu .itembox .p_child .p_child_item {
  border-bottom: 1px solid #eee
}

.header_99714 .menu .itembox .p_child .p_child_item:last-child {
  border: 0
}

.header_99714 .menu .itembox .p_child {
  border-bottom: 2px solid #d64000
}

.header_99714 .header_fixed .header_p_box .header_menu_p .p_item {
  position: relative
}

.header_99714 .header_fixed .header_p_box .header_menu_p .p_item:after {
  content: '';
  display: block;
  position: absolute;
  left: 16px;
  bottom: 0;
  height: 1px;
  background: #ddd;
  width: 100%
}

.header_99714 .menu .itembox .p_child a.active1 {
  color: #d64000
}

.header_99714 #formSearch button:hover .feitian {
  color: #d64000
}

@media screen and (max-width:1599px) {
  .header_99714 p {
    padding: 8px 64px
  }

  .header_99714 .logobox .logo {
    margin-left: 64px
  }

  .header_99714 .logobox .best {
    padding-right: 32px
  }
}

@media screen and (max-width:1023px) {
  .header_99714 .logobox .logo .ft-menu1 {
    display: block
  }

  .header_99714 p {
    padding: 8px 32px
  }

  .header_99714 .logobox .logo {
    margin-left: 32px
  }

  .header_99714 .menu .itembox {
    display: none
  }

  .header_99714 .menu .search {
    padding: 0 8px;
    display: block;
    margin-right: 24px
  }

  .header_99714 .menu .language2 {
    padding: 0 8px;
    display: block;
    margin-right: 24px !important
  }

  .header_99714 .logobox .logo img {
    left: 64px;
    transform: translate(0, -50%)
  }

  .header_99714 .logobox .menu {
    flex: 1;
    justify-content: flex-end
  }
}

@media screen and (max-width:768px) {
  .header_99714 p {
    padding: 3px 16px;
    overflow: hidden;
    line-height: 20px
  }

  .header_99714 p .ft-address1,
  .header_99714 p span {
    display: none
  }

  .header_99714 p .mail {
    float: left;
    vertical-align: middle
  }

  .header_99714 p a {
    margin-right: 0
  }

  .header_99714 p .tel {
    float: right;
    vertical-align: middle
  }

  .header_99714 .logobox .logo {
    display: flex;
    align-items: center;
    margin-left: 16px
  }

  .header_99714 .logobox .logo img {
    left: 37px
  }

  .header_99714 .logobox .logo .ft-menu1 {
    font-size: 32px;
    margin-top: 0
  }

  .header_99714 .menu .language2,
  .header_99714 .menu .search {
    margin-right: 0 !important
  }

  .header_99714 .menu .language2 i,
  .header_99714 .menu .search i {
    font-size: 24px
  }

  .header_99714 .logobox .best {
    padding: 0 16px
  }

  .header_99714 .logobox .best .btn {
    border: 0;
    width: auto
  }

  .header_99714 .logobox .best .btn .b1 {
    display: none
  }

  .header_99714 .logobox .best .btn .b2 {
    display: block;
    max-width: 50px
  }

  .header_99714 .logobox,
  .header_99714 .serchtext {
    height: 48px
  }

  .header_99714 .menu .language2,
  .header_99714 .menu .search {
    line-height: 48px
  }

  .header_99714 .menu .english_box {
    z-index: 99999;
    left: -38px
  }

  .header_99714 .menu .english_box {
    top: 48px
  }

  .header_99714 .serchtext {
    width: 200px
  }
}

.search span {
  font-size: 21px !important;
}

/* 尾部 */
.footer_99714 {
  padding-top: 40px;
  padding-left: 128px;
  padding-right: 128px;
  background-color: #00184f
}

.footer_99714 .footer_box {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between
}

.footer_99714 .footer_box .footer_logo {
  width: 206px;
  height: 51px;
  position: relative
}

.footer_99714 .footer_box .footer_logo img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.footer_99714 .footer_box .footer_itemlogo {
  display: flex;
  align-items: center
}

.footer_99714 .footer_box .footer_top {
  margin-bottom: 33px;
  color: #fff;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  position: relative
}

.footer_99714 .footer_box .footer_top span:last-child {
  display: none
}

.footer_99714 .footer_box .footer_top::after {
  content: '';
  display: block;
  width: 51px;
  height: 3px;
  position: absolute;
  bottom: -6px;
  left: 0;
  background-color: #d64000
}

.footer_99714 .footer_class_icon {
  align-items: flex-start;
  display: flex;
  max-width: 338px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 14px;
  position: relative;
  transition: all .3s linear
}

.footer_99714 .footer_class_icon a:hover {
  color: #d64000 !important
}

.footer_99714 .footer_box .footer_class {
  align-items: flex-start;
  display: flex;
  max-width: 338px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 14px;
  position: relative;
  transition: all .3s linear
}

.footer_99714 .footer_box .footer_class:hover a,
.footer_99714 .footer_box .footer_class:hover .ft-mail1,
.footer_99714 .footer_box .footer_class:hover .ft-phone1 {
  color: #d64000
}

.footer_99714 .footer_box .footer_class::after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  bottom: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #d64000
}

.footer_99714 .footer_box .footer_class i {
  color: #fff;
  font-size: 18px;
  margin-right: 5.3px
}

.footer_99714 .footer_box a {
  color: #fff;
  text-decoration: none;
  transition: all .3s linear
}

.footer_99714 .footer_box .footer_itemlast .footer_class {
  padding-left: 0
}

.footer_99714 .footer_box .footer_itemlast .footer_class::after {
  display: none
}

.footer_99714 .footer_box a.feitian {
  font-size: 0;
  margin-right: 14px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s linear
}

.footer_99714 .footer_box a::before {
  font-size: 20px
}

.footer_99714 .footer_box .ft-linkedin2 {
  background-color: #0073b1
}

.footer_99714 .footer_box .ft-youtube2 {
  background-color: #dc2117
}

.footer_99714 .footer_box .ft-facebook2 {
  background-color: #3b5998
}

.footer_99714 .footer_box .ft-twitter2 {
  background-color: #00aced
}

.footer_99714 .footer_box .ft-tiktok2 {
  background-color: #000
}

.footer_99714 .footer_box .ft-instagram1 {
  background-color: #d31819
}

.footer_99714 .footer_box a.ft-tiktok1::before {
  font-size: 32px
}

.footer_99714 .footer_opy {
  color: #777;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  text-align: center;
  padding-top: 28px;
  padding-bottom: 20px
}

@media screen and (max-width:1599px) {
  .footer_99714 {
    padding-left: 64px;
    padding-right: 64px
  }
}

@media screen and (max-width:1023px) {
  .footer_99714 {
    padding-left: 32px;
    padding-right: 32px
  }

  .footer_99714 .footer_box {
    flex-wrap: wrap
  }

  .footer_99714 .footer_itemlogo {
    width: 100%;
    flex-shrink: 0
  }

  .footer_99714 .footer_itemlogo .footer_logo {
    margin: 0 auto 60px
  }
}

@media screen and (max-width:767px) {

  .footer_99714 .footer_item .footer_top span:first-child,
  .footer_99714 .footer_item1,
  .footer_99714 .footer_item2 {
    display: none
  }

  .footer_99714 {
    padding: 24px 16px
  }

  .footer_99714 .footer_itemlogo .footer_logo {
    margin: 0 auto 24px
  }

  .footer_99714 .footer_itemlast {
    text-align: center;
    width: 100%
  }

  .footer_99714 .footer_itemlast .footer_class {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    display: block
  }

  .footer_99714 .footer_item .footer_top {
    text-align: center;
    margin-bottom: 30px
  }

  .footer_99714 .footer_item .footer_top span:last-child {
    display: inline
  }

  .footer_99714 .footer_item .footer_top::after {
    display: none
  }

  .footer_99714 .footer_class_icon {
    justify-content: center;
    padding-left: 0;
    margin: 0 auto
  }

  .footer_99714 .footer_box a.feitian {
    margin: 0 6px
  }
}



/* 公共样式 */
.ecer-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}

.ecer-flex-row {
  -webkit-box-orient: vertical;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row
}

.ecer-flex-col {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}

.ecer-flex-align {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

.ecer-flex-justify {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.ecer-flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  justify-content: end
}

.ecer-flex-space-between {
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.ecer-flex-space-around {
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around
}

.ecer-flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap
}

.ecer-flex-auto {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1
}

.image-part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.ecer-ellipsis-n {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

/*分页*/
#pagelist {
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 50px;
  overflow: hidden
}

#pagelist span {
  padding: 5px 10px;
  background: #dddede;
  color: #bababa;
  margin: 0 2px;
  border: 1px solid #ccc;
}

#pagelist a {
  background: #fff;
  padding: 5px 10px;
  color: #333;
  margin: 0 2px;
  border: 1px solid #eee;
  /* display: inline-block; */
}

#pagelist .active {
  background: #009688;
  color: #fff;
}

.p_two{
  position: absolute;
  left: 200px;
  top: 0;
  max-width: 500px;
  background-color: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .25);
  padding: 8px 0;
  z-index: 10;
  display: none;
}
.p_two .p_child-two{
  border-bottom: 1px solid #eee;
  padding: 0 8px;
}
.p_two .p_child-two .child-two-link{
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #00184f;
  text-transform: capitalize;
  line-height: 68px;
}