/* 陈翱 */
.acade-pic-container{
    border: 1px solid #ccc;
    padding: 10px;
}
.acade-pic-li{
    width: 49.5%;
    margin-right: 0.5%;
    background: #E0E0E0;
}
.acade-person-tit{
    font-size:14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.acade-topic-pic{
    width: 40%;
}
.acade-topic-desc{
    width: 60%;
}
.acade-topic-item{
    border: 1px solid #ccc;
}
.acade-person-con{
    padding:5px;
}
.acade-topic-tit{
    text-align: left;
    padding-left: 13px;
    font-weight: bold;
}
.acade-top-img{
    background: #FFF;
}
.acade-banner{
    width: 59%;
    margin-right: 0.5%;
    border: 1px solid #ccc;
    padding:2px;
}
.hot-topic-con{
    width: 40%;
}
.hot-spec-li{
    text-align: center;
    padding:6px;
}
.hot-pic-txt{
    margin: 18px 0 11px 0;
}
.academician,
.academician_top{
    width: 100%;
    position: relative;
    z-index: 2;
}
.academician:after,
.academician_top:after,
.switer_texts:after,
.yuanshituku_title:after,
.yuanshituku_title_center:after,
.yuanshituku_title_img:after,
.yuanshituku_ZGKXYYS:after,
.ZGKXYYS_title:after,
.yuanshituku_zhongdian_center:after,
.yuanshituku_keji_center:after,
.yuanshituku_kepu_center:after{
    clear:both;
    content:'.';
    display:block;
    width: 0;
    height: 0;
    visibility:hidden;
}
.academician_top img{
    height: 100%;
    width: 100%;
}
.swiper-button-white{
    opacity: 0.5;
}
.acadePicImg {
    max-width: 100%;
    cursor: pointer;
    height: 100%;
}
.academician  .swiper-container{
    /* margin-top: -58px; */
    margin: 0 auto;
}
.academician .swiper-container{
    margin-top: -58px;
    height: 460px;
    background: rgba(0,0,0,0.1);
}
.academician .swiper-container .swiper-slide  {
    /* height: 100%; */
    /* position: relative; */
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.academician .swiper-container .swiper-pagination{
    padding-right: 20px;
    text-align: center
}

.academician .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    line-height: 10px;
    background:#FFFFFF;
    color: #FFFFFF;
    opacity: 0.5; 
}
.academician .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background:#FFFFFF;
    color: #FFFFFF;
    opacity: 1;
}
.switer_texts{
    position:absolute;
    left: 0px;
    bottom: 20px;
    padding-bottom: 30px;
}
.switer_texts p{
    float: left;
    position: relative;
}
.switer_texts p img{
    position: absolute;
    height: 50px;
    top: 0px;
    left: 0px;
}
.switer_texts p:nth-of-type(1) span{
    display: block;
    font-family: '微软雅黑 Bold',
    '微软雅黑 Regular',
    '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #183883;
    position: relative;
    line-height: 50px;
    z-index: 2;
    padding: 0px 20px;
}
.switer_texts p:nth-of-type(2) span {
    display: block;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: white;
    position: relative;
    line-height: 50px;
    z-index: 2;
    padding: 0px 20px;
}
.switer_texts p .switer_texts_yuan {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    left: -10px;
    z-index: 1;

}
.yuanshituku_title
.yuanshituku_ZGKXYYS,
.ZGKXYYS_title {
    width: 100%;
}
.yuanshituku_title_center{
    width: 515px;
    margin: auto;
    margin-top: 30px;
}
.yuanshituku_title_center i{
    display: block;
    float: left;
    width: 200px;
    border: 1px solid #48658e; 
    margin-top:13px; 
}
.yuanshituku_title_center span{
    font-family: '微软雅黑 Bold',
    '微软雅黑 Regular',
    '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #183883;
    float: left;
    padding: 0px 20px;
}
.yuanshituku_title_img,
.yuanshituku_title_img
{
    width: 1120px;
    margin-left: -10px;
    margin-top: 20px;
}
.acadePic_HotTopica{
    float: left;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    /* height: 260px; */
    height: 330px;
    overflow: hidden;
    position: relative;
}
.acadePic_HotTopica img{
    width: 100%;
}
.acadePic_HotTopica p{
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-left: 10px;
    padding-right: 10px;

}
.acadePic_HotTopica p span{
    width: 100%; 
    height: 60px;
    line-height: 18px;
    padding: 4px 20px;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.5);
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    text-align: left;
    overflow: hidden; 
    /* display: block; */
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /* white-space: nowrap; 
              
    -o-text-overflow: ellipsis;    
    text-overflow:    ellipsis;   */
}
.ZGKXYYS_title p:nth-of-type(1){
    float: left;
}
.ZGKXYYS_title p:nth-of-type(1) span:nth-of-type(1){
    display: block;
    position: relative;
}
.ZGKXYYS_title p:nth-of-type(1) span:nth-of-type(1) img:nth-of-type(1){
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.ZGKXYYS_title p:nth-of-type(1) span:nth-of-type(1) img:nth-of-type(2) {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 5px;
    z-index: 1;
}
.ZGKXYYS_title p:nth-of-type(1) span:nth-of-type(1) img:nth-of-type(3) {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 2;
}
.ZGKXYYS_title p:nth-of-type(1) span:nth-of-type(2){
    display: block;
    float: left;
    margin-left: 40px;
    margin-top: 3px;
    font-family: '微软雅黑 Bold',
    '微软雅黑 Regular',
    '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #183883;
    text-align: left;
}
.ZGKXYYS_title p:nth-of-type(2){
    float: right;
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #416592;
    margin-top: 8px;
    cursor:pointer
}
.yuanshituku_ZGKXYYS{
    margin-top: 30px;
}
.ZGKXYYS_imgs{
    width: 1110px;
    margin-left: -5px;
    margin-top: 15px;
}
.acade_twoLi,.acade_threeLi{
    float: left;
    display: block;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    height: 400px;
    overflow: hidden;
}
.acade_threeLi{
    width: 33.33%;
    height: 240px;
}
.ZGKXYYS_imgs li p{
    width: 50%;
    float: left;
    height: 100%;
    background: white;
    display: block;
    cursor:pointer;
    position: relative;
}
.acade_twoLi_text{
    background: white;
    height: 400px;
    display: block;
    position: relative;
}
.acade_threeLi_text{
    background: white;
    display: block;
    position: relative;
    height: 240px;
}
.acade_twoLi_textName{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: #183883;
    display: block;
    margin-top: 30px;
    margin-left: 20px;
}
.acade_threeLi_textName {
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #183883;
    display: block;
    margin-top: 20px;
    margin-left: 20px;
}
.acade_twoLi_textAppellation, .acade_threeLi_textAppellation{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #416592;
    display: block;
    margin-top: 10px;
    margin-left: 20px;
}
.acade_threeLi_textAppellation {
    font-size: 14px;
}
.acade_twoLi_textMeme {
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #999999;
    text-align: left;
    line-height: 20px;
    /* display: block; */
    padding: 0px 20px;
    margin-top: 50px;

    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient: vertical;
   
}
.acade_threeLi_textMeme {
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #999999;
    text-align: left;
    line-height: 20px; 
    padding: 0px 20px;
    margin-top: 20px;
    height: 100px;
    /* display: block; */
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
}
.acade_twoLi_img img{
    width: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    cursor:pointer;
    top:50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    
}
.acade_twoLi_img .acdeimg{
    height: 100%;
  
}
.acade_twoLi_textLogo{
    display: block;
    position: absolute;
    bottom: 26px;
    left: 20px;
}
.acade_twoLi_textLogo img {
    width: 60px;
    height: 60px;
    margin-left: 20px;
}

.yuanshituku_zhongdian_center,
.yuanshituku_keji_center,
.yuanshituku_kepu_center{
    width: 1120px;
    margin-top: 20px;
    margin-left: -10px;
}
.yuanshituku_zhongdian_center li{
    float: left;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
}

.yuanshituku_zhongdian_center li p{
    width: 100%;
    position: relative;
}
.yuanshituku_zhongdian_center li p:nth-of-type(1) img{
    width: 100%;
}
.yuanshituku_zhongdian_center li p:nth-of-type(1) span{
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 15px 20px;
    background: rgba(0, 0, 0, 0.5);
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
}
.yuanshituku_zhongdian_center li p:nth-of-type(2){
    padding: 15px 20px;
    background: white;
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    color: #999999;
}
.yuanshituku_keji_center li{
    float: left;
    width: 33.33%;
    padding-left: 5px;
    padding-right: 5px;
}
.yuanshituku_keji_center li img{
    width: 100%;
}
.yuanshituku_keji_center li p{
    width: 100%;
    padding: 15px 20px;
    background: white;
}
.yuanshituku_keji_center li p span:nth-of-type(1){
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    display: block;
}
.yuanshituku_keji_center li p span:nth-of-type(2){
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    color: #999999;
    margin-top: 20px;
    display: block;
}
.yuanshituku_kepu_center li{
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
}
.yuanshituku_kepu_center li div{
    width: 50%;
    height: 155px;
    float: left;
    position: relative;
   
}
.acaListfourImg{
    border: 1px solid #b2b2b2 ;
}
.acaListfourImg img{
   max-width: 100%;
    max-height: 155px;
    position: absolute;
    cursor: pointer;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.acaListfourText{
    background: white;
    padding: 15px 20px;
}
.acaListfourText p:nth-of-type(1){
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    cursor: pointer;
}
.acaListfourText p:nth-of-type(2) {
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #999999;
    margin-top: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

