.catholicActivityReview {
    width: 100%;
    min-width: 1050px;
    background: #F4F4F4;
    padding: 48px 0 80px;
}
.catholicActivityReview-main {
    width: 1050px;
    margin: 0 auto;
    /*display: flex;*/
    overflow: auto;
}
.right_main{
    width: 825px;
    float: right;
}
.catholicActivityReview-main-container {
    width: 100%;
    margin: 12px 0 0 0px;
    gap: 26px;
    overflow: auto;
}

.catholicActivityReview-main-container-item {
    background-size: 100% 100%;
    width:calc(50% - 60px);
    height: 300px;
    margin: 15px;
    padding: 15px;
    background-color: #fff;
    float: left;
    cursor:pointer;
}
.catholicActivityReview-main-container-item-title {
    font-size: 18px;
    color: #000000;
    line-height: 27px;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 12px;
    position: relative;
}
.catholicActivityReview-main-container-item-title::after{
    content: "";
    width: 37px;
    height: 4px;
    background-color: #BC9B73;
    position: absolute;
    bottom: -3px;
    left: 0;

}
.catholicActivityReview-main-container-item-name{
    position: relative;
}
.catholicActivityReview-main-container-item-name p{
    width: 100%;
    min-height: 22px;
    color: #464646;
    font-size: 12px;
    line-height: 22px;
    vertical-align: middle;
    padding: 0px;
    margin: 8px 0px;
}
.catholicActivityReview-main-container-item-name p img{
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: middle;
}
.catholicActivityReview-main-container-item-name p span{
    color: #464646;
    vertical-align: middle;
}
.catholicActivityReview-main-container-item-name p .title{
    color: #8C8C8C;
    vertical-align: middle;
}
.catholicActivityReview-main-container-item-up{
    cursor: pointer;
    width: 12px;
    height: 14px;
    position: absolute;
    top: 6px;
    right: 15px;
}
.menu {
    width: 225px;
    min-width: 225px;
    min-height: 450px;
    float: left;

}
.menu-item {
    width: 100%;
    margin-top: 36px;
}
.menu-item-LevelOne {
    font-family: SourceHanSerifCN, SourceHanSerifCN;
    display: block;
    padding: 15px 15px;
    text-align: center;
    border: 1px solid #BC9B73;
    margin: 5px 0px ;
    background: #FFFFFF;
    font-size: 18px;
    color:  #BC9B73;
    cursor: pointer;
    color: #BC9B73;
}
.menu-item-LevelOne span{

}
.menu-item-LevelOne:hover {
    color: #ffffff;
    background: #BC9B73;
}
.menu-item-LevelOne.active {
    color: #ffffff;
    background: #BC9B73;
}

/*年份样式*/
.year_main{
    width: 105px;
    margin: 36px 30px 15px 30px;

}
.selectVal{
    display: inline-block;
    margin: 0 auto;
    width: 105px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    background: #BC9B73;
    text-align: center;
    border: 1px solid #BC9B73;
    position: relative;
    cursor: pointer;
}
.selectVal span{
    padding: 0px 8px;
}
.selectVal .date{
    width: 12px;
    height: 12px;
}
.operate_01{
    width: 12px;
    height: 12px;
    display: none;
}
.operate_02{

    width: 9px;
    height: 9px;
}

#yearSelect{
    display: none;
    width: 105px;
    text-align: center;
    position: absolute;
    background: rgba(255,255,255,0.8);
    border: 1px solid #BC9B73;
    z-index: 10;
    /*padding-top: 5px;*/
}
#yearSelect div{
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 400;
    font-size: 12px;
    color: #BC9B73;
    width: 100%;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
}
#yearSelect div:hover{
    color: #fff;
    background: #BC9B73;
}

.selected{
    color: #fff !important;
    background: #BC9B73;
}

.year_main:hover #yearSelect{
    display: block;
}
.year_main:hover .operate_01{
    display: inline-block;
}
.year_main:hover .operate_02 {
    display: none;
}
.inc_page{
    width: 100%;
}