
.introduction {
    width: 100%;
    height: 5.57rem;
    background-image: url("/static/images/index/bg5.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
.introduction-top {
    padding-top: .04rem;
    text-align: center;
    font-family: cursive;
    height: 1.647rem;
    font-size: .194rem;
    font-weight: bold;
    color: #333;
}

.introduction-bottom-img {
    width: 1.198rem;
    height: auto;
    position: absolute;
    bottom: 0.48rem;
    right: 0.75rem;
}
.introduction-top img {
    width: .167rem;
	height: .162rem;
}
.introduction-t1 {
    color: #8a0f0f;
    font-size: .324rem;
    font-family: cursive;
    font-weight: bold;
}
.mt {
    margin: .009rem 0;
}
.introduction-bottom {
    position: relative;
    height: 4.001rem;
    padding-top: .5rem;
    display: flex;
    padding-left: 1.935rem;
}
.introduction-text {
    width: 6.172rem;
}
.w618px {
    width: 3.232rem;
    margin-left: .518rem;
}

.introduction-text-item {
    font-size: .162rem;
    color: #ffffff;
    margin-bottom: .05rem;
    font-family: cursive;
    display: flex;
}
.introduction-text-item-r1 {
    flex-shrink: 0;
}
.mt79 {
    position: absolute;
    right: 2.15rem;
    display: block;
    bottom: .518rem;
}
.college {
    padding-top: .392rem;
    padding-left: .262rem;
    padding-right: .35rem;
    width: 100%;
    /* height: 5.649rem; */
    background-image: url("/static/images/index/bg01.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.college-hea {
    text-align: center;
    font-size: .209rem;
    color: #333;
    margin-bottom: .235rem;
}
.college-hea img {
    width: .675rem;
	height: .157rem;
    margin-bottom: .105rem;
}
.college-main {
    display: flex;
    flex-wrap: wrap;
}
.college-item {
    display: flex;
    position: relative;
    width: 2.144rem;
	height: 3.128rem;
    padding: .052rem;
    background-color: #fff;
    border: solid 1px #9d1d22;
    margin-right: .183rem;
    margin-bottom: .69rem;
    
    overflow: hidden;
}
.college-item:nth-child(2n-1){
    margin-top: .523rem;
}
.college-item:nth-child(4n) {
    margin-right: 0;
}
.college-item>img {
    width: 100%;
    height: 3.023rem;
    object-fit: cover;
    transition: all .5s;
}
.college-oitem-wen {
    position: absolute;
    top: -0.026rem;
    left: .288rem;
    width: .293rem;
	min-height: .941rem;
    font-size: .115rem;
    color: #fff;
    background-image: url("/static/images/index/mark_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: .126rem;
    padding: .052rem .052rem;
}
.college-oitem-wen2 {
    width: .62rem;
}
.units {
    min-height: 3.19rem;
	background-image: url("/static/images/index/list-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: .392rem .947rem .418rem;
}
.units .college-hea {
    color: #fff;
}
.units-list {
    display: flex;
    flex-wrap: wrap;
}
.units-item {
    width: calc(100% / 3);
    display: flex;
    align-items: center;
    color: #fff;
    font-size: .105rem;
    line-height: .136rem;
    margin-bottom: .152rem;
}
.units-item::before {
    display: block;
    content: "";
    width: .052rem;
	height: .052rem;
	background-color: #ffd882;
    border-radius: 50%;
    margin-right: .068rem;
    flex-shrink: 0;
}

.institution {
    /*min-height: 6.632rem;*/
	/*background-image: url("/static/images/index/about_bg.png");*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    padding: .392rem 0 .418rem;
    background-color: #333;
}
.institution-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 6.8rem;
    margin: 0 auto;
}
.institution-item {
    width: 2.1rem;
    margin-right: .12rem;
    margin-bottom: 0.15rem;
}
.institution-item:nth-child(3n) {
    margin-right: 0;
}
.institution-item-img {
    width: 1.726rem;
	height: .659rem;
	/*background-color: #ffffff;*/
	border-radius: .031rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.institution-item-img img {
    height: 100%;
    width: auto;
    object-fit: contain;
}
.institution-item-text {
    font-size: .115rem;
    font-weight: bold;
	line-height: .136rem;
	letter-spacing: .005rem;
	color: #fff;
    text-align: center;
    margin-top: .03rem;
}
.mb52 {
    margin-bottom: .272rem;
}
.mb70 {
    margin-top: .368rem;
    margin-bottom: .272rem;
}
.units-item:hover {
    color: #ffd882;
}
.institution-item:hover .institution-item-text{
    color: #fff;
}
.college-item:hover>img {
    transform: scale(1.05);
}