.cardEnrollment ul li a {
    margin: 10px 0;
}

.cardEnrollment ul li a:hover {
    background-color: #eb5858;
}

.cardEnrollment ul li .btns a:nth-child(1) {
    background-color: #4665a5;
}

.cardEnrollment ul li .btns a:nth-child(1):hover {
    background-color: #1e3f83;
}

.cardEnrollment ul li .cont_box .container_texts .item-2 {
    width: 50%;
}

.cardEnrollment ul li .cont_box .container_texts .item .label {
    font-size: 13px;
    font-weight: normal;
}

.cardEnrollment ul li .cont_box .container_texts .flex-cont {
    flex-wrap: wrap;
    justify-content: start;
}

.cardEnrollment ul li .cont_box .container_texts .item-3 {
    width: auto;
}

.cardEnrollment ul li .cont_box .container_texts .item-10 {
    width: 100%;
}

.cardEnrollment ul li .cont_box .container_texts .item {
    padding-right: 8px;
    margin-top: 5px;
}

.cardEnrollment ul li .cont_box .container_texts .item .enrollTips .tip {
    font-size: 12px;
    /* padding: 2px 4px; */
	overflow: hidden;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

.tag {
	padding: 1px 5px;
	border-radius: 4px;
	margin: 0 2px;	
}

.enrollTips .tip .tag-color:nth-child(1) {
	color: #fff;
	background: #7f8dbc;
}

.enrollTips .tip .tag-color:nth-child(2) {
	color: #fff;
	background: #c38586;
}

.enrollTips .tip .tag-color:nth-child(3) {
	color: #fff;
	background: #77b8ba;
}

.enrollTips .tip .tag-color:nth-child(4) {
	color: #fff;
	background: #98b984;
}

.enrollTips .tip .tag-color:nth-child(5) {
	color: #fff;
	background: #f89383;
}

.enrollTips .tip .tag-color:nth-child(6) {
	color: #fff;
	background: #43619f;
}

.enrollTips .tip .tag-color:nth-child(7) {
	color: #fff;
	background: #977143;
}


.enrollTips .tip .tag-color:nth-child(8) {
	color: #fff;
	background: #b94646;
}

.enrollTips .tip .tag-color:nth-child(9) {
	color: #fff;
	background: #d6a76f;
}


.enrollTips .tip .tag-color:nth-child(10) {
	color: #fff;
	background: #73b0dc;
}


.link_href {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.cardEnrollment ul li .link_href a {
    padding: 0 12px;
    background-color: transparent;
    color: #0e2d63;
    font-size: 14px;
    line-height: 1;
    border-right: 1px solid #0e2d63;
    border-radius: 0;
}

.cardEnrollment ul li .link_href a:hover {
    color: #f26470;
}

.cardEnrollment ul li .link_href a:nth-child(1) {
    padding-left: 0;
}

.cardEnrollment ul li .link_href a:last-child {
    border: none;
}

@media screen and (max-width:800px) {
    .cardEnrollment ul li .cont_box .container_texts .item {
        width: 100%;
    }
    .flex-row-center {
        flex-direction: column;
    }
    .cardEnrollment ul li .cont_box .container_texts .item .enrollTips {
        flex-wrap: wrap;
    }
    .cardEnrollment ul li .cont_box .container_texts .item .enrollTips .tip {
        margin-bottom: 5px;
    }
    .btns {
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
    .cardEnrollment ul li a {
        width: 45%;
    }
	
	.cardEnrollment ul li .cont_box h3 a {
	    width: 100%;	
	}
	
	.cardEnrollment ul li .logo_icon a {
	    width: 50px;
		height: 50px;	
	}
    
    .link_href {
        display: none;
    }
}