@charset "utf-8";

/* 头条 */

.hot_news {
    height: 85px;
    display: table;
    margin: auto;
    margin-top: 45px;
    overflow: hidden;
}

.hot_news .hot_news_tit {
    width: 60px;
    height: 84px;
    background: url(../images/toutiao_bt.png) center center no-repeat;
}

.hot_news .hot_news_tit a {
    display: block;
    width: 100%;
    height: 100%;
}

.hot_news .hot_news_con {
    width: 1022px;
    height: 85px;
    text-align: center;
    margin-left: 30px;
    overflow: hidden;
}

.hot_news .hot_news_con a {
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hot_news .hot_news_con p {
    font-size: 20px;
    color: #666666;
    margin-top: 7px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* 要闻动态 */

.index_news {
    height: 385px;
    margin-top: 40px;
}

.carousel {
    width: 650px;
    height: 386px;
    position: relative;
    overflow: hidden;
}

.carousel ul li {
    width: 100%;
    height: 385px;
    position: relative;
}

.carousel img {
    width: 100%;
    height: 100%;
}

.carousel ul li .carousel_text {
    width: 650px;
    height: 128px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 30px;
    box-sizing: border-box;
    background: url(../images/lb_texr_bj.png) center center no-repeat;
}

.carousel .carousel_text a {
    display: block;
    width: 80%;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    color: #ffffff;
    margin-top: 70px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.carousel .hd {
    height: 10px;
    position: absolute;
    right: 30px;
    bottom: 26px;
}

.carousel .hd li {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: top;
    margin-right: 5px;
    cursor: pointer;
}

.carousel .hd li.on {
    width: 25px;
    border-radius: 4px;
    background-color: #ffa212;
}

.carousel .prev,
.carousel .next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
}

.carousel .prev {
    left: 20px;
    background: url(../images/lb_prev.png) center center no-repeat;
}

.carousel .next {
    right: 20px;
    background: url(../images/lb_next.png) center center no-repeat;
}

.index_news_r {
    width: 510px;
    height: 385px;
    overflow: hidden;
    /* background-color: firebrick; */
}

.index_news_r .tit {
    height: 50px;
    line-height: 50px;
    position: relative;
}

.index_news_r .tit ul li {
    display: inline-block;
    margin-right: 40px;
}

.index_news_r .tit ul li:last-child {
    margin-right: 0;
}

.index_news_r .tit ul li a {
    font-size: 24px;
    font-weight: bold;
    color: #49a141;
}

.index_news_r .tit ul li:first-child {
    padding-left: 40px;
    box-sizing: border-box;
    background: url(../images/gzdt_ico.png) left center no-repeat;
}

.more {
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.more a {
    font-size: 16px;
    color: #999999;
}

.index_news_r .cont {
    height: 320px;
    margin-top: 20px;
    overflow: hidden;
}

.index_news_r .cont .first_itme {
    height: 120px;
    border-bottom: 1px dashed #dcdcdc;
    box-sizing: border-box;
}

.index_news_r .cont .first_itme .box {
    height: 90px;
    overflow: hidden;
}

.index_news_r .cont .first_itme .box .date {
    width: 90px;
    height: 90px;
    float: left;
    padding-top: 10px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    text-align: center;
    border-radius: 20px 0 20px 0;
    overflow: hidden;
}

.index_news_r .cont .first_itme .box .date p {
    font-size: 30px;
    color: #49a141;
}

.index_news_r .cont .first_itme .box .date span {
    font-size: 16px;
    color: #999999;
    display: block;
    margin-top: 5px;
}

.index_news_r .cont .first_itme .box a {
    display: block;
    float: right;
    width: 395px;
    height: 82px;
    line-height: 34px;
    font-size: 18px;
    padding-top: 10px;
    box-sizing: border-box;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index_news_r .cont .first_itme .box a:hover {
    color: #49a141;
}

.index_news_r .cont .list {
    margin-top: 10px;
}

.index_hf {
    height: 110px;
    margin-top: 45px;
    position: relative;
    overflow: hidden;
}

.index_hf .bd ul li img {
    width: 100%;
    height: 110px;
}

.index_hf .hd {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
}

.index_hf .hd ul li {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: #666666;
    text-align: center;
    line-height: 16px;
    margin-right: 2px;
    font-size: 14px;
    cursor: pointer;
    background: #f5ced1;
}

.index_hf .hd ul li.on {
    background: #c30407;
    color: #ffffff;
}

.disclosure {
    padding: 40px 0;
    margin-top: 45px;
    overflow: hidden;
    box-sizing: border-box;
    background: #f3faff;
}

.title {
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: url(../images/title_bj.png) center center no-repeat;
}

.title span {
    display: none;
}

.title img {
    margin-right: 10px;
    vertical-align: middle;
}

.title a {
    font-weight: bold;
    font-size: 32px;
    color: #333333;
}

.title a b {
    color: #49a141;
}

.tab {
    height: 50px;
    position: relative;
}

.tab ul li {
    display: inline-block;
    margin-right: 40px;
    height: 50px;
    position: relative;
}

.tab ul li a {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.tab ul li::after {
    content: '';
    width: 100%;
    height: 3px;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #49a141;
}

.tab ul li::before {
    content: '';
    width: 11px;
    height: 7px;
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    background: url(../images/tab_sj.png) center center no-repeat;
}

.tab ul li.on::after,
.tab ul li.on::before {
    display: block;
}

.tab ul li.on a {
    color: #49a141;
}

.idx_zcwj {
    width: 815px;
    height: 300px;
    margin-top: 10px;
    float: left;
    overflow: hidden;
}

.idx_zcwj .list {
    margin-top: 10px;
}

.idx_information {
    width: 346px;
    height: 323px;
    margin-top: 10px;
    overflow: hidden;
    float: right;
    background: #f2fff1;
}

.idx_information .tit {
    width: 346px;
    height: 73px;
    line-height: 73px;
    text-align: center;
    background: url(../images/idx_xxgk_tt_bj.png) center center no-repeat;
}

.idx_information .tit a {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.idx_information ul {
    display: block;
    width: 305px;
    margin: 0 auto;
    margin-top: 5px;
    overflow: hidden;
}

.idx_information ul li {
    width: 142px;
    height: 60px;
    float: left;
    margin-right: 20px;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    margin-top: 15px;
    padding: 5px 35px;
    box-sizing: border-box;
    transition: all 0.3s;
}

.idx_information ul li a {
    color: #49a141;
    font-size: 18px;
}

.idx_information ul li:nth-child(2n) {
    margin-right: 0;
}

.idx_information ul li:last-child {
    width: 100%;
    line-height: 50px;
    text-align: center;
}


/* .idx_information ul li:hover {
    transform: translateY(-5px);
} */

.idx_information ul li:hover a {
    font-weight: bold;
}

.disclosure_con_bottom {
    height: 100px;
    margin-top: 40px;
}

.disclosure_con_bottom ul li {
    width: 277px;
    height: 100px;
    margin-right: 30px;
    float: left;
    transition: all 0.3s;
    background: url(../images/swgk_an_bj.png) center center no-repeat;
}

.disclosure_con_bottom ul li:last-child {
    margin-right: 0;
}

.disclosure_con_bottom ul li a {
    display: block;
    line-height: 100px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
}

.disclosure_con_bottom ul li a img {
    vertical-align: middle;
    margin-right: 20px;
}

.disclosure_con_bottom ul li:hover {
    transform: translateY(-5px);
}

.disclosure_con_bottom ul li:hover a {
    font-weight: bold;
}


/* 机关党建 */

.party {
    height: 300px;
    margin-top: 45px;
    overflow: hidden;
}

.party .party_l {
    width: 815px;
    height: 300px;
    overflow: hidden;
    float: left;
}

.dj_tit {
    height: 50px;
    line-height: 50px;
    position: relative;
}

.dj_tit ul li {
    display: inline-block;
    margin-right: 40px;
}

.dj_tit ul li a {
    font-size: 32px;
    color: #333333;
    font-weight: bold;
}

.dj_tit ul li a b {
    color: #49a141;
}

.dj_tit ul li a span {
    display: none;
}

.dj_tit ul li a img {
    vertical-align: middle;
    margin-right: 10px;
}

.party_l .list {
    margin-top: 10px;
}

.party_r {
    width: 346px;
    height: 300px;
    overflow: hidden;
    float: right;
}

.party_r .idx_ldxx {
    height: 94px;
    margin-top: 20px;
    transition: all 0.3s;
}

.party_r .idx_ldxx:hover {
    transform: translateY(-5px);
}

.party_r .idx_ldxx_con {
    margin-top: 20px;
}

.party_r .idx_ldxx_con ul li {
    width: 108px;
    height: 110px;
    float: left;
    background: #f4f8f3;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 11px;
    text-align: center;
}

.party_r .idx_ldxx_con ul li:last-child {
    margin-right: 0;
}

.party_r .idx_ldxx_con ul li a {
    display: block;
    padding-top: 20px;
    box-sizing: border-box;
    transition: all 0.3s;
}

.party_r .idx_ldxx_con ul li a p {
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
}

.party_r .idx_ldxx_con ul li a:hover {
    transform: translateY(-5px);
}

.party_r .idx_ldxx_con ul li a:hover p {
    font-weight: bold;
    color: #49a141;
}


/* 专题专栏 */

.idx_ztzl {
    height: 270px;
    margin-top: 25px;
    margin-bottom: 50px;
    overflow: hidden;
}

.idx_ztzl .idx_ztzl_con {
    width: 1335px;
    height: 200px;
    position: relative;
    margin: 30px auto 0;
    overflow: hidden;
}

.idx_ztzl .idx_ztzl_con .bd ul li {
    width: 380px;
    height: 200px;
    margin-right: 30px;
    float: left;
}

.idx_ztzl .idx_ztzl_con .bd ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.idx_ztzl .idx_ztzl_con .bd ul li:hover img {
    transform: scale(1.05);
}

.idx_ztzl .idx_ztzl_con .tempWrap {
    width: 1195px !important;
    margin: 0 auto;
    overflow: hidden;
}

.idx_ztzl .idx_ztzl_con .prev,
.idx_ztzl .idx_ztzl_con .next {
    width: 36px;
    height: 72px;
    position: absolute;
    top: 50%;
    margin-top: -36px;
    cursor: pointer;
}

.idx_ztzl .idx_ztzl_con .prev {
    left: 0;
    background: url(../images/ztzl_prev.png) center center no-repeat;
}

.idx_ztzl .idx_ztzl_con .next {
    right: 0;
    background: url(../images/ztzl_next.png) center center no-repeat;
}

.idx_ztzl .idx_ztzl_con .prev:hover {
    background: url(../images/ztzl_prev1.png) center center no-repeat;
}

.idx_ztzl .idx_ztzl_con .next:hover {
    background: url(../images/ztzl_next1.png) center center no-repeat;
}

/* 试运行公告 */
.testRun {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 285px;
    transition: height .3s;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 0 20px 20px;
    z-index: 99999;
}

.testRun .testRun_close {
    height: 20px;
}

.testRun .testRun_close span {
    float: right;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    margin-right: -15px;
    cursor: pointer;
    font-size: 25px;
    color: #67696a;
}

.testRun_cont a {
    display: block;
}

.testRun_cont p {
    font-size: 15px;
    color: #222;
    line-height: 22px;
    margin-top: 10px;
}

.testRun_cont>a>img {
    width: 245px;
    height: 144px;
}

.testRun .bot a {
    font-size: 12px;
    color: #015293;
    margin-top: 15px;
    display: inline-block;
}

.testRun .bot a:hover {
    color: red;
}

.testRun.hide {
    height: 0;
    overflow: hidden;
    transition: height .3s;
}