@charset "utf-8";
.banner {
  width: 100%;
  background: #0a2240;
}

.banner-detail {
  width: 100%;
  height: 105px;
  background: #0a2240;
}

.banner img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.list {
  width: 100%;
  padding: 30px 0;
  min-height: 500px;
}

.item {
  width: 100%;
  background-color: #f3f7fb;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.left {
  flex: 1;
  width: 0;
  min-height: 90px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.left h3 {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #0a2240;
}

.left p {
  width: 100%;
  font-size: 14px;
  color: #7889a4;
  margin-top: 15px;
  margin-bottom: 5px;
}

.left span {
  width: 100%;
  font-size: 14px;
  color: #7889a4;
  margin-top: 10px;
}

.btn {
  background: #fff;
  color: #ff9600;
  border: 1px solid #dcdfe6;
  width: 100px;
  text-align: center;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  border-radius: 20px;
  cursor: pointer;
  margin-left: 100px;
}

.btn:hover {
  background: #ff9600;
  color: #ffffff;
  border: 1px solid #ff9600;
  font-weight: bold;
}

.item:hover {
  background: #fdf8f1;
}

.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;
}






















