@charset "UTF-8";
/* yui3 reset.css */
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 {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

body {
  min-width: 1200px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 当前位置位置 */
.location {
  padding-left: 23px;
  height: 57px;
  line-height: 57px;
  font-size: 14px;
  background: url("../images/location.png") no-repeat left center;
}
.location span {
  color: #114eaa;
  margin-left: 20px;
}
.location a {
  position: relative;
  color: #a8b6c1;
}
.location a + a {
  margin-left: 20px;
}
.location a::after {
  position: absolute;
  content: "/";
  color: #a8b6c1;
  right: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top {
  position: relative;
}
.top-img {
  height: 120px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.top-img > img {
  position: absolute;
  height: 120px;
  width: 1920px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-close {
  position: absolute;
  width: 34px;
  height: 34px;
  background: url("../images/close_btn.png") no-repeat;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-search {
  width: 248px;
  height: 34px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 4px;
  position: relative;
}
.top-search > input {
  border: 0;
  outline: 0;
  width: 212px;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  background: none;
}
.top-search > input::-webkit-input-placeholder {
  color: #BAC4CE;
}
.top-search > input::-moz-placeholder {
  color: #BAC4CE;
}
.top-search > input:-ms-input-placeholder {
  color: #BAC4CE;
}
.top-search > input::-ms-input-placeholder {
  color: #BAC4CE;
}
.top-search > input::placeholder {
  color: #BAC4CE;
}
.top-search .search-btn {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  top: -1px;
  right: -1px;
  background: url("../images/search_icon.png") center center no-repeat #1F6DE8;
}

.nav {
  height: 54px;
  background: #fff;
}
.nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-item > a {
  display: block;
  font-size: 18px;
  color: #666;
  text-align: center;
  height: 54px;
  line-height: 54px;
  padding: 0 12px;
  border-bottom: 2px solid transparent;
}
.nav-item > a:hover {
  color: #1F6DE8;
}
.nav-item.current a {
  font-weight: bold;
  border-bottom: 2px solid #1F6DE8;
  color: #1F6DE8;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 109, 232, 0.12)), to(rgba(31, 109, 232, 0)));
  background: linear-gradient(0deg, rgba(31, 109, 232, 0.12) 0%, rgba(31, 109, 232, 0) 100%);
}

.nav {
  height: 54px;
}

/*footer*/
.footer {
  min-height: 208px;
  padding-bottom: 24px;
  background: url("../images/foot_bg.jpg") center no-repeat #00378E;

  width: 100%;
  height:266px;
  /* 宽高100%，完全拉伸填满，图片比例会失真 */
  background-size: 100% 100%;
}
.footer-friend {
  padding-top: 40px;
}
.friendly-list .chosen-container-single .chosen-single {
  height: 38px;
  line-height: 38px;
  border: none;
  color: #333;
  font-size: 15px;
  padding-left: 17px;
  background-color: #fff;
}
.friendly-list .chosen-container-single .chosen-single span {
  margin-right: 40px;
  color: #999;
}
.friendly-list .chosen-container-single .chosen-single div {
  width: 29px;
}
.friendly-list .chosen-container-single .chosen-single div b {
  background: url("../images/chosen_icon.png") no-repeat center center !important;
}
.friendly-list .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: right center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.friendly-list .chosen-container .chosen-results li.highlighted {
  background: #26376a;
}
.friendly-list .chosen-container .chosen-drop {
  border-color: #fff;
}
.friendly-link {
  height: 38px;
  width: calc((100% - 40px) / 3);
}
.friendly-link + .friendly-link {
  margin-left: 20px;
}

.footer-info {
  margin-top: 16px;
}
.footer-infos {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding-top: 16px;
}
.footer-infos-item {
  margin: 0 16px;
  line-height: 21px;
}
.footer-infos-item a {
  color: inherit;
  text-decoration: none;
}

.tools-items {
  position: fixed;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  width: 88px;
  border-radius: 4px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 2px 16px 0 rgba(27, 97, 174, 0.08);
          box-shadow: 0 2px 16px 0 rgba(27, 97, 174, 0.08);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.tools-item + .tools-item {
  margin-top: 10px;
}
.tools-item a {
  display: block;
  width: 88px;
  height: 84px;
  margin: -1px -1px 0;
  padding-top: 53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 20px;
  font-size: 14px;
  color: #7C8BA1;
  text-align: center;
  position: relative;
}
.tools-item a:hover {
  background: linear-gradient(105deg, #86BBFF 2.15%, #1F77FB 97.93%, #1F77FB 97.93%);
  color: #fff;
}
.tools-item a::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: center center;
  background-repeat: no-repeat;
}
.tools-item a::after {
  position: absolute;
  content: "";
  width: 68px;
  height: 1px;
  background: #CDD7E7;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.tools-item:last-child a::after {
  display: none;
}
.tools-item:nth-child(1) a::before {
  background-image: url("../images/tools1.png");
}
.tools-item:nth-child(1) a:hover::before {
  background-image: url("../images/tools1h.png");
}
.tools-item:nth-child(1) a:hover::after {
  display: none;
}
.tools-item:nth-child(2) a::before {
  background-image: url("../images/tools2.png");
}
.tools-item:nth-child(2) a:hover::before {
  background-image: url("../images/tools2h.png");
}
.tools-item:nth-child(2) a:hover::after {
  display: none;
}
.tools-item:nth-child(3) a::before {
  background-image: url("../images/tools3.png");
}
.tools-item:nth-child(3) a:hover::before {
  background-image: url("../images/tools3h.png");
}
.tools-item:nth-child(3) a:hover::after {
  display: none;
}
.tools-item:nth-child(4) a::before {
  background-image: url("../images/tools4.png");
}
.tools-item:nth-child(4) a:hover::before {
  background-image: url("../images/tools4h.png");
}
.tools-item:nth-child(4) a:hover::after {
  display: none;
}
.tools-item:nth-child(5) a::before {
  background-image: url("../images/tools5.png");
}
.tools-item:nth-child(5) a:hover::before {
  background-image: url("../images/tools5h.png");
}
.tools-item:nth-child(5) a:hover::after {
  display: none;
}
.tools-item:nth-child(6) a::before {
  background-image: url("../images/tools6.png");
}
.tools-item:nth-child(6) a:hover::before {
  background-image: url("../images/tools6h.png");
}
.tools-item:nth-child(6) a:hover::after {
  display: none;
}

/* 二级banner */
.second-banner {
  height: 340px;
  position: relative;
}
.second-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 340px;
  overflow: hidden;
  text-align: center;
}
.second-img > img {
  vertical-align: top;
  height: 340px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.second-info {
  position: relative;
  z-index: 10;
  height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.second-info h3 {
  line-height: 75px;
  height: 75px;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 5px;
}
.second-info p {
  line-height: 50px;
  font-size: 20px;
}



/* 暂无公告空状态 */
.empty-state {
  padding: 60px 0;
  text-align: center;
  color: #999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.empty-state .empty-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 12px;
  stroke: #ccc;
}
.empty-state .empty-text {
  font-size: 16px;
  color: #999;
  margin: 0;
}