/**
 *@description 新闻详情css
 *@author lisirong
 *@createDate 2023-07-28
 *@update zhenghongshun
 *@updateDate 2023-11-06
 *@updateContent 设置内容自适应高度
 *@version 1.1
 */

html body {
    position: relative;
    margin: 0;
    padding: 0 0 120px;
    min-height: 100vh;
    /*overflow-x: hidden;*/
    box-sizing: border-box;
}

#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: 7px;
}

.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;
    position: relative;
}

.mainBgImg {
    width: 100%;
    height: 490px;
    background-image: url("./../img/index/mainBg1.png");
}

.tabBox {
    margin: 0 auto;
    /*width: 70%;*/
    width: 1433px;
    height: 93%;
}

.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%;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 20px;
}

#titleBox {
    width: 100%;
    border-bottom: 2px solid rgba(238, 238, 238, 1);
    padding: 10px 0px;
}

.title {
    line-height: 46px;
    color: rgba(16, 16, 16, 1);
    font-size: 32px;
    text-align: center;
    font-family: SourceHanSansSC-regular !important;
}

.date {
    height: 26px;
    line-height: 26px;
    color: rgba(102, 102, 102, 1);
    font-size: 18px;
    text-align: center;
    font-family: SourceHanSansSC-regular !important;
    margin-top: 15px;
}

.date > span {
    margin: 20px;
}

#contentBox {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
}

#contentBox p {
    font-size: 20px;
    line-height: 2.2;
    text-indent: 2em;
    color: rgba(16, 16, 16, 1);
    font-family: SourceHanSansSC-regular !important;
}

#contentBox img {
    /*max-width: 500px;*/
    /*max-height: 300px;*/
    width: 800px;
    height: unset;
    margin: 10px;
}

.contentFootBox {
    width: 90%;
    line-height: 20px;
    background-color: rgba(238, 238, 238, 1);
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    padding: 20px 0px;
}

.contentFootBox p {
    line-height: 40px;
    color: rgba(16, 16, 16, 1);
    font-size: 18px;
    text-align: center;
    font-family: SourceHanSansSC-regular !important;
}

.downloadBox {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0;
    font-size: 16px;
}

.downBox {
    /*width: 250px;*/
    height: 60px;
    position: relative;
}

#download {
    /*line-height: 60px;*/
    /*text-align: center;*/
    /*border: 2px solid rgb(29,32,136);*/
    /*color: rgb(29,32,136);*/
    /*font-size: 20px;*/
    /*font-family: SourceHanSansSC-medium !important;*/
    /*padding-left: 10px;*/
    /*text-indent: 2em;*/
    /*padding: 0px 18px;*/
    cursor: pointer;
    margin: 10px 0px;
    display: inline-block;
}
.downloadBox p{
    width: 100%;
}
.downloadBox img {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 15px;
    left: 20px;
}

/*回到顶部*/
.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 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    /*width: 1433px;*/
    margin: 0 auto;
    height: 120px;
    background-color: #fff;
}

.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);
}
