<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.articleQuick_link {
    font-family: Roboto;
    background: #f5f5f5;
    padding: 150px 0 40px 0;
}
.aql_top-view {
    margin: 25px 0 15px 0;
    display: block;
    overflow: hidden;
}
.cityLink_tab {
    min-height: 545px;
    max-height: 545px;
    overflow-y: auto;
}
.cityLink_tab button {
    display: block;
    color: #666666;
    padding: 7px 15px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
    background: transparent;
}
.cityLink_tab button .fa {
    float: right;
}
.cityLink_tab button.active,.cityLink_tab button:hover ,.aql_All_article li a:hover{
  color: #121212;
}
.aql_city_link {
    background: #fff;
    text-align: center;
    border: 1px solid #eee;
}
.aql_cityHeading {
    color: #3a3a3a;
    font-size: 26px;
    margin: 0;
}
.aql_cityBottom_line {
    background: #b4231e;
    height: 2px;
    width: 60px;
    margin: 10px 0 15px 0;
}
.aql_RgtCity_article {
    background: #fff;
    padding: 0px 0;
    border: 1px solid #eee;
}
.aql_rightCity_name {
    padding: 10px 20px;
    border-bottom: 1px solid #e5e5e5;
}
.aql_rightCity_name h3 {
    margin: 0px;
    font-size: 31px;
    font-weight: 700;
    color: #484848;
}
.aql_right_list {
    padding: 15px 20px;
}
.aql_All_article {
    padding: 0 0 0 0px;
    list-style: none;
    display: block;
    overflow: hidden;
}
.aql_All_article li{
   width: 33%;
    float: left; 
}
.aql_All_article li a{
    color: #666666;
    font-size: 16px;
    display: block;
    padding: 7px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    text-decoration: none;
    outline: none;
}
.aql_All_article &gt; li &gt;a::before {
    display: inline-block;
    content: '';
    -webkit-border-radius: .375rem;
    border-radius: .375rem;
    height: .6rem;
    width: .6rem;
    margin-right: .5rem;
    background-color: #666666;
    vertical-align: middle;
}
.aql_citySeacrh {
    width: 60%;
    margin: 0px 0 15px auto;
}
.aql_citySeacrh .input-group-addon, .aql_citySeacrh .form-control {
    height: 41px;
    border-radius: 0px;
}
.aql_citySeacrh .form-control::placeholder {
    font-style: italic;
}
#sidebarWrap {
    position: relative;
    box-shadow: none;
}
#sidebar {
  position: absolute;
  width: 250px;
}
#sidebar.fixed {
    position: fixed;
    top: 25px;
}
.aql_mobile_view{
        display: none;
}
#aql_SeacrhClick .form-control {
    z-index: 0;
}
.aql_modal { 
    display: none;  
    position: fixed;  
    z-index: 1; left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%;  
    overflow: auto;  
    background-color: rgb(0,0,0);  
    background-color: rgba(0,0,0,0.4);  
    padding-top: 60px; 
} 
.aql_modal-content {
    background-color: #fefefe;
    margin: 30px auto 0;
    border: 1px solid #888;
    width: 90%;
    padding: 35px 15px 15px;
    position: relative;
} 
.aql_close {
    position: absolute;
    right: 11px;
    top: -1px;
    color: #484848;
    font-size: 25px;
    cursor: pointer;
    z-index: 99;
}
.aql_close:hover, 
.aql_close:focus { 
    color: #000; 
    cursor: pointer; 
} 
.aql_modal-content .aql_citySeacrh {
    margin: 0px 0;
}
@media screen and (max-width: 300px) { 
    .cancelbtn, .signupbtn { 
       width: 100%; 
    } 
} 
@media (min-width: 280px) and (max-width: 798px) {
    .aql_mobile_view{
        display: block;
    }
    .aql_desktop_view{
        display: none;
    }
    .aql_citySeacrh {
        width: 100%;
        margin: 15px 0;
    }
    .aql_All_article li {
        width: 100%;
        float: unset;
    }
    .aql_modalCity_List {
        height: 375px;
        overflow: auto;
        margin: 20px 0 0 0;
    }
    .aql_modalCity_List &gt; li &gt; a{
        border-bottom: dotted 1px #e5e6e7;
    }
    .aql_modalCity_List &gt; li &gt; a::before {
        display: none;  
    }
    .aql_All_article li a {
        font-size: 14px;
    }
    .aql_rightCity_name h3 {
        font-size: 20px;
    }
    .aql_cityHeading {
        font-size: 20px;
    }
    .aql_cityBottom_line {
        width: 40px;
    }
    .aql_modal-content .aql_citySeacrh .input-group-addon {
        background: #fff;
        border-left: none;
        cursor: pointer;
    }
    .aql_modal-content .aql_citySeacrh .form-control {
        border-right: none;
        box-shadow: unset;
    }
    .articleQuick_link {
        padding: 90px 0 0 0;
    }
    .aql_All_article {
        margin: 0;
    }
    .aql_right_list {
        padding: 15px 10px;
    }
    .articleQuick_link .aql_tab_view {
        height: auto !important;
        padding: 0 15px 30px 15px;
    }
    .aql_rightCity_name {
        padding: 10px 10px;
    }
}
@media (min-width: 768px) and (max-width: 798px) {
    .aql_tab_view {
        width: 100%;
    }
}
@media (min-width: 800px) and (max-width: 1200px) {
    #sidebar {
        width: 220px;
    }
    .aql_All_article li {
        width: 50%;
    }
    .aql_citySeacrh {
        width: 70%;
    }
}</pre></body></html>