.contentboxgw {
    width: 5.7396rem;
    display: flex;
    flex-wrap: wrap;
    margin: .3125rem auto .3854rem;
}

.contentboxxk {
    width: 100%;
    margin-top: .474rem;
}

.contentboxgw_type {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto .3073rem auto;
}

.contentboxgw_type_item {
    width: .5729rem;
    height: .2344rem;
    font-size: .0729rem;
    color: #666;
    background-color: #ffffff;
    border: solid .0052rem #aaaaaa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: .1042rem;
    cursor: pointer;
}

.contentboxgw_type_item_act {
    background-color: #9d1724;
    color: #fff;
}

.contentboxgw_type_item:first-child {
    margin-left: 0;
}

.contentboxgw_type_item:hover {
    background-color: #9d1724;
    color: #fff;
}

.contentboxgw {
    width: 7.25rem;
    display: flex;
    flex-wrap: wrap;
    margin: .3125rem auto .3854rem;
}

.contentboxgw_item {
    width: 1.6667rem;
    margin-left: .1927rem;
    margin-bottom: .3125rem;
    border: .0052rem solid  #e2e2e2;
    position: relative;
    overflow: hidden;
}

.contentboxgw_item:nth-child(4n+1) {
    margin-left: 0;
}

.contentboxgw_item_avatar {
    width: 100%;
    height: 1.7708rem;
    /*background-color: #cacaca;*/
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.contentboxgw_item_avatar img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transition: all .3s ease-in-out;
    cursor: default;
}

.contentboxgw_item_avatar:hover img {
    transform: scale(1.2);
}

.contentboxgw_item_info {
    width: 100%;
    height: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .1042rem;
}

.contentboxgw_item_info div {
    width: 100%;
    cursor: default;
}

.contentboxgw_item_info_name {
    font-size: .125rem;
    color: #333333;
}

.contentboxgw_item_info_intro {
    font-size: .0833rem;
    color: #666666;
}

.contentboxgw_item_info_position{
    width: 100%;
    height: .3385rem;
    font-size: .0833rem;
    color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
}
.contentboxgw_item_info_more{
    width: 100%;
    font-size: .1042rem;
}
.contentboxgw_item_info_mask {
    width: 100%;
    height: 2.4479rem;
    background-color: rgba(157, 23, 36, .94);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .3s ease-in-out;
    padding: 0 .1042rem 0 .1302rem;
    position: absolute;
    bottom: -2.4479rem;
    left: 0;
    overflow: hidden;
}

.contentboxgw_item_info_mask_title {
    width: 100%;
    font-size: .125rem;
    color: #ffffff;
}

.contentboxgw_item_info_mask_position{
    font-size: .0938rem;
    color: #fff;
    margin-top: .0729rem;
}

.contentboxgw_item_info_mask_intro {
    width: 100%;
    height: .7813rem;
    font-size: .0833rem;
    color: #ffffff;
    overflow-y: auto;
    margin-top: .0729rem;
    padding-right: .0729rem;
}

.contentboxgw_item_info_mask_intro::-webkit-scrollbar {
    width: .0208rem;
}

.contentboxgw_item_info_mask_intro::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.contentboxgw_item_info_mask_intro::-webkit-scrollbar-thumb {
    background-color: #f8982b;
}

.contentboxgw_item_info:hover .contentboxgw_item_info_mask {
    bottom: 0 !important;
}

.cnv {
    margin-top: .3125rem;
}

.contentlistbox {
    width: 6.25rem;
    display: flex;
    flex-wrap: wrap;
    margin: .3125rem auto 0;
}

.contentlistbox_item {
    width: 1.4375rem;
    height: 1.8438rem;
    background-color: #ffffff;
    margin-bottom: .2396rem;
    margin-left: .1667rem;
    cursor: pointer;
}

.contentlistbox_item:nth-child(4n+1) {
    margin-left: 0;
}

.contentlistbox_item_head {
    width: 100%;
    height: 1.0313rem;
    background-color: #f8982b;
}

.contentlistbox_item_foot {
    width: 100%;
    height: .8125rem;
    position: relative;
}

.contentlistbox_item_foot_bg {
    width: 0;
    height: 100%;
    background-color: #9d1724;
    transition: 0.5s all ease;
}

.contentlistbox_item_foot_time {
    width: .25rem;
    height: .25rem;
    background-color: #9d1724;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    top: -0.125rem;
    left: .125rem;
}

.contentlistbox_item_foot_time span {
    font-size: .0625rem;
    color: #fff;
}

.contentlistbox_item_foot_cont {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 .1094rem 0 .1094rem;
}

.contentlistbox_item_foot_title {
    font-size: .0833rem;
    color: #666666;
    margin: .2344rem 0 .1458rem 0;
}

.contentlistbox_item_foot_more {
    font-size: .0625rem;
    color: #9d1724;
}

.contentlistbox_item:hover .contentlistbox_item_foot_bg {
    width: 100%;
}

.contentlistbox_item:hover .contentlistbox_item_foot_cont div {
    color: #ffffff;
}

.contentboxjyhd {
    width: 7.1354rem;
    display: flex;
    flex-wrap: wrap;
    margin: .474rem auto .2604rem auto;
}

.contentboxjyhd_item {
    width: 1.6458rem;
    margin-left: .1823rem;
    margin-bottom: .1875rem;
}

.contentboxjyhd_item:nth-child(4n+1) {
    margin-left: 0;
}

.contentboxjyhd_item_t {
    width: 100%;
    height: 1.1771rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8982b;
    position: relative;
}

.contentboxjyhd_item_t img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.contentboxjyhd_item_t_mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    /* display: flex; */
    display: none;
    align-items: center;
    justify-content: center;
}

.contentboxjyhd_item_t_mask img {
    width: .1771rem;
    height: .1771rem;
    cursor: pointer;
}

.contentboxjyhd_item:hover .contentboxjyhd_item_t_mask {
    display: flex;
}

.contentboxjyhd_item_b {
    width: 100%;
    height: .2292rem;
    line-height: .2292rem;
    text-align: left;
    font-size: .0729rem;
    color: #666666;
}

.mask .mask-main {
    position: relative;
}

.mask .mask-close {
    position: absolute;
    right: .026rem;
}

.mask .mask-video img {
    width: 100%;
}

/* 心灵晴空，生涯规划 */
.contentxlqkbox {
    width: 5.7292rem;
    margin: 0 auto .7813rem auto;
}

.contentxlqkbox_engtitle {
    font-size: .1146rem;
    letter-spacing: .0052rem;
    color: #f8982b;
    text-align: center;
    margin: .474rem 0 .1146rem 0;
}

.contentxlqkbox_title {
    font-size: .125rem;
    letter-spacing: .0052rem;
    color: #9d1724;
    text-align: center;
    margin-bottom: .1823rem;
}

.contentxlqkbox_cont {
    font-size: .0885rem;
    line-height: .151rem;
    letter-spacing: .0052rem;
    color: #666666;
    text-indent: 2em;
}


/**/
.party {
    margin-top: .1042rem;
}
.main .content {
    padding-top: 0;
    padding-bottom: 5.781vw;
}
.news {
    padding: 2.167vw 0 0;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.newsMain {
    display: flex;
    /* flex-direction: column;
    align-items: center; */
}
.news .news-header {
    text-align: center;
}

.news-header div:first-child {
    font-size: 2.3438vw;
    color: #151515;
    margin-bottom: .5vw;
}

.news-header div:last-child {
    font-size: 1.6667vw;
    color: #151515;
}

.news-main {
    width: 78.648vw;
     display: flex; 
     flex-wrap: wrap;
}

.news-main .item {
    float: left;
    width: 23.438vw;
    /* height: 27.6042vw; */
    background-color: #ffffff;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
    border: solid 1px #ebebeb;
    padding: 1.0938vw 1.4583vw 1.6146vw;
    margin-right: 4.167vw;
    margin-bottom: 6.25vw;
    cursor: pointer;
}
.news-main .item:nth-child(3n) {
    margin-right: 0;
}
.news-main .item:hover {
    background-color: #9d1724;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
    border: solid 1px #ebebeb;
}

.news-main .item:hover img {
    transform: scale(1.1);
}

.news-main .item:hover .title {
    color: #fff;
}

.news-main .item:hover .text {
    color: #fff;
}

.news-main .item:last-child {
    margin-right: 0;
}

.news-main .item .item-img {
    width: 20.5729vw;
    height: 13.8021vw;
    overflow: hidden;
}

.news-main .item img {
    transform: scale(1);
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.news-main .item .title {
    font-size: .8333vw;
    font-weight: bold;
    color: #333333;
    width: 100%;
    /*1. 先强制一行内显示文本*/
    white-space: nowrap;
    /*2. 超出的部分隐藏*/
    overflow: hidden;
    /*3. 文字用省略号替代超出的部分*/
    text-overflow: ellipsis;
    margin: 1vw 0 0.8vw;
}

.news-main .item .text {
    font-size: .7292vw;
    color: #777777;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-main .item .foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.9688vw;
}

.news-main .item .foot .foot-time {}

.news-main .item .foot .foot-time>div:first-child {
    font-size: .7292vw;
    color: #919191;
    margin-bottom: 11px;
}

.news-main .item .foot .foot-time>div:last-child {
    width: 150px;
    height: 1px;
    background-color: #bfbfbf;
}

.news-main .item .foot>div:last-child {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border: solid 2px #c5c5c5;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    font-family: monospace;
    color: #c5c5c5;
    font-size: 22px;
    font-weight: bold;
}

.news-main .item:hover .foot .foot-time>div:first-child {
    color: #fff;
}

.news-main .item:hover .foot .foot-time>div:last-child {
    background-color: #fff;
}

.news-main .item:hover .foot>div:last-child {
    border-color: #fff;
    color: #fff;
    background-color: #9d1724;
}

.zjwz-jianjie-box {
    width: 7.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.zjwz-jianjie-title {
    font-size: .1458rem;
    color: #f8982b;
}

.zjwz-jianjie-title2 {
    font-size: .1667rem;
    color: #9d1724;
    margin-top: .0521rem;
}

.zjwz-jianjie-content {
    width: 100%;
    font-size: 14px;
    color: #666666;
    text-indent: 2em;
    line-height: 2;
    margin-top: .1771rem;
}

.paging{
    padding: 0;
    margin: 0;
}
.paging .el-pagination{
    display: flex;
    justify-content: center;
}
.paging .el-pagination.is-background .el-pager li:not(.disabled).active{
    background-color: #9d1724;
}

@media screen and (max-width:1024px) {
    .contentboxgw{
        width: 90%;
    }
    .contentboxgw_item{
        width: 2.8rem;
    }
    .contentboxgw_item_avatar{
        height: 3.7708rem;
    }
    .contentboxgw_item_avatar>img{
        width: 100%;
        height: auto;
    }
    .contentboxgw_item_info{
        height: auto;
    }
    .contentboxgw_item_info .contentboxgw_item_info_name{
        font-size: 12px;
    }
    .contentboxgw_item_info .contentboxgw_item_info_intro{
        font-size: 11px;
    }
    .contentboxgw_item_info .contentboxgw_item_info_position{
        font-size: 9px;
    }
    .contentboxgw_item_info .contentboxgw_item_info_more{
        font-size: 12px;
    }
    .contentboxgw_item_info_mask_title,
    .contentboxgw_item_info_mask_position,
    .contentboxgw_item_info_mask_intro{
        font-size: 12px;
    }
    .contentboxgw_item_info_mask_intro{
        height: 1.7813rem;
    }
    .contentboxgw_item_info_mask_intro::-webkit-scrollbar{
        width: 1px;
    }
    .contentboxgw_item:nth-child(4n+1){
        margin-left: .1927rem;
    }
    .contentboxgw_item:nth-child(3n+1){
        margin-left: 0;
    }
    
    .contentlistbox{
        width: 90%;
    }
    .contentlistbox_item{
        width: 48%;
        height: auto;
    }
    .contentlistbox_item_head{
        height: auto;
    }
    .contentlistbox_item_foot{
        height: 60px;
    }
    .contentlistbox_item_foot_time{
        width: auto;
        height: auto;
        top: -14px;
        left: 10px;
        padding: 3px;
    }
    .contentlistbox_item_foot_time span{
        font-size: 9px;
    }
    .contentlistbox_item_foot_cont{
        padding: 0 10px;
    }
    .contentlistbox_item_foot_title{
        font-size: 12px;
        margin: 16px 0 .1458rem 0;
    }
    .contentlistbox_item_foot_more{
        font-size: 12px;
    }
    .contentlistbox_item:nth-child(4n+1){
        margin-left: .1667rem;
    }
    .contentlistbox_item:nth-child(2n+1){
        margin-left: 0;
    }
    
    .contentboxjyhd{
        width: 90%;
    }
    .contentboxjyhd_item{
        width: 48%;
        margin-left: 10px;
    }
    .contentboxjyhd_item:nth-child(4n+1){
        margin-left: 10px;
    }
    .contentboxjyhd_item:nth-child(2n+1){
        margin-left: 0;
    }
    .contentboxjyhd_item_t{
        height: auto;
    }
    .contentboxjyhd_item_b{
        height: auto;
        font-size: 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 3px 0;
    }
    
    
    .news-main {
        width: 100%;
    }
    .news-main .item .item-img {
        width: 100%;
        height: 24.8021vw;
    }
    .news-main .item .foot .foot-time>div:last-child {
        width: 100%;
    }
    .news-main .item {
        width: 49%;
        margin-right: 2%;
    }
    .news-main .item:nth-child(3n){
        margin-right: 2%;
    }
    .news-main .item:nth-child(2n){
        margin-right: 0;
    }
    
    .news-main .item .title {
        font-size: 14px;
    }
    .news-main .item .foot>div:last-child {
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height:17px;
    }
    .news-main .foot-time div{
        font-size: 12px !important;
    }
    
    
    .zjwz-jianjie-box{
        width: 90%;
    }
    .zjwz-jianjie-title {
        font-size: 14px;
    }
    .zjwz-jianjie-title2 {
        font-size: 14px;
    }
    
    
}