/* 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%;
    font-weight: 500;
}

/* 在<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 {
}

/* 鼠标悬停 */
a:hover {
    color: #008dd2;
}

/* 默认不显示下划线，保持页面简洁 */
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;
}

.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: 1000px; /*mark修改*/
    min-height: 700px;
    margin: 0px auto 0px auto; /*mark修改*/
    overflow: hidden;
}

/*0930加入：自适应高度，开始*/
@media screen and (min-width: 1367px) {
    /*当浏览器宽度大于1366时候则执行，否则执行默认的*/
    .insidepage {
        min-height: 700px; /*mark0930修改最小高度*/
    }
}

.insidepage1 {
    width: 1200px; /*mark修改*/
    margin: 0px auto 0px auto; /*mark修改*/
    overflow: hidden;
}

.insidepage .insidepage-center {
    margin: 0px auto 0px auto; /*mark0930修改加入去掉左侧栏目后的居中*/
    width: 763px;
}

/*  公告信息列表  */
.insidepage .insidepage-left {
    float: right; /*mark0914：三次需求修改左变右*/
    width: 763px; /*mark690变680，之后改成680+83=763*/
    /*margin-right: 20px;
    margin-left: 75px;mark加入左边列表间距*/
}

.insidepage .insidepage-right {
    float: left; /*mark0914：三次需求修改左对齐改为右对齐*/
    width: 217px; /*mark0914：三次需求修改280为300，修改300-83为217*/
    /*margin-right: 135px;mark加入调整右边列表间距为130*/
}

.insidepage-right .recommend {
    margin-bottom: 20px;
    width: 217px; /*mark修改338为298,298改217 */
}

.insidepage-right .recommend .m-hd {
    padding: 0px;
    border-bottom: #eee 1px solid;
    background-color: #fff;
    height: 39px; /*mark1019修改39为53 */
    line-height: 39px; /*mark1019修改39为53 */
}

.insidepage-right .recommend ul {
    width: 238px;
    margin: 15px 24px 15px 16px;
    overflow: hidden;
    height: 230px; /*mark1019修改39为60 */
}

.insidepage-right .recommend ul li, .insidepage-right .recommend ul li a {
    float: left;
    width: 196px; /*238px;改成196*/
    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: #008dd2;
}

.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 .page {
    overflow: hidden; /*将元素的overflow设置为一个非visible的值防止塌陷*/
    margin: 3px 0px 0px 545px; /*250变392*/
    border: #ddd 1px solid;
    width: 195px;
}

/*  mark修改0828搜索div属性 */
.infolist .page .fl {
    width: 195px;
}

.infolist .page .fl input {
    width: 128px;
    height: 35px;
    border-bottom: #ddd 1px solid;
    position: relative;
    border-radius: 2px 0px 0px 2px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    padding-left: 15px;
    float: left; /*mark20170831加入左浮动，340变128*/
    /*padding: 10px 15px;
     width: 390px;
     height: 14px;
     line-height: 14px;
     display:block;
     border: none;
     *margin-top: -1px;
     color: #333;
     border-radius: 2px 2px 2px 2px;*/
}

.infolist .page .fl .inp-sub {
    width: 55px;
    height: 35px;
    background: url(../images/icon-search.png) no-repeat center center;
    background-color: #FFF;
    border-bottom: #ddd 1px solid;
    position: relative;
    color: white;
    border-radius: 0px 2px 2px 0px;
    margin-left: -3px;
    padding: 0px;
    border: 0px;
    /*width: 52px;
    height: 35px;
    line-height: 0px;
    border: none;
    font-size: 0;
    color: #fff;
    cursor: pointer;
    background:url(../images/icon-search1.png)no-repeat center center;
    background-color:#fff;
    border-radius: 0 2px 2px 0;	*/
}

/*#4C9ED9 background: #78c4ec; margin-left:10px;	margin: 0px;
	padding: 0px;
	border:  0px;*/
/*.infolist .page .fl .inp-sub name.icon{background:url(../images/icon-search.png) center left no-repeat;}*/

/*  mark修改0823公告div属性  */
.infolist-hd {
    padding: 0px 0px;
    width: 100%;
    height: 41px;
    background-color: #FCFCFC;
    border: #ddd 1px solid;
    position: relative;
    width: 761px;
    margin-top: 10px;
}

/*修改为内边距,0904mark:修改#F9F9F9颜色为#FCFCFC，宽678+83=761*/
.infolist-hd h2, .infolist-hd .more {
    height: 20px;
    line-height: 20px;
    position: absolute;
}

.infolist-hd h2 {
    overflow padding: 10px 10px 11px 20px;
    top: 0px;
    left: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #003966;
}

.infolist-hd .more {
    margin: 10px 0px;
    right: 15px;
    padding-left: 10px;
    background: url(../images/icon5.png) no-repeat -40px 5px;
}

.infolist-hd .more a {
    text-decoration: none;
    cursor: pointer;
    color: #999;
}

.infolist-hd .more a:hover {
    color: #ff6e00;
}

}
/* tab文本切换 - 公用类 公告li标签*/
.infolist .infolist-hd {
    position: relative;
}

.infolist .infolist-hd ul {
    float: left;
    position: absolute;
    top: 0px;
    height: 42px;
}

.infolist .infolist-hd ul li {
    float: left;
    padding: 10px 24px;
    height: 22px;
    line-height: 22px;
    border-left: #ddd 1px solid;
    margin-left: -1px;
    width: 49.2px;
    text-align: center
}

/*此处修改宽度注释border-right:#ddd 1px solid; */
.infolist .infolist-hd ul .infolist-hdlast {
    border-right: #FFF
}

/*单独设置最后一个li*有边框为空白*/

.infolist .infolist-hd ul li span {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: block;
    text-decoration: none;
}

.infolist .infolist-hd ul li.on {
    height: 20px;
    line-height: 20px;
    background: #fff;
    cursor: pointer;
    border-style: solid;
    border-color: #ff6e00 #ddd #fff;
    border-width: 2px 1px 1px;
    margin-top: -1px;
}

.infolist .infolist-hd ul li .more {
    display: none;
}

.infolist .infolist-hd ul li.on .more {
    display: block;
    position: absolute;
    right: -332px;
    top: 0px;
}

.infolist .infolist-hd ul li.on span {
    color: #ff5500;
}

.infolist .infolist-main bidlist {
    padding: 15px 20px;
}

/* 列表页标题栏tab */
/*mark0930修改加入center去掉左侧栏目时候的中间栏目*/
.insidepage-center .infolist .infolist-hd ul {
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 42px;
}

.insidepage-center .infolist .infolist-hd ul li a {
    font-size: 13px;
    font-weight: bold;
    width: 80px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #ff5500
}

/*mark0905修改字体11大小为13，a标签的宽度为55变80px*/
.insidepage-center .infolist .infolist-hd ul li.on {
    height: 20px;
    line-height: 20px;
    background: #fff;
    cursor: pointer;
    border-style: solid;
    border-color: #ff6e00 #ddd #fff;
    border-width: 2px 1px 1px;
    margin-top: -1px;
}

.insidepage-center .infolist .infolist-hd ul li.on a {
    color: #ff5500;
    font-size: 13px;
    width: 55px;
}

/*mark0905修改字体11大小为13，a标签的宽度为55px*/

.insidepage-left .infolist .infolist-hd ul {
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 42px;
}

.insidepage-left .infolist .infolist-hd ul li a {
    font-size: 13px;
    font-weight: bold;
    width: 180px;
    text-align: left;
    display: block;
    text-decoration: none;
    color: #ff5500
}

/*mark0905修改字体11大小为13，a标签的宽度为55变80px*/
.insidepage-left .infolist .infolist-hd ul li.on {
    height: 20px;
    line-height: 20px;
    background: #fff;
    cursor: pointer;
    border-style: solid;
    border-color: #ff6e00 #ddd #fff;
    border-width: 2px 1px 1px;
    margin-top: -1px;
}

.insidepage-left .infolist .infolist-hd ul li.on a {
    color: #ff5500;
    font-size: 13px;
    width: 55px;
}

/*mark0905修改字体11大小为13，a标签的宽度为55px*/
/*mark修改结束*/

.infolist-tab {
    width: 100%;
    height: 43px;
    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 25px;
    height: 42px;
    line-height: 42px;
    border: #e5e5e5 1px solid;
    border-bottom: none;
    font-size: 14px;
    color: #333;
    background-color: #f9f9f9;
}

.infolist-tab ul li a:hover {
    background-color: #fff;
}

.infolist-tab ul li.current a, .infolist-tab ul li.current a:hover {
    color: #008dd2;
    font-weight: bold;
    border-top: #008dd2 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 {
    overflow: hidden;
    padding: 0px; /*mark0830修改20内边距为0*/
    width: 761px; /*mark0830修改648宽度为688，0921修改：，宽678+83=761*/
    border: #e5e5e5 1px solid;
    border-top: none;
    background-color: #fff;
}

.bidlist ul {
    padding: 0px;
    float: left;
}

.bidlist ul li {
    width: 761px; /*mark0830修改100%宽度为687px,原680改761*/
    height: 42px;
    line-height: 42px;
}

.bidlist ul li:hover {
    /*background-color: #f5f5f5;mark0918：三次修改，去掉背景*/
}

.bidlist ul li a {
    float: left;
    width: 730px; /*mark0830修改646宽度为651px。651+83=734,改730*/
    padding-left: 20px; /*mark0830修改5左内边距为20px*/
    font-size: 14px;
    color: #333;
}

.bidlist ul li a:hover {
    color: #008dd2;
}

/*mark0921加入状态样式-结束状态颜色*/
.bidlist .status {
    display: inline-block;
    width: 5em; /*0930修改3em为5em*/
    margin: 0 15px 0 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    color: #999;
    text-align: center;
}

.bidlist .now {
    color: #f88f00; /*0930修改*/
}

.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 {
    width: 525px; /*mark0921修改: max-width改为width460+83=543/0930修改530为525/*/
}

.bidlist ul li a .style {
    float: right;
    color: #f88f00;
    width: 4em;
    text-align: center;
}

.bidlist ul li a .style.green {
    color: #46ce60;
}

.bidlist ul li a .style.gray {
    color: #999;
}

.bidlist ul li a i {
    float: left;
    overflow: hidden;
    width: 35px;
    padding-left: 15px;
    font-size: 12px;
    font-style: normal;
    color: #fff;
    background: url(../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: 0px; /*mark0830修改20右内边距为0*/
    text-align: right;
    color: #999;
    margin-right: 20px;
}


/*  列表页分页  */
.infolist-paging {
    width: 761px; /*，宽688+73=761*/
    height: 42px;
    padding: 20px 0px;
    border: #e5e5e5 1px solid;
    border-top: none;
    text-align: center;
    background-color: #fff;
    font-size: 12px;
}

.paging-nav a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0px 10px;
    margin: 2px;
    height: 34px;
    line-height: 34px;
    border: #e5e5e5 1px solid;
    font-size: 12px;
    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;
    font-size: 12px;
    line-height: 42px;
    margin-left: 30px;
}

.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: #008dd2;
}

.insidepage .location em {
    color: #999;
}

/*   文章详情二级页面的单独做-开始   */
.article-content1 {
    padding: 20px;
    border: #e5e5e5 1px solid;
    background-color: #fff;
    margin-top: 20px;
    margin: 20px auto 0px auto;
    /* width: 840px; */
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.article-content {
    padding: 20px;
    border: #e5e5e5 1px solid;
    background-color: #fff;
    margin-top: 20px;
    margin: 20px auto 0px auto;
    width: 840px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.article-content1 .article-title {
    margin: 15px 0px;
    text-align: center;
    font-size: 20px;
}

.article-content1 .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;
}

/*   文章详情二级页面的单独做-结束   */

/*<!--报名入口-开始-->*/
.baoming .subnav {
    position: fixed;
    right: 10px;
    top: 20%;
    background-color: #ff6e00;
    border-radius: 2px;
    width: 52px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    z-index: 2;
}

.baoming .subnav li {
    width: 52px;
    height: 52px;
    float: left;
    border-bottom: 1px #febd8c solid;
    cursor: pointer;
}

.baoming .subnav .b1 {
    background: url(../images/subNav5.png) no-repeat 12px 8px;
}

.baoming .subnav .b2 {
    background: url(../images/subNav6.png) no-repeat 12px 8px;
}

.baoming .subnav .b3 {
    background: url(../images/subNav12.png) no-repeat 12px 8px;
}

.baoming .subnav .b4 {
    background: url(../images/subNav7.png) no-repeat 12px 8px;
}

.baoming .subnav .b5 {
    background: url(../images/subNav8.png) no-repeat 12px 8px;
}

.baoming .subnav .b6 {
    background: url(../images/subNav9.png) no-repeat 12px 8px;
}

.baoming .subnav .b7 {
    background: url(../images/subNav10.png) no-repeat 12px 8px;
}

.baoming .subnav .b8 {
    background: url(../images/subNav13.png) no-repeat 12px 8px;
}

.baoming .subnav li span {
    width: 52px;
    height: 52px;
    text-align: center;
    /* line-height:27px; *//*14改27*/
    display: block;
    padding-top: 12px;
    color: #fff;
    background-color: #fa8f40;
    display: none;
    padding: 10px 9px;
    box-sizing: border-box;
}

.baoming .subnav li:last-child span {
    width: 52px;
    height: 40px;
    text-align: center;
    line-height: 14px; /*14改27*/
    display: block;
    padding-top: 12px;
    color: #fff;
    background-color: #fa8f40;
    display: none;
}

.baoming .subnav li:hover {
    background: none;
}

.baoming .subnav li:hover span, .subnav .img:hover .phote {
    display: block;
}

.baoming .subnav .img {
    background: url(../images/subNav.png) no-repeat 10px 9px;
    border: none;
    position: relative;
}

.baoming .subnav .img:hover {
    background: url(../images/subNav2.png) no-repeat 10px 9px;
    border: none;
}

.baoming .subnav .back {
    background: url(../images/subNav3.png) no-repeat 10px 3px;
    border: none;
    height: 35px;
}

.baoming .subnav .back:hover {
    background: url(../images/subNav4.png) no-repeat 10px 3px;
    border: none;
}

.baoming .subnav .img .phote {
    position: absolute;
    top: -27px;
    left: -120px;
    display: none;
}

/*先注释
.baoming{
	margin-left:10px;
	position:fixed; top:400px;
}
.baoming span{
	cursor: pointer;
	display:block;border-radius: 5px;
	border:1px #f4a217 solid;
	text-align:center;
	width:134px;
	height:33px;
	float:left;
	margin-right:28px;
	font-size:20px;
	padding-top:12px;
	background-color:#f4a217;
	color:#fff;
	line-height: 17px;
}
/*<!--报名入口-结束-->*/
/*   文章详情三级页面   */
.article-content {
    padding: 20px;
    border: #e5e5e5 1px solid;
    background-color: #fff;
    margin-top: 20px;
    margin: 20px auto 0px auto;
    width: 840px; /*mark修改宽度和居中,840改成1000*/
}

.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: #ffffff; /*mark0920修改：#f9f9f9为#ffffff*/
}

.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;
    min-height: 400px;
}

.main-text p {
    padding: 2px 0px;
}

.article-bottom {
    margin-top: 20px;
    padding: 0px 10px 0px 20px;
    height: 60px;
    border-top: #e5e5e5 1px solid;
}

.article-bottom span {
    float: left;
    width: 299px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    /*margin-top: #008dd2 1px solid;*/
}

.article-bottom span + span {
    margin-left: 207px; /*修改为边距20为212*/
}

/*mark修改hr加入短线居中开始*/
.article-bottom span hr {
    width: 50%;
    margin: auto;
    border-top: #008dd2 1px solid;
    margin-left: 60px;
}

/*mark修改hr加入短线居中结束*/
.article-bottom span em {
    float: left;
    margin-right: 15px;
    margin-top: -1px;
    text-align: center;
    color: #333;
    /*border-top: #008dd2 1px solid;*/
}

.article-bottom span a {
    float: left;
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
}

.article-bottom span a:hover {
    color: #008dd2;
}


/*  主体版块布局样式  */
.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: 14px;
    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: 14px;
    color: #999;
}

.m-box .m-hd .more:hover {
    color: #008dd2;
}


/*  代理机构专区列表  */

.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*/

.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(../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(../images/point2.png) no-repeat 0 20px;
    cursor: pointer;
}

.zg-block .zg-right ul li:hover {
    background: url(../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(../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(../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: 217px; /*mark0914：三次需求修改280为338保持与登录框宽度一致*/
    overflow: hidden;
    margin-bottom: 17px;
    margin-top: 20px; /*mark0914：三次需求修改10为20*/
}

/*南航水印花朵-开始*/
.sideMenu2 .nh-huaduo {
    width: 72px;
    height: 72px;
    background: url(../images/nh-huaduo.png) no-repeat;
    background-size: 70px 70px;
    float: right;
}

/*南航水印花朵-结束*/
.sideMenu2 .sm-title {
    width: 217px; /**mark0914：三次需求修改280为338保持与登录框宽度一致修改298为217*/
    height: 70px; /*32变70*/
    float: left;
    background-color: #0A92DF; /*mark修改#78c4ec为#0A92DF*/
    border: 1px solid #e5e5e5; /*mark修改*/
    /*padding-top: 10px;/**mark0914：三次需求修改20为10*/
    /*padding-left: 27px;*/
    color: #FFF;
    font-size: 18px; /*18=h3*/
    font-weight: bold;
    /*替换背景图，设置行高和水平居中*/
    background: url(../images/pagesTitle.png) 0px 280px;
    line-height: 63px;

}

.sideMenu2 .sm-title span {
    /*给span左移动*/
    padding-left: 53px;
}

.sm-title2 {
    font-size: 9px;
    font-weight: normal;
}

.sideMenu2 .sm-list {
    width: 215px; /**mark0914：三次需求修改278为338,修改298为200*/
    float: left;
    border: #ddd 1px solid;
    border-top: none;
    /*padding:10px;/**mark0914：三次需求修改0为10*/
    background-color: #fff; /**mark0914：三次需求修改#fff9e9为#fff*/
}

.sideMenu2 .sm-list li {
    width: 217px; /*mark0921：三次需求修改278为200*/
    height: 51px; /**mark0914：三次需求修改36为38.,38变51*/
    float: left;
    overflow: hidden;
}

.sideMenu2 .sm-list li a {
    width: 217px;
    padding-left: 47px;
    padding-right: 27px;
    height: 49px;
    line-height: 49px;
    float: left;
    overflow: hidden;
    font-size: 14px;
    border-bottom: #eee 1px solid;
    color: #666;
    font-weight: bold;
}

/**mark1019：三次需求修改36为49*/
.sideMenu2 .sm-list li:last-child a {
    width: 217px;
    padding-left: 47px;
    padding-right: 27px;
    float: left;
    overflow: hidden;
    font-size: 14px;
    border-bottom: none;
    color: #666;
    font-weight: bold;
}

.sideMenu2 .sm-list li.sm-cur a {
    color: #008ed3;
    background-position: 23px -1036px;
    background-color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-bottom: #eee 1px solid;
    background: url(../images/bg.png) no-repeat;
    background-position: 10px -107px;
}

/*备份color：#ff4448改为#008ed3，背景#fff9e9变为#fff，加底框 border-bottom: 2px solid #008ed3改为#eee 1px solid*/
.sideMenu2 .sm-list li a:hover {
    color: #008ed3;
    background-color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    background: url(../images/bg.png) no-repeat;
    background-position: 10px -107px;
}

/*备份color：#ff4448改为#008ed3，背景#fff9e9变为#fff,加底框*/


/* 分页 */
.pagination {
    width: 688px;
    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: 12px;
    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(../images/bg.png) repeat-x 0px -170px;
    border: #ddd 1px solid;
}

/* ========== CSS Iconfont ========== */

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot'); /* IE9*/
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */ url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg#uxiconfont') 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 ========== */

.baoming .subnav.new li {
    position: relative;
}

.baoming .subnav.new li i {
    position: absolute;
    color: #fff;
    font-size: 28px;
    left: 10px;
    top: 5px;
}

.baoming .subnav.new li:hover i {
    display: none;
}

.bidlist ul li a .bidLink2 {
    display: inline-block;
    width: 3em;
    margin: 0 8px 0 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    color: #999;
    text-align: center;
    width: 40px;
    padding-left: 0;
}
.m-view-file-link{/*mark20230607*/
    background: none;
    display: block;
    position: relative;
    border: none;
    padding: 0;
    margin: 0;
}