﻿.chanPinKey_news {
    margin-top: 60px;
    min-height: 500px;
}

    .chanPinKey_news li {
        border-top: 1px dashed #999;
        padding-bottom: 30px;
        padding-top: 30px;
    }

        .chanPinKey_news li:first-child {
            border-top: 0;
            padding-top: 0;
        }

    .chanPinKey_news .newsImg {
        float: left;
        width: 220px;
        height: 150px;
        margin-right: 20px;
    }

        .chanPinKey_news .newsImg img {
            width: 100%;
            height: 100%;
        }

    .chanPinKey_news .newsContent {
        overflow: hidden;
    }

        .chanPinKey_news .newsContent .title {
            line-height: 30px;
            color: #454545;
            font-size: 20px;
            font-weight: bold;
        }

        .chanPinKey_news .newsContent .description {
            line-height: 30px;
            text-indent: 2em;
            color: #8e8e8e;
            max-height: 89px;
            overflow: hidden;
        }

        .chanPinKey_news .newsContent .pubTime {
            color: #8e8e8e;
            line-height: 25px;
        }

        .chanPinKey_news .newsContent .checkMore {
            display: block;
            float: right;
        }

            .chanPinKey_news .newsContent .checkMore a {
                color: #8e8e8e;
            }




/*分页控件*/
.MvcPagerCtrl {
    margin: 40px 0px;
    text-align: center;
}

    .MvcPagerCtrl a {
        background-color: #cdcdcd;
        padding: 5px 10px;
    }

        .MvcPagerCtrl a:hover {
            color: #1c6dc1;
        }
