﻿.list {
    height: 100px;
    margin-top: 25px;
}
.list_items {
margin:0px;
}
.list_title {
    width: 90%;
    text-align: center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.list_info {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.list_left_date {
    float: left;
    width: 80px;
    height: 80px;
    color: #000;
    text-align: center;
    margin-top: 10px;
    overflow:hidden;
    font-family:'微软雅黑';
    border-top: 4px solid #475268;
}

.data_day {
    width: 80px;
    height: 50px;
    font-size: 36px;
}

.data_year_month {
    width: 80px;
    height: 20px;
    font-size: 18px;
}

.list_title:link {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 24px;
    color: #000;
    font-family:'微软雅黑';
    text-align: left;
}

.list_title:visited {
    color: #000;
}

.list_title:hover {
    color: #000;
}

.list_right_txt {
    margin-left: 80px;
    font-size: 14px;
    width: 900px;
    float: left;
    height: 100px;
    padding: 7px;
    line-height: 21px;
    overflow: hidden;
}
.list_right_txt_info {
    cursor:pointer;
   height:57px;
   line-height:26px;
}
.list_right_txt_info:hover {
color:red;
    }
.list_more {
    margin-left: 5px;
}

.list_more a:link {
        color: #475268;
        text-decoration: none;
    }

    .list_more a:visited {
        color: #475268;
    }

    .list_more a:hover {
        color: #475268;
    }

.list_time_share {
    clear: both;
}
@media screen and (max-width:1450px) {
}
@media screen and (max-width:1300px) {
    .list_info {
        width:1000px;
        height:auto;
    }
    .list_right_txt {
        width:80%;
        height:auto;
    }
    .list_right_txt_info {
        height:auto;
    }
}
@media screen and (max-width:1100px) {
    .list {
        height: auto;
    }

    .list_left_date {
        width: 0px;
    }
    .list_title:link{
        font-size:13px;
        font-weight:900;
    }
    .list_right_txt {
        margin-left: 0px;
        height: auto;
        max-height: 400px;
    }

    .list_right_txt_info {
    height:auto;
    max-height:10000px;
    }
    .imformation_lists {
    width:100%;
    }
    .list_info {
    width:100%;
    }
    .list_right_txt {
        width:100%;
        font-size:12px;
    }
}
@media screen and (max-width:640px) {
    .list {
        height: auto;
    }

    .list_left_date {
        width: 0px;
    }
    .txt_path {
    display:none;
    }
    .list_title:link{
        margin-left:auto;
        margin-right:auto;
        font-size:13px;
        font-weight:900;
    }
    .list_right_txt {
        margin-left: 0px;
        height: auto;
        max-height: 150px;
    }

    .list_right_txt_info {
    height:auto;
    margin-left:auto;
    margin-right:auto;
    max-height:100px;
    }
    .imformation_lists {
    width:100%;
    }
    .list_info {
    width:100%;
    }
    .list_right_txt {
        width:100%;
        font-size:12px;
    }
     .page a, .nopage  {
     width:50px;
    height:25px;
    font-size:12px;
    text-align:center;
    line-height:25px;
    margin:15px 3px;
    padding:0px;       
    }
}