﻿body {
    margin: 0;
    min-width: 1200px;
    font-size: 16px;
}

img {
    border: none;
}

#header {
    height: 340px;
}

/* 包裹在外的盒子 */
.interactive_wrap {
    margin: 0 auto;
    width: 1200px;
}

.interactive_wrap a:hover {
    color: #2F61AB !important;
}

.handlingDynamics {
    height: 370px;
    margin-top: 40px;
}

.handlingDynamics>div {
    height: 370px;
}

/* 市长写信 */
.handlingDynamics .handlingDynamics_right {
    padding-top: 56px;
    height: 312px !important;
    position: relative;
    cursor: pointer
}

.handlingDynamics .handlingDynamics_right img {
    width: 415px;
    height: 315px;
}

.handlingDynamics .handlingDynamics_right .letter {
    position: absolute;
    bottom: 32px;
    left: 120px;
    width: 176px;
    height: 46px;
    line-height: 46px;
    background: #FFFFFF;
    /* border-radius: 23px; */
    text-align: center;
    z-index: 222;
    -moz-border-radius: 23px;
    /* Firefox */
    -webkit-border-radius: 23px;
    /* Safari 和 Chrome http://www.manongjc.com/article/1214.html */
    border-radius: 23px;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    behavior: url(images/2020jczf_PIE.htc);
    zoom: 1
}

.handlingDynamics .handlingDynamics_right .letter>img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

.handlingDynamics .handlingDynamics_right .letter>span {
    font-size: 20px;
    font-family: "Microsoft YaHei", Helvetica, Arial;
    font-weight: bold;
    color: #4D77AB;
}

/* 办件动态头部 */
.handlingDynamics_left .handlingDynamicsTop {
    height: 56px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    width: 754px;
}

.handlingDynamics_left .handlingDynamicsTop ul {
    padding-left: 0;
    margin: 0;
}

.handlingDynamics_left .handlingDynamicsTop ul li {
    padding: 0 15px;
    list-style: none;
    float: left;
    line-height: 56px;
    font-size: 24px;
    cursor: pointer;
}

.handlingDynamics_left .handlingDynamicsTop ul li a,
.slideTxtBox_top ul li a {
    color: #000000;
}



.handlingDynamics_left .handlingDynamicsTop ul li.active {
    position: relative;
    height: 55px;
    *height: 55px;
    color: #2f61ac;
    border-bottom: 3px solid #2f61ac;
}

/* .handlingDynamics_left .handlingDynamicsTop ul li.active a {
    color: #2f61ac;
} */

.handlingDynamics_left .handlingDynamicsTop ul li.active>.triangle {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #2f61ac;
}

.handlingDynamics_left .handlingDynamicsTop ul li.active>a {
    color: #2f61ac
}

.slideTxtBox_briefing {
    margin-top: 16px;
    padding-left: 46px;
    padding-right: 15px;
    *padding-left: 36px;
    margin-left: 20px;
    *text-align: center;
    width: 146px;
    height: 24px;
    /* height: 56px; */
    line-height: 24px;
    *line-height: auto;
    /* border-radius: 12px; */
    color: #000;
    border: solid 1px #d64316;
    /* background: url("./2020jczf_static.png") no-repeat #fce3db; */
    background-color: #fce3db;
    background-position: 16px 1px;
    *background-position: 10px 1px;
    position: relative;
    z-index: 222;
    -moz-border-radius: 12px;
    /* Firefox */
    -webkit-border-radius: 12px;
    /* Safari 和 Chrome http://www.manongjc.com/article/1214.html */
    border-radius: 12px;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    behavior: url(images/2020jczf_PIE.htc);
    zoom: 1;
    /* 通知IE浏览器调用脚本作用于'box'类 */
}

.slideTxtBox_briefing>img,
.slideTxtBox_briefing_two>img {
    position: absolute;
    left: 14px;
    top: 1px;
    *top: 2px
}

.slideTxtBox_briefing_two {
    margin-top: 16px;
    margin-left: 14px;
    padding-left: 46px;
    padding-right: 15px;
    *padding-left: 36px;
    /* *padding-right: 0; */
    *text-align: center;
    /* float: right; */
    line-height: 56px;
    *line-height: 24px;
    width: 146px;
    height: 24px;
    color: #000;
    border: solid 1px #4771AD;
    background-color: #C8DDFC;
    background-position: 16px 1px;
    *background-position: 10px 1px;
    position: relative;
    z-index: 222;
    -moz-border-radius: 12px;
    /* Firefox */
    -webkit-border-radius: 12px;
    /* Safari 和 Chrome http://www.manongjc.com/article/1214.html */
    border-radius: 12px;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    behavior: url(images/2020jczf_PIE.htc);
    zoom: 1
        /* 通知IE浏览器调用脚本作用于'box'类 */

}


.interactive_wrap .slideTxtBox_briefing:hover {
    box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.3);
    background-color: #D64316;
    color: #ffffff !important;
}




.interactive_wrap .slideTxtBox_briefing_two:hover {
    box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.3);
    background-color: #4871AE;
    color: #ffffff !important;
}

#slideTxtBox_bottom>ul {
    display: none;
}

.interview_content>#slideTxtBox_bottom>.show {
    display: block;
}

/* 办件动态的底部 */

.handlingDynamicsBottom {
    width: 755px;
    height: 292px;
    border: 1px solid #C9C9C9;
    margin-top: 20px;
}

.handlingDynamicsBottom>.handling_title {
    height: 40px;
    background: #EFF3FD;
    padding: 0 32px;
    line-height: 40px;
    *line-height: 40px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #2F61AB;
}

.handlingDynamicsBottom ul li {
    height: 50px;
    line-height: 50px;
    *line-height: 50px;
    border-bottom: 1px dashed #C9C9C9;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #000000 !important;
    text-decoration: none;
}

/* .handlingDynamicsBottom ul .lastLi {
    border-bottom: none;
} */

.handlingDynamicsBottom ul li a {
    color: #000000;
}

.handlingDynamicsBottom ul {
    padding: 0px 17px;
    overflow: hidden;
}

.handlingDynamicsBottom ul li {
    padding: 0 12px;
    vertical-align: bottom;
}

.handlingDynamicsBottom ul li .date {
    width: 170px;
    text-align: center;
    color: #555555;
}

.handlingDynamicsBottom ul li .state {
    width: 75px;
    text-align: center;
    color: #555555;
}

/* .handlingDynamicsBottom ul li .newsTitle {
    width: 450px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
} */



/* 互动渠道的照片 */
.communicateRoad {
    height: 80px;
    margin-top: 32px;
    margin-bottom: 20px;
}

.communicateRoad .margarImg {
    position: relative;
    top: 9px;
}

#autoAnswer img {
    width: 417px;
    height: 80px;
}

.communicateRoad li>a:hover {
    color: #ffffff !important;

}

.communicateRoad ul li {
    cursor: pointer;
    float: left;
    width: 240px;
    height: 80px;
    background: #7A9EF2;
    /* border-radius: 6px; */
    margin-right: 17px;
    line-height: 80px;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    z-index: 222;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    behavior: url(images/2020jczf_PIE.htc);
    zoom: 1
}

.communicateRoad ul li:hover {
    -moz-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.3);
    *box-shadow: 2px 3px 3px 0px #c4c4c4;
    box-shadow: 2px 3px 3px 0px #c4c4c4 \9;
    behavior: url(images/2020jczf_PIE.htc);
}

.communicateRoad ul li a {
    color: #FFFFFF;
}

.communicateRoad .lettericon>img {
    width: 39px;
    height: 32px;
    vertical-align: middle;
    /* position: relative;
    top: 5px; */
}

.communicateRoad .pageicon>img {
    width: 29px;
    height: 36px;
    vertical-align: middle;
}

.communicateRoad .pageicon {
    background-color: #F29A76;
}

.communicateRoad .messageicon {
    background-color: #80C269;
}

.communicateRoad .messageicon>img {
    width: 37px;
    height: 35px;
    vertical-align: middle;
}

.communicateRoad #autoAnswer {
    float: right;
    width: 417px;
    height: 80px;
    border-radius: 0px;
    background-color: #FFFFFF;
    margin-right: 0;
}

.InterviewInformation {
    height: 399px;
}

.InterviewInformation .knowledge {
    width: 414px;
    height: 399px;
}

.InterviewInformation .interview_content {
    width: 755px;
    height: 399px;
}

.interview_content .slideTxtBox_top,
.knowledge .slideTxtBox_top {
    height: 56px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}

.interview_content .slideTxtBox_top ul,
.knowledge .slideTxtBox_top ul {
    padding-left: 0;
    margin: 0;
}

.interview_content .slideTxtBox_top ul li,
.knowledge .slideTxtBox_top ul li {
    padding: 0 15px;
    list-style: none;
    float: left;
    line-height: 56px;
    font-size: 24px;
    cursor: pointer;
}

.interview_content .slideTxtBox_top ul li.active,
.knowledge .slideTxtBox_top ul li.active {
    position: relative;
    height: 55px;
    *height: 55px;
    color: #2f61ac;
    border-bottom: 3px solid #2f61ac;
}

.interview_content .slideTxtBox_top ul li.active>.triangle,
.knowledge .slideTxtBox_top ul li.active>.triangle {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #2f61ac;
}

/* .knowledge li .specialImg {
    cursor: pointer;
    position: relative;
    z-index: 222;
} */

/* .todo_box_left>div>a {
	display: block;
	width: 414px;
	height: 164px;
	overflow: hidden;
	position: relative;
} */

#knowledgeBig li>a {
    display: block;
    width: 415px;
    height: 153px;
    overflow: hidden;
    position: relative;

}

/* #knowledgeBig li {
    position: relative;
    behavior: url(images/2020jczf_PIE.htc);

} */

/* #knowledgeBig li:hover {
    position: relative;
    -moz-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.3);
    *box-shadow: 2px 3px 3px 0px #c4c4c4;
    box-shadow: 2px 3px 3px 0px #c4c4c4 \9;
    behavior: url(images/2020jczf_PIE.htc);
} */

#knowledgeBig li img {
    margin: 0px;
    padding: 0px;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -207px;
    margin-top: -75px;
}



.interview_content .slideTxtBox_top ul li.active>a,
.knowledge .slideTxtBox_top ul li.active>a {
    color: #2f61ac;
}

#slideTxtBox_bottom>ul {
    margin-top: 22px;
}

#slideTxtBox_bottom>ul>li {
    width: 701px;
    height: 301px;
    border: 1px dashed #C9C9C9;
    padding: 26px 26px 0 26px;
}

.interviewDetail {
    height: 191px;
}

.interviewDetail img {
    width: 274px;
    height: 191px;
}

.interviewDetail table {
    margin-left: 25px;
}

.interviewDetail table tr {
    line-height: 47px;
}

.interviewDetail table {
    width: 390px;
    margin-top: 10px;
}

.interviewDetail table tr .firstTd {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    width: 100px;
}

.interviewDetail table tr .title,
.interviewDetail table tr .title a {
    font-size: 18px;
    color: #3062AC;
}

.interviewDetail table tr .date {
    font-size: 16px;
    color: #9A9A9A;
}

.interviewOutline_left {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    width: 90px;
    margin-top: 3px;
}

.interviewOutline_right {
    width: 592px;
    font-size: 16px;
    color: #565656;
    line-height: 28px;
}

.interviewOutline_right>p>a {
    color: #555555;
}

.interviewOutline {
    margin-top: 20px;
}

.knowledge .knowledge_bottom {
    width: 378px;
    height: 305px;
    border: 1px solid #C9C9C9;
    margin-top: 21px;
    padding: 20px 18px 0 18px;
}

.knowledge .knowledge_bottom>div {
    height: 47px;
    line-height: 47px;
    clear: both;
}

.knowledge .knowledge_bottom>div>img {
    width: 11px;
    height: 18px;
    position: relative;
    top: 14px;
}

.knowledge .knowledge_bottom>div>p {
    width: 336px;
    border-bottom: 1px dashed #C9C9C9;
    margin-left: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.knowledge .knowledge_bottom>div>p>a {
    color: #000000;
}

.knowledge .knowledge_bottom #lastLi {
    border-bottom: 0px;
}

#feedback .feedbackTitle {
    width: 758px;
    height: 99px;
    background-color: #F8F8F9;
    margin-bottom: 38px;
}

#slideTxtBox_bottom>ul>#feedback {
    width: 753px;
    height: 327px;
    border: 0;
    padding: 0;
    padding: 10px 0 0 0;
}

#feedback .feedbackTitle .Printing {
    width: 106px;
    height: 99px;
    line-height: 99px;
    text-align: center;
    background-color: #2A6DC3;
    /* position: relative; */

}

#feedback .feedbackTitle .Printing>img {
    /* position: relative;
    top: 22px; */
    *margin-top: 0;
    margin-top: 22px;
    *margin-top: auto;
}

#feedback .feedbackTitle .printTitle {
    width: 612px;
    padding: 0 20px;
}

#feedback .feedbackTitle .printTitle .noticeDetail {
    margin-top: 7px;
}

#feedback .feedbackTitle .printTitle p {
    font-size: 18px;
    font-weight: bold;
    color: #4E78AC;
    line-height: 48px;
}

#feedback .feedbackTitle .printTitle .noticeState {
    width: 230px;
    height: 26px;
    line-height: 26px;
    margin-right: 20px;
}

#feedback .feedbackTitle .printTitle .noticeState>div {
    width: 50%;
    height: 26px;
    line-height: 26px;
    text-align: center;
}

#feedback .feedbackTitle .printTitle .noticeState .noticeStateLeft {
    background-color: #2A6DC3;
    color: #FFFFFF;
}

#feedback .feedbackTitle .printTitle .noticeState .noticeStateRight {
    background-color: #FFFFFF;
    color: #2A6DC3;
}

#feedback .feedbackTitle .printTitle .noticeDetailRight {
    width: 105px;
    height: 24px;
    line-height: 24px;
    border: 1px dashed #2A6DC3;
    text-align: center;
    color: #4472A9;
    font-weight: 700;
}

#feedback .feedback_content>div {
    height: 40px;
    line-height: 40px;
}

#feedback .feedback_content>div a {
    color: black;
}

#feedback .feedback_content .finish_state {
    width: 68px;
    height: 32px;
    border: 1px solid #2F61AC;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #2F61AC;
    margin-top: 4px;
}

#feedback .feedback_content {
    margin-top: 8px;
    height: 40px;
}

#feedback .feedback_content .feedback_content_top {
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

#feedback .feedback_content .feedback_content_middle {
    width: 208px;
}


.knowledge>ul {
    margin-top: 53px;
}

.knowledge>ul>li {
    width: 414px;
    height: 152px;
    margin-bottom: 9px;
}

.knowledge>ul>li>img {
    width: 414px;
    height: 152px;
}

.knowledge>ul>li>a {
    position: absolute;
    width: 54px;
    height: 54px;
    display: block;
}

.knowledge>ul>li {
    position: relative;
}

.knowledge>ul>li .phone {
    left: 29px;
    top: 73px;
}

.knowledge>ul>li .wechat {
    left: 108px;
    top: 73px;
}

.knowledge>ul>li .weibo {
    left: 182px;
    top: 73px;
}

/* .knowledge_bottom #pLast {
    border-bottom: none;
} */


ul>li {
    box-sizing: content-box;
}

ul {
    box-sizing: content-box;
}

.header_main_hot>a:hover {
    color: #de850b !important;
}

.printTitle a,
.noticeDetail>.noticeDetailRight>a {
    color: #2F61AB;
}

.nav_content_right li a:hover {
    color: #a2c7ff !important;
}

.handlingDynamicsBottom ul li:last-child {
    border-bottom: none
}

.knowledge .knowledge_bottom>div:last-child>p {
    border-bottom: none
}

.knowledge_bottom>div {
    background: url("./2020jczf_unknow.png") no-repeat left center;
}