@media only screen and (max-width: 767px) {
    .news-center .news-content {
        width: 100%
    }

    .news-center .news-content .news-title {
        font-size: 50px;
        left: 10px;
    }

    .news-center .news-content .news-btns {
        top: 240px;
        flex-wrap: wrap;
    }

    .news-center .news-content .news-btn {
        margin-left: 10px;
        margin-top: 10px;
        width: 100px;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
    }

    .other-content {
        margin-top: 80px;
    }

    .other-content img{
        width: 100%!important;
    }

    .other-content .content-area {
        width: 100%;
    }

    .other-content .other-item {
        width: 100%;
    }

    .content-area .list-images-content .list-image-item {
        width: 100%;
    }

    .typeActiListGap {
        width: 40px!important;
        margin-right: 10px!important;
    }

    .typeActiListLine {
        margin-left:20px!important;
        margin-right: 20px!important;
    }

    .typeActiListName {
        width: 60px;
    }

    .typeActiListPosition {
        flex: 1;
    }

    .typeProcessTextContainer {
        left: 100%;
        transform: translate(13px, -50%);
    }

    .typeProcessItemLeft .typeProcessText {
        top: 50%;
        transform: translate(15px, -50%);
        left: 0;
    }

    .typeProcess {
        align-items: flex-start;
    }

    .typeProcessTitle .point {
        display: none;
    }

    .typeProcessTitle {
        margin: 0 auto;
    }

    .typeProcessTextContainer {
        border: none;
        margin-left: -20px;
    }
    .typeProcessItemContainer .typeProcessTear {
     font-size: 17px !important;
    }
   
    .typeProcessItemContainer {
     width: 110px !important;
    }
}
