@charset "utf-8";.ibanner {
    width: 100%;
    overflow: hidden;
    position: relative
}

.ibanner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    bottom: 15px;
    z-index: 1
}

.ibanner .hd ul {
    overflow: hidden;
    zoom:1;float: left
}

.ibanner .hd ul li {
    float: left;
    margin-right: 4px;
    width: 12px;
    height: 12px;
    line-height: 14px;
    text-align: center;
    background: #ccc;
    cursor: pointer;
    border-radius: 20px
}

.ibanner .hd ul li.on {
    background: #fff;
    color: #fff
}

.ibanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    width: 100%!important
}

.ibanner .bd li {
    zoom:1;vertical-align: middle;
    position: relative;
    width: 100%!important
}

.ibanner .bd li h1 {
    position: absolute;
    bottom: 40px;
    left: 20%;
    background: url("../images/tt_bg.png");
    font-size: 24px;
    color: #fff;
    padding: 10px 20px
}

.ibanner .bd img {
    width: 100%;
    display: block
}

.ibanner .prev,.ibanner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 45px;
    height: 80px;
    background: url(../images/slider-arrow2.png) -120px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: .5
}

.ibanner .next {
    left: auto;
    right: 3%;
    background-position: -2px 5px;
    width: 45px;
    height: 80px
}

.ibanner .prev:hover,.ibanner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.ibanner .prevStop {
    display: none
}

.ibanner .nextStop {
    display: none
}

@media print {
    .header {
        display: none
    }

    .i-nav {
        display: none
    }

    .list_banner {
        display: none
    }

    .footer {
        display: none
    }

    .icontent {
        width: 1060px!important;
        margin: 0!important;
        padding: 0!important
    }
}

.i_link {
    background: #fff;
    height: 36px;
    margin: 0;
    padding: 12px 0
}

.i_link h2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 53px
}

.i_link select {
    width: 280px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #666;
    text-align: center;
    border-radius: 6px;
    border: 0;
    background: #f1f1f1
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1100px;
    background: #eee;
    font-family: "Microsoft Yahei",宋体,sans-serif
}

ul,li {
    list-style-type: none;
    margin: 0;
    padding: 0
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-weight: normal
}

img {
    border: 0
}

a {
    text-decoration: none;
    color: #666
}

a:hover {
    text-decoration: none;
    color: #c00;
    transition: all .6s
}

.fl {
    float: left!important
}

.fr {
    float: right!important
}

.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0
}

.w1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.relative {
    position: relative
}

.imghover {
    cursor: pointer;
    transition: all .6s
}

.imghover:hover {
    transform: scale(1.2)
}

.top_line {
    background: url("../images/top_line_bg.png") repeat-x;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #c9d5e2
}

.top_line .top_time {
    float: left;
    width: 30%
}

.top_link {
    color: #c9d5e2;
    font-size: 12px;
    line-height: 34px;
    margin: 0;
    width: 70%;
    float: right;
    text-align: right
}

.top_link a {
    color: #fff;
    font-size: 12px;
    line-height: 34px;
    padding: 0 5px
}

.header {
    width: 100%;
    height: 140px;
    position: relative;
    background: url("../images/top_bg.png") bottom center #0872c0;
    overflow: hidden
}

.logo {
    width: 438px;
    text-align: left;
    padding: 12px 0 0 0;
    display: block;
    float: left
}

.top_center {
    width: 300px;
    position: absolute;
    top: 50px;
    left: 600px
}

.top_right {
    width: 340px;
    float: right;
    font-size: 12px;
    color: #0068b7;
    text-align: right
}

.top_right a {
    color: #858585;
    padding: 0 5px;
    font-size: 12px
}

.i-search {
    width: 260px;
    height: 34px;
    overflow: hidden;
    position: relative;
    margin: 36px 0 0 18px;
    background: #fff;
    border-radius: 4px
}

.i-search .search-txt {
    width: 190px;
    padding-left: 10px;
    height: 34px;
    line-height: 34px;
    color: #999;
    border: 0;
    background: 0;
    outline: 0
}

.i-search .search-btn {
    width: 50px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    border: 0;
    background: url("../images/btn_search.png") center no-repeat #343633;
    cursor: pointer
}

.i-search .search-btn:hover {
    background: url("../images/btn_search.png") center no-repeat #074673
}

.i-nav {
    width: 100%;
    height: 50px;
    margin: 0 auto 0 auto;
    background: url("../images/nav_bg.png") repeat-x;
    position: relative
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.nav {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 1200px
}

.nav a {
    color: #fff
}

.nav .nLi {
    float: left;
    position: relative;
    display: inline
}

.nav .nLi h3 {
    float: left
}

.nav .nLi h3 a {
    display: block;
    padding: 0 35.5px;
    font-size: 16px;
    font-weight: normal;
    color: #fff
}

.nav .sub {
    display: none;
    width: 100%;
    left: 0;
    top: 50px;
    position: absolute;
    background: #095d9c;
    line-height: 36px;
    padding: 0;
    opacity: .8
}

.nav .sub li {
    zoom:1;border-bottom: #026ab8 1px solid;
    text-align: center
}

.nav .sub a {
    display: block;
    padding: 0 10px
}

.nav .sub a:hover {
    color: #fff;
    background: #2186c8
}

.nav .on h3 a {
    color: #fff;
    background: url("../images/nav_bghover.png") repeat-x
}

.i_box {
    background: #fff;
    height: auto;
    overflow: hidden;
    margin: 20px auto
}

.i_box2 {
    height: auto;
    overflow: hidden;
    margin: 20px auto 0 auto
}

.p_box_left {
    float: left;
    width: 590px;
    height: auto;
    overflow: hidden;
    background: #fff
}

.p_box_right {
    float: right;
    width: 590px;
    height: 324px;
    overflow: hidden;
    background: #fff
}

.ititle {
    height: 60px;
    margin: 0 auto 5px auto;
    overflow: hidden;
    background: url("../images/boxtitlebg.png") bottom repeat-x
}

.ititle h2 {
    float: left;
    margin: 0 10px;
    padding: 0 10px;
    font-size: 22px;
    color: #363636;
    line-height: 57px;
    height: 57px;
    display: block;
    border-bottom: #0068b7 3px solid
}

.ititle a {
    float: right;
    font-size: 14px;
    color: #ccc;
    padding-right: 15px;
    line-height: 60px;
    margin-top: 0
}

.ititle a:hover {
    color: #0068b7;
    opacity: .8
}

.newbox {
    width: 1170px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 5px 0 15px 0
}

.newbox_left {
    width: 535px;
    height: auto;
    overflow: hidden;
    float: left
}

.newbox_right {
    width: 615px;
    height: auto;
    overflow: hidden;
    float: right
}

.picnews {
    width: 100%;
    height: 380px;
    overflow: hidden;
    position: relative;
    padding: 5px
}

.picnews .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 7px;
    z-index: 1
}

.picnews .hd ul {
    overflow: hidden;
    zoom:1;float: left
}

.picnews .hd ul li {
    float: left;
    margin-right: 4px;
    width: 7px;
    height: 7px;
    line-height: 8px;
    font-size: 0;
    text-align: center;
    background: #ccc;
    cursor: pointer;
    border-radius: 50px
}

.picnews .hd ul li.on {
    background: #c00;
    color: #fff
}

.picnews .bd {
    position: relative;
    height: 100%;
    z-index: 0
}

.picnews .bd li {
    zoom:1;vertical-align: middle
}

.picnews .bd img {
    width: 100%;
    height: 380px;
    display: block
}

.picnews .bd span {
    position: absolute;
    bottom: 0;
    background: url(../images/title_bg.png);
    width: 100%;
    line-height: 36px;
    color: #fff;
    font-weight: bold
}

.picnews .bd h1 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0 10px;
    height: 42px;
    line-height: 42px
}

.headline {
    height: auto;
    overflow: hidden;
    border-bottom: #e5e5e5 1px dashed;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0
}

.headline h2 {
    color: #c00;
    font-size: 23px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    width: 100%;
    text-align: center
}

.headline:hover h2 {
    color: #c30
}

.headline:hover p {
    color: #000
}

.headline p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    padding: 5px;
    text-indent: 2em
}

.newslist {
    height: auto;
    position: relative;
    padding: 0 5px
}

.newslist ul {
    padding-top: 8px
}

.newslist li {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #999;
    line-height: 38px;
    text-align: right
}

.newslist li a {
    background: url("../images/ico_001.png") left center no-repeat;
    padding-left: 10px;
    color: #666;
    font-size: 16px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.newslist li a:hover {
    color: #c00
}

.bq_list {
    width: 590px;
    height: auto;
    overflow: hidden
}

.bq_list .hd {
    height: 58px;
    line-height: 58px;
    margin: 0;
    padding: 0 0 0 10px;
    border-bottom: 1px solid #e4e4e4;
    position: relative
}

.bq_list .hd ul {
    float: left;
    position: absolute;
    height: auto;
    overflow: hidden
}

.bq_list .hd ul li {
    float: left;
    padding: 0 80px;
    cursor: pointer;
    font-size: 22px;
    margin: 0;
    color: #999
}

.bq_list .hd ul li.on {
    height: 57px;
    line-height: 57px;
    border-bottom: 3px solid #0068b7;
    color: #222
}

.bq_list .bd {
    height: 265px
}

.bq_list .bd ul {
    padding: 18px 15px 15px 15px;
    zoom:1;position: relative
}

.list_more {
    float: right;
    font-size: 14px;
    color: #ccc;
    padding-right: 5px;
    line-height: 60px;
    margin-top: 0;
    position: absolute;
    top: -60px;
    right: 10px;
    display: block
}

.list_more a:hover {
    color: #0068b7;
    opacity: .8
}

.i_xsbg_box {
    padding: 0
}

.i_xsbg_box ul {
    margin: 0!important;
    padding: 0!important
}

.i_xsbg_img {
    float: left;
    width: 150px;
    margin: 5px 0 0 0
}

.i_xsbg_img li {
    margin: 0 0 10px 0;
    width: 145px;
    height: 100px;
    overflow: hidden
}

.i_xsbg_img img {
    width: 145px;
    height: 100px
}

.i_xsbg_txx {
    float: right;
    width: 395px
}

.p_box_kstd {
    float: left;
    width: 590px;
    height: auto;
    overflow: hidden
}

.p_box_kstd ul {
    width: 620px
}

.p_box_kstd li {
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    background: #fff;
    margin: 0 22px 22px 0;
    text-align: center;
    position: relative
}

.p_box_kstd li:hover span {
    color: #c00
}

.p_box_kstd li img {
    display: block;
    margin: 20px auto 0 auto;
    ransition: transform .7s ease-out 0s;
    -moz-transition: transform .7s ease-out 0s;
    -webkit-transition: transform .7s ease-out 0s
}

.p_box_kstd li:hover img {
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    ransition: transform .7s ease-out 0s;
    -moz-transition: transform .7s ease-out 0s;
    -webkit-transition: transform .7s ease-out 0s
}

.p_box_kstd li span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333;
    position: absolute;
    bottom: 15px
}

.p_box_ztzl {
    float: right;
    width: 590px;
    height: auto;
    overflow: hidden
}

.p_box_ztzl ul {
    width: 620px
}

.p_box_ztzl li {
    width: 290px;
    height: 100px;
    float: left;
    margin: 0 20px 20px 0;
    overflow: hidden
}

.p_box_ztzl li img {
    width: 290px;
    height: 100px
}

.p_box_ztzl li img:hover {
    opacity: .8
}

.list_banner {
    width: 100%;
    text-align: center
}

.list_banner img {
    width: 100%
}

.this_map {
    background: #e5e5e5;
    height: 48px;
    position: relative;
    width: 100%
}

.this_name {
    float: left;
    width: 220px;
    height: 54px;
    position: absolute;
    top: -45px;
    background: #0068b7;
    padding: 20px 0
}

.this_name h1 {
    font-size: 30px;
    color: #fff;
    display: block;
    margin: 0 auto;
    text-align: center
}

.this_name span {
    font-size: 14px;
    color: #d8dfd8;
    display: block;
    margin: 0 auto;
    text-align: center
}

.this_dqwz {
    float: right;
    width: 940px;
    text-align: right;
    color: #555;
    font-size: 14px;
    line-height: 48px
}

.this_dqwz h2 {
    display: block;
    float: left;
    line-height: 48px;
    font-weight: bold;
    color: #0068b7;
    font-size: 20px
}

.this_dqwz .ico_home {
    margin: 0 5px
}

.list_main {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden
}

.list_main_left {
    width: 220px;
    float: left
}

.list_main_right {
    width: 950px;
    float: right;
    padding: 30px 0 10px 0
}

.list_sub {
    width: 100%;
    min-height: 300px;
    background: url("../images/list_subj.png") bottom right no-repeat #e5e5e5;
    padding: 20px 0;
    overflow: hidden
}

.list_sub li {
    width: 100%;
    padding: 5px 0 5px 20px
}

.list_sub li a {
    display: block;
    height: 44px;
    line-height: 44px;
    width: 100%;
    padding: 0 0 0 15px;
    font-size: 16px
}

.list_sub li a:hover {
    background: #fff;
    border-left: #b7b7b7 2px solid;
    color: #555;
    font-weight: bold
}

.list_sub .on_here {
    background: #fff;
    border-left: #0068b7 2px solid;
    color: #0068b7;
    font-weight: bold
}

.list_box {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0
}

.list_box li {
    line-height: 40px;
    font-size: 14px;
    color: #999;
    text-align: right;
    padding: 0;
    background: url("../images/dxhx.png") bottom repeat-x
}

.list_box li a {
    color: #4a4a4a;
    float: left;
    padding-left: 15px;
    background: url("../images/ico_dd.png") left center no-repeat
}

.list_box li:hover {
    background: #ececec;
    color: #c30
}

.list_box li a:hover {
    background: url("../images/ico_dd.png") left center no-repeat #ececec;
    color: #c30
}

.list-fy {
    text-align: center;
    margin: 0 auto 40px auto;
    min-height: 40px
}

.this-name {
    border-bottom: #e6e6e6 1px solid;
    line-height: 30px;
    height: 30px;
    padding: 10px 20px;
    margin: 20px 20px 0 20px
}

.this-name h1 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 20px;
    border-left: #0068b7 7px solid;
    float: left
}

.this-name span {
    float: right;
    color: #666;
    font-size: 14px
}

.this-name span a {
    color: #666
}

.lm-right {
    width: 970px;
    float: right;
    margin-right: 0;
    border: #eaeaea 1px solid;
    background: #fff
}

.this-name {
    border-bottom: #e6e6e6 1px solid;
    line-height: 30px;
    height: 30px;
    padding: 10px 20px;
    margin: 20px 20px 0 20px
}

.this-name h1 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 20px;
    border-left: #0068b7 7px solid;
    float: left
}

.pic-list {
    width: 960px;
    overflow: hidden;
    height: auto;
    margin: 20px auto
}

.pic-list ul {
    width: 1000px;
    margin: 0 auto;
    padding: 0
}

.pic-list li {
    width: 285px;
    margin-right: 34px;
    float: left;
    margin-bottom: 0
}

.pic-list li img {
    width: 290px;
    height: 190px;
    border: #efefef 1px solid;
    padding: 5px
}

.pic-list li img:hover {
    border: #ccc 1px solid;
    padding: 5px
}

.pic-list li a:hover {
    color: #000
}

.pic-list li span {
    text-align: center;
    width: 100%;
    line-height: 40px;
    color: #666;
    display: block
}

.icontent {
    border: #dbdbdb 1px solid;
    overflow: hidden;
    margin: 20px auto;
    background: #fff;
    width: 1260px;
    padding: 0 0 40px 0
}

.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 0 20px
}

.c-content .c-title {
    padding: 25px 0 0 0;
    font-size: 30px;
    color: #222;
    line-height: 50px;
    text-align: center
}

.c-content .other-s {
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    background: #f5f5f5;
    margin: 15px auto 0 auto;
    position: relative
}

.c-content .other-s .sjfx {
    position: absolute;
    right: 10px;
    top: 10px
}

.c-content .nr-info {
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: left
}

.c-content .nr-info p {
    font-size: 18px!important;
    color: #666;
    line-height: 34px;
    margin: 15px 0;
    text-indent: 2em;
    text-align: left
}

.c-content .nr-info p img {
    max-width: 1200px!important;
    height: auto
}

.wz_fj p {
    line-height: 36px;
    color: #0068b7;
    font-size: 16px;
    background: url("../images/ico_fj2.png") left center no-repeat;
    padding: 0 0 0 20px
}

.wz_fj a {
    line-height: 36px;
    font-size: 16px
}

.wzclose-relative {
    text-align: center;
    margin-top: 30px
}

.wzclose-relative span {
    margin: 0 15px
}

.i-sxt {
    border-top: #d9d9d9 1px solid;
    margin: 20px auto;
    padding: 20px 0
}

.i-sxt p {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}

.i-sxt a {
    color: #555;
    font-size: 14px;
    line-height: 30px
}

.i-sxt a:hover {
    color: #cc0010
}

.cont_yxbm_rigB {
    width: 100%;
    height: auto;
    line-height: 30px;
    font-size: 14px;
    padding: 20px 0;
    overflow: hidden
}

.cont_yxbm_rigB h2 {
    height: 42px;
    line-height: 42px;
    text-indent: 15px;
    border-left: 3px solid #f60;
    background: #f1f1f1;
    margin-bottom: 10px;
    font-size: 18px
}

.cont_yxbm_rigB ul {
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
    width: 110%
}

.cont_yxbm_rigB ul li {
    width: 26.8%;
    height: 46px;
    float: left;
    text-align: left;
    line-height: 46px;
    border: 1px solid #f1f1f1;
    padding: 0 10px;
    margin: 5px 2.1% 5px 0;
    display: inline;
    font-size: 15px
}

.cont_yxbm_rigB ul li.curr {
    background: #c00;
    color: #FFF
}

.cont_yxbm_rigB ul li.curr a {
    color: #FFF
}

.cont_yxbm_rigB ul li:hover {
    background: #0068b7;
    color: #FFF
}

.cont_yxbm_rigB ul li:hover a {
    color: #FFF
}

.hot-new {
    overflow: hidden;
    margin-bottom: 14px;
    border-bottom: 1px solid #dfdfdf
}

.hot-new .pic-box {
    float: left;
    width: 165px;
    position: relative;
    margin-right: 42px
}

.hot-new .pic {
    padding-top: 71%
}

.hot-new .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.hot-new .pic:hover img {
    --webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08)
}

.hot-new .pic-box i {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 43px;
    background: url(../images/q-hot.jpg) no-repeat center center
}

.hot-new .txt {
    padding-bottom: 25px;
    overflow: hidden;
    margin-top: 10px;
    position: relative
}

.hot-new .txt h3 {
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 22px
}

.hot-new .txt h3 a {
    color: #555
}

.hot-new .txt h3 a:hover {
    color: #c00
}

.hot-new .txt p {
    font-size: 14px;
    line-height: 26px;
    color: #555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 78px
}

.hot-new .txt .btn-look {
    display: block;
    margin-top: 35px;
    width: 98px;
    height: 31px;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    color: #06c;
    border: 1px solid #06c;
    background-color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.hot-new .txt .btn-look:hover {
    border: 1px solid #c00;
    color: #c00;
    background-color: #fff
}

.hot-new .txt .time {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 20px;
    font-size: 14px;
    color: #555;
    background: url(../images/time.png) no-repeat left center
}

.ul-news li .inner {
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid #e4e4e4
}

.ul-news li:first-child .inner {
    border-top: 0
}

.ul-news .time {
    float: left;
    width: 75px;
    margin-right: 20px
}

.ul-news .time strong {
    display: block;
    font-size: 30gpx;
    font-family: "Arial";
    color: #fff;
    background-color: #c00;
    height: 45px;
    line-height: 45px;
    text-align: center
}

.ul-news .time span {
    border: 1px solid #c00;
    border-top: 0;
    display: block;
    font-size: 14px;
    color: #8a8a8a;
    height: 29px;
    line-height: 29px;
    text-align: center
}

.ul-news .txt {
    overflow: hidden;
    padding-top: 4px
}

.ul-news .txt h4 {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px
}

.ul-news .txt h4 a {
    color: #555
}

.ul-news .txt p {
    font-size: 14px;
    line-height: 22px;
    color: #585858;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 24px
}

.ul-news li:hover {
    background-color: #f2f2f2
}

.ul-news li:hover .time strong {
    background-color: #c00
}

.ul-news li:hover .time span,.ul-news li:hover .txt h4 a,.ul-news li:hover .txt p {
    color: #c00
}

.ul-news li:first-child .inner {
    border-top: 0
}

.ul-news .time {
    float: left;
    width: 75px;
    margin-right: 20px
}

.ul-news .time strong {
    display: block;
    font-size: 30px;
    font-family: "Arial";
    color: #fff;
    background-color: #bfbfbf;
    height: 45px;
    line-height: 45px;
    text-align: center
}

.ul-news .time span {
    border: 1px solid #bfbfbf;
    border-top: 0;
    display: block;
    font-size: 14px;
    color: #8a8a8a;
    height: 29px;
    line-height: 29px;
    text-align: center
}

.ul-news .txt {
    overflow: hidden;
    padding-top: 4px
}

.ul-news .txt h4 {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px
}

.ul-news .txt h4 a {
    color: #555
}

.ul-news li:hover {
    background-color: #f2f2f2
}

.ul-news li:hover .time strong {
    background-color: #c00
}

.ul-news li:hover .time span,.ul-news li:hover .txt h4 a,.ul-news li:hover .txt p {
    color: #105401
}

.footer {
    background: #0068b7;
    width: 100%;
    height: 130px;
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    border-top: #015b99 4px solid
}

.footer h2 {
    font-size: 24px;
    color: #fff;
    line-height: 50px;
    display: block;
    margin: 0;
    padding: 0
}

.footer p {
    margin: 0;
    padding: 0
}

.footer a {
    color: #fff
}

.f_bk1 {
    float: left;
    width: 700px;
    padding: 0 0 0 120px;
    background: url("../images/end_logo.png") left center no-repeat
}

.f_bk2 {
    float: left;
    width: 280px;
    height: 200px;
    padding: 0 0 0 25px;
    background: url("../images/end_jgx.png") right center no-repeat
}

.f_bk3 {
    float: left;
    width: 200px;
    height: 200px;
    padding: 0 0 0 25px
}

.f_bk3 li {
    display: block;
    float: left;
    width: 50%
}

.f_bk4 {
    float: right;
    width: 370px;
    padding: 0
}

.f_bk4 li {
    float: left;
    width: 110px
}

.f_bk4 span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff
}

.f_bk4 img {
    height: 110px;
    width: 110px
}

.copyright {
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    height: 50px;
    text-align: center;
    background: #005124
}

.copyright p {
    margin: 0;
    padding: 0
}

.wzbsend {
    font-size: 12px;
    width: 100%;
    background: #fff
}

.wzbsend p {
    margin: 0;
    padding: 0
}
