
.high-quality-portals .title-bottom-border a {
     font-size: 14px;
     color: #39a0e2;
     float: right;
     margin-top: 5px;
}

.high-quality-portals ul {
     margin-top: 5px;
}

.high-quality-portals ul {
     margin-top: 5px;
}

.high-quality-portals li {
     height: 68px;
     width: 264px;
     float: left;
     border: 1px solid #eee;
     margin: 10px 20px 0 0;
     border-radius: 5px;
     transition: ease-in-out .1s;
}

.high-quality-portals li:hover {
     background: #eee;
}

.high-quality-portals li:nth-child(3n) {
     margin-right: 0;
}

.high-quality-portals .site-logo {
     height: 40px;
     width: 40px;
     margin: 14px 0 0 9px;
     float: left;
}

.high-quality-portals .site-info {
     height: 58px;
     width: 175px;
     float: left;
     margin: 5px 0 0 10px;
     font-size: 12px;
}

.high-quality-portals .site-name {
     font-weight: bold;
     margin-top: 10px;
     color: #40b4f7;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}

.high-quality-portals .site-summary {
     height: 15px;
     width: 100%;
     line-height: 15px;
     color: #777;
     margin-top: 3px;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
}

.high-quality-portals i {
     height: 14px;
     width: 14px;
     float: right;
     overflow: hidden;
     background: url(../images/sitebg.png) 0 0 no-repeat;
     margin: 27px 8px 0 0;
}