html body {
    width: 1433px;
    margin: 0 auto;
    padding: 0;
    /*overflow-x: hidden;*/
}

#head {
    padding: 10px 0;
    width: 100%;
    height: 10vh;
    min-height: 120px;
    box-sizing: border-box;
}

.headBox {
    margin: 0 auto;
    width: 1327px;
}

.headBox .headTitle {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headBox .headTitle .headLeft {
    display: flex;
    align-items: center;
    height: 100%;
}

.headBox .headTitle .headRight {
    display: flex;
    height: 100%;
    font-size: 16px;
}

.headBox .headTitle .headRight .headRight_left {
    width: 60%;
    height: 100%;
    position: relative;
}

.headBox .headTitle .headRight .headRight_left #search {
    width: 210px;
    height: 35px;
    padding-left: 40px;
    border: 0px;
    outline: none;
    color: #fff;
    background-color: rgb(29,32,136);
}

.headBox .headTitle .headRight .headRight_left #search::-webkit-input-placeholder {
    color: #fff;
}

.headBox .headTitle .headRight .headRight_left .butBox {
    width: 250px;
    height: 35px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.headBox .headTitle .headRight .headRight_left .butBox .headBut {
    width: 120px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border: 0px;
    background-color: rgb(29,32,136);
    padding-left: 10px;
    cursor: pointer;
}

.headBox .headTitle .headRight .headRight_right {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headBox .headTitle .headRight .headRight_right .codeBox {
    width: 130px;
    height: 130px;
    background-color: rgb(29,32,136);
    display: flex;
    justify-content: center;
    align-items: center;
}

/*  解决终身教育与发展内容过长问题 */
.layui-nav .layui-nav-item a {
    padding: 0 0px;
    height: 70px;
    line-height: 70px;
}

#logoImg {
    width: 60%;
    cursor: pointer;
    height: 120px;
}

.lineBox {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 120px;
    border-left: 4px solid rgb(29,32,136);
    /*width: calc(50% - 20px);*/
    height: 100px;
}

.lineBox > p {
    /*width: 505px;*/
    /*width: 411px;*/
    /*height: 50px;*/
    color: rgb(29,32,136);
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    padding-left: 20px;
    white-space: nowrap;
}

.spaceFont {
    letter-spacing: 15px;
}

.headImgLil {
    width: 25px;
    height: 25px;
}

.searchImg {
    position: absolute;
    top: 6px;
    left: 6px;
}

.loginImg {
    position: absolute;
    top: 6px;

}

.registerImg {
    position: absolute;
    top: 5px;
    right: 87px;
}

.codeImg {
    width: 120px;
    height: 120px;
}

.layui-tab-card {
    border-style: none;
    box-shadow: none;
}

/*main部分*/
.main {
    width: 1433px;
    margin:0 auto;
}

.mainTabBox {
    width: 1433px;
    height: 1700px;
    position: relative;
}

.mainBgImg {
    width: 100%;
    height: 490px;
    background-image: url("./../img/index/mainBg1.png");
}

.tabBox {
    /*width: 72%;*/
    margin: 0 auto;
    width: 1433px;
    height: 93%;
    /*position: absolute;*/
    top: 0;
    left: 15%;
}

.layui-tab {
    width: 100%;
    height: 100%;
    border: 0px !important;
    position: relative;
}

.layui-nav {
    background-color: rgb(29,32,136) !important;
    display: flex;
    justify-content: space-between;
    padding: 0px;
}

.layui-nav-item {
    width: 195px;
}

.layui-anim-upbit {
    animation-name: none !important;
}

.layui-nav-item dl dd a:hover {
    color: rgb(29,32,136) !important;
}

.layui-nav .layui-nav-more {
    display: none;
!important;
}

.navShow {
    background-color: #fff;
}

#showNow {
    color: rgb(29,32,136) !important;
    /*font-size: 24px;*/
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
}

.layui-nav-item > a {
    color: rgba(255, 255, 255, 1) !important;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
}

.layui-tab-title {
    background-color: rgb(29,32,136) !important;
    border: 0px !important;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
}

.layui-tab-title > li {
    color: rgba(255, 255, 255, 1);
    font-size: 30px;
    width: 189px;
    height: 80px;
    line-height: 80px;
}

.layui-this {
    color: rgb(29,32,136) !important;
    border: 0px !important;
}

.tabBox > .layui-tab > .layui-tab-title > .layui-this:after {
    border: 0px !important;
}

.layui-tab-content {
    width: 100%;
    height: 90%;
    padding: 0px;
}

.bannerBorder > .layui-show {
    width: 100%;
    height: 100%;
}

.layui-nav-child dd {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.layui-nav-child dd a {
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
}

.mainBorder {
    /*height: 1500px;*/
    padding: 10px;
    background-color: #fff;
}

.mainBox {
    width: 98%;
    margin: 0 auto;
}

.mainHead {
    width: 100%;
    height: 50px;
    border-bottom: 2px solid rgba(238, 238, 238, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mainLeft {
    width: 160px;
    display: flex;
    align-items: center;
}

.mainLeft img {
    width: 50px;
    height: 50px;
}

.mainLeft span {
    display: inline-block;
    width: 100px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: rgb(29,32,136);
    font-size: 22px;
}

.mainRight {
    color: rgba(102, 102, 102, 1);
}

.mainContent {
    width: 100%;
    /*height: 1500px;*/
    margin: 0 auto;
    margin-top: 10px;
    line-height: 20px;
    /*margin-bottom: 200px;*/
}

.contentBox {
    width: 100%;
    height: 540px;
    margin: 0 auto;
    border-bottom: 2px solid rgba(238, 238, 238, 1);
}

.newsImgBox {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.eachNewBox {
    width: 30%;
    height: 460px;
    line-height: 20px;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 10px;
    cursor: pointer;
}

.newsImg {
    width: 100%;
    height: 280px;
}

.newsTitle {
    height: 90px;
    color: rgb(29,32,136);
    font-size: 22px;
    text-align: left;
    margin: 20px 0px 35px 0px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newsContent {
    height: 55px;
    color: rgba(153, 153, 153, 1);
    font-size: 18px;
    text-align: left;
    line-height: 27px;
    width: 460px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newsDateBox {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.newsDate {
    display: inline-block;
    width: 103px;
    height: 29px;
    line-height: 29px;
    color: rgba(102, 102, 102, 1);
    font-size: 18px;
    text-align: left;
}

.newsDateBox > span {
    width: 103px;
    height: 29px;
    line-height: 29px;
    color: rgba(102, 102, 102, 1);
    font-size: 18px;
}

/*新闻列表*/
#tbody {
    width: 100%;
    height: 850px;
    margin-bottom: 30px;
    background-color: rgb(242 242 243 / 32%);
    padding: 0px 10px;
}

#tbody ul li {
    border-bottom: 2px solid rgba(238, 238, 238, 1);
    display: flex;
    align-items: center;
    padding: 15px 0px;
    cursor: pointer;
}

.nDate {
    width: 140px;
    height: 45px;
    line-height: 45px;
    background-color: rgb(29,32,136);
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
}

.nText {
    width: 970px;
    height: 32px;
    line-height: 32px;
    color: rgba(102, 102, 102, 1);
    font-size: 22px;
    text-align: left;
    font-family: SourceHanSansSC-regular !important;
    overflow: hidden;
    margin-left: 20px;
}

#demo-laypage-hash {
    text-align: center;
}

/*回到顶部*/
.toTop {
    background-color: rgb(29,32,136);
}
/* 遮罩层 */
#overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    /* IE9以下不支持rgba模式 */
    background-color: rgba(0, 0, 0, 0.5);
    /* 兼容IE8及以下 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    display: none;
}
#overlay2 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    /* IE9以下不支持rgba模式 */
    background-color: rgba(0, 0, 0, 0.5);
    /* 兼容IE8及以下 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    display: none;
}
#overlay3 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    /* IE9以下不支持rgba模式 */
    background-color: rgba(0, 0, 0, 0.5);
    /* 兼容IE8及以下 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    display: none;
}
#overlay4,
#overlayStar {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    /* IE9以下不支持rgba模式 */
    background-color: rgba(0, 0, 0, 0.5);
    /* 兼容IE8及以下 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    display: none;
}
/* 弹出框主体 */
.popup {
    background-color: #ffffff;
    max-width: 400px;
    min-width: 200px;

    border-radius: 5px;
    margin: 100px auto;
    text-align: center;
}
/* 弹出框的标题 */
.popup_title {
    height: 60px;
    line-height: 60px;
    border-bottom: solid 1px #cccccc;
}
/* 弹出框的内容 */
.popup_content {
    height: 50px;
    line-height: 50px;
    padding: 15px 20px;
}
/* 弹出框的按钮栏 */
.popup_btn {
    padding-bottom: 10px;
}
/* 弹出框的按钮 */
.popup_btn button {
    color: #778899;
    width: 40%;
    height: 40px;
    cursor: pointer;
    border: solid 1px #cccccc;
    border-radius: 5px;
    margin: 5px 10px;
    color: #ffffff;
    background-color: rgb(29,32,136);
}

/*底部*/
.footer {
    /*width: 100%;*/
    width: 1433px;
    margin: 0 auto;
    height: 120px;
    background-color: #fff;
    /*position: fixed;
    bottom: 0px;*/
}

.footBox {
    width: 80%;
    height: 660px;
    margin: 0 auto;
}

.footTitle {
    width: 100%;
    height: 70px;
    position: relative;
}

.footTitle > p {
    width: 144px;
    height: 52px;
    color: rgb(29,32,136);
    font-size: 30px;
    text-align: left;
    border-bottom: 4px solid rgb(29,32,136);
    padding-bottom: 20px;
    position: absolute;
    top: -80px;
}

.footBox > img {
    width: 100%;
    height: 107px;
}

.linkBox {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.qipao {
    width: 168px;
    height: 60px;
    line-height: 60px;
    background-color: rgba(255, 255, 255, 1);
    color: rgb(29,32,136);
    font-size: 30px;
}

.sanjiao {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid rgba(255, 255, 255, 1);
}

.aLink {
    width: 80%;
    height: 60px;
    display: flex;
    align-items: center;
}

.aLink > a {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0px 10px;
}

.aLine {
    border-right: 2px solid #fff;
}

.supportBox {
    width: 100%;
    height: 200px;
    background-color: #fff;
}

.supportMain {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.supportMain > img {
    width: 745px;
    height: 200px;
}

.footBg {
    width: 100%;
    height: 120px;
    background-color: rgb(29,32,136);
}

.contactBox {
    width: 60%;
    height: 100%;
    margin: 0 auto;
}

.contactBox > p {
    height: 60px;
    line-height: 60px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    text-align: center;
}

.contactBox > p > a {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    text-align: center;
}
/*  会员类型菜单  */
.member {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: -40px;
    right: -100%;
    width: 100%;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
}
/*  缴费类型菜单  */
.payment {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: -50px;
    right: -100%;
    width: 100%;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
}

/*  专家注册子菜单  */
.expert {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
}

/*  论文评审子菜单  */
.paper {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
}

/*  学习园区子菜单  */
.learning {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
}
