.person-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.person-box {
    width: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.person-top img {
    width: 100%;
    height: 285px;
}
.person-info {
    height: 50px;
    width: 100%;
    background: #BB0805;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
}
.person-star {
    margin: 15px auto 25px;
}
.person-star img {
    height: 20px;
    margin: 0 2px;
}
.activity-box {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 5px 10px 10px;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
}
.activity-box:hover {
    background-color: #eeeeee;
}
.activity-box > img {
    width: 100px;
    height: 82px;
}
.active-text-box {
    width: 850px;
    display: flex;
    flex-direction: column;
}
.active-text-box > .active-title {
    font-size: 18px;
    color: #333333;
}
.active-text-box > .active-text {
    line-height: 30px;
}
.right-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    height: 100%;
    padding: 10px 0;
}
.right-box .date {
    font-size: 16px;
}
.right-box .icon-box span {
    display: inline-block;
    min-width: 60px;
    text-align: right;
    cursor: pointer;
}

.patriotism-wrapper, .hand-info-wrapper, .activity-wrapper {
    width: 1140px;
    display: flex;
    flex-wrap: wrap;
}
/*.patriotism-wrapper {*/
/*    width: 1140px;*/
/*    margin: 50px auto;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*}*/
.patriotism-list-box {
    width: 360px;
    padding: 20px;
    border: 1px solid #EEEEEE;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    /*margin-bottom: 30px;*/
    position: relative;
    cursor: pointer;
    margin: 5px 10px 20px;
}
.patriotism-list-box > .triangle {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 14px;
    height: 39px;
}
.patriotism-list-box:hover {
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
}
.patriotism-list-box:hover .triangle{
    display: block;
}
.patriotism-list-box > img {
    width: 320px;
    height: 190px;
}
.patriotism-list-box > .name {
    width: 100%;
    height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px solid #eeeeee;
}
.patriotism-list-box > .intro {
    height: 100px;
    padding: 15px 0;
    line-height: 30px;
}
.bottom-box {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    justify-content: flex-end;
}
.bottom-box .icon-box {
    width: 200px;
    margin-top: 20px;
}
.bottom-box .icon-box span {
    display: inline-block;
    width: 60px;
    cursor: pointer;
}
