.article,.download{
    width: 1200px;
    margin: 5px auto;
    overflow: auto;
    min-height: 800px;
}
#right {
    float: left;
    width: 1200px;
    border-left: 0px solid #E5E5E5;
    padding: 40px 0;
}
#location {
    color: #6b6b6b;
    float: right;
    padding-right: 8px;
}
#location a {
    color: #6b6b6b;
}
.right_title {
    overflow: auto;
}
#subchannel {
    margin-bottom: 20px;
}
.subchannellist {
    text-align: center;
}
.subchannellist .depth1 {
    font-weight: normal;
}
.subchannellist li {
    display: inline-block;
}
.right_body {
    padding: 5px 0px;
    overflow: hidden;
    zoom: 1;
    border-top: 0;
    border-bottom: 0;
}
.thumblist li {
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid #eee;
}
.thumblist li:first-child {
    border: 0;
}
.thumblist li .InfoPicture {
    position: relative;
    float: left;
    width: 22%;
    height: 160px;
    text-align: center;
}

.thumblist li .InfoPicture img {
    height: 100%;
    width: auto;
}
.thumblist li .info_wrap {
    position: relative;
    float: right;
    width: 75%;
    height: 140px;
    padding-right: 180px;
    margin: 10px 0;
}
.thumblist li .InfoTitle {
    display: block;
    font-size: 18px;
    padding: 0 0 10px;
    color: #555;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.InfoTitle {
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0px;
}
.thumblist li p {
    color: #6a6a6a;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.thumblist li .InfoTime {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    text-align: left;
    padding: 0;
    font-size: 18px;
    color: #c8c8c8;
}
.InfoTime {
    color: #999;
    text-align: left;
    padding: 2px 0px;
    height: 25px;
}
.thumblist li .more {
    position: absolute;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-left: 1px solid #bcbcbc;
    color: #bcbcbc;
    font-size: 16px;
}
.info_from_wrap {
    padding: 0 10px;
    text-align: center;
    color: #999;
    border: 0px dashed #ccc;
    line-height: 30px;
    margin-bottom: 5px;
}


.info_previous_next_wrap {
    background: #F0F0F0;
    padding: 5px;
    border: 1px solid #E3E3E3;
    color: #333;
    line-height: 1.8em;
}
.Previous {
    display: inline-block;
    padding-left: 50px;
}
.Next {
    display: inline-block;
    float: right;
    padding-right: 50px;
}








