@charset "utf-8";

.conbox {
    margin-top: -140px;
}

.footer {
    position: static;
    background: #0c3ead;
    margin-top: 30px;
}

/*研究方向页面*/

.list_R dt {
    font-size: 18px;
    line-height: 30px;
    background: url(../images/bg-item02.png) no-repeat left 12px;
    padding-left: 13px;
    padding: 8px 0 8px 25px;
    color: #fff;
    margin-top: 10px;
}

.list_R dt a {
    color: #333;
}

.list_R dt:hover a {
    color: #0c3ead;
}

.list_R dd {
    line-height: 28px;
    font-size: 16px;
    padding: 10px 15px 10px 10px;
    border-bottom: 1px dashed #e5e5e5;
    background: url(../images/linkicon.png) no-repeat 10px 15px;
    padding-left: 35px;
}

.list_R dd:hover a {
    color: #0c3ead;
}

img{max-width: 100%;}
/*团队成员页面*/

.pd-m {
    padding: 25px 0
}

.team_c {
    margin-top: 15px;
}

.team_c dl {}

.team_c dt {
    font-size: 16px;
    display: block;
    padding: 10px;
    position: relative;
    font-weight: bold;
    color: #0c3ead;
    float: left;
}

.team_c dd {
    overflow: hidden;
    zoom: 1;
    line-height: 30px;
    padding-top: 5px;
}

.team_member {}

.team_member li {
    width: 16%;
    margin: 20px 2%;
    padding: 5px;
    float: left;
    text-align: center;
    background: #fff;
}

.team_member li a {
    display: block;
}

.team_member li .picture {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.team_member li .picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s;
}

.team_member li p {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}




/*综合页面*/

.partbox {
    background: #fff;
    margin-top: 50px;
    padding: 30px 15px;
}

.nobg {
    background: transparent;
}

.location {
    position: relative;
    line-height: 60px;
    background: url(../images/xxbg_red.png) repeat-x left bottom;
}

.location h1 {
    display: inline-block;

    font-size: 22px;
    font-weight: bold;
    color: #0c3ead;
    position: relative;
}

.location span {
    float: right;
    color: #999;
    padding-right: 35px;
}

.compage {
    padding: 0px;
}

.flow {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 30px;
}

.flow:last-child {
    border-bottom: 0;
}

.column_tit {
    line-height: 30px;
    padding: 10px 0;
    position: relative;
}

.column_tit:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both
}

.column_tit .tmt {
    font-size: 16px;
    display: inline-block;
    position: relative;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 44px;
    background: #0c3ead;
    height: 44px;
    padding: 0 30px 0 40px;
}

.column_tit a {
    position: absolute;
    right: 0px;
    top: 17px;
    line-height: 28px;
    font-size: 14px;
    color: #0c3ead;
    font-weight: normal;
    padding-right: 30px;
    background: url(../images/more.png) no-repeat right center;
}

.column_tit a:hover {
    font-weight: bold;
}

.column_tit h1 {
    padding: 5px 20px;
    background: #0c3ead;
    color: #fff;
    font-size: 18px;
    position: relative;
}

.compage a.morebtn {
    margin-top: 0;
    float: right;
    padding-left: 50px;
    background: url(../images/morebg.png) no-repeat left 20px;
    font-size: 16px;
    color: #0c3ead;
    height: 50px;
    line-height: 50px;
}

.compage a.morebtn:hover {}

.flow .pl,
.tplist {
    line-height: 28px;
}

.zhlist {}

.zhlist li {
    padding: 15px 0 15px 37px;
    font-size: 16px;
    line-height: 36px;
    background: url(../images/bg-item02.png) no-repeat 10px 19px;
    border-bottom: 1px solid #e5e5e5;
}

.zhlist li:last-child {
    border-bottom: 0;
}

.zhlist li:hover a {
    color: #0c3ead;
}

.tplist {}

.tplist li {
    width: calc(25% - 3%);
    margin: 10px 1.5%;
    float: left;
    vertical-align: top;
}

.tplist li a {
    display: block;
}

.tplist li a .pic_p {
    display: block;
    background: #f5f5f5;
    padding-top: 66.7%;
    position: relative;
    overflow: hidden;
}

.tplist li a .pic_p img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s;
}

.tplist li p {
    text-align: center;
    line-height: 45px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
    color: #333;
    padding: 0 5px;
}

.tplist li:hover p {
    color: #0c3ead;
}


/*教师图片页面*/

.particular {
    float: left;
    width: 20%;
}

.particular li {
    padding: 20px 10px;
    background: #fff9f0;
    -moz-box-shadow: 0px 1px 5px #cfcfcf;
    -webkit-box-shadow: 0px 1px 5px #cfcfcf;
    box-shadow: 0px 1px 5px #cfcfcf;
    margin-bottom: 15px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 0em;
    -webkit-border-bottom-right-radius: 0em;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 0em;
    -moz-border-radius-bottomright: 0em;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0em;
    border-bottom-right-radius: 0em;
    border-bottom-left-radius: 10px;
    cursor: pointer
}

.particular li.on {
    background: url(../images/tabbg.png) no-repeat right bottom #8f000b;
    color: #fff;
}

.particular li.on a {
    color: #fff;
}

.piclist {
    width: 77%;
    float: left;
    margin-left: 20px;
}

.piclist li {
    width: 30%;
    margin: 0 0 20px 2.8%;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e5e5e5
}

.piclist li span {
    display: table;
    width: 100%;
    height: 170px;
}

.piclist li span a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.piclist li span a img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.piclist li p {
    text-align: center;
    line-height: 28px;
}


/*内容页*/

.content h2 {
    font-size: 32px;
    text-align: center;
    margin-top: 10px;
}

.content .Subtitle {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.content .Subtitle .time {
    display: inline-block;
    color: #888;
    margin: 0 10px;
    font-size: 14px;
}

.content .Subtitle .click {
    display: inline-block;
    color: #888;
    margin: 0 10px;
    font-size: 14px;
}

.content .subs {
    margin: 25px 0;
    line-height: 28px;
}

.content .subs p img {
    max-width: 90%;
    margin: 0 auto;
}

.enclosure {}

.enclosure h3 {
    font-size: 16px;
    display: inline-block;
    padding: 10px 35px 10px 20px;
    position: relative;
    background: #e8f0f9;
    border: 1px solid #0c3ead;
    border-right: 0;
    font-weight: bold;
    color: #0c3ead;
}

.enclosure h3:after {
    content: "";
    width: 37px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0px;
    top: -1px;
    background: url(../images/btsj.png) no-repeat;
    background-size: 100% 102%;
}

.enclosure .wzlist {
    padding-left: 20px;
}

.enclosure .wzlist li {
    background: url(../images/bg-item02.png) no-repeat left 6px;
    line-height: 28px;
    padding: 5px 0 5px 20px;
}

.enclosure .imglist {
    margin-top: 10px;
}

.enclosure .imglist li {
    width: calc(25% - 3%);
    padding: 5px;
    height: 200px;
    vertical-align: top;
    margin: 10px 1.5% 10px 1.5%;
    border: 1px solid #0c3ead;
    float: left;
}

.enclosure .imglist li span {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.enclosure .imglist li span img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.flip {
    margin-top: 10px;
}

.flip li {
    margin: 10px 0;
}

.flip li span {
    float: left;
    padding-right: 10px;
    color: #0c3ead;
   
    font-weight: bold
}

.flip li a {
    display: block;
    overflow: hidden;
    zoom: 1;
    padding-left:0px;
    padding-top: 0px;font-size: 14px;
}

.flip li a:hover {
    color: #0c3ead;
}

.flip li:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both
}


/*结构化内容页*/

.structure {
    margin: 20px 0;
}

.structure dl {
    display: table;
    width: 100%;
    border-spacing: 5px;
}

.structure dl:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both
}

.structure dl dt {
    display: table-cell;
    width: 15%;
    text-align: right;
    line-height: 28px;
    padding: 10px;
    background: #f6f6f6;
    color: #0c3ead;
    vertical-align: middle;
    margin-right: 20px;
}

.structure dl dd {
    display: table-cell;
    line-height: 28px;
    padding: 10px 15px;
    vertical-align: middle;
    background: #f6f6f6;
}


/*标题列表页*/

.yd_list {
    display: none;
}

.titlist li {
    line-height: 28px;
    padding: 10px 0 10px 20px;
    background: url(../images/gdjt.png) no-repeat left 19px;
    background-size: 5px;
    border-bottom: 1px dashed #a3a3a3
}





.experice li {
    position: relative;
    margin-top: 23px;
    left: 0;
    transition: all .3s;}

.experice li:hover {
    left: 5px;}

.experice li span {
    display: table-cell;
    vertical-align: top;
    font-size: 16px;
    width: 177px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #0c3ead;
    color: #fff;
    }

.experice li p {
    padding-right: 5px;
    display: table-cell;
    padding-left: 25px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    font-size: 16px;
    color: #444;
    vertical-align: middle;
    padding-right: 5px;}









@media only screen and (max-width:1200px) {
    .conbox {
        margin-top: 0;
        padding-top: 0;
    }

    .partbox {
        margin-top: 0;
    }
}

@media only screen and (max-width:1024px) {
.yd_list {
    display: block;
}
.pc_list {
    display: none;
}

    .zhlist li {
        font-size: 16px;
    }

    .structure dl dt {
        width: 25%;
    }
}
@media only screen and (max-width:768px) {
    .team_c dt{
        padding: 0;
        float:none;
    }
.column_tit .tmt{
padding:0 20px;
}
}
@media only screen and (max-width:700px) {
    .photobox {
        margin-top: 0;
    }

    .location span {
        display: none;
    }

    .partbox {
        margin-top: 0;
        padding: 15px 0;
    }

    .location {
        line-height: 40px;
    }

    .flow {
        margin-top: 15px;
    }

    .zhlist li {
        line-height: 28px;
        font-size: 14px;
        padding: 5px 0 5px 37px;
background: url(../images/bg-item02.png) no-repeat 10px 7px;
    }

    .flow {
        padding-bottom: 0;
    }

    .team_member li {
        width: 48%;
        margin: 5px 1%;
    }

    .structure dl dt,
    .structure dl dd,
    .structure dl {
        display: block;
        width: auto;
        text-align: left;
        margin-top: 10px;
        margin-right: 0;
    }

    .content h2 {
        font-size: 20px;
    }

    .tplist li {
        width: calc(50% - 3%);
    }

    .tplist li p {
        line-height: 30px;
        font-size: 14px;
    }

 .experice li span {
        display: block;
        width: 140px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .experice li p {
        padding-left: 0;
        padding-right: 0;
    }
    .experice li {
        margin-top: 5px;
    }



}