body {
    color: #292929;
    background-color: white;
}
/* card 定义 begin */
.fullCard {
    width: 100%;
    margin: 2px;
    box-sizing: border-box;
    overflow: hidden;
    height: 285px;
    background-color: white;

    /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); */
    border-radius: 8px;
}

.card {
    width: 380px;
    overflow: hidden;
    background-color: white;

    /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); */
    border-radius: 8px;
}

.card-nopic {
    height: 340px;
}

.card-nopic h2 {
    padding: 0 20px;
    line-height: 72px;
    color: #F9F9FC;
}

.card-toppic {
    height: 534px;
}

.card-toppic img {
    margin: 0 0 10px 0;
}

.card h3 {
    padding: 15px 20px;
}

.card p {
    padding: 20px 20px;
    font-size: 14px;
}

.topCardList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-shrink: 0;
    margin-top: 15px;
}

.topcards .card {
    background-color: #F2F3F7;
}

.topcards .card h2 {
    padding: 0 20px;
    line-height: 72px;
}

.topcards .card .button {
    width: 182px;
    height: 48px;
    margin: 0 20px;
    border-radius: 24px;
    text-align: center;
    background: linear-gradient(90deg, rgb(29, 29, 140) 0%, rgb(13, 104, 209) 100%);
}

.topcards .card>a {
    color: white;
    line-height: 48px;
}

.topcards .card>a:hover .button {
    background: rgb(13, 104, 209);
}

/* card 定义 end */
/* 留学活动 begin  */
.lxhd .topCardList {
    align-items: flex-start;
}

.lxhd_card {
    width: 380px;
    border-radius: 8px;
    background-color: #F2F3F7;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    transition: all 300ms ease-in-out;
}

.lxhd_card .bottom {
    box-sizing: border-box;
    width: 100%;
    /* height: 380px; */
    padding: 15px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lxhd_card .bottom>div {
    margin-top: 10px;
    line-height: 28px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}


.lxhd_card .bottom>div img {
    padding-right: 8px;
}

.lxhd_card .bottom h2 {
    font-size: 20px;
    line-height: 28px;
}

.lxhd_card .button {
    width: 330px;
    height: 50px;
    background: linear-gradient(90deg, rgb(207, 52, 61) 0%, rgb(239, 137, 51) 100%);
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    color: white;
    margin: 25px 0 !important;
}

.lxhd_card.active {
    box-shadow: 0px 0px 15px 5px rgba(9, 9, 9, 0.2);
}
/* 二个活动样式  */

.lxhd_cardA li {margin-bottom: 20px;
	display: flex;
	width: 580px;
	height: 170px;
	background: #f2f3f7;
	border-radius: 8px;
	}
.lxhd_cardA li h2{     font-size: 20px;
    line-height: 28px;}
.lxhd_cardA .info {
	flex: 1;
	padding: 22px 20px 0 0;
	
}
.lxhd_cardA .info>div {
    margin-top: 10px;
    line-height: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
}


.lxhd_cardA .info>div img {
    padding-right: 8px;
}
.lxhd_cardAimg img{ padding: 0 20px 0 0; width: 250px; height: 170px; border-radius: 8px;}
/* 留学活动 end  */