.lmcon-content ul li{
  width:100%;}
.lmcon-content ul li .time{
  display: inline-block;
    float: right;}
.lmcon-content table{
   display:none;}
.friendlylink {
  overflow-x: auto;
  border-bottom: 1px solid #96b4dc;
  padding: 10px 0px;
  position: relative;}

.friendlylink ul{
    display: flex;
    overflow-x: auto;}

.friendlylink li{
 flex: none;
 line-height: 52px;
 padding-left: 55px;}

.friendlylink li a{
 color: #fff;
 font-size: 18px;}


.friendlylink::-webkit-scrollbar {
  display: none;}

.friendlylink ul::-webkit-scrollbar{width: 0px;height: 0px;}

.friendlylink .prev, .friendlylink .next{
  display: block;
  width: 20px;
  height: 20px;
  background: red;
  content: '';
  clear: both;
  position: absolute;
  top: 47px;
  cursor: pointer;}

.friendlylink .prev{
    left: 10px;
    background: url(images/icon_prev_1.png) center no-repeat;}
.friendlylink .next{
    right: 10px;
    background: url(images/icon_next_1.png) center no-repeat;}

@media screen and (max-width: 1400px){
.friendlylink li {
    padding-left: 45px;}
}
@media screen and (max-width: 1280px){
.friendlylink li {
    padding-left: 30px;}
}
@media screen and (max-width: 1080px){
.friendlylink li {
    padding-left: 10px;}
}
@media screen and (max-width: 768px){
.friendlylink {
    display:none;}
}
.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}
.nav_m ul a.active{
  color: #fc5531 !important;}


.nav_m::after{
  display:block;
  content: '';
  clear:both;
  position:fixed;
  top: 0;
  left:0;
  right:0;
  bottom: 0;
  background: #2b5aa0;
  opacity: .7;
  z-index: 98;}
