@CHARSET "UTF-8";
/*
 *@Author: xiaoyan.liang
 *@Date: 2018-06-012
 *@Remark: 资源牌
 */

.resource-item {
    width: 380px;
    height: 236px;
    background: #fff;
    border: 1px solid #e2e2e2;
    float: left;
    margin-left: 15px;
    margin-top:15px;
    cursor: pointer;
}
.text-ellipsis{
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
}
.resource-item.active,
.resource-token.active,
.resource-icon.active{
    border: 1px solid #468afb;
}
.resource-item .title{
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    background: #f3f3f3;
    padding-left: 10px;
    border-bottom: 1px solid #e2e2e2;
    position:relative;
}
.resource-item .title > i{
    display: block;
    width: 58px;
    position: absolute;
    right: -4px;
    top: 10px;
    height: 25px;
    background: url(../imgs/icons.png) no-repeat -216px -47px;
    color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    text-indent: 6px;
}
.resource-item .date{
    height: 90px;
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
}
.resource-item .date > span {
    display: inline-block;
    text-align: center;
    line-height: 90px;
    color: #969696;
}
.resource-item .date > span.bold {
    font-size: 24px;
    color: #478de3;
}
.resource-item .info{
    padding-top: 10px;
}
.resource-item .info > p {
    padding: 3px 10px;
    margin: 0;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
}
.info-title{
    overflow: hidden;
}
.info-title > span {
    display: block;
    float: left;
}
.info-title > span:first-child {
    width: 70px;
}
.info-title > span:last-child,.info-title-bh {
    width: 288px;
    text-overflow: ellipsis;
    word-break: keep-all;
    overflow: hidden;
    white-space: nowrap;
}
.info-title-bh{
    width: 245px;
}
.resource-item .info > p > a {
    color:#333333;
    display:block;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}
.resource-item .info > p > a.address > span.dept {
    font-weight: bold;
    padding-right: 9px;
    padding-left: 3px;
    color: #478de3;
}
.resource-item .info > p > a > span{
    color: #478de3;
}
.resource-item .info > p > a.address > span{
    color:#333;
    font-size: 12px;
}
.resource-item .info > p > a.address > i{
    color:#c5c5c5;
    padding-right: 5px;
}
.resource-item .info > p > a.text{
    background:#f3f3f3;
    color: #478de3;
    padding: 3px 10px;
}

/*resouce-token*/
.resource-token {
    width: 578px;
    height: 220px;
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    border: 1px solid #dedede;
    cursor: pointer;
}
.resource-token:nth-child(1), .resource-token:nth-child(2) {
    margin-top: 0;
}
.resource-token .title {
    height: 78px;
    padding-left: 3px;
    border-bottom: 1px solid #dedede;
    background:#f9f9f9;
    position: relative;
}
.resource-token .title .label{
    margin-left:10px;
    margin-top: 16px;
    max-width: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #4e97ff;
}
.resource-token .title > p {
    margin: 0;
    height: 39px;
    line-height: 50px;
    font-weight:bold;
    position:relative;
    width: 100%;
    float: left;
}
.resource-token .title > p .xj-label{
    background: #fd956b;
}
.resource-token .title > p.baseinfo > span{
    display:block;
    float:left;
}
.resource-token .title > p.baseinfo > span.name{
    max-width: 372px;
    overflow: hidden;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.resource-token .title > p span.status{
    color: #478de3;
}
.resource-token .title > p a{
    color: #333;
    font-weight: normal;
    padding: 0px 10px;
    font-size: 12px;
    border: 1px solid #dedede;
    line-height: 20px;
    float: right;
    background: #fff;
    margin:6px 7px 0 0 ;
}
.resource-token .title > p.address{
    color: #808080;
    padding-left: 5px;
    line-height: 36px;
    font-weight: normal;
    font-size: 13px;
    overflow: hidden;
}
.resource-token .title > p.address > i{
    color:#c5c5c5;
    padding-right:5px;
    font-weight: normal;
    line-height: 36px;
    display: block;
    float: left;
}
.resource-token .title > p.address span {
    display: block;
    float: left;
    width: 350px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.resource-token .date {
    height: 75px;
    padding-left: 10px;
    background:#fff;
}
.resource-token .date > div.arraw {
    width: 20%;
    height:100%;
}
.resource-token .date > div.arraw > i{
    background: url(../imgs/icons.png) no-repeat -214px 0px;
    width: 75px;
    height: 20px;
    display: block;
    margin-top: 29px;
    margin-left: 22px;
}
.resource-token .date > div {
    float: left;
    width: 40%;
    height: 100%;
}
.resource-token .date > div > span{
    display: block;
    color: #a3a3a3;
    text-align: center;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.resource-token .date > div > span.time {
    height: 40px;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    text-align: center;
}
.resource-token .info {
    height: 65px;
    padding: 0 10px;
    background:#fff;
    font-size: 13px;
    line-height: 30px;
}
.resource-token .info >.price-li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.resource-token .info > a,
.resource-token .info >.price-li > a{
    color:#333;
    display: block;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.resource-token .info >.price-li > a.price-promise{
    text-align:right;
}
.resource-token .info >.price-li > a.price,
.resource-token .info >.price-li > a.price-promise {
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}
.resource-token .info >.price-li > a.price > span,
.resource-token .info >.price-li > a.price-promise > span{
    /* text-indent:20px; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 107px;
}
.resource-token .info >.price-li > a.price > span{
    display: inline-block;
    text-indent: 0;
    max-width: 110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.resource-token .info >.price-li > a > i{
    display: block;
    width: 22px;
    height: 20px;
    float: left;
}
.resource-token .info >.price-li > a.price > i{
    background: url(../imgs/icons.png) no-repeat -47px -95px;
}
.resource-token .info >.price-li > a.price-promise > i{
    background: url(../imgs/icons.png) no-repeat -45px -141px;
}
.resource-token .info >.time{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.resource-token .info >.time i{
    display: block;
    width: 22px;
    height: 20px;
    background: url(../imgs/icons.png) no-repeat -49px 0px;
}
/*resource-icon*/
.resource-icon {
    width: 380px;
    height: 175px;
    border: 1px solid #dedede;
    margin-left: 15px;
    margin-top: 15px;
    float: left;
    cursor: pointer;
}
.resource-icon-2{
    height: 225px !important;
}
.resource-icon .title{
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    color: #333;
    font-weight: bold;
    background: #f9f9f9;
    border-bottom: 1px solid #dedede;
}
.resource-icon .title .right {
    width: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
    background: #4e97ff;
}
.resource-icon .title span {
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
}
.resource-icon .title span:nth-child(1) {
    width: 70px;
}
.resource-icon .title span:nth-child(2) {
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
}
.resource-icon .title span.label {
    margin-top: 17px;
    padding: 5px;
}
.resource-icon .info{
    height: 117px;
    background: #fff;
    padding: 10px 15px;
    position:relative;
}
.resource-icon .info > p {
    margin: 0;
    height: 25px;
    line-height: 25px;
    color: #999999;
}
.resource-icon .info > p > span{
    display:block;
    float:left;
    width:70%;
    height:100%;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.resource-icon .info > p > span.key{
    width:30%;
    text-align: left;
}
.resource-icon .info > p > span.price {
    color:#333;
    font-weight:bold;
}
.resource-icon .info > p > span.price > span{
    color:#ff6201;
    font-weight:bold;
    font-size:14px;
    padding:0 5px;
}
.resource-icon .icon{
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 100px;
    width: 100px;
    opacity: 0.9;
}
.resource-icon .icon-faild{
    background: url(../imgs/failed.png) no-repeat center center;
}
.resource-icon .icon-success{
    background: url(../imgs/success.png) no-repeat center center;
}
.resource-icon .icon-notice{
    background: url(../imgs/notice.png) no-repeat center center;
}
.resource-icon .icon-preClosing{
    background: url(../imgs/preClosing.png) no-repeat center center;
}
/*resource-list*/
.resource-list {
    min-height: 175px;
    padding: 24px 20px 13px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    position: relative;
}
.resource-list span.bc-icon,.resource-token span.bc-icon {
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    position: absolute;
    top: -20px;
    right: 15px;
    transform: rotate(45deg);
    text-align: center;
}
.resource-list span.bc-icon:before,.resource-token span.bc-icon:before {content: "";border-left: 22px solid transparent;border-right: 22px solid transparent;border-bottom: 22px solid #d9534f;position: absolute;z-index: 1;}
.resource-list span.bc-icon:after,.resource-token span.bc-icon:after {content: "补";position: relative;z-index: 2;display: block;left: 22px;top: 2px;}
.resource-list.active{
    border: 1px solid #4e97ff;
}
.resource-list-header {
    overflow: hidden;
}
.resource-list-header a {
    font-size: 18px;
    margin-left: 17px;
    color: #333;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 90%;
}
.resource-list.active .resource-list-header a {
    color: #c44449;
    text-decoration:underline;
}
.resource-list-header i{
    display: inline-block;
    height: 25px;
    padding: 0 5px;
    border: 1px solid #478de3;
    color: #478de3;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    float: left;
    line-height: 24px;
}
.resource-list-header i.disable {
    background: #777;
    color: #fff;
    border: 1px solid #777;
}
.resource-list-header .label{
    font-size:14px;
    line-height: 25px;
    /* vertical-align:text-top; */
}
.resource-list-content{
    font-size: 13px;
    margin: 5px 0;
    /*height: 76px;*/
    overflow: hidden;
}
.resource-list-content div{
    float: left;
    max-width: 100%;
}
.resource-list-content p{
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.resource-list-content p .purpose{
    max-width: 155px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    top: 4px;
    display: inline-block;
}
.resource-list-content .left{
    width: 53%;
}
.resource-list-content .left p .area{
    margin-left: 52px;
}
.resource-list-content .left p span a{
    color: #6b8bcb;
    font-size: 12px;
    cursor: auto;
}
.resource-list-content .center{
    width: 23%;
}
.resource-list-content .right {
    width: 24%;
}
.resource-list-content .right .max-num {
    font-size: 0;
    color: #fc4f08;
    font-weight: bold;
    height: 28px;
}
.resource-list-content .right .max-num span {
    display: inline-block;
    font-size: 22px;
}
.resource-list-content .right .max-num span b {
    font-size: 22px;
}
.resource-list-content .right .max-num span:first-child {
    max-width: 265px;
    margin: 0 5px 0 0;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    text-overflow: ellipsis;
    word-break: normal;
    top: 3px;
    position: relative;
    /*left: -4px;*/
}
.resource-list-content .right .max-num span.unit {
    position: relative;
    /* left: -5px; */
    font-size: 14px;
}
.resource-list .color-red{
    color: #F60;
}
.resource-list .font-bold{
    font-weight: bold;
}
.resource-list-footer {
    width: 1124px;
    height: 28px;
    background: #f6f6f6;
    font-size: 12px;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.resource-list-footer i {
    position: relative;
    top: 1px;
    width: 8px;
    height: 11px;
    display: inline-block;
    /*position: relative;
    top: 58px;
    left: 145px;*/
    background: url(../imgs/icons.png) no-repeat -145px -49px;
    margin-right: 5px;
}
.resource-list-footer .dept {
    padding: 0 5px 0 0;
    font-weight: bold;
}
.resource-list-footer a {
    line-height: 28px;
    color: #333;
}
.resource-list-footer a:hover {
    color: #c44449;
}
.resource-no-data.ng-scope {
    text-align: center;
    padding: 15px 0;
    color: #8a8888;
    font-size: 16px;
}
.resources{
    padding: 0 0 10px 0;
}
/*resource-list-img*/
.resource-list-img{
    height: 220px;
    padding: 24px 20px 13px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
}
.resource-list-img.active{
    border: 1px solid #B43136;
}
.resource-list-img.active .resource-list-img-header-text a{
    color: #c44449;
    text-decoration:underline;
}
.resource-list-img-header{
    overflow: hidden;
}
.resource-list-img-header-text {
    float: left;
    width: 76%;
}
.resource-list-img-header-text i {
    display: inline-block;
    height: 25px;
    padding: 0 5px;
    border: 1px solid #b43136;
    color: #b43136;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    float: left;
    line-height: 25px;
}
.resource-list-img-header-text a {
    font-size: 18px;
    margin-left: 17px;
    color: #333;
}
.resource-list-img-header-text-max-num {
    float: left;
    width: 24%;
}
.resource-list-img-header-text-max-num .max-num {
    font-size: 20px;
    color: #fc4f08;
    font-weight: bold;
    margin: 0 0 0;
}
.resource-list-img-content{
    font-size: 13px;
    margin: 5px 0;
    height: 120px;
}
.resource-list-img-content .resource-list-img-img {
    width: 20%;
    max-height: 120px;
    overflow: hidden;
    float: left;
}
.resource-list-img-img img{
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.resource-list-img-content .left {
    width: 50%;
    margin: 17px 3%;
    float: left;
}
.resource-list-img-content .center {
    width: 24%;
    float: left;
    margin: 17px 0;
}
.resource-list-img-content .right {
    float: left;
}
/* 捆绑的样式 */
.resource-list.active .binding-resource-info label {
    color: #c44449;
    text-decoration:underline;
}
.binding-resource-info{
    overflow: hidden;
    display: inline-flex;
    margin: 0 0 0 5px;
    font-size: 14px;
    position: relative;
    top: -2px;
}
.binding-resource-info label{
    margin: 0 5px 0 0;
    line-height: 25px;
    font-weight: 400;
    cursor: pointer;
}
.binding-resource-info i{
    font-weight: 400;
    color: #FFF;
    border: 0;
    background: #fd956b;
    font-style: normal;
}
/*颜色控制-资源阶段*/
.resource-list-header i.stage_red {
    border-color: #c44449;
    background: #c44449;
    color: #FFF;
}

.resource-list-header i.stage_orange{
    border-color: #F60;
    background: #F60;
    color: #FFF;
}

.resource-token .title > p span.status.stage_red{
    color: #c44449;
}
.resource-token .title > p span.status.stage_orange{
    color: #F60;
}

/*IE 的问题修改*/
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .resource-token .title .label{
        white-space: inherit;
        height:20px;
        line-height:16px;
    }
    .resource-icon .title .right{
        white-space: inherit !important;
        text-overflow:clip !important;
        width:47px !important;
    }
}
