body >.main {
    padding: 50px 0;
}

.main-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.main .main-head-logo {
    width: 376px;
    height: 49px;
    background: url("../img/logo.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 25px;
}

.main .main-head-search {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.main .main-head-search input {
    width: 678px;
    height: 56px;
    line-height: 56px;
    padding-left: 30px;
    border: 1px solid #CCCCCC;
    border-radius: 8px 0 0 8px;
}

.main .main-head-search .main-head-search-btn {
    width: 128px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #B62630;
    color: #fff;
    font-size: 18px;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
}

.main .main-head .main-head-small-logo {
    width: 368px;
    height: 24px;
    background: url("../img/small-logo.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 15px;
}

.main-head-filter {
    width: 1200px;
    background: rgba(230, 230, 230, 0.49);
    padding: 20px 30px;
}


.item-search-filter {
    display: flex;
    align-items: baseline;
}

.item-search-filter .item-search-filter-label {
    font-size: 16px;
    color: #404040;
    font-weight: bold;
    flex-shrink: 0;
}

.item-search-filter .item-search-filter-choose-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.item-search-filter .item-search-filter-choose-content .item-search-filter-choose {
    background: rgba(230, 230, 230, 0.49);
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #B3B3B3;
    padding: 12px 25px;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

.item-search-filter .item-search-filter-choose-content .on {
    border: 1px solid #BD1A2D;
    color: #BD1A2D;
}

.main-body {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.main-body .main-body-info {
    font-weight: bold;
    font-size: 24px;
    color: #404040;
    margin-bottom: 20px;
}

.main-body .main-body-info .main-body-info-em {
    color: #B62630;
}


.main .main-body .main-body-list-box {
    width: 1200px;
    padding: 40px;
    border: 1px solid #E6E6E6;
}

#main-list .item-list {
    margin-bottom: 20px;
}


#main-list .item-list .item-list-title {
    font-weight: Bold;
    color: #404040;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    cursor: pointer;
}

#main-list .item-list .item-list-source {
    margin-bottom: 20px;
}

#main-list .item-list .item-list-source span {
    color: #666666;
}

#main-list .item-list .item-list-source span.item-list-source-org {
    margin-right: 30px;
}

#main-list .item-list .item-list-choose-content {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#main-list .item-list .item-list-choose-content .item-list-choose {
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E6E6E6;
    padding: 12px 20px;
    color: #666666;
    text-align: center;
    cursor: pointer;
}

#main-list .item-list .item-list-choose-content .on {
    background: #B62630;
    color: #FFFFFF;
}

#main-list .item-list .policy-terms {
    margin-right: 20px;
}


.policy-terms-box, .relevant-interpretations-box {
    display: none;
    border: 1px solid #B62630;
    padding: 30px;
    margin-top: 10px;
    position: relative;
}

.policy-terms-box::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #B62630;
    border-right: 1px solid #B62630;
    transform: rotate(315deg);
    top: -6px;
    left: 42px;
    background: #FFFFFF;
}

.relevant-interpretations-box::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #B62630;
    border-right: 1px solid #B62630;
    transform: rotate(315deg);
    top: -6px;
    left: 160px;
    background: #FFFFFF;
}


.main-link {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}


.main-link img {
    width: 590px;
    height: 116px;
}
