/* News list page
-------------------------------------------------- */
.sec.__news-list{
    margin-top: 30px;
    }
    .sect_list .sec_it {
        margin-bottom: 25px;
        overflow: hidden;
    }
    .sect_list .sec_it_img{
        float: left;
        max-width: 20%;
        padding-right: 20px
    }
    .sect_list .sec_it_img span{
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding-bottom: 68%;
    display: block;
    position: relative;
    z-index: 1;
    }
        /*.sect_list .sec_it_img img{
            height: auto;
        }*/
        .sec_it_title{
            font-size: 16px;
            font-weight: 700;
        }
            .sec_it_title a{
                border-bottom: none;
            }
            .sec_it_title a:hover{
                border-bottom: 1px solid #00757c;
            }
        .sec_it_tx{
            margin-bottom: 10px!important;
        }
        .sect_it_date{
            color: #666;
        }
@media screen and (max-width: 767px) {
    .sect_list .sec_it_img{
         float: none;
         max-width: 100%;
        margin-bottom: 20px;
    }
}

/* /News list page */