@charset "UTF-8";

/* 本行风貌 - 公共  */

.head-place {
    height: 1.4rem;
}

.p-bhfm .inside-navweb .samebd .lv2list {
    padding-left: 0.65em;
}

.p-bhfm .inside-navweb .samebd .lv2list li {
    padding: 0 1.1em;
}

.layui-laydate-content th,
.layui-laydate-content td {
    border: none;
}


/* 本行简介  */

.about-box {
    background: url("/content/img/images/about-2.jpg") no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 23.8em;
}

.about-box .p-header {
    margin-bottom: 1.8em;
}

.about-doc {
    font-size: 0.8em;
    line-height: 2em;
    color: #333;
    min-height: 300px;
}

.about-doc p {
    margin-bottom: 1.5em;
}

.about-doc p:last-child {
    margin-bottom: 0;
}

.about-doc img {
    max-width: 100%;
    height: auto !important;
}

.about-datas {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 3.9em -8.2% 0;
    margin: 3.9em 5.8% 0;
}

.about-datas li {
    padding: 0 8.2%;
    text-align: center;
}

.about-datas .item-data {
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    color: #009b4c;
    height: 4.7em;
}

.about-datas .item-data .num {
    font-size: 4.7em;
    line-height: 1em;
    height: 1em;
    font-weight: bold;
    min-width: 1.35em;
    text-align: left;
}

.about-datas .item-data .unit {
    font-size: 1.8em;
    line-height: 1.94em;
    height: 1.94em;
}

.about-datas .item-tit {
    font-size: 0.9em;
    line-height: 1em;
    color: #333333;
    margin-top: 1em;
}

@media screen and (max-width: 991.98px) {
    .about-box {
        background-image: url("/content/img/images/about-2_m.jpg");
        padding-bottom: 5.64rem;
    }
    .about-box .p-header {
        margin-bottom: 0.36rem;
    }
    .about-doc {
        font-size: 0.3rem;
        line-height: 0.5rem;
    }
    .about-doc p {
        margin-bottom: 0.24rem;
    }
    .about-datas {
        margin: 1.12rem -0.2rem 0;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .about-datas li {
        padding: 0 0.2rem;
    }
    .about-datas .item-data {
        height: 0.72rem;
    }
    .about-datas .item-data .num {
        font-size: 0.72rem;
        height: 0.72rem;
        min-width: 0.9rem;
    }
    .about-datas .item-data .unit {
        font-size: 0.3rem;
        line-height: 0.46rem;
        height: 0.46rem;
    }
    .about-datas .item-tit {
        font-size: 0.28rem;
        margin-top: 0.16rem;
    }
}


/* 组织架构 */

.org-box .p-header {
    margin-bottom: 2.5em;
}

.org-det {
    width: 100%;
    position: relative;
}

.org-det img {
    max-width: 100% !important;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 991.98px) {
    .org-box .p-header {
        margin-bottom: 0.5rem;
    }
}


/* 新闻列表 */

.news-box .p-header {
    margin-bottom: 1em;
}

.news-list {
    min-height: 300px;
}

.news-list li {
    border-bottom: dotted 1px #999;
    overflow: hidden;
    line-height: 3.9em;
}

.news-list .tit {
    float: left;
    font-size: 0.9em;
    max-width: 80%;
}

.news-list .tit a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-list .time {
    float: right;
    font-size: 0.8em;
    color: #666;
}

@media screen and (min-width: 992px) {
    .news-list li:hover .tit a,
    .news-list li:hover .time {
        color: #009b4c;
    }
}

@media screen and (max-width: 991.98px) {
    .news-box .p-header {
        margin-bottom: 0.2rem;
    }
    .news-list li {
        line-height: inherit;
        padding: 0.3rem 0;
        border-bottom-style: dashed;
    }
    .news-list .tit {
        width: 100%;
        max-width: none;
        float: none;
        font-size: 0.3rem;
        line-height: 0.5rem;
    }
    .news-list .time {
        font-size: 0.28rem;
        line-height: 0.4rem;
        margin-top: 4px;
        float: none;
    }
}


/* 新闻详情 */

.newsdet-head {
    width: 100%;
    text-align: center;
    margin-bottom: 1.75em;
}

.newsdet-title {
    font-size: 1.6em;
    line-height: 1.25em;
    color: #333;
}

.newsdet-info {
    margin-top: 0.75em;
    font-size: 0.8em;
    line-height: 1.5em;
    color: #999;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.newsdet-info .info::after {
    content: "|";
    margin: 0 0.75em;
}

.newsdet-info .info:last-child::after {
    display: none;
}

.newsdet-doc {
    font-size: 0.8em;
    line-height: 2.25em;
    color: #333;
    min-height: 300px;
}

.newsdet-doc p {
    margin-bottom: 1.5em;
}

.newsdet-doc p:last-child {
    margin-bottom: 0;
}

.newsdet-doc img {
    max-width: 100%;
    height: auto !important;
}

.newsdet-box .gdet-paging {
    margin-top: 1.5em;
}

@media screen and (min-width: 992px) {
    .newsdet-box .global-inner {
        max-width: 1000px;
    }
}

@media screen and (max-width: 991.98px) {
    .newsdet-head {
        text-align: left;
        margin: -0.07rem 0 0.6rem;
    }
    .newsdet-tit {
        font-size: 0.36rem;
        line-height: 0.5rem;
    }
    .newsdet-info {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        font-size: 0.28rem;
        line-height: 0.4rem;
        margin-top: 0.16rem;
    }
    .newsdet-info .info::after {
        margin: 0 0.22rem;
    }
    .newsdet-doc {
        font-size: 0.3rem;
        line-height: 1.67em;
    }
    .newsdet-doc p {
        margin-bottom: 0.25rem;
    }
    .newsdet-box .gdet-paging {
        margin-top: 0.5rem;
    }
}


/* 我行期刊  */

.journal-box .p-header {
    margin-bottom: 1.75em;
}

.jour-list {
    margin: -1em;
}

.jour-list li {
    padding: 1em;
}

.jour-list .box {
    width: 100%;
    display: block;
    background: #f7f7f7;
    background-size: cover;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.jour-list .item-body {
    width: 100%;
    display: block;
    padding: .8em 1em;
    position: relative;
}

.jour-list .item-time {
    font-size: 0.8em;
    line-height: 1.5em;
    color: #666;
    margin-bottom: 0.4em;
}

.jour-list .item-tit {
    font-size: 0.9em;
    line-height: 1.5em;
    color: #333;
    height: 1.5em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.jour-list .item-num {
    display: flex;
    display: -webkit-flex;
    margin-top: .5em;
    margin-bottom: 1.25em;
}

.item-left {
    width: 40%;
    max-width: 130px;
    height: 9em;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
}

.jour-list .item-body {
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
}

.jour-list .item-right {
    margin-left: 25px;
}

.jour-list .item-num span {
    display: block;
    padding: 0 1em;
    min-width: 5.5em;
    text-align: center;
    height: 2em;
    font-size: 0.8em;
    line-height: 2em;
    border-radius: 1em;
    background: #eee;
}

.jour-list .item-handle {
    height: 3.25em;
    font-size: 0.8em;
    line-height: 4.75em;
    color: #009b4c;
    width: auto;
    background: linear-gradient(#009b4c, #009b4c) 100% 100%/100% 1px no-repeat;
    display: inline-block;
}

@media screen and (min-width: 992px) {
    .jour-list .box:hover {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }
    .jour-list .box:hover .item-tit {
        color: #009b4c;
    }
    .jour-list .item:hover .item-handle {
        animation: linelink 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    }
}

@media screen and (max-width: 991.98px) {
    .journal-box .p-header {
        margin-bottom: 0.5rem;
    }
    .jour-list {
        margin: -0.15rem;
    }
    .jour-list li {
        padding: 0.15rem;
    }
    .jour-list .item-body {
        /*        height: 2.7rem;*/
        padding: 0.5rem 0.32rem 0.36rem;
    }
    .jour-list .item-time {
        font-size: 0.28rem;
        line-height: 0.4rem;
        margin-bottom: 0.1rem;
    }
    .jour-list .item-tit {
        font-size: 0.3rem;
        line-height: 1.5em;
        height: 1.5em;
    }
    .jour-list .item-num {
        margin-top: 0.34rem;
        margin-bottom: .2rem;
    }
    .jour-list .item-num span {
        font-size: 0.28rem;
        line-height: 0.56rem;
        min-width: 1.76rem;
        height: 0.56rem;
        border-radius: 0.28rem;
    }
    .jour-list .item-handle {
        height: 0.65rem;
        line-height: 0.8rem;
        font-size: 0.28rem;
    }
}


/* 招聘详情 */

.hrdet-doc {
    font-size: 0.8em;
    line-height: 2em;
    color: #333;
    min-height: 300px;
}

.hrdet-doc h5 {
    margin: 1.875em 0 0;
}

.hrdet-doc img {
    max-width: 100%;
    height: auto !important;
}

.hrdet-tool {
    display: flex;
    display: -webkit-flex;
    margin-top: 1.75em;
}

.btn-hrapply {
    display: block;
    height: calc(2.9em + 2px);
    width: 10em;
    line-height: 2.9em;
    color: #fff;
    text-align: center;
    background: #009b4c;
    border: solid 1px #009b4c;
    border-radius: 2px;
}

.btn-hrapply span {
    display: block;
    font-size: 0.9em;
}

.hrdet-box .gdet-paging {
    margin-top: 3em;
}

.modal-hrbox {
    background-color: rgba(0, 0, 0, 0.3);
}

.modal-hrbox .modal-dialog {
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 3.5em 0 4.1em;
}

.modal-hrbox .modal-content {
    width: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    padding: 2.5em 4em;
}

.modal-hrbox .modal-close {
    padding: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1200;
}

.modal-hrbox .modal-close .bi {
    width: 18px;
    height: 18px;
    display: block;
    color: #ddd;
}

.modal-hrbox .modal-header {
    margin-bottom: 1em;
}

.modal-hrbox .modal-title {
    font-size: 1.1em;
    line-height: 1em;
}

.form-hrApply .row {
    margin: 0 -1.5em;
}

.form-hrApply .row-item {
    padding: 0 1.5em;
}

.form-hrApply .form-group {
    margin-bottom: 10px;
    display: flex;
    display: -webkit-flex;
    font-size: 16px;
    line-height: 44px;
}

.form-hrApply .form-group-cell {
    display: block;
    width: 100%;
}

.form-hrApply .control-label {
    width: 90px;
    flex: 0 0 90px;
    -webkit-flex: 0 0 90px;
    line-height: inherit;
    white-space: nowrap;
    margin: 0;
    color: #333;
}

.form-hrApply .form-control {
    width: 100%;
    height: 44px;
    line-height: 42px;
    display: block;
    border: solid 1px #d9d9d9;
    padding: 0 0.75em;
    font-size: 1em;
    color: #333;
    border-radius: 2px;
}

.form-hrApply textarea.form-control {
    min-height: 5.5em;
}

.form-hrApply .form-control[readonly] {
    background: transparent;
}

.frm-upload .tips {
    width: 100%;
    flex: 1;
    -webkit-flex: 1;
    font-size: 1em;
    height: 44px;
    overflow: hidden;
}

.frm-upload .tips span {
    color: #999;
}

.frm-upload .btn-file {
    white-space: nowrap;
    position: relative;
    height: 44px;
    margin-left: 10px;
    font-size: 1em;
    color: #0054a3;
    display: block;
}

.frm-upload .btn-file input[type="file"] {
    display: none;
}

.frm-vcode .inpt {
    width: 100%;
    flex: 1;
    -webkit-flex: 1;
}

.frm-vcode .vcode-imgs {
    width: 11em;
    max-width: 175px;
    height: 44px;
    display: block;
    overflow: hidden;
    position: relative;
    margin-left: 5px;
}

.frm-vcode .vcode-imgs img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.form-btnbox {
    margin-top: 36px;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.form-btnbox .btn-submit {
    width: 200px;
    height: 48px;
    display: block;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    background: #009b4c;
    border: solid 1px #009b4c;
}

@media screen and (min-width: 992px) {
    .btn-hrapply:hover {
        background: #fff;
        color: #009b4c;
    }
    .modal-hrbox .modal-close:hover {
        color: #009b4c;
    }
    .form-hrApply select.form-control {
        appearance: none;
        -webkit-appearance: none;
        background: url("/content/img/images/chevron-down-gray.svg") no-repeat right 0.75em center;
        background-size: 1.125em auto;
    }
    .form-btnbox .btn-submit:hover {
        background: #fff;
        color: #009b4c;
    }
}

@media screen and (max-width: 991.98px) {
    .hrdet-doc {
        font-size: 0.3rem;
    }
    .hrdet-doc h5 {
        margin-top: 0.5rem;
    }
    .hrdet-tool {
        margin: 0.6rem 0 0.8rem;
    }
    .btn-hrapply span {
        font-size: 0.28rem;
    }
    .hrdet-box .gdet-paging {
        margin-top: 0.5rem;
    }
    .modal-hrbox .global-inner {
        padding: 0 0.2rem !important;
    }
    .modal-hrbox .modal-content {
        padding: 1rem 0.3rem;
    }
    .modal-hrbox .modal-close {
        padding: 0.3rem;
    }
    .modal-hrbox .modal-close .bi {
        width: 0.4rem;
        height: 0.4rem;
    }
    .modal-hrbox .modal-title {
        font-size: 0.4rem;
        font-weight: bold;
    }
    .modal-hrbox .form-group {
        display: block;
        margin-bottom: 0.1rem;
        font-size: 0.3rem;
        line-height: 0.8rem;
    }
    .form-hrApply .control-label {
        max-width: none;
        width: 100%;
        margin: 0 0 0.1rem;
        line-height: 0.48rem;
    }
    .form-hrApply .form-control {
        border-radius: 2px;
        height: calc(0.8rem + 2px);
        line-height: 0.8rem;
    }
    .frm-vcode .vcode-imgs {
        width: 2rem;
        max-width: 2rem;
    }
}


/* 搜索结果页 */

.p-search .header {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.psch-top {
    margin: 2em 0 0.5em;
}

.psch-inpbox {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.psch-inpbox .inpt {
    width: 100%;
    flex: 1;
    -webkit-flex: 1;
    height: calc(2.4rem + 2px);
    font-size: 0.9em;
    line-height: 2.4rem;
    color: #333;
    border: solid 1px #e5e5e5;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    padding: 0 10px;
}

.psch-inpbox .btn-sch {
    width: 5rem;
    height: calc(2.4rem + 2px);
    line-height: 2.4rem;
    color: #fff;
    font-size: 0.9rem;
    border: solid 1px #009b4c;
    background: #009b4c;
    position: relative;
    z-index: 20;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
}

.psch-tips {
    padding: 0 10px;
    font-size: 0.8em;
    line-height: 2.75em;
    color: #666666;
}

.psch-tips .keys {
    color: #009b4c;
}

.psch-top .navitem5-list {
    margin: 0.8em 0 0;
}

@media screen and (min-width: 992px) {
    .psch-box .global-inner {
        max-width: 1000px;
    }
    .psch-inpbox .btn-sch:hover {
        opacity: 0.8;
    }
    .psch-top .navitem5-list .tit {
        min-width: 7.5em;
        padding: 0 1.125em;
        line-height: 2.125em;
    }
}

@media screen and (max-width: 991.98px) {
    .psch-top {
        margin: 0.5rem 0 0.2rem;
    }
    .psch-inpbox .inpt {
        height: calc(0.86rem + 2px);
        line-height: 0.86rem;
        font-size: 0.3rem;
    }
    .psch-inpbox .btn-sch {
        width: 1.4rem;
        height: calc(0.86rem + 2px);
        line-height: 0.86rem;
        font-size: 0.3rem;
    }
    .psch-tips {
        padding: 0;
        font-size: 0.28rem;
        line-height: 0.48rem;
        margin-top: 0.1rem;
    }
    .psch-top .navitem5-list {
        margin-top: 0.5rem;
    }
    .psch-top .navitem5-list .tit {
        min-width: 1.8rem;
        line-height: 0.54rem;
        padding-top: 0;
        padding-bottom: 0;
    }
}


/* 科技活动周 */


/*** 科技活动周 ***/

.p-video .p-header {
    margin-bottom: 2em;
}

.activity-list {
    margin: 1.5em -1.05em -2em;
}

.activity-list li {
    padding: 0 1.05em;
    margin-bottom: 2em;
}

.activity-list .box {
    width: 100%;
    display: block;
    position: relative;
    cursor: pointer;
    background-color: #f7f7f7;
    border-radius: 8px;
    box-shadow: 0px 1px 8px 0px rgba(1, 1, 1, 0.1);
}

.activity-list .item-imgs {
    width: 100%;
    height: 11em;
    display: block;
    overflow: hidden;
    position: relative;
    /* margin-bottom: 1.2em; */
    border-radius: 8px 8px 0 0;
}

.activity-list .image {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    background: no-repeat center center;
    background-size: cover;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.activity-list .item-imgs img {
    position: absolute;
    width: 3em;
    height: 3em;
    top: calc(50% - 1.5em);
    left: calc(50% - 1.5em);
}

.activity-list .item-bd {
    padding: 1.2em 0 1.3em 1.1em;
}

.activity-list .time {
    font-size: 16px;
    font-size: 0.8em;
    line-height: 1.5em;
    margin-bottom: 0.8em;
    color: #666666;
}

.activity-list .tit {
    font-size: 18px;
    font-size: 0.9em;
    line-height: 1.3em;
    /* height: 2em; */
    overflow: hidden;
    /* margin-bottom: 5px; */
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

@media screen and (min-width: 1000px) {
    .activity-list li:hover .image {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    .activity-list li:hover .tit {
        color: #00a546;
    }
}

@media screen and (max-width: 991.98px) {
    .activity-list {
        margin: 0 -0.15rem -0.6rem;
    }
    .activity-list li {
        padding: 0 0.15rem;
        margin-bottom: 0.6rem;
    }
    .activity-list .item-imgs {
        height: 4rem;
        margin-bottom: 0.2rem;
    }
    .activity-list .tit {
        font-size: 0.34rem;
        line-height: 0.52rem;
        margin-bottom: 0.1rem;
        height: auto;
        max-height: 1rem;
    }
    .activity-list .time {
        font-size: 0.26rem;
        line-height: 0.4rem;
    }
}


/**** video ***/

.video-box {
    position: relative;
}

.video-box .adjust {
    width: 100%;
    max-width: 100%;
    display: block;
    opacity: 0;
}

.video-js {
    width: 100% !important;
    height: 100% !important;
    display: block;
    overflow: hidden;
    background-color: #000;
    position: absolute !important;
    left: 0;
    top: 0;
    z-index: 20;
}

.video-js:hover .vjs-big-play-button {
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
}

.video-js .vjs-big-play-button {
    width: 70px;
    height: 70px;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: none;
    border: none;
    border-radius: 100%;
    z-index: 50;
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 0;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
    width: 100%;
    height: 100%;
    display: block;
    background: url("/content/img/images/video-play.png") no-repeat center center transparent;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border: none;
    z-index: 50;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    display: none;
}

.video-js .vjs-poster {
    background-size: cover;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.video-js .vjs-subs-caps-button {
    display: none !important;
}

.video-js .vjs-button>.vjs-icon-placeholder:before {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

@media (max-width: 1199.98px) {
    .video-js .vjs-big-play-button {
        width: 0.6rem;
        height: 0.6rem;
    }
}


/*** modal-video ***/

.modal-video {
    background: rgba(0, 0, 0, 0.8);
}

.modal-video .modal-close {
    width: 30px;
    height: 30px;
    background: url("/content/img/images/close2.png") no-repeat center center;
    background-size: 14px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    transform: translate(25px, 0);
    -webkit-transform: translate(25px, 0);
    border: solid 1px #fff;
    border-radius: 0;
}

.modal-video .modal-dialog {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1060;
}

.modal-video .modal-content {
    width: 800px;
    max-width: 80%;
    margin: 0 auto;
    padding: 0;
    background: transparent;
}

@media screen and (max-width: 767.98px) {
    .modal-video .modal-content {
        width: 100%;
        max-width: 100%;
        padding: 0 0.3rem;
    }
    .modal-video .modal-close {
        top: auto;
        left: auto;
        bottom: 100%;
        right: 0.3rem;
        transform: translate(0, -0.5rem);
        -webkit-transform: translate(0, -0.5rem);
        z-index: 1100;
    }
}

.actToggle {
    display: none;
}

#SpanHit {
    font-style: normal;
    font-family: "Microsoft YaHei", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
}