.text-center {
    text-align: center;
}
.nav-tabs.nav-justified>li {
    font-size: 18px;
    background: #fff;
}
.panel-heading .nav>li.active>a, .panel-heading .nav>li>a:hover {
    color: #ff671b;
    background: #fff
}
.panel-heading .nav>li.active, .nav-tabs.nav-justified>li:hover {
    color: #ff671b;
    background: #fff;
    border-bottom: 4px solid #ff671b;
}
.news-img {
    margin: 5px 0;
}
.news-box {
    border: 1px solid #eee;
}
.panel-body {
    border: none;
    border-top: 1px solid #eee;
}
.panel-heading {
    background-color: #fff;
}
.join-banner {
    height: 518px;
    background: #CCC url(../img/join_banner.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.join-form section select {
    height: 50px;
    color: #000102;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 24px;
    transition: border 1s ease;
}
.join-form .form-horizontal .control-label {
    text-align: right;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-top: 8px;
}
.letter-bar {
    margin: 30px auto 10px;
    width: 1146px;
    height: 30px;
}
.letter-bar ul {
    width: 1146px;
    height: 30px;
}
.letter-bar ul li {
    float: left;
    width: 44px;
    height: 30px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    line-height: 30px;
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
}
.letter-bar ul li:hover {
    color: #333;
    font-size: 19px;
    font-weight: 900;
    text-decoration: underline;
    transform:translate(0,-6px);
    -webkit-transform:translate(0,-6px);
    -moz-transform:translate(0,-6px);
    -o-transform:translate(0,-6px);
    -ms-transform:translate(0,-6px);
}
.letter-active {
    color: #333;
    font-size: 19px;
    font-weight: 900;
    text-decoration: underline;
}
.card-hr {
    width: 61px;
    height:1px;
    border:none;
    border-top:1px solid #ff8447;
    margin: 10px auto;
}
.card-img img{
    border-radius: 50%;
}
.card-name {
    font-weight: bold;
    color: #333;
    font-size: 16px;
}
.cards-box h5{
    color: #666;
    overflow: hidden;/*内容超出后隐藏*/
    text-overflow: ellipsis;/* 超出内容显示为省略号*/
    white-space: nowrap;/*文本不进行换行*/
    height: 18px;
}
.cards-box {
    margin-bottom: 2px;
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
}
.cards-box:hover {
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    transform:translate(0,-10px);
    -webkit-transform:translate(0,-10px);
    -moz-transform:translate(0,-10px);
    -o-transform:translate(0,-10px);
    -ms-transform:translate(0,-10px);
}