@media screen and (min-width: 1440px) {

    #slide .swiper-slide {
        position: relative;
        height: 630px;
        background-position: center top;
    }

    .light, #particles {
        height: 80%;
        bottom: 0;
        border-radius: 0;
    }

}

/*面包屑*/
.bread {
    display: flex;
    align-items: center;
    height: 60px;
    color: #fff;
    font-size: 16px;
    position: relative;
    margin-top: -60px;
    z-index: 9;
}

.bread a {
    color: #fff;
}

.bread a:hover {
    color: orangered;
}

.bread span {
    margin: 0 5px;
}

/*二级导航*/
nav {
    margin-bottom: 48px;
    background: #ECF1F7;
    box-shadow: 0 1px 0 0 #E5EDF5;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
}

nav ul li a {
    display: inline-flex;
    height: 80px;
    align-items: center;
    font-size: 28px;
    margin-right: 3em;
    position: relative;
}

nav ul li.on a {
    color: var(--blueeColor);
    font-weight: bold;
}

nav ul li.on a:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px;
    background: var(--blueeColor);
    border-radius: 10px;
}

/*通用列表页*/
.box {
    display: flex;
    position: relative;
    padding-top: 10px;
    margin-bottom: 40px;
}

.box:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 84px;
    background: var(--blueeColor);
    border-radius: 10px;
    z-index: -1;
}

.box .img {
    width: 50%;
    height: 457px;
    border-radius: 10px;
}

.box .txt {
    width: 50%;
    color: #fff;
    font-size: 16px;
    padding: 30px 50px;
    box-sizing: border-box;
}

.box .txt h2 a {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 4px;
    height: 2.4em;
    line-height: 1.2em;
}

.box .txt h2 a:hover {
    color: orangered;
}

.box .txt p {
    font-size: 18px;
    text-align: justify;
    color: rgba(255, 255, 255, 0.8);
    height: 6em;
    line-height: 2em;
    margin: 2em 0 6em;
}

.box .txt span {
    color: rgba(255, 255, 255, 0.6);
    padding-left: 30px;
    background: url(../images/time.png) no-repeat left center;
}

.list li {
    display: flex;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ECECEC;
}

.list li .date {
    height: max-content;
    padding-right: 30px;
    margin-right: 30px;
    color: #2569ED;
    text-align: right;
    border-right: 1px solid #D9D9D9;;
}

.list li .date h1 {
    font-size: 56px;
    line-height: 1em;
    margin-bottom: 5px;
}

.list li .date h2 {
    font-size: 20px;
    line-height: 1em;
}

.list li .text {
    width: calc(100% - 140px);
    padding-right: 120px;
    box-sizing: border-box;
    background: url(../images/more.png) no-repeat right 10px top 10px;
    transition: .3s;
}

.list li:hover .text {
    background: url(../images/more-blue.png) no-repeat right 0 top 10px;
}

.list li .text h3 a {
    font-size: 24px;
    font-weight: normal;
}

.list li .text h3 a:hover {
    text-decoration: underline;
}

.list li .text p {
    color: #666;
    font-size: 16px;
    height: 3.5em;
    line-height: 1.75em;
    margin-top: 10px;
}

/*下载列表页*/
.download {
    padding-bottom: 30px;
}

.download li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ECECEC;
}

.download li p a {
    color: #000;
    font-size: 24px;
    position: relative;
    padding-left: 30px;
}

.download li p a:hover {
    color: var(--blueeColor);
    text-decoration: underline;
}

.download li p a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    background: var(--blueeColor);
    border-radius: 50%;
    transform: translateY(-50%);
}

.download li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #2569ED;
    min-width: 120px;
    height: 52px;
    margin-left: 30px;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #2569ED;
}

.download li > a:hover {
    color: #fff;
    background: #2569ED;
}

/*湘思育人*/
.swiper_edu_sub .swiper-wrapper {
    display: block;
    overflow: hidden;
}

.swiper_edu_sub .swiper-slide {
    float: left;
    margin: 20px 25px;
    width: calc(25% - 50px);
    background: #E8F1FF;
    box-shadow: inset 0 -4px 68px 9px #B2C6E7;
}

.swiper_edu_sub .swiper-slide img {
    height: 310px;
}

.swiper_edu_sub .swiper-slide p {
    margin: 20px 30px 15px
}

.swiper_edu_sub .swiper-slide span {
    border-radius: 3px;
}

/*详情页*/
.caption {
    text-align: center;
}

.caption h2 {
    color: #000;
    font-size: 35px;
}

.caption p {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}

.caption p span {
    margin: 0 5px;
}

.content {
    margin: 30px 0 60px;
}

.content p {
    font-size: 18px;
    text-indent: 2em;
    line-height: 1.75em;
}

@media screen and (max-width: 768px) {

    .swiper_edu_sub .swiper-slide {
        margin: 10px;
        width: calc(50% - 20px);
    }

}

@media screen and (min-width: 1280px) {

    .tgcontent1071668 input[type='text']{
        width: 400px;
    }

.ke-container{
    width: 900px !important;
    max-width: 100%;
}

}
