@font-face {
  font-family: "MiSans";
  src: url("../fonts/MiSansLatin-Normal.ttf") format("truetype");
}

@font-face {
  font-family: "MiSans-Bold";
  src: url("../fonts/MiSansLatin-Bold.ttf") format("truetype");
}

.main {
  background-color: #f8f8f8;
  padding: 60px  30px;
  margin-top: 30px;
}

.main-container {
  width: 1130px;
  padding: 40px 50px 20px;
  background: #fff;
  margin: 0 auto;
  display: flex;
}

.left {
  width: 240px;
}

.left .left-top {
  padding-left: 40px;
  height: 70px;
  line-height: 70px;
  background: #006acb;
  font-size: 26px;
  font-style: italic;
  color: #fff;
}

.left .left-titles {
  padding: 14px 26px 55px;
  background: #fff;
}

.left .left-titles .left-title {
  display: block;
  padding-left: 10px;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  color: #434343;
  cursor: pointer;
}

.left .left-titles .left-title:hover {
  background: #fff2ed;
  color: #006acb;
  border-bottom: 1px solid #fff2ed;
}

.right {
  width: 930px;
  padding: 40px 50px 20px;
  background: #fff;
  box-sizing: border-box;
  margin-left: 20px;
}

.right .right-top {
  width: 780px;
  height: 50px;
  border: 2px solid #006acb;
  display: flex;
  box-sizing: border-box;
}

.right .right-top input {
  width: 660px;
  height: 46px;
  font-size: 16px;
  padding-left: 10px;
  box-sizing: border-box;
  border: 0;
  outline: none;
}

.right .right-top .search-btn {
  width: 120px;
  height: 46px;
  line-height: 46px;
  background: #006acb;
  font-size: 18px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: none;
}

.table {
  height: 530px;
  background-color: #fff;
  font-size: 14px;
  margin: 40px auto 0;
  box-sizing: border-box;
}

.table .table-newsbox {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #757575;
  border-bottom: 1px dashed #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table .table-newsbox .table-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 20px;
  cursor: pointer;
}

.table .table-newsbox .table-title:hover {
  color: #006acb;
}

.table .page-turing {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.table .page-turing span {
  cursor: pointer;
}

.table .page-turing #page_pre {
  display: inline-block;
  margin-right: 20px;
}

.table .page-turing .pages {
  display: flex;
  align-items: center;
}

.table .page-turing .pages div {
  width: 35px;
}

.table .page-turing .pages div span:hover {
  color: #006acb;
}

.table .page-turing .pages .active-page {
  color: #006acb;
}

.table .page-turing .page-input {
  margin-left: 20px;
  display: flex;
  align-items: center;
  line-height: 20px;
}

.table .page-turing .page-input input {
  width: 34px;
  height: 20px;
  margin: 0 5px;
}

.table .page-turing .turn-btn {
  background-color: #006acb;
  color: #fff;
  padding: 0 5px;
  line-height: 20px;
  cursor: pointer;
  margin-left: 10px;
}
