﻿.content {
    width: 1100px;
    float: none;
    margin: 0 auto;
    padding: 0;
}

.new_item {
    border-bottom: 1px dashed #ccc;
    border-width: 1px;
    margin-bottom: 15px;
    padding-bottom: 20px;
}

.title {
    margin: 10px 0;
    width: 95%;
}

.news_info {
    margin: 15px 0;
    font-size: 14px;
}

.new_content {
    margin-top: 10px;
    line-height: 24px;
    display: table;
}

.blue {
    color: #297BC2;
}

.news_img {
    text-align: center;
    padding: 10px 0;
}

.more {
    padding: 15px 0;
}

    .more a {
        line-height: 28px;
    }

.news_img img {
    width: 30%;
}

.back {
    color: orange;
    float: right;
    line-height: 45px;
}

.pull-left {
    float: left;
}

.eyes {
    display: inline;
    float: right;
    margin-right: 3px;
}

#news_content img {
    max-width: 600px !important;
/*max-height: 400px !important;*/
    padding: 10px 0 !important;
    display: block;
    margin: 0px auto;
}

#news_content {
    line-height: 27px !important;
}

#news_content div {
    width: 100% !important;
}

#news_content p {
    white-space: normal !important;
    text-indent:2em !important;
}
.ul_about {
    padding: 0 20px
}

    .ul_about li {
        list-style: disc;
        line-height: 32px;
        font-size: 12px
    }