﻿.pc-style .TeachSchool {
    width: 1120px;
    margin: 20px auto;
}

.pc-style .TeachSchool .TeachSchoolInner {
    padding: 40px;
    background: #ffffff;
}

.pc-style .TeachSchool .TeachSchoolListTitle {
    font-size: 24px;
    line-height: 1.5;
    color: #cc0000;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}

.pc-style .TeachSchool .TeachSchoolListContent table {
    border: 1px solid #e5e5e5;
}

.pc-style .TeachSchool .TeachSchoolListContent th {
    background: #f5f5f5;
    padding: 10px;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.pc-style .TeachSchool .TeachSchoolListContent td {
    padding: 10px;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.pc-style .TeachSchool .TeachSchoolListContent .aLeft {
    text-align: left;
}

.pc-style .TeachSchool .TeachSchoolListContent a {
    color: #336699;
}

.pc-style .TeachSchool .TeachSchoolListContent a:hover {
    color: #cc0000;
    text-decoration: underline;
}

/* 移动端样式 */

.mobile-style #top {
    display: none;
}

.mobile-style #bot {
    display: none;
}

.mobile-style .TeachSchool {
    margin-bottom: 20px;
}

.mobile-style .TeachSchool .TeachSchoolInner {
    padding: 20px;
    background: #ffffff;
}

.mobile-style .TeachSchool .TeachSchoolListTitle {
    font-size: 18px;
    line-height: 1.5;
    color: #cc0000;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}

.mobile-style .TeachSchool .TeachSchoolListContent table {
    border: 1px solid #e5e5e5;
}

.mobile-style .TeachSchool .TeachSchoolListContent th {
    background: #f5f5f5;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #e5e5e5;
    white-space: nowrap;
}

.mobile-style .TeachSchool .TeachSchoolListContent th.province {
    width: 3em !important;
}

.mobile-style .TeachSchool .TeachSchoolListContent th.school {
    width: 4em !important;
}

.mobile-style .TeachSchool .TeachSchoolListContent td {
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.mobile-style .TeachSchool .TeachSchoolListContent .aLeft {
    text-align: left;
}

.mobile-style .TeachSchool .TeachSchoolListContent a {
    color: #336699;
}

.mobile-style .TeachSchool .TeachSchoolListContent a:hover {
    color: #cc0000;
    text-decoration: underline;
}

.mobile-style:after {
    content: "";
    display: block;
    /* background: url(https://wx.100xuexi.com/images/Mobile_bg0597.png) center center no-repeat; */
    background: url(/css/images/endtips.png) center center no-repeat;
    background-size: auto 30px;
    height: 30px;
}