@charset "utf-8";
/* CSS Document */


.HotLinksBox{overflow: hidden;margin-top: 30px;}
.HotLinks01{margin-bottom: 30px;}
.HotLinks_title{margin-bottom: 20px;border-bottom: 1px solid #ddd;padding-bottom: 10px;}
.HotLinks_title h3{color:#0162ab;font: 18px/32px "微软雅黑";font-weight: bold;}
.HotLinksList{overflow: hidden;}
.HotLinksList li{float: left;width: 16%;*width: 17%;overflow: hidden;margin-bottom: 10px;background: url(../images/icon1.jpg) no-repeat 8px 11px;padding-left: 30px;}
.HotLinksList li a{display: block;font: 12px/32px "微软雅黑";color:#555;height: 22px;overflow: hidden;margin-right: 13px;}
.HotLinksList li a:hover{color:#0162ab;}
.HotLinks_out{overflow: hidden;}
.HotLinks_out li{background: #fff;padding:10px;overflow: hidden;}
.HotLinks_out li span{float: left;margin-right: 30px;font-size: 14px;}
.HotLinks_out li .HotLinks_out_li{float: left;}
.HotLinks_out li .HotLinks_out_li a{font-size: 14px;margin-right: 20px;display:inline-block; }
.HotLinks_out li.second{background: #ecf7ff;}

@media screen  and (max-width:800px) {
  .HotLinksList li{width: 31.33%;}
}

@media screen and (max-width:640px) {
    .HotLinksList li{width: 47%;}
}
@media screen and (max-width:480px) {
    .HotLinksList li{width: 100%;float: none;margin-bottom: 15px;}
    .HotLinksList li a{margin-right: 0;height: auto;line-height: 18px;}

}
@media screen /*and (min-width:320px)*/ and (max-width:360px) {

}




/*硕士生导师*/
.teacher ul { overflow: hidden; }
.teacher ul li { width: 22%; margin: 20px 3% 0 0; float: left; }
.teacher img { width: 165px; height: 165px; float: left; }
.teacher .teacher_con { margin: 165px 0 0 0; background: #f6f6f6; border-bottom: 2px solid #407ec9 }
.teacher_con h2 {font: 16px/32px "微软雅黑"; font-weight: bold; padding: 10px 0 0 15px; background: url(../images/teacher_title_03.png) no-repeat left bottom;  }
.teacher_con h2 a { color: #000; }
.teacher_con h2 a:hover{ color: #407ec9; }
.teacher_con h3 { font: 14px/32px "微软雅黑"; font-weight: normal;color: #3d3d3d; padding:  0 0 0 15px;   }
.teacher_con p { width: 165px; font: 12px/32px "Arial"; color: #407ec9; margin:  0 15px 0 15px; }