.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearfixA:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfixA {
    /* ´¥·¢ hasLayout */
    zoom: 1;
}

body, htnl {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

div:focus {
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
    color: #000;
}

.edition_center {
    width: 900px;
    margin: 0 auto;
}

#top {
    width: 100%;
    height: 510px;
    background-size: cover;
    position: relative;
}

.top_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-size: 100% 100%;
    background: url("../imgs/horizontalBar.png") no-repeat center center;
}

.bg_text {
    width: 900px;
    font-size: 24px;
    color: #fff;
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -450px;
    opacity: 0.7;
}

.bg_text_item {
    width: 225px;
    float: left;
    text-align: center;
}

.tab_list {
    height: 52px;
    line-height: 52px;
    font-size: 24px;
    color: #fff;
}

    .tab_list > div {
        width: 180px;
        height: 50px;
        float: left;
        cursor: pointer;
        border-bottom: 2px solid #6A0001;
        text-align: center;
    }

        .tab_list > div:hover {
            border-bottom: 2px solid #FCE921;
        }
/*.tab_list_active {*/
/*    border-bottom: 2px solid #FCE921;*/
/*}*/

#main {
    margin-top: 45px;
}

    #main > div:nth-child(odd) {
        border-top: 2px solid #A10605;
    }

    #main > div:nth-child(even) .block_content {
        flex-direction: row-reverse;
    }

.block {
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid #DEDEDE;
    margin-bottom: 40px;
}

.title {
    line-height: 74px;
    border-bottom: 2px solid #DEDEDE;
}

.title_left {
    width: 200px;
    font-size: 20px;
}

    .title_left img {
        width: 40px;
        height: 40px;
        margin: 14px 20px 0 0;
    }

.title_left_text {
}

.more {
    font-size: 14px;
    color: #A1A1A1;
    margin-right: 30px;
    cursor: pointer
}

.block_content {
    padding: 20px 82px 20px 26px;
    box-sizing: border-box;
}

    .block_content img {
        width: 392px;
        height: 222px;
    }

.block_list {
    width: 358px;
    padding: 0 23px;
    box-sizing: border-box;
}

.list_item {
    width: 314px;
    height: 33.33px;
    line-height: 33.33px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #DEDEDE;
    font-size: 14px;
    cursor: pointer
}

.text {
    width: 284px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.icon {
    font-size: 20px;
    color: #DD0B19;
    margin-right: 10px;
    line-height: 28px;
}
