﻿.relate-news {
    padding-left: 10px;
}
.item-relate{
    list-style: none;
}
    .item-relate a {
        text-decoration-line: none;
        color: #238dd9 !important;
    }
.relate-one-news tbody tr {
    height: 100%;
}
    .relate-one-news tbody tr td {
        width: 100%;
        text-align: left !important;
    }
        .relate-one-news tbody tr td div {
            background: #f7f7f7 none repeat scroll 0 0;
            border: 1px solid #ddd;
            display: inline-block;
            margin: 8px 0 0;
            width: 100%;
        }
            .relate-one-news tbody tr td div a {
                text-decoration-line: none;
                padding: 0px;
            }
                .relate-one-news tbody tr td div a img {
                    float: left;
                    margin-right: 10px;
                    height:120px;
                    width:150px;
                }