@charset "utf-8";

/*	竖排文字*/
.writing-vertical {
  writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
}

.writing-vertical1 {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

/*	多行文本省略号*/
.multi-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}



.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* css reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
ol,
ul,
li,
dl,
dt,
dd,
table,
caption,
tr,
th,
td,
span,
p,
a,
b,
u,
i,
em,
img,
iframe,
fieldset,
form,
label,
legend,
input,
button,
select,
textarea {
  margin: 0;
  padding: 0;
}

body {
  color: #0f4469;
  margin: auto;
  overflow-x: hidden;
  font-family: "Microsoft Yahei", "PingFang SC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background-color: #ffffff;
}

html {
  /* max-width: 1920px; */
  margin: 0 auto !important;
  color: #0f4469;
}

input,
button,
textarea,
select {
  font: inherit;
  outline: 0;
  border: 0;
  background: none;
  color: inherit;
}

input:focus,
textarea:focus {
  color: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}

ol,
ul,
li {
  list-style: none;
}

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  overflow: auto;
  resize: none;
}

table {
  border-collapse: collapse;
}

img {
  border: 0;
  outline: 0;
  vertical-align: middle;
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

svg:not(:root) {
  overflow: hidden;
}

input[type="date"] {
  background-color: transparent;
  border: 0;
  filter: alpha(opacity=0);
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

/* WebKit browsers */
::-webkit-input-placeholder {
  color: #909090;
}

/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
  color: #909090;
  opacity: 1;
}

/* Mozilla Firefox 19+ */
::-moz-placeholder {
  color: #909090;
  opacity: 1;
}

/* Internet Explorer 10+ */
:-ms-input-placeholder {
  color: #909090;
}

.placeholder {
  color: #909090;
}

.h30,
.h28,
.h26,
.h24,
.h22,
.h20,
.h18,
.h16 {
  line-height: 1.2;
}

.h30 {
  font-size: 30px;
}

.h28 {
  font-size: 28px;
}

.h26 {
  font-size: 26px;
}

.h24 {
  font-size: 24px;
}

.h22 {
  font-size: 22px;
}

.h20 {
  font-size: 20px;
}

.h18 {
  font-size: 18px;
}

.h16 {
  font-size: 16px;
}

.h14 {
  font-size: 14px;
}

/* 通用 */
.clear:after,
.x-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.container-width {
  width: 92vw;
  margin: 0 auto;
}



.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

a,
a:hover {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.25s linear 0.01s;
  -moz-transition: all 0.25s linear 0.01s;
  -ms-transition: all 0.25s linear 0.01s;
  -o-transition: all 0.25s linear 0.01s;
  transition: all 0.25s linear 0.01s;
}

.more_d,
.aa1_more,
.xx1_more {
  overflow: hidden;
  position: relative;
  font-size: 12px;
  color: #333;
  border: 1px solid #eee;
  border-radius: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  padding: 0 15px;
  box-sizing: border-box;
  height: 34px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.more_d:hover,
.aa1_more:hover {
  background-color: #00479d;
  color: #fff;
}

/* 新闻模块 */

.gg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 1;
}

.gg .on {
  font-size: 23px;
  color: #00479d;
  font-weight: 500;
}



.l_xx,
.l_aa {
  position: relative;
  margin-right: 12px;
  padding-right: 12px;
}

.l_xx a,
.l_aa a {
  font-size: 1.6rem;
  cursor: pointer;
}

.l_xx:after,
.l_aa:after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #c9c9c9;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}

.l_xx:last-child:after,
.l_aa:last-child:after {
  content: "";
  width: 0px;
  height: 16px;
  background-color: #c9c9c9;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}


.xx1_lb li,
.aa1_lb li {
  width: 100%;
  padding-bottom: 13px;
  padding-top: 13px;
  border-bottom: solid 1px #eee;
  height: 52px;
  cursor: pointer;
}

.xx1_lb li,
.aa1_lb li:last-child {
  margin-bottom: 0px;
  cursor: pointer;
}

.xx1_lb li a,
.aa1_lb li a {
  font-size: 16px;
  line-height: 30px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  max-width: 96%;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
  color: #0f4469;
}

.xx1_lb li a:before,
.aa1_lb li a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #00479d;
  left: 7px;
  top: 11px;
}

.xx1_lb li:hover,
.aa1_lb li:hover {
  color: #00479d !important;
  font-weight: 500;
  border-bottom: solid 1px #00479d;
}

.xx1_lb li:hover .zt_9d,
.aa1_lb li:hover .zt_9d {
  color: #00479d !important;
}

.xx1_lb li span {
  color: #ccc;
  font-size: 12px;
  padding-left: 20px;
}

.aa1_lb li .zt_9d {
  color: #ccc;
  font-size: 12px;
  padding-left: 20px;
}

.location {
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #ebebeb;
  color: #666;
  font-size: 1.1rem;
}

.location a {
  color: #666;
}


.ml-10 {
  margin-left: 10px;
}

.mar-cen {
  margin: 0 auto;
}

.b-more {
  overflow: hidden;
  position: relative;
  font-size: 12px;
  color: #333;
  border: 1px solid #eee;
  border-radius: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  padding: 0 15px;
  box-sizing: border-box;
  height: 34px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media only screen and (max-width: 728px) {

  .l_xx,
  .l_aa {
    position: relative;
    margin-right: 6px;
    padding-right: 6px;
    max-width: 30%;
  }


  .xx1_lb li a,
  .aa1_lb li a {
    font-size: 1rem;
  }

  .l_xx a,
  .l_aa a {
    font-size: 1.2rem;
  }


  .gg .on {
    font-size: 1.2rem;
  }

  .b-more {
    font-size: 12px;
    padding: 0 5px;
    height: 34px;

  }

  .xx1_lb li,
  .aa1_lb li {
    padding-bottom: 8px;
    padding-bottom: 8px;
  }

  .more_d,
  .aa1_more,
  .xx1_more {

    padding: 0 5px;
  }

}

.center {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

/* 小屏幕（平板，大于等于 420px） */
@media only screen and (max-width: 728px) {
  body {
    font-size: 12px;
    line-height: 1.6;
  }

  .container-width {
    width: 96vw;
    margin: 0 auto;
  }

  .location {
    height: auto;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .mt50 {
    margin-top: 20px;
  }

  .mb50 {
    margin-bottom: 20px !important;
  }


  .w-more {
    font-size: 12px;
    padding: 5px 10px;
    box-sizing: border-box;
  }

}

.on a {
  border-bottom: 4px solid #004d9e;
  padding-bottom: 12px;
}

/* 小屏幕（平板，大于等于 420px） */

@media only screen and (min-width: 421px) and (max-width: 767px) {}

/* 小屏幕（平板，大于等于 768px） */
@media only screen and (min-width: 768px) {}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media only screen and (min-width: 992px) {}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media only screen and (min-width: 1200px) {}

/* 小屏幕（平板，大于等于 768px） */
@media only screen and (min-width: 1330px) {}

/* 小屏幕（平板，大于等于 768px） */
@media only screen and (min-width: 1900px) {}