/**!
* 政府公报
* date: 2022-09-29
* author: wangkai;
*/

.main {
    position: relative;
    padding: 19px 30px 0;
    min-height: 1237px;
    padding-bottom: 40px;
    background: #ffffff;
    box-shadow: 0px 1px 12px #f4eae9;
    border-radius: 6px;
    overflow: hidden;
}

.tab {
    height: 54px;
    border-bottom: 1px solid #e1d0cb;
}

.tab-name {
    position: absolute;
    float: left;
    top: 19px;
    height: 50px;
    line-height: 50px;
    padding-left: 32px;
    font-size: 20px;
    color: #666;
    background-position: left center;
    background-repeat: no-repeat;
}

.tab-name.icon4 {
    left: 30px;
    margin-left: 0;
    background-image: url('/Template/dynamic/zfxxgk/css/../images/policy-search/policy-icon1.png');
}

.tab-name.icon1 {
    left: 248px;
    background-image: url('/Template/dynamic/zfxxgk/css/../images/bulletin_ico1.png');
}

.tab-name.icon2 {
    left: 424px;
    background-image: url('/Template/dynamic/zfxxgk/css/../images/bulletin_ico2.png');
}

.tab-name.icon3 {
    left: 600px;
    background-image: url('/Template/dynamic/zfxxgk/css/../images/bulletin_ico3.png');
}

.tab-name.active {
    font-weight: bold;
    color: #ef4837;
}

.tab-name.active.icon1 {
    background-image: url('/Template/dynamic/zfxxgk/css/../images/bulletin_ico1h.png');
}

.tab-name.active.icon2 {
    background-image: url('/Template/dynamic/zfxxgk/css/../images/bulletin_ico2h.png');
}

.tab-name::before,
.tab-name::after {
    position: absolute;
    content: '';
    bottom: -4px;
    height: 4px;
    display: none;
}

.tab-name::before {
    left: 0;
    right: 0;
    background: #f85f3b;
    background: linear-gradient(to right, #e73a3c, #f85f3b);
    background: -webkit-linear-gradient(left, #e73a3c, #f85f3b);
    background: -o-linear-gradient(right, #e73a3c, #f85f3b);
    background: -moz-linear-gradient(left, #e73a3c, #f85f3b);
}

.tab-name::after {
    left: 100%;
    width: 21px;
    background: url('/Template/dynamic/zfxxgk/css/../images/tab_line.png') no-repeat;
}

.tab-name.active::before,
.tab-name.active::after {
    display: block;
}

.tab-wrap {
    padding-bottom: 40px;
}

/* 全部公报 */

.bulletin {
    margin: 0 -16px;
}

.bulletin-node {
    float: left;
    width: 25%;
}

.bulletin-item {
    display: block;
    margin: 30px 16px 0;
    height: 320px;
    border: 1px solid #e3d6d6;
    border-radius: 8px;
    padding-top: 39px;
    text-align: center;
    color: #333;
    transition: all 0.4s ease-in-out;
}

.bulletin-item:hover {
    transform: translate(0, -10px);
    border: 1px solid #ef4837;
    box-shadow: 0px 1px 12px #f1dddb;
}

.bulletin-icon {
    display: block;
    margin: 0 auto;
    width: 85px;
    height: 90px;
}

.bulletin-tt {
    display: block;
    margin-top: 30px;
    height: 39px;
    line-height: 39px;
    font-weight: 500;
    font-size: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bulletin-sub-tt {
    display: block;
    margin-top: 20px;
    height: 33px;
    line-height: 33px;
    font-weight: 500;
    font-size: 22px;
}

.bulletin-stage {
    display: block;
    margin-top: 6px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #999;
}

.page-wrap {
    margin-top: 40px;
    text-align: center;
}

.m-pagination-jump {
    padding-right: 0;
}

/* 公报详情 */

.bulletin-info {
    position: relative;
    margin-top: 30px;
    height: 360px;
    background: url('/Template/dynamic/zfxxgk/css/../images/bulletin_bg.jpg') right bottom no-repeat #fcf8f8;
}

.bulletin-info .bulletin-node {
    float: left;
    margin: 20px 0 0 20px;
    width: 282px;
}

.bulletin-info .bulletin-item {
    margin: 0;
    background: #fff;
}

.bulletin-info .bulletin-item:hover {
    border: 1px solid #e3d6d6;
    transform: translate(0, 0);
    box-shadow: none;
}

.bulletin-detail {
    float: left;
    margin: 30px 0 0 40px;
    width: calc(100% - 342px - 30px);
}

.bulletin-detail .bulletin-tt {
    margin-top: 0;
    height: 45px;
    line-height: 45px;
    font-size: 30px;
    width: calc(100% - 350px);
}

.bulletin-detail .bulletin-sub-tt {
    margin-top: 30px;
    height: 39px;
    line-height: 39px;
    font-size: 26px;
}

.bulletin-detail .bulletin-stage {
    margin-top: 12px;
    height: 33px;
    line-height: 33px;
    font-size: 22px;
}

.bulletin-download {
    display: block;
    margin-top: 101px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    background: #e83a3d;
    background: linear-gradient(to right, #e83a3d, #fb653c);
    background: -webkit-linear-gradient(left, #e83a3d, #fb653c);
    background: -o-linear-gradient(right, #e83a3d, #fb653c);
    background: -moz-linear-gradient(left, #e83a3d, #fb653c);
}

.bulletin-download > span {
    display: inline-block;
    vertical-align: top;
    padding-left: 22px;
    font-size: 16px;
    color: #fff;
    background: url('/Template/dynamic/zfxxgk/css/../images/download.png') left center no-repeat;
}

.bulletin-sel {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 350px;
}

.bulletin-sel .sel-box {
    width: 100%;
    height: 40px;
    background: #ffffff;
    border: 1px solid #ebe4e4;
    border-radius: 2px;
    padding-left: 10px;
    display: none;
}

.bulletin-sel .chosen-container {
    font-size: 16px;
}

.bulletin-sel .chosen-container-single .chosen-single {
    background: #ffffff;
    border: 1px solid #ebe4e4;
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    color: #333;
    padding-left: 14px;
}

.chosen-container-single .chosen-single span {
    margin-right: 30px;
}

.chosen-container-single .chosen-single div {
    width: 30px;
}

.bulletin-sel .chosen-container-single .chosen-single div b {
    background: url('/Template/dynamic/zfxxgk/css/../images/sel_ico.png') left center no-repeat;
}

.bulletin-sel .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url('/Template/dynamic/zfxxgk/css/../images/sel_icoh.png') left center no-repeat;
}

.bulletin-sel .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #ebe4e4;
    border-radius: 2px;
}

.bulletin-sel .chosen-container-single .chosen-drop {
    border: 1px solid #ebe4e4;
    border-radius: 2px;
    padding: 0;
}

.bulletin-sel .chosen-container .chosen-results {
    margin: 0;
    padding: 5px 0;
    max-height: 240px;
}

.bulletin-sel .chosen-container .chosen-results li.highlighted {
    background-color: #fff;
    color: #e1313f;
}

.bulletin-sel .chosen-container .chosen-results li {
    line-height: 36px;
    padding: 0 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 0;
}

.info-list {
    margin-top: 16px;
}

.info-node {
    height: 55px;
    line-height: 54px;
    border-bottom: 1px dashed #efe7e8;
}

.info-node:last-child {
    border-bottom: 0;
}

.info-item {
    position: relative;
    display: block;
    padding-left: 15px;
    font-size: 16px;
    color: #333;
}

.info-item::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 1px;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
}

.info-name {
    float: left;
    max-width: calc(100% - 200px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info-date {
    float: right;
    color: #999;
}

.page-wrap.mt32 {
    margin-top: 32px;
}

@media (max-width:1299px) {
    .bulletin-info {
        padding-top: 20px;
        padding-bottom: 20px;
        height: auto;
    }
    .bulletin-node {
        width: 33.333333333333333%;
    }
    .bulletin-sel {
        position: static;
        margin: 0 20px;
        width: auto;
    }
    .bulletin-detail .bulletin-tt {
        width: 100%;
    }
}

@media (max-width:979px) {
    .ewb-white {
        min-height: 0;
        padding: 30px;
    }
    .bulletin-node {
        width: 50%;
    }
}

@media (max-width:767px) {
    .main {
        padding: 10px 10px 20px;
    }
    .tab-name {
        top: 10px;
        font-size: 16px;
        padding-left: 0;
        background: none !important;
    }
    .tab-name.active::after {
        display: none;
    }
    .tab-name.icon1 {
        left: 10px;
    }
    .tab-name.icon2 {
        left: 94px;
    }
    .tab-name.icon3 {
        left: 178px;
    }
    .bulletin-node {
        width: 100%;
    }
    .bulletin-item {
        margin-top: 20px;
       padding: 20px 0;
       height: auto;
    }
    .bulletin-icon {
        width: 65px;
        height: auto;
    }
    .bulletin-tt {
        margin-top: 20px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }
    .bulletin-sub-tt {
        height: 24px;
        line-height: 24px;
        font-size: 18px;
    }
    .bulletin-stage {
        height: 20px;
        line-height: 20px;
        font-size: 16px;
    }
    .bulletin-info {
        padding: 20px 10px;
    }
    .bulletin-sel {
        margin: 0 auto 20px;
    }
    .bulletin-sel .sel-box {
        display: block;
    }
    .bulletin-info .bulletin-node {
        margin: 0;
        width: 100%;
    }
    .bulletin-detail {
        margin: 20px 0 0 0;
        width: 100%;
        text-align: center;
    }
    .bulletin-detail .bulletin-tt {
        font-size: 24px;
    }
    .bulletin-detail .bulletin-sub-tt {
        margin-top: 10px;
        font-size: 22px;
    }
    .bulletin-detail .bulletin-stage {
        font-size: 18px;
    }
    .bulletin-download {
        margin-top: 40px;
        width: 100%;
    }
    .info-node {
        font-size: 14px;
    }
    .info-name {
        max-width: calc(100% - 100px);
    }

    .tab {
        height:108px;
    }
    .tab-name.icon1 {
        /* left: 10px; */
        left: 25%;
        transform: translateX(-50%);
    }
    .tab-name.icon2 {
        left: 25%;
        transform: translateX(-50%);
        top: 64px;
    }
    .tab-name.icon3 {
        left: 75%;
        transform: translateX(-50%);
        top: 64px;
        white-space: nowrap;
    }

     .tab-name.icon4 {
        left: 75%;
        transform: translateX(-50%);
        white-space: nowrap;
    }
}