/*css reset*/

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

#_pageContent {
    overflow: hidden;
    padding-bottom: 30px;
}

.title_list {
    width: 1170px;
    height: 40px;
    background-color: #293038;
    padding-left: 230px;
}

.title_list>li {
    height: 40px;
    display: block;
    float: left;
    overflow: hidden;
}

.title_list>li>a {
    height: 40px;
    padding: 0 14px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
}

.title_list>li>a:hover,
.title_list>li>a.act {
    color: #00b8ee;
}

#select_box {
    width: 1170px;
    padding: 0 36px;
    margin-top: 20px;
    border: 1px solid #ccc;
    overflow: hidden;
}

#select_box .select_box {
    width: 1096px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}

#select_box .select_box strong {
    width: 56px;
    height: 70px;
    display: block;
    float: left;
    color: #999;
    font-size: 14px;
    text-align: left;
    line-height: 70px;
    font-weight: normal;
}

#select_box .select_box span {
    width: 60px;
    height: 28px;
    display: block;
    float: left;
    margin: 21px 30px 0 30px;
    border-radius: 4px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #545454;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
}

#select_box .select_box span.act {
    color: #fff;
    background-color: #00b8ee;
    border: 1px solid #00b8ee;
}

#select_box .select_box ul {
    width: 920px;
    display: block;
    margin: 17px 0;
    float: left;
    overflow: hidden;
}

#select_box .select_box li {
    height: 28px;
    padding: 0 6px;
    display: block;
    margin: 4px 6px;
    float: left;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 26px;
    color: #545454;
    text-align: center;
    cursor: pointer;
}

#select_box .select_box li:hover {
    border: 1px solid #00b8ee;
}

#select_box .select_box li.act {
    color: #fff;
    background-color: #00b8ee;
    border: 1px solid #00b8ee;
}

#select_all {
    width: 1170px;
    height: 52px;
    border: 1px solid #ccc;
    margin-top: 15px;
}

#select_all .money {
    width: 122px;
    height: 50px;
    display: block;
    float: left;
    font-size: 14px;
    color: #999;
    line-height: 50px;
    text-indent: 36px;
}

#select_all .input_box {
    width: 200px;
    height: 50px;
}

#select_all .input_box input {
    width: 80px;
    height: 28px;
    display: block;
    float: left;
    margin-top: 11px;
    line-height: 28px;
    border: 1px solid #ccc;
    padding: 0 10px;
}

#select_all .input_box span {
    height: 50px;
    display: block;
    float: left;
    margin: 0 5px;
    font-size: 14px;
    color: #999;
    line-height: 50px;
}

#select_all>.btn_group {
    height: 50px;
    overflow: hidden;
    display: block;
    float: right;
}

#select_all>.btn_group>a {
    width: 100px;
    height: 30px;
    display: block;
    float: left;
    border: 1px solid #c8c8c8;
    background-color: #eee;
    background-image: url(../images/btn-bg.png);
    background-repeat: repeat-x;
    margin-right: 15px;
    margin-top: 10px;
    border-radius: 3px;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 28px;
}

#select_all>.btn_group>a:hover,
#select_all>.btn_group>a.act {
    border: 1px solid #00b8ee;
    background: #fff !important;
    color: #00b8ee;
}

#select_all>.btn_group>a>i {
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 28px;
    margin-right: 5px;
}

#select_all>.btn_group>a>i.act {
    color: #00b8ee;
}

#content {
    width: 1170px;
    margin-top: 20px;
}

#content>p {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}

#content>.err_info {
    width: 1170px;
    margin-top: 100px;
    font-size: 14px;
    text-align: center;
    color: #ff0000;
    display: none;
}

#content>.list_box {
    widows: 1170px;
    min-height: 400px;
    padding: 3px;
    overflow: hidden;
}

.project_item {
    width: 377px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 16px;
    margin-bottom: 20px;
    margin-top: 2px;
}

.project_item:hover {
    -webkit-box-shadow: 0 2px 10px rgba(138, 225, 251, 0.7);
    -moz-box-shadow: 0 2px 10px rgba(138, 225, 251, 0.7);
    box-shadow: 0 2px 10px rgba(138, 225, 251, 0.7);
    margin-top: 0;
}

.project_img {
    width: 375px;
    height: 237px;
}

.project_img img {
    width: 375px;
    height: 237px;
}

.project_info {
    width: 375px;
    padding: 10px;
    overflow: hidden;
}

.project_info>.title {
    width: 100%;
    height: 28px;
}

.project_info>.title>a {
    height: 28px;
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    font-size: 16px;
    color: #333;
    text-align: left;
    line-height: 28px;
}
.project_info>.title>a>b {
    width: 195px;
    height: 28px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    text-align: left;
    line-height: 28px;
}

.project_info>.title>span {
    height: 24px;
    padding: 0 7px;
    background-color: #e4e2e0;
    border-radius: 3px;
    display: block;
    float: left;
    margin-left: 10px;
    font-size: 14px;
    color: 999;
    line-height: 24px;
}

.project_kind {
    background-color: #00b8ee!important;
    color: #fff;
}

.project_city {
    background-color: #ff8a0e!important;
    color: #fff;
}

.project_decoration {
    width: 355px;
    height: 42px;
    word-wrap:break-word;
    line-height: 19px;
    font-size: 12px;
    color: #686868;
    padding: 2px 0;
    overflow: hidden;
}

.project_detail {
    width: 100%;
    overflow: hidden;
}

.project_detail .project_finish {
    width: 100%;
    height: 16px;
    display: block;
}

.project_detail .project_finish span {
    font-size: 12px;
    line-height: 16px;
    color: #2a2a2a;
}

.project_detail .project_finish span i {
    font-size: 12px;
    color: #2a2a2a;
    margin-right: 5px;
}

.project_detail .project_process {
    width: 100%;
    /*height: 16px;*/
    line-height: 9px;
    margin-top: 5px;
}

.project_detail .project_process>.text {
    /*height: 16px;
    display: block;
    float: right;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #ff0000;*/
    float: right;
    font-size: 12px;
    text-align: right;
    color: #ff0000;
    margin-left: 5px;
}

#progress_bar {
    /*width: 100%;
    margin-top: 6px;
    display: block;
    float: left;*/
    padding-top: 2px;
}

#page {
    overflow: hidden;
}

.number {
    font-size: 14px!important;
    color: #5e5e5e!important;
    font-family: "GothamRnd"!important;
    font-weight: 600;
    letter-spacing: 1px;
}
