﻿/*兼容性文件*/
* {
    padding: 0;
    margin: 0;
    border: none;
}

html, body {
    width: 100%;
    height: 100%;
}

img {
    border: 0;
    display: block;
}

img.ie6 {
    vertical-align: text-bottom;
    display: block;
}

button, input {
    cursor: pointer;
    outline: none;
}

::-moz-focus-inner {
    border: 0px;
}

ul li {
    list-style: none;
}

h2, h3, dl, dd, dt {
    margin: 0;
    padding: 0;
}

label {
    white-space: nowrap;
}

a {
    text-decoration: none;
    color: #09c;
}

th a {
    text-decoration: none;
    color: #333;
}

.clearfix:before,.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{clear:both;}

.hide {
    display: none;
}

.trline {
    clear: both;
    overflow: hidden;
    vertical-align: middle;
    padding: 10px 20px;
}

/*头部*/
.headerbg {
    background: #2094ca;
    text-align: center;
    overflow: hidden;
}

.header {
    width: 100%;
    height: 75px;
    background: url(../images/login/homepagelog.png) 2% center no-repeat;
}

.welcome {
    width: 60%;
    display: block;
    float: left;
}

.welcome p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    line-height: 75px;
    font-weight: bold;
    vertical-align: bottom;
    float: right !important;
    padding-top: 2%;
}

.yellow {
    color: #F93;
    margin: 0 5px;
}

.userset {
    width: 40%;
    overflow: hidden;
    display: block;
    float: right;
}

.usersettext {
    width: 100%;
    float: right !important;
    margin-right: 20px;
    color: #FFF;
    margin-top: 5px;
}

.index {
    float: right; /*margin:0 1%;padding:0.8% 0; font-weight:bold;*/
    font-size: 12px;
    color: #229fe2;
    text-align: center;
    vertical-align: middle;
}

.index ul {
    cursor: pointer;
}

.btn_bg {
    padding: 2px 5px 2px 5px;
}

.btn_bg div {
    background: url(../images/frame/headbutton.png);
    width: 40px;
    height: 40px
}

.index ul:hover {
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/*结构*/
.frontcon {
    overflow: hidden;
    clear: both;
}

.rightcon {
    overflow: hidden;
    height: 100%
}

/*左侧菜单*/
.newnav {
    padding: 0;
    margin: 0;
    z-index: 60;
}

.newnav > li > a {
    line-height: 30px;
    vertical-align: middle;
    letter-spacing: 3px;
    display: block;
    padding: 3px 20px 3px 30px;
    font-size: 14px;
    font-weight: bold;
    color: #888888;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #f8f8f8;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#eee));
    background: -webkit-linear-gradient(top, #f3f3f3, #eee);
    background: -moz-linear-gradient(top, #f3f3f3, #eee);
    background: -ms-linear-gradient(top, #f3f3f3, #eee);
    background: -o-linear-gradient(top, #f3f3f3, #eee);
    background: linear-gradient(top, #f3f3f3, #eee);
    box-shadow: inset 0 1px 1px #fff;
}

.newnav > li > a:hover {
    background: #e0e0e0
}

.newnav > li > a.subdrop {
    border: 1px solid #2094ca;
    border-left: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#1aaef3), to(#0993d3));
    background: -webkit-linear-gradient(top, #1aaef3, #0993d3);
    background: -moz-linear-gradient(top, #1aaef3, #0993d3);
    background: -ms-linear-gradient(top, #1aaef3, #0993d3);
    background: -o-linear-gradient(top, #1aaef3, #0993d3);
    background: linear-gradient(top, #1aaef3, #0993d3);
    box-shadow: none;
    color: #fff;
    font-weight: bold;
}

.newnav > li > a.subdrop > i {
    color: #fff;
}

.newnav > li .leftmenubox {
    display: none;
    background: #fff !important;
    text-align: left !important;
    margin: 0 !important;
    overflow: auto;
    border-right: 1px solid #ddd;
}

.left_tree {
    width: 93% !important;
    display: block !important;
    margin-left: 15px !important;
    margin: 5px auto;
}

.left_tree li {
    margin: 3px 0 !important;
    line-height: 22px;
    vertical-align: middle;
    font-size: 12px;
    border-bottom: 1px dashed #ddd;
}

.left_tree .on {
    color: #F93 !important
}

.left_tree .on i {
    color: #F93 !important
}

.sublist {
    color: #167cac !important
}

.cannotclick {
    color: #167cac !important;
    cursor: default;
}

.has_sub > a > i {
    vertical-align: text-top;
    margin-right: 5px;
    color: #888888;
}

.pullright {
    float: right;
}

.sublist > i {
    font-size: 14px;
    margin-right: 5px;
    color: #167cac;
}

/*内容页右侧内容*/
.pgcon {
    overflow: hidden;
}

.condition {
    padding: 5px 10px;
    overflow: hidden;
    background: #fff;
}

.pgboxcon {
    overflow: hidden;
}

/*首页右侧内容*/
.sec_button {
    width: 100%;
    overflow: hidden;
    display: block;
    background-color: #fff;
}

.option {
    width: 100%;
    overflow: hidden;
    padding: 0 16%;
}

/*招标项目*/
.btn_project {
    width: 17%;
    float: left;
    margin: 1% 2%;
    padding: 1% 0;
    font-size: 18px;
    border-radius: 7px;
    background-color: #229fe2;
    background: -moz-radial-gradient(#7fd8ff 3%, #32ace3 50%);
    background: -webkit-radial-gradient(#7fd8ff 3%, #32ace3 50%);
    background: -ms-radial-gradient(#7fd8ff 3%, #32ace3 50%);
    background: -o-radial-gradient(top, #7fd8ff 3%, #32ace3 50%);
    background: radial-gradient(top, #7fd8ff 3%, #32ace3 50%);
    box-shadow: 0px 0px 4px #2077a4;
    -webkit-box-shadow: 3px 3px 4px #2077a4;
    -moz-box-shadow: 3px 3px 4px #2077a4;
    -ms-box-shadow: 3px 3px 4px #2077a4;
    -o-box-shadow: 3px 3px 4px #2077a4;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.btn_project a:hover {
    filter: alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

/*招标计划*/
.btn_plan {
    width: 17%;
    float: left;
    margin: 1% 2%;
    padding: 1% 0;
    font-size: 18px;
    border-radius: 7px;
    background-color: #229fe2;
    background: -moz-radial-gradient(#ffecb9 3%, #ffcd47 50%);
    background: -webkit-radial-gradient(#ffecb9 3%, #ffcd47 50%);
    background: -ms-radial-gradient(#ffecb9 3%, #ffcd47 50%);
    background: -o-radial-gradient(top, #ffecb9 3%, #ffcd47 50%);
    background: radial-gradient(top, #ffecb9 3%, #ffcd47 50%);
    box-shadow: 0px 0px 4px #e6bb39;
    -webkit-box-shadow: 3px 3px 4px #e6bb39;
    -moz-box-shadow: 3px 3px 4px #e6bb39;
    -ms-box-shadow: 3px 3px 4px #e6bb39;
    -o-box-shadow: 3px 3px 4px #e6bb39;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.btn_plan a:hover {
    filter: alpha(Opacity=60);
    -moz-opacity: 0.8;
    opacity: 0.6;
}

/*提问与回复*/
.btn_question {
    width: 17%;
    float: left;
    margin: 1% 2%;
    padding: 1% 0;
    font-size: 18px;
    border-radius: 7px;
    background-color: #39dfb2;
    background: -moz-radial-gradient(#b7fef5 3%, #44e7bb 50%);
    background: -webkit-radial-gradient(#b7fef5 3%, #44e7bb 50%);
    background: -ms-radial-gradient(#b7fef5 3%, #44e7bb 50%);
    background: -o-radial-gradient(top, #b7fef5 3%, #44e7bb 50%);
    background: radial-gradient(top, #b7fef5 3%, #44e7bb 50%);
    box-shadow: 0px 0px 4px #0eae83;
    -webkit-box-shadow: 3px 3px 4px #0eae83;
    -moz-box-shadow: 3px 3px 4px #0eae83;
    -ms-box-shadow: 3px 3px 4px #0eae83;
    -o-box-shadow: 3px 3px 4px #0eae83;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.btn_question a:hover {
    filter: alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

/*标题*/
.itemtitle {
    height: 35px;
    background: #2da9eb;
    color: #FFF;
    line-height: 35px;
    text-align: left;
    padding-left: 10px;
    font-size: 14px
}

.itemtitle i {
    margin-right: 5px;
    vertical-align: middle
}

.search-item-container {
    position: relative;
    bottom: 10px;
    font-size: 14px;
    padding-left: 20px;
}

.itemtitletool {
    position: relative;
    top: 15px;
    text-align: right;
    margin: 0 auto;
    padding-right: 20px;
    line-height: 25px;
    font-size: 14px
}

.itemtitletool a {
    cursor: default
}

.lines-no .datagrid-body td {
    border-right: 1px dotted transparent;
    border-bottom: 1px dotted transparent;
}

.vmslitbluebtn {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #10b8f0;
    background: #1ebff1;
    color: #fff !important;
    line-height: 16px;
    vertical-align: middle;
    padding: 0 3px;
    margin: 0 3px;
}

.vmslitbluebtn .l-btn-left {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.vmslitbluebtn .l-btn-icon-left {
    padding: 0 0 0 12px;
    background-position: left center;
}

.vmslitbluebtn .l-btn-text {
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 22px;
    font-size: 12px;
    padding: 0;
    margin: 0 15px;
}

.vmslitbluebtn .l-btn-icon {
    line-height: 16px !important;
    vertical-align: middle !important;
    font-size: 14px;
    background: none !important;
}
