@charset "utf-8";

.banner {
  position: relative;
  width: 100%;
  background: #0e2546;
}

.banner img {
  display: block;
  margin: 0 auto;
}

.list {
  width: 100%;
  min-height: 500px;
}

.list .item {
  width: 100%;
  height: 200px;
  padding: 28px 0;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  justify-content: flex-start;
}

.list .item .item-img {
  width: 231px;
  height: 145px;
  border-radius: 10px;
  border: solid 1px #f5f5f5;
  overflow: hidden;
}

.list .item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list .item .item-content {
  flex: 1;
  width: 0;
  margin-left: 30px;
  padding-top: 8px;
}

.list .item .item-content .item-tit {
  width: 100%;
  font-size: 20px;
  letter-spacing: 1px;
  color: #333333;
  font-weight: bold;
}

.list .item .item-content .item-tex {
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #999999;
  margin: 20px 0;
}

.list .item .item-content .item-time {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list .item .item-content .item-time span {
  font-size: 14px;
  letter-spacing: 1px;
  color: #999999;
}

.list .item .item-content .item-time .tex {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ff9600;
}
.list .item .item-content > a:hover .item-tit {
  color: #ff9600;
}
.list .item .item-content .item-time .tex:hover {
  font-weight: bold;
}

.banner-detail {
  width: 100%;
  height: 105px;
  background: #0e2546;
}

.page-title {
  width: 1200px;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  margin: 20px 0;
  color: #999;
  background-color: #eeeeee;
}

.page-title i {
  color: #0a2240;
}

.page-title a{
  color: #999;
}

.page-title span {
  color: #333;
}

.news-detial .new-title {
  font-size: 30px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 10px;
}

.news-detial .new-desc {
  padding: 20px;
}

.news-detial .new-time {
  line-height: 150%;
  font-size: 16px;
  color: #999999;
  text-align: center;
}

.news-detial .news-info {
  border: 1px solid #eeeeee;
  padding: 20px;
  margin-bottom: 40px;
  min-height: 500px;
}

.news-detial .news-info img{
  display: block!important;
  max-width: 100% !important;
  margin: 0 auto!important;
}

























































































































































