body {
    background-color: #f5f5f5;
}

/*pcblayout*/
.l-header {
    height: 60px;
    background-color: #373d41;
    width: 100%;
    min-width: 1200px;
}

.l-header:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

.l-header .l-logo {
    background: url("../images/layout/publicsrc_layout.png") no-repeat center;
    width: 139px;
    height: 39px;
    float: left;
    margin-top: 12px;
    text-indent: -99999px;
}

.l-header .l-nav {
    float: left;
    margin-left: 40px;
}

.l-header .l-nav li {
    float: left;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    margin-right: 45px;
}

.l-header .l-nav li:hover a {
    color: #39c19d;
    border-bottom: 3px solid #39c19d;
}

.l-header .l-nav li > a {
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    height: 58px;
    border-bottom: 3px solid transparent;
}

/*active*/
.l-header .l-nav .active > a {
    color: #39c19d;
    border-bottom: 3px solid #39c19d;
}

/*the login*/
.l-header .the-login {
    float: right;
    display: inline-block;
    padding: 0 30px;
    line-height: 60px;
    color: #ffffff;
    font-size: 18px;
    background-color: #39c19d;
}

.l-header .the-login:hover {
    background-color: #31d9ac;
}

/*main-publish*/
.main-publish {
    padding-bottom: 40px;
}

.bread-nav {
    margin-top: 30px;
    color: #999999;
}

.bread-nav a {
    color: #999999;
}

.bread-nav a:hover {
    color: #39c19d;
}

.bread-nav .active {
    color: #39c19d;
}

.main-publish .release-title {
    margin-top: 30px;
    border-left: 3px solid #39c19d;
    padding-left: 12px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.main-publish .release-title span {
    font-size: 22px;
    color: #39c19d;
    vertical-align: middle;
    margin-right: 5px;
}

/*content*/
.section-box {
    width: 1200px;
    margin: 15px auto 0;
}

.section-box:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

.section-box .section-left {
    float: left;
    background-color: #ffffff;
    min-height: 300px;
    padding: 30px 20px;
    width: 850px;
    border: 1px solid #d7d8d9;
}

.section-box .section-left .list:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

.section-box .section-left .list {
    *overflow: auto;
    margin-bottom: 12px;
}

.section-box .section-left .list .list-left {
    float: left;
    width: 155px;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

.section-box .section-left .list .list-left span {
    color: #ff0000;
    vertical-align: middle;
}

.section-box .section-left .list .list-right {
    float: left;
    width: 680px;
}

.section-box .section-left .list .list-right a {
    float: left;
    display: inline-block;
    border: 1px solid #dddddd;
    background-color: #f7f7f7;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    margin: 0 15px 10px 0;
    color: #333333;
}

.section-box .section-left .list .list-right a:hover {
    transition: none;
    border: 1px solid #39c19d;
    background-color: #39c19d;
    color: #ffffff;
}

/*active*/
.section-box .section-left .list .list-right .active {
    transition: none;
    border: 1px solid #39c19d;
    background-color: #39c19d;
    color: #ffffff;
}

.section-box .section-left .list .list-right textarea {
    resize: none;
    height: 40px;
    border: 1px solid #dddddd;
    width: 640px;
    padding: 10px 15px;
    line-height: 22px;
}

.section-box .section-left .list .list-right .project-details {
    height: 160px;
}

.section-box .section-left .list .list-right .tips {
    font-size: 14px;
    color: #888888;
    padding-left: 10px;
    line-height: 30px;
}

.section-box .section-left .list .list-right .up-file {
    height: 32px;
}

.section-box .section-left .list .list-right .up-file .name {
    float: left;
    margin-left: 16px;
    display: block;
    height: 32px;
    line-height: 32px;
}

.section-box .section-left .list .list-right .up-file .file {
    width: 110px;
    height: 32px;
    position: relative;
    display: inline-block;
    float: left;
}

.section-box .section-left .list .list-right .up-file .file input {
    display: inline-block;
    width: 110px;
    height: 32px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    outline: none;
}

.section-box .section-left .list .list-right .up-file .file .add-file {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: inline-block;
    width: 110px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background-color: #f7f7f7;
    border: 1px solid #dddddd;
    cursor: pointer;
}

.section-box .section-left .list .list-right .file-type {
    font-size: 14px;
    color: #888888;
    padding-left: 10px;
    line-height: 36px;
}

/*section-right*/
.section-box .section-right {
    width: 290px;
    background-color: #ffffff;
    border: 1px solid #d7d8d9;
    float: left;
    margin-left: 16px;
    text-align: center;
}

.section-box .section-right .title {
    font-size: 17px;
    color: #333333;
    padding: 16px 0;
    border-bottom: 1px solid #d7d8d9;
}

.section-box .section-right .item-box {
    padding: 0 20px;
}

.section-box .section-right .item {
    padding: 24px 0;
    border-top: 1px solid #d7d8d9;
    *overflow: auto;
}

.section-box .section-right .item:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

.section-box .section-right .item:first-child {
    border-top: none;
}

.section-box .section-right .item .item-img {
    float: left;
    width: 50px;
    height: 50px;
}

.section-box .section-right .item .item-img img {
    width: 100%;
    height: 100%;
}

.section-box .section-right .item .item-text {
    float: left;
    margin-left: 10px;
    text-align: left;
}

.section-box .section-right .item .item-text h4 {
    font-weight: normal;
    font-size: 16px;
}

.section-box .section-right .item .item-text .text {
    margin-top: 10px;
    color: #666666;
    width: 190px;
}

/*budget*/
.budget {
    width: 400px;
    height: 32px;
    border: 1px solid #dddddd;
    position: relative;
    z-index: 10;
}

.budget:before {
    content: "";
    display: block;
    border: 1px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-top: 6px solid #333;
    position: absolute;
    right: 5px;
    top: 12px;
    height: 0;
    width: 0;
}

.budget input {
    height: 26px;
    line-height: 26px;
    outline: none;
    width: 380px;
    border: none !important;
    text-indent: 15px;
    *text-indent: 0;
}

.budget .budget-lists {
    position: absolute;
    top: 28px;
    left: -1px;
    z-index: 10;
    background-color: #ffffff;
    width: 400px;
    border: 1px solid #dddddd;
    display: none;
    cursor: pointer;
}

.budget .budget-lists li {
    height: 26px;
    line-height: 26px;
    text-indent: 15px;
}

.budget .budget-lists li:hover {
    background-color: #dddddd;
}

/*choose country*/
.shipping_country {
    position: relative;
    display: inline-block;
    width: 100%;
}

.shipping_country .link-fake-selector {
    position: relative;
    height: 32px;
    font-family: tahoma;
    font-size: 14px;
    border: 1px solid #dddddd;
    overflow: hidden;
    width: 400px;
}

.shipping_country .link-fake-selector .list-title {
    height: 18px;
    padding: 8px 20px 0 8px;
    font: 11px/17px Tahoma;
    color: #666;
    background: #FFF;
    /*border: solid #DEDEDE;*/
    border-width: 1px 0 0 1px;
    overflow: hidden;
    cursor: default;
}

.text-ellipsis {
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.shipping_country .link-fake-selector .country-text {
    position: relative;
    width: 340px;
    line-height: 15px;
    *line-height: 14px;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    margin-left: 10px;
}

.shipping_country .link-fake-selector .fold:before {
    content: "";
    display: block;
    border: 1px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-top: 6px solid #333;
    position: absolute;
    right: 5px;
    top: 12px;
    height: 0;
    width: 0;
}

.shipping_country .list-container {
    position: absolute;
    left: 0;
    background-color: #FFF;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    height: 150px;
    overflow-y: auto;
    padding: 5px 0;
    width: 400px;
    z-index: 999;
}

.shipping_country .list-container a {
    width: 386px !important;
    display: block !important;
    float: left !important;
    margin: 0 7px !important;
    padding: 2px 2px !important;
    font-size: 12px !important;
    color: #666666 !important;
    text-decoration: none !important;
    background: none !important;
    border: none !important;
}

.shipping_country .list-container a:hover {
    color: #333333 !important;
    background: #f5f5f5 !important;

}

.shipping_country .list-container a span {
    margin-left: 10px;
}

.section-box .section-left .list .list-right input {
    border: 1px solid #dddddd;
    width: 400px;
    height: 32px;
    line-height: 32px;
    text-indent: 15px;
    *text-indent: 0;
    outline: none;
}

.section-box .section-left .publish-tips {
    margin-top: 45px;
    background-color: #f5f5f6;
    padding: 12px 10px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
}

.publish-tips span {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
}

.section-box .section-left .rules-box {
    margin-top: 12px;
    font-size: 13px;
}

.section-box .section-left .rules-box label {
    background: url("../images/layout/rules.png") no-repeat center;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.section-box .section-left .rules-box label input {
    opacity: 0;
    filter: alpha(opacity=0);
    display: inline-block;
    width: 18px;
    height: 18px;
}

.section-box .section-left .rules-box a {
    color: #39c19d;
}

/*active*/
.section-box .section-left .rules-box .active {
    background: url("../images/layout/rulesed.png") no-repeat center;
}

.section-box .section-left .submit-demand {
    margin-top: 30px;
    padding: 0 16px;
    height: 36px;
    background-color: #ebecec;
    color: #999;
    cursor: pointer;
}

.section-box .section-left .active-btn {
    margin-top: 30px;
    padding: 0 16px;
    height: 36px;
    background-color: #39c19d;
    color: #ffffff;
    cursor: pointer;
}

/*table*/
.section-box .section-left table {
    width: 100%;
    word-break: break-all;
}

.section-box .section-left table tr td {
    padding: 16px 20px;
    border-bottom: 1px solid #dddddd;
    line-height: 24px;
}

.section-box .section-left table tr td:first-child {
    border-right: 1px solid #dddddd;
    width: 21%;
    font-weight: 500;
}

/*negotiate*/
.negotiate {
    color: #0096ff;
}

.deal-done {
    color: #ff6600;
}

.quoted {
    color: #39c19d;
}

.view-detail {
    background-color: #39c19d;
    color: #ffffff;
}

.status_date {
    float: right;
    color: #999999;
    font-size: 14px;
}

.section-box .section-left table .even {
    background-color: #ececec;
}

.section-box .section-left table .download-file {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 10px 0 20px;
    background-color: #39c19d;
    color: #ffffff;
}

.section-box .section-left table .download-file:hover {
    background-color: #000000;
    color: #ffffff;
}

.download-file span {
    float: left;
    margin-right: 10px;
}

.download-file img {
    float: right;
}

.section-box .section-left table .country {
    float: left;
    width: 30px;
    height: 26px;
    position: relative;
    margin-top: -3px;
}

.section-box .section-left table .country img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.section-box .section-left table .us-price {
    font-size: 16px;
    color: #ff6600;
    font-weight: 700;
}

.section-box .section-left table .info {
    display: none;
}


.section-box .section-left .btn-group {
    padding: 36px 0;
    background-color: #ffffff;
    text-align: center;
}

.section-box .section-left .btn-group span {
    padding: 10px 20px;
    margin-right: 5px;
    font-weight: 500;
    cursor: pointer;
    font-size: 18px;
    color: #39c19d;
    border: 1px solid #39c19d;
    background: #ffffff;
}

.section-box .section-left .btn-group span:hover {
    transition: none;
    color: #ffffff;
    border: 1px solid #39c19d;
    background: #39c19d;
}

.section-box .section-left .btn-group .upload {
    color: #39c19d;
    border: 1px solid #39c19d;
    background: #ffffff;
    display: none;
}

.section-box .section-left .btn-group .upload:hover {
    transition: none;
    color: #ffffff;
    border: 1px solid #39c19d;
    background: #39c19d;
}

/*upload-mask*/
.upload-mask {
    background-color: #ffffff;
    /*padding: 38px 20px;*/
    display: none;
}

.upload-mask .list {
    *overflow: auto;
    margin-bottom: 20px;
}

.upload-mask .list:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

.upload-mask .list .list-left {
    float: left;
    width: 160px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    word-break: keep-all;
}

.upload-mask .list .list-left span {
    color: #ff0000;
    vertical-align: middle;
}

.upload-mask .list .list-right .up-file {
    height: 33px;
}

.upload-mask .list .list-right .up-file .name {
    float: left;
    margin-left: 10px;
    display: block;
    width: 225px;
    height: 33px;
    line-height: 33px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.upload-mask .list .list-right .up-file .file {
    width: 110px;
    height: 36px;
    position: relative;
    display: inline-block;
    float: left;
}

.upload-mask .list .list-right .up-file .file input {
    display: inline-block;
    width: 110px;
    height: 33px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    outline: none;
}

.upload-mask .list .list-right .up-file .file .add-file {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: inline-block;
    width: 110px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background-color: #f7f7f7;
    border: 1px solid #dddddd;
    cursor: pointer;
}

.upload-mask .list .list-right .file-type {
    margin-top: 10px;
    color: #888888;
}

.upload-mask .list .list-right {
    float: left;
    width: 350px;
}

.upload-mask .list .list-right .offer {
    width: 256px;
    height: 36px;
    border: 1px solid #dddddd;
    outline: none;
    text-indent: 15px;
    margin-right: 10px;
}

.list_note {
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    margin-bottom: 10px;
    word-break: keep-all;
}

.dropdown {
    width: 75px;
    border: 1px solid #dddddd;
    outline: none;
    line-height: 36px;
    height: 36px;
}

/*弹窗显示*/
.layui-layer-content .upload-mask {
    display: block;
}

/*banner*/
.projects-banner {
    width: 100%;
    min-width: 1200px;
    height: 350px;
    color: #ffffff;
}

.listban {
    background: url("../images/layout/banner_list.jpg") no-repeat center;
}

.introban {
    background: url("../images/layout/banner_intro.jpg") no-repeat center;
}

.projects-banner h2 {
    font-weight: normal;
    font-size: 38px;
    margin-top: 90px;
    text-align: center;
}

.projects-banner h5 {
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    margin-top: 14px;
}

.projects-banner .search-box {
    width: 630px;
    height: 40px;
    margin: 40px auto 0;
}

.projects-banner .search-box .search-input {
    width: 427px;
    height: 40px;
    line-height: 40px;
    border: 0;
    outline: none;
    text-indent: 15px;
    float: left;
}

.projects-banner .search-box .free-demand {
    margin: 0px auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 400px;
    color: #ffffff;
    background-color: #39c19d;
    font-size: 20px;
}

.projects-banner .search-box .free-demand:hover {
    background-color: #31d9ac;
}

/*content*/
.main-section {
    min-height: 700px;
    padding: 15px 0 0;
    background-color: #f5f5f5;
}

.section-left .hot-flag .hot-item {
    padding: 24px 30px 0;
    *padding: 24px 30px;
}

.section-left .hot-flag .hot-item:first-child + .hot-item {
    padding-top: 15px;
}

.section-left .hot-flag .hot-item:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

.section-left .hot-flag .hot-item .hot-left {
    float: left;
    font-size: 16px;
    color: #666666;
    width: 135px;
}

.section-left .hot-flag .hot-item .hot-right {
    float: left;
    width: 690px;
    *width: 670px;
}

.section-left .hot-flag .hot-item .hot-right .flag {
    display: block;
    float: left;
    padding: 0 20px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
    font-size: 16px;
    transition: none;
    margin-right: 5px;
}

.section-left .hot-flag .hot-item .hot-right .flag:hover {
    background-color: #39c19d;
    color: #ffffff;
}

/*active*/
.section-left .hot-flag .hot-item .hot-right .active {
    background-color: #39c19d;
    color: #ffffff;
}


/*lists*/
.section-left .lists-box {
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
}

/* data loading*/
.section-left .lists-box .data-loading {
    background: url("../../images/loading.gif") no-repeat center #fff;
    border-top: 1px solid #d7d8d9;
    height: 240px;
    width: 100%;
    position: absolute;
    z-index: 9;
}

.section-left .lists-box .list {
    position: relative;
    padding: 30px;
    border-bottom: 1px solid #d7d8d9;
    *overflow: auto;
}

.section-left .lists-box .list:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}
.section-left .lists-box .list:nth-of-type(3){
    border-top: 1px solid #d7d8d9;
}

.section-left .lists-box .list .dw_unread {
    position: absolute;
    top: 10px;
    left: 32px;
    color: #ff0000;
}

.section-left .lists-box .list .dw_mark {
    position: absolute;
    top: 60px;
    right: 26px;
}

.section-left .lists-box .list .dw_designated {
    position: absolute;
    top: 10px;
    right: 32px;
    color: #ff6600;
    cursor: pointer;
}

.section-left .lists-box .list .list-logo {
    float: left;
    width: 150px;
    height: 90px;
    background-color: #ccc;
}

.section-left .lists-box .list .list-logo img {
    width: 100%;
    height: 100%;
}

.section-left .lists-box .list .list-text {
    float: left;
    margin-left: 15px;
}

.section-left .lists-box .list .list-text p {
    margin-top: 3px;
    color: #666666;
}

.section-left .lists-box .list .list-text p > span {
    color: #333333;
}

.section-left .lists-box .list .list-text h2 {
    font-size: 22px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 32px;
    line-height: 32px;
    font-weight: normal;
    width: 480px;

}

.section-left .lists-box .list .list-btn {
    float: right;
}

.section-left .lists-box .list .list-btn a {
    display: block;
    width: 140px;
    text-align: center;
    line-height: 24px;
    height: 24px;
    margin-bottom: 10px;
}

.section-left .lists-box .list .list-btn .negotiate {
    color: #0096ff;
    border: 1px solid #0096ff;
    cursor: default;
}

.section-left .lists-box .list .list-btn .view-detail {
    background-color: #39c19d;
    border: 1px solid #39c19d;
    color: #ffffff;
}

.section-left .lists-box .list .list-btn .liupload {
    background-color: #0096ff;
    border: 1px solid #0096ff;
    color: #ffffff;
}

.section-left .lists-box .list .list-btn .liquoted {
    background-color: #ffcc00;
    border: 1px solid #ffcc00;
    color: #ffffff;
}

.section-left .lists-box .list .list-btn .view-detail:hover {
    transition: none;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}

.section-left .lists-box .list .list-btn .quoted {
    border: 1px solid #39c19d;
    color: #39c19d;
    cursor: default;
}

.section-left .lists-box .list .list-btn .deal-done {
    border: 1px solid #ff6600;
    color: #ff6600;
    cursor: default;
}

.section-left .paging-box {
    width: 96%;
    margin: 0px auto;
}


/* publishing box*/
.publishing-box {
    background: url("../images/layout/publishing-bg.png") no-repeat center;
    width: 100%;
    min-width: 1280px;
    height: 200px;
    text-align: center;
    margin-top: 50px;
}

.publishing-box h3 {
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
    margin-top: 60px;
}

.publishing-box .release {
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    margin-top: 20px;
    font-size: 20px;
}

.publishing-box .release:hover {
    color: #ffffff;
    background-color: #000000;
}

.main-section .section-box .section-left {
    float: left;
    padding: 0px;
    background-color: #ffffff;
    width: 890px;
    min-height: 300px;
    border: 1px solid #d7d8d9;
}

/*vip service*/
.vip-box {
    height: 115px;
    background-color: #f0f0f0;
    color: #555555;
    border-bottom: 1px solid #dddddd;
    width: 100%;
}

/*fly*/
.fly {
    position: fixed;
    top: 0;
    z-index: 99;
}

.vip-service:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

.vip-service {
    width: 1200px;
    margin: 0 auto;
}

.vip-service li {
    width: 278px;
    height: 85px;
    background-color: #f0f0f0;
    padding: 20px 0 10px 20px;
    float: left;
    border-right: 1px solid #dddddd;
    cursor: pointer;
}

.vip-service li:first-child {
    border-left: 1px solid #dddddd;
}

.vip-service li .img {
    float: left;
    width: 20%;
    max-width: 50px;
    height: 50px;
}

.vip-service li .text {
    float: left;
    width: 70%;
    margin-left: 7%;
    color: #39c19d;
}

.vip-service li .text p {
    margin-top: 10px;
    line-height: 18px;
}

.vip-service .active {
    background-color: #ffffff;
}

/*partners-box*/
.partners-box {
    background: #ffffff;
}

.partners-box .item {
    padding: 80px 10px;
    *overflow: hidden;
    border-top: 1px solid #dddddd;
}

.partners-box .item:first-child {
    border-top: 0;
}

.partners-box .item:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

.partners-box .item .item-left {
    float: left;
    width: 800px;
}

.partners-box .item .item-left .title {
    font-size: 28px;
}

.partners-box .item .item-left .title-text {
    font-size: 16px;
    margin-top: 40px;
    line-height: 28px;
}

.partners-box .item .item-left h5 {
    font-size: 18px;
    margin-top: 35px;
}

.partners-box .item .item-left .change-text {
    margin-top: 6px;
    line-height: 28px;
    font-size: 16px;
}

.partners-box .item .item-right {
    float: left;
    margin-left: 60px;
    width: 310px;
    height: 230px;
    position: relative;
}

.partners-box .item .item-right > img {
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.no-permission {
	color: #999999;
	font-size: 16px;
	line-height: 300px;
	text-align: center;
}

.no-design {
	color: #999999;
	font-size: 16px;
	line-height: 240px;
	text-align: center;
	border-top: 1px solid #d7d8d9;
}
