@charset "UTF-8";
/*
 * @Author: lminjuan 
 * @Date: 2022-04-01 09:13:09 
 * @Last Modified by: lminjuan
 * @Last Modified time: 2022-04-06 23:19:33
 */
.main {
  background: url("../images/about/bg1.png") left top no-repeat;
  height: 1163px;
}

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

.banner {
  margin-top: 20px;
  height: 397px;
}

.banner-a {
  display: block;
}

.banner-a img {
  width: 1280px;
  height: 397px;
  border: 0;
}

.content {
  margin-top: 29px;
}

.right {
  width: 1071px;
  height: 686px;
  background: #fdfdfd;
  -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;
  border: 1px solid #c1b99c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 列表 */
}

.head {
  width: 1069px;
  height: 75px;
  margin-top: 9px;
  font-size: 16px;
  background: url("../images/about/head.png") left top no-repeat;
}

.head > input {
  margin-top: 16px;
  margin-right: 10px;
  width: 348px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  color: #101010;
  font-size: 12px;
  border: 1px solid #e0d4d4;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}

.head > input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 12px;
  color: #c4c4c4;
}

.head > input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #c4c4c4;
}

.head > input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 12px;
  color: #c4c4c4;
}

.head > input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #c4c4c4;
}

.head > input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #c4c4c4;
}

.head .search {
  margin-top: 16px;
  margin-right: 10px;
  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;
}

.head > span {
  display: block;
  margin-top: 16px;
  margin-right: 10px;
  height: 30px;
  line-height: 30px;
}

.head .time {
  margin: 16px 12px 0 30px;
}

.head .to {
  margin-right: 12px;
}

.before,
.after {
  margin-right: 12px;
  width: 160px;
  height: 30px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e0d4d4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.chose-time {
  margin-top: 0;
  vertical-align: top;
  width: 100%;
  height: 28px;
  line-height: 28px;
  padding-left: 10px;
  font-size: 12px;
  color: #c4c4c4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  color: #000;
  background: url("../images/about/time.png") 132px center no-repeat;
}

.news-items {
  margin-top: 9px;
}

.news-items > li {
  position: relative;
  margin: 0 22px 0 21px;
  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;
}

.pager {
  margin-top: 25px;
}
