.em-links {
    margin-top: 26px;
    min-height: 156px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #4a83d2;
    border-top-width: 6px;
}

.em-link-item {
    height: 100%;
    width: 25%;
    /*width: 33.33%;*/
    position: relative;
}

.em-link-item:after {
    display: block;
    content: '';
    width: 1px;
    height: 85px;
    background-color: #d5dbe6;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -42px;
}

.em-links>.em-link-item:first-child:after {
    display: none !important;
}

.em-links > .em-link-item:nth-of-type(1) {
    background: url("/images/img_consult.png") 42px center no-repeat;
}

.em-links > .em-link-item:nth-of-type(2) {
    background: url("/images/img_internet.png") 42px center no-repeat;
}

.em-links > .em-link-item:nth-of-type(3) {
    background: url("/images/img_mail.png") 42px center no-repeat;
}

.em-links > .em-link-item:nth-of-type(4) {
    background: url("/images/img_online.png") 42px center no-repeat;
}

.em-link-item>a {
    display: block;
    height: 100%;
    font-size: 24px;
    line-height: 150px;
    color: #494e56;
    padding-left: 162px;
    /*padding-left: 242px;*/
    position: relative;
}

.em-link-item>a>img {
    position: absolute;
    left: 32px;
    /*left: 112px;*/
    top: 50%;
    margin-top: -49px;
    transform: rotate(0);
    transition: all 1s;
}

.em-link-item:hover>a>img {
    transform: rotate(360deg);
}


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

@media (max-width: 768px) {
    .em-link-item {
        width: 100%;
    }

    .em-links>.em-link-item:after {
        display: none;
    }
}

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

.em-tab-head,
.em-module-title {
    height: 35px;
    border-bottom: 1px solid #d5dbe6;
}

.em-tab-nav,
.em-module-title>span {
    font-size: 20px;
    font-weight: bolder;
    line-height: 20px;
    color: #376cb0;
    position: relative;
}

.em-tab-nav {
    width: 126px;
    padding: 0 10px;
    font-size: 18px;
    color: #666666;
    font-weight: normal;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: calc(100% + 1px);
}

.em-tab-nav:before {
    display: block;
    content: '';
    width: 1px;
    height: 12px;
    background-color: #d5dbe6;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}

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

.em-tab-head>.em-tab-nav:first-child:before {
    display: none;
}

@media (max-width: 768px) {
    .em-tab-nav {
        width: 33.33%;
        margin: 0 !important;
    }
}

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

.em-tab-nav.em-active:after,
.em-module-title>span:after {
    display: block;
    content: '';
    width: 120%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #376cb0;
    bottom: -12px;
}

.em-tab-nav.em-active:after {
    width: 80%;
    bottom: 0;
    left: 10%;
}

.em-tab-page {
    display: none;
}

.em-info-table {
    margin-top: 20px;
    width: 100%;
    table-layout: fixed;
}

.em-info-table th {
    text-align: center;
    height: 36px;
    font-size: 16px;
    color: #333;
    background-color: #e4edf5;
    font-weight: bolder;
}

.em-info-table td {
    text-align: center;
    height: 50px;
    font-size: 16px;
    color: #333;
}


.em-info-table td span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .em-table {
        overflow-x: auto;
    }

    .em-info-table {
        width: 700px;
    }
}

td a {
    color: #333;
    font-size: 16px;
    width: 100%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

tr>th:nth-of-type(1) {
    width: 18%;
}

tr>th:nth-of-type(2) {
    width: 37%;
}

tr>th:nth-of-type(3) {
    width: 15%;
}

tr>th:nth-of-type(4) {
    width: 15%;
}

tr>th:nth-of-type(5) {
    width: 15%;
}

tr>td:nth-of-type(4) {
    color: #999999;
}

tr>td:nth-of-type(5) {
    color: #999999;
}

tr:hover td a,
tr:hover td {
    color: #376cb0;
}

.em-mail,
.em-reply {
    height: 370px;
}

.em-live {
    height: 505px;
}

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

.em-list-item {
    padding: 10px 0;
    height: 144px;
    border-bottom: 1px solid #dce4f2;
}

.em-list-item:hover .em-title-name {
    color: #4a83d2;
}

.em-list-view>.em-list-item:last-child {
    border: none;
}

.em-left {
    width: 248px;
    height: 100%;
}

.em-left>img {
    height: 100%;
    width: 100%;
}

.em-right {
    height: 100%;
    margin-left: 261px;
}

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

    .em-list-item {
        height: auto;
    }

    .em-left,
    .em-right {
        width: 100%;
        float: left;
        margin: 0px;
    }
}

.em-title-name {
    font-weight: bolder;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.em-live-time {
    margin-top: 16px;
    margin-bottom: 5px;
}

.em-name {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.em-val {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-left: 70px;
}

.em-live-time .em-val {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.em-live-coming .em-val {
    height: 50px;
}

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

.em-mail .em-module-title {
    margin-bottom: 16px;
    margin-right: 20px;
}

.em-mail-status {
    margin-right: 20px;
}

.em-tips {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    padding-left: 6px;
    margin-top: 10px;
    margin-bottom: 6px;
}

.em-mail-status-list {
    margin: 0 7px 10px;
}

.em-mail-status-item {
    width: calc(33.33% - 11px);
    height: 66px;
    background-color: #e3f1fc;
    border-radius: 4px;
    padding: 0 14px;
    padding-top: 10px;
}

.em-mail-status-item>div {
    font-size: 14px;
    color: #4a83d2;
}

.em-mail-status-item>div>span {
    font-size: 18px;
    line-height: 30px;
    color: #4a83d2;
    font-weight: bolder;
}

.em-mail-status-list .em-mail-status-item:nth-of-type(2) {
    margin: 0 16px;
}


.em-mail-result-list {
    width: 221px;
}

.em-mail-result-item {
    height: 34px;
    padding: 10px 0 10px 40px;
    position: relative;
    line-height: 14px;
    font-size: 14px;
    color: #666666;
}

.em-mail-result-item>span {
    display: inline-block;
    width: 33.33%;
    margin-left: -4px;
}

.em-mail-result-item:before {
    position: absolute;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    top: 50%;
    left: 10px;
    margin-top: -6px;
    border-radius: 50%;
    border: 3px solid;
    background-color: #fff;
}

.em-mail-result-list>.em-mail-result-item:nth-of-type(1):before {
    border-color: #5dd6c6;
}

.em-mail-result-list>.em-mail-result-item:nth-of-type(2):before {
    border-color: #f4c970;
}

.em-mail-result-list>.em-mail-result-item:nth-of-type(3):before {
    border-color: #7c94f9;
}

.em-mail-result-list>.em-mail-result-item:nth-of-type(4):before {
    border-color: #b7b4ff;
}

.em-mail-result-item:hover {
    box-shadow: 0px 0px 10px 0px rgba(39, 60, 115, 0.38);
    border-radius: 4px;
    cursor: pointer;
}

#mailChart {
    height: 120px;
    width: 120px;
}

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

    #mailChart {
        width: 100%;
        float: right;
    }

    .em-mail-result-list {
        width: 100%;
    }

    .em-mail-result-item {
        text-align: center;
    }
}

.em-tabview {
    height: 355px;
}

.em-table-view {
    margin-top: 4px;
}

.em-table-view-cell {
    height: 48px;
    line-height: 48px;
}

.em-table-view-cell>a {
    display: block;
    height: 100%;
}

.em-item-time {
    font-size: 16px;
    color: #999999;
}

.em-item-status {
    width: 66px;
    height: 24px;
    background-color: #ee5454;
    text-align: center;
    line-height: 24px;
    margin-top: 11px;
    margin-right: 34px;
    font-size: 14px;
    color: #ffffff;
}

.em-item-status.em-end {
    color: #6f6f6f;
    background-color: #d9e2e9;
}

.em-item-name {
    margin-right: 120px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.em-table-view-cell:hover .em-item-time,
.em-table-view-cell:hover .em-item-name {
    color: #4a83d2;
}

@media (max-width: 768px) {
    .em-item-status {
        margin-right: 14px;
    }

    .em-item-name {
        margin-right: 180px;
    }
}

.em-release {
    height: 129px;
    padding: 20px 0;
}

.em-release-item {
    height: 100%;
    width: 33.33%;
    position: relative;
    display: table;
}

.em-release-item:after {
    display: block;
    content: '';
    width: 1px;
    height: 61px;
    background-color: #d5dee6;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
}

.em-release .em-release-item:first-child:after {
    display: none;
}

.em-release-item a {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 82px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
}

.em-release .em-release-item:nth-of-type(3) a{
    padding-left: 92px;
}

.em-release .em-release-item:nth-of-type(1) {
    background: url("/images/img_wbdata.png") 17px center no-repeat;
}

.em-release .em-release-item:nth-of-type(2) {
    background: url("/images/img_wechat.png") 17px center no-repeat;
}

.em-release .em-release-item:nth-of-type(3) {
    background: url("/images/img_answer.png") 17px center no-repeat;
}

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

    .em-release-item {
        width: 100%;
        height: 80px;
    }

    .em-release-item:after {
        display: none;
    }
}

#footer {
    margin-top: 26px;
}

@media (max-width: 1280px) and (min-width: 980px) {
    .em-link-item>a {
        padding-left: 120px;
    }

    .em-link-item>a>img {
        left: 8px;
    }

    .em-mail-status-item {
        padding-left: 8px;
        padding-right: 8px;
    }

    .em-mail-result-list {
        width: calc(100% - 120px);
    }

    .em-release .em-release-item {
        background-position: 10px center !important;

    }

    .em-release-item a {
        padding-left: 66px;
        padding-right: 8px;
    }
}

/*20200805*/
.em-release .em-release-item:first-child:after {
    display: none;
}

.release-ewm {
    position: absolute;
    left:50%;
    margin-left: -130px;
    width: 260px;
    height: 268px;
    bottom:90%;
    display: none;
    background: url("/images/ewm_img.png") center no-repeat;
}

.release-img {
    margin-left: 36px;
    margin-top: 36px;   
}

.release-img img{
    width: 191px;
    height: 190px;
}

.em-release-item:hover .release-ewm {
    display: block;
}

.em-module-title .history{
    color: #376cb0;
    font-size: 16px;
    font-weight: bold;
}

/* 2020-01-24 */

.dangqian{
	 float: right;
}
.dangqian .active{
  background-color: #376cb0;                      
    color: #fff;  
	border-radius: 4px;
}
.dongji{
	width: 60px;
	color: #999;
    float: left;
    text-align: center;
    margin-left: 10px;
}
}