.header .toptitle{
    color: #b01f24 !important;
}
.header .menu {
    background-color: #b01f24 !important;
}
.hd-title,.hd-title .blue {
    color: #b01f24 !important;
}
.subject-box .btn-more a {
    color: #b01f24;
    border: 1px solid #eeeeee;
}
.subject-box .btn-more a:hover {
    background-color: #b01f24;
    color: #FFFFFF;
    border: 1px solid #b01f24;
}
.fl-item .fli-link a.cur, .fl-item .fli-link a:hover {
    background-color: #b01f24;
}
.zs-pages span {
    background: #b01f24;
}
.zs-pages a:hover {
    background: #b01f24;
    color: #fff;
}
.curriculum {
    display: table;
    width: 100%;
    background: url(../images/political/curriculum_beijing.jpg) no-repeat;
    background-size: cover;
    height: auto;
    padding: 80px 0 80px 0;
}
.curriculum_tatle {
    text-align: center;
    color: #003399;
    font-weight: 600;
    font-size: 32px;
}
.curriculum_box {
    margin-top: 30px;
}
.curriculum_biaoti {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #a0a0a0;
}
.wenzi {
    color: #0d2960;
    font-weight: 400;
    display: block;
    padding: 20px 30px;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    float: left;
    padding-bottom: 20px;
}
.wenzi:hover, .wenzi.active {
    color: #1552a8;
}
.wenzi.active::before {
    content: '';
    width: 60%;
    height: 7px;
    background: #1552a8;
    position: absolute;
    bottom: 0;
    left: 20%;
}
.container_a {
    width: 1200px;
    margin: auto;
}
.curriculum_tatle {
    text-align: center;
    color: #1552a8;
    font-weight: 600;
    font-size: 32px;
}

.cont {
    display: none;
}

.cont_a {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.cont_a a li{
    width: 23.5%;
    background: #fff;
    border: 1px solid #d2d2d2;
    float: left;
    margin: 1% 2% 1% 0%;
}
.cont_a a:nth-child(4n) li {
    margin-right: 0;
}
.cont_a a li:hover{
    border: 1px solid #1552a8;
}
.cont_a li img {
    max-width: 100%;
    display: block;
}
.cont_a_riqi {
    overflow: hidden;
    width: 80%;
    margin: 10px auto;
    margin-top: 18px;
    display: flex;
    align-items: center;
}

.cont_a_riqi em {
    border-bottom: 1px solid #d2d2d2;
    width: 30%;
    float: left;
}

.cont_a_riqi span {
    float: left;
    color: #999;
}
.cont_a li:hover p{
    color: #1552a8;
}
.cont_a li p {
    color: #333;
    text-align: center;
    width: 92%;
    margin: 10px auto;
    font-size: 17px;
    margin-bottom: 18px;
}
.chakan {
    border-radius: 5px;
    font-size: 18px;
    border: 2px solid #a0a0a0;
    text-align: center;
    width: 100%;
    margin: 0px auto;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}
.chakan a {
    color: #1552a8;
}