
/* 法苑学人列表样式 */
#mains{
    padding-bottom: 15px;
}
#mains .flxr{
    min-height: 0px !important;
    position: relative;
    background: #fff;
    display: block;
}

/* 法苑学人轮播图样式 */

.flxr-box {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
}
.flxr-box .swiper-container {
    padding: 35px 0;
}
.flxr-box  .flxr-list {
    width: 160px;
    height: 203px;
}
.flxr-box  .flxr-list img{
    cursor: pointer;
    display:block;
    width: 100%;
    height: 100%;
}
.flxr-box  .flxr-list p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}
.flxr-box .swiper-pagination {
    width: 100%;
    bottom: 20px;
}
.flxr-box .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}
.flxr-box .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}
.flxr-box .swiper-button-prev::after,.flxr-box .swiper-button-next::after{
    content: '';
}
.flxr-box .swiper-button-next{
    top: 135px;
    right: 30px;
}
.flxr-box  .swiper-button-prev{
    top: 135px;
    left: 30px;
}

/* 法苑学人人物信息介绍样式 */
#peopleMessage{
    background-color: #e5eef8;
    width: 100%;
    height: 180px;
    padding: 20px 20px 40px 20px;
    letter-spacing: 1px;
}
#peopleMessage:hover #detail{
    color: #006baf;
}
.flxr-list{
    overflow: hidden;
}
.flxr-list img{
    transition: all .6s;
}
.flxr-list img:hover{
    transform: scale(1.1);
}
#peopleMessage .name{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
}
#peopleMessage p{
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.name .border{
    width:40px;
    height:2px;
    background: #bf0000;
    position: absolute;
    bottom: -5px;
    left: 560px;
}
.name .border .bordered{
    width: 20px;
    height:2px;
    background:#01499b ;
    position: absolute;
    top: 0;
    right: 0;
}
#peopleMessage .introduce{
    line-height: 25px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 80px;
}

/* 法苑学人人物列表样式 */

#firstAlphabetList .characterBox{
    margin-top: 20px;
    margin-right: 20px;
    width: 224px;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 16px;
}
#firstAlphabetList .characterBox:nth-child(6),
#firstAlphabetList .characterBox:nth-child(11),
#firstAlphabetList .characterBox:nth-child(16),
#firstAlphabetList .characterBox:nth-child(21),
#firstAlphabetList .characterBox:nth-child(26),
#firstAlphabetList .characterBox:nth-child(31){
    margin-right: 0px;
}
#firstAlphabetList .characterBox p{
    width: calc(100% - 42px);
    font-size: 16px;
    padding:0 5px 0 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}
#firstAlphabetList .characterBox i{
    color: #b5b5b5;
    float: right;
    margin-right: 20px;
    font-size: 22px;
}
#firstAlphabetList .title{
    font-size: 18px;
}
.selected{
    width: 5px;
    height: 60px;
    background-color: #006baf;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.selectedBorder{
    width: 5px;
    height: 25px;
    background-color: #bf0000;
}
#firstAlphabetList .characterBox:hover .selected{
    display: block;
}
#firstAlphabetList .characterBox:hover .icon-jinrujiantou{
    color: #006baf;
}
#firstAlphabetList .characterBox:hover{
    color: #006baf;
}
#firstAlphabetList .characterBox p:hover{
    color: #006baf;
}


/* 法苑学人人物详情页面 */
#contentHeader{
    display: flex;
    width: 100%;
    margin: 5px auto;
}
#contentHeader .characterPhotos img{
    width: 250px;
    height: 325px
}
#contentHeader .characterProfile{
    width: 100%;
    box-sizing: border-box;
    padding:35px 35px 0;
    background-color: #e5eef8;
    max-height: 325px;
    overflow-y: auto;
}
#contentHeader .characterProfile::-webkit-scrollbar {
    width: 8px;
}
#contentHeader .characterProfile::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #d4d4d4;
}
#contentHeader .characterProfile::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 4px;
    background: #f7f7f9;
}
/*火狐下滚动条样式*/
* {
    scrollbar-color: rgba(255,255,255,0.1)  rgba(255,255,255,0); /* 滑块颜色  滚动条背景颜色 */
    scrollbar-width: thin; /* 滚动条宽度有三种：thin、auto、none */
}
.characterProfile .characterName{
    font-size: 28px;
    font-weight: bolder;
    color: #333333;
}
.characterProfile .positionHeld{
    height: 65px;
    line-height: 55px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    cursor: pointer;
}
.positionHeld  .career{
    margin-right:30px;
}
.characterProfile .dividerLine{
    width: 86px;
    height: 4px;
    background-color: #006baf;
}
.dividerLine .discoloration{
    width: 30px;
    height: 4px;
    background-color: #bf0000;
    float: left;
}
.characterProfile .experience{
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-top: 25px;
    letter-spacing: 1px;
}

.characterResumeTitle,.majoWorksTitle{
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 1px;
    color: #333333;
    position: relative;
    box-sizing: border-box;
    padding: 0 30px;
    margin-top: 30px;
}
.characterResumeTitle .titleBorder,
.majoWorksTitle .titleBorder{
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 25px;
    background-color: #01499b;
}
.characterResume,.majoWorks{
    min-height: 170px;
    box-sizing: border-box;
    padding: 40px;
}
.characterResume p,majoWorksTitle p,.majoWorks p{
    line-height: 25px;
}
.experience p{
    line-height: 26px;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 5;*/
    /*overflow: hidden;*/
}
