.nav-news{
  color: #ea6000 !important;
}

body {
  background: #fff;
}

.banner {
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
  background: #fff
}

.banner-container {
  padding-top: 20px;
}

.banner-container .left h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

.banner-container .left p {
  color: #999;
}

.banner .types {
  margin-top: 30px;
}

.banner .types a {
  margin-right: 50px;
  font-size: 20px;
  position: relative;
  z-index: 1;
}

.banner .types a.active {
  font-weight: bold;
  color: rgb(24, 187, 219);
}

.banner .types a.active::before {
  content: '';
  width: 25px;
  height: 20px;
  display: block;
  background: linear-gradient(to right, #18BBDB, #ffffff);
  position: absolute;
  top: -5px;
  left: -10px;
  z-index: -1;
}

.main .list-ul {
  margin-top: 40px;
}

.main .list-ul li {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
}

.main .list-ul li a {
  display: block;
}

.main .list-ul li a .left {
  float: left;
  width: 285px;
  height: 155px;
}

.main .list-ul li a .left img {
  width: 100%;
  height: 100%;
}

.main .list-ul li a .right {
  float: right;
  width: 880px;
}

.main .list-ul li a .right h4 {
  font-size: 18px;
}

.main .list-ul li a .right p {
  color: #666;
  line-height: 28px;
  margin: 20px 0 35px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}

.main .list-ul li a .right .attr {
  color: #999;
}

.text-content{
  padding: 50px;
  margin: 50px 50px 100px;
  min-height: 500px;
  background: #fff;
  line-height: 28px;
}

.text-content .sub{
  margin-bottom: 50px;
}

.text-content h1{
  font-weight: normal;
  color: #212121;
  margin-bottom: 20px;
}

.text-content .date{
  color: #999;
}

.desc-content{
  font-size: 18px;
  line-height: 2.5;
}

.footer{
  border-top: 1px solid #efefef;
}