/*************** 项目建设-技术合作 start ***********/
.form-build-group{
    overflow: hidden;
    margin-bottom: 30px;
}

.form-build-left,.form-build-right{
    height: 34px;
    line-height: 34px;
}
.form-build-left{
    width: 495px;
    float: left;
}
.form-build-right{
    width: 420px;
    float: right;
}
.form-build-group label{
    color: #000;
}
.form-build-group select ,.form-build-group .form-build-txt{
    border: 1px solid #bfbfbf;
    height: 32px;
    line-height: 32px;
}
.form-build-group select{
    width: 420px;
}
.form-build-group .form-build-txt{
    padding: 0 10px;
    width: 322px;
}
.form-build-submit{
    cursor: pointer;
    background: url("../images_flie/sprite.png") -30px -3107px no-repeat;
    color: #fff;
    width:99px;
    height: 32px;
    text-indent: 47px;
    font-size: 14px;
}
.bulid-title{
    background: url("../images_flie/bg_line.png") 92px 10px no-repeat;
    font-size: 18px;
    line-height: 24px;
    color: #0b49b7;
    margin-bottom: 15px;
}
.bulid-title a{
    color: #0b49b7;
}
.bulid-pic-group{
    overflow: hidden;
    margin-bottom: 35px;
}
.bulid-pic-list{
    width: 970px;
    float: left;
}
.bulid-pic-list li{
    float: left;
    width: 230px;
    margin-right: 10px;
}
.bulid-pic-list img{
    border: 3px solid #fff;
    display: block;
    margin-bottom: 5px;
}
.bulid-pic-list span{
    display: block;
    padding: 0 3px;
    color: #434242;
    font-size: 16px;
    line-height: 20px;
}
.bulid-pic-list a:hover{
    text-decoration: none;
}
.bulid-pic-list a:hover img{
    border: 3px solid #0032cc;
}
.bulid-pic-list a:hover span{
    color: #0032cc;
}
.bulid-table-wrap{
    border: 1px solid #4c85bd;
}

.bulid-table{
    border-right: none;
    width: 100%;
}
.bulid-table tr th{
    background: #4c85bd;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.bulid-table tbody{
    display:block;
    width: 100%;
    max-height: 430px;
    overflow-y: auto;
}
.bulid-table tr{
    display:table;
    width:100%;
    table-layout:fixed;
}
.bulid-table tr th:last-child,.bulid-table tr td.last-child{
    border-right: none;
}
.bulid-table tr td,.bulid-table tr th{
    border-right: 1px solid #bbdcfd;
}
.bulid-table tr td{
    _border-bottom: 1px solid #f5faff;
}
.bulid-table tr td:first-child{
    text-align: center;
}
.bulid-table tr:nth-child(2n+1){
    background: #f5faff;
}
.bulid-table th{
    padding:0 5px;
}
.bulid-table tr td{
    color: #000;
    padding:5px;
    font-size: 14px;
    line-height: 18px;
}
