/* 以下样式不用修改 开始*/
    /* 默认ul 无需修改 */
    .nav_menustyle_1_3 ul
    {
        list-style-type:none;
        padding:0px; 
        margin:0px;}
    /* 默认li 无需修改 */
    .nav_menustyle_1_3 li
    {
        float:none;
        text-align:center;
        position:relative;}
    /* 2级以上 li 无需修改 */
    .nav_menustyle_1_3 ul li ul li
    {
        z-index:100;}
    /* 3级以上默认ul 无需修改 */
    .nav_menustyle_1_3 ul li ul
    {
        left:100%;
        top:0px;}
    /* IE6下的table样式 无需修改 */
    .nav_menustyle_1_3 table 
    {
        position:absolute; 
        top:0px;
        border-collapse:collapse; 
        border-spacing:0; 
        z-index:100;}   
    .nav_menustyle_1_3 td 
    {
        padding: 0;}   
    /* 共6级导航子菜单打开关闭控制 无需修改 */
    .nav_menustyle_1_3 li ul,
    .nav_menustyle_1_3 li:hover ul li ul,
    .nav_menustyle_1_3 li:hover ul li:hover ul li ul,
    .nav_menustyle_1_3 li:hover ul li:hover ul li:hover ul li ul,
    .nav_menustyle_1_3 li:hover ul li:hover ul li:hover ul li:hover ul li ul
    {
        display:none;}
    .nav_menustyle_1_3 li a:hover ul li ul,
    .nav_menustyle_1_3 li a:hover ul li a:hover ul li ul,
    .nav_menustyle_1_3 li a:hover ul li a:hover ul li a:hover ul li ul,
    .nav_menustyle_1_3 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li ul
    {
        visibility:hidden;}
    .nav_menustyle_1_3 li a:hover ul,
    .nav_menustyle_1_3 li:hover ul,
    .nav_menustyle_1_3 li:hover ul li:hover ul,
    .nav_menustyle_1_3 li:hover ul li:hover ul li:hover ul,
    .nav_menustyle_1_3 li:hover ul li:hover ul li:hover ul li:hover ul,
    .nav_menustyle_1_3 li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul    
    {
        display:block;
        position:absolute;}
    .nav_menustyle_1_3 li a:hover ul li a:hover ul,
    .nav_menustyle_1_3 li a:hover ul li a:hover ul li a:hover ul,
    .nav_menustyle_1_3 li a:hover ul li a:hover ul li a:hover ul li a:hover ul,
    .nav_menustyle_1_3 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li a:hover ul
    {
        visibility:visible;}
    /* 默认a属性 无需修改 */
    .nav_menustyle_1_3 a
    {
        display:block;
        text-decoration:none;
        white-space:nowrap;}
/* 以上样式不用修改 结束*/
/* 默认链接样式 可以修改默认的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_3 a
{
    width:90px;         /*菜单宽度*/
    height:25px;        /*菜单高度*/
    line-height:25px;   /*字体高度, 可设为菜单高度*/
    font-size:14px;     /*字体大小*/
    color:#000;         /*字体颜色*/
    background:#eeeeee; /*背景色*/
    border:1px solid #fff;  /*边框颜色*/
    border-width:0px 1px 1px 0px;}
/* 默认hover链接样式 可以设置默认的鼠标移上样式 */
.nav_menustyle_1_3 a:hover
{
    color:#fff; /*鼠标移上颜色*/
    background:#2687eb;}
.nav_menustyle_1_3
{
    width:91px;}
/* IE6兼容性代码，在IE6下起效， 必须根据菜单高宽进行设定 */
.nav_menustyle_1_3 table
{
    left:91px;}   
/* 2级以上链接样式 可以修改2级以上菜单的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_3 ul li ul li a
{}
/* 2级以上hover链接样式 可以修改2级以上菜单的鼠标移上样式*/
.nav_menustyle_1_3 ul li ul li a:hover
{}
/* 3级以上链接样式 可以修改3级以上菜单的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_3 ul li ul li ul li a
{}
/* 3级以上hover链接样式 可以修改3级以上菜单的鼠标移上样式*/
.nav_menustyle_1_3 ul li ul li ul li a:hover
{}

#skszy-list ul {
    width: 100%;
  float: left;
  margin-top: 0rem;
    padding-left:1rem;
padding-bottom:4rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 20px;
  justify-content: center;
  position: relative;}
#skszy-list ul li {
    width: 100%;
  height: auto;
  float: left;
  margin: 0.1rem;
margin-top:1rem;
  min-width: 150px;
  max-width: 250px;}
#skszy-list ul li a {
    width: 100%;
  height: auto;
  float: left;
  background-color: #f9f9f9;}

#skszy-list ul li a .tp {
    width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;}

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

#skszy-list ul .more a {
  font-size:0.9rem;
    color:#3366cc;}
#skszy-list ul .more a img{
    width:4rem;}
#skszy-list ul .more a:hover {
  color: #ff6633;}
/*公共样式 字体，行高，字体颜色等*/
.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: #3366cc;
    color: #fff;}


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

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

/*按钮控制*/

/*控制是否显示 "首页" "尾页" */
.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;}
