.column-page .info{
    padding-bottom: 30px;
}

.column-page .breadcrumbs{
    padding: 0 0 22px;
    margin: 0;
    list-style: none;
}
.column-page .breadcrumbs .item{
    color: #5E5E5E;
    padding-right: 20px;
    position: relative;
}
.column-page .breadcrumbs .item:last-child{
    cursor: text;
    color: rgb(51, 51, 51);
}
.column-page .breadcrumbs .item::after{
    content: '>';
    position: absolute;
    top: 0;
    right: 10px;
    transform: translate(50%,0);
}
.column-page .breadcrumbs .item:last-child::after{
    content: '';
}

.column-page .columns{
    width: 211px;
    margin-right: 38px;
}
.column-page .columns .column{
    color: #333333;
    height: 61px;
    font-size: 22px;
    font-weight: 400;
    background-color: rgba(245, 246, 248, 1);
    margin-bottom: 10px;
}
.column-page .columns .column.active{
    font-weight: bold;
    color: rgb(255, 255, 255);
    background-color: rgba(1, 101, 199, 1);
}


.column-page .article-label{
    border-bottom: 1px solid #bababa;
    margin-bottom: 30px;
    justify-content: space-between;
    /*position: relative;*/
}
.column-page .article-label .left{
    content: attr(label);
    display: inline-block;
    font-size: 22px;
    color: #FFFFFF;
    width: 294px;
    height: 61px;
    line-height: 61px;
    padding-left: 20px;
    box-sizing: border-box;
    background-image: linear-gradient(to right, #2a63c0, #4072c6, #5481cc, #6890d2, #7b9fd7);
}
.column-page .article-label .right{

}
.column-page .article-label .select-font-size{
    font-size: 14px;
    align-items: center;
    margin-right: 30px;
}
.column-page .article-label .select-font-size .action{
    color: #0165C7;
    margin: 0 5px;
}
.column-page .article-label .share{
    font-size: 14px;
}
.share-content-box .title{
    color: #333333;
    text-align: center;
    padding: 8px 0;
    background-color: #eeeeee;
}
.share-content-box .help{
    text-align: center;
    color: #666;
    line-height: 16px;
    font-size: 12px;
    margin: 10px 0;
}
.share-content-box .help p{
    margin: 0;
}
.column-page .article-label .share .icon-box{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    position: relative;
}
.column-page .article-label .share .icon-box:last-child{
    margin-right: 0;
}
.column-page .article-label .share .icon-box .icon{
    width: 100%;
    height: auto;
    padding: 4px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}
.column-page .article-label .share .icon-box .icon.icon-weixin{
    border: 1px solid rgb(60, 176, 53);
}
.column-page .article-label .share .icon-box .icon.icon-weibo{
    border: 1px solid #E6152B;
}
.column-page .article-label .share .icon-box .icon.icon-weixin:hover{
    background-color: rgb(60, 176, 53);
}
.column-page .article-label .share .icon-box .icon.icon-weibo:hover{
    background-color: #E6152B;
}
.column-page .article-label .share .icon-box .icon path{
    transition: 0.3s;
}
.column-page .article-label .share .icon-box .icon:hover path{
    fill: #ffffff;
}

.column-page .article-info{
    min-height: 500px;
    width: 61.32vw;
    max-width: 1200px;
    margin: auto;
}
.column-page .has-sidemods .article-info{
    width: 100%;
}
.column-page .no-sidemods .article-info{
    min-width: 800px;
}
.column-page .article-info .title{
    text-align: center;
    color: #333333;
    font-size: 2.4rem;
    line-height: 4rem;
}
.column-page .article-info .time{
    text-align: center;
    font-size: 1.4rem;
    color: #868686;
    margin: 1.2rem 0 2rem;
}
.column-page .article-info .content{
    color: #333333;
    font-size: 16px;
    text-align: left;
    line-height: 30px;
    margin-top: 40px;
}
.column-page .map-box{
    width: 313px;
    margin-left: 24px;
    margin-top: 60px;
    border: 8px solid rgba(242, 242, 242, 1);
    padding: 6px 4px 20px;
    box-sizing: border-box;
    background-color: #ffffff;
}
.column-page .map-box>img{
    width: 100%;
}
.column-page .map-box .title{
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    padding: 18px 0 12px;
}
.column-page .map-box .address{
    font-size: 12px;
    font-weight: 400;
    color: #6B6B6B;
}
.column-page .ask-a-question{
    color: #ffffff;
    font-size: 2.4rem;
    text-align: center;
    width: 18.8rem;
    height: 6rem;
    line-height: 6rem;
    background-color: rgba(1, 101, 199, 1);
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    cursor: pointer;
}
.column-page .question-items{
    margin-bottom: 5rem;
}
.column-page .question-items .item{
    padding: 2.6rem 3rem;
    box-sizing: border-box;
    background-color: #f5f6f8;
    margin-bottom: 16px;
}
.column-page .question-items .item:hover{
    background-color: #ffffff;
}
.column-page .question-items .item .icon{
    width: 2.9rem;
    height: 2.9rem;
    vertical-align: middle;
    margin-right: 1.4rem;
}

.column-page .question-items .item .question{
    font-weight: 650;
    font-style: normal;
    font-size: 1.8rem;
    color: #0165C7;
    margin-bottom: 1.8rem;
}
.column-page .question-items .item .answer{
    color: #333333;
    font-size: 1.4rem;
}

.column-page .question-form-header{
    font-size: 2.2rem;
    padding-bottom: 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #bababa;
}
.column-page .question-form .form-label{
    display: inline-block;
    color: #464647;
    font-size: 2.2rem;
    padding: 10px 0;
    box-sizing: border-box;
}
.column-page .question-form .tip{
    font-size: 1.6rem;
    color: #868686;
}
.column-page .question-form .el-textarea__inner,.column-page .question-form .el-input__wrapper{
    font-size: 1.6rem;
    box-shadow: 0 0 0 1px #555555 inset;
}
.column-page .question-form .el-input__inner{
    font-size: 1.6rem;
    height: 5.4rem;
    line-height: 5.4rem;
}


.column-page .liuyan-form .el-textarea__inner,.column-page .liuyan-form .el-input__wrapper{
    font-size: 1.6rem;
    box-shadow: 0 0 0 1px #555555 inset;
}
.column-page .liuyan-form .el-form-item__label,.column-page .liuyan-form .el-input__inner{
    height: 4.4rem;
    line-height: 4.4rem;
}


.column-page .question-button{
    color: #ffffff;
    text-align: center;
    display: inline-block;
    width: 18.8rem;
    height: 6rem;
    line-height: 6rem;
    font-size: 2.4rem;
    font-weight: 400;
    background-color: rgba(1, 101, 199, 1);
    border-radius: 5px;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
}

.column-page .article-items.about-article-items{
    margin-top: 30px;
    margin-bottom: 50px;
}
.column-page .article-items{
    list-style: none;
    padding-left: 0;
}
.column-page .article-items .article-item{
    padding-left: 30px;
    position: relative;
}
.column-page .article-items .article-item::after{
    content: '';
    background-color: #D7D7D7;
    position: absolute;
    width: 1rem;
    height: 1rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.column-page .article-items .article-item:hover::after{
    background-color: #0165c7;
}
.column-page .article-items .article{
    color: #555555;
    font-size: 14px;
    padding: 10px 0;
    box-sizing: border-box;
}
.column-page .article-items .article:hover{
    color: #0165c7;
    text-decoration: underline;
}
.column-page .article-items .article .date{
    margin-left: 20px;
}
.column-page .article-items .article .title{
    color: #555555;
    cursor: pointer;
}
.column-page .article-items .article:hover .title{
    text-decoration: underline;
}
.column-page .article-items .article:hover .date,.column-page .article-items .article:hover .title{
    color: #0165c7;
}
.column-page .about-article-label{
    font-size: 18px;
    font-weight: 650;
    color: #0165C7;
    padding-bottom: 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #a4a4a4;
}


/* 公司领导列表 - start */
.column-page .lingdao-items{
    padding: 0 0 5rem;
    box-sizing: border-box;
}
.column-page .article-label-small{
    border-bottom: 1px solid #a4a4a4;
    margin-bottom: 30px;
    justify-content: space-between;
}
.column-page .article-label-small .left{
    width: 12.6rem;
    height: 3.7rem;
    line-height: 3.7rem;
    text-align: center;
    font-size: 1.8rem;
    color: rgb(255, 255, 255);
    background-color: rgb(96, 158, 220);
}
.column-page .article-label-small .right{
    padding-right: 10px;
}
.column-page .article-label-small .right.more{
    color: #333333;
    cursor: pointer;
}
.column-page .article-label-small .right .more .icon{
    width: 10px;
    vertical-align: middle;
}
.column-page .lingdao-items .lingdao-item .flag{
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: rgb(215, 215, 215);
}
.column-page .lingdao-items .lingdao-table{
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.column-page .lingdao-items .lingdao-table tbody tr td{
    padding: 0.7rem 0;
}
.column-page .lingdao-items .lingdao-item .name{
    color: #333333;
    font-size: 1.4rem;
    font-weight: 500;
}
.column-page .lingdao-items .lingdao-item .intro{
    font-size: 1.4rem;
    color: rgb(51, 51, 51);
}

.column-page .lingdao-info{
    color: #333333;
    padding-top: 10px;
    padding-bottom: 40px;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.column-page .lingdao-info .header-img{
    width: 319px;
    margin-right: 80px;
}
.column-page .lingdao-info .name-info{
    font-size: 14px;
    font-weight: 500;
    line-height: 39px;
    margin-bottom: 30px;
}
.column-page .lingdao-info .name-info .name{
    margin-right: 50px;
    margin-left: 10px;
}
.column-page .lingdao-info .content{
    font-size: 14px;
    line-height: 28px;
    white-space: pre-wrap;
    margin: 0;
}
/* 公司领导列表 - end */


/* 公益行动列表 - start */
.column-page .gongyi-items{
    flex-wrap: wrap;
    justify-content: space-between;
}
.column-page .gongyi-item{
    width: 49%;
    margin-bottom: 3.2rem;
}
.column-page .gongyi-item .cover-img{
    width: 100%;
    height: 233px;
    vertical-align: middle;
}
.column-page .gongyi-items .gongyi-item .bottom{
    height: 157px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 6px 10px 6px;
    box-sizing: border-box;
    background-color: #F5F6F8;
}
.column-page .gongyi-items .gongyi-item .bottom .title{
    color: #333333;
    font-size: 2.2rem;
    height: 80px;
    line-height: 36px;
}
.column-page .gongyi-items .gongyi-item .bottom .date{
    font-size: 2.2rem;
    color: rgb(121, 121, 121);
}
/* 公益行动列表 - end */


/* 志愿者招募 - start */
.column-page .zhiyuanzhe-website-items{

}
.column-page .zhiyuanzhe-website-items .zhiyuanzhe-website-item{
    padding: 2rem;
    box-sizing: border-box;
    border: 1px solid rgb(228, 228, 228);
    margin-bottom: 2rem;
}

.column-page .zhiyuanzhe-website-item .cover-img-box{
    width: 318px;
    height: 215px;
    margin-right: 5%;
}
.column-page .zhiyuanzhe-website-item .cover-img-box .cover-img{
    width: 100%;
    vertical-align: middle;
}
.column-page .zhiyuanzhe-website-item .content-box{
    flex-direction: column;
    justify-content: space-between;
}
.column-page .zhiyuanzhe-website-items .zhiyuanzhe-website-item .title{
    color: #333333;
    font-size: 2.2rem;
    margin-bottom: 1rem;
}
.column-page .zhiyuanzhe-website-items .zhiyuanzhe-website-item .content{
    color: #333333;
    font-size: 1.8rem;
    line-height: 32px;
}
.column-page .zhiyuanzhe-website-items .zhiyuanzhe-website-item .button{
    display: inline-block;
    text-align: center;
    color: #ffffff;
    width: 188px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(1, 101, 199, 1);
    border: none;
    border-radius: 5px;
    box-shadow: none;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin-top: 20px;
    cursor: pointer;
}
/* 志愿者招募 - end */


/* 招聘 - start */
.column-page .zhaopin-label{
    font-size: 2.4rem;
    color: #0165C7;
    padding: 0 0 3rem;
}
.column-page .zhaopin-items{

}
.column-page .zhaopin-items .zhaopin-item{
    border: 1px solid rgba(215, 215, 215, 1);
    padding: 2.4rem 2rem;
    box-sizing: border-box;
    margin-bottom: 2rem;
    align-items: center;
}
.column-page .zhaopin-items .title-box{
    align-items: center;
    justify-content: space-between;
}
.column-page .zhaopin-items .zhaopin-item .title{
    color: #333333;
    font-size: 1.6rem;
    font-weight: 500;
}
.column-page .zhaopin-items .zhaopin-item .number{
    margin-left: 1rem;
}
.column-page .zhaopin-items .zhaopin-item .date{
    font-size: 1.6rem;
    color: #797979;
    margin-left: 6%;
    margin-right: 6%;
}

.column-page .zhaopin-items .zhaopin-item .button{
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.6rem;
    color: #ffffff;
    border-radius: 5px;
    background-color: rgba(1, 101, 199, 1);
    box-shadow: none;
    border: none;
    cursor: pointer;
}
/* 招聘 - end */

.column-page  .gongsirongyu-title-box{
    width: 396px;
    border-bottom: 2px solid rgba(228, 228, 228, 1);
    margin: 0 auto 30px;
}
.column-page  .gongsirongyu-title{
    width: 127px;
    color: #333333;
    font-size: 2.2rem;
    font-weight: 400;
    text-align: center;
    border-bottom: 2px solid rgba(37, 123, 207, 1);
    position: relative;
    bottom: -2px;
}



/* 文章详情页轮播图 - start */
.column-page .carousel-box-title{
    font-size: 24px;
    color: rgb(1, 101, 199);
    line-height: 24px;
    padding: 20px 0;
    box-sizing: border-box;
}

.column-page .carousel-box{
    height: 200px;
    margin-bottom: 40px;
}
.column-page .carousel-box .arrow{
    width: 36px;
    height: 36px;
    /*border: 3px solid #D79773;*/
    /*border-radius: 50%;*/
    box-sizing: border-box;
    cursor: pointer;
}
.column-page .carousel-box .arrow.opacity{
    opacity: 0.3;
    cursor: not-allowed;
}
.column-page .carousel-box .arrow.left{
    /*margin: 0 0 0 8px;*/
}
.column-page .carousel-box .arrow.right{
    /*transform: rotateZ(-90deg);*/
}
.column-page .special-topic-list{
    position: relative;
    overflow: hidden;
}
.column-page .special-topic-list .item{
    height: 100%;
    /*border: 1px solid #555555;*/
    padding: 0 9px;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: 0.5s;
}
.column-page .special-topic-list .item .img,.column-page .special-topic-carousel .img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
/* 文章详情页轮播图 - end */

/* 志愿者报名 - start */
.column-page .zhiyuanzhe-signup{
    padding: 2rem;
    box-sizing: border-box;
    background-color: rgba(245, 246, 248, 1);
    margin-top: 20px;
    margin-left: 249px;
    margin-bottom: 50px;
}
.column-page .zhiyuanzhe-signup .label{
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    margin-bottom: 24px;
}
.column-page .zhiyuanzhe-signup .form{
    width: 500px;
    margin: auto;
}
.column-page .zhiyuanzhe-signup .button{
    width: 188px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    background-color: rgba(1, 101, 199, 1);
}
.column-page .zhiyuanzhe-signup .form .el-textarea__inner,.column-page .zhiyuanzhe-signup .form .el-input__wrapper{
    box-shadow: 0 0 0 1px #555555 inset;
}
/* 志愿者报名 - end */

/* 开放日参观预约 - start */
.column-page .kaifhanri-yuyue-box{
    margin-top: 20px;
    margin-left: 249px;
    margin-bottom: 50px;
}
.column-page .kaifhanri-yuyue-box .label{
    font-size: 20px;
    padding: 20px 0;
}
.column-page .kaifhanri-yuyue-box .left{
    width: 428px;
    margin-right: 26px;
}
.column-page .kaifhanri-yuyue-box .el-calendar__header{
    color: #ffffff;
    background-color: rgb(109, 164, 255);
}
.column-page .kaifhanri-yuyue-box .el-calendar-table thead th{
    font-size: 22px;
    color: rgb(109, 164, 255);
}
.column-page .kaifhanri-yuyue-box .el-calendar-table .el-calendar-day{
    text-align: center;
    height: 57px;
    padding: 0;
    box-sizing: border-box;
}
/*去掉默认的选中颜色，需要自己处理颜色*/
.column-page .kaifhanri-yuyue-box .el-calendar-table td.is-selected{
    background-color: transparent;
}
.column-page .kaifhanri-yuyue-box .el-calendar-table .el-calendar-day .day-box:hover,.column-page .kaifhanri-yuyue-box .el-calendar-table .el-calendar-day .day-box.is-selected{
    color: #ffffff;
    background-color: rgba(109, 164, 255, 1);
    border-radius: 5px;
}
.column-page .kaifhanri-yuyue-box .el-calendar-table .el-calendar-day .day-box.disabled:hover{
    color: #333333;
    background-color: rgba(250, 251, 255, 1);
}
.column-page .kaifhanri-yuyue-box .el-calendar-table .el-calendar-day .day-box{
    height: 100%;
    padding-top: 8px;
    box-sizing: border-box;
}
.column-page .kaifhanri-yuyue-box .el-calendar-table .el-calendar-day .day-box.disabled{
    cursor: not-allowed;
}
.column-page .kaifhanri-yuyue-box .el-calendar__body{
    background-color: rgba(250, 251, 255, 1);
    padding: 0 10px;
}
.column-page .kaifhanri-yuyue-box .el-calendar-table td{
    color: rgb(67, 67, 67);
    border: none;
}

.column-page .kaifhanri-yuyue-box .el-calendar-table .el-calendar-day .title{
    font-size: 20px;
}
.column-page .kaifhanri-yuyue-box .el-calendar-table .el-calendar-day .tip{
    font-size: 12px;
}
.el-calendar-table:not(.is-range) td.next .el-calendar-day .title, .el-calendar-table:not(.is-range) td.prev .el-calendar-day .title, .el-calendar-table:not(.is-range) td.next .el-calendar-day .tip, .el-calendar-table:not(.is-range) td.prev .el-calendar-day .tip{
    color: #a8abb2;
}

.column-page .kaifhanri-yuyue-box .calendar-change-buttons .button{
    width: 66px;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.column-page .kaifhanri-yuyue-box .calendar-change-buttons .button:after{
    content: '';
    width: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: 0;
}
.column-page .kaifhanri-yuyue-box .calendar-change-buttons .button:last-child:after{
    display: none;
}

.column-page .kaifhanri-yuyue-box .buttons{
    padding: 20px 30px;
    box-sizing: border-box;
    background-color: rgba(250, 251, 255, 1);
    justify-content: space-between;
}
.column-page .kaifhanri-yuyue-box .buttons .button{
    text-align: center;
    font-size: 16px;
    color: #434343;
    width: 46%;
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    border: 1px solid rgba(107, 107, 107, 1);
    border-radius: 5px;
    cursor: pointer;
}
.column-page .kaifhanri-yuyue-box .buttons .button.active{
    color: #ffffff;
    background-color: rgba(109, 164, 255, 1);
    border: none;
}
.column-page .kaifhanri-yuyue-box .buttons .button[disabled]{
    background-color: #eeeeee;
    cursor: not-allowed;
}

.column-page .kaifhanri-yuyue-box .form{
    padding: 24px 18px;
    box-sizing: border-box;
    background-color: rgba(250, 251, 255, 1);
}
.column-page .kaifhanri-yuyue-box .form .el-radio__input.is-checked .el-radio__inner{
    border-color: rgba(1, 101, 199, 1);
    background-color: rgba(1, 101, 199, 1);
}
.column-page .kaifhanri-yuyue-box .form .el-radio__input.is-checked+.el-radio__label{
    color: rgba(1, 101, 199, 1);
}
.column-page .kaifhanri-yuyue-box .form .upload-button{
    background-color: rgba(1, 101, 199, 1);
}
.column-page .kaifhanri-yuyue-box .form .tip-link{
    color: #0165C7;
    font-size: 14px;
}
.column-page .kaifhanri-yuyue-box .form .el-input-number__decrease{
    border-right: 1px solid #555555;
}
.column-page .kaifhanri-yuyue-box .form .el-input-number__increase{
    border-left: 1px solid #555555;
}
.column-page .kaifhanri-yuyue-box .form .el-textarea__inner,.column-page .kaifhanri-yuyue-box .form .el-input__wrapper{
    box-shadow: 0 0 0 1px #555555 inset;
}
.column-page .kaifhanri-yuyue-box .form .submit-button{
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background-color: rgba(1, 101, 199, 1);
    border-radius: 5px;
    cursor: pointer;
}
/* 开放日参观预约 - end */

/* 官方视频 - start */
.column-page .guanfang-video-items{
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.column-page .guanfang-video-items .item{
    width: 32%;
    margin-bottom: 3.2rem;
    margin-left: 2%;
    border: 1px solid #bababa;
    padding: 16px;
    box-sizing: border-box;
    cursor: pointer;
}
.column-page .guanfang-video-items .item:nth-child(3n+1){
    margin-left: 0;
}
.column-page .guanfang-video-items .item:hover{
    box-shadow: 0 7px 11px rgba(0, 0, 0, 0.2);
}
.column-page .guanfang-video-items .item .img-box{
    position: relative;
}
.column-page .guanfang-video-items .item .img-box:hover .shade{
    display: flex;
}
.column-page .guanfang-video-items .item .shade{
    display: none;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.column-page .guanfang-video-items .item .shade .icon-play{
    width: 18%;
}
.column-page .guanfang-video-items .cover-img{
    width: 100%;
    height: 168px;
    vertical-align: middle;
}
.column-page .guanfang-video-items .title{
    color: #333333;
    font-size: 20px;
    padding: 10px 0 0;
}
.column-page .guanfang-video-items .view{
    font-size: 16px;
    color: rgb(148, 148, 148);
    margin-top: 8px;
    align-items: center;
}
.column-page .guanfang-video-items .view .icon{
    width: 25px;
    margin-right: 6px;
}
/* 官方视频 - end */
