body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
span {
  margin: 0;
  padding: 0;
}
body {
  background: #F5F5F5;
  color: #666666;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
html,
body {
  min-width: 1200px;
}
td,
th,
caption {
  font-size: 14px;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font-size: 12px;
}
input,
textarea,
select,
button :focus {
  outline: none;
}
table {
  border-collapse: collapse;
}
table tr th.center {
  text-align: center;
}
table tr td.center {
  text-align: center;
}
table tr td.right {
  text-align: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* 内容宽度限制为1200 */
.container {
  width: 1200px;
  min-height: calc(100vh - 50px - 120px - 50px - 220px);
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
.container .content-container {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
}
/* header开始 */
.header {
  color: #666666;
  height: 50px;
}
.header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  width: 1200px;
  margin: 0 auto;
}
.header .header-container .header-left {
  display: flex;
  align-items: center;
}
.header .header-container .header-right {
  display: flex;
  align-items: center;
}
.header .header-container .header-right .header-span {
  margin-right: 30px;
  display: flex;
  align-items: flex-end;
}
.header .header-container .header-right .logout {
  margin-left: 12px;
  margin-right: 0;
}
.header .header-container .header-span .iconfont {
  color: #404040;
  margin-right: 6px;
  font-size: 14px;
}
.header .header-container .header-span .link {
  color: #404040;
}
.header .header-container .header-span .login {
  margin-right: 10px;
  cursor: pointer;
  color: #c29b61;
}
.header .header-container .header-span .login:hover {
  color: #ceaf81;
}
.header .header-container .header-notice {
  position: relative;
}
.header .header-container .header-notice .notice-red-icon {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  background: #ed4014;
  top: 0px;
  right: -4px;
}
/* search开始 */
.search {
  background: #fff;
}
.search > .search-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 120px;
  margin: 0 auto;
}
.search > .search-container .search-logo {
  position: relative;
}
.search .search-logo-item {
  height: 60px;
}
.search .search-item .search-item-top {
  margin-bottom: 10px;
}
.search .search-item .search-item-top > span {
  padding: 2px 14px;
  border-right: 1px solid #c29b61;
  cursor: pointer;
}
.search .search-item .search-item-top > span:last-child {
  border-right: 0;
}
.search .search-item .search-item-top > .now {
  color: #c29b61;
}
.search .search-item .search-item-bottom {
  width: 572px;
  display: flex;
}
.search .search-item .search-item-bottom > input {
  background: none;
  border-radius: 4px 0px 0px 4px;
  height: 45px;
  border: 1px solid #c29b61;
  width: 468px;
  padding: 0 11px;
}
.search .search-item .search-item-bottom > div {
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #c29b61;
  border-radius: 0px 4px 4px 0px;
  cursor: pointer;
  color: #fff;
  width: 104px;
  background: #c29b61;
}
/* navbar开始 */
.navbar {
  background: #c29b61;
  color: #fff;
}
.navbar .navbar-container {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  display: flex;
  align-items: center;
}
.navbar .navbar-item {
  cursor: pointer;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.navbar .navbar-item:hover {
  cursor: pointer;
  background: #ceaf81;
}
.navbar .navbar-item span {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 18px;
}
.navbar .navbar-item.category-item {
  position: relative;
}
.navbar .navbar-item a {
  color: #fff;
  text-decoration: none;
}
/* 面包屑导航 */
.navigation {
  padding-top: 20px;
}
.navigation .navigation-container {
  background: #fff;
  color: #666666;
  display: flex;
  padding: 16px 24px;
  box-shadow: 0 -7px 8px -6px rgba(0, 0, 0, 0.3), 0 7px 8px -6px rgba(0, 0, 0, 0.3);
}
.navigation .navigation-container a:hover {
  color: #ceaf81;
}
.navigation .navigation-container a:hover span {
  color: #ceaf81;
}
.navigation .navigation-container span {
  padding: 0 12px;
}
.navigation .navigation-container i {
  color: #676767;
}
.navigation .navigation-container i:first-child {
  color: #c29b61;
}
.footer {
  margin-top: 20px;
  background: #595656;
  color: #fff;
}
.footer .footer-container {
  width: 1200px;
  height: 200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.footer .footer-container .footer-top {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.footer .footer-container .footer-top .content {
  margin-top: 10px;
}
.footer .footer-container .footer-top i {
  font-size: 48px;
}
.footer .footer-container .footer-top > div {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer .footer-container .footer-center {
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
}
.footer .footer-container .footer-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  flex: 1;
}
.footer .footer-container .footer-bottom .beian-link {
  color: inherit;
  margin: 0 10px;
}
.footer .footer-container .footer-bottom .beian-link:hover {
  color: #ceaf81;
}
.float-btn {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #c29b61;
  cursor: pointer;
}
.float-btn i {
  font-size: 20px;
}
.swiper .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
}
.swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #808080;
  opacity: 1;
}
.swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #c29b61;
}
.compare-price-template {
  width: max-content;
}
.compare-price-template .compare-table {
  padding: 30px;
}
.compare-price-template .compare-table .compare-table-title td {
  text-align: center;
}
.compare-price-template .compare-table > table tr td:first-child > a:hover {
  color: #c29b61;
}
.compare-price-template .compare-table > table tr td:last-child {
  text-align: center;
}
.compare-price-template .compare-table > table tr td.center {
  text-align: center;
}
.compare-price-template .compare-table > table tr:first-child td {
  font-weight: bold;
}
.compare-price-template .compare-table .text-right {
  text-align: right;
}
.compare-table {
  background: #fff;
}
.compare-table .document-number {
  padding-bottom: 10px;
}
.compare-table table {
  width: 100%;
  color: #000;
}
.compare-table table tr td {
  padding: 10px 8px;
  border: 1px solid #d6d6d6;
  white-space: nowrap;
}
.compare-table table tr td i {
  color: #c29b61;
  cursor: pointer;
}
.compare-table table tr td i.no-price {
  color: #cccccc;
  pointer-events: none;
}
.compare-table table tr td.center {
  text-align: center;
}
.compare-table table tr td:last-child {
  text-align: center;
}
.compare-table table tr td.center {
  text-align: center;
}
.compare-table table tr:first-child td {
  font-weight: bold;
}
.table {
  margin: 20px 0;
  background: #fff;
}
.table label {
  display: flex;
  align-items: center;
}
.table label > span {
  margin-left: 10px;
}
.table .check-all {
  font-size: 18px;
  padding: 12px 6px;
  display: flex;
  align-self: center;
  justify-content: space-between;
}
.table .check-all .switch-currency {
  color: #b52629;
  cursor: pointer;
}
.table .table-item {
  margin-top: 10px;
}
.table .table-item > div {
  font-size: 14px;
  padding: 8px 20px;
}
.table .table-item > div:last-child label {
  justify-content: flex-end;
}
.table .table-item .table-container {
  margin-top: 0;
  background: none;
  padding: 0;
}
.table .table-item .table-container > table {
  width: 100%;
  color: #000;
}
.table .table-item .table-container > table tr td {
  padding: 10px 8px;
  border: 1px solid #d6d6d6;
  white-space: nowrap;
}
.table .table-item .table-container > table tr td input {
  border: 0;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
  width: 90px;
}
.table .table-item .table-container > table tr td:nth-child(3):hover {
  cursor: pointer;
  color: #ceaf81;
}
.table .table-item .table-container > table tr td:nth-child(1) {
  text-align: center;
}
.table .table-item .table-container > table tr td:nth-child(1) input {
  width: auto;
}
.table .table-item .table-container > table tr td:last-child {
  color: #c29b61;
  cursor: pointer;
  text-align: center;
}
.table .table-item .table-container > table tr:nth-child(1) td:nth-child(3):hover {
  cursor: auto;
  color: #000;
}
.table .table-item .table-container > table tr .text-center {
  text-align: center;
}
.table .table-item .table-container > table tr:first-child td:last-child {
  background: none;
  color: #000;
  cursor: auto;
}
.table-currency {
  color: #c29b61;
}
/* 文件上传 */
.upload-file-container {
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}
.upload-file-container .file-container {
  width: 25%;
  float: left;
  overflow: hidden;
  text-align: center;
  padding: 4px;
  box-sizing: border-box;
}
.upload-file-container .file-container .file-container-wrap {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.upload-file-container .file-container.add-file-btn {
  cursor: pointer;
}
.upload-file-container .file-container.add-file-btn i {
  color: #666666;
  font-size: 32px;
  width: auto;
  height: auto;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.upload-file-container .file-container.add-file-btn span {
  color: #666666;
}
.upload-file-container .file-container .file-thumbnail {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  width: 60px;
}
.upload-file-container .file-container .file-thumbnail img {
  max-width: 100%;
  max-height: 100%;
}
.upload-file-container .file-container .file-thumbnail img,
.upload-file-container .file-container .file-thumbnail .file-type-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.upload-file-container .file-container .file-thumbnail .iconfont.icon-remove {
  position: absolute;
  right: -22px;
  top: -2px;
  font-size: 24px;
  color: #ed4014;
  z-index: 3;
}
.upload-file-container .file-container .iconfont {
  color: #333;
  height: auto;
}
.upload-file-container .file-container .file-name-wrap {
  padding: 4px;
}
.upload-file-container .file-container .file-name {
  display: inline-block;
  width: 95%;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
.upload-file-container .file-container input {
  display: none;
}
.hide {
  display: none !important;
}
/**
 * @Author: 张源
 * @Date: 2020-06-05 15:51:51
 * @Description:  表单公共样式 form-item form-error-item form-title form-content form-item-content-error
                  表单验证错误样式 form-error-item form-item-content-error
 */
.form-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  min-height: 40px;
}
.form-item .form-item-title-row {
  width: 100%;
  padding: 10px 0;
}
.form-item .form-item-title {
  width: 60px;
  padding: 10px;
  text-align: right;
}
.form-item .form-item-content {
  min-height: 40px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.form-item .form-item-content input:not([type=file]),
.form-item .form-item-content select,
.form-item .form-item-content textarea {
  background: #ffffff;
  padding-left: 10px;
  border: 1px solid #d9d9d9;
  min-height: 30px;
}
.form-item .form-item-content .checkbox-wapper,
.form-item .form-item-content .radio-wapper {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.form-item .form-item-content .checkbox-wapper input[type=checkbox],
.form-item .form-item-content .radio-wapper input[type=checkbox],
.form-item .form-item-content .checkbox-wapper input[type=radio],
.form-item .form-item-content .radio-wapper input[type=radio] {
  margin: 4px;
}
.form-item .form-item-content .form-item-content-error {
  color: #ed4014;
  font-size: 12px;
  position: absolute;
  bottom: -24px;
}
.form-item.form-error-item .form-item-content input,
.form-item.form-error-item .form-item-content select,
.form-item.form-error-item .form-item-content textarea {
  border: 1px solid #ed4014;
}
/**
 * @Author: 张源
 * @Date: 2020-06-13 11:22:29
 * @Description: 添加非表单内 校验错误的样式，目前只针对输入框 下拉框 textarea，而且只改边框颜色
 */
.error-element input,
.error-element select,
.error-element textarea {
  border-color: #ed4014 !important;
}
.link {
  color: #c29b61;
  text-decoration: underline;
  cursor: pointer;
}
.link :hover,
.link :focus {
  color: #ceaf81;
}
.link :active {
  color: #b8935c;
}
.link-error {
  color: #ed4014;
  text-decoration: underline;
  cursor: pointer;
}
.link-error :hover,
.link-error :focus {
  color: #f16643;
}
.link-error :active {
  color: #e13d13;
}
.btn-primary[type=button],
.btn-primary[type=submit] {
  color: #FFFFFF;
  background: #c29b61;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn-primary[type=button]:hover,
.btn-primary[type=submit]:hover {
  background: #ceaf81;
}
.btn-secondary[type=button],
.btn-secondary[type=submit] {
  color: #666666;
  background: #FFFFFF;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}
.btn-secondary[type=button]:hover,
.btn-secondary[type=submit]:hover {
  background: #F2F2F2;
}
.btn-outline[type=button],
.btn-outline[type=submit] {
  color: #c29b61;
  background: #FFFFFF;
  border: 1px solid #c29b61;
  cursor: pointer;
}
.btn-outline[type=button]:hover,
.btn-outline[type=submit]:hover {
  border-color: #ceaf81;
}
.btn-size-mini {
  height: 24px;
  padding: 0 11px;
  font-size: 12px;
  border-radius: 2px;
}
.btn-size-small {
  height: 28px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 2px;
}
.btn-size-medium {
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 2px;
}
.btn-size-large {
  height: 36px;
  padding: 0 19px;
  font-size: 14px;
  border-radius: 2px;
}
.button-container {
  display: flex;
  justify-content: space-between;
}
.button-container > [type=button] {
  margin: 0 10px;
}
.button-container-align-left {
  justify-content: flex-start;
}
.button-container-align-left :first-child {
  margin-left: 0;
}
.button-container-align-right {
  justify-content: flex-end;
}
.button-container-align-right :last-child {
  margin-right: 0;
}
.button-container-align-center {
  justify-content: center;
}
/**
 * @Author: 贾宏扬
 * @Description: 请求数据为空时显示的样式
 */
.noResult {
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
}
.noResult .noResult-img {
  margin: 0 auto;
  text-align: center;
  width: 240px;
  height: 240px;
}
.noResult .noResult-img img {
  max-width: 100%;
}
.noResult .noResult-text {
  width: 100%;
  text-align: center;
  color: #666666;
  position: relative;
}
.noResult .noResult-text span {
  position: absolute;
  top: -34px;
  left: 47%;
}
/**
 * @Author: 张源
 * @Date: 2020-07-02 17:36:45
 * @Description: 分页样式
 */
.pages {
  margin-top: 20px;
  background: #ffffff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pages .paginationjs {
  display: flex;
  align-items: center;
}
.pages .paginationjs .paginationjs-pages li {
  margin: 0 5px;
  border-right: 1px solid #aaa;
}
.pages .paginationjs .paginationjs-pages li > a {
  padding: 5px 4px;
}
.pages .paginationjs .paginationjs-pages li:first-child,
.pages .paginationjs .paginationjs-pages li:first-child > a,
.pages .paginationjs .paginationjs-pages li:last-child,
.pages .paginationjs .paginationjs-pages li:last-child > a {
  border-radius: 0;
  font-size: 20px;
}
.pages .paginationjs .paginationjs-pages li.active > a {
  background: #c29b61;
}
.pages .paginationjs .paginationjs-nav.J-paginationjs-nav {
  height: 40px;
  line-height: 40px;
}
.pages .paginationjs .paginationjs-size-changer .J-paginationjs-size-select {
  height: 40px;
  padding: 0 10px;
  border-radius: 0;
  cursor: pointer;
}
.pages .paginationjs .paginationjs-size-changer .J-paginationjs-size-select:hover {
  border-color: #c29b61;
}
.pages .paginationjs .paginationjs-go-input .J-paginationjs-go-pagenumber {
  width: 40px;
  height: 40px;
  border-radius: 0;
}
.pages .paginationjs .paginationjs-go-button .J-paginationjs-go-button {
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  color: #FFFFFF;
  background: #c29b61;
  cursor: pointer;
  border-color: #c29b61;
  padding: 0 20px;
}
.pages .paginationjs .paginationjs-go-button .J-paginationjs-go-button:hover {
  background: #ceaf81;
}
.tags {
  height: 16px;
  margin-top: 5px;
}
.tags .new {
  padding: 2px 6px;
  border: 1px solid #ff2832;
  border-radius: 2px;
  color: #ff2832;
}
.tags .promote {
  padding: 2px 6px;
  color: #FFF;
  background: #c29b61;
  border-radius: 2px;
}
.dataTables_wrapper {
  font-size: 14px;
}
.dataTables_wrapper .datatable-wrap {
  width: 100%;
}
.dataTables_wrapper .datatable-footer {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}
.dataTables_wrapper .datatable-footer .datatable-page-info {
  display: flex;
  align-items: center;
  height: 42px;
}
.dataTables_wrapper .datatable-footer .dataTables_info {
  margin-left: 10px;
  line-height: 42px;
  padding-top: 0;
}
.dataTables_wrapper table tbody tr td.center {
  text-align: center !important;
}
.dataTables_wrapper table tbody tr td.left {
  text-align: left !important;
}
.dataTables_wrapper table tbody tr td.right {
  text-align: right !important;
}
.dataTables_wrapper table thead tr th {
  text-align: center !important;
}
.section {
  width: 1200px;
  margin-top: 30px;
}
.section .title {
  margin-bottom: 10px;
}
.section .title .iconfont {
  font-size: 30px;
  color: #c29b61;
}
.section .title span {
  font-size: 30px;
}
.section .title .unfold-switch {
  float: right;
  cursor: pointer;
  font-size: 12px;
}
.section .title .unfold-switch > span {
  display: none;
}
.section .title .unfold-switch > span span {
  font-size: 14px;
  color: #c29b61;
}
.section .title .unfold-switch > span .iconfont {
  font-size: 16px;
}
.section .title .unfold-switch > .active {
  display: block;
}
.section .content-wrapper {
  position: relative;
}
.hotel-brands .content-wrapper {
  display: flex;
  background: #FFFFFF;
  padding: 20px;
  flex-direction: column;
}
.hotel-brands .content-wrapper .label {
  display: flex;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 5px;
}
.hotel-brands .content-wrapper .label:last-child {
  border-bottom: transparent;
}
.hotel-brands .content-wrapper .label .label-name {
  width: 160px;
  display: flex;
  align-items: center;
  font-size: 18px;
  flex: 0 0 150px;
}
.hotel-brands .content-wrapper .label .label-brands {
  display: flex;
  flex-wrap: wrap;
}
.hotel-brands .content-wrapper .label .label-brands > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 190px;
  cursor: pointer;
  padding: 4px;
  border: 1px solid transparent;
}
.hotel-brands .content-wrapper .label .label-brands > div:hover {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}
.hotel-brands .content-wrapper .label .label-brands img {
  max-width: 100%;
  max-height: 100%;
}
.hot-brand-detail {
  padding: 20px 40px;
}
.hot-brand-detail .brand-top {
  display: flex;
  margin-bottom: 20px;
}
.hot-brand-detail .brand-top .brand-left {
  display: flex;
  flex-direction: column;
}
.hot-brand-detail .brand-top .brand-left > span {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.hot-brand-detail .brand-top .brand-right {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
.hot-brand-detail .brand-top .brand-right span {
  font-size: 14px;
  line-height: 1.5;
}
.hot-brand-detail .brand-top .brand-right .bold {
  font-weight: bold;
}
.hot-brand-detail .brand-top .brand-right p {
  margin-top: 20px;
  line-height: 1.5;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hot-brand-detail .brand-top .brand-logo {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hot-brand-detail .brand-top .brand-logo img {
  max-width: 100%;
  max-height: 100%;
}
.hot-brand-detail .brand-bottom {
  display: flex;
  justify-content: space-around;
  padding: 40px 0;
  border-top: 1px solid #d9d9d9;
}

.container .content-container {
  background: #FFFFFF;
  margin-top: 20px;
  padding: 20px;
  flex-direction: row;
}
.notice-category-container .notice-category-title {
  width: 240px;
  background: #c29b61;
  color: #FFFFFF;
  padding: 8px 10px;
  font-size: 20px;
  text-align: center;
  line-height: 2;
  letter-spacing: 2px;
  cursor: pointer;
}
.notice-category-container .notice-category-title:hover {
  background: #b8935c;
}
.notice-category-container .notice-category-list {
  width: 258px;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-top: 0;
}
.notice-category-container .notice-category-list li span.notice-category-item {
  padding: 10px 10px;
  line-height: 2;
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
}
.notice-category-container .notice-category-list li span.notice-category-item:hover {
  color: #c29b61;
}
.notice-list-container {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin-left: 20px;
  width: 880px;
}
.notice-list-container .notice-list-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #c29b61;
  padding: 12px 0;
  align-items: center;
}
.notice-list-container .notice-list-header > span {
  font-size: 16px;
  font-weight: bold;
  color: #404040;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 6px;
}
.notice-list-container .notice-list-header .notice-search-input-wrapper {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 4px;
  display: flex;
  align-items: center;
}
.notice-list-container .notice-list-header .notice-search-input-wrapper:hover {
  border: 1px solid #c29b61;
}
.notice-list-container .notice-list-header .notice-search-input-wrapper span.iconfont {
  width: 30px;
  display: inline-block;
  text-align: center;
  color: #c29b61;
  font-weight: bold;
  cursor: pointer;
}
.notice-list-container .notice-list-header .notice-search-input-wrapper span.iconfont:hover {
  color: #ceaf81;
}
.notice-list-container .notice-list-header .notice-search-input {
  border: none;
  outline: none;
  height: 20px;
  width: 180px;
}
.notice-list-container .notice-list-body .notice-item {
  border-bottom: 1px dashed #d9d9d9;
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 2;
}
.notice-list-container .notice-list-body .notice-item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #c29b61;
  margin-right: 20px;
}
.notice-list-container .notice-list-body .notice-title {
  color: #404040;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.notice-list-container .notice-list-body .notice-title:hover {
  color: #ceaf81;
}
.notice-list-container .notice-list-body .notice-time {
  width: 80px;
  text-align: center;
}

