#tjkc-list ul {
    width: 100%;
  float: left;
  margin-top: 0rem;
padding-bottom:4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;}
#tjkc-list ul li {
    width: 33%;
  height: auto;
  float: left;
  margin: 0.1rem;
margin-top:1rem;
  min-width: 180px;
  max-width: 280px;}
#tjkc-list ul li a {
    width: 100%;
  height: auto;
  float: left;
  background-color: #f9f9f9;}

#tjkc-list ul li a .tp {
    width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;}
#tjkc-list ul li a .tp::before {
  content: '';
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  border: 0.2rem solid #0066cc; /* 设置边框样式 */
  pointer-events: none; /* 防止伪元素影响点击事件 */
  z-index: 1;}

#tjkc-list ul li a .tp img {
    width: 100%;
  height: auto;
  transition: transform 0.5s;}
#tjkc-list ul li:hover a .tp img{
  transform: scale(1.1);}
#tjkc-list ul li a .infor {
  width: 95%;
  float: left;
  height: auto;
  padding: 0px 0% 10px 5%;}
#tjkc-list ul li a .infor h6 {
    width: 100%;
  float: left;
  text-align: left;
  line-height: 2rem;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;}
#tjkc-list ul li:hover a .infor h6 {
  color:#0066cc;}
#tjkc-list  ul li a .infor .sex {
  display: none;}
#tjkc-list ul li a .infor .icon {
  width:20px;
  float: left;
  margin-right: 5px;
  height: 2rem;}
#tjkc-list ul li a .infor .icon img{
  width:20px;
    float: left;
      margin-top: 0.5rem;}
#tjkc-list ul li a .infor .teacher {
  width:4rem;
  float: left;
  line-height: 2rem;
  font-size: 0.85rem;
  color: #666;}
#tjkc-list ul li a .infor .major {
  width:calc(100% - 4rem - 25px);
  text-align: right;
  float: right;
  line-height: 2rem;
  font-size: 0.85rem;
  color: #666;}
#tjkc-list ul .more{
    width: 10rem;
  position:absolute;
right:0px;
bottom:1rem;}

#tjkc-list ul .more a {
  font-size:0.9rem;
    color:#0066cc;}
#tjkc-list ul .more a img{
    width:4rem;}
#tjkc-list ul .more a:hover {
  color: #0066cc;}
/*公共样式 字体，行高，字体颜色等*/
.pagebar {
    font-size: 16px;
    font-family: 'Arial';
    line-height:20px;

    color:#222;}

/*去掉a链接的下划线*/
.pagebar a{
    text-decoration: none;}

/*消掉最左侧页码区margin-left的5个像素*/
.pagebar .p_pages{
    margin-left: -5px;}

/*按钮和页码的外观*/
.pagebar .p_fun_d, .pagebar .p_no_d,.pagebar .p_fun a, .pagebar .p_no a{
    border: 1px solid #ccc;
    padding: 8px 10px;
    margin:0px 0px 0px 5px;

    height:30px;
    -height:auto;

    line-height:14px;
    box-sizing:border-box;
    display:inline-block;
    vertical-align:middle;}

/*文字对齐样式*/
.pagebar .p_t{
    line-height:14px;
    margin:0px;
    padding:0px;
    display:inline-block;
    vertical-align:middle;}

/*无链接的字体颜色*/
.pagebar .p_fun_d, .pagebar .p_no_d{
    color: #ccc;}

/*链接字体颜色*/
.pagebar .p_fun a, .pagebar .p_no a{
    color: #222;}

/*鼠标移上时有链接按钮的外观*/
.pagebar .p_no a:hover,.pagebar .p_fun a:hover, .pagebar .p_goto a:hover{
    background-color: #0066cc;
    color: #fff;}


/*页码省略号...的外观*/
.pagebar .p_dot {
    margin-left:4px;
    margin-right:-4px;
    color:#222;}

/*当前页码的外观*/
.pagebar .p_no_d {
    border: 1px solid #0066cc;
    color: #fff;
    background-color: #0066cc;}

/*按钮控制*/

/*控制是否显示 "首页" "尾页" */
.pagebar .p_first,.pagebar .p_first_d,.pagebar .p_last,.pagebar .p_last_d{
    display:none;}

/*控制是否显示 "上页" "下页"*/
.pagebar .p_prev,.pagebar .p_prev_d.pagebar .p_next,.pagebar .p_next_d{}

/*控制是否显示无链接的 "首页" "上页" "下页" "尾页"*/
.pagebar .p_first_d,.pagebar .p_prev_d,.pagebar .p_next_d,.pagebar .p_last_d{}

/*控制是否显示页码*/
.pagebar .p_no,.pagebar .p_no_d,.pagebar .p_dot{}

/*跳转到页码输入框的外观*/
.pagebar .p_goto input {
    font-family: SimSun;
    font-size:12px;

    border: 1px solid #aaa;
    height:22px;
    line-height:20px;
    box-sizing:border-box;
    vertical-align:middle;

    outline-width:thin;
    outline-color:#02356b;
    
    margin:0px 2px;
    padding:0px 1px;

    width:22px;
    text-align:center;}

/*跳转到页码输入框  鼠标移上及输入时的外框颜色*/
.pagebar .p_goto input:hover, .pagebar .p_goto input:focus{
    border: 1px solid #258CFF;}

/*跳转按钮的外观*/
.pagebar .p_goto a{
    border: 1px solid #ccc;
    padding: 8px 10px;
    color: #222;

    margin:0px;

    height:30px;
    -height:auto;
    
    line-height:14px;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:middle;}
