﻿/* 顶部开始 */
.Top{
    height: 260px;
    background: url("topbj.jpg") no-repeat center;
}
.Tops{
    height: 49px;
    line-height: 49px;
    text-align: right;
    border-bottom: 1px solid #0e73ee;
}
.Tops .w1180{
    position: relative;
}
.Tops ul li{
    display: inline-block;
}
.Tops ul li>img{
    position: absolute;
    right: 119px;
    top: 49px;
    width: 100px;
    height: 100px;
    z-index: 9;
    display: none;
}
.Tops ul li:hover img{
    display: block;
}
.Tops ul li a{
    display: block;
    font-size: 14px;
    color: #ffffff;
}
.Tops ul li em{
    display: block;
    font-size: 14px;
    color: #ffffff;
    padding: 0 15px;
}
.Tops ul li a:hover{
    color: #efc605;
}
#weather-float-he{
    left: 50% !important;
    z-index: 99 !important;
    margin-left: -590px !important;
}
.Topx{
    height: 210px;
}
.Topx .LoGo{
    float: left;
    width: 567px;
    height: 62px;
    margin-top: 71px;
}
.Topx .Search{
    float: right;
    width: 405px;
    height: 48px;
    margin-top: 79px;
}
.Topx .Search .SearchInp{
    float: left;
    width: 310px;
    height: 48px;
    padding-left: 15px;
    padding-right: 45px;
    box-sizing: border-box;
    background: #ffffff;
    position: relative;
}
.Topx .Search .SearchInp input{
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #333333;
    outline: none;
    border: none;
    background: none;
}
.Topx .Search .SearchInp input::placeholder{
    font-size: 14px;
    color: #e5e5e5;
}
.Topx .Search .SearchInp button{
    position: absolute;
    right: 15px;
    top: 0;
    width: 18px;
    height: 48px;
    cursor: pointer;
    background: url("searchbtn.png") no-repeat center;
}
.Topx .Search .SearchInp button:hover{
    background: url("searchbtn_1.png") no-repeat center;
}
.Topx .Search>a{
    float: right;
    width: 95px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background: #05a8f7;
}
.Topx .Search>a:hover{
    background: #0c71e1;
}
/* 顶部结束 */

/* 导航开始 */
.Nav{
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: url("nav.png") no-repeat center;
}
.Nav ul li{
    display: inline-block;
    padding: 0 39px;
    background: url("xian3.png") no-repeat right center;
}
.Nav ul li a{
    display: block;
    font-size: 18px;
    color: #ffffff;
}
.Nav ul li a:hover{
    font-weight: bold;
    text-shadow: 3px 3px 3px #0052b2;
}
.Nav ul li.on a{
    font-weight: bold;
    text-shadow: 3px 3px 3px #0052b2;
}
/* 导航结束 */

/* 头条开始 */
.Tou{
    padding: 23px 0;
    background: #fafafa;
    margin-bottom: 30px;
}
.Tou .TouLink{
    float: left;
    width: 88px;
    height: 45px;
    margin-left: 18px;
}
.Tou h3{
    float: left;
    width: 1053px;
    line-height: 45px;
    padding-left: 78px;
    box-sizing: border-box;
}
.Tou h3 a{
    float: left;
    max-width: 100%;
    font-size: 28px;
    color: #0c71e1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 头条结束 */

/* 新闻切换开始 */
.NewsLeft{
    float: left;
    width: 598px;
    position: relative;
}
.NewsLeft .bd ul li{
    float: left;
    width: 598px;
    height: 335px;
    position: relative;
}
.NewsLeft .bd ul li>a{
    display: block;
    width: 598px;
    height: 335px;
    overflow: hidden;
}
.NewsLeft .bd ul li>a img{
    width: 598px;
    height: 335px;
    transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
}
.NewsLeft .bd ul li>a:hover img{
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
}
.NewsLeft .bd ul li h3{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 130px;
    box-sizing: border-box;
    z-index: 9;
    background: url("touming1.png") repeat;
}
.NewsLeft .bd ul li h3 a{
    float: left;
    max-width: 100%;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.NewsLeft .bd ul li h3 a:hover{
    font-weight: bold;
}
.NewsLeft .hd{
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 9;
}
.NewsLeft .hd ul li{
    float: left;
    width: 19px;
    height: 5px;
    cursor: pointer;
    margin-left: 2px;
    background: #ffffff;
}
.NewsLeft .hd ul li.on{
    background: #0c71e1;
}
.NewsLeft .prev,.NewsLeft .next{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    width: 40px;
    height: 60px;
    cursor: pointer;
    z-index: 9;
    background: url("prev.png") no-repeat center;
}
.NewsLeft .prev:hover{
    background: url("prev_1.png") no-repeat center;
}
.NewsLeft .next{
    left: auto;
    right: 0;
    background: url("next.png") no-repeat center;
}
.NewsLeft .next:hover{
    background: url("next_1.png") no-repeat center;
}
/*.NewsLeft .parBd .TabHd{
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 9;
}
.NewsLeft .parBd .TabHd i{
    float: left;
    width: 19px;
    height: 5px;
    cursor: pointer;
    margin-left: 2px;
    background: #ffffff;
}
.NewsLeft .parBd .TabHd i.on{
    background: #0c71e1;
}*/
.NewsRight{
    float: right;
    width: 552px;
}
.NewsRight .hd{
    height: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
}
.NewsRight .hd ul{
    float: left;
}
.NewsRight .hd ul li{
    float: left;
    height: 40px;
    margin-right: 40px;
}
.NewsRight .hd ul li h2 a{
    display: block;
    font-size: 18px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
}
.NewsRight .hd ul li.NewsRightLi1 h2 a{
    background: url("newsbj1.png") no-repeat left center;
}
.NewsRight .hd ul li.NewsRightLi1.on h2 a{
    background: url("newsbj1_1.png") no-repeat left center;
}
.NewsRight .hd ul li.NewsRightLi2 h2 a{
    background: url("newsbj2.png") no-repeat left center;
}
.NewsRight .hd ul li.NewsRightLi2.on h2 a{
    background: url("newsbj2_1.png") no-repeat left center;
}
.NewsRight .hd ul li.NewsRightLi3 h2 a{
    background: url("newsbj3.png") no-repeat left center;
}
.NewsRight .hd ul li.NewsRightLi3.on h2 a{
    background: url("newsbj3_1.png") no-repeat left center;
}
.NewsRight .hd .more{
    float: right;
}
.NewsRight .hd .more a{
    float: right;
    width: 70px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin-top: 9px;
    background: url("morebj.png") no-repeat center;
}
.NewsRight .hd ul li.on h2 a{
    color: #0c71e1;
}
.NewsRight .hd .more a:hover{
    color: #ffffff;
    background: url("morebj_1.png") no-repeat center;
}
.NewsRight .bd ul li{
    height: 51px;
    line-height: 51px;
    border-bottom: 1px dashed #f5f5f5;
}
.NewsRight .bd ul li h3 a{
    float: left;
    max-width: 459px;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 14px;
    box-sizing: border-box;
    background: url("heidian.png") no-repeat left center;
}
.NewsRight .bd ul li span{
    float: right;
    font-size: 15px;
    color: #999999;
}
.NewsRight .bd ul li h3 a:hover{
    color: #0c71e1;
    background: url("landian.png") no-repeat left center;
}
/* 新闻切换结束 */

/* 专题图开始 */
.Zhuan{
    padding: 17px 0 30px;
}
.Zhuan .w1180{
    position: relative;
}
.Zhuan .hd{
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 9;
}
.Zhuan .hd ul li{
    float: left;
    width: 19px;
    height: 5px;
    cursor: pointer;
    margin-left: 2px;
    background: #ffffff;
}
.Zhuan .hd ul li.on{
    background: #0c71e1;
}
/* 专题图结束 */

/* 统计开始 */
.Tong{
    height: 448px;
    padding-top: 30px;
    box-sizing: border-box;
    background: url("bigbj.jpg") no-repeat center;
}
.TongLeft{
    float: left;
    width: 260px;
}
.TongLefts{
    height: 52px;
    line-height: 52px;
    background: #ffffff;
    text-align: center;
    border-top: 3px solid #0c71e1;
}
.TongLefts a{
    display: block;
    font-size: 22px;
    color: #0c71e1;
}
.TongLeftx{
    padding-top: 15px;
}
.TongLeftx ul li{
    height: 48px;
    line-height: 48px;
    margin-top: 5px;
    background: #ffffff;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.TongLeftx ul li h2 a{
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    padding-left: 84px;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.TongLeftx ul li.TongLeftLi1 h2 a{
    background: url("tonglibj1.png") no-repeat 49px center;
}
.TongLeftx ul li.TongLeftLi1:hover h2 a{
    background: url("tonglibj1_1.png") no-repeat 49px center;
}
.TongLeftx ul li.TongLeftLi2 h2 a{
    background: url("tonglibj2.png") no-repeat 49px center;
}
.TongLeftx ul li.TongLeftLi2:hover h2 a{
    background: url("tonglibj2_1.png") no-repeat 49px center;
}
.TongLeftx ul li.TongLeftLi3 h2 a{
    background: url("tonglibj3.png") no-repeat 49px center;
}
.TongLeftx ul li.TongLeftLi3:hover h2 a{
    background: url("tonglibj3_1.png") no-repeat 49px center;
}
.TongLeftx ul li.TongLeftLi4 h2 a{
    background: url("tonglibj4.png") no-repeat 49px center;
}
.TongLeftx ul li.TongLeftLi4:hover h2 a{
    background: url("tonglibj4_1.png") no-repeat 49px center;
}
.TongLeftx ul li.TongLeftLi5 h2 a{
    background: url("tonglibj5.png") no-repeat 49px center;
}
.TongLeftx ul li.TongLeftLi5:hover h2 a{
    background: url("tonglibj5_1.png") no-repeat 49px center;
}
.TongLeftx ul li.TongLeftLi6 h2 a{
    background: url("tonglibj6.png") no-repeat 49px center;
}
.TongLeftx ul li.TongLeftLi6:hover h2 a{
    background: url("tonglibj6_1.png") no-repeat 49px center;
}
.TongLeftx ul li:hover{
    z-index:2;
    background: #05a8f7;
    -webkit-transform:  translate3D(0,-3px,0);
    -moz-transform: translate3D(0,-3px,0);
    -ms-transform:  translate3D(0,-3px,0);
    transform:  translate3D(0,-3px,0);
    -webkit-box-shadow:3px 3px 5px #ddd;
    -moz-box-shadow:3px 3px 5px #ddd;
    -ms-box-shadow:3px 3px 5px #ddd;
    box-shadow:3px 3px 5px #ddd;
}
.TongLeftx ul li h2 a:hover{
    color: #ffffff;
}
.TongRight{
    float: right;
    width: 900px;
    height: 388px;
    padding: 20px 20px 0;
    background: #ffffff;
    box-sizing: border-box;
}
.TongRightl{
    float: left;
    width: 520px;
}
.TongRightls{
    height: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
}
.TongRightls h2 a{
    float: left;
    font-size: 18px;
    color: #0c71e1;
    height: 40px;
    line-height: 40px;
    padding-left: 32px;
    background: url("tongji.png") no-repeat 4px center;
}
.TongRightls>a{
    float: right;
    width: 70px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin-top: 9px;
    background: url("morebj.png") no-repeat center;
}
.TongRightls>a:hover{
    color: #ffffff;
    background: url("morebj_1.png") no-repeat center;
}
.TongRightls1{
    margin-bottom: 10px;
}
.TongRightls1 h2 a{
    background: url("tongshu.png") no-repeat 4px center;
}
.TongRightls2 h2 a{
    background: url("tongfa.png") no-repeat 4px center;
}
.TongRightls3 h2 a{
    background: url("tongzhi.png") no-repeat 4px center;
}
.TongRightlx ul li{
    height: 51px;
    line-height: 51px;
    border-bottom: 1px dashed #f5f5f5;
}
.TongRightlx ul li h3 a{
    float: left;
    max-width: 420px;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 14px;
    box-sizing: border-box;
    background: url("heidian.png") no-repeat left center;
}
.TongRightlx ul li span{
    float: right;
    font-size: 15px;
    color: #999999;
}
.TongRightlx ul li h3 a:hover{
    color: #0c71e1;
    background: url("landian.png") no-repeat left center;
}
.TongRightr{
    float: right;
    width: 310px;
}
.TongNian{
    margin-top: 6px;
    line-height: 52px;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    background: url("tongnian.png") no-repeat center;
}
.TongNian>a{
    display: block;
    font-size: 16px;
    color: #ffffff;
    padding-left: 103px;
    background: url("nainbao.png") no-repeat 48px center;
}
.TongNian:hover{
    z-index:2;
    -webkit-transform:  translate3D(0,-3px,0);
    -moz-transform: translate3D(0,-3px,0);
    -ms-transform:  translate3D(0,-3px,0);
    transform:  translate3D(0,-3px,0);
    -webkit-box-shadow:3px 3px 5px #ddd;
    -moz-box-shadow:3px 3px 5px #ddd;
    -ms-box-shadow:3px 3px 5px #ddd;
    box-shadow:3px 3px 5px #ddd;
}
.TongTwoLi1{
    background: url("tongbj1.png") no-repeat center;
}
.TongTwoLi1>a{
    background: url("tongtwobj1.png") no-repeat 48px center;
}
.TongTwoLi2>a{
    background: url("tongtwobj2.png") no-repeat 48px center;
}
.TongTwoLi2{
    background: url("tongbj2.png") no-repeat center;
}
.TongYue{
    height: 38px;
    line-height: 38px;
    font-size: 17px;
    color: #0c71e1;
    font-weight: bold;
    padding-left: 26px;
    background: url("yuebao.png") no-repeat left center;
}
.TongYueList{
    height: 70px;
    padding-top: 10px;
    background: #fafcff;
    border: 1px solid #cbe4ff;
}
.TongYueList ul li{
    float: left;
    width: 40px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 10px;
    background: #0c71e1;
}
.TongYueList ul li a{
    display: block;
    font-size: 12px;
    color: #ffffff;
}
.TongYueList ul li.on1{
    background: #a6d0ff;
}
.TongYueList ul li.on1 a{
    cursor: not-allowed;
}
.TongYueList ul li.on{
    background: #efc605;
}
/* 统计结束 */

/* 互动交流开始 */
.Hu{
    padding-top: 30px;
}
.TongLefts1{
    background: #fafcff;
}
.HuLeftList{
    padding-top: 13px;
}
.HuLeftList ul li{
    float: left;
    width: 100%;
    height: 78px;
    background: #fafcff;
    margin-top: 7px;
    box-sizing: border-box;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.HuLeftList ul li h2 a{
    display: block;
    height: 78px;
    line-height: 78px;
    padding-left: 95px;
    font-size: 18px;
    color: #ffffff;
    box-sizing: border-box;
}
.HuLeftList ul li.HuListLi2{
    background: url("hubj1.jpg") no-repeat center;
}
.HuLeftList ul li.HuListLi2 h2 a{
    background: url("huleftli2.png") no-repeat 49px center;
}
.HuLeftList ul li.HuListLi3{
    background: url("hubj2.jpg") no-repeat center;
}
.HuLeftList ul li.HuListLi3 h2 a{
    background: url("huleftli3.png") no-repeat 50px center;
}
.HuLeftList ul li.HuListLi5{
    background: url("hubj3.jpg") no-repeat center;
}
.HuLeftList ul li.HuListLi5 h2 a{
    background: url("huleftli5.png") no-repeat 50px center;
}
.HuLeftList ul li:hover{
    z-index:2;
    -webkit-transform:  translate3D(0,-3px,0);
    -moz-transform: translate3D(0,-3px,0);
    -ms-transform:  translate3D(0,-3px,0);
    transform:  translate3D(0,-3px,0);
    -webkit-box-shadow:3px 3px 5px #ddd;
    -moz-box-shadow:3px 3px 5px #ddd;
    -ms-box-shadow:3px 3px 5px #ddd;
    box-shadow:3px 3px 5px #ddd;
}
.HuRight{
    height: 323px;
    border: 1px solid #f5f5f5;
}
.TongRightlx1 ul li h3 a{
    max-width: 220px;
}
/* 互动交流结束 */

/* 专题专栏开始 */
.Lan{
    padding-bottom: 20px;
}
.LanTop{
    height: 62px;
    line-height: 62px;
    margin-bottom: 12px;
    text-align: center;
    position: relative;
    z-index: 10;
    background: url("xian.png") no-repeat center;
}
.LanTop h2 a{
    display: inline-block;
    font-size: 22px;
    color: #0c71e1;
    padding: 0 20px;
    background: #ffffff;
}
.LanBot{
    margin-top: -41px;
    padding: 44px 19px 20px;
    position: relative;
    border: 1px solid #f5f5f5;
}
.LanBot .bd ul li{
    float: left;
    width: 277px;
    height: 140px;
    margin-right: 10px;
}
.LanBot .bd ul li>a{
    display: block;
    width: 277px;
    height: 140px;
    overflow: hidden;
}
.LanBot .bd ul li>a img{
    width: 277px;
    height: 140px;
    transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
}
.LanBot .bd ul li>a:hover img{
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
}
.LanBot .prev{
    position: absolute;
    left: -2px;
    top: 72px;
    width: 42px;
    height: 70px;
    cursor: pointer;
    z-index: 9;
    background: url("subzhuanleft.png") no-repeat center;
}
.LanBot .prev:hover{
    background: url("subzhuanleft_1.png") no-repeat center;
}
.LanBot .next{
    position: absolute;
    right: 0;
    top: 72px;
    width: 42px;
    height: 70px;
    cursor: pointer;
    z-index: 9;
    background: url("subzhuanright.png") no-repeat center;
}
.LanBot .next:hover{
    background: url("subzhuanright_1.png") no-repeat center;
}
/* 专题专栏结束 */

/* 底部开始 */
.Bottom{
    height: 208px;
    padding: 30px 0;
    background: #f5f5f5;
    box-sizing: border-box;
}
.BottomLeft{
    float: left;
    width: 230px;
    height: 148px;
    padding-left: 30px;
    background: #e6e8e8;
    margin-right: 20px;
    box-sizing: border-box;
    padding-top: 5px;
}
.BottomLeft>span{
    display: block;
    font-size: 16px;
    color: #666666;
    padding: 15px 0 8px;
}
.BottomLeft ul li{
    font-size: 14px;
    color: #999999;
    height: 30px;
    line-height: 30px;
}
.BottomLeft ul li a{
    font-size: 14px;
    color: #999999;
}
.BottomLeft ul li a:hover{
    color: #666666;
}
.BottomCen{
    width: 340px;
    padding-top: 14px;
}
.BottomCen .GaBa{
    padding-left: 30px;
    background: url(gaba.png) left center no-repeat;
}
.BottomRight{
    width: 300px;
    background: none;
    padding-left: 0;
}
.BottomRight ol li{
    height: 46px;
    line-height: 46px;
    background: #e6e8e8;
    margin-bottom: 5px;
}
.BottomRight ol li a{
    display: block;
    font-size: 14px;
    color: #666666;
    padding-left: 30px;
}
.BottomRight ol li a:hover{
    color: #ffffff;
    background: #0c71e1;
}
.BottomRig{
    float: right;
    width: 250px;
    height: 148px;
    background: #e6e8e8;
    padding: 40px 0 0 41px;
    box-sizing: border-box;
}
.BottomRig ul li{
    float: left;
    margin-right: 15px;
}
.BottomRigx{
    margin-top: 5px;
}
.Bot{
    height: 50px;
    line-height: 50px;
    background: #999999;
}
.Bot .BotLeft{
    float: left;
    font-size: 14px;
    color: #dbdbdb;
}
.Bot .BotLeft p{
    font-size: 14px;
    color: #dbdbdb;
}
.Bot .BotLeft a{
    font-size: 14px;
    color: #dbdbdb;
}
.Bot .BotLeft .GaBa{
    padding-left: 21px;
    background: url("gaba.png") no-repeat left center;
}
.Bot .BotLeft a:hover{
    color: #ffffff;
}
.Bot .BotRight{
    float: right;
    font-size: 14px;
    color: #dbdbdb;
}
.Cheng{
    position: fixed;
    width: 160px;
    height: 370px;
    right: 20px;
    top: 350px;
    z-index: 99;
}
/* 底部结束 */




/* 通用头部修改 2020-03-27 */
/*.Top {
        background: url("xy-index-bg.png") no-repeat center;
    }
    .Topx .LoGo {
        margin-top: 60px;
        float: none;
        display: block;
        height: 56px;
    }
    .Topx .Search {
        float: none;
        margin-top: 16px;
        width: 485px;
    }
    .Topx .Search .SearchInp {
        width: 390px;
    }
    .xy-index-zxfb {
        float: right;
        width: 400px;
        height: 150px;
        background: url("xy-index-zxfb.png") repeat center center;
        margin-top: 30px;
        padding: 0 30px;
        box-sizing: border-box;
        overflow: hidden;
    }
    .xy-index-zxfb .hd {
        height: 44px;
        line-height: 44px;
        border-bottom: 1px solid #a1d0fb;
        padding-left: 24px;
        background: url("xy-index-zxfb1.png") no-repeat left center;
    }
    .xy-index-zxfb .hd a {
        display: inline-block;
        font-size: 16px;
        color: #0d8bff;
    }
    .xy-index-zxfb .bd {
        margin-top: 8px;
        overflow: hidden;
    }
    .xy-index-zxfb .bd li {
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        padding-left: 14px;
        background: url("landian.png") no-repeat left center;
    }
    .xy-index-zxfb .bd li a {
        display: inline-block;
        max-width: 245px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #333;
    }
    .xy-index-zxfb .bd li a:hover {
        color: #0d8bff;
    }
    .xy-index-zxfb .bd li span {
        float: right;
        color: #333;
    }*/