@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: 14px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

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;
}

/* 通用样式 */
body {
  margin: auto;
  min-width: 1200px;
  max-width: 1920px;
}

.container {
  margin: auto;
  width: 1200px;
}

/* 模块标题 */
.module-title {
  margin-bottom: 30px;
  text-align: center;
  line-height: 55px;
}
.module-title-text {
  position: relative;
  height: 55px;
  font-size: 36px;
  font-weight: bold;
}
.module-title-text::before, .module-title-text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 283px;
  height: 17px;
  background: no-repeat center;
}
.module-title-text::before {
  right: calc(100% + 40px);
  background-image: url("../css/images/module_title_img_1.png");
}
.module-title-text::after {
  left: calc(100% + 40px);
  background-image: url("../css/images/module_title_img_2.png");
}

/* 头部 */
.header {
  background-color: #fff;
}
.header-top {
  position: relative;
  height: 90px;
}
.header-logo {
  width: 378px;
  height: 90px;
  background: url("../css/images/logo_img.png") no-repeat center;
  background-size: contain;
}
.header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 33px;
  height: 90px;
}
.header-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 18px;
  width: 300px;
  height: 42px;
  color: #333;
  border: 1px solid #2087ff;
  border-radius: 4px 0 0 4px;
}
.header-input::-webkit-input-placeholder {
  color: #999;
}
.header-input::-moz-placeholder {
  color: #999;
}
.header-input:-ms-input-placeholder {
  color: #999;
}
.header-input::-ms-input-placeholder {
  color: #999;
}
.header-input::placeholder {
  color: #999;
}
.header-btn {
  width: 68px;
  height: 42px;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  background: url("../css/images/search_img.png") no-repeat center, #2087ff;
}
.header-text {
  position: absolute;
  top: 32px;
  right: 40px;
  color: #2087ff;
  font-size: 26px;
  font-weight: bold;
}
.header-menu {
  height: 66px;
  background-color: #2087ff;
}
.header-item {
  position: relative;
  width: 14.2836737609%;
  height: 66px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.header-item:hover, .header-item.active {
  background-color: #144eae;
}
.header-item:hover .header-link, .header-item.active .header-link {
  color: #00eaff;
  font-weight: bold;
}
.header-item:hover .header-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-link {
  display: block;
  height: 100%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 66px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header-sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 9px;
  /* height: 250px; */
  border-radius: 0 0 6px 6px;
  background-color: rgba(20, 78, 174, 0.8);
}
.header-sub-menu .sub-menu-item {
  width: 171.39px;
  height: 50px;
}
.header-sub-menu .sub-menu-link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  height: 100%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-overflow: ellipsis;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
}
.header-sub-menu .sub-menu-link:hover {
  background-color: #477ace;
}

/* 底部 */
.footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 320px;
  color: #fff;
  font-size: 12px;
  background-color: #1e304a;
}
.footer .container {
  position: relative;
}
.footer-selects {
  margin-bottom: 20px;
  height: 60px;
  background-color: #fff;
}
.footer-selects .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.footer-text {
  color: #666;
  font-size: 16px;
}
.footer-select {
  display: none;
}
.footer-select + .chosen-container {
  margin-right: 20px;
}
.footer-select + .chosen-container.chosen-with-drop .chosen-single {
  background: none;
  background-color: #f3f7ff;
}
.footer-select + .chosen-container.chosen-with-drop .chosen-single b {
  background: url("../css/images/chosen_up_img.png") no-repeat center;
}
.footer-select + .chosen-container.chosen-container-active .chosen-single {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.footer-select + .chosen-container .chosen-single {
  height: 40px;
  line-height: 40px;
  border: none;
  background-color: #f3f7ff;
}
.footer-select + .chosen-container .chosen-single span {
  margin-right: 45px;
  font-size: 14px;
}
.footer-select + .chosen-container .chosen-single div {
  width: 45px;
}
.footer-select + .chosen-container .chosen-single b {
  background: url("../css/images/chosen_down_img.png") no-repeat center;
}
.footer-select + .chosen-container .chosen-drop {
  border: none;
}
.footer-row {
  height: 30px;
  line-height: 30px;
}
.footer-link {
  color: #fff;
}
.footer-map {
  position: relative;
  margin-right: 27px;
}
.footer-map::after {
  content: "";
  position: absolute;
  top: 0px;
  left: calc(100% + 16px);
  width: 1px;
  height: 17px;
  background-color: #d9d9d9;
}
.footer-img {
  position: absolute;
  top: 59px;
  right: 37px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90px;
  height: 120px;
  text-align: center;
}
.footer-img img {
  margin-bottom: 13px;
  width: 100%;
}
.footer .row-1 {
  margin-bottom: 8px;
}
.footer .column-1 {
  width: 294px;
  height: 100%;
}
.footer .column-2 {
  width: 200px;
  height: 100%;
}
.footer .column-3 {
  width: 282px;
  height: 100%;
}
.footer .column-space-1 {
  margin-left: 15px;
}
.footer .column-space-2 {
  margin-left: 40px;
}

/* 面包屑导航 */
.nav {
  padding: 16px 0 20px 0;
  height: 24px;
  line-height: 24px;
}
.nav-box {
  padding-left: 20px;
  font-size: 16px;
  color: #666;
  background: url("../css/images/nav_icon.png") left no-repeat;
}
.nav-box a {
  color: #666;
}
.nav-box span {
  color: #2087ff;
}

/* 列表及分页 */
.list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px 0;
  padding: 31px 30px 25px 34px;
  height: 814px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 72, 179, 0.06);
          box-shadow: 0px 0px 10px 4px rgba(0, 72, 179, 0.06);
}
.list-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 48px;
  background-color: #e6f2fc;
  border: 1px solid #e8edf6;
}
.list-header li,
.list-header p {
  height: 100%;
}
.list-header p {
  color: #454545;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
}
.list-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 44px;
  text-align: center;
  line-height: 42px;
  border: 1px solid transparent;
}
.list-row:nth-child(even) {
  background-color: #f8fcff;
}
.list-row:hover {
  border-color: #2087ff;
  background-color: #f0f8ff;
}
.list-row:hover .list-link {
  color: #2087ff;
}
.list-link {
  display: block;
  height: 100%;
  color: #333;
}
.list-project {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}
.list-pager {
  margin-top: 15px;
  text-align: center;
}
.list-pager li a {
  padding: 2px 10px;
  border-radius: 4px;
}
.list-pager li.active a {
  color: #2087ff;
  font-weight: normal;
  border-color: #2087ff;
  background-color: transparent;
}
.list-pager .m-pagination-group input,
.list-pager .m-pagination-group button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 30px;
}
.list .column-1 {
  width: 180px;
}
.list .column-2 {
  width: 660px;
}
.list .column-3 {
  width: calc((100% - 180px - 660px) / 3.001);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list .column-4 {
  width: calc((100% - 180px - 660px) / 3.001);
}
.list .column-5 {
  width: calc((100% - 180px - 660px) / 3.001);
}
/* 侧边栏 */
.sidebar {
  position: fixed;
  z-index: 1;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sidebar-href {
  box-sizing: border-box;
  display: block;
  margin-top: 5px;
  border: 1px solid #d9e1ff;
  padding-top: 50px;
  width: 80px;
  height: 80px;
  line-height: 17px;
  text-align: center;
  font-size: 14px;
  color: #8c9db7;
  background-position: center 10px;
  background-repeat: no-repeat;
  background-color: #fff;
}

.sidebar-href:first-child {
  margin-top: 0;
  background-image: url("../css/images/sidebar_master.png");
}

.sidebar-href:nth-child(2) {
  background-image: url("../css/images/sidebar_help.png");
}

.sidebar-href:hover {
  border-color: #2087ff;
}