:root {--secthemecolor:#f4ae11;}
:root {--themecolor:#3d4461;}
.sT{
    display: none;
}
.sTA{
    display: block;
}
.anticon ,anticon-loading{
    display: inline-block!important;
    color:#000000 !important;
}
.j_notify{
  width:300px;  
}
@media(min-width:0px) and (max-width:400px){
   .j_notify{
      width:250px;  
    } 
}
.j_logo{
    width:100px; height:auto;   
}


.logo-center{
    margin-left:350px;
    display: none;
}

@media(min-width:0px) and (max-width:992px){
  .logo-center{
        display: inline;
        margin-left:20px;
    }     
}
@media(min-width:0px) and (max-width:400px){
  .logo-center{
        margin-left:20px;
    }     
}

@media(min-width:0px) and (max-width:358px){
  .logo-center{
        margin-left:0px;
        padding: 0px;
    }     
}

@media(min-width:0px) and (max-width:343px){
  .nav-right li a sup{
        display:none;
    }     
}
.m_none{
    display: none;
}





.dc-widget{
    float: left;
    width: 100%;
    border-radius: 4px;
    margin:0 0 30px; 
}
.dc-widgettitle{
    float: left;
    width: 100%;
    padding: 15px 20px;
    border-radius: 4px 4px 0 0;
    background: var(--themecolor);
}
.dc-widgettitle h3{
    margin:0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.dc-widgetcontent{
    float: left;
    width: 100%;
    padding: 20px;
    background: #fcfcfc;
    border-radius: 0 0 4px 4px;
}
.dc-onlinuserimg{
    margin:0; 
    float: left;
    width: 100%;
    border-radius: 4px 4px 0 0;
}
.dc-onlinuserimg img{
    width: 100%;
    display: block;
    border-radius: 4px 4px 0 0;
}
.dc-onlinuserimg figcaption{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*position: absolute;*/
}
.dc-onlinuserimg figcaption span{
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 12px;
    min-width: 38px;
    line-height: 17px;
    text-align: center;
    border-radius: 4px;
    position: absolute;
    text-transform: uppercase;
    background: var(--secthemecolor);
}
.dc-onlineoption-content{
    width: 100%;
    float: left;
    padding: 30px 20px;
    text-align: center;
}
.dc-onlineoption-content .dc-title h3{
    margin:0 0 15px;
    font-size: 22px;
    line-height: 24px;
}
.dc-onlineoption-content .dc-title h3 span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom:4px; 
}  


.truncate {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.two-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.three-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.f_c_box{
    width: 100%;
    height:120px;
    background: #efefef;
}
.btn-success, .btn-success:hover, .btn-success:active{
    background: #000080;
    border:0px;
}
.f_m_header{
    width: 100%;
    min-height:40px;
    background: orange;
    color:#000080;
    margin-bottom:10px;
    padding:10px;
    text-transform: uppercase;
    font-size: 20px;
}
	