/* public style */
.ljgt-text-ellipsis{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* ljgt public title */
.ljgt-companies{
    width: 100%;
    overflow: hidden;
    float: left;
	margin-top:4%;
}
.ljgt-companies .ljgt-companies-span{
    width: 100%;
    font-size: 100px;
    font-weight: bold;
    float: left;
    color: #EFF3F4;
    text-align: center;
    margin-top: 4%;
}
.ljgt-companies .ljgt-companies-span2{
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    float: left;
    color: #182548;
    text-align: center;
    margin-top: -70px;
    margin-bottom: 4%;
}
/* ljgt 内容部分 */

.ljgt-main{
    float: left;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 30px;
}

.ljgt-list-item{
    margin-bottom: 2%;
}
/* img */
.ljgt-list-item.row{
	margin-left:0px;
	margin-right:0px;
}
.ljgt-list-item.row:hover .list-item-content{
	 background: #fff;
	 box-shadow:0px 4px 15px rgba(91, 91, 91, 0.17);
}
.ljgt-list-item .list-item-img{
    height: 100%;
	padding:0px !important;
}
.ljgt-list-item .list-item-img img{
    width: 100%;
    height: 100%;
	object-fit:cover;
}
/* content */
.ljgt-list-item .list-item-content {
    padding: 1.5% 4% 1.5% 2%;  
	flex:1;
	background:#f9f9f9;
}
/* content-wrap */
.ljgt-list-item .list-item-content .content-wrap{
    height: 100%;
}
.ljgt-list-item .list-item-content .content-wrap .item-title a{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 1%;
    display: block;
    max-width: 600px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ljgt-list-item .list-item-content .content-wrap .item-content{
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    line-height: 1.8em;
	max-height:3.6em
}

/* content btn */
.ljgt-list-item .list-item-content .item-btn{
    display: inline-block;
    width: 5em;
    height: 2.2em;
    border: 1px solid #0B294D;
    border-radius: 4px;
    font-size: 14px;    
    color: #0B294D;
	line-height:2.2em;
}
.ljgt-list-item:hover .list-item-content .item-btn,
.ljgt-list-item .list-item-content .item-btn:hover{
    color: white;
    background: #F49455;
    border-color: #F49455;
    text-decoration-line: none;
}

/* time */
.ljgt-list-item .list-item-time{
    flex: 0 0 10%;
}
.ljgt-list-item .list-item-time .item-more{
	display:none;
    position: relative;
    width: 17%;
    height: 7%;
    margin-top: 25%;
}
.ljgt-list-item .list-item-time .item-more img{
    position: absolute;
}
.ljgt-list-item .list-item-time .item-more a img:nth-child(1){
    display: none;
}
.ljgt-list-item .list-item-time .item-more:hover a img:nth-child(1){
    display: block;
}

.ljgt-list-item .list-item-time .time-wrap h2{
    font-size: 20px;
}
.ljgt-list-item .list-item-time .time-wrap h3{
    font-size: 16px;
}
.ljgt-list-item .list-item-content .lit-time {
    color: #4d4d4d;
}
.hidden-sm {
    display: none;
}
/* hover */

.ljgt-list-item:hover .list-item-content .content-wrap .item-title a{
    color: #F49455;
}
/* -------- */
@media screen and (max-width: 1280px) {
    .ljgt-list-item .list-item-content .content-wrap .item-title{
        font-size: 17px;
    }
    .ljgt-list-item .list-item-content .content-wrap .item-content{
        font-size: 15px;
    }
    .ljgt-list-item .list-item-content .item-btn {
        font-size: 13px;
    }
}

@media screen and (max-width: 1140px) {
    .ljgt-list-item .list-item-content .content-wrap .item-title a{
        font-size: 16px;
        margin-bottom: 1%;
    }
    .ljgt-list-item .list-item-content .content-wrap .item-content{
        font-size: 14px;
    }
    .ljgt-list-item .list-item-content .item-btn {
        font-size: 12px;
    }
    .ljgt-list-item .list-item-content {
        padding-right: 4% !important;  
    }
}

@media screen and (max-width: 992px) {
    .ljgt-list-item .list-item-content .content-wrap .item-title a{
        font-size: 16px;
    }
    .ljgt-companies .ljgt-companies-span {
        font-size: 50px;
    }
    .ljgt-companies .ljgt-companies-span2 {
        font-size: 16px;
        margin-top: -34px;
    }
    .ljgt-main{
        width: 96%;
        margin-left: 2%;
    }
    .ljgt-list-item .list-item-content {
        padding-right: 0 !important;  
    }
    .ljgt-list-item .list-item-time {
        display: none;
    }
    .ljgt-list-item .list-item-content .item-btn{
        display: none !important;
    }
    .ljgt-list-item .list-item-content .lit-time{
        font-size: 14px;
    }
    .hidden-sm{
        display: block;
    }
}

@media screen and (max-width: 720px) {
    .ljgt-main{
        width: 96%;
        margin-left:2%;
    }
	.row{
		margin-left:0px;
		margin-right:0px;
	}
    .ljgt-title {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .ljgt-title a{
        font-size: 14px;
    }
    .ljgt-main-col .col .context{
        font-size: 12px;
        margin-bottom: 10px;
    }
	.ljgt-list-item .list-item-content{
		width:72%;
	}
    .ljgt-list-item .list-item-content .content-wrap .item-title a{
        font-size: 14px;
		white-space:normal;
		font-weight:normal;
		line-height:1.5;
		height:4.5em;
		text-align:justify;
		overflow:hidden;
    }
    .ljgt-list-item .list-item-content .content-wrap .item-content{
        font-size: 12px;
        padding-right: 10px;
		display:none;
    }
    .ljgt-list-item .list-item-content .item-btn {
        font-size: 10px;
		
    }
    .ljgt-list-item .list-item-img {
       
    }
	.ljgt-list-item .list-item-img img{
		object-fit:cover;
	}
    .ljgt-list-item {
		cursor:pointer;
		margin-top:18px;
		box-shadow:1px 1px 3px #ccc;
    }
	.ljgt-list-item:fitst-child{
		margin-top:0px;
	}
	.ljgt-list-item .list-item-content .lit-time {
		font-size:12px;
		margin-top:10px;
	}
	.ljgt-list-item .list-item-content {
		padding:4px 6px !important;
		background:white;
	}
	.ljgt-list-item .list-item-img {
		height:auto;
	}
	
}
