
    ._title {
        height: 63px;
    }

    /* sample end*/
    .sample-title a{

        height: 26px;
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #303030;
        margin-top: 40px;

    }

    .sample-xian {
        width: 236px;
        height: 2px;
        border: 2px solid #008068;
        margin: 40px 0px 30px 0px;

    }

    .sample,
    .sampe-content {
        width: 60%;
        margin: 30px auto 40px auto;
    }

    .sample-left-title {

        height: 21px;
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #282828;
        padding-top: 20px;
        padding-bottom: 40px;
        padding-left: 7px;

    }

    .sampe-content {
        display: flex;
    }

    .sample-left ul li {
        width: 70%;
        cursor: pointer;
        border-bottom: 1px solid #D3D3D3;
    }

    .sample-left {
        width: 30%;

    }

    .sample-right {
        width: 70%;

    }


    .left-click div {
        color: #008068;

    }

    .left-click {
        border-right: 3px solid #008068;
        background: #F1F1F1;
    }
    @media screen and (max-width: 1370px) {

        .sample,
        .sampe-content {
            width: 75%;

        }
    }

    /* samole end*/

    /* 分页*/
    .pagination {
        width: 100%;
        display: flex;
    }



    .pagination .active {
        background: #008068;
    }

    .pagination .active span {
        color: #fff;
    }

    /* 分页 end*/
    @media screen and (max-width: 1280px) {

        .sample,
        .sampe-content {
            width: 83%;

        }
    }
