.banner {
  width: 100%;
  position: absolute;
  background: url(../images/news-bg2.jpg) no-repeat;
  left: 0;
  top: 0;
  min-height: 342px;
  background-size: cover;
}
@media (max-width: 768px) {
  .banner {
    min-height: 116px;
  }
}
.out-content {
  padding-top: 1.84rem;
  color: #fff;
  z-index: 2;
  position: relative;
}
.out-content .title {
  font-size: 34px;
}
@media (max-width: 768px) {
  .out-content .title {
    font-size: 20px;
  }
}
.out-content .sub-title-list {
  font-size: 14px;
  line-height: 1.5em;
  margin: .2rem 0;
}
.news-content {
  -moz-box-shadow: 0px 0px 10px #969696;
  -webkit-box-shadow: 0px 0px 10px #969696;
  box-shadow: 0px 0px 10px #969696;
  margin-bottom: 23px;
  background-color: #fff;
  padding: .3rem .5rem;
  padding-bottom: 0;
}
.news-content .sub-content-title {
  border-bottom: 1px solid #ccc;
  color: #000;
  height: 34px;
  font-size: 14px;
}
.news-content .sub-content-title span {
  border-bottom: 2px solid #1cbcf8;
  line-height: 35px;
  display: inline-block;
  height: 35px;
  font-weight: bold;
  box-sizing: border-box;
  vertical-align: middle;
}
.news-content .new-item {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 768px) {
  .news-content .new-item {
    padding-bottom: 10px;
  }
}
.news-content .date {
  color: #666;
  text-align: center;
  width: 30px;
  font-size: 14px;
  margin-right: 20px;
  margin-top: 10px;
}
.news-content .date .date-box {
  width: 30px;
  height: 30px;
  color: #1CBCF8;
  border: 1px solid #1CBCF8;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}
.news-content .list-right {
  width: 100%;
}
.news-content .list-right .title {
  line-height: 30px;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news-content .list-right .desc {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-indent: 2em;
}
.news-content .list-right .detail {
  color: #1CBCF8;
  float: right;
  font-size: 14px;
  margin-top: 10px;
}
.news-content .list-right .detail:hover {
  cursor: pointer;
}
#list .page {
  text-align: center;
  height: 30px;
  padding: 20px 0 23px 0 ;
}
html,
body {
  height: 100%;
}
#list {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /*IE6不识别min-height*/
}
.out-content {
  padding-bottom: 80px;
}
footer {
  background-color: #000;
  position: absolute;
  width: 100%;
  padding: 20px 0;
  bottom: 0px;
  color: #ccc;
  text-align: center;
}
footer span {
  font-size: 14px;
}
footer .span-fir,
footer .span-thr {
  margin-right: 2px;
}
footer .span-sec {
  margin-right: 8px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
#list .el-pager li.active {
  background-color: #1CBCF8;
}
.nav-a {
  color: #fff;
}
.nav-a:hover {
  color: #1CBCF8;
}
.new-item .detail a:hover{
    color: #1CBCF8
}
