.ewater_tab{
    margin: 10px auto 0;
    overflow: auto;
    border-bottom: solid 2px #5F89EF;
    padding-bottom: 2px;    
}
.ewater_tab span{
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    border-radius: 2px;
    font-size: 16px;  
}
.ewater_tab a{
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    border-radius: 2px;
    font-size: 16px;  
}
.ewater_tab a span{
    width: 100%;
}
.ewater_tab a span:hover{
    color: #333 !important;
}
.ewater_tab span.on{
    color: white !important;
    background: #5F89EF;   
}
.ewater_tab span.on:hover{
    color: white !important;  
}
.ewater_tab span.last{
    
}
.ewater_breadCrumbs{
    color: #c6c6c6;  
}
.ewater_breadCrumbs a{
    color: #c6c6c6;
}
.ewater_nessConts{
    padding-bottom: 20px;
    margin-top: 20px;
}
.ewater_nessConts .left{
  
}
.ewater_nessConts .leftLine{
    position: relative;
    padding: 10px 0;
    border-bottom: solid 1px #5F89EF;    
}
.ewater_nessConts .right{

}
.ewater_nessConts .leftLine a{
    position: absolute;  
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.ewater_nessConts .leftLine img{
    width: 100%;    
}
.ewater_nessConts .listRight{
    width: 67%;
    float: right;  
}
.ewater_nessConts .listRight span{
    font-size: 16px; 
    display: block;
}
.ewater_nessConts .listRight em{
    color: #999;
    display: block;
    margin: 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ewater_nessConts .listRight p{
    text-align: right;    
    margin: 0;
}
.ewater_nessConts .listRight i{
    color: #999;
    padding-right: 5px;
    border-right: solid 1px #5F89EF;
    margin-right: 5px;    
}
.ewater_nessConts .listRight b{
    color: #5F89EF;
    font-weight: normal;  
}
.slide_enter{
    font-size: 16px;
    color: #5F89EF;
    padding: 10px 15px 5px;    
}
.slide_enter a{
    display: block;  
    color: #999;
    font-size: 14px;
    padding: 0 15px;
}
.slide_enter a.on{
    background: #F6F6F6;
}
.widgettitle{
    font-size: 16px;
    color: #5F89EF;
    border-bottom: solid 1px #5F89EF;
    padding: 5px 0;
    margin-bottom: 10px;
}
.right ul {
    padding: 0px 15px;
    margin: 0;
}
.right ul a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 25px;
    line-height: 25px;
    padding: 0 15px;
    color: #999;
}
.right ul a.on{
    background: #F6F6F6;
}
.right ul a:nth-of-type(2n){
    background: #F6F6F6;
}
.right ul a:hover{
    color: red;
}
.slide_enter a:hover{
    color: red;
}
.ewater_nessConts .right .screen-reader-text{
    display: none;
}
.ewater_nessConts #searchsubmit{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 30px;
    background: none;
    border: none;
    padding: 0 10px;
    color: white;
}
.ewater_nessConts #searchform{
    position: relative;
    margin: 0;
    width: 100%; 
    border-radius: 3px;
    background: #3C7EEE;
}
.ewater_nessConts .sidebar_widget{
    padding: 10px 15px 5px;
}
.ewater_nessConts .sidebar_widget #s{
    height: 20px;
    border: none;
    width: 75%;
    margin: 5px 5px;
    padding: 0 5px;
    line-height: 21px;
}
.botEwaXg{
    background: white;
    padding: 20px;   
}
.botEwaXg span{
    display: block;
    width: 50%;
    float: left;
    height: 35px;
    line-height: 35px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.botEwaXgList span.on{
    background: #EFF3FE;
}
.listLeftImg{
    height: 118px;
    overflow: hidden;
    float: left;
    width: 30%;
}
/* .botEwaXg span:nth-of-type(odd){
    background: #EFF3FE;
} */
.botEwaXg a{
    
}
.botEwaXg h4{
    margin-bottom: 15px;
    font-size: 16px;
}

#content {float:left; /* min-height:1200px; */}
#sidebar {
    width: 220px;
    float: right;
    box-shadow: 0px 3px 5px #c5c5c5;
    min-height: 300px;
    border: solid 2px #EFF3FE;
    background: white;
}
#portamento_container {float:right; position:relative;} 
#portamento_container #sidebar {float:none; position:absolute;} 
#portamento_container #sidebar.fixed {position:fixed;}

.nav-prev-singleBox .nav-prev{
    position: relative;float: left; width: 150px;border: solid 1px #5F89EF;color: #5F89EF;text-align: center;height: 40px;line-height: 40px;
}
.nav-prev-singleBox .nav-prev a{
    position: absolute;width: 100%;height: 100%;top: 0;left: 0;
}
.nav-prev-singleBox .nav-next{
    position: relative;float: right; width: 150px;border: solid 1px #5F89EF;background: #3C7EEE;color: white;text-align: center;height: 40px;line-height: 40px;
}
.nav-prev-singleBox .nav-next a{
    position: absolute;width: 100%;height: 100%;top: 0;left: 0;
}