@charset "UTF-8";

/**
 * 下一代智慧招采平台研发项目-绿色建材平台-商城
 * date:2023-10-17
 * author: xhz;
 */
.main {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content {
    width: 1056px;
    border-radius: 10px;
    background: #fff;
    padding: 15px 20px;
}

.content .detail {
    display: block;
}

.content .title {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content .title .txt {
    padding-left: 33px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    line-height: 30px;
}

.content .title .txt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 23px;
    height: 20px;
    background: url(../images/notice/title-icon.png) no-repeat center;
}

.content .search-content {
    width: 232px;
    height: 36px;
    border-radius: 48px;
    background: #F5F5F5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content .search-content input {
    width: 196px;
    height: 100%;
    line-height: 28px;
    padding-left: 16px;
    outline: none;
    border: none;
    background: transparent;
}

.content .search-content span {
    width: 24px;
    height: 100%;
    cursor: pointer;
    background: url(../images/notice/readglass.png) no-repeat center;
}

.left-nav {
    width: 200px;
}

.left-nav li {
    display: block;
    height: 56px;
    line-height: 56px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    font-size: 18px;
    padding-left: 16px;
    position: relative;
    cursor: pointer;
}

.left-nav li:before {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 21px;
    height: 20px;
    background: url(../images/notice/left-nav-btn-arrow.png) no-repeat center;
}

.left-nav li.active {
    color: #fff;
    background: url(../images/notice/left-nav-btn.png) no-repeat center;
}

.left-nav li.active:before {
    background: url(../images/notice/left-nav-btn-arrow-active.png) no-repeat center;
}

.list {
    margin-top: 25px;
    padding: 16px;
    background: #fff;
}

.list li {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}

.list li+li {
    margin-top: 10px;
}

.list li a {
    display: block;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list li .timer {
    color: #999;
}

.list li .txt {
    width: 850px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 31px;
    position: relative;
}

.list li .txt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 21px;
    width: 15px;
    height: 16px;
    background: url(../images/notice/list-dot.png) no-repeat center;
    fill: linear-gradient(180deg, #EDEDED 0%, #A5A5A5 100%);
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
}

.list li:hover a {
    color: #e50012;
}

.list li:hover a .timer {
    color: #e50012;
}

.list li:hover a .txt:before {
    background: url(../images/notice/list-dot-active.png) no-repeat center;
    fill: linear-gradient(180deg, #C7E34C 0%, #028446 100%);
    -webkit-filter: drop-shadow(0px 4px 4px rgba(13, 154, 87, 0.2));
    filter: drop-shadow(0px 4px 4px rgba(13, 154, 87, 0.2));
}

/**

 * é€šç”¨äºŒçº§è¯¦æƒ…

 * date:2023-7-11

 * author: xuhai;

 */
.main {
    padding-bottom: 30px;
}

.public-crumb {
    margin: 6px 0;
}

.article {
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.article-title {
    min-height: 30px;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
    margin-top: -20px;
    margin-bottom: 24px;
}

.article-msg {
    height: 36px;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 36px;
    background-color: #fafafa;
    margin-bottom: 24px;
}

.article-msg span:nth-child(2n+1) {
    margin-left: 29px;
}

.article-msg span:first-child {
    margin-left: 0;
}

.article-con {
    margin: 0 auto;
    width: 958px;
    min-height: 250px;
    font-size: 16px;
    color: #4e5463;
    line-height: 33px;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.article-con p {
    text-indent: 4rem;
    margin-bottom: 24px;
}

.article-con .img {
    text-align: center;
}

.article-fj {
    padding-top: 20px;
    border-top: 1px solid #e7e7e7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.article-fj-title {
    height: 34px;
    font-size: 16px;
    color: #000;
    line-height: 34px;
}

.article-fj-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    min-height: 0;
}

.article-fj-con .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 530px;
    height: 74px;
    -webkit-box-shadow: 0 0 10px 0 rgba(16, 56, 122, 0.1);
    box-shadow: 0 0 10px 0 rgba(16, 56, 122, 0.1);
    margin-top: 10px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.article-fj-con .item-icon {
    display: block;
    width: 36px;
    height: 36px;
    background: no-repeat center;
    background-size: 100% 100%;
    margin-right: 12px;
}

.article-fj-con .item-icon[data-type=pdf] {
    background-image: url("../../images/zjgjzcyhlw/pdf.png");
}

.article-fj-con .item-con {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    font-size: 14px;
}

.article-fj-con .item-con .name {
    height: 20px;
    color: #2f2f2f;
    line-height: 20px;
    margin-bottom: 7px;
}

.article-fj-con .item-con .size {
    height: 16px;
    color: #7f8ba5;
    line-height: 16px;
}

.article-fj-con .item-download {
    display: block;
    width: 13px;
    height: 14px;
    background: url("../../images/zjgjzcyhlw/download.png") no-repeat center;
    background-size: 100% 100%;
    margin-left: 16px;
}