@charset "UTF-8";
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

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

body {
  margin: 0;
  font-family: "Microsoft Yahei", "Helvetica Neue", Verdana, sans-serif;
  font-size: 14px;
}

a {
  text-decoration: none;
}

.main-container {
  width: 1200px;
  margin: 0 auto;
}

header .placard-container {
  margin: auto;
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .placard-container .search form {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 3px;
  height: 52px;
  box-sizing: border-box;
  font-size: 0;
  overflow: hidden;
}
header .placard-container .search input {
  outline: none;
  box-sizing: border-box;
}
header .placard-container .search input[type=search] {
  font-size: 16px;
  vertical-align: middle;
  height: 52px;
  width: 360px;
  border: none;
  padding: 0 0 0 10px;
  margin: 0 2px 0 4px;
  background-color: transparent;
}
header .placard-container .search input[type=search]::-webkit-search-cancel-button {
  display: none;
}
header .placard-container .search input[type=search]:-webkit-autofill {
  box-shadow: 0 0 0 1000px #ffffff inset !important;
}
header .placard-container .search input[type=submit] {
  cursor: pointer;
  font-size: 16px;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  overflow: hidden;
  text-indent: -99em;
  border: none;
  background: transparent url(../image/search.png) no-repeat center center;
  background-size: 60%;
}
header .nav-container {
  background: #408ac9;
}
header .nav-container nav {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .nav-container nav a {
  font-size: 16px;
  width: 120px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 56px;
}
header .nav-container nav a:hover {
  font-weight: bold;
  background: #2e79b9;
}
header .nav-container nav a.active {
  font-weight: bold;
  background: #2e79b9;
}

/* footer */
footer {
  border-top: 3px solid #408ac9;
  padding: 20px 20px 10px 20px;
  background-color: #161616;
  text-align: center;
  color: #aaa;
}
footer a {
  color: #eee;
}

.banner {
  background: #1f54a9;
}
.banner img {
  display: block;
}

.layout-navi {
  float: left;
  width: 225px;
  padding-right: 20px;
  min-height: 680px;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.05);
}

.layout-navi-inner {
  margin-top: 10px;
}

.layout-navi-title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-weight: normal;
  font-size: 24px;
  margin: 0;
  box-sizing: border-box;
  padding: 0 0 0 23px;
  color: #fff;
  background: #000d27 url("../image/layout_navi_title.png") no-repeat center center;
}

.layout-navi-menus {
  list-style: none;
  padding: 0;
  margin: 0;
}

.layout-navi-menu {
  border-bottom: 1px solid #f1f1f1;
}

.layout-navi-link {
  line-height: 50px;
  font-size: 16px;
  color: #5a5a5a;
  padding-left: 33px;
  display: block;
  position: relative;
}

.layout-navi-link:after {
  content: "»";
  position: absolute;
  right: 40px;
  top: -1px;
  color: inherit;
}

.layout-navi-link-active {
  color: #2c60af;
}

.layout-navi-link:hover {
  color: #164c9f;
}

.layout-main {
  float: right;
  width: 945px;
  box-sizing: border-box;
  padding-left: 20px;
}

.layout-main-inner {
  margin-top: 20px;
}

.layout-main-title {
  overflow: hidden;
  border-bottom: 1px solid #efefef;
  padding-bottom: 5px;
}

.layout-main-title-name {
  float: left;
  width: 200px;
  margin: 0;
  padding: 0 0 0 8px;
  font-size: 18px;
  color: #747474;
  border-left: 4px solid #2e79b9;
  font-weight: normal;
}

.layout-main-title-path {
  float: right;
  width: 360px;
  overflow: hidden;
  margin: 0;
  padding: 0 2px 0 0;
  text-align: right;
}

.layout-main-title-path dt,
.layout-main-title-path dd {
  display: inline-block;
  font-size: 12px;
}

.layout-main-title-path dt {
  color: #b1b1b1;
}

.layout-main-title-path dt:after {
  content: "：";
}

.layout-main-title-path dd {
  margin: 0;
  color: #b1b1b1;
}

.layout-main-title-path dd:after {
  content: "»";
  padding-left: 3px;
}

.layout-main-title-path dd:last-child:after {
  content: "";
  display: none;
}

.layout-main-title-path a {
  color: #a1a1a1;
}

.layout-main-title-path a:hover {
  color: #27529d;
}

.record-page {
  margin-block: 46px 60px;
}

.page-record-index .record-list {
  padding-block: 16px;
}
.page-record-index .record-item {
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
  padding: 14px 0;
}

.page-record-index .record-item .item-text {
  box-sizing: border-box;
  width: 100%;
  padding-inline: 12px 24px;
}

.page-record-index .record-item .item-text h4 {
  margin: 5px 0 0 0;
}

.page-record-index .record-item .item-text h4 a {
  font-size: 16px;
  color: #333;
}

.page-record-index .record-item .item-text p {
  margin: 10px 0;
}

.page-record-index .record-item .item-text p a {
  color: #888;
}

.page-record-index .record-item:hover {
  background-color: #fefefe;
}

.page-record-index .record-item:hover .item-text h4 a {
  color: #156ab3;
}

.page-record-index .record-item:hover .item-text p a {
  color: #444;
}

.page-record-detail .detail-content img {
  max-width: 100% !important;
}

.page-record-detail .layout-main-detail {
  padding: 18px;
  line-height: 22px;
  color: #333;
}

.page-record-detail .detail-title {
  border-bottom: 1px dotted #f1f1f1;
  text-align: center;
}

.page-record-detail .detail-title h4 {
  color: #222;
}

.page-record-detail .detail-title-info {
  color: #bfbebe;
  margin: 10px;
  font-size: 12px;
}

.page-record-detail .detail-title-info span {
  margin: 0 20px;
}

.page-record-detail .detail-content {
  margin: 28px;
  font-size: 16px;
}

.page-record-detail table {
  border-collapse: collapse;
  width: 100%;
}

.page-record-detail table td {
  border: 1px solid #e8e8e8;
  padding: 5px;
}

.page-record-search .empty-tips {
  text-align: center;
  color: #666;
  font-size: 18px;
  margin-top: 80px;
}
.page-record-search .empty-tips strong::before {
  content: "“";
  font-family: serif;
}
.page-record-search .empty-tips strong::after {
  content: "”";
  font-family: serif;
}

/*# sourceMappingURL=record.css.map */
