[v-cloak] {
    display: none;
}
/* 公共容器1200px */
body {
    background-color: #F8F8F8;
}
.content-wrapper {
    width: 1200px;
    margin: 0 auto;
}
/*公共样式*/
button {
    outline: none;
    border: 0;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
/*小圆点*/
.small-point {
    color: #D8D8D8;
    margin-right: 5px;
}
/* 公告时间提示公共样式 */
/* 公告行文字溢出以省略号替代*/
.btn {
    border-radius: 4px;
}
.btn-orange {
    background: #EF802E;
    color: #FFF;
}
.btn-orange:hover {
    background: #F80;
}
.btn-orange-light {
    color: #EF802E;
    border: 1px solid #EF802E;
    background: #FFF;
}
.btn-grey {
    background: #CCC;
    color: #FFF;
}

.btn-green {
    background: #0e6ab9;
    color: #FFF;
}

.btn-green:hover {
    background: #4190d3;
}

.btn-green-light {
    color: #4190d3;
    border: 1px solid #4190d3;
    background: #FFF;
}
/*banner start*/
.banner-bg {
    background: url('../images/banner-bg.png') no-repeat center;
    height: 360px;
    width: 100%;
    background-size:100%;
}
/*报名报价、常见问题*/
.important-info-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}
.important-info-wrapper .content-wrapper {
    font-size: 0;
}
.left-wrapper-ongoing {
    display: inline-block;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    width: 880px;
    background: #FFF;
    padding-top: 20px;
}
.left-wrapper-ongoing .notice-list {
    padding: 16px 20px 20px 20px;
    font-size: 0;
    min-height: 300px;
}
.left-wrapper-ongoing .notice-list .notice-item {
    position: relative;
    border-left: 2px solid #0000;
    border-bottom: 1px solid #EEE;
    font-size: 14px;
    /*color: #4190d3;*/
    color: #333;
    height: 40px;
}
.left-wrapper-ongoing .notice-list .notice-item span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.left-wrapper-ongoing .notice-list .notice-item .notice-title {
    width: 390px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}
.left-wrapper-ongoing .notice-list .notice-item .last-time {
    width: 180px;
    margin-left: 25px;
    vertical-align: bottom;
    font-size: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;   
    color: #333;
}
.left-wrapper-ongoing .notice-list .notice-item .last-time .lytine-timer01-wrapper {
    display: inline-block;
}
.left-wrapper-ongoing .notice-list .notice-item .last-time .lytine-timer01-wrapper .num {
    margin: 0;
}
.left-wrapper-ongoing .notice-list .notice-item .publish-date {
    width: 90px;
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}
.left-wrapper-ongoing .notice-list .notice-item .span-tips {
    margin-left: 25px;
    vertical-align: top;
    padding: 6px 8px;
    display: inline-block;
}
.left-wrapper-ongoing .notice-list .notice-item:hover,
.left-wrapper-ongoing .notice-list .active {
    background: #F8F8F8;
    border-left: 2px solid #0e6ab9;
}
.left-wrapper-ongoing .notice-list .notice-item:hover .span-tips,
.left-wrapper-ongoing .notice-list .active .span-tips {
    cursor: pointer;
    background: #0e6ab9;
    border-radius: 3px;
    color: #FFF;
}
.left-wrapper-ongoing .notice-list .notice-item:last-child {
    border-bottom: none;
}
.left-wrapper-ongoing .loading-data {
    text-align: center;
    margin-top: 50px;
    background-color: #fff;
}
.right-wrapper-FAQ {
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    background: #FFF;
    height: 403px;
    width: 300px;
    margin-left: 20px;
}
.right-wrapper-FAQ h3 {
    height: 44px;
    background: #0e6ab9;
    color: #FFF;
    font-size: 16px;
    padding-left: 20px;
    line-height: 44px;
}
.right-wrapper-FAQ .problem-list {
    padding: 0 18px;
}
.right-wrapper-FAQ .problem-list li {
    padding: 10px 0;
    border-bottom: 1px solid #EEE;
}
.right-wrapper-FAQ .problem-list li a {
    font-family: SourceHanSansCN-Normal;
    color: #333;
}
.right-wrapper-FAQ .problem-list li:hover a,
.right-wrapper-FAQ .problem-list .active a {
    color: #4190d3;
}
.right-wrapper-FAQ .problem-list li:last-child {
    border-bottom: none;
}
/* 所有公告*/
.all-notice-wrapper {
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 20px 0 20px;
    margin-bottom: 40px;
}
.all-notice-wrapper .header {
    position: relative;
}
.all-notice-wrapper .header #masker2 {
    height: 125px;
    width: 100%;
    background-color: #0000;
    position: absolute;
    z-index: 999;
}
.all-notice-wrapper .header .notice-type-wrapper {
    display: flex;
    justify-content: space-between;
    font-size: 0;
    height: 58px;
}
.all-notice-wrapper .header .notice-type-wrapper li {
    height: 50px;
    /*font-family: SourceHanSansCN-Regular;*/
    font-size: 24px;
    color: white;
    display: inline-block;
    width: 166px;
    background: #0e6ab9;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
}
.all-notice-wrapper .header .notice-type-wrapper li:first-child {
    margin-left: 0;
}
.all-notice-wrapper .header .notice-type-wrapper li:hover,
.all-notice-wrapper .header .notice-type-wrapper .active {
    color: #FFF;
    background-color:#4190d3;
    margin-top: 2px;
    /*background: url('../images/notice-hover.png');height: 58px;*/
    background-size: 166px 58px;
    cursor: pointer;
}
.all-notice-wrapper .header .notice-search-form {
    margin-top: 10px;
    background: #EEE;
    padding: 0 20px;
}
.all-notice-wrapper .header .notice-search-form .input-group {
    display: inline-block;
    line-height: 58px;
    color: #333;
}
.all-notice-wrapper .header .notice-search-form .input-group .title {
    margin-left: 20px;
}
.all-notice-wrapper .header .notice-search-form .input-group .project-name {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    width: 300px;
    height: 26px;
    padding: 0 10px;
}
.all-notice-wrapper .header .notice-search-form .input-group .project-name:focus {
    border-color: #4190d3;
}
.all-notice-wrapper .header .notice-search-form .btn-search {
    width: 62px;
    height: 28px;
    margin-left: 20px;
    cursor: pointer;
}
.all-notice-wrapper .body {
    min-height: 440px;
    padding-bottom: 92px;
    position: relative;
}
.all-notice-wrapper .body .bids-item {
    height: 85px;
    border-bottom: 1px solid #DDD;
    padding-top: 30px;
}
.all-notice-wrapper .body .bids-item .left-bids-info {
    display: inline-block;
    width: 655px;
}
.all-notice-wrapper .body .bids-item .left-bids-info h1 {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333;
    padding-left: 10px;
    width: 620px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}
.all-notice-wrapper .body .bids-item .left-bids-info .bids-info {
    font-size: 14px;
    color: #999;
    padding-left: 10px;
    margin-top: 20px;
}
.all-notice-wrapper .body .bids-item .left-bids-info .bids-info span {
    vertical-align: top;
}
.all-notice-wrapper .body .bids-item .left-bids-info .bids-info .bids-agency {
    width: 310px;
    margin-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}
.all-notice-wrapper .body .bids-item .line {
    display: inline-block;
    border-left: 1px dotted #ddd;
    height: 70px;
    vertical-align: top;
}
.all-notice-wrapper .body .bids-item .right-bids-time {
    display: inline-block;
    width: 320px;
    padding-left: 40px;
    vertical-align: top;
}
.all-notice-wrapper .body .bids-item .right-bids-time .count-down {
    margin-top: 15px;
    line-height: 24px;
}
.all-notice-wrapper .body .bids-item .right-bids-time .count-down .lytine-timer01-wrapper {
    font-size: 18px;
}
.all-notice-wrapper .body .bids-item .right-bids-time .time-end {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    margin-top: 15px;
    color: #333333;
}
.all-notice-wrapper .body .bids-item .right-bids-time .result-notice {
    display: block;
    margin-top: 5px;
}
.all-notice-wrapper .body .bids-item .right-bids-time .show-details {
    /*查看详情*/
    display: block;
    margin-top: 20px;
}
.all-notice-wrapper .body .bids-item .btn-tips {
    display: inline-block;
    vertical-align: top;
    width: 98px;
    height: 35px;
    margin-top: 10px;
}
.all-notice-wrapper .body .bids-item:hover {
    background: #F8F8F8;
    cursor: pointer;
}

