html,
body {
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  font-family: 微软雅黑;
  color: #333;
  background-color: #f9f9f9;
}

/* top */
.top {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1003;
  background-color: #f5f5f5;
  width: 100%;
  height: 36px;
  transition: top 0.3s;
}

.cw {
  width: 1200px;
  margin: 0 auto;
}

.member-bar,
.memberBarLinkList {
  border-right: #f5f5f5;
  overflow: hidden;
  margin-right: -1px;
}

.member-bar {
  float: right;
  margin: 0 -14px;
  margin-right: -14px;
  overflow: hidden;
}

.member-bar a,
.memberBarLinkList a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  padding: 0 14px;
  position: relative;
  float: left;
  max-width: 160px;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: 0 !important;
  line-height: 36px;
  border-color: #dcdcdc;
  color: #666;
  font-size: 12px;
  text-align: left;
}

.member-bar a:hover {
  color: red;
}

.member-bar a .aixin {
  margin-right: 4px;
  color: #a9a9a9;
}

.member-bar .line {
  display: block;
  width: 1px;
  height: 16px;
  background-color: #dcdcdc;
  float: left;
  margin: 0 10px;
  margin-top: 10px;
}

/* nav-list */
.g_web {
  background-image: url(/images/hsIndex/top_bg.png);
  background-repeat: no-repeat;
  width: 100%;
  background-size: 1920px 232px;
  padding-top: 36px;
  height: 232px;
}

.g_web ~ .search {
  margin-bottom: 30px;
  margin-top: 30px;
  min-height: calc(100vh - 367px);
}

.g_web .cw {
  position: relative;
  height: 232px;
}

.lightModuleOuterContent {
  padding-top: 25px;
}

.lightModuleOuterContent .logo {
  float: left;
}

.logo img {
  width: 400px;
  height: auto;
}

.lightModuleOuterContent .fontStyle {
  float: right;
  margin-top: 30px;
}

.fontStyle .r_date {
  color: #666666;
}

.g_web .nav-list {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  height: 60px;
  overflow: hidden;
}

.g_web .nav-list a {
  display: block;
  float: left;
  height: 60px;
  line-height: 60px;
  position: relative;
  color: #fff;
  width: 12.5%;
  text-decoration: none;
  text-align: center;
}

.g_web .nav-list a::before {
  content: "";
  display: block;
  position: absolute;
  height: 18px;
  right: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-right: 1px solid #fff;
}

.g_web .nav-list a > span {
  display: block;
  width: 120px;
  height: 38px;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 11px;
  text-align: center;
  line-height: 38px;
  border-radius: 10px;
  font-size: 16px;
}

.g_web .nav-list a:hover span {
  color: #2a4f98;
  background-color: #fff;
}

.g_web .nav-list a:hover::after {
  display: block;
}

/* banner */
.banner {
  width: 100%;
  height: 442px;
  background: url(/images/hsIndex/banner.png) no-repeat;
  background-size: auto;
  background-position: center;
  background-size: 1920px 442px;
  padding-top: 135px;
}

.search-box {
  width: 960px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 32px 45px 15px;
}

.search-input {
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 18px;
}

.search-input .form-control,
.search-input button {
  height: 50px;
}
.search-input .form-control {
  float: left;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 16px;
}

.search-input select {
  width: 160px;
}

.search-input input {
  width: calc(100% - 280px);
  flex: 1;
}

.search-input button {
  width: 120px;
  float: right;
  box-shadow: none;
  outline: none;
  border: none;
  background-color: #2a4f98;
  color: #fff;
  font-size: 16px;
}

.banner .form-group {
  margin-bottom: 0;
}

.banner .form-group::after {
  content: "";
  display: block;
  clear: both;
}

.banner .check-input {
  color: #fff;
}

.form-group .check-input {
  float: left;
  margin-right: 20px;
  line-height: 34px;
}

.check-input input {
  margin-top: -4px;
}

/* new-box */
.new-box,
.notice-box {
  margin-top: 35px;
}

.new-box::after {
  content: "";
  display: block;
  clear: both;
}

.new-box .new-item {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-right: 1.5%;
  background-color: #fff;
  height: 305px;
}

.new-box .new-item:nth-of-type(3n) {
  margin-right: 0;
}

.new-con {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 0 15px;
  position: relative;
}

.nav-tabs > li {
  margin-right: 15px;
}

.new-con .nav-link {
  line-height: 55px;
  height: 55px;
  padding: 0;
  font-size: 16px;
  border-radius: 0;
  position: relative;
}

.nav-tabs > li > a::after {
  content: "";
  display: none;
  position: absolute;
  left: 5%;
  top: 0;
  width: 90%;
  height: 4px;
  background-color: #2a4f98;
}

.nav-tabs > li.active > .nav-link,
.nav-tabs > li:hover > .nav-link {
  background-repeat: repeat-x;
  background-repeat: no-repeat;
  background-size: auto 4px;
  background-position: top;
  color: #2a4f98;
  font-weight: bold;
}

.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
  display: block;
}

.newList {
  padding-top: 10px;
  height: 250px;
  overflow: hidden;
}

.newList a {
  display: block;
  line-height: 25px;
  margin-bottom: 15px;
}

.newList a::after {
  content: "";
  display: block;
  clear: both;
}

.newList .newTitle {
  float: left;
  width: calc(100% - 95px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
}

.newList a .date {
  float: right;
  width: 80px;
  color: #888;
}

.newList a:hover * {
  color: #2a4f98;
  font-weight: bold;
}

.right_tab .new-con:nth-of-type(1),
.right_tab .new-con:nth-of-type(2) {
  margin-top: 0;
  height: 305px;
}

/* notice-box */
.notice-box {
  margin-top: 35px;
  margin-bottom: 35px;
}

.notice-box .notice-item {
  display: inline-block;
  width: 32%;
  margin-right: 1.5%;
  height: 256px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.notice-box .notice-item:nth-of-type(3n) {
  margin-right: 0;
}

.notice-bg1 {
  background-image: url(/images/hsIndex/mbg1.png);
}

.notice-bg2 {
  background-image: url(/images/hsIndex/mbg2.png);
}

.notice-bg3 {
  background-image: url(/images/hsIndex/mbg3.png);
}

.notice-item .notice-con {
  padding: 35px 25px;
}

.notice-con .title {
  font-size: 22px;
  margin-bottom: 10px;
}

.notice-con .text {
  width: 180px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .notice-con */

/* icon-list */
.icon-list {
  padding-top: 25px;
}

.icon-list .icon-item {
  display: inline-block;
  width: 32%;
  text-align: center;
  margin-bottom: 40px;
}

.icon-item:hover {
  color: #2a4f98 !important;
  font-weight: bold !important;
}

.icon-item .icon-title {
  margin-top: 8px;
}

/* footer */
.footer {
  height: 75px;
  padding-top: 35px;
  width: 100%;
  background-image: url(/images/hsIndex/bottom_bg.png);
  background-repeat: repeat-x;
  background-size: 100% 75px;
  text-align: center;
}

.footer span {
  margin: 0 30px;
  color: #c4d3f0;
}

/* 内页 */
.ulLiList .APsi a {
  line-height: 40px;
}

.inA {
  color: #2a4f98;
}

.navAll .w20 > .h1 {
  margin-bottom: 0;
  background-color: #2a4f98;
}

.cw ~ .search {
  min-height: calc(100vh - 419px);
  margin-top: 0;
}

.content-box {
  width: 1400px;
  margin: 0 auto;
  min-height: calc(100vh - 307px);
  background-color: #fff;
  padding: 25px;
}

/* 检索结果页 */

.spanfl span {
  width: auto;
  padding: 0 6px;
  top: 8px;
  float: left;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  background-color: #edecec;
  text-align: center;
  position: relative;
  top: 10px;
  font-size: 12px;
}

.list-search {
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 30px;
  margin-bottom: 16px;
  padding-top: 30px;
}

.list-search-sel {
  width: 70%;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}

.list-search-sel::after {
  content: "";
  display: block;
  clear: both;
}

.list-search-sel .form-control {
  width: calc(100% - 100px);
  height: 50px;
  float: left;
  line-height: 50px;
  border: 1px solid #e2ddd7;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.list-search-sel .defaultInput {
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  margin-right: -1px;
}

.list-search-sel .search-btn {
  float: left;
  width: 100px;
  background-color: #2a4f98;
  text-align: center;
  line-height: 50px;
  color: white;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  overflow: hidden;
}

.wper50 {
  width: 50% !important;
}

.A_list {
  width: 100%;
  padding: 0 20px;
}

.A_list::after {
  content: "";
  display: block;
  clear: both;
}

.A_list li {
  overflow: hidden;
  /*border-bottom: dashed #a0a0a1 1px;*/
}

.spanfl li {
  float: left;
  width: 50%;
}

.A_list li:nth-last-of-type(-n + 4),
.aWidth80 li {
  border: none;
}

.A_list li a {
  float: left;
  display: block;
  padding-right: 15px;
  line-height: 36px;
  width: calc(100% - 90px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aWidth80 li a {
  width: 82%;
}

.aWidth80 li span {
  float: right;
  width: 18%;
  text-align: right;
  line-height: 36px;
  color: #666666;
}

.A_list li a:hover {
  text-decoration: underline;
  font-weight: bold;
}

.gdIndex_1 .A_list li a:hover {
  color: #566ba4;
}

.gdIndex_2 .A_list li a:hover {
  color: #969697;
}

.A_list.subWper25 li {
  width: 25%;
  float: left;
}

.A_list.subWper25 li > a {
  display: block;
  width: 100%;
}

.A_list.subWper50 li {
  width: 50%;
  float: left;
}

.A_list.subWper50 li > a {
  display: block;
  width: 100%;
}

.A_list.subWper25::after,
.A_list.subWper50::after {
  content: " ";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

/*页码*/

.pagination2 {
  font-size: 0;
  margin-top: 15px;
  text-align: center;
}

.pagination2 a,
.pagination2 input {
  margin-right: 6px;
  font-size: 14px;
  border: 1px solid #cccccc;
  padding: 0 10px;
  line-height: 28px;
  height: 30px;
  min-width: 33px;
  display: inline-block;
}

.pagination2 .page-sum {
  font-size: 14px;
  margin: 0 6px;
}

.pagination2 .ok {
  background-color: #d8d8d8;
}

.pagination2 input {
  margin-left: 6px;
  padding: 0 6px;
  width: 40px;
}

/* 内页 */
.table-box {
}

.table-head {
  margin-bottom: 12px;
}

.table-head button {
  background-color: #efefef;
  height: 34px;
  width: 80px;
  font-weight: bold;
}

.table-head button:hover {
  background-color: #2a4f98;
  color: #fff;
}

.table thead tr th {
  background-color: #2a4f98;
  color: #fff;
  border-color: #2a4f98;
}

.table tbody tr td {
  height: 38px;
  vertical-align: middle;
}

/* modal */
.modal-title {
  font-size: 16px;
  font-weight: bold;
}

.modal-form {
  width: 60%;
  margin: 0 auto;
}

.form-group {
  display: flex;
  display: -webkit-flex;
}

.form-group .ele-name {
  height: 34px;
  padding-top: 8px;
  width: 80px;
  text-align: right;
}

.form-text {
  padding-top: 8px;
  margin-left: 5px;
  font-size: 12px;
}

.red {
  color: red;
  margin-right: 3px;
}

.form-group .ele-form {
  flex: 1;
  display: inline-flex;
  display: -webkit-inline-flex;
}

.ele-form input.form-control {
  flex: 1;
}

.button-box {
  margin: 30px 0 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.content-box>.button-box {
  width: 960px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.description {
  margin: 15px 0 20px 0;
  *margin: 15px 0 10px 0;
  color: #666;
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
  padding: 10px 20px;
  border-radius: 3px;
}

.content-box>.jus-end {
  padding-right: 30px;
  justify-content: flex-end;
}

.jus-center {
  justify-content: center;
}

.content-box .jus-start {
  justify-content: flex-start;
  padding-left: 10px;
}

.button-item {
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  background-color: #efefef;
  color: #333;
  text-decoration: none;
  margin-left: 10px;
  line-height: 34px;
  border-radius: 5px;
  min-width: 70px;
  padding-left: 10px;
  padding-right: 10px;
}

.button-item:hover,
.button-item.blueButton {
  background-color: #2a4f98;
  color: #fff;
}

/* overview-box */
.overview-box .title {
  text-align: center;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
}

.overview-content {
  line-height: 24px;
  width: 60%;
  margin: 0 auto;
}

.book-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
}

.book-list .book-item {
  margin: 0 20px 20px;
}

.book-cover {
  display: block;
  overflow: hidden;
  width: 150px;
}

.book-cover img {
  width: 100%;
  height: 192px;
  transition: 0.35s;
}

.book-cover img:hover {
  transform: scale(1.1);
}

.book-item .book-title {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
}

.book-title input[type="checkbox"] {
  margin-top: -2px !important;
  margin-right: 5px;
}

/* 翻页 */
.pagebox {
  text-align: center;
}

.pagebox a,
.pagebox input {
  margin-right: 6px;
  font-size: 14px;
  border: 1px solid #dddddd;
  padding: 0 10px;
  line-height: 28px;
  height: 30px;
  min-width: 33px;
  display: inline-block;
}

.pagebox .page-sum {
  font-size: 14px;
  margin: 0 6px;
}

.pagebox .ok {
  background-color: #d8d8d8;
  border-radius: 5px;
}

.pagebox input {
  border-radius: 5px;
  margin-left: 6px;
  padding: 0 6px;
  width: 40px;
}

.pagebox .active,
.pagebox .radius:hover {
  border: 1px solid #2a4f98;
  background-color: #2a4f98;
  color: #fff;
}
/*  */
