@charset "UTF-8";
#news .type {
    margin-bottom: 25px;
}

.ui-selectmenu-button {
    font-size: 15px !important;
}

#news .news_type .news_type_select {
    width: 194px;
    border-bottom: 1px solid black;
    background-image: url("../img/icon/g_arrow.png");
    background-position: right;
    background-repeat: no-repeat;
    height: 45px;
    float: right;
    cursor: pointer;
}

#news .news_type .news_type_select select {
    outline: none;
    background: transparent;
    width: 100%;
    padding: 0;
    font-size: 15px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: bold;
}

#news .news_type .search {
    display: inline-block;
    width: 100%;
    margin-top: 71px;
}

#news.content_plastic .news_type {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}

#news.content_plastic .news_type .search {
    margin-top: 0;
}

#news.content_plastic .news_type .search .news_type_select {
    float: right;
    margin-right: 0;
}

#news.content_plastic .news_type .search .news_type_select:after {
    display: none;
}

#news .news_type .search .news_type_select {
    float: left;
    margin-top: 0;
    position: relative;
    margin-right: 25px;
}

#news .news_type .search .news_type_select select {
    outline: none;
    background: transparent;
    width: 100%;
    padding: 0;
    font-size: 15px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: bold;
}

#news .news_type .search .news_type_select:after {
    content: '';
    background-color: #d4d4d4;
    width: 1px;
    height: 21px;
    right: -25px;
    position: absolute;
    top: 14px;
}

#news .news_type .search .news_type_input {
    float: left;
    width: 192px;
    margin-left: 25px;
    height: 45px;
    position: relative;
}

#news .news_type .search .news_type_input input {
    border: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-bottom: 1px solid black;
    font-size: 15px;
    outline: 0;
    border-radius: 0;    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#news .news_type .search .send {
    font-size: 13px;
    margin-top: auto;
    height: 44px;
    position: relative;
    overflow: hidden;
    float: right;
    width: 137px;
    cursor: pointer;
}

#news .news_type .search .send span {
    background-color: white;
    padding: 13px 20px;
    position: absolute;
    top: 2px;
    left: 2px;
    line-height: 14px;
    color: rgba(14, 14, 14, 0.86);
    width: calc(100% - 4px);
    background-image: url("../img/icon/b_arrow.png");
    background-position: 90% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#news .news_type .search .send:before {
    content: '';
    background: #19bbf0;
    background: -moz-linear-gradient(left, #19bbf0 0%, #7adeff 100%);
    background: -webkit-linear-gradient(left, #19bbf0 0%, #7adeff 100%);
    background: -webkit-gradient(linear, left top, right top, from(#19bbf0), to(#7adeff));
    background: -o-linear-gradient(left, #19bbf0 0%, #7adeff 100%);
    background: linear-gradient(to right, #19bbf0 0%, #7adeff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19bbf0', endColorstr='#7adeff', GradientType=1);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#news .news_list {
    display: inline-block;
    position: relative;
    width: 100%;
    letter-spacing: 1px;
    margin-top: 30px;
}

#news .news_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
    padding: 35px 0;
    color: #121212;
}

#news .news_link:after {
    content: '';
    background-color: #00c6a5;
    position: absolute;
    width: 0;
    bottom: -1px;
    height: 1px;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#news .news_link .date {
    width: 35%;
    display: block;
    font-family: Arial, sans-serif;
}

#news .news_link .date span {
    font-size: 36px;
    display: inline-block;
    margin-right: 16px;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
    line-height: 40px;
}

#news .news_link .date span:first-child:after {
    content: '/';
    font-size: 16px;
    position: absolute;
    bottom: 3px;
    right: -11px;
    line-height: 20px;
}

#news .news_link .date .year {
    font-size: 12px;
    color: #121212;
    font-weight: bold;
    margin-top: 15px;
    letter-spacing: 2px;
    position: relative;
    opacity: 0.8;
}

#news .news_link .this_type {
    font-size: 12px;
    color: #2299f2;
    margin-top: 15px;
    letter-spacing: 2px;
}

#news .news_link .date .year div.y {
    position: relative;
}

#news .news_link .date .year div.y:after {
    content: '';
    background-color: black;
    position: absolute;
    width: 50px;
    height: 1px;
    top: 11px;
    margin-left: 6px;
}

#news .news_link .text {
    width: 65%;
    display: block;
}

#news .news_link .text .title {
    font-size: 18px;
    color: #121212;
    font-weight: 600;
    letter-spacing: 2px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 25px;
    margin-bottom: 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#news .news_link .text .memo {
    font-size: 13px;
    color: #373737;
    opacity: 0.75;
    line-height: 22px;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#news .news_link .text .origin {
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
}

#news .news_link:last-child {
    border-bottom: 0;
}


/*news_show*/

.news_show {
    display: inline-block;
    position: relative;
    margin-top: 48px;
    width: 100%;
    letter-spacing: 1px;
}

.news_show .title {
    display: block;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 16px;
    margin-bottom: 30px;
    position: relative;
    line-height: 22px;
}

.news_show .title h1 {
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding-right: 100px;
}

.news_show .title.title_style2 h1 {
    font-size: 16px;
    padding-right: 0;
}

.news_show .title .page_type {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 12px;
    color: #757575;
    border-left: 1px solid #c1c1c1;
    padding-left: 20px;
    line-height: 17px;
}

.news_show .info {
    font-size: 13px;
    display: block;
    line-height: 18px;
    position: relative;
    float: left;
}

.news_show .info .line {
    display: block;
    padding: 12px 0;
    float: left;
    border-bottom: 1px solid #e0e0e0;
}

.news_show .info .line:last-child {
    border-bottom: 0;
}

.news_show .info .line label {
    display: inline-block;
    margin-right: 16px;
    font-weight: bold;
}

.news_show .info .line div {
    display: inline-block;
    color: #797979;
}

.news_show .summary {
    font-size: 14px;
    display: inline-block;
    margin-top: 30px;
    color: #3d3d3d;
    line-height: 22px;
    width: 100%;
}

.news_show .summary img {
    max-width: 100%;
    margin: 15px 0;
}

.service_list {
    display: block;
    position: relative;
}

.oneline {
    display: block;
    width: 100%;
    height: 43px;
    position: relative;
    margin: 40px 0 27px;
}

.oneline:before {
    content: '';
    height: 21px;
    width: 2px;
    background-color: #19bbf0;
    display: block;
    margin: 0 auto;
    position: relative;
}

.oneline:after {
    content: '';
    background-color: #00e0a5;
    height: 21px;
    width: 2px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.service_list {
    display: block;
    position: relative;
}

.service_list .list_box {
    display: block;
    float: left;
    width: 50%;
    height: 282px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 30px;
    position: relative;
}

.service_list .list_box:nth-child(even):after {
    content: '';
    background-color: #d6d6d6;
    width: 1px;
    height: 209px;
    position: absolute;
    top: 42px;
}

.service_list .list_box .title {
    font-size: 15px;
    color: #03b3d3;
    display: block;
    line-height: 22px;
    margin-bottom: 8px;
    padding-right: 60px;
    font-weight: 600;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.service_list .list_box .threelist {
    font-size: 14px;
    color: #757575;
    line-height: 20px;
    padding-left: 30px;
    padding-right: 50px;
    display: block;
    position: relative;
    letter-spacing: 2px;
}

.service_list .list_box .threelist li {
    position: relative;
    display: block;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 0;

}

.service_list .list_box .threelist li:before {
    content: '';
    background-color: #19bbf0;
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 50%;
    left: -24px;
    top: 18px;
}

.service_list .list_box .threelist li a {
    color: inherit;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service_list .list_box .threelist li:last-child {
    border-bottom: 0;
}

.service_list .list_box .more {
    FONT-SIZE: 13PX;
    COLOR: #19bbf0;
    border: 1px solid #19bbf0;
    background-color: transparent;
    width: calc(100% - 50px);
    display: block;
    text-align: center;
    line-height: 40px;
    margin-top: 16px;
    letter-spacing: 2px;
    position: absolute;
    bottom: 22px;
    left: 0;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service_list .list_box:nth-child(even) .threelist {
    padding-left: 85px;
    padding-right: 0;
}

.service_list .list_box:nth-child(even) .title {
    padding-left: 56px;
    color: #00c6a5;
    padding-right: 0;
}

.service_list .list_box:nth-child(even) .threelist li:before {
    background-color: #00c6a5;
}

.service_list .list_box:nth-child(even) .more {
    color: #00c6a5;
    border-color: #00c6a5;
    right: 0;
    left: auto;
}

.service_list .list_box:last-child, .service_list .list_box:nth-last-child(2) {
    border-bottom: 0;
}

#news .price_list {
    position: relative;
}

#news .price_list .price_info {
    position: relative;
    font-size: 13px;
    color: #08090e;
    border-bottom: 2px solid #cacaca;
    padding-bottom: 12px;
}

#news .price_list .price_info b {
    font-weight: bold;
}

#news .price_list .price_info div {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

#news .price_list .price_info .date {
    position: relative;
}

#news .price_list .price_info .origin {
    position: relative;
    max-width: 305px;
}

#news .price_list .price_info .unit {
    position: relative;
    margin-right: 0;
    float: right;
}

#news .price_list .table .t_head .t1 {
    width: 26.5%;
}

#news .price_list .table .t_head .t2 {
    width: 43.5%;
    text-align: left;
    padding-left: 15px;
}

#news .price_list .table .t_head .t3 {
    width: 15%;
    text-align: center;
    padding-left: 0;
    border: 0;
}

#news .price_list .table .t_head .t3::after {
    content: '';
    background-color: #a6a6a6;
    width: 1px;
    height: 10px;
    position: absolute;
    right: 0;
    bottom: -12px;
}

#news .price_list .table .t_head .t4 {
    width: 15%;
    text-align: center;
    padding-left: 0;
    border: 0;
}

#news .price_list .table .t_content {
    color: #08090e;
}

#news .price_list .table .t_content .c2 {
    width: 26.5%;
    padding-left: 22px;
}

#news .price_list .table .t_content .c3 {
    width: 43.5%;
    text-align: left;
    padding-left: 15px;
    color: #08090e;
}

#news .price_list .table .t_content .c3:after {
    display: none;
}

#news .price_list .table .t_content .c4 {
    width: 15%;
    text-align: center;
    padding-left: 0;
    border: 0;
    float: left;
}

#news .price_list .table .t_content .c5 {
    width: 15%;
    text-align: center;
    padding-left: 0;
    border: 0;
    float: left;
}

.video_box.video_box_more .video_type .video_line {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.video_box.video_box_more .video_type .video_line .video_link {
    margin-bottom: 40px;
    margin-right: 6px;
}

.video_box.video_box_more .video_type .video_line .video_link:nth-child(4n) {
    margin-right: 0;
}

.video_box.video_box_more .video_type {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.video_box {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

.video_box .more {
    font-size: 12px;
    color: #00c6a5;
    display: block;
    text-align: right;
    margin-top: 12px;
}

.video_box .video_type {
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 45px;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

.video_box .video_type .title {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.video_box .video_type .video_line {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.video_box .video_type .video_line .video_link {
    position: relative;
    font-size: 12px;
    color: #3d3d3d;
    width: 147px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.video_box .video_type .video_line .video_link .imgs {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 11px;
}

.video_box .video_type .video_line .video_link .imgs img {
    position: relative;
    float: left;
}

.video_box .video_type .video_line .video_link span {
    position: relative;
    padding-right: 50px;
    display: block;
    line-height: 18px;
    float: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media only screen and (min-width: 1025px) {
    #news .news_link:hover:after {
        width: 100%;
    }
    #news .news_link:hover .text .title {
        color: #00c6a5;
    }
    #content .back_page:hover {
        color: #00c6a5;
        border: 1px solid #00c6a5;
        background-color: white;
        background-image: url("../img/icon/back_h.png");
    }
    #news .news_type .search .send:hover span {
        background-color: transparent;
        color: white;
        font-weight: bold;
        background-image: url("../img/icon/w_arrow.png");
    }
    .service_list .list_box .more:hover {
        background-color: #19bbf0;
        color: white;
    }
    .service_list .list_box:nth-child(even) .more:hover {
        background-color: #00c6a5;
    }
    #news .price_list .table .t_content .line:hover, #news .price_list .table .t_content .line:hover .c4 {
        background-color: white;
        color: #08090e;
    }
    .video_box .video_type .video_line .video_link:hover {
        color: #00c6a5;
    }
}

@media only screen and (max-width: 1024px) {
    .news_show {
        padding-bottom: 90px;
    }
    #news .news_type .news_type_select select, #news .news_type .search .news_type_select select {
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid black;
        padding-left: 0;
        BORDER-RADIUS: 0;
        height: 45px;
        background-image: url(../img/icon/g_arrow.png);
        background-repeat: no-repeat;
        background-position: 98%;
    }
    #news .news_type .news_type_select select{
        background-image: none;
    }
    #news .news_type .search .news_type_select {
        background-image: none;
        border: 0;
        width: 35%;
        padding-right: 5%;
        margin-right: 0;
    }
    #news .news_type .search .news_type_input {
        width: 35%;
        margin-left: 0;
        padding-left: 5%;
    }
    #news .news_type .search .send {
        width: 24%;
    }
    #news .news_type .search .news_type_select:after {
        right: 0;
    }
    #news .price_list .table .t_head .t0 {
        padding-bottom: 5px;
        line-height: 17px;
        color: black;
        font-size: 14px;
    }
    #news .price_list .table .t_head .t1 {
        width: 23%;
    }
    #news .price_list .table .t_head .t2 {
        width: 38%;
    }
    #news .price_list .table .t_head .t3 {
        width: 15%;
    }
    #news .price_list .table .t_head .t4 {
        width: 15%;
    }
    #news .price_list .table .t_content .c2 {
        width: 23%;
    }
    #news .price_list .table .t_content .c3 {
        width: 38%;
    }
    #news .price_list .table .t_content .c4 {
        width: 15%;
    }
    #news .price_list .table .t_content .c5 {
        width: 15%;
    }
    .video_box .video_type .video_line .video_link {
        width: calc(25vw - 46px);
        font-size: 14px;
    }
    .video_box .video_type .video_line .video_link span {
        padding-right: 0;
    }
    .video_box.video_box_more .video_type .video_line .video_link {
        margin-right: 5px;
    }
}

@media only screen and (max-width: 700px) {
    .video_box .video_type .video_line .video_link {
        width: calc(25vw - 29px);
    }
}

@media only screen and (max-width: 600px) {
    #news {
        margin-top: 22px;
    }
    .news_show {
        padding-bottom: 0;
    }
    #news .news_link {
        padding: 26px 0;
        display: block;
    }
    #news .news_link .date {
        width: 100%;
    }
    #news .news_link .text {
        width: 100%;
    }
    #news .news_link .date span {
        font-size: 35px;
        float: left;
    }
    #news .news_link .date span:nth-child(2){
        margin-right: 10px;
    }

    #news .news_link .date .year {
        float: left;
        width: auto;max-width: 56%;
        position: relative;
        margin-top: 0;
        border-left: 1px solid #d0d0d0;
        height: 33px;
        padding-left: 16px;
        line-height: 18px;
    }
    #news .news_link .date .year div.y:after {
        display: none;
    }
    #news .news_link .text {
        display: inline-block;
        width: 100%;
        margin-top: 25px;
    }
    #news .news_link .text .title {
        font-size: 16px;
        line-height: 20px;
        -webkit-line-clamp: 10;
        margin-bottom: 12px;
    }
    #news .news_type .news_type_select select {
        border: 0;
        border-bottom: 1px solid black;
        background-color: transparent;
        background-image: none;
        padding-left: 0;
    }
    #news .news_type .news_type_select {
        float: left;
        width: 150px;    margin-top: 25px;    margin-bottom: 10px;
    }
    #news .news_link .this_type {
        position: relative;
        margin-top: 0;    line-height: 16px;
    }
    #news .type {
        padding-bottom: 17px;
        padding-top: 10px;    margin-bottom: 0;
    }
    #news .news_type .search {
        margin-top: 20px;
    }
    #news .news_list{
        margin-top: 0;
    }
    #news.content_plastic .news_type{
        margin-bottom: 40px;
    }
    #news .news_type .search .news_type_select ,#news.content_plastic .news_type .search .news_type_select{
        display: block;
        float: none;
        margin-bottom: 0;
        padding-right: 0;
        width: 151px;
        margin-top: 20px;
    }
    #news .news_type .search .news_type_input {
        padding-left: 0;
        float: none;
        width: 151px;
    }
    #news .news_type .search .news_type_select:after {
        display: none;
    }
    #news .news_type .search .send {
        width: 151px;
        float: none;
        margin-top: 20px;
    }
    .oneline {
        height: 28px;
    }
    .oneline:after, .oneline:before {
        margin-left: 0;
        height: 50%;
    }
    .service_list .list_box {
        width: 100%;
        padding-right: 0;
        height: auto;
        padding-bottom: 32px;
        margin-bottom: 27px;
    }
    .service_list .list_box:nth-child(even):after {
        display: none;
    }
    .service_list .list_box:nth-child(even) .threelist {
        padding-left: 30px;
        padding-right: 0;
    }
    .service_list .list_box .more {
        width: 100%;
        position: relative;
        bottom: auto;
    }
    .service_list .list_box .threelist {
        padding-right: 0;
    }
    .service_list .list_box:nth-child(even) .title {
        padding-left: 0;
    }
    .service_list .list_box:nth-last-child(2) {
        border-bottom: 1px solid #d6d6d6;
    }
    .news_show .title h1 {
        padding-right: 0;
        font-size: 24px;
        line-height: 34px;
    }
    .news_show .title.title_style2 h1 {
        padding-right: 0;
        font-size: 24px;
        line-height: 34px;
    }
    .news_show .title .page_type {
        width: 100%;
        top: -30px;
        padding-left: 0;
        border: 0;
    }
    .news_show .title {
        border-bottom: 0;
        margin-bottom: 25px;
        padding-bottom: 0;
    }
    #news .type_inner {
        display: none;
    }
    #news .price_list .price_info div {
        width: 100%;
        margin-right: 0;
    }
    #news .price_list {
        margin-top: 8px;
    }
    #news .price_list .price_info {
        border-bottom: 0;
        margin-bottom: 20px;
    }
    #news .price_list .table .t_head .t1 {
        width: 100%;
    }
    #news .price_list .table .t_head .t2 {
        width: 100%;
    }
    #news .price_list .table .t_head .t3 {
        width: 100%;
    }
    #news .price_list .table .t_head .t4 {
        width: 100%;
    }
    #news .price_list .table .t_content .c2 {
        width: 100%;
        padding-left: 0;
    }
    #news .price_list .table .t_content .c2:before {
        content: '物料別';
    }
    #news .price_list .table .t_content .c3 {
        width: 100%;
        padding-left: 0;
    }
    #news .price_list .table .t_content .c3:before {
        content: '規格別';
    }
    #news .price_list .table .t_content .c4 {
        width: 100%;
        padding-left: 0;
        border-bottom: 1px solid #e9e9e9;
    }
    #news .price_list .table .t_content .c4:before {
        content: '品牌';
    }
    #news .price_list .table .t_content .c4:after {
        display: none;
    }
    #news .price_list .table .t_content .c4 span {
        border: 0;
        text-align: left;
    }
    #news .price_list .table .t_content .c5 {
        width: 100%;
        padding-left: 0;
        text-align: left;
        position: relative;
        padding: 10px 0;
        border-bottom: 1px solid #00c6a5;
    }
    #news .price_list .table .t_content .c5:before {
        content: '價格';
        font-weight: bold;
        width: 22%;
        float: left;
        text-align: left;
        color: #08090e;
        margin-right: 0;
    }
    #news .price_list .table .t_content .c5:after {
        display: none;
    }
    #news .price_list .table .t_content .c5 span {
        border: 0;
        text-align: left;
        width: 78%;
        padding-left: 18px;
        float: right;
    }
    #news .price_list .table .t_content .c5 span:after {
        content: '';
        background-color: #dbdbdb;
        left: 22%;
        top: 17px;
        width: 1px;
        height: 10px;
        display: block;
        margin: 0;
        position: absolute;
    }
    .video_box .video_type .video_line {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .video_box .video_type .video_line .video_link {
        width: calc(50vw - 40px);
        margin-bottom: 25px;
    }
    .video_box.video_box_more .video_type .video_line .video_link:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 450px) {
    .video_box .video_type .video_line {
        display: inline-block;
        width: 100%;
    }
    .video_box .video_type .video_line .video_link {
        width: 100%;
        margin-bottom: 18px;
        display: inline-block;
        float: left;
    }
    .video_box .video_type:last-child {
        margin-bottom: 0;
    }
    .video_box .more {
        text-align: left;
    }
    .video_box.video_box_more .video_type .video_line .video_link {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
