/**!
 * &#22825;&#19979;&#36275;&#29699;&#32593;工业与信息化局
 * author: wuzhou
 * date:2020-05-20
 */


body {
    background: none;
}



.route-info {
    min-height: 51px;
    border-top: 1px solid #e6e6e6;
    background-color: #f5f8fc;
}

.route-txt {
    padding: 10px 0 10px 28px;
    line-height: 30px;
    font-size: 16px;
    background: url("/images/route_ico.png") left 14px no-repeat;
}

.route-txt>span {
    color: #999;
}


.route-txt>span.route-last {
    color: #cf2539;
}

/* 我要咨询 */

.consult-wrap {
    margin-top: 20px;
    min-height: 149px;
    border: 1px solid #4a83d2;
    border-top-width: 6px;
    border-radius: 4px;
}

/* pad */
 @media   (max-width:979px)  {
    .consult-wrap {
        min-height: 0;
        padding-bottom: 10px;
    }
 }

.consult-items>li {
    position: relative;
    float: left;
    width: 25%;
}

/* pad */
 

/* 手机端 */
@media (max-width:767px) {
    .consult-items>li {
        width: 100%;
    }

    .consult-items>li.consult4:before {
        display: none;
    }
}

.consult-items>li>a {
    display: block;
}

.consult-items>li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -42px;
    width: 1px;
    height: 85px;
    background-color: #d5dbe6;
}

.consult-items>li:first-child:before {
    display: none;
}

.consult-ico {
    margin-left: 48px;
    margin-top: 26px;
    margin-right: 30px;
    float: left;
    display: block;
    width: 109px;
    height: 98px;
    background: url("/images/consult_bg.png") center no-repeat;
}


/* pad */
@media (max-width:979px) {
    .consult-ico {
        margin-top: 14px;
        margin-right: 10px;
        margin-left: 16px;
    }
}

 

.consult-ico>i {
    display: block;
    height: 100%;
}

.consult-txt {
    font-size: 24px;
    color: #494e56;
    line-height: 40px;
    padding: 60px 0 49px;
}

/* pad */
@media (max-width:979px) {
    .consult-txt {
        padding: 40px 0;
    }
}

/* 中等屏幕 */
@media (max-width:1279px) {
    .consult-txt {
        font-size: 22px;

    }
}

.consult-items>li.consult1 .consult-ico>i {
    background: url("/images/consult_ico1.png") center no-repeat;
}

.consult-items>li.consult2 .consult-ico>i {
    background: url("/images/consult_ico2.png") center no-repeat;
}


.consult-items>li.consult3 .consult-ico>i {
    background: url("/images/consult_ico3.png") center no-repeat;
}


.consult-items>li.consult4 .consult-ico>i {
    background: url("/images/consult_ico6.png") center no-repeat;
}

/* 回复选登 */
.reply-wrap {
    min-height: 368px;
    border: 1px solid #dce1e6;
}

/* 中等屏幕 */
@media (min-width:980px) and (max-width:1279px) {
    .reply-area .col-md-17 {
        width: 57.69230769230769%;
    }

    .reply-area .col-md-9 {
        width: 42.30769230769231%;
    }
}



.em-module {
    background-color: #fff;
    /*border: solid 1px #dce1e6;*/
    box-shadow: 0 0 10px 0 #eaedf4;
    padding: 20px 20px 0 20px;
}

.em-mail,
.em-reply {
    height: 370px;
}

/* 手机端 */

@media (max-width:480px) {

    .em-mail,
    .em-reply {
        height: auto;
    }
}

.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;
    padding-left: 10px;
    position: relative;
}

.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-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;
}

#content tr {
    border-bottom: 1px dashed #d5dbe6;
}
tr>th:nth-of-type(1) {
    width: 55%;
   
}

tr>th:nth-of-type(2) {
    width: 15%;
}

tr>th:nth-of-type(3) {
    width: 15%;
}
tr>th:nth-of-type(4) {
    width: 15%;
}

tr:hover td a,
tr:hover td {
    color: #376cb0;
}

tr>td:nth-of-type(3) {
    color: #999999;
}

tr>td:nth-of-type(4) {
    color: #999999;
}

.em-info-table td {
    text-align: center;
    height: 50px;
    font-size: 16px;
    color: #333;
}


td a {
    color: #333;
    font-size: 16px;
    width: 100%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.em-info-table td span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 信件统计 */
.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;
}

/* 手机端 */

@media (max-width:480px) {
    .em-mail-status-item {
        width: 100%;
        margin: 5px 0;
    }
}


.em-mail-status-list .em-mail-status-item:nth-of-type(2) {
    margin: 0 16px;
}

/* 手机端 */

@media (max-width:480px) {

    .em-mail-status-list .em-mail-status-item:nth-of-type(2) {
        margin: 0;
    }
}

.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;
}

#mailChart {
    height: 120px;
    width: 120px;
}

/* 手机端 */

@media (max-width:480px) {
    #mailChart {
        width: 100%;
    }
}

.em-mail-result-list {
    width: 221px;
}


/* 手机端 */

@media (max-width:480px) {
    .em-mail-result-list {
        width: 100%;
    }
    
}

.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;
}

/* 意见征集 */

.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-table-view-cell:hover .em-item-time,
.em-table-view-cell:hover .em-item-name {
    color: #4a83d2;
}

.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;
}

/* 手机端 */
@media  (max-width:480px)  {
    .em-item-status {
        margin-right: 10px;
    }
 }


.em-item-status.em-end {
    color: #6f6f6f;
    background-color: #d9e2e9;
}


.em-item-name {
    margin-right: 220px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 意见征集 */
 @media  (max-width:1279px)  {
    .em-item-name {
        margin-right: 165px;
    }
    .opinion .em-item-name {
        margin-right: 110px;
    }
 }

.em-tab-nav {
    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.em-active:after {
    width: 100%;
    bottom: 0;
    left: 0;
}


.em-tab-nav.em-active {
    font-size: 20px;
    color: #376cb0;
    font-weight: bolder;
}
/* 数据发布 */
.em-release {
    height: 134px;
    padding: 20px 0;
}

/* 移动端 */
@media  (max-width:767px)  {
    .em-release {
        height: auto;
    }
 }

.em-release-item {
    height: 100%;
    width: 33.33%;
    position: relative;
    display: table;
}

/* 移动端 */
 @media  (max-width:767px)  {
    .em-release-item {
        width: 100%;
        height: 80px;
    }
 }

.em-release .em-release-item:nth-of-type(1) {
    background: url("/images/img_data.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;
}

.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;
}

/* 中等屏幕 */
 @media (min-width:980px) and (max-width:1279px)  {
    .em-release-item a {
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        padding-left: 82px;
        padding-right: 0;
        font-size: 18px;
        line-height: 21px;
        color: #333333;
    }
 }


.em-release-item:after {
    display: block;
    content: '';
    width: 1px;
    height: 61px;
    background-color: #d5dee6;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
}


/* 移动端 */
@media  (max-width:767px)  {
    .em-release-item:after {
        display: none;
        
    }
 }

.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;   
}

.em-release-item:hover .release-ewm {
        display: block;
}

.em-live  {
    padding-bottom: 20px;
    min-height: 503px;
}

.my-opinion {
    padding-bottom: 10px;
    min-height: 350px;
}

/* 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;
}