@charset "utf-8";
/* CSS Document */
/***********学校简介***********/
.hotclass_F1 {
	width:17.5rem;
	margin:0 auto;
}
.hotclass_F1 ul li {
	width:17.5rem;
    background-color: #f7f7f7;
    border-radius: 0.25rem;
	overflow:hidden;
	margin-bottom:0.5rem;
}
.hotclass_F1_left {
	width: 4rem;
    float: left;
    padding: 1rem;
}
.hotclass_F1_right {
    padding-right: 0.5rem;
}
.hotclass_F1_tit {
    font-size: 0.75rem;
    font-weight: 700;
    color: #333;
    padding-top: 1rem;
}
.hotclass_F1_desc {
    font-size: 0.45rem;
    color: #666;
	margin-top:0.25rem;
}
.hotclass_F1_href p {
	float:left;
	width:4rem;
	height:1.2rem;
	border:1px solid #ccc;
	line-height:1.2rem;
	text-align:center;
	margin-top:1rem;
}
.hotclass_F1_href p:first-child {
	border:1px solid #0172ff;
	color:#0172ff;
}
.hotclass_F1_href p:nth-child(2) {
	border:1px solid #ff1e00;
	color:#ff1e00;
	margin-left:0.5rem;
}