@charset "utf-8";
/*头尾所需统一样式*/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: 0px;
}

li {
    list-style: none;
}

body {
    text-align: left;
    font-family: '微软雅黑';
    color: #333333;
    background: #fff;
}

a, ins {
    text-decoration: none;
}

a {
    color: #333333;
}

a:hover {
    text-decoration: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

a:visited, a:active, a:focus {
    text-decoration: none;
}

.l_float {
    float: left;
}

.r_float {
    float: right;
}

.hidden {
    display: none;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

/*****************************/

/* 通用部分 */

.wrap {
    width: 100%;
    background: #f7f7f7;
}

.content {
    width: 1280px;
    margin: 0 auto;
}

.border {
    border-top: 2px solid #0da4d3;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}

/* 主体部分 */

.wrap_main {
    background: #fff;
    padding: 20px;
}

.main_dqwz {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding-left: 30px;
    background: url(./dqwzBg.png) left center no-repeat;
}

.main_dqwz span {
    font-size: 16px;
    color: #333;
}

.main_dqwz a {
    font-size: 16px;
    color: #333;
}

.main_dqwz a:last-child {
    color: #0fa2d6;
}

.main_list {
    position: relative;
    min-height: 500px;
}

.list_left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f4fbfe;
    width: 250px;
}
.list_left .left_one{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #0fa2d6;
}
.list_left .left_one span{
    background: url(./dqwzBg1.png) 20px center no-repeat;
    padding-left: 45px;
    color: #fff;
    font-size: 18px;
}
.list_left .left_two{
    width: 100%;
}
.list_left .left_two li{
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-top: 1px solid #edf5fa;
}
.list_left .left_two li a{
    padding-left: 45px;
    color: #656d70;
    font-size: 16px;
}
.list_right{
    width: 970px;
    min-height: 500px;
    padding-top:0px;
    padding-bottom: 20px;
}
.list_right .right_one{
    width: 100%;
   height: 24px;
   padding-left: 20px;
   padding-right: 20px;
}
.list_right .right_one div{
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    float: left;
}
.list_right .right_one span{
    display: block;
    width: 60px;
    height: 24px;
    line-height: 24px;
    color: #000;
    float: left;
    text-align: center;
}
.list_right .right_one span.active{
    color: #0fa2d6;
    border: 1px solid #0fa2d6;
}
.list_right .right_two{
    width: 100%;
    height: 76px;
    border-bottom: 1px solid #eaeaea;
    padding: 20px;
}
.list_right .right_three{
    width: 100%;
    padding-top:0px;
    padding-left: 20px;
    padding-right: 20px;
}
.list_right .right_three li {
    width: 100%;
    height: 36px;
    line-height: 36px;
}

.list_right .right_three li a {
    background: url(./procure-liBg1.png) 1px center no-repeat;
    font-size: 14px;
    color: #333;
    padding-left: 15px;
    float: left;
    height: 36px;
    line-height: 36px;
}

.list_right .right_three li .time {
    font-size: 14px;
    color: #666;
    float: right;
    height: 36px;
    line-height: 36px;
}
.list_right .right_three li .adress {
    float: right;
    font-size: 14px;
    color: #666;
    height: 36px;
    line-height: 36px;
    margin-right: 40px;
}
