/* CSS Document *//* ========== CSS Reset，重置样式，清除浏览器默认样式 ========== *//* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #000;
}

body {
    min-width: 1200px;
    background-color: #fff;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea {
    font: 12px/1.5 "Microsoft YaHei", "微软雅黑", "Tahoma", "Arial", "宋体", "sans-serif";
}

input, select, textarea {
    font-size: 100%;
}

/* 去掉浏览器默认的外轮廓 */
input, button, select, textarea {
    outline: none;
}

/* 去掉各Table  cell 的边距并让其边重合 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* IE bug fixed: th 不继承 text-align*/
th {
    text-align: inherit;
}

/* 去除默认边框 */
fieldset, img {
    border: 0;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display: block;
}

/* 去掉 firefox 下此元素的边框 */
abbr, acronym {
    border: 0;
    font-variant: normal;
}

/* 一致的样式 */
del {
    text-decoration: line-through;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500;
}

/* 去掉列表前的标识, li 会继承 */
ol, ul {
    list-style: none;
}

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th {
    text-align: left;
}

/* 让标题都自定义, 适应多个系统应用 */
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

/* 在<q>标签之间的文字两头加上引号 */
q:before, q:after {
    content: '';
}

/* 统一上标和下标 */
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* 正常链接 未访问、已访问 */
a {
    color: #277eff;
}

/* 鼠标悬停 */
a:hover {
    color: #ff5500;
}

/* 默认不显示下划线，保持页面简洁 */
ins, a {
    text-decoration: none;
}

/* 清理浮动 */
.f-clear:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
}

.f-clear {
    zoom: 1; /* for IE6 IE7 */
}

/* ========== CSS Reset End ========== *//* ========== Layout CSS ========== *//*首页主体部分*/
.content-index {
    width: 1200px;
    margin: 0px auto;
    display: block;
}

.content-index .bidding {
    width: 100%;
    margin-top: 45px;
    float: left;
}

.content-index .m-title {
    width: 100%;
    height: 37px;
    display: block;
    border-bottom: 1px #e6e6e6 solid;
    margin-top: 0px;
}

.content-index .m-title span {
    display: block;
    border-bottom: 2px #004ea2 solid;
    padding-right: 60px;
    width: 4em;
    padding-bottom: 16px;
    height: 35px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
}

.content-index .m-title span a {
    display: block;
    float: right;
    line-height: 18px;
    padding: 0 21px;
}

.content-index .slideBlock .m-title {
    position: absolute;
    top: 0px;
    left: 0px;
}

.content-index .slideBlock {
    display: block;
    width: 100%;
    height: 562px;
    background-color: #fff;
    position: relative;
}

.slideBlock .m-hd {
    display: block;
    height: 43px;
    position: relative;
}

.slideBlock .m-hd h2 {
    display: block;
    width: 158px;
    height: 43px;
    background-color: #0062bb;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 53px;
}

.slideBlock .m-hd ul {
    float: left;
    position: absolute;
    right: 50px;
    top: 0px;
    height: 43px;
}

.slideBlock .m-hd ul li {
    float: left;
    width: 142px;
    text-align: center;
    height: 43px;
    line-height: 43px;
    cursor: pointer;
    border: 1px #e6e6e6 solid;
    margin-left: -1px;
    margin-top: -3px;
}

.slideBlock .m-hd ul li span {
    font-size: 15px;
    color: #333;
    display: block;
    text-decoration: none;
}

.slideBlock .m-hd ul li.on {
    color: #004ea2;
    border-bottom: 1px #fff solid;
    border-top: 1px #004ea2 solid;
}

.slideBlock .m-hd ul li .more {
    display: none;
}

.slideBlock .m-hd ul li.on span, .slideBlock .m-bd ul li a:hover {
    color: #004ea2;
}

.slideBlock .m-hd ul li.on .more {
    display: block;
    position: absolute;
    left: -578px;
    top: 520px;
    width: 74px;
    height: 22px;
    text-align: center;
    background-color: #0063b0;
    color: #fff;
    line-height: 22px;
    cursor: pointer;
}

.slideBlock .m-hd ul li.on .more:hover {
    background-color: #ff5500;
}

.slideBlock .m-hd ul li.on .more a {
    color: #fff;
    font-size: 12px;
}

.slideBlock .m-bd {
    padding: 0px 0px;
}

.slideBlock .tempWrap {
    margin: 20px 0px;
}

.slideBlock .m-bd ul li {
    height: 44px;
    line-height: 44px;
}

.slideBlock .m-bd ul li a {
    display: block;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    font-size: 15px;
    color: #333;
}

.slideBlock .m-bd ul li a:hover {
    color: #004ea2;
    background-color: #f7f7f7;
}

.slideBlock .m-bd ul li a .bidLink {
    display: inline-block;
    width: 50em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.slideBlock .m-bd ul li a .bidLink2 {
    display: inline-block;
    width: 6em;
    margin-left: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    color: #999
}

.slideBlock .m-bd ul li a .bidLink2.on {
    color: #21d526;
    display: none;
}

.slideBlock .m-bd ul li a .bidDate {
    display: inline-block;
    float: right;
    margin-right: 20px;
}

/* foot*/
.foot {
    display: inline-block;
    width: 100%;
    height: 343px;
    background-color: #004ea2;
    position: relative;
    margin-top: 60px;
}

.foot .m-bd {
    width: 1200px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.foot .m-bd2 {
    width: 422px;
    height: 225px;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 62px;
}

.foot .m-bd3 {
    width: 700px;
    height: 225px;
    color: #fff;
    position: absolute;
    Left: 0px;
    top: 62px;
}

.foot .m-bd3 img {
    display: block;
}

.foot .m-bd3 .text {
    left: 0px;
    position: absolute;
    top: 50px;
    color: #89b3e1;
    line-height: 24px;
    width: 415px;
}

.foot .m-bd3 .text2 {
    position: absolute;
    top: 185px;
    left: 0px;
    text-align: left;
    color: #89b3e1;
    font-size: 18px;
    font-weight: bold;
}

.foot .m-bd3 .text2 span {
    display: block;
    color: #89b3e1;
    font-size: 13px;
    font-weight: normal;
}

.foot .m-bd3 .text2 a {
    color: #89b3e1;
    font-size: 15px;
}

.foot .m-bd3 .text2 a:hover, .foot .m-bd2 .block a:hover {
    color: #fff;
}

.foot .m-bd2 .block {
    width: 65px;
    color: #fff;
    float: right;
    margin: 0 25px;
    font-size: 15px;
    text-align: center;
}

.foot .m-bd2 .block span {
    margin-bottom: 35px;
    display: inline-block;
}

.foot .m-bd2 .block a {
    width: 4em;
    color: #97bfea;
    font-size: 13px;
    margin: 0 auto 6px auto;
    display: inline-block;
}

.foot .m-bd2 .t1 {
    position: absolute;
    top: 188px;
    text-align: right;
    right: 25px;
    font-size: 13px;
    color: #97bfea;
    line-height: 21px;
}

/* ========== 列表页样式 ========== */
.insidepage {
    width: 1200px;
    margin: 20px auto;
    overflow: hidden;
}

/*  公告信息列表  */
.insidepage .insidepage-left {
    float: left;
    width: 880px;
    margin-right: 30px;
}

.insidepage .insidepage-right {
    float: left;
    width: 280px;
}

.insidepage-right .recommend {
    margin-bottom: 20px;
}

.insidepage-right .recommend .m-hd {
    padding-bottom: 10px;
    border-bottom: #e5e5e5 1px solid;
    background-color: #f9f9f9;
}

.insidepage-right .recommend ul {
    width: 238px;
    margin: 15px 24px 15px 16px;
    overflow: hidden;
}

.insidepage-right .recommend ul li, .insidepage-right .recommend ul li a {
    float: left;
    width: 238px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.insidepage-right .recommend ul li a {
    color: #333;
}

.insidepage-right .recommend ul li a:hover {
    color: #277eff;
}

.insidepage-right .recommend ul li a .iconfont {
    color: #ccc;
    margin-right: 5px;
}

/*  列表页筛选区域  */
.insidepage .filter {
    width: 880px;
    border-top: #e5e5e5 1px solid;
}

.insidepage .filter dl {
    overflow: hidden;
    line-height: 42px;
    border: #e5e5e5 1px solid;
    border-top: none;
    background-color: #fff;
}

.insidepage .filter dl dt, .listpage .filter dl dd {
    float: left;
}

.insidepage .filter dl dt {
    margin-right: 10px;
    width: 120px;
    font-size: 14px;
    text-align: center;
    border-right: #e5e5e5 1px solid;
    background-color: #f9f9f9;
}

.insidepage .filter dl dd a {
    float: left;
    padding: 0px 15px;
    margin: 7px 0px 7px 10px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #333;
}

.insidepage .filter dl dd a:hover {
    background-color: #eee;
}

.insidepage .filter dl dd a.current {
    color: #fff;
    background-color: #277eff;
}

/*  信息列表  */
.infolist {
    margin-top: 20px;
}

.infolist-tab {
    width: 100%;
    height: 43px;
    margin: 10px;
    border-bottom: #e5e5e5 1px solid;
}

.infolist-tab ul, .infolist-tab ul li {
    float: left;
    height: 43px;
}

.infolist-tab ul li + li {
    margin-left: -1px;
}

.infolist-tab ul li a {
    float: left;
    padding: 0px 15px;
    height: 42px;
    line-height: 42px;
    border: #e5e5e5 1px solid;
    border-bottom: none;
    font-size: 14px;
    color: #333;
    background-color: #f9f9f9;
    text-align: center;
    width: 60px;
}

.infolist-tab ul li a:hover {
    background-color: #fff;
}

.infolist-tab ul li.current a, .infolist-tab ul li.current a:hover {
    color: #277eff;
    font-weight: bold;
    border-top: #277eff 1px solid;
    border-bottom: #fff 1px solid;
    background-color: #fff;
}

/*  排序  */
.infolist-sort {
    float: right;
    padding: 0px 10px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
}

.infolist-sort em, .infolist-sort a {
    float: left;
    padding: 0px 5px;
}

.infolist-sort a {
    color: #333;
}

.infolist-sort a .iconfont {
    color: #999;
}

.infolist-sort a.current .iconfont {
    color: #277eff;
}

/*  信息列表  */
.infolist-main {
    padding: 20px;
    width: 838px;
    border: #e5e5e5 1px solid;
    border-top: none;
    background-color: #fff;
}

.bidlist ul li {
    width: 100%;
    height: 42px;
    line-height: 42px;
}

.parent-div > div {
    margin: 0px 10px;
    display: inline-block;  /* 转换为行内块元素，支持横向排列‌:ml-citation{ref="1,2" data="citationList"} */
    width: 25%;            /* 需配合宽度限制 */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #aaa;
    cursor: pointer;
}

.bidlist ul li:hover {
    background-color: #f5f5f5;
}

.bidlist ul li a {
    float: left;
    width: 832px;
    padding-left: 5px;
    font-size: 14px;
    color: #333;
}

.bidlist ul li a:hover {
    color: #277eff;
}

.bidlist ul li a span, .bidlist ul li a em {
    float: left;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bidlist ul li a em.txtred {
    float: none;
    margin: 0px;
    padding: 0px;
    color: #ff5500;
}

.bidlist ul li a span {
    max-width: 632px;
}

.bidlist ul li a .style {
    float: right;
    color: #999;
    width: 4em;
    text-align: center;
}

.bidlist ul li a .style.on {
    color: #ff6600;
    display: none;
}

.bidlist ul li a i {
    float: left;
    overflow: hidden;
    width: 35px;
    padding-left: 15px;
    font-size: 12px;
    font-style: normal;
    color: #fff;
    background: url(https://static.zgdlyzc.com/static/images/main.png) no-repeat -160px -188px;
}

.bidlist ul li a span .iconfont {
    color: #ccc;
    font-size: 19px;
    margin-right: 8px;
    padding: 0px;
    width: auto;
    background: none;
}

.bidlist ul li a em {
    float: right;
    width: 100px;
    padding-right: 20px;
    text-align: right;
    color: #999;
}

/*  列表页分页  */
.infolist-paging {
    width: 878px;
    height: 42px;
    padding: 20px 0px;
    border: #e5e5e5 1px solid;
    border-top: none;
    text-align: center;
    background-color: #fff;
}

.paging-nav a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0px 12px;
    margin: 2px;
    height: 34px;
    line-height: 34px;
    border: #e5e5e5 1px solid;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}

.paging-nav a.disabled {
    opacity: 0.6;
    filter: alpha(opacity=50);
}

.paging-nav a:hover, .paging-nav a.current {
    color: #ff5500;
    border: #ff5500 1px solid;
    background-color: #fff6f6;
}

.paging-nav a.disabled:hover {
    border: #e5e5e5 1px solid;
    color: #333;
    background-color: #fff;
}

.paging-form {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 20px;
    font-size: 14px;
    line-height: 42px;
}

.paging-form em {
    font-weight: bold;
    margin: 0px 4px;
    color: #ff5500;
}

.paging-form select {
    border: #e5e5e5 1px solid;
    padding: 0px 5px;
    margin: 0px 5px;
    height: 30px;
    line-height: 30px;
}

.insidepage .adv880 {
    width: 880px;
    height: 120px;
    margin-bottom: 20px;
    background-color: #eee;
}

.insidepage .adv280 {
    width: 280px;
    height: 136px;
    margin-bottom: 20px;
    background-color: #eee;
}

.insidepage .adv280 a {
    float: left;
    width: 280px;
    height: 136px;
}

.adv280 a.wxcode {
    position: relative;
    overflow: hidden;
}

.adv280 .wxcode:hover .img01 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.insidepage .location, .insidepage .search-result {
    padding: 0px 10px;
    margin-bottom: 10px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
}

.insidepage .search-result {
    padding: 0px 20px;
    border: #eee3c6 1px solid;
    background-color: #fffdeb;
}

.insidepage .search-result .iconfont {
    color: #ff5500;
    font-size: 21px;
    margin-right: 6px;
}

.insidepage .search-result em {
    color: #ff5500;
    font-weight: bold;
    margin: 0px 5px;
}

.insidepage .location a, .insidepage .location em {
    margin: 0px 5px;
}

.insidepage .location a {
    color: #333;
}

.insidepage .location a:hover {
    color: #277eff;
}

.insidepage .location em {
    color: #999;
}

/*   文章详情   */
.article-content {
    padding: 20px;
    border: #e5e5e5 1px solid;
    background-color: #fff;
}

.article-content .article-title {
    margin: 15px 0px;
    text-align: center;
    font-size: 20px;
}

.article-content .article-author {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    text-align: center;
    background-color: #f9f9f9;
}

.article-author a, .article-author em {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0px 10px;
    color: #999;
}

.article-author .iconfont {
    margin-right: 3px;
    color: #999;
    font-size: 17px;
    vertical-align: middle;
}

.article-author a:hover {
    color: #ff5500;
}

.main-text {
    padding: 20px;
    line-height: 30px;
    font-size: 14px;
    text-indent: 2.0em;
    min-height: 400px;
}

.main-text p {
    padding: 10px 0px;
}

.article-bottom {
    margin-top: 20px;
    padding: 0px 10px 0px 20px;
    height: 60px;
    border-top: #e5e5e5 1px solid;
}

.article-bottom span {
    float: left;
    width: 390px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}

.article-bottom span + span {
    margin-left: 20px;
}

.article-bottom span em {
    float: left;
    margin-right: 15px;
    margin-top: -1px;
    text-align: center;
    color: #333;
    border-top: #277eff 1px solid;
}

.article-bottom span a {
    float: left;
    width: 320px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
}

.article-bottom span a:hover {
    color: #277eff;
}

/*  主体版块布局样式  */
.mainbody {
    padding: 20px 0px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.mb01 {
    height: 456px;
    background-color: #f5f5f5;
}

.mainbody .wrap {
    width: 1180px;
    margin: 0px auto;
}

.mb01 .wrap .mbleft {
    float: left;
    margin-right: 20px;
    width: 280px;
}

.mb01 .wrap .mbcenter {
    float: left;
    margin-right: 20px;
    width: 580px;
    height: 300px;
}

.mb01 .wrap .mbright {
    float: right;
    width: 280px;
}

.mb02 {
    height: 394px;
    padding: 20px 0px 10px;
}

.mb02 .mbleft {
    float: left;
    width: 880px;
    margin-right: 20px;
}

.mb02 .mbright {
    float: left;
    width: 280px;
}

.mb03 {
    height: 342px;
    padding: 10px 0px 0px 0px;
}

.mb04 {
    height: 422px;
    padding: 10px 0px 20px;
}

.mb04 .mbleft {
    float: left;
    width: 880px;
    margin-right: 20px;
}

.mb04 .mbright {
    float: left;
    width: 280px;
}

.mb05 {
    background-color: #fff;
}

.m-box {
    border: #e5e5e5 1px solid;
    background-color: #fff;
}

.m-box .m-hd {
    padding-top: 10px;
    height: 32px;
    line-height: 32px;
}

.m-box .m-hd h2, .m-box .m-hd h2 a {
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.m-box .m-hd h2 {
    margin-left: 20px;
}

.m-box .m-hd h2 .iconfont {
    margin-right: 6px;
    color: #277eff;
    font-size: 24px;
    font-weight: normal;
}

.m-box .m-hd .more {
    float: right;
    margin-right: 20px;
    font-size: 12px;
    color: #999;
}

/*  代理机构专区列表  */
.orglist {
    width: 1180px;
}

.orglist ul {
    margin-right: -40px;
}

.orglist ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 278px;
    height: 310px;
    border: #e5e5e5 1px solid;
    background-color: #fff;
}

.orglist ul li:hover {
    border-color: #277eff;
}

.orglist ul li a.img, .orglist ul li a.more, .orglist ul li p.info, .orglist ul li h3.title {
    display: block;
}

.orglist ul li a.img {
    width: 278px;
    height: 130px;
    background-color: #f9f9f9;
}

/*.orglist ul li a.img img {    width: 180px;    height: 60px;    margin: 35px 49px;}*/
.orglist ul li h3.title {
    display: block;
    padding: 0px 25px;
    height: 40px;
    line-height: 40px;
    margin-top: 8px;
}

.orglist ul li h3.title .iconfont {
    float: left;
    width: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 19px;
    margin-right: 6px;
    color: #277eff;
}

.orglist ul li h3.title a {
    float: left;
    width: 200px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.orglist ul li h3.title a:hover {
    text-decoration: underline;
}

.orglist ul li span.info {
    display: block;
    padding: 0px 25px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.orglist ul li span.info em {
    margin-right: 5px;
    color: #277eff;
}

.orglist ul li a.more {
    display: block;
    height: 38px;
    line-height: 38px;
    margin: 12px 20px 0px;
    font-size: 14px;
    text-align: center;
    color: #333;
    border: #e5e5e5 1px solid;
    background-color: #f9f9f9;
}

.orglist ul li a.more:hover {
    background-color: #f0f2f4;
}

.orgbidpage {
    padding: 0px 10px;
    height: 53px;
    line-height: 53px;
    font-size: 22px;
    margin-bottom: 20px;
    border-bottom: #e5e5e5 1px solid;
}

.orgbidpage .iconfont {
    font-size: 27px;
    color: #333;
    margin-right: 8px;
}

.orgbidpage em {
    margin-left: 10px;
    font-size: 15px;
    color: #277eff;
}

.friendlinks {
    overflow: hidden;
    padding: 20px;
    border: #e5e5e5 1px solid;
    background-color: #fff;
}

.friendlinks ul {
    margin-right: -40px;
}

.friendlinks ul li, .friendlinks ul li a, .friendlinks ul li a img {
    float: left;
    width: 189px;
    height: 90px;
    background-color: #f9f9f9;
}

.friendlinks ul li {
    margin: 10px;
}

.suggest-content {
    overflow: hidden;
    padding: 20px 40px;
    border: #e5e5e5 1px solid;
    background-color: #fff;
}

.suggest-content h3 {
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 10px 0px 20px;
    color: #444;
    font-size: 17px;
    font-weight: bold;
}

.suggest-content .suggestText {
    width: 756px;
    line-height: 30px;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 14px;
    border: #e5e5e5 1px solid;
    border-radius: 3px;
}

.suggest-content .sgt-contact li {
    display: block;
    height: 38px;
    padding-bottom: 20px;
}

.suggest-content .sgt-contact li .label {
    float: left;
    width: 80px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #666;
}

.suggest-content .sgt-contact li input {
    padding: 0px 14px;
    width: 280px;
    height: 36px;
    line-height: 36px;
    border: #e5e5e5 1px solid;
    font-size: 14px;
}

.suggest-content .sgt-button {
    display: block;
    overflow: hidden;
    padding: 20px 0px;
    margin-top: 10px;
    border-top: #e5e5e5 1px dotted;
}

.suggest-content .sgt-button a {
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    border: none;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #277eff;
}

.suggest-content textarea, .suggest-content input {
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.04)
}

/*banner*/
.indexBanner {
    display: block;
    width: 100%;
    height: 460px;
    background-color: #f1f3f5;
    overflow: hidden;
}

.slide {
    width: 100%;
    height: 460px;
    overflow: hidden;
    position: relative;
    top: 0px;
    background-color: #000;
    display: block;
}

.slide .m-hd {
    border: none;
    background: none;
    z-index: 1;
    position: absolute;
    left: auto;
    top: 0px;
    right: auto;
    width: 100%;
}

.slide .m-hd ul, .slide .m-hd2 ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slide .m-hd ul {
    width: 140px;
    height: 14px;
    float: none;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 415px;
}

.slide .m-hd ul li {
    float: left;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    padding: 0px;
    border: 1px #fff solid;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    border-radius: 50%;
}

.slide .m-hd ul li.on {
    background-color: #fff;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.slide .m-bd {
    position: relative;
    width: 100%;
    height: 460px;
    z-index: 0;
    background-color: #FFF;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cfcfcf;
}

.slide .m-bd li, .slide .m-bd li a {
    width: 100%;
    height: 460px;
    float: left;
    z-index: 2;
}

.slide .m-bd li a .t1, .slide .m-bd li a .t2, .index-login {
    width: 1200px;
    margin: 0 auto;
    display: block;
    color: #fff;
    position: relative;
}

.index-login .block {
    width: 300px;
    height: 460px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5;
}

.index-login .block .text {
    width: 300px;
    display: block;
    text-align: center;
    font-size: 15px;
    z-index: 5;
    position: absolute;
    right: 0px;
    top: 168px;
}

.index-login .block .text2 {
    width: 300px;
    display: block;
    text-align: center;
    font-size: 16px;
    z-index: 5;
    position: absolute;
    right: 0px;
    top: 216px;
}

.index-login .block .text2 a {
    width: 110px;
    height: 42px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    margin: 0 10px;
    color: #fff;
    z-index: 5;
    background-color: #ff7300;
}

.index-login .block .text2 a:hover {
    background-color: #ff6000;
}

.index-login .block .text2 a.on {
    width: 108px;
    height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    margin: 0 10px;
    color: #fff;
    z-index: 5;
    background: none;
    border: 1px #fff solid;
}

.index-login .block .text2 a.on:hover {
    color: #ff7300;
    border: 1px #ff7300 solid;
}

.index-login .block .text3 {
    width: 300px;
    display: block;
    text-align: center;
    font-size: 16px;
    z-index: 5;
    color: #5a5a5a;
    position: absolute;
    right: 0px;
    bottom: 33px;
}

.index-login .block .text3 a {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin: 0 12px;
    color: #fff;
    z-index: 5;
}

.index-login .block .text3 a:hover {
    color: #ff7300;
}

.index-login .block .bg {
    width: 300px;
    height: 460px;
    display: block;
    background-color: #000;
    position: absolute;
    right: 0px;
    top: 0px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.slide .m-bd li a .t1 span {
    position: absolute;
    top: 152px;
    left: 30px;
    font-size: 40px;
    font-weight: bold;
}

.slide .m-bd li a .t2 span {
    position: absolute;
    top: 220px;
    left: 30px;
    font-size: 14px;
    width: 545px;
    line-height: 25px;
}

.slide .m-bd li a.sb01 {
    background: url(https://static.zgdlyzc.com/static/images/banner-index_old.jpg) no-repeat center 0px;
}

.slide .m-bd li a.sb02 {
    background: url(https://static.zgdlyzc.com/static/images/banner-index2.jpg) no-repeat center 0px;
}

.slide .m-bd li a.sb03 {
    background: url(https://static.zgdlyzc.com/static/images/banner-index4.jpg) no-repeat center 0px;
}

.slide .m-bd li a.sb04 {
    background: url(https://static.zgdlyzc.com/static/images/banner-index4.jpg) no-repeat center 0px;
}

.zg-block {
    display: inline-block;
    width: 100%;
    position: relative;
}

.slidePhoto .m-bd {
    display: inline-block;
    width: 580px;
    position: absolute;
    left: 0px;
    margin-top: 37px;
}

.zg-block .zg-left {
    width: 580px;
    height: 235px;
    float: left;
}

.zg-block .zg-right {
    width: 558px;
    height: 230px;
    margin-top: 37px;
    float: left;
    position: relative;
    margin-left: 580px;
}

.zg-block .zg-left img {
    display: block;
    width: 342px;
    height: 124px;
}

.zg-block .zg-left .t1 {
    display: block;
    width: 342px;
    font-size: 16px;
    font-weight: bold;
    color: #0063b0;
    margin: 24px 0 16px 0;
}

.zg-block .zg-left .t1:hover {
    color: #ff5500;
}

.zg-block .zg-left .t2 {
    display: block;
    width: 420px;
    height: 46px;
    font-size: 15px;
    color: #999;
    line-height: 25px;
    overflow: hidden;
}

.f-text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zg-block .zg-right ul {
    float: left;
    display: block;
    background: url(https://static.zgdlyzc.com/static/images/line.png) no-repeat 5px 34px;
    margin-top: -20px;
}

.zg-block .zg-right ul li {
    float: left;
    display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    font-size: 15px;
    color: #333;
    text-align: left;
    padding-left: 32px;
    background: url(https://static.zgdlyzc.com/static/images/point2.png) no-repeat 0 20px;
    cursor: pointer;
}

.zg-block .zg-right ul li:hover {
    background: url(https://static.zgdlyzc.com/static/images/point.png) no-repeat 0 20px;
}

.zg-block .zg-right ul li a {
    color: #333;
    width: 26em;
    display: inline-block;
}

.zg-block .zg-right ul li a:hover {
    color: #0063b0;
}

.zg-block .zg-right ul span {
    float: right;
    color: #b2b2b2;
}

.zg-block .zg-right .more {
    display: block;
    width: 74px;
    height: 22px;
    position: absolute;
    top: 200px;
    text-align: center;
    background-color: #0063b0;
    color: #fff;
    line-height: 22px;
    cursor: pointer;
}

.zg-block .zg-right .more:hover {
    background-color: #ff5500;
}

.zg-block .zg-right .more a {
    color: #fff;
    font-size: 12px;
}

.zg-block.helper {
    width: 480px;
    float: left;
    margin-top: 20px;
}

.zg-block.helper .zg-right {
    width: 480px;
    height: 230px;
    margin-top: 37px;
    float: left;
    position: relative;
}

.zg-block.helper .zg-right ul {
    float: left;
    display: block;
    background: none;
    margin-top: -20px;
}

.zg-block.helper .zg-right ul li {
    float: left;
    display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    font-size: 15px;
    padding: 0px;
    color: #333;
    text-align: left;
    background: none;
    cursor: pointer;
}

.zg-block.helper .zg-right ul li:hover {
    background: none;
}

.zg-block.helper .zg-right ul li a {
    color: #333;
    width: 30em;
    display: inline-block;
}

.zg-block.helper .zg-right ul li a:hover {
    color: #0063b0;
}

.zg-block.helper .zg-right ul li h2 {
    display: inline-block;
    margin-right: 30px;
    font-size: 15px;
    color: #0063b0;
    font-weight: bold;
}

.zg-block.helper .zg-right .more {
    display: block;
    width: 74px;
    height: 22px;
    position: absolute;
    top: 180px;
    text-align: center;
    background-color: #0063b0;
    color: #fff;
    line-height: 22px;
    cursor: pointer;
}

.zg-block.law {
    width: 620px;
    float: right;
    margin-top: 20px;
}

.zg-block.law .zg-right {
    width: 620px;
    height: 230px;
    margin-top: 37px;
    float: left;
    position: relative;
}

.zg-block.law .zg-right ul {
    float: left;
    display: block;
    background: none;
    margin-top: -20px;
}

.zg-block.law .zg-right ul li {
    float: left;
    display: inline-block;
    width: 280px;
    height: 47px;
    line-height: 47px;
    font-size: 15px;
    padding: 0px;
    color: #333;
    text-align: left;
    background: none;
    cursor: pointer;
}

.zg-block.law .zg-right ul li:hover {
    background: none;
}

.zg-block.law .zg-right ul li a {
    color: #333;
    width: 14em;
    display: inline-block;
}

.zg-block.law .zg-right ul li a:hover {
    color: #0063b0;
}

.zg-block.law .zg-right .more {
    display: block;
    width: 74px;
    height: 22px;
    position: absolute;
    top: 180px;
    text-align: center;
    background-color: #0063b0;
    color: #fff;
    line-height: 22px;
    cursor: pointer;
}

.product {
    float: left;
    width: 100%;
    height: 160px;
    position: relative;
    margin-top: 37px;
}

.product .m-bd {
    overflow: hidden;
    padding-left: 50px;
}

.product .m-bd .prev, .product .m-bd .next {
    width: 25px;
    height: 25px;
    float: left;
    position: absolute;
    top: 70px;
    overflow: hidden;
    cursor: pointer;
    background: url(https://static.zgdlyzc.com/static/images/arrow.png) no-repeat;
}

.product .m-bd .prev:hover, .product .m-bd .next:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.product .m-bd .prev {
    left: 0px;
}

.product .m-bd .next {
    right: 0px;
    background: url(https://static.zgdlyzc.com/static/images/arrow2.png) no-repeat;
}

.product .pro-list li {
    height: 210px;
    height: 146px;
    padding: 6px 15px;
    border: 1px #eee solid;
    float: left;
    display: inline-block;
    margin: 0 16px;
}

.product .pro-list li img {
    height: 210px;
    height: 146px;
}

.zg-link {
    margin-top: 37px;
}

.zg-link a {
    float: left;
    margin-right: 55px;
}

/* 列表页右侧菜单  css  新增 */
.sideMenu2 {
    width: 280px;
    overflow: hidden;
    margin-bottom: 17px;
}

.sideMenu2 .sm-title {
    width: 251px;
    height: 52px;
    float: left;
    background-color: #2068b0;
    border: 1px solid #2068b0;
    padding-top: 20px;
    padding-left: 27px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}

.sm-title2 {
    font-size: 9px;
    font-weight: normal;
}

.sideMenu2 .sm-list {
    width: 278px;
    float: left;
    border: #ddd 1px solid;
    border-top: none;
    padding: 0px;
    background-color: #fff9e9;
}

.sideMenu2 .sm-list li {
    width: 278px;
    height: 36px;
    float: left;
    overflow: hidden;
}

.sideMenu2 .sm-list li a {
    width: 212px;
    padding-left: 47px;
    padding-right: 27px;
    height: 36px;
    line-height: 36px;
    float: left;
    overflow: hidden;
    background: url(https://static.zgdlyzc.com/static/images/icon5.png) no-repeat;
    background-position: 23px -1066px;
    color: #ff4448; /*mark20180411修改记录：颜色和字体*/
}

.sideMenu2 .sm-list li.sm-cur a {
    color: #ff4448;
    background-position: 23px -1036px;
    background-color: #fff9e9;
    text-decoration: none;
    font-weight: bold;
}

.sideMenu2 .sm-list li a:hover {
    color: #ff4448;
    background-position: 23px -1036px;
    background-color: #fff;
    text-decoration: none;
    font-weight: bold;
}

/* 分页 */
.pagination {
    width: 878px;
    height: 42px;
    padding: 20px 0px;
    border: #e5e5e5 1px solid;
    border-top: none;
    text-align: center;
    background-color: #fff;
    position: relative;
}

.pagination .pag-txt, .pagination .pag-link {
    position: absolute;
    font-size: 14px;
    line-height: 40px;
}

.pagination .pag-txt {
    left: 30px;
    font-weight: bold;
    color: #555;
}

.pagination .pag-txt em {
    margin: 0px 4px;
    color: #ff6600;
    font-style: normal;
}

.pagination .pag-link {
    right: 30px;
    height: 30px;
    padding: 4px 0px;
}

.pagination .pag-link a {
    padding: 6px 10px;
    height: 16px;
    line-height: 16px;
    border: #ddd 1px solid;
    float: left;
    color: #555;
}

.pagination .pag-link a + a {
    border-left: none;
}

.pagination .pag-link a:hover {
    background-color: #eee;
    text-decoration: none;
}

.pagination .pag-link a.pag-cur {
    background-color: #ff6600;
    color: #fff;
}

.pagination .pag-link .jump {
    margin-left: 14px;
    float: left;
    height: 30px;
    line-height: 30px;
}

.pagination .pag-link .jump em {
    float: left;
    font-style: normal;
}

.pagination .pag-link .jump input, .pagination .pag-link .jump a {
    padding: 0px;
    width: 36px;
    font-size: 14px;
    font-weight: bold;
    color: #ff6600;
    height: 28px;
    line-height: 28px;
    float: left;
    margin: 0px 4px;
    text-align: center;
    border: #ddd 1px solid;
    border-radius: 2px;
    background-color: #fcfcfc;
}

.pagination .pag-link .jump a {
    color: #555;
    font-size: 12px;
    background: url(https://static.zgdlyzc.com/static/images/bg.png) repeat-x 0px -170px;
    border: #ddd 1px solid;
}

/* ========== CSS Iconfont ========== */
@font-face {
    font-family: 'iconfont';
    src: url('https://static.zgdlyzc.com/static/images/iconfont.eot');    /* IE9*/
    src: url('https://static.zgdlyzc.com/static/images/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://static.zgdlyzc.com/static/images/iconfont.woff') format('woff'), /* chrome、firefox */ url('https://static.zgdlyzc.com/static/images/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('https://static.zgdlyzc.com/static/images/iconfont_4cfdb397d4bc4486bda3c9df65153293.svg') format('svg');    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/* ========== CSS Iconfont ========== */

.quill-better-table-wrapper {
    overflow-x: auto;
}
table.quill-better-table {
    font-family: verdana,arial,sans-serif;
    font-size:11px;
    color:#333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}
table.quill-better-table th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #dedede;
}
table.quill-better-table td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #ffffff;
}

.ql-align-center {
    text-align: center;
}

.highlight {
    background-color: yellow;
    color: red;
    font-weight: bold;
    float: unset !important;
}
