/*Ã§â€ºÅ Ã©ËœÂ³Ã¥Â­Â¦Ã¥Â â€šÃ¦Â¥Â¼Ã¥Â±â€š*/
.t-yiyangSchool,
.t-system-entry {
    background: #fff;
    margin-top: 15px;
    padding: 20px 30px;
}

.t-yiyangSchool *,
.t-system-entry * {
    box-sizing: border-box;
}

.t-title {
    margin-bottom: 20px;
}

.t-sch {
    font-size: 19px;
    color: #303030;
    font-weight: 600;
}

.t-split {
    color: #999;
    padding-left: 10px;
}

.t-types span {
    color: #999;
    font-size: 14px;
    cursor: pointer;
    padding: 0 10px;
}

.t-types span:hover,
.t-types span.active {
    color: #1E82DE;
}

.t-source {
    margin: 0 -10px;
    overflow: hidden;
    height: 152px;
}

.t-batch {
    text-align: right;
    color: #ffa71e;
    cursor: pointer;
    background: url(../img/shua.png) no-repeat right;
    padding-right: 15px;
}

.t-item {
    width: 20%;
    padding: 0 10px;
    float: left;
    cursor: pointer;
}

.t-item p {
    font-size: 15px;
    text-align: center;
    line-height: 2em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.t-item img {
    display: block;
    width: 100%;
    height: 122px;
    object-fit: cover;
    border: 1px solid #E8E8E8;
}

/*Ã§Â³Â»Ã§Â»Å¸Ã¥Â¿Â«Ã©â‚¬Å¸Ã¥â€¦Â¥Ã¥ÂÂ£*/
.t-entry-content {
    overflow: hidden;
    display: none;
    height: 280px;
}

.t-entry-content>div {
    width: 33.333%;
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.t-entry-content img {
    margin-right: 5px;
    vertical-align: middle;
}

.t-entry-content span {
    vertical-align: middle;
}

.t-entry-content a:hover {
    color: #1E82DE;
}

.t-appApply {
    float: right;
    font-size: 14px;
    color: #fff !important;
    background: url(../img/btn.png) no-repeat left center;
    padding: 14px 12px 14px 41px;
    margin-top: -8px;
}

.spanHref {
    font-size: 14px;
    color: #999 !important;
    padding: 0 10px;
}

.spanHref:hover {
    color: #1E82DE !important;
}