body{
    font-family: "Î¢ÈíÑÅºÚ";
}
.nav-area{
    margin: 0 auto;
    width: 1000px;
    height: 46px;
    line-height: 46px;
    background-color: #008AE7;
}

.nav-area .menu {
    position: relative;
    z-index: 1000;
}

.menu>ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu>ul>li {
    float: left;
    margin: 0 13.5px;
}
.menu>ul>li>a, .menu>ul>li>a:visited {
    display: block;
    float: left;
    text-decoration: none;
    padding: 0 15px 0 15px;
    height: 38px;
    line-height: 38px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px;
    min-width: 64px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 500;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.menu>ul>li:hover>a {
    color: #0972a2;
    background: #fff;
    font-size: 18px;
    font-weight: 800;
}

.menu>ul>li>.normal{
    display: none;
    position: absolute;
    top: 46px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 2px;
    margin-right: 2px;
    background-color: #fff;
}
.menu>ul>li>.normal>div>a, .menu>ul>li>.normal>a:visited {
    height: 40px;
    line-height: 40px;
    display: block;
    color: #000;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    background-color:#fff ;
}
.menu>ul>li>.normal>div>a:hover {
    color: rgb(9, 114, 162);
    background: rgb(186, 231, 250);
}

.menu>ul > li > .group{
    display: none;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 1000px;
    padding: 10px 15px;
    background-color: #fff;
}
.menu > ul  >li > .group > div>div{
    float: left;
    max-width: 170px;
}
.menu > ul > li > .group > div {
    float: left;
}
.menu > ul > li > .group > div>div>div{
    text-align: center;
    margin: 0 10px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #75b0c9;
}
.menu > ul > li > .group > div>div>div>div{
    height: 32px;
    line-height: 32px;
    background-color: #0293d6;
    margin: 7px 15px;
    font-size: 14px;
    color: #fff;
}
.menu > ul > li > .group a , .menu > ul > li>.group a:visited{
    height: 32px;
    line-height: 32px;
    display: block;
    color: #000;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 15px;
}
.menu > ul > li > .group  a:hover {
    color: #0972a2;
}
.list-container{
	width: 960px;
    margin: 0 auto;
    /*margin-top: 265px;*/
    padding: 20px;
    background-color: #f1f7fe;
	margin-bottom:20px;
}
.container-top{
    height: 46px;
    line-height: 46px;
    padding-left: 50px;
    font-size: 16px;
    color: #fff;
    background-color: #b6d1f2;
    background-image: url("/static/home/image/position.png");
    background-repeat: no-repeat;
    background-position: 20px center;
}
.list-container .list-body{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    background-color: #fff;
    min-height: 300px;
}
.list-container .list-body ul{
    margin: 0;
    padding: 0;
}
.list-container .list-body ul li{
    list-style: none;
    height: 14px;
    line-height: 14px;
    margin-top: 20px;
    padding-left: 15px;
    background: url("/static/home/image/arrow.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.list-container .list-body ul li:first-child{
    margin-top: 0;
}
.list-container .list-body ul li a{
    display: inline-block;
    width: 83%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
    text-decoration: none;
    font-size: 14px;
    color:#666;
}
.list-container .list-body ul li a:hover{
    color:#0193d6;
}
.list-container .list-body ul li span{
    float: right;
    font-size: 12px;
    color: #858585;
}
.list-container .page-block{
    height: 70px;
    line-height: 70px;
    background-color: #fff;
    color: #666;
    font-size: 12px;
    text-align: right;
    padding-right: 20px;
}
.list-container .page-block a{
    text-decoration: none;
    color: #666;
    font-size: 12px;
}
/*ÎÞÊý¾Ý*/
.nodata{
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
}
/*ÉìËõ²ã*/
.qr-code-icon{
   width: 54px;
    height: 54px;
    position: fixed;
    right: 0;
    bottom: 86px;
    z-index: 99;

}
.icon-img{
    width: 46px;
    height: 38px;
    position: relative;
    top: 8px;
    left: 5px;
    background-image: url(/static/home/image/column/wechat1.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.qr-code-content{
   width: 133px;
    height: 124px;
    position: fixed;
    right: 55px;
    bottom: 55px;
    z-index: 99;
   background-image:url('/static/home/image/column/qrcode-content-bg.png');
    background-position:center center;
    background-repeat:no-repeat;
}
