@charset "utf-8";
/*工程建设*/
.main_title{font-size: 20px;color: #333333;line-height: 30px;height: 30px;}
.inmainwrapper{display: block;min-width:1260px;min-height: 760px;height: auto;margin: 20px auto 0;background-color: white;overflow: hidden}

.search_box{display: block;min-width: 1200px;overflow: hidden;}
.search_t{color: #333333;}
.search_input_box{width: 20%;margin-right: 2%;min-width: 300px;margin-bottom: 15px;}
.search_input_box input {height: 35px;border: 1px solid #d8d8d8;text-indent: 10px;border-radius: 5px;min-width: 150px;width: 60%;margin-left: 3%}
.search_submit{width: 10%;height: 35px;line-height: 35px;}
.search_submit a{border: none;font-size: 14px;color: white;text-align: center;background-color: #4598f0;width: 100px;height: 35px;line-height: 35px;border-radius: 5px;display: block;}
.search_submit a:hover {background: #007cff;}


/*蓝底按钮样式*/
.divButton {
    display: inline-block;
    cursor: pointer;
    background: #2684E6;
    padding: 1px 8px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    line-height: 24px;
    height: 24px;
}

.divButton a {
    color: #fff;
}

.divButton a:hover {
    color: #fff;
}

/*蓝底按钮样式*/
