<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.s-search-form
{
 margin-top: 20px;
}

.s-big-search
{
    font-size: 16px;
    padding: 5px;
    width: 1150px;
	border: 1px solid #999;
}

.s-search-button
{
    padding: 5px 10px;
    font-size: 16px;
    overflow: visible;
    background-color: #eee;
    border: 1px solid #ccc;
    cursor: pointer;
    overflow: visible    
}

.s-search-button:hover
{
 border-color: #03334e;
}

.s-search-button-block
{
 margin-top: 10px;
 text-align: center;
}


.s-res-item
{
 position: relative;   
}

.s-res-image
{
 width: 261px;
 margin-bottom: 5px;
 position: relative;
}

.s-res-section-small
{
 color: #999;
 font-size: 12px;
 margin-bottom: 5px;
 margin-top: -5px;

    width: 261px;
    overflow: hidden;
    white-space: nowrap;

text-overflow: ellipsis;
     
}



.s-res-date-small
{
 color: #999;
 font-size: 12px;
 margin-bottom: 5px;
}

.s-res-name-small
{
    font-weight: bold;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;   
}

.s-res-small-block
{
 height: 330px;
 width: 261px ;
 overflow: hidden;
 position: relative;
}
.s-res-small-block:hover img
{
 opacity:0.8;    
}


.s-res-small-block:after
{
    /*content:'';
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:15px;
    background:-webkit-linear-gradient(top,transparent,rgba(255,255,255,.75) 60%,#FFFFFF);
    background:linear-gradient(180deg,transparent 0,rgba(255,255,255,.75) 60%,#FFFFFF);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF00',endColorstr='#FFFFFF',GradientType=0);*/   
    
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    box-shadow: 0 0 10px 10px #FFFFFF;     
}

.s-res-has-media-small
{
    top: 8px;
    right: 8px;
    font-size: 18px;      
}

.s-res-body
{
 padding-top: 5px;
 font-size: 13px;
 text-align: justify;
 color: #777;    
}</pre></body></html>