/*icon*/
.n-i{
    display: inline-block;
    position: relative;
    background-image: url("../image/tc-news-icons.png");
    background-repeat: no-repeat;
}
.n-i-time{
    background-position: 0 -140px;
}
.n-i-source{
    background-position: -20px -140px;
}
.n-i-view{
    background-position: -40px -140px;
}
.n-i-card{
    background-position: -100px -140px;
}
.n-i-list{
    background-position: -120px -140px;
}
/*ami*/
.ami,.post-card{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.mt30{
    margin-top: 30px;
}
.crumb{
    padding-bottom: 30px;
}
.post-content{
    width:1200px;
    margin:30px auto 0;
    padding-bottom: 30px;
}
.post-content-main{
    width:860px;
    background-color: #fff;
}
.post-col-name{
    position: relative;
    padding:0 0 20px 16px;
    margin-left:10px;
}
.post-col-name:before{
    content: '';
    position: absolute;
    left:0;
    top:4px;
    width:3px;
    height:22px;
    background-color: #e53935;
}
.post-col-name h2{
    font-size: 24px;
    color: #e53935;
}
.post-show-switch{
}
.post-show-switch {
}
.post-show-switch > a{
    float: left;
    padding:5px 10px;
    height: 20px;
    line-height:20px;
    border:1px solid #eaeaea;
    margin-left:-1px;
    color: #666;
}
.post-show-switch > a.current{
    background-color: #f34540;
    border-color: #f34540;
    color: #fff;
}
.post-show-switch .n-i{
    width:20px;
    height:20px;
    margin-right: 3px;
}
.post-show-switch #listSwitch .n-i{
    background-position: -140px -60px;
}
.post-show-switch #cardSwitch .n-i{
    background-position: -140px -80px;
}
.post-show-switch #listSwitch.current .n-i{
    background-position: -140px -100px;
}
.post-show-switch #cardSwitch.current .n-i{
    background-position: -140px -120px;
}
.post-card-list{
}
.post-card{
    position: relative;
    padding: 20px;
    margin-top: -1px;
    border: 1px solid #fff;
    border-top-color: #eaeaea;
    border-bottom-color: #eaeaea;
    z-index: 1;
}
.post-card:hover,.post-card:first-child:hover{
    background-color: #FBFBFB;
    border: 1px solid #eaeaea;
    box-shadow: 0 5px 10px 0px rgba(0,0,0,.04);
    z-index: 2;
}
.post-card:first-child{
    border-top-color: #fff;
}
.post-card-img,.post-card-img img{
    width:160px;
    height:130px;
    overflow: hidden;
}
.post-card-img img{
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.post-card-img img:hover{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.post-card-txt{
    width:625px;
}
.post-card-title{
    padding-top:5px;
    font-size: 20px;
    line-height:26px;
}
.post-card-desc{
    height:46px;
    overflow: hidden;
    margin-top:10px;
    font-size: 14px;
    font-weight: 200;
    line-height:1.65;
    color: #666;
}
.post-card-info{
    margin-top: 15px;
    color: #999;
    font-size: 13px;
    font-weight: 200;
}
.post-card-info span{
    display: inline-block;
}
.post-card-info span.pull-left{
    margin-right:20px;
}
.post-card-info .n-i{
    top:5px;
    width:20px;
    height:20px;
    margin-right: 5px;
}
.post-card-list-img .post-card{
    float: left;
    width:245px;
    background-color: #FBFBFB;
    border: 1px solid #eaeaea;
    z-index: 2;
    margin:-1px 0 0 -1px;
}
.post-card-list-img .post-card:hover{
    background-color: #fff;
}
.post-card-list-img .post-card-img,.post-card-list-img .post-card-img img{
    width:245px;
    height:195px;
}
.post-card-list-img .post-card-txt{
    width: auto;
}
.post-card-list-img .post-card-title{
    padding-top:8px;
    white-space: normal;
    font-size:18px;
    line-height:1.5;
    height:60px;
    overflow: hidden;
}
.post-card-list-img .post-card-desc{
    height:72px;
}
.post-card-list-img .post-card-source{
    display: none;
}
.post-content-side{
    width:300px;
}
.post-side-module{
}
.post-side-module-hd{
    position: relative;
    padding-left:15px;
    font-size:18px;
    line-height:24px;
    font-weight: bold;
    color: #e53935;
}
.post-side-module-hd:before{
    content: '';
    position: absolute;
    left:0;
    top:3px;
    width:3px;
    height:18px;
    background-color: #e53935;
}
.post-side-module-bd{
    padding-top:15px;
}
.post-recommend-card{
    display: block;
    height:80px;
    margin-top:15px;
    overflow: hidden;
}
.post-recommend-card:first-child{
    margin-top:0;
}
.post-recommend-card:hover{
    background-color: #f9f9f9;
}
.post-recommend-card-img{
    width:100px;
    height:80px;
    margin-right:15px;
}
.post-recommend-card-txt{
    padding: 8px 0;
    line-height:1.5;
}
.post-rank-list{
    border-bottom:1px solid #f1f1f1;
}
.post-rank-list-li{
    padding:12px 0;
    margin-top:-1px;
    border-top:1px solid #f1f1f1;
    background-color: #fff;
}
.post-rank-list-li:hover{
    background-color: #F5F5F5;
}
.post-rank-num{
    width:40px;
    line-height:40px;
    text-align: center;
    font-size: 20px;
    color: #999;
}
.post-rank-list-li:nth-child(-n+3) .post-rank-num{
    color: #e53935;
}
.post-rank-txt{
    width: 242px;
    line-height:1.5;
    margin-left: 8px;
}
