@charset "utf-8";

body {
    background: url(../images/sub_body_bg.png) no-repeat;
    background-size: cover;
}

.subBanner {
    position: relative;
}

.subBanner::before {
    content: '';
    display: block;
    width: 100%;
    height: 149px;
    background-image: linear-gradient(to bottom,rgba(0,0,0,1),rgba(0,0,0,0));
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,1),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,1),rgba(0,0,0,0));
    /* background: url(../images/banner_before.png) repeat-x; */
    position: absolute;
    top: 0px;
    z-index: 4;
}

.subBanner::after {
    content: '';
    display: block;
    width: 100%;
    height: 79px;
    background: url(../images/banner_after.png) repeat-x;
    position: absolute;
    bottom: -3px;
    z-index: 0;
}

.subBanner {
    width: 100%;
}

.subBanner a {
    display: block;
    height: 0px;
    overflow: hidden;
    padding-bottom: 23.4375%;
}

.subBanner img {
    width: 100%;
}


/*侧边栏*/
.gp-subLeft {
    background: #fff;
    position: relative;
    top: -87px;
}
/* .gp-subLeft > ul{ padding-bottom: 30px; border-left: 15px solid #94070a;} */

.gp-subLeft>ul>li {
    position: relative;
}

.gp-subLeft>ul>li>a {
    display: block;
    transition: all 0.35s ease-in-out;
    /* height: 58px; */
    line-height: 30px;
    padding: 15px 0;
    padding-left: 30px;
    border-left: 15px solid #94070a;
}


.gp-subLeft .gp-toggles {
    width: 58px;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
    color: #fff
}

.gp-second-nav {
    font-size: 14px;
    display: none;
    background: #f9f5f5;
}

.gp-second-nav dd{

}

.gp-second-nav dd a {
    display: block;
    padding: 10px 15px 10px 65px;
    color: #666;
    /* border-bottom: 1px dotted #fff; */
    border-left: 15px solid #94070a;
    transition: all 0.35s ease-in-out;
    position: relative;
}
.gp-second-nav dd a::before{
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #94070a;
    position: absolute;
    left: 58px;
    top: 45%;
}

.gp-second-nav dd a:hover,
.second_nav dd a.active {
    background: #fff;
}

/*侧边栏移动端 */
.gp-m-subNav {
    display: none;
}

.gp-m-inner-header {
    width: 100%;
    height: 40px;
    background-color: #e1ebe3;
    cursor: pointer;
    line-height: 40px;
}

.gp-m-inner-header>span {
    height: 40px;
    padding-left: 15px;
    font-size: 16px;
    color: #666;
}


.gp-m-subNav .gp-m-inner-header-icon {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}

.gp-m-subNav .gp-m-inner-header-icon-click i {
    display: block;
}

.gp-subNavm {
    width: 100%;
    overflow: hidden;
    display: none;
}

.gp-subNavm h2 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #003c7f;
}

.gp-subNavm h2 a {
    padding-left: 13px;
    font-size: 20px;
    font-family: Tahoma;
    display: block;
    color: #fff;
}

.gp-subNavm ul {}

.gp-subNavm li {
    position: relative;
}

.gp-subNavm li>a {
    font-size: 14px;
    padding-left: 13px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6;
    display: block;
}

.gp-subNavm li.sub_has span {
    margin-left: 10px;
}

.gp-subNavm li.on a {
    color: #003c7f;
    display: block;
    width: 100%;
}

.gp-m-toggle {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    text-align: center;
}

.gp-subNavm dl {
    display: none;
    background-color: #fff;
    padding: 5px 0px;
}

.gp-subNavm dl dd {
    padding-left: 30px;
    line-height: 18px;
    padding: 8px 0px 8px 30px;
    border-bottom: 1px dotted #e6e6e6;
}

.gp-subNavm li dl dd a {
    font-size: 12px;
    font-weight: normal;
    display: inline;
    border: none;
    padding: 0px;
}

.gp-subNavm li dl dd a:hover {
    color: #a70510
}

.gp-xs-3 {
    width: 100%;
}

@media screen and (max-width:998px) {
    .gp-subLeft {
        display: none;
    }

    .gp-m-subNav {
        display: block;
    }
}

/* 自定义侧栏 */
.sub-fl {
    /* width: 13.75%; */
    width: 250px;
    float: left;
    z-index: 10;
}

.sub-fr {
    width: calc(100% - 300px);
    /* width: calc(100% - 13.75% - 80px); */
    float: right;
    box-sizing: border-box;
}

.subLeft {
    font-family: 黑体;
    position: relative;
    top: -88px;
}

.subLeftTitle {
    height: 88px;
    line-height: 88px;
    width: 100%;
    background-color: #94070a;
    color: #fff;
    text-align: center;
}

.subLeft li {
    background-color: #fff;
}

.gp-subLeft>ul>li>a:hover,
.gp-subLeft>ul>li>a.active {
    font-size: 2rem;
    background-color: #94070a;
    color: #fff;
    position: relative;
}

.gp-subLeft>ul>li dd.active{ background-color: #fff;}

.gp-subLeft li:first-child a.active::before,
.gp-subLeft li:first-child a:hover::before {
    content: '';
    display: block;
    width: 205px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
}

.articleList {
    position: relative;
}

.bread {
    color: #fff;
    height: 16px;
    line-height: 16px;
    position: absolute;
    /* top: -68px; */
    top: -88px;
    right: 0px;
}

.bread a {
    color: #fff;
}

.bread span {
    padding: 0 5px;
}

.channelTitle {
    line-height: 36px;
    margin-top: 50px;
    padding-bottom: 31px;
    border-bottom: 1px solid #94070a;
    color: #000;
}

.pkuAticle {
    background-color: #fff;
    padding: 50px 50px 80px;
    margin-bottom: 100px;
    min-height: 200px;
    position: relative;
}

.pkuAticle p {
    line-height: 30px;
}

.pkuAticle .articleImg {
    float: left;
    margin: 0px 30px 30px 0px;
    width: 198px;
    height: auto;
}
.pkuAticle table{ max-width: 100% !important;}
.telUs p{
    margin-bottom: 39px;
}

.telUs p:first-child{
    color: #c8a164;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 2rem;
}
.pkuAticle .articleImg1{
    margin: 0 auto;
    text-align: center;
}

.goTo{
    position: absolute;
    right: 0px;
    top: 80px;
}

.pkuList{
    background-color: #fff;
    padding: 50px 80px 80px;
    margin-bottom: 80px;
    min-height: 200px;
}

.pkuList ul{
    width: 100%;
    /* width: calc(100% + 98px); */
    /* margin-left: -48px; */
}
.pkuList li{
    width: 45.81%;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    margin-bottom: 50px;
    position: relative;
    background: url(../images/list_yun_bg.png) no-repeat;
    background-position: right 133%;
}
.pkuList.min-height li{min-height: 350px;}
.pkuList li:nth-of-type(odd){
    float: left;
}
.pkuList li:nth-of-type(even){
    float: right;
}
.pkuList li a{
    display: block;
    overflow: hidden;
    margin: 20px;
    margin-top:50px;
    position: relative;
    /* background: url(../images/list_item_bg.png) no-repeat; */
}
.pkuList li .img{
    width: 27.5%;
    padding-bottom: 41.73%;
    position: relative;
    margin-top: 8px;
}
.pkuList li .info{
    width: calc(100% - 27.5%);
    padding-top: 16px;
    padding-left: 20px;
    box-sizing: border-box;
    color: #333;
    /* line-height: 36px; */
    line-height: 18px;
}
.addr{
    text-align: right;padding-right: 10px;/* margin-left: 180px; */
    /* font-size:17px; */
}
.pkuList .info .name{
    color: #000;
    margin-bottom: 9px;
    line-height: 25px;
    margin-bottom: 6px;
    max-height: 24px;
    overflow: hidden;
}
.pkuList .info .name span{ color: #c8a164; padding-left: 5px;}
.pkuList li:hover  .info .name span{ color: #9a2023;}
.pkuList .info .number{
    margin-bottom: 20px;
    margin-left: 40px;
    margin-top:10px;
    position: relative;
    width: 50%;
    float: left;
    }
.pkuList .info .number.addIcon{width: 100%; height: 18px;}
.pkuList .info .number::before{
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/list_item_tellnumber.png) no-repeat;
    position: absolute;
    left: -40px;
    top: -5px;
}
.pkuList .info .number.addIcon::before{
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/addricon2.png) no-repeat;
    background-size: cover;position: absolute;
    left: -40px;
    top: -5px;
}
.pkuList.pkuList1 li:hover{ box-shadow: none; border: none;}
.pkuList.pkuList1 li:hover a{
    border-color: rgba(210, 210, 210, 0);
    /* border-bottom: 0; */
    border-top: 1px solid #b48952;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);/*firefox*/
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);/*webkit*/
}
.pkuList li:hover{
    border: 1px solid rgba(210, 210, 210, 0);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);/*firefox*/
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);/*webkit*/
}
.pkuList li:hover .info .number::before{ background: url(../images/list_item_tellnumber_red.png) no-repeat;}
.pkuList li:hover .info .number.addIcon::before{ background: url(../images/addricon.png) no-repeat; background-size: cover;}
.pkuList .info .mail{
    margin-bottom: 0px;
    min-height: 36px;
    }
.pkuList .info .researchDir{
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    /* margin-bottom: 20px; */
    min-height: 70px;8px;
    }
.pkuList1.gp-avg-xxs-3 .info .researchDir{margin-bottom: 0px;max-height: 130px;font-size: 1.4rem;line-height: 18px;}
.pkuList li:hover::before{
    content: '';
    display: block;
    width: 66px;
    height: 66px;
    border-top: 3px solid #94070a;
    border-left: 3px solid #94070a;
    position: absolute;
    left: -2px;
    top: -3px;
    z-index: 0;
    transition: all 0.2s ease;
}
.pkuList li:hover .name{
    color: #c8a164;
}

/*分页*/
.gp-page { padding:15px 0; color:#999;}
.gp-page:after,.gp-page:before { content:" "; display:table}
.gp-page .pageBox>a,.gp-page .pageBox>span{display:inline-block; zoom:1;cursor: pointer;width: 34px;height: 44px;line-height: 44px;
 position:relative;text-align: center; vertical-align: top;}
.gp-page-select{height: 24px;line-height: 32px;min-width: 50px;display:inline-block;*display: inline;*zoom:1;vertical-align: top; border: none; margin-bottom: 3px; background-color: #fcf8f7;}
.gp-page .gp-page-start,.gp-page .gp-page-end,.gp-page .gp-page-next,.gp-page .gp-page-prev,.gp-page .pageBox > span {width: auto;padding:0 15px;}
.gp-page .pageBox > span{border:none}
.gp-page .pageBox > a:hover,.gp-page .pageBox > a.on_pages { color: #c8a164; border-bottom: 2px solid #94070a;}
.gp-m-page a{display: inline-block;margin:0 10px}
/*居中*/
.gp-page-centered {text-align:center}
/*右对齐*/
.gp-page-right {text-align:right}
.gp-m-page{ display: none;}
.pageBox{max-width: 475px; margin: 0 auto; font-size: 0px; border: 1px solid #e5e5e5;}
.pageBox a{font-size: 1.4rem;}
.gp-page .pageBox .gp-page-start,.gp-page .pageBox .gp-page-prev,.gp-page .pageBox .gp-page-next,.gp-page .pageBox .gp-page-end{ width: 50px; padding: 0 5px;}

/* 教研室 */
.pkuList1 .listTitle{ min-width: 205px; border-left: 5px solid #b48952; height: 63px; line-height: 63px; position: relative; margin-bottom: 50px; overflow: hidden;}
.pkuList1 .listTitle a{ display: inline-block; padding: 20px 60px; line-height: 24px; color: #fff; padding-left: 30px; background-color: #94070a; position: relative;}
.pkuList1 .listTitle a::after{ content: ''; display: block; width: 51px; height: 63px; background: url(../images/list_title_after.png) no-repeat; position: absolute; top: 0px; right: 0px;}
.pkuList1 ul{ width: auto; margin: 0px -25px; }
.pkuList1 li{ width: 25%; float: left !important; background: none; border: none;}
.pkuList1.gp-avg-xxs-3 li{ width: 33.3%;}
.pkuList1 li a{ margin: 0px 25px; border: 1px solid #d2d2d2; padding: 15px;}
.pkuList1.gp-avg-xxs-3 li a{ min-height: 180px;}
.pkuList1 li .img{ width: 47.41%; padding-bottom: 47.41%; border-radius: 50%;}
.pkuList1 li .info{ width: calc(100% - 47.41%);}
.pkuList1 li:hover::before{ display: none;}
.pkuList1 .info .researchDir{ font-size: 1.6rem;}


/* 获奖成果 */
.pkuList2 dl{ margin-bottom: 50px; border-right: 1px solid #fff;}
.pkuList2 .listTitle{ min-width: 205px;}
.pkuList2 .listTitle a{ padding: 20px 76px 20px 30px;}
.pkuList2 dt span:nth-of-type(1),
.pkuList2 dd span:nth-of-type(1){
    display: block;
    float: left;
    width: 46.5%;
    /* border-right: 1px solid #fff; */
}
.pkuList2 dt span:nth-of-type(2),
.pkuList2 dd span:nth-of-type(2){
    display: block;
    float: left;
    width: 27%;
    /* border-right: 1px solid #fff; */
}
.pkuList2 dt span:nth-of-type(3),
.pkuList2 dd span:nth-of-type(3){
    display: block;
    float: left;
    width: 25%;
}
.pkuList2 dt span{
    text-align: center;
    background-color: #f4f4f4;
    padding: 15px 0px;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.pkuList2 dd span:nth-of-type(1){
    padding-left: 29px;
    box-sizing: border-box;
}
.pkuList2 dd span{
    padding: 20px 0;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.pkuList2 dd span:nth-of-type(2){
    /* width: 27%; */
    text-align: center;
}
.pkuList2 dt span:nth-of-type(3){
    border-right: 1px solid #e5e5e5;
}
.pkuList2 dd span:nth-of-type(3){
    /* width: 24.89%; */
    text-align: center;
    border-right: 1px solid #e5e5e5;
}

/* 新闻公告（科研动态） */
.newsList{ padding: 50px 50px 80px;}
.newsList li{ width: 100%;}
/* .newsList li a{ margin: 10px 0px 10px 10px;} */
.newsList li a{ margin: 10px 0px 0px 10px;}
.newsList li .img{ padding-bottom: 15.48%; margin-bottom: 10px;}
.newsList li .info{ padding: 20px 30px;}
.newsList li .info .title{ color: #000;max-height: 18.3px; margin-bottom: 20px;}
.newsList li .info .title:hover{ color: #BB271B;}
.newsList li .info .summary{ line-height: 26px; max-height: 50px; margin-bottom: 30px;}
.newsList li .info .date{ padding-left: 24px; position: relative; color: #94070a;}
.newsList li .info .date::before{ content: ''; display: block; width: 12px; height: 14px; background: url(../images/newslist_time_icon.png) no-repeat; background-size: cover; position: absolute; left: 0px; top: 1px;}
.newsList li:hover::before{ display: none; }
.newsList li:hover{ 
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);/*firefox*/
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);/*webkit*/
    border: none;
}
.newsList li a:hover{ background: url(../images/list_yun_bg.png) no-repeat; background-position: 100% 130%; transition: all .3s ease;}
.noleft .newsList li a:hover{ background: url(../images/list_yun_bg.png) no-repeat; background-position: 100% 110%; transition: all .3s ease;}
.newsList li{ background: none; border: 1px solid #b48952; transition: all .3s ease;}
.pkuList li .info.noImg{ width: 100%;}

/* 学术会议 */
.topNav dl{ vertical-align: bottom;}
.topNav dd{ float: left; margin: 0 30px; padding-bottom: 15px; height: 26px; line-height: 26px; min-width: 47px; display: inline-block; vertical-align: text-bottom; box-sizing: border-box; position: relative;}
.topNav dd.on::after, .topNav dd:hover::after{ content: ''; display: block; width: 100%; height: 1px; background-color: #b48952; border-bottom: 2px solid #b48952; position: absolute; bottom: -15px; left: 0px;}
.topNav dd:hover::after{ left: -5px;}
.topNav dd.on/* ,.topNav dd:hover */{ font-size: 2.4rem;}
.study ul{ padding-top: 50px; position: relative; overflow: hidden;}
.study ul::before{ content: ''; display: block; width: 1px; height: 100%; background-color: #dcdcdc; position: absolute; left: 142px;}
.study li{ border: none; margin-bottom: 56px;}
.study li .date span{ display: block; color: #94070a; text-align: right; margin-right: 29px;}
.study li .type{ display: block; width: 50px; height: 50px; line-height: 50px; border-radius: 50%; background-color: #f29b76; color: #fff; text-align: center; margin-right: 50px;}
.study li .type.purple{ background-color: #9081da;}
.study li .info{ padding-left: 0px; padding-top: 0px; padding-bottom: 0px; position: relative;}
.study li .info > span{ padding-left: 24px;}
.study li .info .addr{ display: inline-block; width: 43%;}
.study li .info > span::before{ content: '';display: block;width: 14px;height: 16px;position: absolute;left: 0px;top: -2px; position: absolute; left: 0px; top: 0px; background-size: cover;}
.study li .info .addr::before{ background: url(../images/study_addr.png);}
.study li .info .people::before{ background: url(../images/study_people.png) no-repeat; left: 46%;}
.study li .info .title{ max-height: 18px; margin-top: 12px;}
.study li a{ margin: 0px;}
.study li:hover,.study li a:hover{box-shadow: none; background: none;}
.meeting li{ border: none; border-bottom: 1px solid #dcdcdc;}
.meeting li:hover{ box-shadow: none; background: none; border-bottom: 1px solid #dcdcdc;}
.meeting li a:hover{ box-shadow: none; background: none; }
.meeting li a:hover,.meeting li .info:hover{ color: #BB271B !important;}
.meeting li a{ margin-bottom: 50px;}
.meeting li .info .title{ font-weight: bold; max-height: 20px; line-height: 20px;}
.meeting li .info .summary{ margin-bottom: 24px;}
.meeting li .info{ padding-top: 22px;}
.meeting .time{ padding-left: 34px; padding-right: 84px;}
.meeting .info .gp-f16{ position: relative;}
.meeting .info span::before{content: '';display: block;width: 24px;height: 24px;position: absolute;left: 0px;top: -2px;}
.meeting .info .time::before{ background: url(../images/mode02_time_icon.png) no-repeat; top:-2px;}
.meeting .info .addr::before{background: url(../images/mode02_addr_icon.png) no-repeat; left: -33px;}

/* list */
.List li{ border: none; margin-bottom: 0px;}
.List li:hover{ box-shadow: none;}
.List li a:hover{ background: none;}
.List .title{ padding-left: 27px; position: relative; transition: all .3s ease;}
.List li:hover .title{ text-indent: .4em;}
.List .title::before{ content: ''; display: block; width: 17px; height: 17px; background: url(../images/list_icon.png) no-repeat; position: absolute; left: 0px; top: 5px;}
.List li a{ padding-bottom: 15px;}
.List ul{ padding-bottom: 55px;}

/* article */
.subAticle .articleTitle{ line-height: 30px; margin-bottom: 17px; font-weight: bold; color: #b48952; text-align: center;}
.subAticle .articleInfo{ line-height: 30px; text-align: center; padding: 0 23px; padding-bottom: 16px;}
.subAticle .articleInfo span{ padding: 0 23px; padding-bottom: 16px; position: relative;}
.subAticle .articleInfo span::after{ content: ''; display: block; width: 1px; height: 14px; background-color: #333333; position: absolute; right: 0px; top: 3px;}
.subAticle .articleInfo span:last-child::after{ display: none;}
.Annex{ margin-top: 50px;}
.Annex li a{ display: block; margin-top: 20px; padding-left: 30px;}

.articleContent{ color: #000;}

/* 分享 */
.share{width: 80px; position: absolute; right: -110px; top: 0px;}
 .share_btn{line-height: 28px;font-weight: normal;}
 .share .bdsharebuttonbox{ padding-top: 11px;}
 .share .bdsharebuttonbox  > a{padding-left: 0;margin:0 15px 0 0 !important;;height: 32px;text-indent: 0;width: 32px;line-height: 32px;text-align: center;background: none;font-size: 23px;}
/*  .share .bdsharebuttonbox > a.bds_weixin{*background:url(../images/share_wx.png) no-repeat center ;color:#7dd43c}
 .share .bdsharebuttonbox  > a.bds_tsina{*background:url(../images/share_wb.png) no-repeat center;color:#e83437}
 .share .bdsharebuttonbox  > a.bds_qzone{*background:url(../images/share_qq.png) no-repeat center ;color:#fece00}
 .share .bdsharebuttonbox  > a.bds_more{*background:url(../images/share_more.png) no-repeat center ;color:#a3bfd9} */
 .share .bdsharebuttonbox > a{ display: block; width: 60px; height: 60px; padding-bottom: 5px;}
 .share .bdsharebuttonbox > a.bds_weixin{background:url(../images/share_wx.png) no-repeat center ;}
 .share .bdsharebuttonbox  > a.bds_tsina{background:url(../images/share_wb.png) no-repeat center;}
 .share .bdsharebuttonbox  > a.bds_qzone{background:url(../images/share_qq.png) no-repeat center ;}
 .share .bdsharebuttonbox  > a.bds_more{background:url(../images/share_more.png) no-repeat center ;}
 .shareBox {width: 260px;background-color: #fff;position: fixed;top: 50%;left: 50%;margin: -150px 0 0 -130px;z-index: 9998;height: 310px;border: 6px solid #8F8F8F;border-radius: 8px;box-shadow: 0 0 7px #aaa;display: none;}
 .shareBox { font-size: 14px;}
 .shareBox .title {   background: #f6f6f6;  font-size: 14px;  font-weight: bold;  padding: 10px 15px !important;}
 .shareClose {   position: absolute;    right: 0;    top: 0; cursor: pointer;font-size: 18px;width: 20px;; }
 .sharelist {  position: static;   height: 250px;  overflow-y: auto;padding-left: 17px !important;}
 .sharelist li {    float: left;    width: 130px;     padding: 2px;     margin-left: 6px;     _margin-left: 3px;     height: 28px;     overflow: hidden;     list-style: none; }
 .sharelist li a {     color: #565656;     font: 12px '宋体';     display: block;        text-decoration: none;     border: 1px solid #fff;     line-height: 18px; width: auto;height: auto;text-indent: 0;}
 .weChatBox{width: 280px;height:300px;background-color:#fff;border:solid 1px #d8d8d8;padding:10px;position: fixed;left: 50%;top: 50%;margin:-150px 0 0 -140px;z-index: 9998;display: none;box-shadow: 0 0 10px rgba(0,0,0,0.25);}
 .weChatBox .w-title{font-size: 12px;font-weight: bold;padding:0 0 10px 0;}
 .w-close{width: 20px;height: 20px;line-height: 20px;text-align: center;font-size: 20px;position: absolute;right: 0;top: 0;color:#333;cursor: pointer;}
 .qrcode{width: 200px;height: 200px;margin:15px auto;background: #ccc;}
 .w-footer{font-size: 12px;line-height: 1.5;color:#999;}
 #qrodeText{opacity: 0;position: absolute;left: 0;top: 0;z-index: 0;visibility:hidden;}
 .bdshare_dialog_bg{position:fixed;_position:absolute;width:312px;height:341px;z-index:9999;overflow:hidden;display:none}
 .bdshare_dialog_box{position:fixed;_position:absolute;width:300px;border:6px solid #8F8F8F;height:329px;z-index:10000;text-align:left;box-shadow:0 0 7px #aaa;-webkit-box-shadow:0 0 7px #aaa;-moz-box-shadow:0 0 7px #aaa;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;overflow:hidden;background:#f6f6f6;display:none}
 .bdshare_dialog_top,.bdshare_popup_top{height:28px;color:#626262;overflow:hidden;font-weight:bold;font-size:14px;line-height:28px;padding:0 5px}
 .bdshare_dialog_close{width:22px;height:23px;background:url(../images/pop_c.gif) no-repeat 0 0;float:right;display:block;margin-top:2px}.bdshare_dialog_list{margin:0;padding:10px 0;height:256px;background:#fff;overflow:auto;overflow-x:hidden}.bdshare_dialog_bottom{height:25px;line-height:25px;font-size:12px;text-align:right;padding:0 10px}.bdshare_dialog_bottom a{color:#999;text-decoration:none}
 .bdshare_dialog_bottom a:hover{color:#00a9e0}.bdshare_dialog_list li{float:left;width:130px;padding:2px;margin-left:6px;_margin-left:3px;height:28px;overflow:hidden;list-style:none}.bdshare_dialog_list a,.bdshare_popup_list a,.bdshare_popup_bottom a{color:#565656;font:12px '宋体';display:block;background-image:url(../images/icons_0_16.png);background-repeat:no-repeat;padding:5px 0 5px 28px;text-decoration:none;border:1px solid #fff;line-height:18px}.bdshare_dialog_list a:hover,.bdshare_popup_list a:hover{background-color:#f3f3f3;border:1px solid #eee;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px}.popup_qzone{background-position:4px -47px}.popup_tsina{background-position:4px -99px}.popup_renren{background-position:4px -203px}.popup_tqq{background-position:4px -255px}.popup_kaixin001{background-position:4px -307px}.popup_tqf{background-position:4px -359px}.popup_hi{background-position:4px -411px}.popup_douban{background-position:4px -463px}.popup_tieba{background-position:4px -723px}.popup_hx{background-position:4px -983px}.popup_fx{background-position:4px -1035px}.popup_ty{background-position:4px -1191px}.popup_fbook{background-position:4px -1347px}.popup_twi{background-position:4px -1399px}.popup_linkedin{background-position:4px -1659px}.popup_meilishuo{background-position:4px -1711px}.popup_mogujie{background-position:4px -1763px}.popup_diandian{background-position:4px -1815px}.popup_huaban{background-position:4px -1867px}.popup_duitang{background-position:4px -2023px}.popup_youdao{background-position:4px -2075px}.popup_wealink{background-position:4px -2179px}.popup_copy{background-position:4px -2283px}.popup_mail{background-position:4px -2335px}.popup_print{background-position:4px -2387px}.popup_mshare{background-position:4px -2439px}.popup_sqq{background-position:4px -2647px}.popup_sdo{background-position:4px -2699px}.popup_qingbiji{background-position:4px -2751px}.popup_people{background-position:4px -2803px}.popup_xinhua{background-position:4px -2907px}.popup_yaolan{background-position:4px -2959px}.popup_thx{background-position:4px -2491px}.popup_bdhome{background-position:4px -151px}.popup_bdxc{background-position:4px -2543px}.popup_more{background-position:4px 5px}.popup_bdysc{background-position:4px -3063px}.popup_isohu{background-position:4px -3011px}.popup_ibaidu{background-position:4px -3115px}.popup_weixin{background-position:4px -1607px}.popup_iguba{background-position:4px -1295px}.popup_h163{background-position:4px -3156px}.bdshare_popup_bg{position:absolute;display:none;z-index:9997}.bdshare_popup_box{position:absolute;display:none;z-index:9998;text-align:left;background:#f6f6f6;border:solid 1px #e9e9e9}.bdshare_popup_list{margin:0;padding:5px 0;background:#fff;overflow:auto;overflow-x:hidden;_zoom:1}.bdshare_popup_bottom{clear:both;height:30px;font-size:12px;text-align:right;padding:0 10px}.bdshare_popup_bottom a{color:#999;text-decoration:none;border:0;float:right}.bdshare_popup_bottom a:hover{color:#00a9e0}.bdshare_popup_list li{float:left;width:100px;padding:2px;margin-left:6px;_margin-left:3px;height:28px;overflow:hidden;list-style:none}.popup_tsohu,.popup_tfh,.popup_baidu,.popup_qq,.popup_msn,.popup_sohu,.popup_qy,.popup_leho,.popup_ifeng,.popup_ff,.popup_tuita,.popup_ms,.popup_deli,.popup_s51,.popup_t163,.popup_share189,.popup_xg,.popup_s139{display:none}.bdshare_dialog_box,.bdshare_dialog_list a:hover,.bdshare_popup_list a:hover{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;}.popup_evernotecn{background-position:4px -3180px;}

 
/* 学术日历 */
.calendar_wrap {padding: 0px 65px;position: relative;background: #fff;box-sizing: border-box; }
.year_day_select {position: absolute;top: 0px;right: 90px;}
.year_day_select::after{content: "";display: block;height: 0;overflow: hidden;visibility: hidden;clear: both;}
.pc_academic_calendar_wrap{clear: both;}
.year_day_select .year_day_select_item {float: left;margin-left: 30px;border: 1px solid #dcdcdc;height: 28px;}
.year_day_select .year_day_select_item select {border: 0;background: none;outline: none;height: 28px;;line-height: 28px;padding: 0 5px;box-sizing: border-box;}
.calendar_day {margin-bottom: 33px;}
.calendar_day h2 {margin-right: 30px;font-weight: bold;font-size: 24px;color: #333;float: left;}
.calendar_day span {float: left;display: block;width: 0;height: 0;margin-right: 10px;margin-top: 25px;}
.calendar_day .calendar_left_arrow {border-right: 8px solid #b7b7b7;border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-left: 0;cursor: pointer;}
.calendar_day .calendar_right_arrow {border-left: 8px solid #b7b7b7;border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-right: 0;cursor: pointer;}
.calendar ul li {margin-bottom: 30px;}
.calendar ul li .calendar_item {border-bottom: 1px solid #ccc;padding-bottom: 48px;}
.calendar ul li .calendar_item em {display: block;margin-bottom: 20px;font-size: 16px;color: #b48952;}
.calendar ul li .calendar_item h4 a {font-size: 16px;color: #b48952;margin-left: -10px;}
.calendar ul li .calendar_item p {font-size: 18px;color: #333;margin: 20px 0;}
.calendar ul li .calendar_item span {font-size: 16px;color: #666;}
.noactivity img {width: 154px;height: 88px;display: block;margin: 0 auto 40px;}
.noactivity p {text-align: center;color: #999;font-size: 24px;}
.year_day {width: 250px;margin: 20px auto;position: relative;}
.year_day h2 {text-align: center;font-weight: normal;color: #b48952;}
.year_day span {display: block;position: absolute;top: 5px;width: 0;height: 0;}
.year_day .year_day_left_arrow {left: 0;border-left: 0 solid transparent;border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-right: 16px solid #dcdcdc;}
.year_day .year_day_right_arrow {right: 0;border-right: 0 solid transparent;border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-left: 16px solid #dcdcdc;}
.pc_academic_calendar_wrap ul li {float: left;width: 14%;height: 75px;}
.pc_academic_calendar_wrap ul li span {height: 75px;line-height: 75px;color: #94070a;display: block;margin: 0 25px;text-align: center;border-bottom: 1px solid #b48952;}
.pc_academic_calendar_wrap dl dd {float: left;width: 14%;height: 75px;position: relative;}
.pc_academic_calendar_wrap dl dd .calendar_num {color: #666;display: block;text-align: center;height: 74px;margin: 0 25px;line-height: 55px;border-bottom: 1px solid #b48952;position: relative;}
.pc_academic_calendar_wrap dl dd .calendar_none::-webkit-scrollbar{width : 10px;height: 1px;}
.pc_academic_calendar_wrap dl dd .calendar_none::-webkit-scrollbar-thumb {border-radius: 10px;background-color: #ccc; }
.pc_academic_calendar_wrap dl dd .calendar_none::-webkit-scrollbar-track {box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);background   : #ededed;border-radius: 10px;}
.pc_academic_calendar_wrap dl dd .calendar_num:hover {background: #fdf7f7;text-decoration: none;}
.pc_academic_calendar_wrap dl dd .calendar_icon {position: absolute;bottom: 5px;right: 0px;height: 20px;line-height: 20px;text-align: right;}
.pc_academic_calendar_wrap dl dd .calendar_icon em {margin-left: 5px;display: inline-block;width: 20px;height: 20px;line-height: 20px;border-radius: 50%; }
.pc_academic_calendar_wrap dl dd .calendar_icon em.glbg{background: #f29b76;}
.pc_academic_calendar_wrap dl dd .calendar_icon em.tjbg{background: #9081da;}
.pc_academic_calendar_wrap dl dd .calendar_icon em.xshy{background: #81afda;}
.pc_academic_calendar_wrap dl dd .calendar_none {display: none;position: absolute;top: 0;right: -206px;z-index: 1;width: 206px;padding: 17px 20px;box-sizing: border-box;background: rgba(180, 137, 82,0.946);max-height: 270px;overflow-y: auto;}
.pc_academic_calendar_wrap dl dd:hover .calendar_none {display: block !important;}
.calendar_none .calendar_none_arrow {display: block;position: absolute;top: 10px;left: -10px;width: 0;height: 0;border-left: 0;border-right: 10px solid #8188bc;border-top: 10px solid transparent;border-bottom: 10px solid transparent;}
.cbbbbbb {color: #bbb !important;}
.calendar_none .calendar_none_item {margin-bottom: 10px;}
.calendar_none .calendar_none_item h4 {color: #FFFFFF;font-weight: normal;padding-left: 11px;position: relative;line-height: 20px;max-height: 40px;overflow: hidden;}
.calendar_none .calendar_none_item h4::before{content: "";display: block;width: 6px;height: 6px;border-radius: 50%;position: absolute;left: 0;top: 8px;}
.calendar_none .calendar_none_item h4.glbg::before{background: #f29b76;}
.calendar_none .calendar_none_item h4.tjbg::before{background: #9081da;}
.calendar_none .calendar_none_item h4.xshy::before{background: #81afda;}
.calendar_none .calendar_none_item h4 a {color: #fff;}
.calendar_none .calendar_none_more {margin: 0 15px;padding-top: 15px;}
.calendar_none .calendar_none_more a {color: #fff;}
.calendar_none .calendar_none_item p {color: #fff;margin: 5px 0;}
.calendar_none .calendar_none_item em {color: #fff;font-style: normal;position: relative;padding-left: 20px;}
.calendar_none .calendar_none_item em::before{content: "";display: block;width: 14px;height: 13px;background: url(../images/study_people2.png) no-repeat;background-size: cover;position: absolute;left: 0;top: 0;top: 3px;}
.academic_calendar_desc ul li { display: inline-block ;float: none!important;width: auto;margin-top: 40px;margin-bottom: 10px;}
.academic_calendar_desc ul li p{margin: 0 25px;height: 20px;line-height: 20px;position: relative;padding-left: 30px;box-sizing: border-box;}
.academic_calendar_desc ul li p::before{content: "";display: block;width: 20px;height: 20px;border-radius: 50%;position: absolute;left: 0;top: 50%;margin-top: -10px;}
.academic_calendar_desc ul li span {display: inline-block;width: 20px;height: 20px;border-radius: 50%;margin: 0;;margin-right: 10px;position: relative;}
.academic_calendar_desc ul li.glbg p::before{background: #f29b76;}
.academic_calendar_desc ul li.tjbg p::before{background: #9081da;}
.academic_calendar_desc ul li.xshy p::before{background: #81afda;}
.clearfix{margin: 0 -25px;width: auto!important;}
.clearfix li{border-bottom: none;float: left!important;margin-bottom: 0!important;}
.clearfix li:hover{border-bottom: none;}
.clearfix::after{content: "";display: block;height: 0;overflow: hidden;visibility: hidden;clear: both;}

/* 学术讲座2 */
.study2{ padding: 50px 80px 80px; background-color: #fff;}
.study2 ul{ padding-top: 50px;}
.study2 li{ padding-bottom: 20px; margin-bottom: 25px; border-bottom: 1px dashed #ccc;}
.study2 li a{ display: block; overflow: hidden;}
.study2 .date{ width: 78px;}
.study2 .date .day{ width: 100%; background-color: #94070a; color: #fff; text-align: center; height: 40px; line-height: 40px; border: 1px solid #94070a;}
.study2 .date .month{ width: 100%; height: 40px; line-height: 40px; text-align: center; color: #c09f80; border: 1px solid #c09f80;}
.study2 .rt{ margin-left: 20px; width: calc(100% - 110px);}
.study2 .title{ font-weight: bold;margin-bottom: 8px; transition: all .2s ease;}
.study2 li:hover .title{ text-indent: .4em;}
.study2 .time{ margin-bottom: 8px; padding-left: 24px; position: relative;}
.study2 .time::after,.study2 .people::after{ content: ''; width: 14px; height: 16px; background-size: cover; background-position: center center; position: absolute; left: 0; top: 3px;}
.study2 .people{ padding-left: 24px; position: relative;}
.study2 .time::after{ background: url(../images/date2-icon.png) no-repeat;}
.study2 .people::after{ background: url(../images/study_people.png) no-repeat;}
.study2 li:hover .time,.study2 li:hover .people{ color: #333;}


/* 自适应 */

@media screen and (max-width:1600px) {
    .topNav dd{ height: 30px;}
    /* 学术日历 */
    .calendar_wrap {padding: 0px 50px; }
    .year_day_select {right: 70px;}
    .pc_academic_calendar_wrap ul li span,.pc_academic_calendar_wrap dl dd .calendar_num{margin: 0 20px;}
    .clearfix{margin: 0 -20px!important;}
    .pc_academic_calendar_wrap dl dd .calendar_icon em{width: 15px;height: 15px;}
    .pkuList .info .number,.pkuList .info .number.addIcon{/* width: 100%; */box-sizing: border-box;}
    .pkuList{ padding: 50px 0px 80px;}
    .pkuList.min-height li{ width: 49.5%;}
}

@media screen and (max-width:1480px) {
 .pkuList.min-height li{ width: 49%;}
 .pkuList .info .number.addIcon{width: 100%;box-sizing: border-box;}
}

@media screen and (max-width:1400px) {
    .pkuList .info .name,.pkuList .info .number,.pkuList .info .mail{ margin-bottom: 10px;}
    .pkuList1 li{ width: 33%;}
    .meeting{ padding: 50px 10px 80px;}
    .meeting li .info{ padding-left: 0px;}
    .meeting span{ display: block; margin-bottom: 10px;}
    .meeting .addr{ padding-left: 34px;}
    .meeting .info .addr::before{ left: 0px;}
    /* 学术日历 */
    .calendar_wrap {padding: 0px 30px; }
    .year_day_select {right: 50px;}
    .pc_academic_calendar_wrap ul li span,.pc_academic_calendar_wrap dl dd .calendar_num{margin: 0 15px;}
    .clearfix{margin: 0 -15px!important;}
    .year_day{width: 200px;}
}
@media screen and (max-width:1366px) {}

@media screen and (max-width:1240px) {
    .newsList li .info .title,.newsList li .info .summary{ margin-bottom: 10px;}
    /* .study li .info .addr{ width: 240px;} */
    /* .study li .info .people::before { left: 270px;} */
    .study ul::before{ left: 125px;}
    .study li .type{ margin-right: 20px;}
    /* 学术日历 */
    .year_day_select{position: relative;float: right;top: initial;right: initial;}
    .pkuList li{ width: 49%;}
    .pkuList1.gp-avg-xxs-3 li{ width: 50%;}
}

@media screen and (max-width:1100px) {
    .pkuList1 li{ width: 50%;}
    .newsList li .info .title,.newsList li .info .summary{ margin-bottom: 5px;}
    .study li .type,.study li .date span,.study li .date span{ margin-right: 10px;}
    .meeting li .info{ width: 60%;}
    .meeting li .img{ width: 40%; padding-bottom: 22.48%;}
    /* 学术日历 */ 
    .pc_academic_calendar_wrap dl dd .calendar_num{line-height: 60px;}
    .pc_academic_calendar_wrap ul li span,.pc_academic_calendar_wrap dl dd .calendar_num{margin: 0 5px;}
    .clearfix{margin: 0 -5px!important;} 
    .topNav dd{ margin-bottom: 25px; display: inline-block;}
    .study ul{ padding-top: 0px;}
    .study2 ul{ padding-top: 0px;}
    .topNav dd{ height: auto; margin-left: 20px; margin-right: 20px;}
}

@media screen and (max-width:998px) {
    .subBanner::before {
        background: none;
    }

    .subBanner::after {
        background: none;
    }

    .gp-m-inner-header {
        background-color: #94070a;
        color: #fff;
    }

    .gp-m-inner-header>span {
        color: #fff;
    }

    .sub-fl {
        float: none;
        width: 100%;
    }

    .sub-fr {
        width: 100%;
    }

    .bread {
        top: 40px;
    }

    .bread a,
    .bread span {
        color: #000;
    }
    .subBanner::before{ display: none;}
    .newsList li .info{ padding-top: 10px;}
    .study ul::before{ left: 107px;}
    .subAticle p img{ height: auto !important;}
    /* 学术日历 */
    .academic_calendar_desc ul li{margin-top: 20px;}
    .academic_calendar_desc ul li p{padding-left: 18px;}
    .academic_calendar_desc ul li p::before{width: 12px;height: 12px;margin-top: -6px;}
    .academic_calendar_desc ul li p{margin: 0;margin-right: 10px;}
    .calendar_wrap {
        padding: 0px 0px;
    }
    .pc_academic_calendar_wrap ul li span{height: 50px;line-height: 50px;}
    .pc_academic_calendar_wrap dl dd{height: 50px;}
    .pc_academic_calendar_wrap dl dd .calendar_num{height: 49px;line-height: 30px;}
    .pkuList li{ width: 100%;}
    .pkuList li .info{ padding-top: 10px;}
    .pkuList .info .number, .pkuList .info .number.addIcon{ margin-bottom: 15px;}
    .pkuList .info .name{ margin-bottom: 15px;}

    /* 2022-12-2 */
    .pkuList.min-height li{ width: 100%;}
    .pkuList li a{ margin-top: 35px;}
}

@media screen and (max-width:768px) {
    .pkuList li{ width: 100%;}
    .gp-page{ display: none; }
    .gp-m-page{ display: block; }
    .gp-m-page a.gp-page-prev,.gp-m-page a.gp-page-next{ display: inline-block; padding: 10px 25px; margin: 0; border: 1px solid #d2d2d2; }
    .goTo{ display: none;}
    .newsList li .info{ padding-top: 0px;}
    .newsList { padding: 50px 10px 80px;}
    .study ul::before{ left: 106px;}
    /* 学术日历 */
    .pc_academic_calendar_wrap dl dd .calendar_icon em{
        width: 8px;height: 8px;
    }
    .pkuList li .img{ width: 34%;}
    .pkuList1.gp-avg-xxs-3 li .img{ width: 100%;}
    .pkuList li .info{ width: 52%;}
    .pkuList1.gp-avg-xxs-3 li .img{ width: 100%;padding-bottom: 100%;}
    .pkuList1.gp-avg-xxs-3 li .info{ width:100%;}
    .pkuList1.gp-avg-xxs-3 li a{ min-height: 420px;}


    /* 2022-12-2 */
    .pkuList .info .name{ max-height: unset;}
}
@media screen and (max-width:640px) {
    .pkuList2.pkuList{ padding: 50px 20px 80px;} 
    .newsList li .img{width: 40%; padding-bottom: 22.6%;}
    .newsList li .info{width: 60%;}
    .study li .info span{ display: block; width: 100% !important;}
    .study li .info .people::before{ top: 18px; left: 0px;}
    .study ul::before{ left: 107px;}
    .newsList li .info,.meeting li .img{ display: block; width: 100%;}
    .meeting li .img{ padding-bottom: 56.23%; margin-bottom: 20px;}
    .meeting .time{ padding-right: 0px;}
    .study{ padding: 50px 10px 80px;}
    .study li a{ display: block; overflow: hidden;}
    .study li .info .addr,.study li .info .people{ display: block; width: 100%; margin-right: 0px; padding-right: 0px;}
    .study li .info .title{ margin-top: 0px;}
    .newsList.study li a > .info{ display: inline-block; width: calc(100% - 150px); padding-right: 0px;}
    .pkuList.study{ padding: 50px 10px 80px;}
    .study li .info .addr, .study li .info .people{ display: block; width: 100% !important;}
    .study li .type{ width: 40px; height: 40px; line-height: 40px;}
    .study li .date span.gp-f24{ font-size: 2rem;}
    .newsList li .img,.newsList li .info{ float: none; width: 97%;}
    .newsList li .img{ padding-bottom: 55%; margin-bottom: 20px;}
    .newsList li .info .title{ margin-bottom: 15px;}
    .study2{ padding: 50px 20px 80px;}
    .topNav dd{ margin-left: 0px; margin-right: 10px;}
    .pkuList li .img{ width: 38%; padding-bottom: 46.73%;}
}
@media screen and (max-width:540px) {
    /* .pkuList .info .name, .pkuList .info .number, .pkuList .info .mail{ margin-bottom: 3px;} */
    .pkuList .info .number::before{ background-size: cover; width: 20px; height: 20px; top: 1px}
    .pkuList{ padding: 50px 40px 80px;}
    .pkuList2.pkuList{ padding: 50px 10px 80px;}
    .newsList li .img,.newsList li .info{ float: none; width: 97%;}
    .newsList li .img{ padding-bottom: 55%; margin-bottom: 20px;}
    .newsList li .info .title{ margin-bottom: 15px;}
    .List{ padding: 50px 10px 80px;}
    /* 学术日历 */
    .calendar_icon{width: 100%;}
    .pc_academic_calendar_wrap dl dd .calendar_icon em{
        width: 5px;height: 5px;margin-left: 2px;
    }
    .bread{top: 40px;}
    .topNav dd{ margin-bottom: 30px;}
    .pkuList li .img,.pkuList li .info{ float: none; width: 100%;}
    .pkuList li .img { padding-bottom: 152%;}
    .pkuList li .info{ padding-left: 10px;}
 .pkuList1.gp-avg-xxs-3 li{ width: 100%;}
}

@media screen and (max-width:480px) {
    .pkuAticle{ padding: 50px 30px 80px;}
    .study ul::before{ left: 102px;}
    /* .topNav dd{ margin: 0 25px;} */
    .study2 .date{ width: 66px;}
    .study2 .date{ float: none;}
    .study2 .date{ width: 132px;}
    .study2 .date .day,.study2 .date .month{ float: left; width: 48%;}
    .study2 .rt{ width: 100%; margin-left: 0px; margin-top: 10px;}
}
@media screen and (max-width:414px) {
    .pkuAticle{ padding: 50px 20px 80px;}
    .pkuAticle{ padding: 50px 10px 80px;}
    .newsList li .info{ padding: 0; padding-bottom: 30px;}
    .study ul::before{ left: 100px;}
    .newsList.study li .info{ padding-bottom: 0px;}
    .study2{ padding: 50px 10px 80px;}
 .channelTitle{font-size: 2.4rem;line-height: 26px;margin-top: 30px;padding-bottom: 50px;}
 .bread{ top: 55px;}
}
@media screen and (max-width:320px) {
    .pkuList{ padding: 50px 10px 80px;}
    .pkuList li .info{ padding-left: 0px;}
}