.page-about .about-header {
    font-size: 36px;
    color: #3abfbf;
    text-align: center;
    padding: 50px 0 40px;
    background-image: url(/images/intro_title_bg.png);
    background-repeat: no-repeat;
    background-position: center 42px
}

.page-about .about-line {
    height: 1px;
    background-color: #d8dfe4
}

/* about-article */

.page-about .about-article {
    text-align: justify;
    padding-bottom: 25px
}

.page-about .about-sub-header {
    font-size: 22px;
    color: #3abfbf;
    padding: 28px 0
}

.page-about .about-sub-des {
    color: #8d99a5;
    font-size: 16px;
    padding-bottom: 25px
}

/* about-org */

.page-about .about-org {
    position: relative;
    padding: 60px 0 160px
}

.page-about .about-org-tab {
    text-align: center;
    margin-bottom: 20px
}

.page-about .about-org-tab span {
    cursor: default;
    position: relative;
    display: inline-block;
    width: 230px;
    text-align: center;
    height: 58px;
    line-height: 58px;
    transition: all .2s ease-in-out;
    background-color: #f0f3f4
}

.page-about .about-org-tab span.active {
    color: #fff;
    background-color: #3abfbf
}

.page-about .about-org-tab span.active:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10.4px solid #3abfbf;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px
}

/* about-orglist */

.org-list {
    margin-left: -70px;
    text-align: center
}

.org-list .org-item {
    position: relative;
    top: 0;
    float: left;
    width: 180px;
    overflow: hidden;
    margin-left: 70px;
    padding: 40px 0 20px;
    border-radius: 4px;
    transition: all .2s ease-in-out
}

.org-list .org-item:hover {
    top: -10px;
    background-color: #fff;
    box-shadow: 0 .5rem 1.2rem rgba(58, 191, 191, .15)
}

.org-list .org-item:hover .org-name {
    color: #3abfbf
}

.org-list .org-item .org-logo {
    width: 160px;
    height: 160px;
    margin: 0 auto 30px;
    overflow: hidden
}

.org-list .org-item .org-logo img {
    display: block;
    width: 100%;
    height: 100%
}

.org-list .org-item .org-name {
    font-size: 18px;
    color: #62697f;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    width: 100%;
    text-align:center;
}

.about-org-bd a{
	color: #8d99a5; 
	font-size: 16px; 
	height:56px;
}
