@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,
.resource-token-cut.active{
	border: 1px solid #b32323;
}
.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: #fa6f2a;
}
.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 {
    width: 288px;
    text-overflow: ellipsis;
    word-break: keep-all;
    overflow: hidden;
    white-space: nowrap;
}
.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: #b43136;
}
.resource-item .info > p > a > span{
	color:#b0263d;
}
.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:#b0263d;
	padding: 3px 10px;
}

/*resouce-token*/
.resource-token {
    width: 578px;
    height: 206px;
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    border: 1px solid #dedede;
    cursor: pointer;
}
.resource-token .title {
    height: 78px;
    padding-left: 3px;
    border-bottom: 1px solid #dedede;
    background:#f9f9f9;
}
.resource-token .title .label{
	margin-left:10px;
	margin-top: 17px;
	    max-width: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.resource-token .info {
    height: 50px;
    padding: 0 10px;
    background:#fff;
    line-height: 50px;
    font-size: 13px;
}
.resource-token .title > p {
    margin: 0;
    height: 39px;
    line-height: 50px;
    font-weight:bold;
    position:relative;
    width: 100%;
    float: left;
}
.resource-token .title > p.baseinfo > span{
	display:block;
	float:left;
}
.resource-token .title > p.baseinfo > span.name{
	max-width: 285px;
    overflow: hidden;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.resource-token .title > p span.status{
	color: #b43136;
}
.resource-token .title > p a{
	color: #333;
    font-weight: normal;
    padding: 0px 31px;
    font-size: 12px;
    border: 1px solid #dedede;
    line-height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: #fff;
}
.resource-token .title > p.address{
    color: #808080;
    padding-left: 5px;
    line-height: 36px;
    font-weight: normal;
    font-size: 13px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.resource-token .title > p.address > i{
	color:#c5c5c5;
	padding-right:5px;
	font-weight: normal;
}
.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 > a{
	color:#333;
}
.resource-token .info > a.price-promise{
	text-align:right;
}
.resource-token .info > a.price,
.resource-token .info > a.price-promise {
	position: relative;
    vertical-align: middle;
    margin-left: 5px;
}
.resource-token .info > a.price > span,
.resource-token .info > a.price-promise > span{
	/* text-indent:20px; */
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    max-width: 107px;
}
.resource-token .info > a.price > span{
	display: inline-block;
	text-indent: 0;
	max-width: 130px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.resource-token .info > a > i{
    display: block;
    width: 22px;
    height: 20px;
    float: left;
    margin-top: 12px;
}
.resource-token .info > a.price > i{
	background: url(../imgs/icons.png) no-repeat -47px -92px;
}
.resource-token .info > a.price-promise > i{
	background: url(../imgs/icons.png) no-repeat -44px -139px;
}

/*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;
}
.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:18px;
	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-list*/
.resource-list {
	height: 175px;
	padding: 24px 20px 13px;
	border-bottom: 1px solid #e0e0e0;
	cursor: pointer;
}
.resource-list.active{
	border: 1px solid #B43136;
}
.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-header a.max-40{
	max-width: 40%;
}
.resource-list-header a.max-40-14{
	max-width: 40%;
    color: #989898;
    font-size: 14px;
    line-height: 26px;
}
.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 #b43136;
    color: #b43136;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    float: left;
    line-height: 23px;
}
.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;
}
.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: 27%;
}
.resource-list-content .right {
    width: 20%;
}
.resource-list-content .right .max-num {
	font-size: 0;
	color: #fc4f08;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.resource-list-content .right .max-num span {
    display: inline-block;
    font-size: 22px;
}
.resource-list-content .right .max-num span:first-child {
	max-width: 145px;
    margin: 0 5px 0 0;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    word-break: normal;
    top: 3px;
	position: relative;
}
.resource-list-content .right .max-num span.unit {
	position: relative;
	/* left: -5px; */
	font-size: 14px;
}
.resource-list .color-red{
	color: #b43136;
}
.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,.icon-address {
	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;
}
/* 这里是 resource-list-cut  初始用于宁夏指标的内容展示（resource-list的剪切版本） */
.resource-list-cut {
    overflow: hidden;
    height: 146px;
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
}
.resource-list-cut.active{
	border: 1px solid #b32323;
}
.resource-list-cut.active .resource-title a{
	color:#b32323;
	text-decoration: underline;
}
.resource-list-cut .resource-info{
	overflow: hidden;
	padding: 0 5px;
}
.resource-list-cut .resource-title{
	line-height: 24px;
    overflow: hidden;
    margin-bottom: 10px;
    width: 70%;
}
.resource-list-cut .resource-title a{
	font-size: 18px;
    margin-right: 15px;
    color: #333;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 85%;
}
.resource-list-cut .resource-title span{
	
}
.resource-list-cut .resource-center{
    position: relative;
    margin-bottom: 5px
}
.resource-list-cut .resource-center .resource-other-info{
    width:66%;
}
.resource-list-cut .resource-center .resource-other-info p{
	margin: 0;
    line-height: 24px;
}
.resource-list-cut .resource-center .resource-other-info p i{
	margin-right: 5px;
    color: #ea0101;
    font-size: 12px;
}
.resource-list-cut .resource-center .resource-other-info p span{
	
}
.resource-list-cut .resource-center .resource-price {
	text-align: center;
    width: 30%;
    font-size: 26px;
    color: #fc4f08;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: 0;
}
.resource-list-cut .resource-bidding-info{
	overflow: hidden;
    background: #f6f6f6;
    padding: 0 5px;
}
.resource-list-cut .resource-bidding-info p{
	margin: 0;
    padding: 5px 0;
}
.resource-list-cut .resource-bidding-info p span{
	
}
.resource-list-cut .resource-bidding-info .left {
    width: 33.333333333333336%;
}
/**首页的协议指标的信息**/
.resource-token-cut {
    width: 578px;
    height: 206px;
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    border: 1px solid #dedede;
    cursor: pointer;
}
.resource-token-cut .title {
    height: 40px;
    border-bottom: 1px solid #dedede;
    background:#f9f9f9;
}
.resource-token-cut .title .label{
	margin-left:10px;
	margin-top: 17px;
	    max-width: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.resource-token-cut .info {
    height: 50px;
    padding: 0 10px;
    background:#fff;
    line-height: 50px;
    font-size: 13px;
}
.resource-token-cut .title > p {
    margin: 0;
    height: 40px;
    font-weight:bold;
    position:relative;
 	padding: 10px;
}
.resource-token-cut .title > p.baseinfo > span {
    display: block;
    float: left;
    margin-top: 0 !important;
}
.resource-token-cut .title > p.baseinfo > span.name{
	max-width: 285px;
    overflow: hidden;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.resource-token-cut .title > p a{
	color: #333;
    font-weight: normal;
    padding: 0px 31px;
    font-size: 12px;
    border: 1px solid #dedede;
    line-height: 20px;
    position: absolute;
    right: 15px;
    background: #fff;
}
.resource-token-cut .cut-info-list {
    padding: 7px 20px;
}
.resource-token-cut .cut-info-list p {
    padding: 5px;
    margin: 0;
    overflow: hidden;
}
.resource-token-cut .cut-info-list p span {
    display: block;
    float: left;
}
.resource-token-cut .cut-info-list p span.big-font-size.ng-binding {
    font-size: 16px;
    font-weight: 700;
    color: #fc4f08;
}
.resource-token-cut .cut-info-list p span:nth-child(1){
    color: #848282;
}
.resource-token-cut .cut-info-list p span:nth-child(2) {
    float: right;
    max-width: 70%;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    white-space: nowrap;
}