body { 
    margin: 0;
}
a {
    color: #333;
    text-decoration: none;
}
li {
  list-style-type: none;
}
.index_main {
    background: #F7FBFF url('../image/bg.png') top no-repeat;
}
.container {
    width: 1280px;
    margin: 0 auto;
    text-align: center;
}
.index_main .container .logo { 
    padding: 80px 0 60px 0;
}
.div1 {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.picSwiper {
    width: 49%;
    height: 420px;
}
.picSwiper .swiper-slide img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    overflow: hidden;
    object-position: top;
}
.picSwiper .swiper-slide a {
   position: relative;
}
.picSwiper .swiper-slide .picTxt {
    position: absolute;
    bottom: 0;
    background: #1777CE;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    color: #fff;
    height: 45px;
    line-height: 45px;
}
.educational_information {
    width: 49%;
    height: 420px;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
}
.educational_information .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.educational_information .top .title {
    background: #1777CE;
    font-size: 37px;
    font-weight: 600;
    padding: 5px 30px;
    color: #fff;
}
.educational_information .top .title a {
    color: #fff;
}
.educational_information .top .more a {
    color: #bbb;
}
.educational_information .educational_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px dashed #B2D2EF;
    padding:  20px 0;
}
.educational_information .educational_item:last-child {
    border-bottom: none;
}
.educational_information .educational_item .date {
    width: 20%;
}
.educational_information .educational_item .txt {
    width: 80%;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 40px;
}
.educational_information .educational_item .date .day {
    color: #1777CE;
}
.educational_information .educational_item .date .year_month {
    color: #BBBBBB;
}

.title .head1 {
    padding: 0 14px;
    display: inline;
}
/* 政策文件 */
.policy_document {
    margin-top: 60px;
}
.policy_document .title,
.zhongkao_information .title { 
    text-align: center;
    font-size: 37px;
    font-weight: bold;
}
.policy_document .title span,
.zhongkao_information .title span {
    color: #1777CE;
}
.policy_document .policy_content .policy_item,
.shengxue_information .shengxue_content .shengxue_item,
.minban_information .minban_content .minban_item {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}
.policy_document .policy_content .policy_item .policy_txt img {
    margin-right: 20px;
}
.policy_document .policy_content .policy_item .policy_txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.policy_document .policy_content .policy_item .policy_data {
    color: #bbb;
    text-align: right;
    width: 205px;
}
/* 中考信息 */
.zhongkao_information { 
    margin-top: 60px;
}
.zhongkao_information .zhongkao_content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.zhongkao_content .zhongkao_item {
    width: 49%;
    background-color: #e5f1ff;
    border-bottom: 2px solid #1777CE;
    border-radius: 2px;
    padding: 20px 10px;
    box-sizing: border-box;
    margin-bottom: 38px;
}
.zhongkao_content .zhongkao_item .zhongkao_txt {
    text-align: left;
    font-weight: bold;
    margin-bottom: 18px;
}
.zhongkao_information  .zhongkao_content .zhongkao_item .zhongkao_bottom {
    display: flex;
    justify-content: space-between;
    color: #666666;
}
/* 升学信息、民办信息 */
.shengxue_minban_information {
    display: flex;
    justify-content: space-between;
}
.shengxue_minban_information .shengxue_information,
.shengxue_minban_information .minban_information {
    width: 49%;
}
.shengxue_minban_information .shengxue_information .shengxue_title,
.shengxue_minban_information .minban_information .minban_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shengxue_minban_information .shengxue_information .shengxue_title .title,
.shengxue_minban_information .minban_information .minban_title .title {
    background: #1777CE;
    font-size: 37px;
    font-weight: 600;
    padding: 5px 30px;
    color: #fff;
}
.shengxue_minban_information .shengxue_information .shengxue_title a,
.shengxue_minban_information .minban_information .minban_title a {
    color: #fff;
}
.smzq {
    margin: 60px 0;
}


.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, transparent) !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1) !important;
    border: 1px solid #fff;
}
.swiper-pagination-bullet-active {
    background-color: #fff !important;
}
.swiper-pagination {
    text-align: right !important;
}

.shengxue_minban_information .shengxue_content .shengxue_txt,
.shengxue_minban_information .minban_content .minban_txt {
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.shengxue_minban_information .shengxue_content .shengxue_data,
.shengxue_minban_information .minban_content .minban_data {
    width: 100px;
    text-align: right;
    color: #bbb;
}
.shengxue_minban_information .shengxue_content .shengxue_txt img,
.shengxue_minban_information .minban_content .minban_txt img {
    margin-right: 20px;
}