/*全局*/
.main{position:relative;width:100%;overflow:hidden}
.pull-left{width:660px;overflow:hidden;margin:40px 0 0 203px;float:left}
.pull-right{margin-top:40px;width:300px}

/*左侧*/
.left-list{width:170px;height:auto;float:left;position:absolute;top:20px}
.left-list .logo{width:96px;height:20px;display:block;margin:auto}
.left-list .navbar{width:80%;margin: 20px auto auto;text-align:center}
.left-list .navbar li{width:80%;height:40px;line-height:40px;margin:1px auto}
.left-list .navbar li:hover a{color:#fff;background-color:#f33;transition:all .45s}
.left-list .navbar a{font-size:16px;color:#333;display:block;border-radius:5px;transition:all .45s}
.left-list .navbar .highlight a{color:#fff;background-color:#f33;border-radius:5px;transition:all .45s}

/*精彩*/
.list-rec{margin-top:16px;overflow:hidden}
.list-rec li{overflow:hidden;float:left;margin-left:10px;margin-bottom:10px}
.list-rec li a{width:134px;overflow:hidden;float:left;display:block;color:#404040}
.list-rec li a+a{margin-left:10px}
.list-rec li .img-box{width:134px;height:85px;overflow:hidden}
.list-rec li a img{width:134px;min-height:85px;transform:scale(1);transition:transform .35s}
.list-rec li a:hover img{transform:scale(1.1);transition:transform .35s}
.list-rec li p{line-height:20px;padding-top:5px;height:40px;overflow:hidden}

/*热门*/
.hotpage{width:300px;height:530px;border:1px solid #e7e7e7;border-top:none;overflow:hidden;margin-top:15px;box-sizing:border-box;position:relative}
.hotpage .mod-panel-title{padding:0;border:none}
.hotpage .mod-panel-title h5{float:left;width:109px;padding-left:10px;font-weight:500;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7}
.hotpage .tab-btn{width:179px;height:40px;line-height:40px;font-size:16px;float:left;text-align:center}
.hotpage .tab-btn li{float:left;width:33.3%;border:1px solid #e7e7e7;border-right:none;box-sizing:border-box;cursor:pointer}
.hotpage .tab-btn .active{border-bottom:none;border-top:2px solid #f33;box-sizing:border-box;margin-top:0}
.hotpage-con{width:100%;position:absolute;top:42px;display:none}
.hotpage-con li{position:relative;padding-left:35px;height:48px;line-height:48px;border-bottom:1px solid #e7e7e7;overflow:hidden}
.hotpage-con li:last-child{border:none}
.hotpage-con span{position:absolute;left:10px;top:16px;width:16px;height:16px;line-height:16px;border-radius:50%;text-align:center;background-color:#f5f5f5;color:#404040}
.hotpage-con .num{color:#fff;background-color:#f33}
.hotpage-con a{width:255px;color:#404040;display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
