

.chosen-results{
	background: white;

}


.em-mt-20 {
    margin-top: 20px;
}

.em-module {
    margin-top: 20px;
    box-shadow: 0 0 10px 0 #eaedf4;
    /*border: solid 1px #dce1e5;*/
    padding: 0 20px;
}

@media (max-width: 767px) {
    .em-module {
        padding: 0 10px;
    }

}

/*领导*/
.em-leader {
    height: 473px;
    box-shadow: 0 0 10px 0 #eaedf4;
    /*border: solid 1px #dce1e5;*/
    padding-top: 16px;
}

.em-btns {
    text-align: center;
    margin-top: 21px;
    width: 100%;
}

.em-btn {
    display: inline-block;
    width: 170px;
    height: 40px;
    background-color: #e8f1fd;
    border-radius: 20px;
    border: solid 1px #4a83d2;
    margin: 0 8px;
    font-size: 18px;
    color: #207aea;
    cursor: pointer;
    line-height: 38px;
}

.em-btn.em-btn-blue {
    background-color: #4a83d2;
    color: #fff;
}

.em-mayor-photo {
    width: 155px;
    height: 186px;
}

.em-mayor-info {
    width: calc(100% - 155px);
    padding-left: 20px;
    height: 186px;
}

.em-mayor-name {
    /*margin: 24px 0;*/
}

.em-mayor-name a,
.em-mayor-name {
    font-weight: bolder;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
}

.em-mayor-work-tips {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}

.em-mayor-work {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    width: 100%;
}

.em-vice-mayo {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    /*margin-top: 20px !important;*/
}

.em-leader-name {
    font-weight: bolder;
    font-size: 16px;
    color: #333333;
    /*margin-right: 24px;*/
    margin-right: 54px;
    line-height: 32px;
    width: 58px;
     white-space: nowrap;
}

.em-leader-post {
    width: 86px;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}

.em-leader-names {
    margin-left: 86px;
}

/*.em-vice-mayo,*/
.em-leaders {
    margin-top: 5px;
}

@media (max-width: 767px) {
    .em-leader {
        height: auto;
    }

    .em-mayor-photo {
        display: block;
        margin: 0 auto;
        height: auto;
        width: auto;
        float: none !important;
    }

    .em-mayor-info {
        width: 100%;
        padding-left: 0 !important;
        height: auto;
    }

    .em-btn {
        width: 40%;
        margin-bottom: 30px;
    }
}

@media (max-width: 1280px) {
    .em-btn {
        width: 40%;
        margin-bottom: 30px;
    }

    .em-mayor-info {
        padding-left: 10px;
    }

    .em-mayor-name {
        margin: 10px 0;
    }

    .em-mayor-work {
        line-height: 26px;
    }
}

@media (max-width: 978px) and (min-width: 768px) {
    .em-mayor-photo {
        width: 120px;
        height: auto;
    }

    .em-mayor-info {
        width: calc(100% - 120px);
    }

    .em-mayor-name {
        margin: 0;
    }
}

/*最新公开信息e*/
.em-infos {
    height: 302px;
}

.em-title {
    height: 51px;
    border-bottom: 1px solid #e1e7f5;
}

.em-title > span {
    display: inline-block;
    height: 100%;
    font-size: 18px;
    line-height: 50px;
    color: #376cb0;
    font-weight: bolder;
    position: relative;
}

.em-title > span:after {
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    background-color: #376cb0;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.em-time {
    display: block;
    width: 100px;
    font-size: 16px;
    line-height: 40px;
    color: #999999;
    text-align: right;
}

.em-name {
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    display: block;
    margin-right: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 12px;
    position: relative;
}

.em-name:before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #acccdf;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    border-radius: 50%;
}

.em-list-view {
    margin-top: 12px;
}

.em-list-item:hover .em-name,
.em-list-item:hover .em-time {
    color: #376cb0;
}

.phone-more {
    color: #666;
    width: 80%;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #EDEDED;
    border: 1px solid #ccc;
    border-radius: 2px;
    clear: both;
    margin: 5px auto;
    display: none;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .em-infos {
        height: auto;
    }

    .phone-more {
        display: block;
    }
}


/*政府信息公开*/
.em-public {
    height: 151px;
    padding: 3px 20px 7px 7px;
}

.em-public-tips {
    background: url("/images/img_public_tips.png") center no-repeat;
    width: 59px;
    height: 138px;
    background-color: #4a83d2;
    border-radius: 4px;
    font-weight: bolder;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    margin-top: 4px;
}

.em-public-list {
    margin-left: 64px;
}

.em-public-item {
    display: inline-block;
    width: calc(50% - 16px);
    height: 50px;
    background-color: #f5f8fc;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 16px;
    margin-top: 16px;
    padding: 0 6px;
}

.em-public-item.em-active {
    background-color: #e8f1fd;
    position: relative;
}

.em-public-item.em-active:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #f75757 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}

.em-public-item.em-active:after {
    display: block;
    content: '';
    height: 12px;
    width: 12px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("/images/img_public_active.png") center no-repeat;
}

@media (max-width: 767px) {
    .em-public-item {
        width: calc(50% - 10px);
        margin-left: 10px;
    }

    .em-public {
        padding-right: 0;
    }
}

/*依申请公开*/
.em-apply {
    height: 151px;
    display: block;
    background: url("/images/img_apply_bg.png") center no-repeat;
    background-size: 100% 100%;
}

.em-apply span {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 151px;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    padding-left: 153px;
    background: url("/images/img_apply.png") 10px center no-repeat;
}

@media (max-width: 1280px) and (min-width: 768px) {
    .em-apply span {
        text-align: center;
        padding-left: 0;
        background-position: center 10px;
        line-height: 24px;
        padding-top: 112px;
    }
}

@media (max-width: 767px) {
    .em-apply span {
        text-align: center;
        background-position: 30% center;
    }
}

/*文件*/
.em-files {
    height: 280px;
    padding: 0;
}

.em-selects {
    border-right: 1px dashed #d6dfec;
    width: 38.2%;
    height: 100%;
}

.em-search-btn {
    display: block;
    width: 170px;
    height: 40px;
    background-color: #4a83d2;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    margin-top: 23px;
}

.em-selects {
    padding-top: 20px;
}

.em-select-content {
    height: 167px;
    background-color: #f2f7fc;
    border-radius: 4px;
    margin: 0 18px 0;
    padding: 1px 12px 0;
}

.em-select-cell {
    margin-top: 28px;
}

.em-select-tips {
    font-size: 16px;
    line-height: 40px;
    color: #0e0e0e;
}

.em-select-value {
    margin-left: 75px;
}

.em-select-value input {
    width: 100%;
    height: 42px;
    background-color: #ffffff;
    border: solid 1px #bec4cc;
    padding: 0 13px;
    font-size: 16px;
    color: #333;
}

.input-tips {
    position: relative;
}

.em-select-value.input-tips label{
    position: absolute;
    height: 100%;
    left: 13px;
    top: 0;
    font-size: 16px;
    line-height: 40px;
    color: #999999;
}

.em-select-input.input-tips label {
    position: absolute;
    height: 100%;
    left: 5px;
    top: 0;
    font-size: 16px;
    line-height: 40px;
    color: #999999;
}

.em-select {
    width: calc(49.81% - 10px);
    height: 42px;
    background-color: #fff;
    margin-right: 10px;
}

.em-select select {
    height: 100%;
    width: 100%;
    border: solid 1px #bec4cc;
    background-color: #fff;
}

.em-select .chosen-container-single .chosen-single {
    height: 42px;
}

.em-select-value .chosen-container-single .chosen-single span {
    height: 42px;
    border: solid 1px #bec4cc;
    background-color: #fff;
    line-height: 40px;
    box-sizing: border-box;
    text-align: left;
    padding-left: 14px;
}

.em-select .chosen-container .chosen-drop {
    bottom: unset;
    top: 42px;
    background-color: #fff;
}

.em-select .chosen-container .chosen-drop {
   /*  border: solid 1px #bec4cc !important;
    border-top: none !important; */
}

.em-select-input {
    width: 49.37%;
}

.em-select-input input {
    width: calc(100% - 20px);
    margin-right: 5px;
}

.em-select-value .chosen-container-single .chosen-single div {
    border-right: 0;
}

.em-files-content {
    width: 61.8%;
    padding: 0 20px 0 35px;
}

.em-tab-head {
    height: 53px;
    border-bottom: 1px solid #e1e7f5;
}

.em-tab-nav {
    padding: 0 10px;
    height: 100%;
    line-height: 52px;
    font-size: 18px;
    color: #9ea3ad;
    cursor: pointer;
    margin-right: 25px;
    position: relative;
    text-align: center;
}

.em-tab-nav:after {
    display: block;
    content: '';
    width: 1px;
    height: 12px;
    background-color: #d3d9e6;
    position: absolute;
    right: -13px;
    top: 50%;
    margin-top: -6px;
}

.em-tab-head > .em-tab-nav:last-child {
    margin-right: 0;
}

.em-tab-head > .em-tab-nav:last-child:after {
    display: none;
}

.em-tab-nav.em-active {
    font-weight: bolder;
    font-size: 18px;
    color: #376cb0;
}

.em-tab-head > .em-tab-nav:first-child {
    margin-left: 0;
}


.em-tab-nav.em-active:before {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #205ce1;
    background-image: linear-gradient(-90deg,
    #208ce1 0%,
    #2075e1 50%,
    #205ce1 100%),
    linear-gradient(
            #376cb0,
            #376cb0);
    background-blend-mode: normal,
    normal;
    position: absolute;
    left: 0;
    bottom: -1px;
}

@media (max-width: 767px) {
    .em-files {
        height: auto;
    }

    .em-selects {
        width: 100%;
        border-right: none;
        border-bottom: 1px dashed #d6dfec;
        padding-bottom: 20px;
    }

    .em-select-content {
        margin: 0 10px;
    }

    .em-files-content {
        width: 100%;
        padding: 0 10px;
    }

}

@media (max-width: 978px) {
    .em-tab-nav {
        width: calc(33.33% - 20px);
        margin: 0 10px;
    }

    .em-tab-nav span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/*重点领域*/
.em-area {
    height: 300px;
    text-align: center;
    padding-right: 0;
}

.em-area-title {
    text-align: center;
    font-weight: bolder;
    font-size: 20px;
    line-height: 54px;
    color: #376cb0;
    position: relative;
    margin-right: 20px;
}

.em-area-title > span {
    position: relative;
}

.em-area-title > span:after,
.em-area-title > span:before {
    display: block;
    content: '';
    width: 2px;
    height: 7px;
    background-color: #d1dde6;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.em-area-title > span:before {
    left: -30px;
}

.em-area-title > span:after {
    right: -30px;
}

.em-area-title:after,
.em-area-title:before {
    display: block;
    content: '';
    width: calc(50% - 73px);
    height: 1px;
    background-color: #d1dde6;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.em-area-title:before {
    left: 0;
}

.em-area-title:after {
    right: 0;
}

.em-area-type {
    margin-top: 6px;
    height: 220px;
    overflow: hidden;
    padding-right: 20px;
}

.em-area-type .nicescroll-rails {
    right: 10px !important;
}

.em-area-list {
    margin-right: -20px;
}

.em-area-item {
    width: 25%;
    margin-top: 20px;
}

.em-area-item > a {
    display: block;
    height: 100%;
    margin-right: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-top: 68px;
    background-position: center top;
    background-repeat: no-repeat;
}

.em-area-list > .em-area-item:nth-of-type(1),
.em-area-list > .em-area-item:nth-of-type(4),
.em-area-list > .em-area-item:nth-of-type(3),
.em-area-list > .em-area-item:nth-of-type(2) {
    margin-top: 0;
}

.em-area-item > a:hover {
    color: #cf2639;
}

.em-area-icon1 {
    background-image: url(/images/img_area1.png);
}

.em-area-icon2 {
    background-image: url(/images/img_area2.png);
}

.em-area-icon3 {
    background-image: url(/images/img_area3.png);
}

.em-area-icon4 {
    background-image: url(/images/img_area4.png);
}

.em-area-icon5 {
    background-image: url(/images/img_area5.png);
}

.em-area-icon6 {
    background-image: url(/images/img_area6.png);
}

.em-area-icon7 {
    background-image: url(/images/img_area7.png);
}
.em-area-icon8 {
    background-image: url(/images/img_area8.png);
}
.em-area-icon9 {
    background-image: url(/images/img_area9.png);
}
.em-area-icon10 {
    background-image: url(/images/img_area10.png);
}
.em-area-icon11 {
    background-image: url(/images/img_area11.png);
}


.em-area-icon1:hover {
    background-image: url(/images/img_area1h.png);
}

.em-area-icon2:hover {
    background-image: url(/images/img_area2h.png);
}

.em-area-icon3:hover {
    background-image: url(/images/img_area3h.png);
}

.em-area-icon4:hover {
    background-image: url(/images/img_area4h.png);
}

.em-area-icon5:hover {
    background-image: url(/images/img_area5h.png);
}

.em-area-icon6:hover {
    background-image: url(/images/img_area6h.png);
}

.em-area-icon7:hover {
    background-image: url(/images/img_area7h.png);
}
.em-area-icon8:hover {
    background-image: url(/images/img_area8h.png);
}

.em-area-icon9:hover {
    background-image: url(/images/img_area9h.png);
}
.em-area-icon10:hover {
    background-image: url(/images/img_area10h.png);
}


.em-area-icon11:hover {
    background-image: url(/images/img_area11h.png);
}

@media (max-width: 1280px) and  (min-width: 979px) {
    .em-area-item {
        width: 33.33%;
    }

    .em-area-item {
        margin-top: 20px !important;
    }

    .em-area-list > .em-area-item:nth-of-type(1),
    .em-area-list > .em-area-item:nth-of-type(3),
    .em-area-list > .em-area-item:nth-of-type(2) {
        margin-top: 0 !important;
    }
}

@media (max-width: 978px) {
    .em-area-item {
        width: 50%;
    }

    .em-area-item {
        margin-top: 20px !important;
    }

    .em-area-list > .em-area-item:nth-of-type(1),
    .em-area-list > .em-area-item:nth-of-type(2) {
        margin-top: 0 !important;
    }
}

@media (max-width: 767px) {
    .em-area {
        height: auto;
        padding-bottom: 20px;
    }

    .em-links-item {
        width: 100%;
        margin-top: 10px;
    }

    .em-area-list > .em-area-item:nth-of-type(3){
        margin-top: 0!important;
    }
    .em-area-item {
        width: 33.33%;
    }
}


/*相关链接*/
.em-links {
    height: 160px;
    margin-right: -7px;
}

.em-links-item {
    height: 160px;
    width: 20%;
}

.em-links-item > div {
    height: 100%;
    margin-right: 7px;
    box-sizing: border-box;
    border: 1px solid #dfe8f0;
    border-radius: 4px;
}

.em-links-value {
    display: block;
    height: 100%;
    border-radius: 4px;
    border: solid 1px #dfe8f0;
    border-top: 5px solid #4b8eeb;
    background: url("/images/img_link_bg.png") center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    width: 100%;
}

.em-links-value > span {
    display: block;
    padding-top: 100px;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    text-align: center;
}

.em-links-item.em-active {
    width: 54.88%
}

.em-links-value.em-active {
    width: 18.35%;
    background: #4b8eeb;
}

.em-links-value.em-active > span {
    padding-top: 80px;
    line-height: 24px;
    color: #ffffff;
    padding-left: 12px;
    padding-right: 12px;
}

.em-link-icon1 {
    background: url("/images/img_link_icon1.png") center 24px no-repeat;
}

.em-link-icon2 {
    background: url("/images/img_link_icon2.png") center 24px no-repeat;
}

.em-link-icon3 {
    background: url("/images/img_link_icon3.png") center 24px no-repeat;
}

.em-link-icon4 {
    background: url("/images/img_link_icon4.png") center 24px no-repeat;
}

.em-link-icon5 {
    background: url("/images/img_link_icon5.png") center 30px no-repeat;
}

.em-links-value.em-active .em-link-icon1 {
    background: url("/images/img_link_icon1h.png") center 30px no-repeat;
}

.em-links-value.em-active .em-link-icon2 {
    background: url("/images/img_link_icon2h.png") center 30px no-repeat;
}

.em-links-value.em-active .em-link-icon3 {
    background: url("/images/img_link_icon3h.png") center 30px no-repeat;
}

.em-links-value.em-active .em-link-icon4 {
    background: url("/images/img_link_icon4h.png") center 30px no-repeat;
}

.em-links-value.em-active .em-link-icon5 {
    background: url("/images/img_link_icon5h.png") center 30px no-repeat;
}

.em-small {
    width: 11.28%
}

.em-small .em-links-value > span {
    padding-top: 80px;
    background-position: center 30px;
    background-size: 40px auto;
    padding-left: 14px;
    padding-right: 14px;
    line-height: 24px;
}

.em-links-value.em-active + .em-links-child {
    display: block;
}

.em-links-child {
    display: none;
    height: 100%;
    background-color: #fff;
    width: 81.65%;
    padding-right: 6px;
    padding-left: 16px;
}

.em-links-child > ul {
    padding-top: 20px;
}

.em-links-child li {
    width: 50%;
    margin-bottom: 24px;
}

.em-links-child li > a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding-left: 9px;
    position: relative;
    padding-right: 5px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.em-links-child li > a:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #9093a9;
    top: 50%;
    margin-top: -2px;
    position: absolute;
    left: 0;
}

.em-links-child li > a:hover {
    color: #376cb0;
}

.em-links-child li > a:hover:before {
    background-color: #376cb0;
}

@media (max-width: 1280px) {
    .em-links-value.em-active > span,
    .em-small .em-links-value > span {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 978px) and (min-width: 768px) {
    .em-links-value.em-active > span,
    .em-small .em-links-value > span {
        padding-left: 0;
        padding-right: 0;
    }

    .em-links-child {
        padding-left: 10px;
    }

    .em-links-child li {
        width: 50%;
    }

    .em-links-value.em-active {
        width: 20%;
    }

    .em-links-value.em-active + .em-links-child {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .em-links {
        height: auto;
    }

    .em-links-item {
        width: 100%;
        margin-top: 10px;
    }

    .em-links-item.em-active {
        width: 100%;
    }
}


.mail {
    margin-top: -220px;
}

.em-mail {
    height: 200px;
}

@media (max-width: 767px) {
    .mail {
        margin-top: 0;
    }

    .em-mail {
        height: auto;
    }
}

.em-notices {
    height: 340px;
}

@media (max-width: 767px) {
    .em-notices {
        height: auto;
    }
}

/*政府公报*/
.em-bulletin {
    height: 350px;
}

.em-bulletin-img {
    width: 180px;
    height: 228px;
    position: relative;
}
.em-bulletin-img>img{
    height: 100%;
    width: 100%;
}/* 
.name,
.total{
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 10px;
    text-align: center;
} *//* 
.name{
    font-size: 12px;
    color: #333;
    bottom: 34px;
    font-weight: bold;
}
.total{
    font-size: 10px;
    color: #999;
    bottom: 14px;
} */
.em-bulletin-infos {
    height: 228px;
    margin-left: 200px;
}

.em-bulletin-name {
    font-weight: bolder;
    font-size: 18px;
    line-height: 36px;
    color: #0e0e0e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.em-bulletin-stage,
.em-bulletin-journal {
    font-size: 18px;
    color: #0e0e0e;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
		width: 65%;
	text-align: center;
}

.em-bulletin-time,
.em-bulletin-ouname {
    font-size: 16px;
    color: #666666;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;


}

.em-bulletin > a {
    display: block;
    margin-top: 30px;
}

.em-bulletin-time {
     margin-top: 40px; 
	/* margin-top: 30px;  */
}

.em-bulletin:hover .em-bulletin-name {
    color: #376cb0;
}

@media (max-width: 767px) {
    .em-bulletin {
        height: auto;
    }

    .em-bulletin-img {
        float: none !important;
        margin: 0 auto;
    }

    .em-bulletin-infos {
        width: 100%;
        margin-left: 0;
        height: auto;
        padding-bottom: 20px;
    }
}

@media (max-width: 978px) and (min-width: 768px) {
    .em-bulletin-img {
        width: 120px;
        height: auto;
    }

    .em-bulletin-infos {
        margin-left: 130px;
    }
}

@media (max-width: 1280px) and (min-width: 978px) {
    .em-bulletin-infos {
        margin-left: 190px;
    }
}

/*新闻发布会*/
.em-meeting {
    height: 350px;
}

.em-news {
    display: block;
    width: 353px;
    height: 237px;
    /*background-color: #eae6e6;*/
    position: relative;
    margin-top: 24px;
}

.em-news img {
    /*height: 100%;*/
    height: 150px;
    width: 100%;
}

.em-news-text {
    margin-top: 10px;
    font-size: 16px;
    /*line-height: 45px;*/
    line-height: 26px;
    /*color: #ffffff;*/
    /*height: 45px;*/
    height: 60px;
    /*position: absolute;*/
    width: 100%;
    bottom: 0;
    left: 0;
    /*background-color: rgba(0, 0, 0, .5);*/
    /*padding: 0 17px;*/
    overflow: hidden;
    overflow-wrap: break-word;
    /*text-overflow: ellipsis;
    white-space: nowrap;
*/}

.em-times{
    color: #999;
}

.em-news-list {
    margin-left: 367px;
    height: 237px;
}

.em-news-item {
    height: 48px;
    margin-bottom: 15px;
}

.em-news-list > .em-news-item:last-child {
    margin-bottom: 0;
}

.em-news-item > a {
    display: block;
    height: 100%;
    width: 100%;
}

.em-news-list {
    margin-top: 24px;
}

.em-news-time {
    width: 48px;
    text-align: center;
    height: 48px;
    background: url("/images/img_news_time.png") center no-repeat;
}

.em-news-time > span {
    font-size: 12px;
    line-height: 24px;
    color: #4a83d2;
    display: block;
    margin-top: -8px;
}

.em-news-time > span:first-child {
    font-weight: bolder;
    font-size: 14px;
    margin-top: 8px;
}

.em-news-infos {
    margin-left: 63px;
}

.em-news-name {
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    overflow: hidden;
    overflow-wrap: break-word;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
}

.em-news-address {
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.em-news-item:hover .em-news-name {
    color: #376cb0;
}

@media (max-width: 978px) and (min-width: 768px) {
    .em-news {
        width: 253px;
        height: auto;
    }

    .em-news-list {
        margin-left: 263px;
    }
}

@media (max-width: 767px) {
    .em-meeting {
        height: auto;
    }

    .em-news {
        float: none !important;
        width: 100%;
        height: auto;
    }

    .em-news-list {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
	
	.em-bulletin-stage,
	.em-bulletin-journal {
	 
			width: 47%;

	}



}

#footer {
    margin-top: 34px;
}

/* 2020-11-18 */
.em-apply {
    border-radius: 5px;
    padding:22px 28px 0;
    height: 151px;
    display: block;
    font-size: 18px;
    color:#fff;
    font-weight: bold;
    text-align: center;
    background: #39a6e1;
    background: linear-gradient(to bottom, #39a6e1, #3ec2e2);
    background: -webkit-linear-gradient(top, #39a6e1, #3ec2e2);
    background: -o-linear-gradient(bottom, #39a6e1, #3ec2e2);
    background: -moz-linear-gradient(top, #39a6e1, #3ec2e2);
}

.em-public-tips {
    width: 159px;
    padding-top: 22px;
    background:url("/images/info_open_ico.png") right bottom no-repeat #4a83d2;
}


.em-public-list {
    margin-left: 160px;
}

.em-public-item {
    width: calc(25% - 16px);
    height: 121px;
    border-top:4px solid #4b8eeb;
    background-color:#f5f8fc;
    overflow: visible;
    white-space: normal;
    line-height: 24px;
    margin-top: 14px;
    padding:34px 18px 0;
}

.em-public-item:hover {
    border-color:#f34551;
    color:#d12d40;
    font-weight: bold;
    background-color:#fcf2f2;
}

.em-public-item.em-active {
    background-color: #f5f8fc;
    position: static;
}

.em-public-item.em-active:before,
.em-public-item.em-active:after {
    display: none;
}

.em-public {
    padding-right: 16px;
}


/* 中等屏幕 */
 @media  (max-width:1279px)  {
    .em-apply {
        padding: 22px 21px 0;
    }

    .em-public-tips {
        width: 115px;
        padding: 10px 0;
    }

    .em-public-list {
        margin-left: 115px;
    }
    .em-public-item {
        padding: 29px 6px 0;
    }
 }  

/* pad */
@media  (max-width:979px)  {
    .em-apply {
        padding: 22px 0 0;
    }
    .em-public-item {
        padding: 10px 6px 0;
    }
}

/* 手机端 */
@media  (max-width:767px)  {
    .em-apply {
       height: 64px;
    }

    .em-public {
        padding-right: 0;
    }
     
}

/* 手机端 */
@media  (max-width:383px)  {
    .em-public-tips {
        display:none;
    }
     .em-public-list {
         margin-left:5px;
     }
}

/*20201125*/
.news-time {
    position: absolute;
    right: 0px;
    top: 0;
    color: #999;
    line-height: 40px;
}

.text-overflow {
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-overflow:before{
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #acccdf;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    border-radius: 50%;
}

.em-list-item{
    /*padding: 0 20px 0 20px;*/
    position: relative;
    line-height: 40px;
    font-size: 16px;
    vertical-align: top;
}

.em-list-item:hover .news-time,
.em-list-item:hover .news-title2{
    color: #376cb0;
}