* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}


/* banner大图区域 */
.swiper-container{
    width: 100%;
    min-width: 1350px;
    height: 324px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}

.swiper-container1{
    width: 94% !important;
    height: 230px;
    margin: 0 auto !important;;
    overflow: hidden;
}

.swiper-container1 a{
    width: 120px;
    height: 185px;;
}
.swiper-container1 img{
    width: 120px;
    height: 160px;;
}

/* 中间内容区域 */

.content {
    width: 100%;
    min-width: 1350px;
    margin: 20px auto;
    width: 1350px;
}


/* 中间内容第一块 */

.content-first {
    min-width: 1350px;
    width: 70%;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;;
    margin-bottom: 20px;
}

.content-first .con-fir-left {
    width: 50%!important;
    height: 464px;
    position: relative;
    overflow: hidden;
}

.content-first .con-fir-left ul {
    width: 100%!important;
    height: 100%;
}
/* 第一块内容右侧部分 */

.content-first .con-fir-right {
    width: 50%!important;
    background-color: #25499d;
    height: 464px;
    /* width: 610px;
    background-color: #25499d;
    height: 428px;
    margin-right: 28px; */
}

.content-first .con-fir-right .con-fir-right-con {
    margin: 38px 28px 24px 34px;
}

.content-first .con-fir-right .con-fir-right-con .con-fir-right-top {
    margin-bottom: 18px;
    overflow: hidden;
}

.content-first .con-fir-right .con-fir-right-con .con-fir-right-top .con-fir-right-top-con {
    /* display: inline-block; */
    float: left;
}

.content-first .con-fir-right .con-fir-right-con .con-fir-right-top .con-fir-right-top-con span:first-child {
    font-family: '微软雅黑';
    font-size: 24px;
    color: #fefefe;
    margin-right: 14px;
}

.content-first .con-fir-right .con-fir-right-con .con-fir-right-top .con-fir-right-top-con span:last-child {
    font-family: '微软雅黑';
    font-size: 24px;
    color: #fefefe;
}

.content-first .con-fir-right .con-fir-right-con .con-fir-right-top .con-fir-right-top-more {
    /* display: inline-block; */
    /* margin-left: 338px; */
    float: right;
}

.content-first .con-fir-right .con-fir-right-con .con-fir-right-top .con-fir-right-top-more span {
    font-family: '微软雅黑';
    cursor: pointer;
    font-size: 14px;
    color: #fefefe;
}
.content-first .con-fir-right .con-fir-right-con .con-fir-right-bot ul{
    height: 347px;
    overflow: hidden;;
}
.content-first .con-fir-right .con-fir-right-con .con-fir-right-bot li a{
    display: block;
    width: 100%;
    color: #fff;
    white-space: nowrap;																							text-overflow: ellipsis;
    overflow: hidden;
}
.content-first .con-fir-right .con-fir-right-con .con-fir-right-bot li span:first-child {
    width: 42px;
    height: 16px;
    background-color: #fff;
    border-radius: 4px;
    font-family: '微软雅黑';
    font-size: 12px;
    color: #25499d;
    display: inline-block;
    text-align: center;
    margin-right: 28px;
}

.content-first .con-fir-right .con-fir-right-con .con-fir-right-bot li span:nth-child(2) {
    font-family: '微软雅黑';
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.content-first .con-fir-right .con-fir-right-con .con-fir-right-bot li {
    padding: 6px 0 6px 0;
    border-bottom: #fff 1px solid;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}


/* 第二块内容区域 */

.content-second {
    width: 100%;
    min-height: 624px;
    background-color: #eee;
}

.content-second .content-second-con {
    width: 1350px;
    margin: 0 auto;
    padding: 30px 0;
    background-color: #eee;
    min-width: 1350px;
}

.content-second .content-second-con .con-sec-top {
    display: flex;
    min-width: 1350px;
}

.content-second .content-second-con .con-sec-top-left {
    width: 50%;
}

.content-second .content-second-con .con-sec-top-left .con-sec-top-left-top {
    border-bottom: 1px solid #25499d;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
}

.content-second .content-second-con .con-sec-top-left .con-sec-top-left-top::after {
    content: '';
    display: block;
    clear: both;
}

.content-second .content-second-con .con-sec-top-left .con-sec-top-left-top div {
    width:50%;
}

.content-second .content-second-con .con-sec-top-left .con-sec-top-left-top .con-sec-top-left-top-left span:first-child {
    font-family: '微软雅黑';
    font-size: 24px;
    color: #333;
    margin-right: 10px;
}

.content-second .content-second-con .con-sec-top-left .con-sec-top-left-top .con-sec-top-left-top-left span:last-child {
    font-family: 'HelveticaNeueCE-Roman';
    font-size: 24px;
    color: #333;
}

.content-second .content-second-con .con-sec-top-left .con-sec-top-left-top .con-sec-top-left-top-right {
  text-align: right;;
}
.content-second .content-second-con .con-sec-top-left .con-sec-top-left-top .con-sec-top-left-top-right a {
    text-decoration: none;
}
.content-second .content-second-con .con-sec-top-left .con-sec-top-left-top .con-sec-top-left-top-right span {
    font-family: '微软雅黑';
    font-size: 14px;
    color: #25499d;
    cursor: pointer;
}

.content-second .content-second-con .con-sec-top-left .con-sec-top-left-bot {
    margin-top: 16px;
    overflow: hidden;
    width:100%;
}

.content-second .content-second-con .con-sec-top-left .con-sec-top-left-bot::after {
    content: '';
    display: block;
    clear: both;
}
.content-second .content-second-con .con-sec-top-left .con-sec-top-left-bot  ul{
    width:100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 375px;
    overflow: hidden;
}
.content-second .content-second-con .con-sec-top-left .con-sec-top-left-bot li {
    width: 45%;
    border-bottom: 1px solid #bfbfbf;
    float: left;
    padding: 8px 0;
   
}
.content-second .content-second-con .con-sec-top-left .con-sec-top-left-bot li  a{
    display: block;;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.content-second .content-second-con .con-sec-top-left .con-sec-top-left-bot li .con-sec-top-left-bot-time {
    width: 70px !important;
    height: 56px;
}

.content-second .content-second-con .con-sec-top-left .con-sec-top-left-bot li .con-sec-top-left-bot-time .con-sec-top-left-bot-time-min {
    width: 100%;
    height: 50%;
    background: #1a2c80;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    font-family: 'ArialMT';
}

.content-second .content-second-con .con-sec-top-left .con-sec-top-left-bot li .con-sec-top-left-bot-time .con-sec-top-left-bot-time-year {
    width: 100%;
    height: 50%;
    background: #fff;
    color: #6b6b6b;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    font-family: 'ArialMT';
}

.content-second .content-second-con .con-sec-top-left .con-sec-top-left-bot li p {
    color: #6b6b6b;
    font-size: 14px;
    font-family: '微软雅黑';
    line-height: 29px;
    cursor: pointer;
    width:70%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.content-second .content-second-con .con-sec-top-left .con-sec-top-left-bot li p:hover {
    color: #1a2c80;
}

.content-second .content-second-con .con-sec-top-left .con-sec-top-left-bot li:nth-child(2n+1) {
    margin-right: 34px;
}

.content-second .content-second-con .con-sec-top-right {
    width: 50%;
    margin-left: 30px;
}

.content-second .content-second-con .con-sec-top-right .con-sec-top-right-top {
    border-bottom: 1px solid #25499d;
    padding-bottom: 10px;
    margin-bottom: 24px;
}

.content-second .content-second-con .con-sec-top-right .con-sec-top-right-top span:first-child {
    font-family: '微软雅黑';
    font-size: 24px;
    color: #333;
    margin-right: 10px;
}

.content-second .content-second-con .con-sec-top-right .con-sec-top-right-top span:last-child {
    font-family: 'HelveticaNeueCE-Roman';
    font-size: 24px;
    color: #333;
}

.content-second .content-second-con .con-sec-top-right .con-sec-top-right-bot .con-sec-top-right-bot-stu {
   
    background-size: 100% 100%;
    height: 113px;
    position: relative;
    margin-bottom: 14px;
    cursor: pointer;
}
.content-second .content-second-con .con-sec-top-right .con-sec-top-right-bot .con-sec-top-right-bot-stu a{
    display: block;
    width: 100%;
    height: 100%;;
}
.content-second .content-second-con .con-sec-top-right .con-sec-top-right-bot .con-sec-top-right-bot-stu a img{    
    width: 100%;
    height: 100%;;
}
.content-second .content-second-con .con-sec-top-right .con-sec-top-right-bot .con-sec-top-right-bot-set {
    
    background-size: 100% 100%;
    height: 113px;
    position: relative;
    margin-bottom: 14px;
    cursor: pointer;
}
.content-second .content-second-con .con-sec-top-right .con-sec-top-right-bot .con-sec-top-right-bot-set a{
    display: block;
    width: 100%;
    height: 100%;;
}
.content-second .content-second-con .con-sec-top-right .con-sec-top-right-bot .con-sec-top-right-bot-good {
    
    background-size: 100% 100%;
    height: 113px;
    position: relative;
    cursor: pointer;
}
.content-second .content-second-con .con-sec-top-right .con-sec-top-right-bot .con-sec-top-right-bot-good  a{
    display: block;
    width: 100%;
    height: 100%;;
}
.content-second .content-second-con .con-sec-top-right .con-sec-top-right-bot div span {
    position: absolute;
    top: 50%;
    left: 32px;
    margin-top: -10px;
    font-family: '微软雅黑';
    font-size: 16px;
    font-weight: bold;
    color: #25499d;
}

.content-second .content-second-con .con-sec-bot {
    margin-top: 24px;
    display: flex;
    width: 100%;
    min-width: 1350px;
}

.content-second .content-second-con .con-sec-bot .con-sec-bot-con {
    /* float: left; */
    width: 25%;
    cursor: pointer;
}
.content-second .content-second-con .con-sec-bot .con-sec-bot-con a{
    width:100%;
    display: block;
}
.content-second .content-second-con .con-sec-bot .con-sec-bot-con  img{
    width: 100%;
    cursor: pointer;
}
.content-second .content-second-con .con-sec-bot .con-sec-bot-con:not(:last-child) {
    margin-right: 20px;
}

.content-second .content-second-con .con-sec-bot .con-sec-bot-con:last-child {
    margin-left: 2px;
}

.content-second .content-second-con .con-sec-bot .con-sec-bot-con .con-sec-bot-con-title {
    width: 100%;
    height: 42px;
    background-color: #fff;
    color: #25499d;
    font-family: '微软雅黑';
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}

.content-second .content-second-con .con-sec-bot .con-sec-bot-con a:hover   .con-sec-bot-con-title{
    background-color: #25499d;
    color: #fff;
}




/* 教育发展咨询专家区域 */

.content-three {
    width: 100%;
    margin-top: 20px;
}

.content-three .con-thr-con {
    width: 70%;
    margin: 0 auto;
    min-width: 1350px;
}

.content-three .con-thr-con .con-thr-con-top {
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.content-three .con-thr-con .con-thr-con-top-title {
    padding-bottom: 8px;
    border-bottom: 1px solid #25499d;
}


.content-three .con-thr-con .con-thr-con-top-more a{
    text-decoration: none;
}
.content-three .con-thr-con .con-thr-con-top-more span {
    font-family: '微软雅黑';
    font-size: 14px;
    color: #25499d;
    cursor: pointer;
}

.content-three .con-thr-con .con-thr-con-top-title span:first-child {
    font-family: '微软雅黑';
    font-size: 24px;
    color: #333;
    margin-right: 10px;
}

.content-three .con-thr-con .con-thr-con-top-title span:last-child {
    font-family: 'HelveticaNeueCE-Roman';
    font-size: 20px;
    color: #333;
}

.content-three .con-thr-con .con-thr-con-bot {
    position: relative;
    margin-top: 24px;
    width: 100%;
    /* height: 195px; */
    padding-bottom: 22px;
}

.con-thr-con-bot p{
    color:#848587;
    font-size: 14px;
    font-family: '微软雅黑';
}
.con-thr-con-bot a:hover p{
    color:#25499d;
    font-size: 14px;
    font-family: '微软雅黑';
}
/* 友情链接区域 */

.content-four {
    width: 70%;
    margin: 0 auto;
}

.content-four .con-fou-top {
    width: 100%;
}

.content-four .con-fou-top .con-fou-top-title {
    width: 174px;
    padding-bottom: 8px;
    border-bottom: 1px solid #25499d;
}

.content-four .con-fou-top .con-fou-top-title span:first-child {
    font-family: '微软雅黑';
    font-size: 24px;
    color: #333;
    margin-right: 10px;
}

.content-four .con-fou-top .con-fou-top-title span:last-child {
    font-family: 'HelveticaNeueCE-Roman';
    font-size: 24px;
    color: #333;
}

.content-four .con-fou-link {
    margin-top: 24px;
    margin-bottom: 50px;
}

.content-four .con-fou-link a {
    margin-left: 20px;
    color: #848587;
    font-size: 14px;
    font-family: '微软雅黑';
}

.content-four .con-fou-link a:hover {
    color: #25499d;
}


/* 友情链接区域 */

.content-four {
    width: 70%;
    margin: 0 auto;
    min-width: 1350px;
}

.content-four .con-fou-top {
    width: 100%;
}

.content-four .con-fou-top .con-fou-top-title {
    width: 174px;
    padding-bottom: 8px;
    border-bottom: 1px solid #25499d;
}

.content-four .con-fou-top .con-fou-top-title span:first-child {
    font-family: '微软雅黑';
    font-size: 24px;
    color: #333;
    margin-right: 10px;
}

.content-four .con-fou-top .con-fou-top-title span:last-child {
    font-family: 'HelveticaNeueCE-Roman';
    font-size: 24px;
    color: #333;
}

.content-four .con-fou-link {
    margin-top: 24px;
    margin-bottom: 50px;
}

.content-four .con-fou-link a {
    margin-left: 20px;
    color: #848587;
    font-size: 14px;
    font-family: '微软雅黑';
}

.content-four .con-fou-link a:hover {
    color: #25499d;
}