/*栏目详情页*/
.column-content{margin-top: 49px;margin-bottom: 49px;line-height: 30px;}
/*学院简介-学院使命*/
.xueyuanshiming{padding: 42px 30px 40px 30px;width: calc(100% - 60px);background: url(../images/xueyuanshiming-bg.jpg);background-size:100%;margin-bottom: 49px;}
.xueyuanshiming .tag{font-size: 24px;color:#0F867F;width: 100%;text-align: center;}
.xueyuanshiming .tag-line{width:39px;height: 1px;background: #B9AB09;margin: 0 auto;margin-top: 10px;}
.xueyuanshiming .content{font-size: 16px;}
.xueyuanshiming .content p{margin-top: 30px;background: url(../images/list-bg.jpg) 0px 8px no-repeat;padding-left: 14px;}
/*大事记年份列表*/
.event-year-box{width:100%;overflow-x:hidden;margin-top: 50px;margin-bottom: 10px;}
.event-year-box .event-year{width:calc(100% + 40px);}
.event-year-box .event-year a{color: #333333;}
.event-year-box .event-year a:hover{color: #ffffff;}
.event-year-box .event-year .item{box-sizing: border-box;width: 159px;height:70px;line-height:70px;text-align: center;font-size: 20px;border: 1px solid #ccc;margin-right: 40px;float: left;margin-bottom: 60px;}
.event-year-box .event-year .item:hover{background: #0F867F;}
@media only screen and (max-width: 768px){
    .event-year-box .event-year .item{width: 129px;height:60px;line-height:60px;margin-bottom: 40px;}
}
@media only screen and (max-width: 400px){
    .event-year-box{margin-top: 30px;}
    .event-year-box .event-year .item{width: calc((100% - 80px) / 2);}
}
/*组织结构*/
.zuzhijigou-img img{margin-top: 50px;width: 100%;}
.zuzhijigou-wyh{margin-bottom: 69px;}
.zuzhijigou-wyh .title{height: 20px;line-height: 20px;font-size: 20px;color: #168A83;padding-left: 25px;background: url(../images/point1.jpg) left no-repeat;margin-top: 49px;}
.zuzhijigou-wyh .desc{margin-top: 10px;border-left: 25px solid #fff;box-sizing: border-box;}
.zuzhijigou-wyh .desc p{margin-top: 30px;font-size: 16px;}
@media only screen and (max-width: 400px){
    .zuzhijigou-img img{margin-top: 30px;}
}
/*教研教师*/
.jiaoyanjiaoshi-person-name{margin-top: 19px;margin-bottom: 19px;}
/*老师列表*/
.teacher-list{margin-bottom: 30px;margin-top: 49px;}
.teacher-list .tag{height: 20px;line-height: 20px;font-size: 20px;color: #168A83;padding-left: 25px;background: url(../images/point1.jpg) left no-repeat;margin-bottom: 49px;}
.teacher-list .list-box{width:100%;overflow-x: hidden;}
.teacher-list .list-box .item-list{width: calc(100% + 60px);line-height: 16px;font-size: 16px;}
.teacher-list .list-box .item-list .item{width: 48px;height:26px;line-height:26px;padding-left: 16px;background: url(../images/list-bg.jpg) 0px 10px no-repeat;margin-right:60px;margin-bottom: 40px;float: left;text-align: justify;text-justify: inter-ideograph;text-align-last: justify;white-space: nowrap;}
.teacher-list .list-box .item-list .item a{color: #333333;}
@media only screen and (max-width: 400px) {
    .teacher-list {
        margin-top: 30px;}
}
/*研究领域*/
.yanjiulingyu{margin-top: 50px;margin-bottom: 70px;}
.yanjiulingyu .title{height:18px;line-height: 18px;font-size: 18px;color: #01755F;padding-left: 28px;background: url(../images/point33.jpg) 0px 1px no-repeat;margin-bottom: 30px;}
.yanjiulingyu .desc{width: 100%;line-height: 30px;padding-bottom: 40px;border-bottom:1px dashed #D2D2D2;margin-bottom: 40px;}
@media only screen and (max-width: 400px) {
    .yanjiulingyu {
        margin-top: 30px;}
}

/*右侧显示的栏目菜单页公共部分*/
.right-column-box{width:100%;min-height:40px;margin-top:40px;text-align: center;}
.right-column-box .right-column-menu{width:auto;width:fit-content;width:-webkit-fit-content;width:-moz-fit-content;}
.right-column-box .right-column-menu a{color:#323232;}
.right-column-box .right-column-menu .item{height:40px;line-height:40px;font-size:16px;float:left;margin-right:0px;cursor:pointer;background:#eeeeee;}
.right-column-box .right-column-menu .item .block{width:26px;height:40px;float:left;}
.right-column-box .right-column-menu .item .text{float:left;width:auto;}
/*.right-column-box .right-column-menu .last{margin-right:0px;}*/
.right-column-box .right-column-menu .on{color:#fafafa;background:#038869;}
.right-column-box .right-column-menu .on a{color:#fafafa;}

/*全英文*/
.quanyingwen-box{width:100%;overflow-x: hidden;margin-top: 50px;min-height:500px;}
.quanyingwen-box .quanyingwen{width:calc(100% + 45px);}
.quanyingwen-box .quanyingwen a{color: #333333;}
.quanyingwen-box .quanyingwen .item{float: left;margin-right: 45px;width: 290px;margin-bottom: 30px;}
.quanyingwen-box .quanyingwen .item img{width:100%;}
.quanyingwen-box .quanyingwen .item .title{height: 50px;line-height: 50px;font-size: 20px;background: #eeeeee;text-align: center;}
@media only screen and (max-width: 400px) {
    .quanyingwen-box {
        margin-top: 30px;}
    .quanyingwen-box .quanyingwen .item{width:100%;margin-right:0px;}
}