#panel01,
#panel02,
#panel03,
#panel04 {
   padding:0;
   }

#panel01 {
   padding:15px;
   }


.panel-popular {
    width: 562px;
    height: 100px;   
}

.con-pink {
    float: left;
    width: 90px;
    height: 94px;
    background-color :#FF6347;
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    vertical-align: middle;
    line-height: 96px;
}

.popular-corner {
    float: left;
    margin-left: 10px;
    width: 450px;
    height: 100px;
}

.popular-com li {
    width: 105px;
    display: inline-block;
    border: solid 1px #DCDCDC;
    float: left;
    margin: 0 5px 5px 0;
}

.popular-com li:last-child {
     border: none;
     position: relative;
     top: 25px;
     left: 5px;
}

.panel-new {
    width: 562px;
    height: 72px;
}

.popular-corner2 {
    float: left;
    width: 450px;
}

.con-blue {
    float: left;
    width: 90px;
    height: 72px;
    background-color :#87CEEB;
    text-align: center;
    color: #FFFFFF;
}

.newdays {
    position: relative;
    top: 20px;
    font-size:15px;
    line-height:18px;
}

.midfont {
   font-size: 9px;
}

.mod-link-list-horizontal li:last-child a {
    background: none;
}

.clearfix {
    display: inline-block;
}

.clearfix:after {
    clear: both;
    display: block;
}