.section {
    background-color: #f4f8ff;
}

.section .center {
    width: 1200px;
    margin: auto;
}

.section .more a {
    font-family: Microsoft YaHei;
    color: #1a6cf3;
    font-size: 14px;
    cursor: pointer;
}

.section .more:hover a {
    text-decoration: underline;
}

.section .news {
    padding: 0 40px 20px;
}

.section .news .newsCenter {
    box-sizing: border-box;
    height: 440px;
    background: linear-gradient(180deg, rgba(242, 248, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 100%);
    border: 2px solid;
    border-color: #ffffff;
    border-radius: 16px;
    backdrop-filter: blur(5px);
    box-shadow: 0px 3px 29px rgba(3, 61, 148, 0.16);
    padding: 20px;
    position: relative;
    top: -20px;
    left: 0;
    display: flex;
    justify-content: space-between;
}

.section .center {
    display: flex;
    justify-content: space-between;
}

.section .center .centerImg {
    width: 420px;
    height: 400px;
    background-image: url("../imgs/new/news.jpg");
/*background-image: url("../images/no-pic.png");*/
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
cursor: pointer;
}

.section .center .centerList {
    width: 400px;
    height: 400px;

}

.section .center .centerList .centerListTitle {
    height: 48px;
    line-height: 48px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #19233d;
    font-size: 24px;
    border-bottom: 2px solid #1a6cf3;
}

.section .center .centerList .centerListTitle .more {
    float: right;
    height: 48px;
    line-height: 48px;
}

.section .center .centerList .centerListContent {
    padding: 20px 0 0;
}

.section .center .centerList .centerListContent li {
    font-family: Microsoft YaHei;
    color: #19233d;
    font-size: 16px;
    height: 40px;
    line-height: 40px;

}

.section .center .centerList .centerListContent li a::before {
    content: "· ";
    font-weight: 700;
}

.section .center .centerList .centerListContent li a {
    display: block;
    color: #19233d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section .center .centerList .centerListContent li:hover a {
    color: #1a6cf3;
}

.section .news .newsCenter .loginBox {
    width: 300px;
    height: 400px;
}

.section .news .newsCenter .loginBox .loginInfo {
    box-sizing: border-box;
    height: 106px;
    background: linear-gradient(180deg, #6ac2fc 0%, #497efe 100%);
    border-radius: 4px;
    padding: 14px 20px;
}

.section .news .newsCenter .loginBox .loginInfo .loginHead img {
    width: 44px;
    height: 44px;
    vertical-align: middle;
}

.section .news .newsCenter .loginBox .loginInfo .loginHead .phone {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    color: #ffffff;
    vertical-align: middle;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
    margin-left: 10px;
}
.section .news .newsCenter .loginBox .loginInfo .loginOperate {
    margin-top: 10px;
}
.section .news .newsCenter .loginBox .loginInfo .loginOperate a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
    vertical-align: middle;
    font-family: Microsoft YaHei;
    padding-left: 32px;
}
.section .news .newsCenter .loginBox .loginInfo .loginOperate a.manage {
    background-image: url("../imgs/new/manage.png");
    background-size: 24px 24px;
    background-position: left center;
    background-repeat: no-repeat;
}
.section .news .newsCenter .loginBox .loginInfo .loginOperate a.logout {
    background-image: url("../imgs/new/quit.png");
    background-size: 24px 24px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 30px;
}

.section .news .newsCenter .loginBox .loginItem {
    height: 48px;
    border-radius: 4px;
    margin-top: 10px;
}

.section .news .newsCenter .loginBox .loginItem a {
    box-sizing: border-box;
    padding-left: 60px;
    display: block;
    height: 48px;
    line-height: 48px;
    font-family: Microsoft YaHei;
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    font-weight: 700;
}

.section .news .newsCenter .loginBox .loginItem a span {
    font-size: 14px;
    font-weight: 400;
    margin-left: 20px;
    color: #ffffff;
}

.section .news .newsCenter .loginBox .loginItem.memberLogin {
    background: linear-gradient(180deg, #6ac2fc 0%, #497efe 100%);
}

.section .news .newsCenter .loginBox .loginItem.memberLogin:hover {
    background: #497efe;
}

.section .news .newsCenter .loginBox .loginItem.memberRegist {
    background: linear-gradient(180deg, #34e4ce 0%, #0ba2b4 100%);
}

.section .news .newsCenter .loginBox .loginItem.memberRegist:hover {
    background: #0ba2b4;
}

.section .news .newsCenter .loginBox .loginItem.eventRegistration {
    background: linear-gradient(180deg, #73d849 0%, #24ad12 100%);
}

.section .news .newsCenter .loginBox .loginItem.eventRegistration:hover {
    background: #24ad12;
}

.section .news .newsCenter .loginBox .loginItem.gradeInquiry {
    background: linear-gradient(180deg, #ffba4e 0%, #fb771a 100%);
}

.section .news .newsCenter .loginBox .loginItem.gradeInquiry:hover {
    background: #fb771a;
}

.section .news .newsCenter .loginBox .loginItem.memberLogin a {
    background-image: url("../imgs/new/hydl.png");
    background-size: 30px 30px;
    background-position: 20px center;
    background-repeat: no-repeat;
}

.section .news .newsCenter .loginBox .loginItem.memberRegist a {
    background-image: url("../imgs/new/zchy.png");
    background-size: 30px 30px;
    background-position: 20px center;
    background-repeat: no-repeat;
}

.section .news .newsCenter .loginBox .loginItem.eventRegistration a {
    background-image: url("../imgs/new/ssbm.png");
    background-size: 30px 30px;
    background-position: 20px center;
    background-repeat: no-repeat;
}

.section .news .newsCenter .loginBox .loginItem.gradeInquiry a {
    background-image: url("../imgs/new/cjcx.png");
    background-size: 30px 30px;
    background-position: 20px center;
    background-repeat: no-repeat;
}

.section .news .newsCenter .loginBox .qrcode {
    margin-top: 10px;
    text-align: center;
}

.section .news .newsCenter .loginBox .qrcode img {
    width: 110px;
}

.section .news .newsCenter .loginBox .qrcode .tip {
    font-family: Microsoft YaHei;
    color: #19233d;
    font-size: 16px;
    margin-top: 6px;
}

.section .eventList {
    padding: 40px 0;
    background-color: #ffffff;
}

.section .eventList .centerImg {
    width: 780px;
    background-image: url("../imgs/new/sslb.png");
/*background-image: url("../images/no-pic.png");*/
}

.section .trainingPlan {
    padding: 40px 0;
}

.section .trainingPlan .centerImg {
    width: 780px;
    background-image: url("../imgs/new/pxjh.png");
/*background-image: url("../images/no-pic.png");*/
}

.section .flyCamp {
    padding: 40px 0;
    background-image: url("../imgs/new/fxyd_bg.png");
    background-size: cover;
    background-position: center;
}

.section .title {
    width: 1200px;
    height: 56px;
    background-image: url("../imgs/new/module_title_bg.png");
    background-size: 1200px 56px;
    position: relative;
}

.section .title h4 {
    height: 56px;
    line-height: 56px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #1a6cf3;
    font-size: 24px;
    margin-left: 555px;
}

.section .title .more {
    height: 56px;
    line-height: 56px;
    position: absolute;
    top: 0;
    left: 740px;
}

.section .flyCamp .flyCampCenter {
    display: block;
}
.section .flyCamp .flyCampCenter h4,
.section .competition .competitionCenter h4,
.section .train .trainCenter h4,
.section .videos .videosCenter h4{
    margin-left: 531px;
}

.section .flyCamp .campList {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.section .flyCamp .campList .campListItem {
    background: linear-gradient(180deg, #f2f8ff 0%, #ffffff 100%);
    border: 2px solid;
    border-color: #ffffff;
    border-radius: 16px;
    backdrop-filter: blur(5px);
    box-shadow: 0px 3px 29px rgba(3, 61, 148, 0.16);
    padding: 16px;
}

.section .flyCamp .campList .campListItem .campListItemImg {
    width: 196px;
    height: 120px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.section .flyCamp .campList .campListItem .campListItemImg img {
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.section .flyCamp .campList .campListItem .campName {
    width: 196px;
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei;
    color: #19233d;
    font-size: 16px;
    cursor: pointer;
}

.section .flyCamp .campList .campListItem .campLabel {
    margin-top: 10px;
    width: 196px;
}

.section .flyCamp .campList .campListItem .campLabel .campLabelItem {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    background: #e4ecfa;
    border: 1px solid;
    border-color: #cbdbf7;
    border-radius: 2px;
    font-family: PingFang SC;
    color: #0052d9;
    font-size: 14px;
    padding: 1px 2px;
    margin-right: 2px;
    margin-bottom: 2px;
}

.section .photos {
    padding: 40px 0;
}

.section .photos .photosCenter {
    display: block;
}

.section .videos {
    padding: 40px 0;
    background-color: #ffffff;
}

.section .videos .videosCenter {
    display: block;
}

.section .friendLinks {
    padding: 40px 0;
}

.section .friendLinks .friendLinksCenter {
    display: block;
}

.section .friendLinks .friendLinksTitle {
    width: 1200px;
    height: 48px;
    background: #e6e8ef;
}

.section .friendLinks .friendLinksTitle h4 {
    width: 114px;
    height: 48px;
    line-height: 48px;
    font-family: Microsoft YaHei;
    background-color: #1a6cf3;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
}

.section .friendLinks .friendLinksList {
    overflow: hidden;
}

.section .friendLinks .friendLinksList a {
    display: block;
    width: 285px;
    height: 80px;
    margin-right: 20px;
    margin-top: 20px;
    float: left;
    background-color: #ffffff;
}

.section .friendLinks .friendLinksList a:nth-child(4n) {
    margin-right: 0;
}

.section .friendLinks .friendLinksList a img {
    width: 100%;
    height: 100%;
}


.section .competition {
    padding: 40px 0;
    background-color: #ffffff;
}

.section .competition .competitionCenter {
    display: block;
}

.section .train {
    padding: 40px 0;
    /* background-color: #ffffff; */
}

.section .train .trainCenter {
    display: block;
}
