/* 手机搜索 */

.nav_link_input {
    background-color: #046742;
    border: 1px solid #046742;
    width: 150px;
    height: 100%;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 20px 0 10px 20px;
    color: #ddd;
}

.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 30px 0;
}

.title .title-left {
    display: flex;
    align-items: center;
}
.title .title-left img{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.title .title-right {
    display: block;
    white-space: nowrap;
    color: #7d7d7d;
}

@media screen and (max-width: 780px) {
    .title .title-con div:nth-child(1) {
        padding-top: 5px;
        padding-right: 5px;
        background-size: 27px 27px !important;
    }
    .title .fnt_52 {
        padding-top: 5px;
    }
}


/* 工作动态 通知公告 */

.news-notice {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
}

.news-notice .news-notice-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.news {
    width: 63%;
}

.news .newscon {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 350px;
}

.news .newscon .news-left {
    position: relative;
    display: block;
    width: 55%;
    height: 100%;
    margin-right: 15px;
}

.news-left .news-img{
    width: 95%;
    height: 85%;
    overflow: hidden;
}
.news-left .news-img .news-imgcon{
    position: absolute;
    z-index: 2;
    bottom: 15%;
    width: 95%;
    height: 63px;
    padding: 10px 15px;
    background-color: rgba(0,0,0,0.5);
    color: #FFFFFF;
    line-height: 1.5;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-left .news-img:hover img{
    transform: scale(1.5);
    animation-name: newsimg;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes newsimg {
    0%{
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1.5);
    }
}
.news-left .news-imgbg {
    position: absolute;
    z-index: -1;
    right: 1%;
    bottom: 10%;
    width: 95%;
    height: 85%;
    background: linear-gradient(180deg, #FFFFFF 0%, #D2B568 100%);
}

.news-right {
    width: 45%;
}

.news-right a {
    display: block;
}

.news-right a li {
    display: flex;
    align-items: baseline;
    padding-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #eaeded;
}

.news-right a:nth-child(1) li {
    margin-top: 0;
}

.news-right .newsRightData {
    text-align: right;
    margin-right: 10px;
}

.news-right .newsRightData div:nth-child(2) {
    margin-top: 3px;
    color: #028461;
    font-weight: 600;
    white-space: nowrap;
}

.news-right .newsRightData .date-line {
    float: right;
    width: 15px;
    height: 1px;
    background-color: #028461;
}

.news-text {
    line-height: 1.5;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-right a:hover .news-text {
    color: #028461;
}

.notice {
    width: 30%;
}
.notice-right {
    width: 100%;
}

.notice-right li {
    display: flex;
    width: 100%;
    border-left: 1px solid #D2B568;
}

.notice-right li .notice-line {
    height: 60px;
    margin-right: 5px;
    transform: translateY(-100%);
}

.notice-right li:nth-child(1) .notice-line {
    border: 0;
}

.notice-right li .notice-line .notice-circle {
    width: 15px;
    height: 15px;
    transform: translate(-8px, 72px);
}

.notice-right li .notice-con a {
    display: block;
}
.notice-right li .notice-con a .notice-date {    
    min-height: 30px;
    margin-top: 10px;
    color: #006335;
    line-height: 1.5;
    font-weight: 600;
}
.notice-right li .notice-con a div:nth-child(2) {
    height: 48px;
    margin: 0px 0 5px;
    color: #333;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.notice-right li:hover .notice-con a div:nth-child(2) {
    color: #006335;
}
@media screen and (max-width: 780px) {
    .news-notice {
        padding-top: 0;
    }
    .news-notice .news-notice-box {
        display: block;
    }
    .news {
        width: 100%;
    }
    .news .newscon {
        display: block;
        height: auto;
    }
    .news .newscon .news-left {
        width: 100%;
        height: 320px;
    }
    .news-left .news-img .news-imgcon{
        height: 57px;
    }
    .news .newscon .news-right {
        width: 100%;
        margin-top: 15px;
    }
    .notice {
        width: 100%;
    }
    .notice-right li .notice-con a div:nth-child(2) {
        height: auto;
        margin: 0px 0 5px;
    }
}
@media screen and (max-width: 400px) {
    .news .newscon .news-left{
        height: 240px;
    }
    .news-left .news-img {
        height: 200px;
    }
    .news-left .news-imgbg {
        height: 200px;
    }
}

/* 快速通道入口 */
.entrance{
    display: flex;
    align-items: center;
    width: 100%;
    height: 240px;
    background: url("../images/index/entrancebg.png") no-repeat center;
    background-size: cover;
}
.entrance .centerBox{
    height: 100%;
}
.entrance-line{
    flex: auto;
    height: 1px;
    background: rgba(255, 255, 255, .7);
}
.entrance-con{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    height: 100%;
}
.entrance-item{
    position: relative;
    display: block;
    width: 130px;
    height: 130px;
    text-align: center;
    line-height: 130px;
}
.entrance-item img{
    object-fit: contain;
}
.entrance-item .entrance-white{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.entrance-item .entrance-green{
    position: absolute;
    z-index: 9;
    display: none;
}
.entrance-item:hover .entrance-white{
    /* display: none; */
}
.entrance-item:hover .entrance-green{
    transform: scale(1.4);
    display: block;
}
.entrance-circle{
    width: 15px;
    height: 15px;
    border: #FFFFFF 3px solid;
    border-radius: 15px;
}
.entrance-point{
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border-radius: 15px;
}
@media screen and (max-width: 780px) {
    .entrance{
        height: 150px;
    }
    .entrance-con {
        width: 100%;
    }
    .entrance-item {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .entrance-circle {
        width: 12px;
        height: 12px;
    }
    .entrance-point{
        width: 8px;
        height: 8px;
    }
}
@media screen and (max-width: 400px) {
    .entrance{
        height: 115px;
    }
    .entrance-con {
        width: 100%;
    }
    .entrance-item {
        width: 55px;
        height: 55px;
        line-height: 55px;
    }
    .entrance-circle {
        width: 8px;
        height: 8px;
        border: #FFFFFF 2px solid;
    }
    .entrance-point{
        width: 5px;
        height: 5px;
    }
}

/* 人才引进 办事大厅 */
.people-office {
    position: relative;
    width: 100%;
    height: 680px;
    padding-top: 30px;
    padding-bottom: 50px;
}
.people-office-bg{
    position: absolute;
    top: 130px;
    left: 0;
    z-index: -1;
    width: calc(50% + 600px);
    height: 500px;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(210, 181, 104, 1) 46.93%, rgba(210, 181, 104, 1) 100%);
}
.people-office-leftbg{
    position: absolute;
    top: 135px;
    left: 0;
    z-index: -1;
    width: calc(50% - 600px);
    height: 495px;
    background: #F8F8F8;
}
.people-office .people-office-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
/* 人才引进 */
.people{
    width: 42%;
}
.people-con{
    height: 495px;
    margin-top: 6px;
    padding: 30px 20px 32px 20px;
    background-color: #F8F8F8;
}
.people-con a{
    display: block;
    border-bottom: 1px dashed #D6D6D6;
}
.people-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}
.people-item .people-item-title{
    width: 70%;
    color: #000;
    line-height: 1.8;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.people-item .people-item-date{
    color: #515151;
    white-space: nowrap;
}
.people-item-active{
    display: none;
    align-items: flex-start;
    padding: 10px 0;
}
.people-item-active .people-item-active-date{
    text-align: center;
}
.people-item-active .people-item-active-date div:nth-child(1){
    color: #000;
    font-weight: 600;
}
.people-item-active .people-item-active-date div:nth-child(2){
    color: #515151;
    line-height: 1.8;
}
.people-item-active .people-item-active-title{
    width: 70%;
    margin-left: 15px;
    color: #000;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.people-con li:hover .people-item-active,
.people-con li .people-active .people-item-active{
    display: flex;
}
.people-con li:hover .people-item,
.people-con li .people-active .people-item{
    display: none;
}

/* 办事大厅 */
.office{
    width: 55%;
}
.office-con ul{
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
}
.office-con a{
    display: block;
    width: 145px;
    height: 145px;
    margin: 5px;
}
.office-con a img.img-green{
    display: none;
}
.office-con a:hover img.img-green{
    display: inline-block;
    /* transform: translateY(-5px); */
    animation-name: bounce;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.office-con a:hover img.img-white{
    display: none;
}
@keyframes bounce {
    0%{
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-4px);
    }
    100% {
        transform: translateY(-7px);
    }
}
@media screen and (max-width: 780px) {
    .people-office{
        height: fit-content;
        padding-top: 0px;
    }
    .people-office .people-office-box {
        display: block;
    }
    .people{
        width: 100%;
    }
    .people-con{
        height: 450px;
        padding: 20px 20px 32px 20px;
    }
    .office{
        width: 100%;
    }
    .office-con{
        width: 100%;
        padding-bottom: 15px;
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(210, 181, 104, 1) 46.93%, rgba(210, 181, 104, 1) 100%);
    }
    .people-office-bg{
        display: none;
    }
    .office-con ul {
        padding-left: 4vw;
    }
    .office-con a {
        width: 20vw;
        height: 20vw;
        margin: 1vw;
    }
}