.biankuang{
	border: 1px solid #ececec;
}

.boxIntro .hjImg {
    display: inline-block;
    width: 520px;
    margin-right: 20px;
    height: 248px;
    float: left;
    z-index: 1;
}

.boxIntro .hjImg img {
    width: 520px;
    height: 248px;
}

.boxIntro .hjIntro {
    width: 816px;
    height: 248px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.boxIntro .soft-title h1 {
    width: 100%;
    display: inline-block;
    color: #333;
    font-size: 20px;
    margin-bottom: 13px;
    font-weight: bold;
	line-height: 30px;
}

.boxIntro .Desc .jianjie {
    color: #fff;
    background-color: #1e89e0;
    display: inline-block;
    border-radius: 3px;
    padding: 0 0.5em;
    position: relative;
    margin-right: 10px;
    font-size: 12px;
    line-height: 1.5em;
    margin-top: -2px;
    vertical-align: middle;
}

.boxIntro .Desc .jianjie:after {
    border-left: 5px solid #1e89e0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    display: block;
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.boxIntro .Desc p {
	width: 100%;
    max-height: 168px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.hjIntro .intro-other {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
	color: #999;
}

.hjIntro .intro-other span strong{
	
}

.hjIntro .intro-other span{
	padding-right:10px;
}

.ri-calendar-2-line,.ri-price-tag-3-line{
	padding-right: 5px;
}

.cards ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0px;
	list-style: none;
}
        
.cards li {
    flex: 1;
    min-width: 466px;
	max-width: 466px;
    overflow: hidden;
	border: 1px solid #dcdcdc;
	position: relative;
	color: #888;
}


.card-content {
    position: relative;
    /* height: 85px; */
    margin: 25px 15px 10px;
	padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}



.card-content img {
    display: block;
    float: left;
    margin-right: 14px;
    vertical-align: bottom;
    width: 60px;
    height: 60px;
}

.card-content h3 {
    margin: 5px 0 0 0;
    width: 270px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.card-content .tag {
    font-size: 12px;
    height: 20px;
    line-height: 24px;
    overflow: hidden;
	
}

.card-content .tag a{
	padding-right:5px;
	color: #888;
}

.card-content .time{
	font-size: 12px;
}

.card-content .download {
    display: block;
    width: auto;
    height: 25px;
    line-height: 25px;
    color: #fff;
    padding: 0 25px;
    background: #1e89e0;
    position: absolute;
    top: 43px;
    right: 10px;
    text-align: center;
    border-radius: 5px;
    z-index: 9;
}

.cards .desc {
	padding:15px 20px;
    line-height: 22px;
    overflow: hidden;
    font-size: 14px;
}

.cards .desc .jianjie {
    color: #fff;
    background-color: #1e89e0;
    display: inline-block;
    border-radius: 3px;
    padding: 0 0.5em;
    position: relative;
    margin-right: 10px;
    font-size: 12px;
    line-height: 1.5em;
    margin-top: -2px;
    vertical-align: middle;
}

.cards .desc .jianjie:after {
    border-left: 5px solid #1e89e0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    display: block;
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}


@media only screen and (max-width: 768px) {
	
.boxIntro .hjImg {
    width: 100%;
    float: none;
	margin-right: 0px;
}

.boxIntro .hjImg img{
	width: 100%;
}

.boxIntro .hjIntro {
    width: 100%;
    height: auto;
}

.boxIntro .soft-title h1 {
    font-size: 18px;
    margin: 13px 0;
}

.hjIntro .intro-other {
    position: static;
	padding-top:5px;

}

.hjIntro .intro-other span{
	width: 100%;
	display: inline-block;
	padding-right:0px;
	padding-top:0;
	font-size: 14px;
}

.cards ul {
    display: inline-block;
}

.cards li {
    min-width: 100%;
    max-width: 100%;
	width:100%;
	border: none;
}

.card-content {
    position: relative;
    margin: 0;
}

.card-content h3{
    width: auto;
}

.cards .desc {
    padding: 15px 0;
    line-height: 22px;
    overflow: hidden;
    font-size: 14px;
}

.card-content .download {
    padding: 0 20px;
}

































}