html,
body {
  padding: 0;
  margin: 0;
}

html,
body {
  font-size: 20px !important;
}

body a {
  text-decoration: none;
}

.body a:hover {
  color: #093a97;
}

/* ----------------------------------------------- */
/* 默认针对 width >= 1920px */
/* body {
  background-color: violet;
} */

.view-w {
  width: 78%;
}

/* ----------------------------------------------- */
/* 标题行 */
.title-row {
  /* margin: 27px 0; */
  margin: 1.35rem 0;
}

.title-zh {
  color: #1f2431;
  font-weight: bold;

  height: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.8rem;
  letter-spacing: 0.14rem;
}

.title-en {
  color: #1f2431;
  font-weight: 500;

  font-size: 0.9rem;
  height: 0.9rem;
  line-height: 1.8rem;
}

.title-search {
  height: 2.2rem;
  width: 20rem;
  border: 1px solid #ddd;
  padding: 0 1rem;
}

.title-search img {
  height: 1.2rem;
  width: 1.2rem;
}

.title-search-input {
  width: 100%;
  margin: 0 1rem;
  outline: none;
  border: none;

  font-size: 1rem;
  font-weight: 400;
  color: #333;
  /* height: 36px; */
}

/* 入口 */
.title-entry a {
  color: #333;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.title-entry a:hover {
  color: #093a97;
}

/* 登录|注册 */
.title-session {
  background-color: #f1f2f3;
  border-radius: 1.1rem;
  padding: 0.5rem 1.5rem;
}

.title-session a {
  font-size: 0.9rem;
  font-weight: 400;
  color: #0a3a97;
}

.title-session img {
  width: 1.2rem;
  width: 1.2rem;
}

/* ----------------------------------------------- */
/* menu */
.menu {
  height: 2.5rem;
}

.menu-left {
  position: relative;
  background-color: #0a3a97;
  width: 18.4%;
  height: 100%;
  font-weight: 400;
  color: white;
}

.menu-right {
  margin-left: 1.5rem;
  flex: 1;
}

.menu-right a {
  color: #111;
  font-weight: bold;
}

.menu-right a:hover {
  color: #0a3a97;
}

/* ----------------------------------------------- */
/* banner */
.banner {
  width: 100%;
}

.banner-img {
  display: block;
  width: 100%;
}

.menu-bottom-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.menu-bottom {
  background-color: white;
  width: 18.4%;
  height: 100%;
}

.menu-bottom-content {
  height: 100%;
}

.menu-bottom-title {
  height: 1rem;
  padding: 0.9rem 0 0 0.7rem;

  font-weight: bold;
  color: #0a3a97;
  line-height: 1.8rem;
}

.menu-bottom-content a {
  height: 0.85rem;
  font-size: 0.9rem;
  font-weight: 400;
  color: #333;
  line-height: 1.8rem;

  padding: 0.8rem 1.85rem 1rem 0;
}

.menu-bottom-content a:first-child {
  padding-left: 0.7rem;
}

.menu-bottom-content a:last-child {
  padding-right: 0;
}

.menu-bottom-content a:hover {
  color: #0a3a97;
}

.menu-bottom-content > :last-child {
  border: none;
}

.menu-bottom-line {
  margin-left: 0.7rem;
  margin-right: 0.7rem;
  height: 1px;
  border-top: 1px solid #ccc;
}
.bottom-text {
  margin-right: 0.5rem;
  margin-top: 0.25rem;

  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6rem;
}
/* ----------------------------------------------- */
.banner-news {
  background-color: #0a3a97;
  height: 3.2rem;
}

/* ----------------------------------------------- */
/* width < 1280px */
@media screen and (max-width: 1500px) {
  html,
  body {
    font-size: 14px !important;
  }
}

/* ----------------------------------------------- */
/* 1280px < width <= 1366 */
@media screen and (min-width: 1500px) and (max-width: 1700px) {
  html,
  body {
    font-size: 16px !important;
  }
}

/* ----------------------------------------------- */
/* 1366px < width <= 1440px */
/* @media screen and (min-width: 1367px) and (max-width: 1440px) {
} */

/* ----------------------------------------------- */
/* 1441px < width <= 1600px */
/* @media screen and (min-width: 1441px) and (max-width: 1600px) {
} */
