/* 手机搜索 */

.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 {
    display: flex;
    width: 66%;
}

.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 .news-box {
    display: inline-block;
    padding-right: 20px;
    width: 100%;
}

.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;
    }
}

.out-news {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url("../img/out-news-bg.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.out-news .centerBox {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.out-news-box {
    width: 33%;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}
.out-news-content {
    width: 100%;
}
.out-news-item-link {
    display: inline-block;
    width: 100%;
}
.out-news-item {
    width: 100%;
    padding: 10px 0;
    line-height: 20px;
    vertical-align: top;
}
.out-news-item-title {
    display: inline-block;
    width: calc(100% - 110px);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    vertical-align: top;
}
.out-news-item-title .text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.out-news-item-date {
    display: inline-block;
    width: 100px;
    text-align: right;
    font-size: 14px;
    color: #006335;
    vertical-align: top;
}
.out-news-item-link:hover .out-news-item-title {
    color: #006335;
}



/* 快速通道入口 */
.entrance{
    display: flex;
    align-items: center;
    width: 100%;
    height: 240px;
    background: url("../img/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;
    border-radius: 65px;
    text-align: center;
    background-color: #fff;
}
.entrance-item .entrance-white{
    position: relative;
    display: inline-block;
    margin-top: 25px;
    width: 50px;
    height: 50px;
    z-index: 10;
}

.entrance-item .entrance-title{
    position: relative;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #006335;
    z-index: 10;
}
.entrance-item .entrance-green{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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%;
    padding-top: 30px;
    padding-bottom: 80px;
}
.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: 50%;
}
.office .office-con {
    background-color: #c8b36c;
}
.office-con ul{
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
}
.office-con a{
    display: block;
    width: 115px;
    height: 115px;
    margin: 10px;
    background-color: #fff;
    border-radius: 0 0 25px 0;
    text-align: center;
}
.office-con a .office-item-title{
    padding: 5px 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
}
.office-con a img {
    margin-top: 15px;
    width: 40px;
    height: 40px;
}
.office-con a img.img-white{
    display: none;
}
.office-con a img.img-green{
    display: inline-block;
}
.office-con a:hover {
    background-color: #006335;
    animation-name: bounce;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.office-con a:hover .office-item-title{
    color: #fff;
}
.office-con a:hover img.img-green{
    display: none;
    /* transform: translateY(-5px); */
}
.office-con a:hover img.img-white{
    display: inline-block;
}

/* 审计管理平台 */
.platform {
    width: 45%;
}
.platform-content {
    padding: 40px;
    min-height: 330px;
    background-color: #c8b36c;
}
.platform-item-list {
    padding: 20px;
    background-color: #fff;
}
.platform-item {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 40px;
    line-height: 80px;
    vertical-align: top;
    /* background-color: #006335;
    color: #fff; */    
    background-color: #fff;
    color: #006335;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    vertical-align: top;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.platform-item:last-child {
    margin-bottom: 0;
}
.platform-item:hover {
    background-color: #006335;
    color: #fff;
}


.party-content {
    position: relative;
    width: 100%;
    padding: 0;
    min-width: 1200px;
    height: 576px;
}
.party-content .title-bg {
    width: 100%;
    height: 176px;
    background-image: url("../img/party-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.party-content .common-title {
    padding-top: 38px;
    padding-bottom: 30px;
}
.party-content .common-title .more{
    top: 38px;
}
.party-content .party-article-list {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 128px;
    font-size: 0;
}
.party-content .party-article-list .article-item{
    position: relative;
    display: inline-block;
    width: 25%;
    height: 400px;
    background-color: #fff;
    vertical-align: top;
}
.party-content .party-article-list .article-item .article-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
}
.party-content .party-article-list .article-item .article-img img{
    width: 100%;
    height: 100%;
}
.party-content .party-article-list .article-item .article-detail {
    position: absolute;
    left: 0;
    top: 200px;
    padding: 24px 18px;
    height: 200px; 
}
.party-content .party-article-list .article-item:nth-child(even) .article-img {
    top: 200px;
}
.party-content .party-article-list .article-item:nth-child(even) .article-detail {
    top: 0;
}
.party-content .party-article-list .article-item .article-detail .article-title{
    display: inline-block;
    font-size: 16px;
    height: 48px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
}
.party-content .party-article-list .article-item .article-detail .article-description{
    display: inline-block;
    padding-top: 24px;
    height: calc(24px + 36px);
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(123, 138, 152, 1);
    overflow: hidden;
    text-overflow: ellipsis;
}
.party-content .party-article-list .article-item .article-detail .line{
    position: absolute;
    left: 18px;
    bottom: 35px;
    width: calc(100% - 36px);
    height: 1px;
    border-bottom: 1px solid rgba(222, 202, 173, 1);
}
.party-content .party-article-list .article-item .article-detail .date{
    position: absolute;
    display: inline-block;
    padding-right: 3px;
    left: 18px;
    bottom: 29px;
    background-color: #fff!important;
    color: rgba(194, 19, 19, 1);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
}
.party-content .party-article-list .article-item:hover {
    background-color: rgba(218, 159, 73, 1);
}
.party-content .party-article-list .article-item:hover .article-title{
    color: #fff;
}
.party-content .party-article-list .article-item:hover .article-description{
    color: rgba(255, 255, 255, 0.8);
}
.party-content .party-article-list .article-item:hover .date{
    color: #fff;
    background-color: rgba(218, 159, 73, 1)!important;
}

@keyframes bounce {
    0%{
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-4px);
    }
    100% {
        transform: translateY(-7px);
    }
}
@media screen and (max-width: 780px) {
    .out-news-box {
        width: 100%;
        margin-bottom: 40px;
    }

    .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: auto;
        margin: 1vw;
    }
    .platform {
        width: 100%;
    }

    .party-content {
        min-width: 300px;
    }
    .party-content .party-article-list .article-item {
        width: 50%;
    }
}