ul {
    margin: 0;
    padding: 0;
}


li {
    list-style: none;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}


/* 必要布局样式css */


.magic-content {
    width: 1082px;
    margin: 0 auto;
    overflow: hidden;
}

.magic-header {
    padding-top: 20px;
    text-align: center;
}

.magic-header-title {
    font-size: 50px;
    color: #333;
    font-weight: normal;
    line-height: 1;
}



.magic-tab-head {
    width: 220px;
    margin: 0 auto;
}

.magic-tab-head ul li {
    padding-bottom: 15px;
    width: 70px;
    margin-left: 70px;
    color: #333;
    font-size: 18px;
    padding: 0 12px 15px 12px;
    line-height: 1;
    width: auto;
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    height: 33px;
    float: left;
}

.magic-tab-head ul .on {
    color: #4975e5;
    border-bottom: 2px solid #4975e5;
}

.magic-tab-body ul {
    margin-top: 90px;
    margin-left: -60px;
    text-align: center;
    width: 1330px;
}

.magic-tab-body ul li {
    margin: 0 77px;
    float: left;
    width: 465px;
    margin-bottom: 60px;
}

.magic-item-title {
    text-align: right;
    float: left;
    margin-right: 30px;
    width: 80px;
    margin-left: -20px;
}

.magic-item-text {
    font-size: 25px;
    line-height: 1;
    font-weight: normal;
    height: 36px;
    overflow: hidden;
}

.magic-item-time {
    font-size: 14px;
    color: #999;
    margin: 0;
    line-height: 1.8;
    height: 50px;
    overflow: hidden;
}

.magic-item-info {
    float: left;
    width: 355px;
    text-align: left;
    margin-top: -16px;
}

.magic-item-info p {
    font-size: 14px;
    color: #999;
    margin: 0;
    line-height: 1.8;
    height: 50px;
    overflow: hidden;
}

.magic-info-title {
    font-size: 18px;
    width: 355px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.magic-info-title a:hover{color:#2f82ff;}

.icon-hot {
    display: inline-block;
    _zoom: 1;
    width: 25px;
    height: 25px;
    background: url(../images/icon-hot.gif);
    vertical-align: middle;
    margin-right: 10px;
}


