.bodylist.bodyproject .ff_pageList {
    background: transparent;
}

.bodylist .npagePage.ff_pageList {
    padding: 80px 0 0 0;
}

.bodylist.bodyproject #pageTarget {
    padding: 0 7%;
    background: transparent;
}

.bodylist.bodyproject #header .content {
    padding: 0;
}

.bodylist.bodyproject .ff_pageList .content {
    padding: 0 7%;
}

.bodylist.bodyproject #pageTarget .module_container {
    background-color: transparent;
}

#header.mini .content .nav .navitem>a {
    color: #fff;
}





@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes svg_loading {
    0% {
        stroke-dasharray: 11px;
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        stroke-dasharray: 11px;
    }

}

.bodylist.bodyteam #pageTarget {
    display: none;
}

.bodylist.bodyteam .npagePage .content {
    padding: 0;
}

.bodylist.bodyteam .module .module_container {
    max-width: 1200px;
    margin: 0 auto;
}

.bodylist.bodyteam .content_list .item_block {
    margin: 0;
    width: 100%
}

.bodylist.bodyteam #pageTarget .container_header {
    display: none;
}

.bodylist.bodyteam .loadingSvg circle {
    stroke: #ef8203;
}

.bodylist.bodyteam #banner div {
    height: 420px;
}

.bodylist.bodyteam .team .mplayer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.bodylist.bodyteam .team .mplayer i .after {
    border-color: #ef8201;
}

.bodylist.bodyteam .team .m-progress {
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: transparent;
}

.bodylist.bodyteam .team .m-progress .m-mline {
    transition: 1s;
    background: #ef8201;
    width: 0;
    height: 100%;
}

.bodylist.bodyteam .team .m_time {
    position: absolute;
    top: 0;
    color: #999;
    left: -50px;
}

.bodylist.bodyteam .team .m_time span {
    display: inline-block;
    text-align: center;
    margin: 0 2px;
}

.bodylist.bodyteam .team .container_category {
    display: block;
    text-align: left;
    position: relative;
}

.bodylist.bodyteam .team .container_category>a {
    padding: 0 0 20px;
    margin: 0 15px;
}

.bodylist.bodyteam .team .container_category>a.active {
    border-bottom: 2px solid #ef8201;
}

.bodylist.bodyteam .team .container_category>a:first-child {
    margin-left: 0;
}

.bodylist.bodyteam .team .container_category>a:not(:nth-last-child(1)):after {
    top: 28%;
    right: -15px;
}

.bodylist.bodyteam .team .container_category>a:nth-last-child(2) {
    position: relative;
}

.bodylist.bodyteam .team .container_category>a:nth-last-child(2):after {
    content: "";
    width: 1px;
    height: 8px;
    background: #514837;
    position: absolute;
    right: -15px;
    top: 33%;
    transform: translate3d(0, -50%, 0) rotate(30deg);
}

.bodylist.bodyteam .team .container_category:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: #1f1f1f;
}

.bodylist.bodyteam .team .content_btn {
    display: none;
}

.bodylist.bodyteam .team .date_wrap {
    display: none;
}

.bodylist.bodyteam .team .content_detail .item_block::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #f5f5f5;
}

.bodylist.bodyteam .team .content_detail .item_block {
    position: relative;
    padding: 30px 0 0 0;
    
    height: 110px;
    overflow: hidden;
    transition: 0.5s;
}

.bodylist.bodyteam .team .content_detail .item_block.active {
    height: 183px;
}

.bodylist.bodyteam .team .content_detail .item_block.active::after {
    border-bottom: 1px solid transparent;
}

.bodylist.bodyteam .team .content_detail .item_block:hover .item_img img {
    transform: none;
}

.bodylist.bodyteam .team .content_detail .item_block.active {
    background: #fff;
    padding-top: 45px;
}

.bodylist.bodyteam .team .content_detail .item_block.active .item_des {
    display: block;
}

.bodylist.bodyteam .team .content_detail .item_block.active .details {
    margin-right: 40px;
}

.bodylist.bodyteam .team .content_detail .item_block.active .item_wrapper {
    margin-left: 290px;
    padding-bottom: 55px;
}

.bodylist.bodyteam .team .content_detail .item_block.active .item_img {
    width: 250px;
    margin-top: 0;
    
    background-color: #ef8202;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    height: 100%;
    border: none;
}

.bodylist.bodyteam .team .content_detail .item_block.active .item_img img {
    opacity: 1;
}

.bodylist.bodyteam .team .content_detail .item_block.active .m-line {
    width: calc(100% - 250px);
}

.bodylist.bodyteam .team .content_detail .item_block .details {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    color: transparent;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent !important;
    line-height: 20px;
    margin-top: -10px;
    margin-right: 20px;
}

.bodylist.bodyteam .team .content_detail .item_block .details .fa {
    color: #999;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #999;
    transition: all 0.36s ease;
}

.bodylist.bodyteam .team .content_detail .item_block .details .fa:after {
    content: "";
    position: relative;
    right: 0;
    transition: all 0.36s ease;
}

.bodylist.bodyteam .team .content_detail .item_block .details .fa:before {
    position: relative;
    opacity: 0;
    left: -20px;
    transition: all 0.36s ease;
}

.bodylist.bodyteam .team .content_detail .item_img {
    margin-top: 5px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    padding-top: 0;
    border: 2px solid #ef8201;
    float: left;
    position: relative;
}

.bodylist.bodyteam .team .content_detail .item_img img {
    opacity: 0;
    border-radius: 50%;
    width: 170px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -85px;
    margin-left: -85px;
}

.bodylist.bodyteam .team .content_detail .item_wrapper {
    cursor: pointer;
    padding: 0;
    margin-left: 68px;
    padding-bottom: 30px;
    transition: 0s;
}

.bodylist.bodyteam .team .content_detail .item_wrapper .details {
    display: block;
}

.bodylist.bodyteam .team .content_detail .item_block:hover .details .fa {
    border-color: #ef8201;
}

.bodylist.bodyteam .team .content_detail .item_block:hover .details .fa:after {
    color: #ef8201;
    right: -20px;
    opacity: 0;
}

.bodylist.bodyteam .team .content_detail .item_block:hover .details .fa:before {
    color: #ef8201;
    opacity: 1;
    left: 0px;
}

.bodylist.bodyteam .team .content_detail .item_block.active {
    
    background: #f5f5f5;
}

.bodylist.bodyteam .team .content_detail .item_block.active:hover .details .fa:before,
.bodylist.bodyteam .mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_info .title,
.bodylist.bodyteam .item_block.active .m_time {
    
}

.bodylist.bodyteam .team .content_detail .item_block.active {
    border: none;

}

.bodylist.bodyteam .team .item_block.active:hover .details .fa {
    

}

.bodylist.bodyteam .team .content_detail .item_wrapper .title {
    font-size: 15px;
    line-height: 27px;
    overflow: initial;
    
    color: #333;
}

.bodylist.bodyteam .mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_info .title {

    color: #333;

}

.bodylist.bodyteam .team .content_detail .item_wrapper .subtitle {
    color: #999;
}

.bodylist.bodyteam .team .content_detail .item_wrapper .item_info {
    width: 220px;
    float: left;
}

.bodylist.bodyteam .team .content_detail .item_wrapper .item_des {
    display: none;
    position: relative;
    width: 445px;
    float: left;
    margin-top: 30px;
    color: #535252;
}

.bodylist.bodyteam .team .content_detail .item_wrapper .item_des:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -18px;
    width: 42px;
    height: 1px;
    background-color: #424242;
    transform: rotate(122deg);
    transform-origin: left;
}

.bodylist.bodyteam .team .addTitle {
    display: none;
}

.bodylist.bodyteam .team .container_category>a:nth-last-child(2):after,
.bodylist.bodyteam .container_category>a:not(:nth-last-child(1)):not(:nth-last-child(2)):after {
    content: "";
    left: auto;
    width: 1px;
    height: 8px;
    background: #bbb !important;
    position: absolute;
    transform: translate3d(0, -50%, 0) rotate(30deg);
    top: 29%;
    opacity: 1;
    right: -15px;
}

.bodylist.bodyteam .team .container_category>a:last-child::after {
    display: none;
}

.bodylist.bodyteam .container_category>a {
    font-size: 14px;
}

.bodylist.bodyteam .team .container_category:before {
    background: #eee;
}

.bodylist.bodyteam .team .container_category>a.active {
    border-bottom: 2px solid #ef8201;
}

.bodylist.bodyteam .item_tags>a:hover,
.bodylist.bodyteam .container_category>a:hover,
.bodylist.bodyteam .item_tags>a.active,
.bodylist.bodyteam .container_category>a.active {
    color: #333
}

.bodylist.bodyteam .item_block img {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px;
}

.bodylist.bodyteam .item_block:not(.loading).mplaying img {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
}



.bodylist.bodyteam .content_list .item_block .item_wrapper .item_des {
    border: none;
}

.bodylist.bodyteam .team .content_detail .item_wrapper .item_des:before {
    background-color: #ef8203;
}

.bodylist.bodyteam .mlist:not(.imagelink) .content_list .item_des .description {
    display: none;
}

.bodylist.bodyteam .ff_pageList .container_category+.container_content {
    padding-top: 40px;
}

.bodylist.bodyteam .content_detail img {
    animation: spin 46s infinite linear;
    -webkit-animation: spin 46s infinite linear;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

.bodylist.bodyteam .content_detail .item_block.mplaying:not(.loading) img {
    animation-play-state: running;
    -webkit-animation-play-state: running;
}

.bodylist.bodyteam .item_block circle {
    transform-origin: center !important;
}

.bodylist.bodyteam .item_block.loading circle {
    animation: svg_loading 2s infinite linear;
    -webkit-animation: svg_loading 2s infinite linear;
}



.mplayer {
    cursor: pointer;
}

.mplayer i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 2px;
    height: 10px;
    background-color: #ef8201;
    margin-left: -2px;
    transition: 0.36s ease;
}

.mplayer i .before {
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #ef8201;
    display: inline-block;
    border-width: 4px 6px 4px 6px;
    border-style: solid;
    color: #ef8201;
    margin-left: 2px;
    border-width: 5px 8px;
    margin-top: 0px;
    transition: 0.36s ease;
}

.mplayer i .after {
    display: inline-block;
    width: 4px;
    height: 10px;
    
    
    opacity: 0;
    transition: 0.36s ease;
    border-left: 2px solid black;
    
    border-right: 2px solid black;
}

.mplayer .loadingSvg circle {
    cx: 25;
    cy: 25;
    r: 10;
    transition: 1s;
    stroke-dasharray: 64;
    stroke-dashoffset: 64;
    stroke: #020109;
    stroke-width: 2;
    fill: none;
}

.item_block:not(.loading).mplaying .mplayer i {
    margin-top: -9px;
    background-color: transparent;
}

.item_block:not(.loading).mplaying .mplayer i .before {
    opacity: 0;
}

.item_block:not(.loading).mplaying .mplayer i .after {
    opacity: 1;
}

.item_block:not(.loading).mplaying .mplayer_curtime {
    color: #ef8201;
}

.item_block:not(.loading).mplaying .loadingSvg circle {
    transition: 1s;
    stroke-dasharray: 64;
    stroke-dashoffset: 64;
}

.mplayerloading .loadingSvg circle {
    transition: none;
    stroke-dasharray: 21;
    stroke-dashoffset: 2;
    animation: svgLoading infinite 2s linear;
}



.bodylistpost.bodyteam .postInfo {
    display: block;
}

.bodylistpost.bodyteam .team .loadingSvg circle {
    stroke: #ef8201;
}

.bodylistpost.bodyteam .module .postInfo .mainInfor {
    border-bottom: 2px solid #ef8201;
    padding-bottom: 26px;

}

.bodylistpost.bodyteam .postInfo .title {
    font-size: 16px;
    transition: all .3s ease-out 0s;
    line-height: 20px;
}

.bodylistpost.bodyteam .team .mplayer {
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    border: 2px solid #ef8202;
    border-radius: 50%;
}

.bodylistpost.bodyteam .team .mplaying i .after {
    border-color: #ad986d;
}

.bodylistpost.bodyteam .team .postbody {
    padding-top: 52px;
    width: 870px;
    padding-left: 52px;
    box-sizing: border-box;
    float: right;
}

.bodylistpost.bodyteam .team .postInfo {
    width: 100%;
    position: relative;
}

.bodylistpost.bodyteam .team .postInfo .usetdate {
    display: none;
}

.bodylistpost.bodyteam .team .postInfo .title:before {
    display: none;
}

.bodylistpost.bodyteam .team .postInfo .des_wrap {
    position: absolute;
    top: calc(100% + 52px);
    left: 0;
    width: 330px;
    margin-top: 0px;
}

.bodylistpost.bodyteam .team .postInfo .mplay_try {
    display: inline-block;
    line-height: 14px;
    font-size: 14px;
    vertical-align: 15px;
    padding-left: 16px;
    padding-right: 14px;
    color: #5c5c5c;
    border-right: 1px solid #ccc;
    position: relative;
}

.bodylistpost.bodyteam .team .postInfo .mplay_try:after {
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -7px;
}


.bodylistpost.bodyteam .team .postInfo .mplay,
.bodylistpost.bodyteam .team .postInfo .description {
    display: block;
}

.bodylistpost.bodyteam .team .postInfo .mplay {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.bodylistpost.bodyteam .team .postInfo .description {
    margin-top: 0;
    color: #535252;
}

.bodylistpost.bodyteam .team .postInfo .mainInfor .date_wrap {
    display: block;
    float: right;
    line-height: 20px;
}

.bodylistpost.bodyteam .team .postInfo .mainInfor .date_wrap:after {
    content: "";
    margin-left: 16px;
    vertical-align: -3px;
}

.bodylistpost.bodyteam .team #postWrapper {
    position: relative;
}

.bodylistpost.bodyteam .team .otherList {
    display: flex;
    padding-top: 50px;
}

.bodylistpost.bodyteam .team .listWrap {
    width: 330px;
    position: absolute;
    right: 0;
    top: 0;
}

.bodylistpost.bodyteam .team .listWrap .postInfo .title {
    line-height: 56px;
    padding-left: 30px;
}

.bodylistpost.bodyteam .team .listWrap .item_tags {
    border-bottom: 1px solid #222;
    padding: 28px 0 28px 30px;
    height: 16px;
    margin-bottom: 0;
}

.bodylistpost.bodyteam .team .listWrap .mlist .item_block {
    padding-left: 30px;
    padding-right: 20px;
    position: relative;
}

.bodylistpost.bodyteam .team .listWrap .mlist .item_block:hover {
    padding-left: 20px;
    padding-right: 10px;
    background: #181818;
}

.bodylistpost.bodyteam .team .listWrap .mlist .item_block:hover:before,
.bodylistpost.bodyteam .team .listWrap .mlist .item_block:hover:after {
    width: 100%;
}

.bodylistpost.bodyteam .team .listWrap .mlist .item_block:hover:after {
    background: #ad986d;
}

.bodylistpost.bodyteam .team .listWrap .mlist .item_block:before,
.bodylistpost.bodyteam .team .listWrap .mlist .item_block:after {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #212121;
    transition: all 0.36s ease;
}

.bodylistpost.bodyteam .team .listWrap .mlist .item_block:before {
    width: 300px;
}

.bodylistpost.bodyteam .team .listWrap .mlist .item_block:after {
    width: 200px;
}

.bodylistpost.bodyteam .team .listWrap .mlist .date_wrap,
.bodylistpost.bodyteam .team .listWrap .mlist .item_img {
    display: none;
}

.bodylistpost.bodyteam .team .listWrap .mlist .title {
    font-size: 14px;
}

.bodylistpost.bodyteam .team .listWrap .mlist .item_des .description {
    height: 26px;
    color: #535252;
}

.bodylistpost.bodyteam .team .item_tags>a:first-child {
    padding-left: 0;
}

.bodylistpost.bodyteam .loadingSvg circle {
    stroke: #ef8203;
}

.bodylistpost.bodyteam circle {
    transform-origin: center !important;
}

.bodylistpost.bodyteam .loading circle {
    animation: svg_loading 2s infinite linear;
    -webkit-animation: svg_loading 2s infinite linear;
}

.bodylistpost.bodyteam .mplaying:not(.loading) .loadingSvg circle {
    transition: 1s;
    stroke-dasharray: 64;
    stroke-dashoffset: 64;
}

.mplayerloading .loadingSvg circle {
    transition: none;
    stroke-dasharray: 21;
    stroke-dashoffset: 2;
    animation: svgLoading infinite 2s linear;
}

.bodylistpost.bodyteam .mplaying .mplayer i {
    margin-top: -9px;
    background-color: transparent;
}

.bodylistpost.bodyteam .mplaying .mplayer i .before {
    opacity: 0;
}

.bodylistpost.bodyteam .mplaying .mplayer i .after {
    opacity: 1;
}

.bodylistpost.bodyteam .mplaying .mplayer_curtime {
    color: #ef8201;
}

.bodylistpost.bodyteam .mplaying .loadingSvg circle {
    transition: 1s;
    stroke-dasharray: 64;
    stroke-dashoffset: 64;
}

.bodylistpost.bodyteam .team .mplaying i .after,
.bodylistpost.bodyteam .team i .after {
    border-color: #ef8201;
}



.bodyindex .mlist.team .content_list .item_des .description {
    opacity: 0;
}


.bodyindex .mlist.team .mplayer i .after {
    border-color: #ef8201;

}

.mplayer .loadingSvg circle {
    stroke: #ef8201;
}

.bodyindex .mlist.team img {
    animation: spin 46s infinite linear;
    -webkit-animation: spin 46s infinite linear;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

.bodyindex .mlist.team .owl-stage-outer {
    padding-top: 10px;
}

.bodyindex .mlist.team .item_block .item_img {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px;
}

.bodyindex .mlist.team .item_block.mplaying .item_img {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
}

.bodyindex .mlist.team .item_block.mplaying:not(.loading) img {
    animation-play-state: running;
    -webkit-animation-play-state: running;
}

.bodyindex .mlist.team .item_block circle {
    transform-origin: center !important;
}

.bodyindex .mlist.team .item_block.loading circle {
    animation: svg_loading 2s infinite linear;
    -webkit-animation: svg_loading 2s infinite linear;
}