@charset "utf-8"; /* CSS Document*/
.body_box{background: #ffffff;width:1300px;padding:0 10px;margin: 0 auto;height: auto;
    overflow: hidden;}
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1300px;
    background: #e5f4fa;
    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;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: none;
    color: #cc0000;
    transition: all 0.4s;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
}

.w1300 {
    width: 1300px;
    height: auto;
    margin: 0 auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.relative {
    position: relative;
}

.abs {
    position: absolute;
}

.imghover {
    cursor: pointer;
    transition: all 0.6s;
}

.imghover:hover {
    transform: scale(1.2);
}

/**/
.i-search {
    width: 220px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    position: relative;
    float: right;
    margin-top: 10px;margin-right: 30px;
    border-radius: 20px;
    background: #c5e2f2;
}

.i-search .search-txt {
    width: 170px;
    padding: 0 0 0 10px;
    height: 34px;
    line-height: 34px;
    background: #c5e2f2;
    outline: none;
    color: #999999;
    border: none;
}

.i-search .search-btn {
    width: 50px;
    height: 34px;
    position: absolute;
    right: 0;
    background: url("../images/ico_search.png") center no-repeat #c5e2f2;
    border: 0;
    cursor: pointer
}

.i-search .search-btn:hover {
    background: url("../images/ico_search.png") center no-repeat #c5e2f2;
    border: 0;
    cursor: pointer
}

.fl, .left, .cent {
    float: left;
}

.fr, .right {
    float: right;
}

/*header*/
.header {
    width: 100%;
    height: 165px;
}

.top_box {
    height: 80px;
    padding: 15px 0;
    background: #03A9F4;

}

.top_box .logo {
    float: left;
    padding: 10px 0 0 0;
    text-align: center;
    width: 100%;
}

.top_box .header_right {
    float: right;
    width: 290px;
}

/*i_menu*/
.imenu_box {
    width: 1300px;
    margin:0 auto;
    height: 55px;
    line-height: 55px;
    color: #ffffff;
    background: #03A9F4;
    background-size: auto 100%
}

.i_menu {
    padding: 0 0;
    height: 55px;
    line-height: 55px;
    position: relative;
    z-index: 1;
    width: 1020PX;
    float: left;
}

.i_menu a {
    color: #fff;
}

.i_menu .nLi {
    float: left;
    position: relative;
    display: inline;
}

.i_menu .nLi h3 {
    float: left;
}

.i_menu .nLi h3 a {
    display: block;
    padding: 0 30px;
    font-size: 16px;
    font-weight: bold;
}

.i_menu .sub {
    display: none;
    width: 100%;
    left: 0;
    top: 55px;
    position: absolute;
    background: #3a94dc;
    line-height: 32px;
    padding: 5px 0;
}

.i_menu .sub li {
    zoom: 1;
}

.i_menu .sub a {
    display: block;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
}

.i_menu .sub a:hover {
    background: #03A9F4;
    color: #fff;
}

.i_menu .on h3 a {
    background: #3a94dc;
    color: #fff;
}

/*i-banner*/
/*banner*/
.ibanner {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.ibanner .hd {
    height: 18px;
    overflow: hidden;
    position: absolute;
    right: 47%;
    bottom: 35px;
    z-index: 99;
}

.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.ibanner .hd ul li {
    float: left;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    border-radius: 50px;
    background: #ffffff;
    cursor: pointer;
    opacity: 0.8;
    margin: 3px 6px 0 0;
}

.ibanner .hd ul li.on {
    background: none;
    opacity: 0.8;
    color: #fff;
    width: 50px;
    height: 12px;
    background: #ffffff;
}

.ibanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.ibanner .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative
}

.ibanner .bd li h1 {
    position: absolute;
    bottom: 40px;
    left: 20%;
    background: url("../images/tt_bg.png");
    font-size: 24px;
    color: #ffffff;
    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: 75px;
    height: 75px;
    background: url(../images/slider-arrow.png) 0 0 no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    border-radius: 50px;
}

.ibanner .next {
    left: auto;
    right: 3%;
    background-position: -75px 0;
    width: 75px;
    height: 75px;
}

.ibanner .prev:hover,
.ibanner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.ibanner .prevStop {
    display: none;
}

.ibanner .nextStop {
    display: none;
}

/*i_main*/
.i_main{width: 1300px; margin: 30px auto; height: auto; overflow: hidden; position: relative}

.i_news{width: 305px;}
.ititle {
    height: 46px;
    margin: 0 auto 15px auto;
    border-bottom: #03A9F4 2px solid;
}

.ititle h2 {
    width: auto;
    line-height: 46px;
    height: 46px;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #03A9F4;
    display: block;
    /*border-bottom: #7d562d 1px solid;*/
}

.ititle h2 span {
    color: #ff6600
}


.ititle a {
    float: right;
    font-size: 14px;
    color: #666666;
    padding-right: 0;
    line-height: 46px;
    height: 46px;
    margin-top: 0;
    display: block;
    width: 50px;
    opacity: 0.8;
    text-align: right;
}

.ititle a:hover {
    color: #03A9F4;
    opacity: 1;
}
.iico_01{display: block; width:34px; height: 46px; float: left; background: url("../images/i_ico_001.png") left center  no-repeat}
.iico_02{display: block; width:34px; height: 46px; float: left; background: url("../images/i_ico_002.png") left center  no-repeat}
.iico_03{display: block; width:36px; height: 46px; float: left; background: url("../images/i_ico_003.png") left center  no-repeat}
.iico_04{display: block; width:34px; height: 46px; float: left; background: url("../images/i_ico_004.png") left center  no-repeat}


/*pclist*/
.pclist {
    float: right;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    position: relative
}

.pclist li {
    width: 100%;
    margin: 0 auto;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    display: block;
    color: #565555;
    font-size: 14px;
    border-bottom: #e2e2e2 1px dashed
}
.pclist li:last-child{border-bottom: #e2e2e2 0 dashed}

.pclist li a {
    font-size: 14px;
    color: #565555;
    float: left;
    background: url(../images/ico_001.png) left center no-repeat;
    padding-left:9px; width: 80%;    height: 42px;    line-height: 42px;
}
.mar25{margin: 0 25px 0 0}
.pclist li a:hover {
    color: #cc0000;
}

.pclist li .date {
    float: right;
    color: #999999
}

.pclist li i {
    font-style: normal;
    color: #ff9900;
    margin-right: 3px;
}

.fasttd{width: 310px; float: right; height: auto; overflow: hidden; }
.fasttd ul{ padding: 10px 0 0 0}
.fasttd li{width: 33.333%; float: left;}
.fasttd img{display: block; width: 60px; height: 60px; margin: 0 auto; text-align:center; border-radius: 50%; overflow: hidden}
.fasttd li span{display: block; width: 100%; text-align: center; height: 36px; line-height:36px;color: #333333}
/*color_01*/
.color_01{ background:#ff6666}
.color_02{ background:#87cfed}
.color_03{ background:#66cc99}
.color_04{ background:#ff99ff}
.color_05{ background:#ff9966}
.color_06{ background:#33cccc}
.color_07{ background:#66cc99}
.color_08{ background:#33cccc}
.color_09{ background:#33cccc}
.color_010{ background:#ff6666}
/**/
.i_news_box {
    height: auto;
    padding: 0 0 20px 0
}

.xsdt_nr {
    width: 1300px;
    position: relative;
    margin: 30px auto 20px auto;
}

.xsdt_nr .hd {
    height: 0;
    position: relative;
}

.xsdt_nr .hd .prev {
    display: block;
    width: 30px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/right_jt.png") no-repeat;
    position: absolute;
    right: -40px;
    top: 115px;
    opacity: 1
}

.xsdt_nr .hd .prev:hover {
    opacity: 1
}

.xsdt_nr .hd .next:hover {
    opacity: 1
}

.xsdt_nr .hd .next {
    display: block;
    width: 30px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/left_jt.png") no-repeat;
    position: absolute;
    left: -60px;
    top: 115px;
    opacity: 1
}

.xsdt_nr .hd .prevStop {
    background-position: -60px 0;
}

.xsdt_nr .hd .nextStop {
    background-position: -60px -50px;
}

.xsdt_nr .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.xsdt_nr .hd ul li.on {
    background-position: 0 0;
}

.xsdt_nr .bd {
    padding: 0 0 0 0;
    width: 1300px;
    overflow: hidden;
}

.xsdt_nr .bd ul {
    overflow: hidden;
    zoom: 1;
}

.xsdt_nr .bd ul li {
    margin: 0 30px 0 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
    background: #f0f0f0
}

.xsdt_nr .bd ul li .pic {
    text-align: center;
    width: 407px;
    height: 460px;
    overflow: hidden;
    position: relative;
}

.xsdt_nr .bd ul li .pic .baq {
    width: 407px;
    height: 270px;
    display: block;
    overflow: hidden;
}

.xsdt_nr .bd ul li .pic img {
    width: 407px;
    height: 270px;
    display: block;
}

.xsdt_nr .bd ul li:hover {
    background: #f0f0f0
}

.xsdt_nr .bd ul li span {
    display: block;
    color: #333333;
    width: 100%;
    line-height: 30px;
    font-weight: bold;
    font-size: 18px;
    z-index: 99;
    margin: 15px auto 10px auto
}

.xsdt_nr .bd ul li p {
    display: block;
    text-align: justify;
    padding: 0 5%;
    color: #878787;
    width: 90%;
    line-height: 27px;
    font-size: 14px;
    z-index: 99;
    margin: 0 auto
}

.xsdt_nr .bd ul li:hover span {
    color: #cc0000;
    animation: anis 10s linear infinite;
}

.picdate {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url("../images/i_tmbg.png");
    z-index: 9;
    color: #ffffff;
    opacity: 0.9;
    font-size: 12px;
}

.picdate i {
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 27px;
    line-height: 30px;
    font-weight: bold;
}

.en_footer {
     width: 1300px;margin:0 auto;
    height: 80px;
    border-top: #03A9F4 5px solid;
    background: #effaff;
    color: #ffffff;
    text-align: center;
    padding: 30px 0 0 0;
}

.en_footer a {
    color: #0d0d0d;
}

.en_footer p {
    color: #0d0d0d;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    padding: 0
}


.lm_main {
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 15px auto
}

.lm_mainleft {
    width: 320px;
    height: auto;
    overflow: hidden;
    float: left
}

.lm_mainleft h1 {
    width: 320px;
    line-height: 70px;
    background: #38afc0;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.lm_mainleft ul {
}

.lm_mainleft li {
    width: 316px;
    line-height: 58px;
    background: url("../images/sub_bgico2.png") 280px center no-repeat #eaeaea;
    color: #333333;
    font-size: 20px;
    text-align: left;
    margin-top: 1px;
    border-left: #b6b6b6 4px solid;
    overflow: hidden;
}

.lm_mainleft li:hover {
    width: 316px;
    line-height: 58px;
    background: url("../images/sub_bgico.png") 280px center no-repeat #eaeaea;
    color: #333333;
    font-size: 20px;
    text-align: left;
    margin-top: 1px;
    border-left: #38afc0 4px solid;
    overflow: hidden;
}

.lm_mainleft .on {
    background: url("../images/sub_bgico.png") 280px center no-repeat #eaeaea;
    color: #38afc0;
    border-left: #38afc0 4px solid;
}

.lm_mainleft .on a {
    color: #38afc0
}

.lm_mainleft li a {
    margin: 0 0 0 50px;
    display: block;
    width: 100%;
    line-height: 58px;
}

.lm_mainright {
    width: 930px;
    height: auto;
    overflow: hidden;
    float: right;
}

.lm_wz {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: #e9e9e9 1px solid;
}

.lm_wz h2 {
    font-weight: bold;
    color: #cc0000;
    font-size: 24px;
    height: 49px;
    line-height: 49px;
    float: left;
    padding: 0 10px 0 5px;
    border-bottom: #38afc0 3px solid;
}

.lm_wz span {
    display: block;
    float: right;
    width: 60%;
    text-align: right
}

.lm_wz span a {
    font-size: 14px;
    color: #a6a6a6
}

.News_Events {
    width: 1300px;
}

.News_Events li {
    width: 100%;
    height: 200px;
    border-bottom: solid 1px #e4e4e4;
    margin-top: 32px;
}

.News_Events li:last-of-type {
    border: none;
}

.News_Events li div.left {
    width: 222px;
    height: 166px;
    position: relative;
    overflow: hidden;
    float: left;
}

.News_Events li div img {
    width: 222px;
    height: 166px;

}

.News_Events li div.right {
    width: 1040px;
    height: 200px;
    float: left;
    margin-left: 36px;
}

.News_Events li div.right h1 {
    font-size: 18px;
    color: #333;

    margin-bottom: 15px;
}

.News_Events li div.right h1 a {
    color: #333
}

.News_Events li div.right p {
    font-size: 14px;
    color: #888;

    line-height: 26px;
}

.News_Events li div.right h6 {
    background: url(../images/p_06.jpg) no-repeat left center;
    padding-left: 15px;
    font-size: 12px;
    color: #999;
    margin-top: 25px;
}

.content_head {
    font-size: 30px !important;
    color: #333333;
    text-align: left;
    font-family: "Times New Roman" !important;
    background: url("../images/cont01.png") no-repeat left bottom;
    padding-bottom: 30px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.content_head p, .content_head span {
    font-size: 30px !important;
}

.conten_headinfo {
    text-align: left;
    color: #999;
    padding-bottom: 40px
}

.conten_headinfo b {
    font-size: 14px;

}

.main_conent {
    padding: 40px 0 90px 0;
    color: #444;
}

.main_conent .zhengwen p {
    font-size: 16px !important;
    line-height: 35px !important;
    padding-bottom: 20px !important;
}

.TD_code {
    position: relative;
}

.TD_code span {
    position: absolute;
    left: -80px;
    top: -200px;
    display: block;
    width: 192px;
    height: 192px;
    border: solid 1px #0076cc;
    padding: 5px;
    background: #0068B7;
}

/**/
/*content*/
.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 30px auto 40px auto;
    padding: 0 20px;
}

.c-content .c-title {
    font-size: 28px;
    color: #000000;
    line-height: 50px;
    text-align: center
}

.c-content .other-s {
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #222222;
    background: #f7f7f7;
    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 {
    line-height: 40px;
    margin: 15px 0;
    text-indent: 2em;
    text-align: left;
    color: #000000;
    font-size: 14pt;
    font-weight: normal;
    text-decoration: none;
}
.c-content p {
    line-height: 40px;
    margin: 15px 0;
    text-indent: 2em;
    text-align: left;
    color: #000000;
    font-size: 14pt;
    font-weight: normal;
    text-decoration: none;
}

.wz_fj {
}

.wz_fj p {
    line-height: 36px;
    color: #cc0000;
    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: #e4e4e4 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: #555555;
    font-size: 16px;
    line-height: 36px;
}

.i-sxt a:hover {
    color: #cc0010;
}


/*iyqlj*/
.iyqlj {
    width: 1300px;margin:0 auto;
    height: 46px;
    line-height: 46px;
    background: #f5f5f5;
    margin: 0 auto 0 auto;
    padding: 5px 0 0 0;
    color: #333333
}

.iyqlj h2 {
    display: block;
    width: 100px;
    height: 46px;
    color: #03A9F4;
    font-size: 16px;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
    float: left;
}

.iyqlj ul {
    display: block;
    width: 1300px;
    margin: 0 auto;
}

.iyqlj li {
    float: left;
    font-size: 14px;
    color: #d5d5d5
}

.iyqlj li a {
    padding: 0 15px;
    color: #333333
}

/**/
.listmain {
    height: auto;
    position: relative;
    padding: 0 0 0 0;
    width: 1300px;
    margin: 15px auto;
}

.lm-left {
    width: 250px;
    float: left;
    padding: 0 0 0 0;
    position: relative;
    margin: 0 0 0 0;
}

.lm-left .left-lmname {
    background: url("../images/left_title_bg.png");
    position: relative;
    height: 60px;
    line-height: 50px;
    padding: 20px 0 10px 0;
    overflow: hidden
}

.lm-left .left-lmname h1 { /* position: relative; */
    color: #ffffff;
    font-size: 24px;
    line-height: 50px;
    padding: 0 0 0 0;
    z-index: 999;
    /* top: 14px; */
    /* left: 49px; */
    text-align: center;
    width: 100%;
    display: block;
}

.lm-left .left-lmname span {
    color: #ffffff;
    font-size: 10px;
    line-height: 30px;
    width: 100%;
    display: block;
    text-align: center;
}

.lm-left .list-sub {
    height: auto;
    overflow: hidden;
    width: 250px;
    padding: 0 0;
}

.lm-left .list-sub a {
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    cursor: pointer;
    color: #666666;
    text-align: left;
    border-bottom: #ffffff 1px solid;
    background: #f5f5f5;
    text-indent: 2em;
}

.lm-left .list-sub a i {
    background: url("../images/sub_jtbg.png") -44px center no-repeat;
    display: block;
    float: right;
    width: 6px;
    height: 50px;
    margin: 0 15px 0 0
}

.lm-left .list-sub a:hover i {
    background: url("../images/sub_jtbg.png") left center no-repeat;
    display: block;
    float: right;
    width: 6px;
    height: 50px;
}

.lm-left .list-sub a:last-child {
    border-bottom: none
}

.lm-left .list-sub a:hover {
    background: #03A9F4;
    color: #ffffff;
}

.lm-left .list-sub #this-on {
    background: #03A9F4;
    color: #ffffff;
}

.lm-left .list-sub #this-on i {
    background: url("../images/sub_jtbg.png") left center no-repeat;
    display: block;
    float: right;
    width: 6px;
    height: 50px;
}

.lm_zspic {
    margin: 1px 0 0 0
}

.lm_zspic img {
    width: 250px;
}



.lm-right {
    width:1020px;
    float: right;
    margin-right: 0;
    background: #ffffff
}

.this-name {
    border-bottom: #cccccc 2px solid;
    line-height: 0;
    height: 50px;
    padding: 0 0;
    margin: 0 0 0 0
}

.this-name h1 {
    color: #333333;
    font-size: 22px;
    line-height: 50px;
    font-weight: bold;
    padding: 0 5px 0 5px;
    float: left;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.this-name span {
    float: right;
    color: #666;
    font-size: 14px;
    background: url("../images/ico_home.png") left 15px no-repeat;
    padding: 0 0 0 25px;
    height: 50px;
    line-height: 50px;
}

.this-name span a {
    color: #666
}

.lm-right .lm_list {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 5px 0 20px 0;
}

.lm-right .lm_list li {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    color: #999999;
    text-align: right;
    padding: 0 10px;
    border-bottom: #e0e0e0 1px dashed;
}

.lm-right .lm_list li a {
    color: #4a4a4a;
    float: left;
    padding-left: 15px;
    background: url("../images/ico_002.png") left center no-repeat;
}

.lm-right .lm_list li:hover {
    background: #ececec;
    color: #cc0000
}

.lm-right .lm_list li a:hover {
    background: url("../images/ico_002.png") left center no-repeat #ececec;
    color: #cc0000
}

.lm-right .list-fy {
    text-align: center;
    margin: 0 auto 20px auto;
    min-height: 40px;
}

.left_box {
    height: auto;
    overflow: hidden;
    background: #ffffff;
    margin: 0 auto 12px auto;
}

.left_box h1 {
    color: #ffffff;
    font-size: 16px;
    line-height: 42px;
    height: 42px;
    background: #df3d36;
    border-left: #8f0600 4px solid;
    padding-left: 15px;
}

.left_box_nr {
    height: auto;
    overflow: hidden;
    padding: 10px 15px 20px 15px
}

.left_box_nr li {
    height: 34px !important;
    line-height: 34px !important;
}

/*news2-list*/

.news2-list {
    padding-top: 15px;
    padding-bottom: 45px
}

.zxwzico {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 41px;
    width: 41px;
}

.news2-item {
    position: relative;
    margin: 15px auto 15px auto;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    transition: all 0.3s ease-in-out;
}

.news2-item:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 0;
    left: 0%;
    top: 50%;
    color: #fff;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    border-radius: 0 15px 0 15px;
}

.news2-item:hover:before {
    width: 100%;
    color: #fff;
    height: 100%;
    left: 0%;
    top: 0%;
    content: '';
    z-index: 0;
}

.news2-date {
    float: left;
    width: 82px;
    height: 90px;
    background-color: #f5f5f5;
    text-align: center;
    color: #333333;
    position: relative;
}

.news2-date em {
    display: block;
    font-size: 42px;
    PADDING: 5PX;
     font-style: normal;
}

.news2-date span {
    display: block;
    font-size: 14px
}

.list_line {
    display: block;
    height: 1px;
    border-bottom: #cccccc 1px dashed
}

.news2-txt {
    max-width:855px;
    width: 100%;
    float: right;
    padding: 5px 60px 0 0;
    position: relative;
}

.news2-tit a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
    font-size: 16px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.news2-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    color: #767575;
    margin-top: 10px
}

.news2-arrow {
    background: url("../images/right4.png") no-repeat center center;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

/*.news2-item:hover{background: #224b7f}*/

.news2-item:hover .news2-date {
    color: #333333;
    background: #c5ebff
}

.news2-item:hover .news2-tit a {
    color: #03A9F4
}

.news2-item:hover .news2-desc {
    color: #03A9F4
}

.news2-item:hover .news2-arrow {
    background-image: url("../images/right4-on.png");
}

/*listsb*/

.pic-list {
    width: 900px;
    overflow: hidden;
    height: auto;
    margin: 20px auto;
}

.pic-list ul {
    width: 1120px;
    margin: 0 auto;
    padding: 0 0 0 0;
}

.pic-list li {
    width: 264px;
    margin-right: 43px;
    float: left;
    margin-bottom: 0;
}

.pic-list li img {
    width: 274px;
    height: 190px;
    border: #efefef 1px solid;
    padding: 5px;
}

.pic-list li img:hover {
    border: #ccc 1px solid;
    padding: 5px;
}

.pic-list li a {
}

.pic-list li a:hover {
    color: #000;
}

.pic-list li span {
    text-align: center;
    width: 100%;
    line-height: 40px;
    color: #666;
    display: block
}

/*listbanner*/

.list_banner {
    width: 1300px;
    margin:0 auto;
    text-align: center;
    background: #eff3f6;
}

.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: #00579e;
    padding: 20px 0;
}

.this_name h1 {
    font-size: 30px;
    color: #ffffff;
    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: #555555;
    font-size: 14px;
    line-height: 48px;
}

.this_dqwz h2 {
    display: block;
    float: left;
    line-height: 48px;
    font-weight: bold;
    color: #00579e;
    font-size: 20px;
}

.this_dqwz .ico_home {
    margin: 0 5px;
}


.list_box {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
}

.list_box li {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    color: #999999;
    text-align: right;
    padding: 0;
    background: url("../images/dxhx.png") bottom repeat-x;overflow: hidden;
}

.list_box li a {
    color: #4a4a4a;
    float: left;
    padding-left: 15px;
    background: url("../images/listnav_bg.png") left center no-repeat;
}

.list_box li:hover {
    background: #ffffff;
    color: #cc3300;
}

.list_box li a:hover {
    background: url("../images/listnav_bg.png") left center no-repeat;
    color: #cc0000;
}

.list-fy {
    text-align: center;
    margin: 0 auto 40px auto;
    min-height: 40px;
}