body.news{
  background: #f8f8f8;
}
/* banner */
.news .header-banner-bg{
  background-position: center top;
}

/* container */
.container, .container-sm, .container-md, .container-lg, .container-xl {
  max-width: 1216px;
  margin: auto;
}
.news .container{
  padding: 20px 0 100px 0;
}


/* news-box */
.news-box{
  width: 100%;
  margin-bottom: 30px;
}
a.news-box-item{
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 16px 24px;
}
.news-title{
  font-size: 24px;
  line-height: 30px;
  height: 60px;
  color: #333;
}
a.news-box-item:hover{
  box-shadow: 0px 12px 24px 0px rgba(0, 20, 183, .20);
}
a.news-box-item:hover .news-title {
  color: #4378E5;
}
.news-con{
  color: #4F4F4F;
  font-size: 18px;
  line-height: 24px;
  margin: 12px 0 16px 0;
}
.news-infor{
  font-size: 13px;
  color: #6C6C6C;
}

/* news-detail */
.news-detail{
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 0;
}
.news-detail-title{
  color: rgba(51, 51, 51, 1);
  font-size: 36px;
  padding: 0 40px;
  font-weight: bold;
}
.news-detail-data{
  color: rgba(108, 108, 108, 1);
  font-size: 14px;
  padding: 24px 40px 35px 40px;
}
.news-detail-con{
  border-top: 1px solid rgba(206, 206, 206, 1);
  padding: 40px;
}
.news-detail-con p {
  margin: 0 0 40px 0;
  font-size: 18px;
  line-height: 32px;
}
.detail .header-banner{
  height: 120px;
}
.news .header-banner .header-banner-bg{
  background: url('./detail_banner1920.jpg') no-repeat;
}
.news-detail-con ul,
.news-detail-con ol,
.news-detail-con li
{
  list-style-type:unset;
}
