/******************tree**************************/

.wei_pre,
.wei_next,
.we_close {
    background: url(we_icon.png) no-repeat;
}

.we_mask {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(we_mask.png) repeat;
    z-index: 11;
    display: none;
}

.we_history {
    width: 1000px;
    height: 460px;
    background: #fff;
    margin: 120px auto;
    position: relative;
}

.we_his_inner {
    padding: 25px 20px;
    position: relative;
}

.we_close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    background-position: -400px -200px;
}

.we_close:hover {
    background-position: -400px -260px;
}

.we_his_inner h2 {
    height: 80px;
    border-bottom: 1px solid #acacac;
    font-size: 36px;
    line-height: 50px;
    font-weight: normal;
}

.we_year {
    float: right;
    margin-top: 20px;
}

.we_year_a {
    font-size: 18px;
    padding: 0px 0px 0px 30px;
}

.year_sel {
    color: #f7941c;
    text-decoration: underline;
}

.we_his_con {
    position: relative;
    height: 320px;
    overflow: hidden;
    width: 860px;
    margin: 0px auto 0px;
    display: none;
    top: 30px;
}

.his_con_wrap {
    width: 860px;
    margin: 0 auto;
}

.con_show {
    display: block;
}

.his_con_dl {
    width: 215px;
    height: 320px;
    float: left;
}

.his_con_dl dt,
.his_con_dl dd {
    text-align: center;
}

.dl_name {
    font-size: 18px;
    color: #252525;
}

.dl_time {
    font-size: 14px;
    color: #898989;
}

.wei_pre,
.wei_next {
    position: absolute;
    width: 22px;
    height: 34px;
    top: 220px;
    cursor: pointer;
    z-index: 10;
}

.wei_pre {
    left: 20px;
    background-position: -300px -600px;
}

.wei_pre:hover {
    background-position: -300px -634px;
}

.wei_next {
    right: 20px;
    background-position: -322px -600px;
}

.wei_next:hover {
    background-position: -322px -634px;
}


/******************list**********************/

.list_body {
    background: #F7F5F4;
}

.list_main {
    width: 1000px;
    /* min-height: 600px; */
    background: #fff;
    margin: 0 auto;
}

.list_inner {
    padding: 30px 55px;
}

.list_inner .we_list_c {
    color: #464646;
    font-size: 15px;
    line-height: 2em;
}

.list_logo {
    height: 86px;
    border-bottom: 1px solid #dbd4cd;
}

.list_h2 {
    color: #6c5a54;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    padding: 10px 0;
    /* line-height: 80px;
    height: 80px; */
}

.list_news_info {
    border-bottom: 1px dashed #dbd4cd;
    border-top: 1px dashed #dbd4cd;
    line-height: 35px;
    margin-bottom: 35px;
    text-align: center;
}

.list_news_info span {
    margin: 0 15px;
    font-size: 14px;
}

.cont_a {
    text-align: center;
}

.cont_wrap p {
    line-height: 200%;
    margin-bottom: 20px;
}

.cont_a img {
    width: 140px;
    height: 100px;
}

.list_relate dt {
    padding-top: 40px;
    font-size: 15px;
    color: #ff9900;
    font-weight: bold;
}

.list_relate dd {
    line-height: 220%;
}

.list_relate dd a {
    font-size: 14px;
}

.list_borderline {
    border-bottom: 1px dashed #dbd4cd;
    margin-top: 70px;
    padding-top: 10px;
}

.print_share {
    margin-top: 10px;
}

.list_print {
    background: url(../image/print.gif) center center no-repeat #e5e0db;
    display: block;
    float: left;
    height: 20px;
    margin-right: 8px;
    overflow: hidden;
    padding-top: 5px;
    text-align: center;
    width: 25px;
}

.list_print:hover {
    background: url(../image/print2.gif) center center no-repeat #f99d32;
}

.we_g_footer {
    height: 108px;
    background: #fff;
}

.we_footer_inner {
    width: 600px;
    margin: 0 auto;
    height: 78px;
    padding-top: 30px;
}

.we_footer_inner li {
    float: left;
    padding: 0px 6px 10px 6px;
    color: #999;
}

.we_footer_inner li a {
    font-size: 14px;
    color: #999;
}

.rss_img {
    margin-right: 5px;
}

.we_cpright {
    padding-top: 10px;
}

.we_cpright span {
    font-size: 14px;
    color: #999;
    margin-right: 10px;
}

.we_g_cont {
    text-align: center;
}

@media screen and (max-device-width: 480px) {
    /*当屏幕尺寸小于1000px时，应用下面的CSS样式*/
    .list_main {
        width: 100%;
    }
    .list_inner {
        /* padding: 10px 25px; */
    }
    .list_news_info {
        float: left;
        width: 100%;
    }
    .list_news_info span {
        font-size: 14px;
        margin: 0 7px;
    }
    .we_footer_inner {
        width: 100%;
    }
    .list_news_info a {
        margin: 0px 5px;
        font-size: 14px;
    }
    .list_h2 {
        font-size: 24px;
        line-height: 1.2;
        height: auto;
        padding: 15px 0;
    }
}

@media screen and (max-width: 480px) {
    /*当屏幕尺寸小于1000px时，应用下面的CSS样式*/
    .list_main {
        width: 100%;
    }
    .list_inner {
        padding: 10px;
    }
    .list_news_info {
        float: left;
        width: 100%;
    }
    .list_news_info span {
        float: left;
        margin: 5px 0px;
        font-size: 14px;
        display: block;
        width: 100%;
    }
    .we_footer_inner {
        width: 100%;
    }
    .list_news_info a {
        margin: 0px 10px;
        font-size: 15px;
    }
    .list_h2 {
        font-size: 20px;
    }
}


/***********************响应式布局************************************/

@media screen and (max-width: 1200px) {
    /*当屏幕尺寸小于1200px时，应用下面的CSS样式*/
    .we_side {
        display: none;
    }
}

@media screen and (max-width: 1160px) {
    /*当屏幕尺寸小于1000px时，应用下面的CSS样式*/
    .we_cont_l {
        display: none;
    }
    .we_cont_r {
        clear: both;
        margin: 0 auto;
        float: none;
    }
    .we_side {
        display: block;
    }
    .we_h_inner {
        width: 640px;
    }
}

@media screen and (max-width: 1020px) {
    /*当屏幕尺寸小于1000px时，应用下面的CSS样式*/
    .we_side {
        display: none;
    }
    .we_cont {
        width: auto;
    }
}