﻿body {
    background: #f4f4f4;
    min-width: 1300px;
}

.content {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
}

/* 左栏目 */
.list_left {
    width: 310px;
    padding-bottom: 20px;
    overflow: hidden;
    background: #fff;
    float: left;
}

.left_top {
    width: 100%;
    height: 140px;
    background: url(xy_zyj_list-icon.png) center 20px no-repeat #076fbe;
    color: #fff;
    text-align: center;
    line-height: 200px;
    font-size: 22px;
}

.col_list li {
    width: 310px;
    height: 50px;
    margin: 20px auto;
    border-radius: 10px;
}

.col_list li a {
    display: block;
    width: 310px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 50px;
    color: #2b2b2b;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
}

.col_list .on {
    border: 1px solid #076fbe;
}

.col_list .on a {
    color: #076fbe;
}

/* 右侧列表 */
.list_right {
    width: 830px;
    float: right;
}

.right_title {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #c0c0c0;
}

.right_title h3 {
    display: inline-block;
    color: #fff;
    padding: 0 15px;
    height: 50px;
    background: #076fbe;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}

.news_item {
    width: 100%;
    height: 136px;
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
}

.news_time {
    float: left;
    width: 150px;
    height: 95px;
    background: #f7f7f7;
}

.time_day {
    display: block;
    width: 98px;
    font-size: 30px;
    color: #9d9d9d;
    border-bottom: 1px solid #e2e2e2;
    margin: 10px auto 0;
    text-align: center;
}

.time_month {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #9d9d9d;
    margin-top: 8px;
}

.news_info {
    width: 730px;
    float: left;
    margin-left: 30px;
}

.news_info>a {
    line-height: 55px;
    color: #2b2b2b;
    font-size: 18px;
    font-weight: bold;
}

.news_info>p {
    font-size: 16px;
    color: #808080;
}

.news_detail {
    width: 100px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #076fbe;
    text-align: center;
    border-radius: 10px;
    margin-right: 70px;
    color: #fff;
    font-weight: normal;
    float: right;
}

/* 自然管理列表 */
.right_location {
    width: 100%;
    height: 40px;
    background: #fff;
    line-height: 40px;
    text-indent: 5px;
}

.right_location a {
    font-size: 16px;
    color: #2b2b2b;
    display: inline-block;
}

.right-list {
    width: 910px;
}

.list_content {
    overflow: hidden;
    min-height: 500px;
}

.list_content li .info_num {
    width: 277px;
    margin-left: 0;
}

.list_content li .info_title {
    width: 400px;
    text-align: left;
    padding-left: 10px;
}

.list_content li .info_time {
    width: 155px;
}

.list_content li {
    width: 910px;
    overflow: hidden;
}

.list_title>span {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    background: #076fbe;
    color: #fff;
}

.list_item span {
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin-left: 2px;
    font-size: 16px;
    text-align: center;
    color: #2b2b2b;
}

.list_content li:nth-child(2n) {
    background: #f7f7f7;
}