/*页面详情样式*/
.equl-height .row {
    display: flex;
    flex-wrap: wrap;
}


/*blockquote*/
blockquote {
    font-size: inherit;
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

blockquote>*:last-child {
    margin-bottom: 0;
}

blockquote ul {
    list-style: none;
    /*padding-left: 0;*/
}

/*blockquote-line*/

.blockquote-line {
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-top: 2px solid #c80016;
    border-bottom: 2px solid #c80016;
}

.blockquote-line>*:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {

    blockquote,
    .blockquote-line {
        padding: 20px 15px;
    }
}


/*引号引用*/
.quota .fa-quote-left,
.quota .fa-quote-right {
    font-size: 18px;
    color: #888;
}

.quota {
    margin: 15px 0;
}

.quota>* {
    margin-bottom: 0;
}

.more-link {

    display: inline-block;

    padding: 8px 12px;

    border-radius: 3px;

    border: none;

    margin-top: 20px;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

    -moz-osx-font-smoothing: grayscale;

    position: relative;

    -webkit-transition-property: color;

    transition-property: color;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

    text-decoration: none;

}

.more-link:hover {

    color: #fff;

}

.more-link .fa {

    color: #c80016;

    margin-right: 5px;

    font-size: 14px;

}

.more-link:hover .fa {

    color: #fff;

}

.more-link:before {

    content: "";

    position: absolute;

    z-index: -1;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    -webkit-transform: scaleX(0);

    transform: scaleX(0);

    -webkit-transform-origin: 50%;

    transform-origin: 50%;

    -webkit-transition-property: transform;

    transition-property: transform;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

    -webkit-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

    text-decoration: none;

    background: #c80016;

    border-radius: 2px;

}

.more-link:hover:before,
.more-link:active:before {

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

}



.more-link.write {

    background: #fff;

    color: #333;

}

.more-link.write:hover {

    color: #fff;

}

/*.more-link.write:focus,.more-link.write:focus .fa{

    color: #fff;

}*/



.more-link.red {

    background: #c80016;

    color: #fff;

}

.more-link.red:before {

    background: #fff;

}

.more-link.red .fa {

    color: #fff;

}

.more-link.red:hover,

.more-link.red:hover .fa {

    color: #333;

}

.more-link.disabled {

    background: #ccc;

    cursor: not-allowed;

    color: #666 !important;

}

.more-link.disabled:hover {

    color: #333;

}

.more-link.disabled:hover:before,
.more-link.disabled:active:before {

    -webkit-transform: scaleX(0);

    transform: scaleX(0);

}

.core-more .more-link {

    border: 1px solid #909090;

    margin-top: 30px;

    color: #909090 !important;

    font-size: 12px;

}

.core-more .more-link:hover {

    color: #fff !important;

}

.core-more .more-link:before {

    background: #595959;

}

.single-link {

    margin-top: 20px;

    display: block;

    padding-left: 20px;

    position: relative;

    color: #666;

}

.single-link:before {

    content: "\f055";

    font-family: 'FontAwesome';

    font-weight: 300;

    color: #666;

    position: absolute;

    left: 0px;

}

.single-link:hover:before {

    color: #c80016;

}

ul .single-link {

    margin-top: 0;

}

@media screen and (min-width: 568px) and (max-width: 767px) {

    .col-xsm-6 {

        width: 50%;

        float: left;

    }

}





/*SEKECT样式重置*/

.filter {

    margin: 15px 0 !important;

}

.filter .result {

    height: 40px;

    line-height: 40px;

    font-size: 16px;

    /*text-align: right;*/

}

@media screen and (max-width: 767px) {

    .filter .result {

        text-align: left;

    }

}

.filter .result .num {

    font-size: 18px;

    color: #555;

    font-style: italic;

    display: inline-block;

    margin: 0 5px;

}

.select-box>div {

    display: inline-block;

    margin-top: 10px;

}

.form-select,
.select-box input {

    background-color: transparent;

    color: white;

    height: 39px;

    padding: 10px;

    border: none;

    outline: none;

}

.j-select {

    position: relative;

    display: block;

    margin-bottom: 10px;

}

.j-select>.form-select.removed-appearence {

    padding-right: 40px;

}

.j-select>select,
.j-select>input {

    background-color: rgba(240, 240, 240, 1);

    width: 100%;

    color: #333;

    cursor: pointer;

}

.j-select>input {

    cursor: text;

}

.grey .j-select>select,
.grey .j-select>input {

    background-color: rgba(255, 255, 255, 1);

}

.j-select>.handle {

    display: block;

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    width: 40px;

    text-align: center;

    pointer-events: none;

}

.j-select>.handle:after {

    content: ' ';

    width: 0;

    height: 0;

    border-style: solid;

    border-color: transparent;

    display: block;

    position: absolute;

    left: 50%;

    margin-left: -5px;

    top: 50%;

    margin-top: -2px;

    border-width: 5px 5px 0 5px;

    border-top-color: white;



}

.j-select>.handle:before {

    content: '';

    position: absolute;

    width: 20px;

    height: 20px;

    left: 10px;

    top: 10px;

    background: #c80016;

    border-radius: 3px;

}

.filter .button {

    cursor: pointer;

    text-align: center;

    background-color: rgba(200, 0, 22, 1);

    height: 39px;

    display: block;

    width: 100%;

    line-height: 39px;

    color: #fff;

    /*font-size: 16px;*/

}

.filter .button.resetting {
    background: #3B589C;
}

.sidebar .form-item {

    display: block !important;

    margin-bottom: 10px;

}





/*点击展开隐藏*/
.slide-door {
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
}

.slide-door .accordion-title {

    /*font-size: 16px;*/

    color: inherit;

    padding: 18px 38px 18px 15px;

    margin: 0;

    position: relative;

    cursor: pointer;

    font-weight: normal;
    line-height: 1.5;

}

.slide-door .accordion-title:after {

    content: "\f067";

    position: absolute;

    font-size: 12px;

    font-family: 'FontAwesome';

    right: 15px;

    top: 21px;

    color: #666;

}

.slide-door .accordion-title.open:after {

    font-family: 'FontAwesome';

    content: "\f068";

}

.slide-door .accordion-title.open {
    border-bottom: 1px dashed #e2e2e2;

}

.slide-door .accordion-content {

    padding: 15px;

    display: none;

}

.slide-box .slide-door .accordion-title {

    border-left: 0;

}

@media screen and (max-width: 767px) {

    .slide-door .accordion-title {

        padding: 15px 30px 15px 10px;

    }

    .slide-door .accordion-title:after {
        top: 18px;
        right: 10px;
    }

    .slide-door .accordion-content {
        padding: 10px;
    }

}

.slide-door.no-bg {
    border: none;
}

.slide-door.no-bg .accordion-title {
    font-size: inherit;
    padding: 0;
    margin-bottom: 10px;
    display: inline-block;
    padding-right: 15px;
}

.slide-door.no-bg .accordion-title:after {
    content: "\f103";
    top: 50%;
    margin-top: -7px;
    right: 0;
    font-size: 14px;
}

.slide-door.no-bg .accordion-title.open:after {
    content: "\f102";
    top: 50%;
    margin-top: -7px;
    right: 0;
    font-size: 14px;
}

.slide-door.no-bg .accordion-content {
    padding: 0;
}

.slide-door.no-bg .accordion-title.open {
    border: none;
}



/*饼图*/

#chartdiv {

    width: 100%;

    height: 500px;

}

@media screen and (max-width: 767px) {

    .chart-box {

        max-width: 100%;

        overflow-x: auto;

    }

    #chartdiv {

        width: 660px;

        min-width: 660px;

        height: 360px;

        position: relative;

    }



}


/*课程设置*/

.course-box {
    margin: 15px 0;
}

.course-box .block {

    padding: 20px;

    margin-bottom: 15px;

    margin-top: 15px
}

.course-box .block h4 {
    margin: 0;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0; */
    padding: 0 0 10px;
}

.course-box .row:first-of-type .block {

    margin-top: 0;

}

.course-box .row:last-of-type .block {

    margin-bottom: 0;

}

@media screen and (max-width: 767px) {

    .course-box .block {

        padding: 20px 15px;

        margin-top: 0;

        margin-bottom: 20px;

    }

    .course-box .row:last-of-type .block {

        margin-bottom: 20px;

    }

}

.course-box .content {

    padding: 20px;

    background: #fff;
    text-align: start;
    /* margin-top: 10px; */
    border-top: 3px solid #c80016;

}

.course-box .col-split {
    position: relative;
}

.course-box .row {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
    overflow: hidden;
}

.course-box .row+.row {
    padding-top: 8px;
}

.course-box .row .col-split {
    padding: 8px;
}

.course-box .row .col-split .block {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 !important;
}

.course-box .row .col-split .block .content {
    flex: 1;
}

.course-box .clearfix {
    display: none;
}

.course-box .row .col-split:before {
    content: "";
    position: absolute;
    border-color: #ccc;
    border-style: dashed;
    top: 15px;
}

@media screen and (max-width: 767px) {
    .course-box .row .col-split {
        width: 100%;
    }
}


/*gallery 图片浏览*/

.gallery {

    /*background: #202020;*/

    /*padding: 30px;*/

    overflow: hidden;

}

@media screen and (max-width: 767px) {

    .gallery {

        /*padding: 15px;*/

    }

}

.gallery img {

    width: 100%;

}

.gallery .swiper-slide {

    background-size: cover;

    background-position: center;

}

.gallery-top {

    width: 100%;

    height: 80%;

    position: relative;

}



.gallery-thumbs {

    box-sizing: border-box;

    padding: 10px 0;

    overflow-x: hidden;

}

.gallery-thumbs .swiper-slide {

    cursor: pointer;

    border: 3px solid transparent;

}

.gallery-thumbs .swiper-slide-active {

    border-color: #707A7A;

}



/*弹窗*/

/*.layui-layer-setwin .layui-layer-close2{

    top: 0!important;

    right: 0!important;

    z-index: 9999;

}*/

.layui-layer-title {

    text-align: center !important;

    border-bottom: 0 !important;

    padding: 0 50px 0 20px !important;

}

.layui-layer-setwin a {

    width: 17px !important;

    height: 17px !important;

}



/*circle-img 圆头像*/
.circle-img .img-box {
    display: inline-block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
}

.circle-img .img-box img {
    width: 100%;
}

/*square-img 方头像*/

.circle-img span,
.square-img span {

    display: inline-block;

    width: 150px;

    height: 150px;

    overflow: hidden;

    position: relative;

}

/*.square-img span{
    width: 150px;
}*/

.square-img img {

    height: 100%;

    position: absolute;

    min-width: 100%;
    max-width: none !important;

    top: 50%;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    max-width: none;

    max-height: 100%;

    width: auto;

}

.media.grey {

    background: #f5f5f5;

    padding: 20px;

    margin-bottom: 20px;

    position: relative;

}

.media.grey:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100px;
    background: #c80016;
}

.media h5 {

    margin-top: 0 !important;

    margin-bottom: 15px !important;
    font-size: 20px;

    color: #333;

}

.media a:hover h5 {
    color: #c80016;
}

.media h6 {
    font-size: 16px;
}

.media p {
    color: #555;
    margin-bottom: 0px;
}

.media h6 {

    margin-top: 0;

    font-size: 14px;
    line-height: 150%;

}

.media.grey .media-left {

    padding-right: 20px;

}

.media .media-left .media-img,
.media .media-left .media-img img {
    width: 150px;
}

@media screen and (max-width: 767px) {

    .media,
    .page-content .media {
        display: block;
        width: 100%;
        overflow: hidden;
        text-align: center;
    }

    .media-body,
    .media-left,
    .media-right {
        display: block;
    }

    .media .media-left {
        padding-right: 0 !important;
        padding-bottom: 20px;
    }

    .media .media-body {
        width: 100%;
    }

    .faculty-detail .media-body ul {
        display: inline-block;
        text-align: left;

    }

    .media .media-left .media-img {
        width: 100%;
        text-align: center;
    }

    /*.media .media-left .media-img img{
        max-width: 100%;
        width: auto;
    }*/

}


/*tag 重置*/

.tabs {

    border: none;

}

.tabs>li {

    margin-bottom: 0 !important;

}

.tabs>li>a {

    margin-right: 0;

    border: none;

    border-radius: 0;
    display: block;

}

.tabs>li>a:hover {

    border: none;

}

.tabs>li>a:focus,
.tabs>li>a:hover {

    text-decoration: none;

    background: none;

}

.tabs>li.active>a,
.tabs>li.active>a:focus,
.tabs>li.active>a:hover {

    color: #fff;

    cursor: default;

    background: none;

    border: none;

}

.horizontal-tag .tab-content {

    padding: 30px 0;

}

.horizontal-tag .tab-content .tab-item {
    display: none;
}

.horizontal-tag .tab-content .tab-item.active {
    display: block;
}



/*table,*/
.table tr {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    background: #fff;
}

/*.table tbody tr:hover{
    background: #f5f5f5;
}*/
.table tr td,
.table tr th {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 10px;
    /*border-top: 1px solid #eee;*/
}

.table>tbody>tr>td,
.table>tbody>tr>th {
    vertical-align: top;
}

.table thead tr {
    background: #E50515;
    color: #fff;
    border-right: 1px solid #E50515;
}

.table thead tr td,
.table thead tr th {
    border-bottom: 1px solid transparent;
}

.table thead tr td:first-child,
.table thead tr th:first-child {
    border-left: 1px solid transparent;
}

.table th>*:last-child,
.table td>*:last-child {
    margin-bottom: 0;
}

/*.table tr:nth-of-type(1){
    border-right: none;
    color: #333;
}
.table>thead>tr:nth-of-type(1){
    color: #fff;
}
.table>thead>tr{
    background: #bbb;
    color: #fff;
}
.table>tbody>tr{
    border: none;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    border: none;
    vertical-align: middle;

    padding: 15px 8px;

    border-top: 1px solid #eee;

}*/

.table {

    /*min-width: 600px;*/

    /*overflow: auto;*/

}

.table-striped>tbody>tr:nth-of-type(odd) {

    background-color: #f0f0f0;

}

.career-table a {

    display: block;

}



.layui-layer-iframe .layui-layer-title {

    background: #000;

    color: #fff;

}

.layui-layer-setwin {

    top: 9px !important;

}

.layui-layer-setwin .layui-layer-close1 {

    background-position: -152px -34px !important;

    width: 24px !important;

    height: 24px !important;

}

.people-profile {
    background: #f0f0f0;
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.people-profile .head-title {
    margin-bottom: 20px;
}

.people-profile .title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

.time {
    color: #444;
    font-size: 13px;
}

.time:before {
    content: "\f017";
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.has-margin .slide-door {
    border: none;
    margin-bottom: 15px;
}

.has-margin .slide-door .accordion-title {
    border-top: none;
    font-size: 18px;
    background-color: #f0f0f0;
}

.has-margin .slide-door .accordion-title:after {
    font-size: 16px;
}

.has-margin .slide-door .accordion-title.open {
    background: #f0f0f0;
}

.has-margin .slide-door .accordion-content {
    padding: 0;
}

.has-margin .slide-door .accordion-content li {
    padding-left: 0;
    border-bottom: 1px dashed #ccc;
    margin: 0;
}

.has-margin .slide-door .accordion-content li a {
    color: #555;
    display: block;
    padding: 15px 0;
}

.has-margin .slide-door .accordion-content li a:hover {
    color: #c80016;
}

/*page*/
.pages {
    margin: 30px 0 20px;
    overflow: hidden;
    height: 30px;
    text-align: right;
}

.pages a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    border: 1px solid #e2e2e2;
    height: 30px;
    line-height: 30px;
    margin-left: -1px;
    color: #333;
    font-size: 12px;
}

.pages a:hover {
    z-index: 2;
    color: #c80016;
}

.pages a.active,
.pages a.current {
    color: #fff;
    cursor: default;
    background-color: #c80016;
    border-color: #c80016;
    z-index: 3;
    margin-left: -5px;
}

/*人物列表*/
.people-box{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0 -15px;
}

.people-list{
    display: inline-block;
    width: 33.33333%;
    text-align: center!important;
    margin-bottom: 20px;
    padding: 0 15px;
}

@media screen and (max-width: 767px) {
    .people-list{
        width: 50%;
    }
}

.people-list .circle-img {
    text-align: center;
}

.people-list .circle-img span {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.people-list .circle-img img {
    width: 130px;
    height: 130px;
}

.people-list .name {
    font-size: 16px;
    position: relative;
    margin-top: 10px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 31px;
    line-height: 180%;
}

.people-list .name:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 30px;
    margin-left: -15px;
    border-bottom: 1px solid #c80016;
}

.people-list .company {
    font-size: 14px;
}

.people-list span,
.people-list p {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

.people-list .desc-con {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 58px;
    padding: 0 5px;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

.people-list.block {
    width: 100%;
    display: block;
    padding: 0 !important;
}

.people-list.block .desc-con {
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

/*layui-input*/
.layui-form-item {
    margin-bottom: 15px;
    clear: both;
}

.layui-form-label {
    float: left;
    display: block;
    padding: 9px 15px 9px 0;
    width: 90px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    position: relative;
}

.layui-input-block {
    margin-left: 90px;
    min-height: 36px;
}

.layui-input,
.layui-textarea {
    display: block;
    width: 100%;
    padding-left: 10px;
}

.layui-input,
.layui-select,
.layui-textarea {
    height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    border-color: #e6e6e6;
}

.layui-input:focus,
.layui-textarea:focus {
    border-color: #aaa !important;
}

.layui-textarea {
    min-height: 100px;
    height: auto;
    line-height: 20px;
    padding: 6px 10px;
    resize: vertical;
}


/*layui-timeline*/
.layui-timeline-box {
    list-style: none;
    padding-left: 0;
}

.layui-timeline-box .layui-timeline-item:last-child:before {
    width: 0;
}

.layui-timeline-item h3.layui-timeline-title {
    margin: 0;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 16px;
}

.layui-timeline-item,
.layui-timeline-item p {
    color: inherit;
}

.layui-timeline-item {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    list-style: none;
}

.layui-timeline-item .layui-text {
    color: inherit;
}

.layui-timeline-item .layui-text ul,
.layui-timeline-item .layui-text ol {
    padding: 0;
    padding-left: 18px
}

.layui-timeline-item .layui-text li {
    margin-top: 0;
}

.layui-text ol li {
    list-style-type: decimal;
}

.layui-timeline-axis {
    color: #c80016;
    left: 0px;
    top: 3px;
    text-align: center !important;
}

.layui-timeline-item:before {
    top: 3px;
    left: 9px;
}

.layui-timeline-axis:hover {
    color: #7E0331;
}

/*layui-field-title*/
.layui-field-title {
    margin: 30px 0 10px;
}

fieldset legend {
    width: auto;
    padding: 0 10px;
    border: none;
    margin-bottom: 0;
    color: inherit;
}

.layui-elem-field legend {
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.layui-elem-field {
    margin: 25px 0;
    padding: 20px 15px;
}

.layui-elem-field legend {
    font-weight: normal;
    font-size: 16px;
    margin-left: 0px;
    color: #000;
}

.layui-elem-field.layui-field-title {
    padding: 0;
}

.layui-elem-field.layui-field-title legend {
    margin-left: 0;
    padding-left: 0;
    font-size: 22px;
}

.layui-elem-field .layui-field-box {
    padding: 0;
}

@media screen and (max-width: 767px) {
    .layui-elem-field legend {
        padding: 0 5px;
        /*margin-left: 10px;*/
    }

    .layui-elem-field {
        padding: 20px 10px;
    }
}


/*流程图*/
.process {
    display: table;
    width: 100%;
    vertical-align: top;
    table-layout: fixed;
    margin: 20px 0;
}

.process .process-list {
    display: table-cell;
}

.process {
    table-layout: fixed;
}

.process .process-list {
    position: relative;
    padding-top: 40px;
    counter-increment: chapter;
    text-align: center;
}

.process .process-list:before,
.process .process-list::after {
    position: absolute;
    left: 50%;
    margin-left: -17px;
    top: 0px;
    width: 34px;
    height: 34px;
}

.process .process-list:after {
    content: counter(chapter);
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.process .process-list:before {
    content: "";
    background: #fff;
    border: 2px solid #E50515;
    border-radius: 80px 0 80px 80px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.process .process-list .process-num {
    position: relative;
    border-top: 1px solid #E50515;
    margin-bottom: 30px;
    margin-top: 25px;
}

.process .process-list .process-num:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    top: -7px;
    left: 50%;
    margin-left: -7px;
    background: #E50515;
    border-radius: 50%;
}

.process .process-list .process-box {
    padding: 15px 10px;
    background: #F0F0F0;
    /*color: #fff;*/
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
    line-height: 1.5;
}

.process .process-list .process-box:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -20px;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom-color: #F0F0F0;
}

@media screen and (max-width: 767px) {

    .process,
    .process .process-list {
        display: block;
    }

    .process .process-list {
        padding-left: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .process .process-list:before,
    .process .process-list::after {
        left: 0;
        margin-left: 0;
        top: 50%;
        margin-top: -17px;
    }

    .process .process-list:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .process .process-list .process-num {
        border-top: 0;
        border-left: 1px solid #E50515;
        position: absolute;
        margin: 0;
        top: 0;
        bottom: 0;
        left: 55px;
    }

    .process .process-list .process-num:after {
        left: -7px;
        margin-left: 0;
        top: 50%;
        margin-top: -7px;
    }

    .process .process-list .process-box {
        margin: 0;
        margin-left: 45px;
        text-align: left;
    }

    .process .process-list .process-box:after {
        left: -20px;
        margin-left: 0;
        top: 50%;
        margin-top: -10px;
        border-bottom-color: transparent;
        border-right-color: #F4F4F4;
    }
}


.page-content video,
.ke-content video {
    width: 100% !important;
    max-width: 640px;
    margin: 20px auto;
    display: block;
}