@charset "UTF-8";
/*
 * @Author: lminjuan 
 * @Date: 2022-04-01 09:13:09 
 * @Last Modified by: lminjuan
 * @Last Modified time: 2022-04-08 08:44:14
 */
.main {
  background: url("../images/login/label-bg.png") left top no-repeat;
  padding-bottom: 30px;
}

.center {
  margin: 0 auto;
  width: 1280px;
}

.breadcrumb {
  margin-left: 6px;
}

.content {
  position: relative;
  margin-top: 9px;
}

.bdl {
  width: 1072px;
  background: #fff;
  -webkit-box-shadow: 0 0 33px 1px rgba(0, 0, 0, 0.01);
          box-shadow: 0 0 33px 1px rgba(0, 0, 0, 0.01);
  border-radius: 8px;
}

.label-r {
  height: 671px;
  border-radius: 8px;
  /* 列表 */
}

.news-hd {
  position: relative;
  margin-top: 9px;
  height: 74px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #f1c6c9;
  font-size: 16px;
  color: #101010;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff4f4));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff4f4 100%);
}

.news-hd::before, .news-hd::after {
  position: absolute;
  bottom: 0;
  width: 13px;
  height: 9px;
  background: url("../images/login/left.png") left top no-repeat;
  content: '';
}

.news-hd::after {
  right: 0;
  background: url("../images/login/right.png") left top no-repeat;
}

.area {
  margin: 22px 0 0 20px;
}

.description {
  display: block;
  margin-right: 12px;
  line-height: 30px;
}

.region {
  width: 310px;
  height: 30px;
  background-color: #fff;
  border-radius: 4px;
}

.chosen-container {
  width: 100%;
  height: 30px;
  line-height: 28px;
  vertical-align: top;
  border-radius: 4px;
}

.chosen-container-single .chosen-single {
  padding: 0 0 0 9px;
  height: 30px;
  line-height: 28px;
  border: 0;
  font-size: 12px;
  background-color: #fff;
  color: #645e50;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e0d4d4;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #e0d4d4;
  background-image: none;
}

.chosen-container-single .chosen-single span {
  margin-right: 20px;
  color: #645e50;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
}

.chosen-container-single .chosen-single div {
  height: 28px;
  width: 20px;
  padding: 0;
}

.chosen-container-single .chosen-single div b {
  width: 9px;
  height: 5px;
  margin-top: 12px;
  background: url("../images/login/down.png") left center no-repeat;
}

.chosen-container .chosen-drop {
  border: 1px solid #ddd;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  margin-top: 10px;
  background: url("../images/login/up.png") left center no-repeat;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #ae000e;
  background-image: none;
}

.chosen-container .chosen-drop {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
}

.title {
  margin: 22px 0 0 21px;
}

.name {
  display: block;
  margin-right: 12px;
  line-height: 30px;
}

.title input {
  width: 494px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  font-size: 12px;
  border: 1px solid #e0d4d4;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}

.title input::-webkit-input-placeholder {
  font-size: 12px;
  color: #c4c4c4;
}

.title input:-moz-placeholder {
  font-size: 12px;
  color: #c4c4c4;
}

.title input::-moz-placeholder {
  font-size: 12px;
  color: #c4c4c4;
}

.title input::-ms-input-placeholder {
  font-size: 12px;
  color: #c4c4c4;
}

.title input:-ms-input-placeholder {
  font-size: 12px;
  color: #c4c4c4;
}

.head .search {
  margin: 22px 0 0 21px;
  width: 48px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#dc1727), to(rgba(250, 39, 26, 0.72)));
  background: linear-gradient(180deg, #dc1727 0%, rgba(250, 39, 26, 0.72) 100%);
  -webkit-box-shadow: 0 4px 5px #ffd5d3;
          box-shadow: 0 4px 5px #ffd5d3;
  border-radius: 4px;
  cursor: pointer;
}

.news-items {
  height: 510px;
  overflow-y: auto;
}

.news-items > li {
  position: relative;
  margin: 0 30px 0 25px;
  height: 72px;
  line-height: 70px;
  border-top: 1px solid #ebebeb;
  vertical-align: top;
}

.news-items > li:first-child {
  border: 0;
}

.news-items > li > a {
  display: block;
  font-size: 16px;
  color: #000;
  height: 72px;
  line-height: 70px;
  margin-right: 178px;
}

.news-items > li .news-time {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #999;
}
