.mg_r5{
    margin-right: 5px;
}
.mg15{
    margin: 15px;
}
.pd_t10{
    padding-top: 10px;
}
.pd_b5{
    padding-bottom: 5px;
}
.pd_b10{
    padding-bottom: 10px;
}
.border{
    border: 1px solid #ccc;
}
.border_t{
    border-top: 1px solid #ccc;
}
.border_b{
    border-bottom: 1px solid #ccc;
}
.bg-f5{
    background-color: #f5f5f5;
}
.expert {
    background: #fff url(../images/expert-bg.png) top left no-repeat;
    background-size: contain;
    height: auto;
    /* padding-top: 30px; */
}
.breadcrumb li a{
   color: #666; 
}
.breadcrumb li.active a{
   color: #00a2ca; 
}
.font-a{
    display: inline-block;
    width: 24px;
    height: 18px;
    background: url(../images/font-a.png) no-repeat;
    background-position: 0px 0px;
}
.font-a-lg{
    display: inline-block;
    width: 24px;
    height: 18px;
    background: url(../images/font-a.png) no-repeat;
    background-position: -28px 0px;
}

/* Custom Styles */
.nav-tabs{
    width: 90px;
    text-align: center;
    margin-top: 20px;
    border-radius: 0px;
    border: 0;
}
.nav-tabs.affix {
    top: 50px;
    z-index: 99;
}
.nav-tabs li a{
    color: #fff;
    padding: 8px 16px;
    border: 0;
    border-radius: 0;
    margin-bottom: 4px;
    background-color: #2166DB;
}
ul.nav-tabs li.active a, ul.nav-tabs li.active a:hover, ul.nav-tabs li a:hover{
    color: #fff;
    border: 0;
    background: #E40011;
}
ul.nav-tabs>li>a:hover {
    border:0;
}
.affix-box{
    margin-bottom: 30px;
}
.column-list{
    background: url(../images/expert-line.png) bottom left no-repeat;
    background-size: 100%;
    min-height: 15px;
    margin-bottom: 15px;
}
.tab-title {
    color: #666;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
}
.tab-title .fa{
    color: #999;
    margin-right: 10px;
}
.tab-title.on{
    color: #2166DB;
    border-bottom: 1px solid #2166DB;
}
.tab-title .fa.on{
    color: #E50112;
}
.right-title{
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    padding-left: 8px;
    border-left: solid 3px #E40011;
}
.line2-cut {
    width: 100%; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.preview{
    margin-bottom: 30px;
}
.preview .image img{
    border: 1px solid #ccc;
}
.preview .image .img-circle{
    width: 90px;
    height: 90px;
    display: inline-block;
}

.input-group-btn .btn-default {
    color: #fff;
    background-color: #E40011;
    border-color: #E40011;
}
.input-group-btn:last-child>.btn {
    margin-left: 0;
}

/* nav-tabs-right */
.nav-tabs-right{
    width: 32px; 
    height: 160px;   
    margin: 0;  
    float: left;  
    line-height: 24px;    
    font-size: 14px;
}
.nav-tabs-right li{
    margin-bottom: 0px;
    border:0;
}
.nav-tabs-right li a {
    width: 32px;
    height: 80px;
    padding: 23px 10px;
    margin: 0px;
    background-color: #666;
}
ul.nav-tabs-right>li.active>a,ul.nav-tabs-right>li.active>a:focus,ul.nav-tabs-right>li.active>a:hover {
    color:#fff;
    background-color:#E40011;
    border:0;
}
ul.nav-tabs-right>li>a:hover {
    border:0;
}
.news-list{
    height: 160px;
    overflow: hidden;
}
.news-list li{
    background-color: #e0e0e0;
    padding: 0 10px; 
    height: 32px;
    line-height: 32px;
    overflow:hidden;  
    text-overflow:ellipsis;  
    white-space:nowrap;
    border-bottom: 1px solid #fff;
}
.news-list li:last-child{
    border-bottom: 0;
}
.news-list li a{  
    color: #666;
}
.news-list li a i{
    font-size: 9px;
    display: inline-block;
    border: 1px solid #999;
    width: 16px;
    height: 16px;
    line-height: 14px;
    text-align: center;
    border-radius: 20px;
    margin-right: 10px;
}
.news-list li.active a, .news-list li a:hover{
    color: #E40011;
}
.news-list li.active a i{
    color: #fff;
    border: 0;
    border-radius: 0;
    height: 21px;
    line-height: 24px;
    background: url(../images/hot-bg.png) 0px 0px no-repeat;
    background-size: contain;
}
.label-list li{
    float: left;
}
.label-list li a{

    color: #fff;
    font-size: 12px;
    min-width: 100px;
    display: inline-block;
    padding: 5px;
    margin: 10px 10px 0 0;
    text-align: center;
    white-space: nowrap;
    background: #62ABFE;
}
.label-list li.active a, .label-list li a:hover{
    background: #2166DB;
}

/* expert-column-list */
.expert-column-list .tab-title{
    color: #E40011;
    margin-bottom: 0px;
}
.text-result{
    padding-top: 10px;
    padding-bottom: 20px;
}
.expert-column-list  .column-list{
    padding-bottom: 0px;
}
.label-search{
    position: absolute;
    right: 15px;
    top: 5px;
    width: 240px;
}
.red:hover{
    background: #E50112;
    color:#fff;
}
.red:hover i.fa-angle-double-right:hover{
    color:#fff;
}

