@charset "utf-8";
.lt_menu {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 60px 0 0;
}
.lt_menu h2 {
    text-align: center;
    font-size: 1.846em;
    margin-bottom: 40px
}
.lt_menu ul {
	display:flex;
	flex-wrap:wrap;
	padding: 0 20px;
	max-width:1200px;
}
.lt_menu ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}
.lt_menu li {
	max-width:33.33333%;
	flex:0 0 33.33333%;
	padding:15px;
}
/* .lt_menu li:first-child, .lt_menu li:nth-child(2){border-top:2px solid #000}*/
.lt_menu li:first-child {
    
}
.lt_menu .lt_li_img {}

.lt_menu .lt_img {
	/*
	float: left;
    margin-right: 10px;
	*/
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
}
.lt_menu .lt_img img {
	/*
	width: 100%;
    float: left;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 13%);
	*/
	width:100%;
	height:auto;
}
.lt_menu .lt_detail {
	height: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    font-size: 1em;
    line-height: 2;
    text-align: justify;
    background-color: #fff;
    padding: 20px 20px 0px;
}

.lt_menu .lt_title {
	
}

.lt_detail_txt {
    color: #555;
	line-height:2;
}
.lt_detail_txt:hover {
    color: #999;
}
.lt_menu .new_icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    line-height: 25px;
    font-weight: 300;
    background: #00c362
}
.lt_menu .new_icon:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    clear: both;
    border: 0 solid #00c362;
    border-bottom-color: transparent;
    border-width: 8px 20px;
    bottom: -8px;
}
.lt_menu .lt_tit {
    font-weight: 500;
    font-size: 1.1em;
	display:block;
	line-height:1.5;
	padding:0 0 10px;
    text-align: left;
}
.lt_menu .menu_more {
    margin: 40px 0;
    text-align: center;
}
@media(max-width: 696px) {
	.lt_menu .menu_more {
	    margin:0;
	}
}
.lt_menu .menu_more a {
    display: inline-block;
    width: 150px;
    color: #00c362;
    line-height: 50px;
    border: 1px solid #00c362;
    font-weight: 400;
	border-radius:5px;
}
.lt_menu .lt_cate {
    display: inline-block;
    margin-right: 5px;
    color: #00c362;
    line-height: 25px;
	margin-bottom:10px;
	font-weight:500;
	font-size:1em;
}

@media(max-width: 969px) {

	.lt_menu li {
		max-width:100%;
		flex:0 0 100%;
		padding:15px;
	}
	
    .lt_menu {
        padding: 80px 0;
    }
    .lt_menu h2 {
        margin-bottom: 20px
    }
    .lt_menu li {
        width: 100%;
        text-align: center;
        border: 0;
        padding: 0 0 40px;
        float: none;
        margin-bottom: 3em;
    }
    .lt_menu li:first-child {
        border-top: 0;
    }
    .lt_menu li:nth-child(2) {
        border-top: 0
    }
    .lt_menu .lt_img {
        margin: 0 auto;
        clear: both;
        float: none;
    }
    .lt_menu .lt_img img {
        width: 100%;
        margin: 0 auto;
    }
	/*
    .lt_menu .lt_detail {
        clear: both;
        text-align: left;
    }
	*/
    .lt_menu .new_icon {
        right: 20px;
    }
}
@media(max-width: 639px) {
    .lt_menu h2 {
        font-size: 1.5em
    }
	.lt_menu .lt_tit {
		font-size:1.5em;
	}
	.lt_menu .lt_cate {
		font-size:1.25em;
	}
}