﻿body {
}
.mTitle, .artist, .article p, footer, .pagination {
    font-weight: 400 !important;
}
.box {
    background: #fff;
    border: solid 1px #e3e3e3;
    border-bottom: solid 1px #ccc;
}
h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    padding-bottom: 10px;
    margin: 0;
}
.post_hover a img {
    vertical-align: top;
}
.article p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}
#musicWrap {
    position: relative;
    clear: both;
}
/*首页文章列表*/
.mainleft {
    width: auto;
    overflow: hidden;
    margin-top: 20px;
}
#post_container {
    margin-left: -20px;
    position: relative;
}
#post_container li {
    width: 314px;
    margin-left: 16px;
    -webkit-transition: all .7s ease-out .1s;
    -moz-transition: all .7s ease-out;
    -o-transition: all .7s ease-out .1s;
    transition: all .7s ease-out .1s;
    float: left;
}
.post_hover {
    border-bottom: #fff solid 1px;
}
.post_hover:hover {
    border-bottom: #16A085 solid 2px;
}
.thumbnail {
    max-height: 500px;
    overflow: hidden;
}
.thumbnail a {
    display: block;
    margin: 7px 7px 0 7px;
    background-color: #e6e6e6;
}
.thumbnail img {
    width: 300px;
    height: auto;
    line-height: 200px;
    text-align: center;
    color: #000;
}
.article {
    padding: 7px 10px 20px 10px;
    position: relative;
}
.info {
    font-size: 12px;
    line-height: 15px;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    border-top: 1px solid #DFDFDF;
    background: #F9F9F9;
    line-height: 25px;
    padding: 0 5px;
    text-align: center;
}
.info span {
    height: 20px;
    line-height: 17px;
}
.info span a {
    color: #999;
}
.info span a:hover {
    color: #16A085;
}
.info_ico {
    background: url(http://i.htcyy.com/img1/info.png) no-repeat;
    padding: 0 5px 0 20px;
}
.info_category {
    background-position: 0 -21px;
}
.info_date {
    background-position: 0 -1px;
}
.info_views {
    background-position: 0 -62px;
}
.info_comment {
    background-position: 0 -43px;
}
.info_author {
    background-position: 0 -82px;
}
.entry_post {
    line-height: 22px;
    color: #666;
    margin-bottom: 5px;
    word-break: break-all;
}
.sticky {
    background: #16A085;
    height: 25px;
    width: 45px;
    position: absolute;
    z-index: 20;
    top: -1px;
    right: -1px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
}
.arrow-catpanel-top {
    position: absolute;
    background1: url(http://i.htcyy.com/img1/arrow-catpanel-top.png) no-repeat 0px 0px;
    width: 52px;
    height: 14px;
    bottom: -1px;
    left: 130px;
    z-index: 10;
}
.zoom {
    width: auto;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
    background: none;
}
#post_container .fixed-hight h2 a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#post_container .fixed-hight .entry_post {
    overflow: hidden;
    height: 42px;
}
#post_container .fixed-hight .info {
    overflow: hidden;
    height: 26px;
}


.rightBox {
    width: 300px;
}

.mainBox {
    width: 630px;
}

.rightBox .mTitle {
    width: 160px;
}
.artist {
    color: #888;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    vertical-align: middle;
    width: 65px;
}
#Pagination {
    margin-top: 25px;
}
