.main {
    margin: 20px auto;
}

.main .row {
    padding: 15px;
    cursor: pointer;
    /* transition: all ease .3s;
    -webkit-transition: all ease .3s; */
}

/*.main .row:hover {
    box-shadow: 0 0 15px rgba(237, 237, 237, .5);
}*/


.main .row a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    zoom: 1;
    position: relative;
    left: 0;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}

.main .row a:hover {
    left: -7px;
    border-left: 2px solid #f00;
}

@media (min-width: 1200px) {
    .main .newListImg {
        height: 164px;
        margin: auto;
    }
}

.main .title {
    color: #047ac2;
    font-size: 18px;
    margin-top: 20px;
}

.main .text {
    height: 40px;
    margin: 20px 0;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 1199px) {
    .main .text {
        height: 40px;
        margin: 14px 0;
        color: #777777;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

@media (max-width: 991px) {
    .main .text {
        height: 40px;
        margin: 16px 0;
        color: #777777;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.main .time {
    color: #9d9d9d;
    margin-bottom: 20px;
}

.main hr {
    margin: 10px 0;
}

.page {
    text-align: center;
    margin-bottom: 20px;
}

.page span {
    padding: 5px 10px;
    border: 1px solid #ddd;
    cursor: pointer;
}

#page span {
    padding: 0 15px;
}

@media (max-width: 350px) {
    .page span {
        padding: 5px 10px;
        margin: 2px 0;
        border: 1px solid #ddd;
        display: block;
        cursor: pointer;
    }
}

.page_sty {
    color: #fff;
    background: #09C;
}

.newsDetail {
    margin: 20px auto 50px;
}

.newsDetail .title {
    color: #495060;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.newsDetail .time {
    color: #8890a2;
    text-align: center;
}

.newsDetail .text {
    line-height: 28px;
    font-size: 16px;
    color: #666666;
}

#newsContent img {
    /*height: 200px;*/
    margin: 0 auto 10px;
    display: block;
}

#newsContent .fileName {
    color: #09C;
    cursor: pointer;
}

.newsDetail .prev,
.newsDetail .next {
    max-width: 100%;
    color: #777777;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.newsDetail .next {
    margin-top: 10px;
}

.newsDetail .prev a,
.newsDetail .next a {
    color: #777777;
}

.newsDetail .prev a:hover,
.newsDetail .next a:hover {
    color: #555555;
}