.container{
    background: #fff;
}
.list-position{
    margin: 5% auto 0;
    font-size: 1.4rem;
    color: #333333;
    width: 96%;
    background: url(../img/m2017_14.jpg) 0 center no-repeat;
    padding: 0 0 0 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.list-position a{
    color: #06427c;
}
.list-ul{
    margin: 5% auto 0;
    width: 96%;
}
.list-ul li{
    padding: 3% 0;
    border-bottom: 1px dashed #b2b2b2;
    font-size: 1.4rem;
    color: #999;
}
.list-ul a{
    color: #333;
    width: calc(100% - 80px);
}
.page, .N_pageBox{
    margin: 10% 5%;
    text-align: center;
}
.page a, .N_pageBox a, .N_pageBox span{
    border: 1px solid #6f6f6f;
    font-size: 1.2rem;
    padding: 3px 8px;
    border-radius: 5px;
    margin:0 1%;
    color: #6f6f6f;
}
.N_pageBox  #active{
    border:none;
}
.N_pageBox::after{
    content:"";
    display:block;
    clear:both;
}

/*Community*/
.community-body{
    margin: 10% auto 40%;
    overflow: hidden;
    width: 80%;
}
.community-ul{
    width: 100%;
}
.community-ul li{
    width: 45%;
    text-align: center;
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 10%;
}
.community-ul li img{
    margin: 0 auto;
    width: 70%;
}

/*FAQ*/
.search-faq{
    width: 85%;
    height: 40px;
    background: #06427c;
    border-radius: 5px;
    margin: 5% auto 5%;
}
.search-faq input{
    background: none;
    margin: 0 0 0 50px;
    height: 38px;
    border: none;
    color: #d0d5dc;
    font-size: 1.4rem;
    outline: none;
    width: calc(100% - 60px);
}
.search-faq-result{
    width: 100%;
    padding: 2% 5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #06427c;
    border-radius: 5px;
    left: 0;
    top: 52px;
    max-height: 300px;
    overflow-y: auto;
}
.search-faq-ico{
    width: 0;
    height: 0;
    border-bottom: 9px solid #06427c;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    top: 43px;
    left: 50px;
}
.search-faq-result a{
    color: #fff;
    font-size: 1.4rem;
    padding: 3% 0;
    border-bottom: 1px dashed #fff;
}
.search-faq-result span{
    font-size: 1.4rem;
    color: #fff;
}
.search-faq-result span b{
    color: #06427c;
    font-weight: 200;
}
.search-faq-result a:last-child{
    border: none;
}

/*Leadership*/
.leaderItem{
    margin: 8% auto 0;
    border-bottom: 1px dashed #b2b2b2;
    width: 96%;
}
.leaderItem:last-child{
    border-bottom:none;
}
.leaderItem-title{
    font-size: 1.8rem;
    color: #06427c;
}
.leaderItemFirst{
    width: 26%;
    margin: 5% auto 10%;
    background: #eef6fe;
    padding: 8px;
    text-align: center;
    color: #333333;
}
.leaderItemFirst img,.leaderItemList li img{
    width: 100%;
    margin-bottom: 5px;
}
.leaderItemList{
    padding-bottom: 10%;
}
.leaderItemList li{
    width: 26%;
    margin: 5% 0 0 2%;
    background: #eef6fe;
    padding: 8px;
    text-align: center;
    color: #333333;
}
.leader-content{
    margin: 5% 0 0;
    border-top: 1px solid #333;
    padding: 10% 2%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.leader-content-name{
    width: 168px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 1.4rem;
    color: #333;
    border: 1px solid #333;
    top: -21px;
    left: 50%;
    margin-left: -84px;
    background: #fff;
}
.leader-content{
    margin: 5% 0 0;
    color: #666;
    font-size: 1.4rem;
    line-height: 1.8em;
}

/*Local News*/
.banner{
    margin: 5% 0 0;
}
.banner-ul li{
    display: none;
}
.banner-ul li.active{
    display: block;
}
.banner-ul li img{
    width: 100%;
    display: block;
}
.position-banner{
    right: 5%;
    bottom:5%;
    height: 5%;
    z-index: 11;
}
.position-banner span{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #d9e1e1;
    margin:0 5px;
}
.position-banner span.active{
    width: 11px;
    height: 11px;
    background: #06427c;
    border: 2px solid #fff;
}
.banner-title{
    bottom: 0;
    left: 0;
    background: rgba(0,6,6,0.5);
    color: #fff;
    font-size: 1.4rem;
    z-index: 1;
    height: 45px;
    line-height: 45px;
    width: 100%;
    text-indent: 2%;
}

/*Links*/
.links-box{
    margin: 5% auto 0;
    width: 96%;
}
.links-part{
    margin-bottom: 5%;
}
.links-part-head{
    background: #eeedf9;
    padding: 3% 2%;
    font-size: 1.6rem;
    color: #333333;
}
.links-part-body{
    background: #f9f9f9;
    padding: 2%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.links-part-body a{
    float: left;
    margin: 2% 1%;
    text-align: center;
    color: #333333;
    font-size: 1.4rem;
}
#firstp, #lastp{
    display:none;
}