
html {
    font-size: 12px;
}
body img { vertical-align: middle; width: 100%; display: block; }

body {
  color: #fff;
  background-color: #040e42;
}
body a { color: #fff }
::-webkit-scrollbar { visibility: hidden; }


.top-bar { 
  overflow: hidden; position: fixed; 
  z-index: 100;
  top: 0;
  width: 100%;  padding-left: 10px; 
  overflow-x: scroll;
  max-height: 60px;
}
.top-bar.static {position: relative; background-color: #060d30}
.top-bar.bgcolor {background-color: #060d30}
.top-bar .top-link {
    color: #fff;
    padding: 1.5rem .3rem 5px;
    display: inline-block;
    margin-bottom: 5px;
    text-decoration: none;
    position: relative;
}
.top-bar .top-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 23%;
    width: 50%;
    border-bottom: 2px solid #0296FE;
}

.top-articles {
  padding: 10px 20px;
}
.article {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.article-title { margin-bottom: 5px; }
.article-title > a{
  color: #DEE3F3;
  font-size: 16px;
  text-decoration: none;
}
.article:first-child .article-title> a{
  color:#DAC079;
}
.article-bref {
  color: #858893;
  margin: 5px 0;
}


.fenghui {
  display: flex;
  padding:106px  20px 20px 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: url('https://dist.cailianpress.com/kechuangban/images/changsanjiao/pandect.png') no-repeat;
  background-size:100% auto;
  background-color: #090B6E;
}

.fh-box {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 48%;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 5px;
  height: 56px;
  margin-bottom: 10px;
  text-align: center;
}
.fh-box > a {
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}


.new-item {    
  position: relative;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.item-text {
  display: inline-block;
  width: 60%;
}
.item-img {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin-left: 5%;
  min-height: 60px;
}
.item-text .item-title {
  font-size: 15px;
}
.item-text .item-pinglun {
  font-size: 10px;
  position: absolute;
  bottom: 15px;
}


.dianbao .item-text { width: 100%; }
.dianbao .item-title {
  color: #ddd;
}
.dianbao-time {
  color: #fff;
  font-size: 17px;
  margin-right: 10px;
}
.dianbao .item-pinglun {
  position: relative;
  bottom: 0;
  margin-top: 10px;
}


.scroll-box {
  padding: 15px;
  overflow: hidden;
  overflow-x: auto;
}
.scroll-box::-webkit-scrollbar { visibility: hidden; }
.scroll-content {
  width: 2000px;
}
.scroll-box .scroll-item:last-child { margin-right: 15px; }
.scroll-box .scroll-item {
  width: 160px;
  float: left;
  margin-right: 10px;
}

.scroll-title { margin: 5px 0; color: #DFE2EB }
.scroll-description { font-size: 10px; color: rgba(255, 255, 255, .3) }


.text-line, .text-line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-line-2 {
  line-height: 1.375;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-line-3 {
  line-height: 1.5;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}