﻿.smyTopBottomPadding
{
  padding-top : 4rem;
  padding-bottom : 2rem;
}
.smyTopBottomPaddingSmall
{
  padding-top : 2rem;
  padding-bottom : 2rem;
}
.smyLeftRightPadding
{
  padding-left : 3rem;
  padding-right : 3rem;
}
.smyPicturePlayerAndShortcut
{
   position : relative;
}
.smyPicturePlayer{}
.smyTopShortcut
{
   position : absolute;
   top : 1rem;
   left : 1rem;
}
.smyPhotoGallery
{
   background-image : url(/download/Resource/BGImage/345.png);
}
.smy2Columns
{
  display : flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  position : relative;
  background: linear-gradient(135deg, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%);
}
.index最新消息26
{
  flex-basis : 48%;
}
.index學生成就27
{
  flex-basis : 48%;
}
.smyBottomShortcut
{
  background-image : url(/download/Resource/BGImage/201105161419266309289.png);
}
@media (max-width: 480px) 
{
  .smyTopShortcut
  {
     position : static;
  }
  .smy2Columns
  {
    display : block;
  }
  .index最新消息26
  {
     margin-bottom : 2rem; 
  }
}
@media (min-width: 481px) and (max-width: 767px) 
{
  .smyTopShortcut
  {
     position : static;
  }
  .smy2Columns
  {
    display : block;
  }
  .index最新消息26
  {
     margin-bottom : 2rem; 
  }
}
@media (min-width: 768px) and (max-width: 979px) {}
@media (min-width: 980px) and (max-width:1199px) {}
@media (min-width: 1200px) and (max-width:1919px) {}
@media (min-width: 1920px) {}
