/* 头部 */
.header{
    width: 100%;
    min-width: 1200px;
    height: 210px;
    z-index: 1;
    margin: 0 auto;
}
.header .topNav{
    background:url(../image/topBg.jpg) no-repeat 0 0;
    width: 100%;
    min-width: 1200px;
    height: 160px;
    background-size: 100% 100%;
    z-index: 1;
    margin: 0 auto;
}
.header .headnav{
    position: relative;
    width: 1200px;
    height: 160px;
    line-height: 160px;
    margin:0 auto;
}
.header .headnav>h1{
    position: relative;
    width: 1200px;
    height: 100%;
    margin:0 auto;
}
.header .headnav>h1>a{
    position: absolute;
    top:34px;
    left:0;
    width: 334px;
    height: 92px;
}
.header .headnav>h1>a>img{
    width: 180%;
    height: 100%;
}
.header .headnav>h1>font{
    margin-left:122px;
    font-size: 40px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #054E90;
}
.header .headnav .searchBox{
    position: absolute;
    bottom:50px;
    right:0;
    width: 412px;
    height: 42px;
    line-height: 42px;
}
.header .searchBox>form{
    width: 412px;
    height: 42px;
    font-size: 0;
}
.header .searchBox>form .searchText{
    width: 320px;
    height: 42px;
    line-height: 42px;
    border-radius: 2px;
    border: 1px solid #B3B3B3;
}
.header .searchBox>form .searchBtn{
    width: 90px;
    height: 42px;
    line-height: 42px;
    color:#fff;
    font-size: 16px;
    background: #b71416;
    cursor: pointer;
}

.header .navigation{
    width: 100%;
    height: 50px;
    background-color: #b71416;
}
.navigation .bar{
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;    
}
.navigation .bar>li{
    float:left;
    width: 120px;
    height: 50px;
    line-height: 50px;
    position: relative;    
    z-index: 10;
    letter-spacing: normal;
}
.navigation .bar>li:hover{
    width: 120px;
    height: 50px;
    line-height: 50px;
    background-color:#044E90;
    border-radius: 3px;
}
.navigation .bar>li:hover>a{
    display: inline-block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
}
.navigation .bar>li>a{
    display: inline-block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color:#fff !important;
}
.navigation .bar .active{
    width: 120px;
    height: 50px;
    line-height: 50px;
    background-color:#044E90;
    border-radius: 3px;
}
.navigation .bar .active>a{
    display: inline-block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
}
.navigation .bar>li .subNav{
    position: absolute;
    top: 50px;
    z-index: 100;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    display: none;
    background-color: #0062b8;
    left: 0px;
}
.navigation .bar>li .subNav p a{
    display: block;
    text-align: left;
    padding: 10px;
    list-style-type: disc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #00549e;
    color: #fff !important;
    text-align: center;
}
/* 首页内容区 */
.contenter .content{
    margin-top:20px;
}
.content .bannerBox{
    width: 100%;
    height: 400px;
    margin-top:30px;
    background: #ca2938;
}
.content .bannerBox .bannerLeft{
    width: 52%;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.slideBox .bottomBg{
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 36px;
    background-color:rgba(0,0,0,0.5);
    z-index: 100;
}
.slideBox .hd {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.slideBox .hd li{
    display: inline-block;
    width: 6px;
    height: 6px;
    background:#c2c2c2;
    border-radius: 50%;
    margin:0 6px;
}
.slideBox .hd .on{
    background-color: #fff;
}
.bannerLeft  .bd a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.bannerLeft  .underhd a>img{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.content .bannerBox .bannerRight{
    position: relative;
    padding:30px 22px 30px 0;
    width: 46%;
    height: 400px; 
}
.bannerBox .bannerRight .textList>div{
    width: 100%;
    height: 100%;
    display: none;
}
.bannerBox .bannerRight .textList>div:nth-child(1){
    display: block;
}
.bannerBox .bannerRight .textList>div>a{
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    margin-bottom: 20px;
}
.bannerBox .bannerRight .textList>div>p{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}
.bannerBox .bannerRight .tabHead{
    position: absolute;
    bottom:30px;
    left:0;
    width: 100%;
}
.bannerBox .bannerRight .tabPic{
    display: inline-block;
    width: 132px;
    height: 82px;
    border:1px solid #fff;
}
.bannerBox .bannerRight .tabPic:nth-child(2){
    margin:0 62px;
}
.bannerBox .bannerRight .tabPic:hover{
    border:1px solid #0164BC;
}
.bannerBox .bannerRight .tabPic>img{
    width: 130px;
    height: 80px;
    cursor: pointer;
}
.content .websiteBox{
    width: 100%;
    margin-top:30px;
}
.websiteBox .websiteTitle{
    overflow: hidden;
}
.websiteBox .websiteTitle .mainTitle{
    font-size: 20px;
    font-weight: bold;
    color: #1A1A1A;
}
.websiteBox .websiteTitle .assistTitle{
    font-size: 14px;
    font-weight: bold;
    color: #B3B3B3;
    margin-left:9px;
}
.websiteBox .websiteTitle .websiteRight>a{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.websiteBox .websiteLogo>a{
    display: inline-block;
    margin:21px 15px 0 0;
    width: 184px;
    height: 110px;
    text-align: center;
    border:1px solid #ccc;
    cursor: pointer;
}
.websiteBox .websiteLogo>a:nth-child(6n){
    margin-right:0;
}
.websiteBox .websiteLogo>a .logoPics{
    width: 180px;
    height: 80px;
}
.websiteBox .websiteLogo>a>p{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    margin-top:6px;
}
.websiteBox .websiteLogo>a:hover{
    border:1px solid #044E90;
}
.websiteBox .websiteLogo>a:hover p{
    color: #044E90;
}
.content .infoBox{
    width: 100%;
    margin-top:30px;
}
.content .infoBox .infocom{
    width: 49%;
}
.content .titler{
    line-height: 40px;
    box-sizing: border-box;
    border-bottom:1px solid #c3c3c3;
}
.content .titler .ntl{
    position: relative;
    height: 40px;
    line-height: 40px;
    padding:0 10px;
    font-size: 16px;
    font-weight: bold;
    font-family: '微软雅黑';
    color: #1A1A1A;
    padding-bottom: 2px;
    border-bottom:2px solid  #044E90;
}
.content .titler .ntl>i{
    position: absolute;
    bottom:-1px;
    left:46%;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent #044E90;   
}
.content .titler>a{
    padding-right:5px;
    color:#626568;
    cursor: pointer;
}
.content .titler>a>label{
    cursor: pointer !important;
}
.content .newt{
    height:30px;
    line-height: 30px;
    font-size: 14px;
    padding: 1px 5px;
    background: url(../image/li.jpg) left center no-repeat;
    box-sizing: border-box;
    /* border-bottom:1px dotted #E5E5E5; */
    cursor: pointer !important;
} 
.content .newt:hover a{
    color:#054E90 !important;
}
.content .newt .tl{
    width: 100%;
    display: inline-block;
    color: #626563;
    cursor: pointer !important;
}
.content .newt .con{
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.content .newt .times{
    cursor: pointer;
} 
.content .newBox{
    width: 100%;
    margin-top:30px;
}
.content .newBox .newLeft{
    width: 66%;
}
.content .newBox .newLeft .wikiNews{
    margin-bottom: 20px;
}
.newBox .newLeft .listNews{
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #E6E6E6;;
}
.newBox .newLeft .listNews>div>a{
    display: inline-block;
    width: 32%;
    height: 100%;
}
.newBox .newLeft .listNews>div>a>img{
    width: 100%;
    height: 150px;
    vertical-align: middle;
}
.newBox .newLeft .listNews .txtList{
    width: 65%;
}
.newBox .listNews .txtList>a>h5{
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.newBox .listNews .txtList>span{
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
}
.newBox .listNews .txtList>p{
    line-height: 22px;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.newBox .listNews .txtList>div{
    font-size: 14px;
    font-weight: 400;
    color: #808080;
}
.newBox .listNews .txtList>div>a{
    font-size: 14px;
    font-weight: 400;
    color: #0164BC;
    margin-right:6px;
}
.content .newBox .newRight{
    width: 32%;
}
.newBox .newRight .polling{
    width: 379px;
    height: 92px;
    /*background:url(../image/query.png) no-repeat 0 0;*/
    background-size: 100% 100%;
    text-align: center;
}
.newBox .newRight .polling>p{
    padding-top:16px;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #FFFFFF;
}
.newBox .newRight .polling>div{
    padding-top:12px;
}
.newBox .newRight .polling>div>a{
    display: inline-block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border:1px solid #ccc;
    border-radius: 4px;
}
.newBox .newRight .polling>div>.inquiry{
    margin-right:30px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #044E8F;
}
.newBox .newRight .polling>div>.contact{
    background-color: #2693F3;
    border:1px solid #2693F3;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.newBox .trade{
    width: 100%;
}
.newBox .newRight .picList{
    width: 100%;
}
.newBox .newRight .picList>a{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding: 5px 5px 0 5px;
    color: #626563;
    margin-bottom: 12px;
}
.newBox .newRight .picList>a>img{
    width: 100%;
    height: 92px;
}
.trade .specialTopic{
    height: auto;
    padding:10px;
    margin:30px 0 20px 0;
    font-size: 20px;
    border-bottom: none;
    border: 1px solid #d7d7d7;
}
.trade .specialTopic>span{
    position: relative;
    top: -26px;
    left:39%;
    font-size: 16px;
    color:#fff;
    padding:6px 10px;
    background-color:#b71416;
}
.trade .specialTopic>div{
    padding:0 10px 10px 10px;
}
.trade .specialTopic>div a{
    display: inline-block;
    padding:3px 6px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    background: #666;
    margin-bottom:10px !important;

}
.trade .specialTopic>div a:nth-child(2n){
    background-color: #F16E50;
    margin:10px;
}
.content .linksBox{
    width: 100%;
    margin:20px 0px;
    border-top:2px solid #e6e6e6;
}
.content .linksBox .linkTitle{
    width: 15%;
    padding:6px 0;
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 400;
    
}
.linksBox .linkTxt{
    width: 85%;
    padding:6px 0;
    line-height: 26px;
}
.linksBox .linkTxt>a{
    display: inline-block;
    width: 16%;
    /* margin-right:10px; */
    font-size: 14px;
    color: #4D4D4D;
    font-weight: 400;
} 
.scrollBomb{
    position: fixed;
    right:3%;
    bottom:20%;
    width: 50px;
    height: 50px;
    display: none;
}
.scrollBomb>.kf{
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    background:#b71416;
    border-radius: 3px;
    margin-bottom: 6px;
    cursor: pointer;
}
.scrollBomb>.kf>img{
    margin-top:10PX;
}
.scrollBomb>img{
    width: 100%;
    height: 100%;
    background-size: 100%;
    cursor: pointer;
}

/* 协会列表页 */
.societyList{
    width: 100%;
    margin:12px auto;
}
.societyList .leftInfo{
    width: 68%;
}
.societyList .leftInfo .place,.societyList .leftBomb .place{
    padding-bottom: 12px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #666666;
}
.societyList .leftInfo .titleSociety,.societyList .leftBomb .titleSociety{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left:20px;
    background: #b71416;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}
.societyList .leftInfo .logoSociety{
    width: 100%;
}
.societyList .leftInfo .logoSociety>a{
    display: inline-block;
    width: 182px;
    height: 110px;
    font-size: 0;
    margin:30px 25px 0 0;
    border:1px solid #ccc;
    border-radius: 2px;
    text-align: center;
}
.societyList .leftInfo .logoSociety>a:hover{
    border-radius: 2px;
    border:1px solid #044E90;
}
.societyList .leftInfo .logoSociety>a:nth-child(4n){
    margin-right:0;
}
.leftInfo .logoSociety>a>img{
    width: 100%;
    height: 79px;
}
.leftInfo .logoSociety>a>p{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top:6px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.leftInfo .logoSociety>a:hover>p{
    color:#044E90;
}
.societyList .rightInfo{
    width: 30%;
    margin-bottom: 30px;
}
.societyList .rightInfo>.trade>.titler{
    height: 2px;
    margin:20px 0;
    font-size: 20px;
    font-weight: bold;
    color: #ca2938;
    border-bottom: none;
    border-top:2px solid #b71416;
}
.societyList .rightInfo>.trade>.titler>span{
    position: relative;
    top:-20px;
    background: #fff;
    padding-right:10px;
}
.societyList .rightInfo>.trade>.titler>span>i{
    display: inline-block;
    width: 66%;
    height: 2px;
    background: #b71416;
    vertical-align: middle;
}
.societyList .rightInfo .newt>.a{
    display: inline-block;
    width: 100%;
}
.societyList .rightInfo .newt .con{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}


/* 公共列表页 */
.societyList .leftBomb{
    width: 68%;
}
.societyList .leftBomb .newtList{
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid #ccc;
}
.societyList .leftBomb .newtList>a{
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.leftBomb .newtList>a>div>.con{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    cursor: pointer;
}
.leftBomb .newtList>a>div>.times{
    font-size: 14px;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 40px;
    cursor: pointer;
}
.leftBomb .newtList>a>p{
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
}
/* 百科列表 */
.leftBomb>.boxNewt:nth-child(2n){
    background: #F7F8F8;
}
.leftBomb .newtList .newtPic{
    width: 30%;
    height: 160px;
    background: #F7F8F8;
}
.leftBomb .newtList .textnewt{
    width: 68%;
    padding-right:6px;
}
.leftBomb .newtList .textnewt>h3{
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    line-height: 40px;
}
.leftBomb .newtList .textnewt>p{
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #666;
    line-height: 24px;
}
.leftBomb .newtList .textnewt>p>a{
    font-size: 14px;
    font-weight: 400;
    color: #b71416;
    margin-left:5px;
}
.leftBomb .newtList .textnewt>.tags{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    margin-top:10px;
    color:666;
}
.leftBomb .newtList .textnewt>.tags>a{
    display: inline-block;
    padding:3px 6px;
    text-align: center;
    border:1px solid #b71416;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color:#ca2938;
    border-radius: 2px;
}
.leftBomb .newtList .textnewt>.timeList{
    width: 100%;
}
.leftBomb .newtList .textnewt>.timeList>.time{
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #808080;
    line-height: 30px;
}
.leftBomb .newtList .textnewt>.timeList>.amount{
    margin-top:10px;
}
.leftBomb .newtList .textnewt>.timeList>.amount>img{
    width: 18px;
    height: 11px;
    vertical-align: middle;
}
.leftBomb .newtList .textnewt>.timeList>.amount>span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    line-height: 10px;
}
/* 详情页 */
.contenter .leftNews{
    width: 68%;
}
.contenter .leftNews .location{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-bottom:40px;
}
.contenter .leftNewLists .location{
    margin-bottom:0px;
}
.contenter .leftNews .detailsTitle{
    padding-bottom:29px;
    color:#333;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.contenter .leftNews .topguide{
    margin-bottom: 33px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.contenter .leftNews .titleleft{
    height:79px;
    line-height:79px;
    margin:10px;
}
.contenter .leftNews .titleleft>img{
    width: 181px;
    height: 79px;
    vertical-align: middle;
}
.contenter .leftNews .titleleft>h3{
    display: inline-block;
    margin-left:16px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}
.contenter .leftNews .topguide .dataTopguide{
    margin:0 20%;
}
.contenter .leftNews .suggest{
    width: 100%;
    line-height: 30px;
    padding:10px;
    margin-bottom: 19px;
    background: #EFF5FF;
    border: 1px solid #E6E6E6;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-indent: 2em;
}
.contenter .leftNews .synopsis{
    width: 100%;
    line-height: 30px;
    padding:10px;
    margin-bottom: 19px;
    background: #EFF5FF;
    border: 1px solid #E6E6E6;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.contenter .leftNews .details{
    padding:0 16px;
    font-size: 15px;
    line-height: 28px;
    color: #676767;
    overflow: hidden;
}
.contenter .leftNews .present{
    overflow: hidden;
}
.contenter .leftNews .present>h3{
    padding-left:10px;
    margin-bottom: 19px;
    font-size: 18px;
    border-left:3px solid #0164BC;
    font-weight: bold;
    color: #333333;
}
.contenter .leftNews .present>.details{
    padding:0;
}
.contenter .leftNews .website{
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding-left:16px;
    margin:27px 0 37px 0;
    background: #E3F2FF;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.contenter .leftNews .website>a:hover{
    color:#b71416;
}

.contenter .leftNews .pags{
    padding:40px 16px;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
}
.contenter .leftNews .pags>a{
    color:#0164BC;
}
.contenter .leftNews .pageUp{
    font-size: 16px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 40px;
    margin-bottom: 29px;
}
.contenter .leftNews .pageUp>div>a{
    color:#4d4d4d;
}
.contenter .leftNews .readList{
    margin-bottom: 60px;
}
.contenter .leftNews .readList>.titler{
    height: 2px;
    margin: 20px 0;
    font-size: 20px;
    font-weight: bold;
    color: #b71416;
    border-bottom: none;
    border-top: 2px solid #b71416;
}
.contenter .leftNews .readList>.titler>span{
    position: relative;
    top: -20px;
    background: #fff;
    padding-right: 10px;
}
.contenter .leftNews .readList>.newt{
    display: inline-block;
    width: 49%;
}
.contenter .leftNews .readList>.newt>a{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    height: 100%;
}
.contenter .leftNews .readList>.newt>a>.con{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.leftNews .readList .newtImg{
    display: inline-block;
    width: 182px;
    height: 110px;
    margin:21px 23px 0 0;
    border:1px solid #333;
    text-align: center;
    cursor: pointer;
}
.leftNews .readList .newtImg:nth-child(4n){
    margin-right:0;
}
.leftNews .readList .newtImg>p{
    margin-top:6px;
    color:#333;
}
.leftNews .readList .newtImg>img{
    width: 100%;
    height: 79px;
}
.leftNews .readList .newtImg:hover{
    border:1px solid #044E8F;
}
.leftNews .readList .newtImg:hover>p{
    color: #044E8F;
}

/* 搜索页面 */
.infoList .bomb{
    width: 100%;
    margin:20px auto;
}
.infoList .bomb .txtcon .txt-head{
    position: relative;
    line-height: 40px;
    color: #666;
    font-size: 16px;
    padding-left:10px;
    border-bottom: 2px solid #ccc;
}
.infoList .bomb .txtcon .txt-head>span{
    position: absolute;
    bottom:-1.6px;
    left:0;
    width: 80PX;
    height: 2PX;
    background-color:#006ec3;
}
.infoList .news_ul{
    width: 100%;
    margin-top:10px;
    padding: 0px 5px;
}
.infoList .news_ul .news_li{
    height: 40px;
    line-height: 40px;
    margin: 0;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
}
.infoList .news_ul .news_li>a{
    font-size: 14px;
    color:#666;
}
.infoList .news_ul .news_li>a:hover{
    font-size: 14px;
    color:#2b2b2b;
}

/* 页码 */
.pageBtn{
    margin:40px auto;
    text-align: center;
}
.pageBtn>a{
    margin:0 10px;
    color:#706D6F;
}
.pageBtn .page_num.on{
    color:#1F52AD;
}

/* 底部 */
.footer{
    width: 100%;
    min-width: 1200px;
    padding:30px 0;
    font-size: 14px;
    text-align: center;
    background-color: #444;
}
.footer .navFoote{
    height: 15px;
}
.footer .navFoote>li{
    display: inline-block; 
    height: 15px;
}
.footer .navFoote>li>a{
    display: inline-block;
    height: 15px;
    line-height: 15px;
    color: #F5F5F5;
    border-right:1px solid #F5F5F5;
    padding-right:5px;
}
.footer .navFoote>li:last-child>a{
    border-right:none;
}
.footer>p{
    color: #F5F5F5;
    margin-top:20px;
}
