/*dropdown-menu*/
.dropdown-menu {
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   padding: 5px;
   -moz-box-shadow: 3px 3px 0 rgba(12,12,12,0.03);
   -webkit-box-shadow: 3px 3px 0 rgba(12,12,12,0.03);
   box-shadow: 3px 3px 0 rgba(12,12,12,0.03);
   margin-top: -1px;
}

.dropdown-menu li a {
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
   -moz-transition: all 0.2s ease-out 0s;
   -webkit-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.dropdown-menu > li > a {
   padding: 7px 10px;
   color: #666;
}

.dropdown-menu > li > a:hover {
   background-color: #e7e7e7;
   color: #333;
}

.dropdown-menu-sm > li {
   font-size: 12px;
}


/* helpcenter */

.helpcont {
    padding: 0 30px 80px 0;
}

.helpcont .item {
    float: left;
    margin-right: 30px;
    width: 330px;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 0px 2px #ccc;
}

.helpcont .green h3 {
    background: url(/EPMasterPage/chain/images/index_14.png) no-repeat center;
}

.helpcont .item h3 {
    height: 80px;
    line-height: 80px;
    color: #fff;
}

.helpcont .item h3 span {
    float: left;
    font-size: 24px;
    padding-left: 25px;
}

.helpcont .item h3 i {
    float: right;
    width: 48px;
    height: 48px;
    margin-right: 25px;
    margin-top: 16px;
}

.helpcont .item.green h3 i {
    background: url(/EPMasterPage/chain/images/index_17.png) no-repeat center;
}

.helpcont .helpcont-yw {
    padding: 20px 0 10px 20px;
    height: 330px;
    background-color: #fff;
    overflow: hidden;
    color: #ccc;
}

.helpcont .green .helpcont-yw em {
    background-color: #219ae3;
}

.helpcont .blue .helpcont-yw em {
    background-color: #58ae53;
}

.helpcont .red .helpcont-yw em {
    background-color: #ffa209;
}

.helpcont .helpcont-yw li {
    height: 30px;
    line-height: 30px;
    padding-right: 20px;
    vertical-align: middle;
    /* list-style-type: disc; */
}
.helpcont .helpcont-yw li .circle {
    height: 30px;
    line-height: 22px;
}

.helpcont .helpcont-yw li em {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
}
.helpcont .helpcont-yw li p {
    max-width: 270px;
    margin: 0 0 0 15px;
}

.helpcont .helpcont-yw li a{
	color: #2D2E32;
}

.helpcont .item .bot {
    margin: 0 20px;
    border-top: 1px #eee solid;
    padding: 20px 0;
}

.helpcont .item .bot a {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    padding: 0 28px;
    border: 1px solid #ddd;
    border-radius: 50px;
}

.helpcont .green .bot a {
    border: 1px solid #219ae3;
    color: #219ae3;
}

.helpcont .green .bot a:hover {
    border: 1px solid #219ae3;
    background-color: #219ae3;
    color: #fff;
}

.helpcont .blue h3 {
    background: url(/EPMasterPage/chain/images/index_15.png) no-repeat center;
}

.helpcont .blue h3 i {
    background: url(/EPMasterPage/chain/images/index_18.png) no-repeat center;
}

.helpcont .blue .bot a {
    border: 1px solid #58ae53;
    color: #58ae53;
}

.helpcont .blue .bot a:hover {
    border: 1px solid #58ae53;
    background-color: #58ae53;
    color: #fff;
}

.helpcont .red h3 {
    background: url(/EPMasterPage/chain/images/index_16.png) no-repeat center;
}

.helpcont .red h3 i {
    background: url(/EPMasterPage/chain/images/index_19.png) no-repeat center;
}

.helpcont .red .bot a {
    border: 1px solid #ffa209;
    color: #ffa209;
}

.helpcont .red .bot a:hover {
    border: 1px solid #ffa209;
    background-color: #ffa209;
    color: #fff;
}


/* helplist */

.helplist {
    background-color: #fff;
    height: 530px;
    margin-bottom: 60px;
}

.helplist .left {
    float: left;
    width: 220px;
    background-color: #fafafa;
    border-right: 1px solid #eee;
    height: 530px;
}

.helplist .left li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
    border-left: 5px solid #fafafa;
    font-size: 16px;
    padding-left: 20px;
    cursor: pointer;
}

.helplist .left li.cur {
    position: relative;
    border-left: 5px solid #249ae4;
    background-color: #fff;
    width: 215px;
    color: #249ae4;
    font-weight: bold;
}

.helplist .left li.cur i {
    display: block;
    float: left;
    width: 25px;
    height: 60px;
    background: url(/EPMasterPage/chain/images/index_28.png) no-repeat center;
}

.helplist .left li.cur a {
    float: left;
    color: #249ae4;
    margin-left: 20px;
}

.helplist .right {
    width: 890px;
    float: left;
}

.helplist .right .helplist-list {
    padding: 20px 35px 0;
    height: 420px;
    background-color: #fff;
    overflow: hidden;
    color: #ccc;
}

.helplist .right .helplist-list li {
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-bottom: 1px dashed #ddd;
    vertical-align: middle;
    /* list-style-type: disc; */
}

.helplist .right .helplist-list li p {
    max-width: 820px;
	margin: 0;
}

.helplist .right .helplist-list li a{
	color: #2D2E32;
}

.helplist .right .helplist-list li span {
    font-size: 12px;
    color: #999;
}

.helplist .right .helplist-pagebox {
    text-align: center;
}

.helplist .right .helplist-pagebox .helplist-page {
    display: inline-block;
    padding: 30px 0 10px;
    overflow: hidden;
}

.helplist .right .helplist-pagebox .helplist-page .items li {
    display: inline-block;
    float: left;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-family: arial;
    border: 1px solid #e7e7e7;
}

.helplist .right .helplist-pagebox .helplist-page .items li.prev {
    width: 65px;
}

.helplist .right .helplist-pagebox .helplist-page .items li.disabled,
.helplist .right .helplist-pagebox .helplist-page .items li.disabled:hover {
    color: #bfbfbf;
}

.helplist .right .helplist-pagebox .helplist-page .items a {
    display: block;
    color: #666;
}

.helplist .right .helplist-pagebox .helplist-page .items li.disabled a,
.helplist .right .helplist-pagebox .helplist-page .items li.disabled:hover a {
    color: #bfbfbf;
}

.helplist .right .helplist-pagebox .helplist-page .items li.cur {
    line-height: 30px;
    border: 1px solid #249ae4;
    background-color: #fff;
    color: #249ae4;
    font-weight: bold;
}

.helplist .right .helplist-pagebox .helplist-page .items li.dot {
    cursor: default;
}

.helplist .right .helplist-pagebox .helplist-page .items li.next {
    width: 65px;
}

.helplist .right .helplist-pagebox .helplist-page .total {
    margin: 0 15px;
}

.helplist .right .helplist-pagebox .helplist-page .total,
.helplist .right .helplist-pagebox .helplist-page .text {
    height: 32px;
    line-height: 32px;
    color: #9e9e9e;
    font-size: 12px;
}

.helplist .right .helplist-pagebox .helplist-page .form span {
    float: left;
    margin-left: 10px;
}

.helplist .right .helplist-pagebox .helplist-page .form .input {
    width: 55px;
    height: 32px;
    line-height: 32px;
    /* border: 0 none; */
    text-align: center;
    font-size: 12px;
    color: #666;
}

.helplist .right .helplist-pagebox .helplist-page .form .btn {
    display: inline-block;
    width: 65px;
    height: 32px;
    background-color: #fff;
    text-align: center;
    color: #656565;
    margin-left: 10px;
    border: 1px solid #e7e7e7;
}


/* dynamics */

.dynamics {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 0 20px;
}

.dynamics .dynamics-title {
    padding: 30px 10px;
}

.dynamics .dynamics-title h2 {
    color: #333;
}

.dynamics .dynamics-box .dynamics-tit {
    margin: 0 0 30px;
    overflow: hidden;
    padding: 0 10px;
}

.dynamics .dynamics-box .dynamics-tit li {
    float: left;
    width: 120px;
    height: 40px;
    margin-right: 20px;
    line-height: 40px;
    border: 1px solid #3385F5;
    color: #3385F5;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}

.dynamics .dynamics-box .dynamics-tit li a {
    color: #3385F5;
}

.dynamics .dynamics-box .dynamics-tit li.on {
    color: #fff;
    background-color: #3385F5;
}

.dynamics .dynamics-box .dynamics-tit li.on a {
    color: #fff;
}

.dynamics .dynamics-box .dynamics-tab .dynamics-list {
    position: relative;
    width: 100%;
    height: 600px;
    text-align: center;
    min-height: 50px;
}

.dynamics .dynamics-box .dynamics-tab .dynamics-more {
    text-align: center;
    margin-bottom: 20px;
}

.dynamics .dynamics-box .dynamics-tab .dynamics-more .dynamics-more-link {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 50px;
    color: #007bfc;
    text-align: center;
    cursor: pointer;
    border: 1px solid #249ae4;
    background-color: #fff;
    border-radius: 5px;
    font-size: 18px;
}

.dynamics .dynamics-box .dynamics-tab .dynamics-more .dynamics-more-link:hover {
    color: #fff;
    background-color: #007bfc;
}

.dynamics .dynamics-list .dynamics-panel {
    width: 33.3%;
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: visible;
    text-align: left;
}

.dynamics .dynamics-list .dynamics-panel .inner {
    padding: 1px;
    margin: 10px 0;
    border: 1px solid #cfcfcf;
}

.dynamics .dynamics-list .dynamics-panel .inner .img {
    position: relative;
    height: 281px;
}

.dynamics .dynamics-list .dynamics-panel .inner .img img {
    /* width: 100%; */
    width: 375px;
    height: auto;
}

.dynamics .dynamics-list .dynamics-panel .inner .img em {
    display: block;
    width: 14px;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 40px;
    background: url(/EPMasterPage/chain/images/dot38.png) no-repeat;
}

.dynamics .dynamics-list .dynamics-panel .inner .txt {
    padding: 0px 20px 40px;
}

.dynamics .dynamics-list .dynamics-panel .inner .txt h2 {
    margin: 0 0 10px;
}

.dynamics .dynamics-list .dynamics-panel .inner .txt h2 a {
    display: block;
    max-width: 335px;
}

.dynamics .dynamics-list .dynamics-panel .inner .txt .c {
    color: #888;
    max-height: 80px;
    overflow: hidden;
    font-size: 16px;
}

.dynamics .dynamics-list .dynamics-panel .inner .txt .cSpan {
    display: block;
    color: #888;
    font-family: arial;
    margin: 8px 0 15px;
    height: auto;
    font-size: 16px;
    text-align: right;
}

.dynamics .dynamics-list .dynamics-panel .inner .txt a.more {
    display: block;
    font-size: 12px;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #249ae4;
    border: 1px solid #249ae4;
    margin: 0 auto;
    border-radius: 5px;
}

.dynamics .dynamics-list .dynamics-panel .inner .txt a.more:hover {
    background-color: #249ae4;
    color: #fff;
    border-color: #fff;
}

/* contact */

.contact {
    position: relative;
    overflow: hidden;
}

.contact-location {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding-left: 25px;
    left: 5px;
    color: #999;
    background: url(/EPMasterPage/chain/images/index_24.png) no-repeat center left;
}

.contact-location span {
    margin: 0 8px;
}

.contact-box {
    padding: 0 50px 50px 100px;
    min-height: 630px;
    background: url(/EPMasterPage/chain/images/index_30.png) no-repeat 15px 40px;
    background-color: #fff;
    position: relative;
}

.contact-box .contact-txt {
    min-height: 320px;
}

.contact-box .contact-txt .contact-dl {
    width: 450px;
    padding: 0 0 20px 0;
}

.contact-box .contact-txt .contact-dl:first-child {
    margin-bottom: 20px;
}

.contact-box .contact-txt .contact-dl dt {
    padding-bottom: 10px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
}

.contact-box .contact-txt .contact-dl dt em {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #229be2;
}

.contact-box .contact-txt .contact-dl dd {
    color: #666;
    font-size: 14px;
}

.contact-img {
    position: absolute;
    top: 20px;
    right: 50px;
}

.contact-box .contact-txt .contact-email {
    margin-bottom: 10px;
    text-indent: 30px;
    background: url(/EPMasterPage/chain/images/index_31.png) no-repeat center left;
}

.contact-box .contact-txt .contact-phone {
    text-indent: 30px;
    background: url(/EPMasterPage/chain/images/index_32.png) no-repeat center left;
}

.contact-tablebox {
    position: relative;
}

.contact-line {
    border-top: 1px solid #ccc;
    position: absolute;
    width: 1100px;
    left: -60px;
}

.contact-tablebox .contact-table {
    overflow: hidden;
    margin-left: -40px;
}

.contact-tablebox .contact-table .contact-table-name,
.contact-tablebox .contact-table .contact-table-email,
.contact-tablebox .contact-table .contact-table-phone {
    width: 33.3%;
    text-align: center;
}

.contact-tablebox .contact-table h2 {
    height: 70px;
    line-height: 70px;
}

.contact-tablebox .contact-table h2 span {
    display: inline-block;
    height: 70px;
    background: url(/EPMasterPage/chain/images/index_34.png) no-repeat center left;
    padding-left: 65px;
    font-size: 16px;
    font-weight: bold;
}

.contact-tablebox .contact-table .contact-table-email h2 span {
    background: url(/EPMasterPage/chain/images/index_35.png) no-repeat center left;
}

.contact-tablebox .contact-table .contact-table-phone h2 span {
    background: url(/EPMasterPage/chain/images/index_36.png) no-repeat center left;
}

.contact-tablebox .contact-table ul {
    background-color: #f6f6f6;
}

.contact-tablebox .contact-table .contact-table-name ul,
.contact-tablebox .contact-table .contact-table-email ul {
    border-right: 1px solid #ccc;
}

.contact-tablebox .contact-table ul li {
    height: 35px;
    line-height: 35px;
}


/* impeach */

.impeach-location {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding-left: 25px;
    left: 5px;
    color: #999;
    background: url(/EPMasterPage/chain/images/index_24.png) no-repeat center left;
}

.impeach-location span {
    margin: 0 8px;
}

.impeach-box {
    background-color: #fff;
    box-shadow: 0 1px 5px 1px rgba(216, 216, 216, 0.7);
    clear: both;
    position: relative;
}

.impeach-box .impeach-species-box {
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.impeach-box .impeach-species-box h2 {
    padding: 50px 0;
    font-size: 18px;
    text-align: center;
}

.impeach-box .impeach-species-box .impeach-species {
    width: 654px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.impeach-box .impeach-species-box .impeach-species .impeach-species-dl {
    width: 218px;
}

.impeach-box .impeach-species-box .impeach-species .impeach-species-dl dt a {
    padding: 12px 40px;
    font-size: 16px;
	width: auto;
}

.impeach-box .impeach-species-box .impeach-species .impeach-species-dl.suggest dt a {
    color: #249ae4;
    border: 1px solid #249ae4;
}

.impeach-box .impeach-species-box .impeach-species .impeach-species-dl.suggest dt a:hover {
    color: #249ae4;
}

.impeach-box .impeach-species-box .impeach-species .impeach-species-dl.suggest dt a i {
    display: block;
    width: 60px;
    height: 60px;
    background: url(/EPMasterPage/chain/images/index_25.png) no-repeat center;
    margin-bottom: 10px;
}

.impeach-box .impeach-species-box .impeach-species .impeach-species-dl.complain dt a {
    color: #54ab4d;
    border: 1px solid #54ab4d;
}

.impeach-box .impeach-species-box .impeach-species .impeach-species-dl.complain dt a:hover {
    color: #54ab4d;
}

.impeach-box .impeach-species-box .impeach-species .impeach-species-dl.complain dt a i {
    display: block;
    width: 60px;
    height: 60px;
    background: url(/EPMasterPage/chain/images/index_26.png) no-repeat center;
    margin-bottom: 10px;
}

.impeach-box .impeach-species-box .impeach-species .impeach-species-dl.report dt a {
    color: #f26462;
    border: 1px solid #f26462;
}

.impeach-box .impeach-species-box .impeach-species .impeach-species-dl.report dt a:hover {
    color: #f26462;
}

.impeach-box .impeach-species-box .impeach-species .impeach-species-dl.report dt a i {
    display: block;
    width: 60px;
    height: 60px;
    background: url(/EPMasterPage/chain/images/index_27.png) no-repeat center;
    margin-bottom: 10px;
}

.impeach-box .impeach-species-box .impeach-species .impeach-species-dl dd {
    text-align: left;
    padding: 40px 15px;
}

.impeach-box .impeach-species .impeach-search {
    text-align: right;
    font-size: 14px;
}

.impeach-box .impeach-species .impeach-search a {
    color: #428bca;
}

.impeach-box .impeach-suggest-box h2,
.impeach-box .impeach-complain-box h2,
.impeach-box .impeach-report-box h2 {
    padding: 50px 0;
    font-size: 18px;
    text-align: center;
}

.impeach-box .impeach-suggest-box .impeach-suggest-text,
.impeach-box .impeach-complain-box .impeach-complain-text,
.impeach-box .impeach-report-box .impeach-report-text {
    padding: 0 90px;
}

.impeach-box .impeach-suggest-box .impeach-suggest-text .text-title,
.impeach-box .impeach-complain-box .impeach-complain-text .text-title,
.impeach-box .impeach-report-box .impeach-report-text .text-title {
    font-size: 16px;
    font-weight: bold;
}

.impeach-box .impeach-suggest-box .impeach-suggest-check,
.impeach-box .impeach-complain-box .impeach-complain-check,
.impeach-box .impeach-report-box .impeach-report-check {
    height: 140px;
    text-align: center;
    color: #f00;
    padding-top: 15px;
}

.impeach-box .impeach-suggest-box .impeach-suggest-check .impeach-suggest-btn,
.impeach-box .impeach-complain-box .impeach-complain-check .impeach-complain-btn,
.impeach-box .impeach-report-box .impeach-report-check .impeach-report-btn {
    padding-top: 20px;
}

.impeach-box .impeach-suggest-box .impeach-suggest-check .impeach-suggest-btn a,
.impeach-box .impeach-complain-box .impeach-complain-check .impeach-complain-btn a,
.impeach-box .impeach-report-box .impeach-report-check .impeach-report-btn a {
    /* padding: 12px 25px;
    font-size: 16px;
    color: #fff;
    margin: 0 10px; */
	width: auto;
    height: 45px;
    line-height: 45px;
    color: #007bfc;
    border: 1px solid #007bfc;
    padding: 0 50px;
    background-color: #fff;
    font-size: 18px;
}

.impeach-box .impeach-suggest-box .impeach-suggest-check .impeach-suggest-btn a:hover,
.impeach-box .impeach-complain-box .impeach-complain-check .impeach-complain-btn a:hover,
.impeach-box .impeach-report-box .impeach-report-check .impeach-report-btn a:hover {
    color: #fff;
    background-color: #007bfc;
}

.impeach-box .impeach-check-input {
    display: none;
}

.impeach-box .impeach-check-label {
    position: relative;
    cursor: pointer;
    top: 3px;
}

.impeach-box .impeach-check-label,
.impeach-box .impeach-check-text {
    margin: 0;
    cursor: pointer;
    color: #f00;
    font-weight: 700;
}

.impeach-box .impeach-check-input+label:before {
    content: '';
    display: block;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #bbc5ce;
}

.impeach-box .impeach-check-input:checked+label:before {
    border-color: #6ba6ff;
    background-color: #6ba6ff;
}

.impeach-box .impeach-check-input:checked+label:after {
    content: '';
    display: block;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 5px;
    left: 4px;
    width: 8px;
    height: 5px;
}

.impeach-box .impeach-detail-box {
    padding: 40px 65px;
}

.impeach-box .impeach-detail-box .impeach-detail-border .impeach-detail-title {
    height: 36px;
    line-height: 36px;
    border: 1px solid #d3d3d3;
    background-color: #f0f5fa;
}

.redline {
    display: inline-block;
    width: 5px;
    height: 18px;
    background: #f25749;
    margin-left: 21px;
    vertical-align: middle;
}

.impeach-box .impeach-detail-border .impeach-detail-title span {
    vertical-align: middle;
    font-size: 16px;
}

.impeach-box .impeach-detail-border .impeach-detail-title .title-small {
    font-size: 12px;
    color: gray;
}

.impeach-box .impeach-detail-border .impeach-detail-title .title-small i {
    font-size: 16px;
    color: #f00;
}

.impeach-box .impeach-detail-box .impeach-item-box {
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}

.impeach-box .impeach-detail-box .impeach-item-bottom {
    border-bottom: 1px solid #d3d3d3;
}

.impeach-box .impeach-detail-box .impeach-item-box .item {
    padding: 10px 0;
    line-height: 32px;
    overflow: hidden;
}

.impeach-box .impeach-detail-box .impeach-item-box .item .impeach-item-title {
    width: 240px;
    text-align: right;
    padding-right: 10px;
}

.fx4 {
    color: #f00;
    margin-right: 5px;
}

.impeach-box .impeach-detail-box .impeach-item-box .item .impeach-item-input {
    overflow: hidden;
}

.impeach-box .impeach-detail-box .impeach-item-box .item .impeach-item-input .input {
    width: 450px;
    height: 29px;
    border-color: #ccc;
}

.impeach-box .impeach-detail-box .impeach-item-box .item .impeach-item-small {
    font-size: 12px;
    color: gray;
    padding-left: 20px;
}

.impeach-box .impeach-detail-box .impeach-item-box .item .impeach-item-input p {
    font-size: 12px;
    color: gray;
}

.impeach-box .impeach-detail-box .impeach-item-box .item .impeach-item-input textarea {
    width: 700px;
    border: 1px solid #ccc;
    line-height: 20px;
}

.impeach-box .impeach-detail-box .impeach-item-box .item .impeach-item-input .select{
    width: 300px;
    text-align: left;
    text-align-last: left;
}

.file {
    outline: 0 !important;
}

.impeach-box .impeach-btn {
    padding-top: 45px;
    text-align: center;
}

.impeach-box .impeach-btn .btn {
    /* padding: 12px 40px;
    font-size: 16px;
    color: #fff; */
	width: auto;
    height: 45px;
    line-height: 45px;
    color: #007bfc;
    border: 1px solid #007bfc;
    padding: 0 50px;
    background-color: #fff;
    font-size: 18px;
}

.impeach-box .impeach-btn .btn:hover {
    color: #fff;
    background-color: #007bfc;
}

.impeach-box .impeach-detail-box .impeach-item-box .impeach-item-input select {
    width: 70px;
    height: 30px;
    border-color: #ccc;
    text-align: center;
    text-align-last: center;
}


/* 公告详情右侧 */

.detail-service {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999;
    margin-top: 40px;
}

.detail-service ul {
    width: 50px;
}

.detail-service ul li {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
    background-color: #898989;
    vertical-align: bottom;
    cursor: pointer;
    border-radius: 3px;
}

.detail-service ul li.service-de {
    position: relative;
    height: 145px;
    line-height: inherit;
}

.detail-service ul li.service-de h3 {
    position: relative;
    z-index: 10;
    height: 145px;
    padding: 15px 15px 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #007bfc;
    border-radius: 3px 0 0 3px;
}

.detail-service ul li.service-de h3 i {
    position: absolute;
    top: 105px;
    margin-left: -12px;
    font-size: 24px;
}

.detail-service ul li.service-de .info {
    position: absolute;
    top: 0;
    right: 120px;
    width: 130px;
    height: 180px;
    padding: 10px 5px;
    color: #898989;
    background-color: #f0f0f0;
}

.detail-service ul li.service-de .info p {
    position: relative;
    height: 80px;
}

.detail-service ul li.service-de .info p i {
    display: block;
    font-size: 24px;
    height: 42px;
    line-height: 42px;
}

.detail-service ul li.service-de .info .line {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    background-color: #ddd;
}

.detail-service ul li.complain {
    position: relative;
    width: 50px;
    height: 50px;
}

.detail-service ul li.complain .side-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #007bfc;
    color: #007bfc;
    font: 16px/48px "微软雅黑";
    overflow: hidden;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
}

.detail-service ul li.complain .side-box i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #007bfc;
    color: #fff;
    top: 0;
    font-size: 24px;
    float: left;
}

.detail-service ul li.retop i {
    height: 50px;
    line-height: 50px;
    transform: rotate(180deg);
    font-size: 24px;
}

.detail-service ul li.retop:hover {
    background-color: #007bfc;
}

.white_content {
    display: none;
    position: fixed;
    top: 30%;
    left: 35%;
    width: 465px;
    height: 350px;
    padding: 0;
    border: 0;
    background-color: #fff;
    z-index: 999;
    overflow: auto;
}

.black_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
}
#iframepwd{
    width:445px;
    height: 335px;
}


/* 发布信息详情 */

.content-detail {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding-left: 25px;
    left: 5px;
    color: #999;
    background: url(/EPMasterPage/chain/images/index_24.png) no-repeat center left;
}

.content-detail li {
    float: left;
}

.content-detail li+li:before {
    padding: 0 5px;
    content: ">";
}

.contdetail-box {
    min-height: 400px;
    background-color: #fff;
    padding: 0 50px 50px;
    margin-bottom: 50px;
}

.contdetail-box .contdetail-title {
    padding: 30px 0;
    border-bottom: 1px #ddd dashed;
}

.contdetail-box .contdetail-title h3 {
    font: bold 20px/normal Microsoft Yahei;
    text-align: center;
}

.contdetail-box .detail-cont a {
    color: #428bca;
}

.promap-box{
    background-color: #fff;
    /* box-shadow: 0 1px 5px 1px rgba(216, 216, 216, 0.7); */
    overflow: hidden;
    margin: 10px 2px;
    width: 283px;
    height: 315px;
    background: url('/EPMasterPage/chain/images/totalinfo_03.png') no-repeat -6px;
}
.promap-box h2{
    padding-top: 20px;
    overflow: hidden;
}
.promap-box h2 label{
    float: left;
    display: inline-block;
    padding-left: 10px;
    font-size: 16px;
    line-height: 1;
    border-left: 6px solid #249ae4;
    font-weight: normal;
}

.floatDiv{
    position: absolute;
    top: 30px;
    left: 240px;
}

.floatDiv .floatSpan{
    overflow: hidden;
    display: block;
    /* width: 300px; */
    height: 28px;
    font-size: 16px;
    color: #f00;
    margin: 0;
    padding: 0;
    border: none;

}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.mb50{
	margin-bottom: 50px;
}
.mt30 {
    margin-top: 30px;
}
.pt20 {
    padding-top: 20px;
}

.txtc {
    text-align: center;
}