﻿        .sub-menu 
        {
            color:#fff;
        }
        
        #toTop {
            display: block;
            position: fixed;
            bottom: 0%;
            right: 5%;
            padding: 10px;
            z-index:9999;
        }
    
        .content-container
        {
            padding:20px;
            padding-top:10px;
            color:#333;
            
        }

        .content-container .link-item {
            color:#001936;
            font-size:18px;
            font-weight:bold;
        }

        a {
            color:#049ddf;
        }
        .content-description {
            color:#333;
            font-size:18px;
            padding-top:20px;
        }

      

        .content-sub-menu .link {
            padding-left:10px;
            padding-top:7px;
            padding-right:10px;
            padding-bottom:7px;
            margin-top:0px !important;
            border-bottom:1px solid #94acb9;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .content-sub-menu  a {
            color:#1b1b1b;
            font-size:18px;
            text-decoration:none;
        } 
    
        
        
        html,body {
            background-color:rgba(255,255,255,0);
            color:#333;
        }
        html{
            /*background-image: url(/assets/images/e185/bg.jpg);*/
            background-size: cover;
            background-attachment: fixed;
            background-repeat: no-repeat;
            background-color:#efefef;

        }
        .content-sub-title h3, .content-sub-title h4 {
            margin-bottom:0px;
        }
        .content-sub-title {
            background-color: #d2d2d2;
            
            border-bottom:  1px solid #ccc;
            padding-top: 10px;
            padding-bottom:  10px;
            background-color: #efefef;
            padding-right:  10px;
            padding-left:  10px;
        }
    
         .header-title {
            padding-left: 20px;
            background-color: #ccc;
            font-size: 18px;
            padding-bottom: 10px;
            padding-top: 10px;
            border-bottom:1px solid #587584;
        }
        .header-title a {
            color:#171b1d;
        }
        .right-panel {
            background-color:#e4e4e4 ;
        }

        .yb-title {
            color: #333;
            font-size: 15px;
            font-weight: bold;
            margin-top: 0px
        }

        #cover-container {
            background-color:rgba(133, 211, 255,0.6);
        }