#post .card{
  padding:2rem
}
#post .card img.image {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.2rem;
  max-width: 45rem;
  float: left;
  margin-right: 3rem;
}
#post .card a{
  margin-bottom: 0;
}
#post .card table {
  width: 100%;
  border-collapse: collapse;
  font-family: inherit;
  margin-bottom: 1rem;
}
#post .card thead th {
  background-color: rgba(193,200,222,.28);
  padding: 0.75rem;
  border: 0.0625rem solid #919399;
  font-weight: 600;
}
#post .card tbody td {
  padding: 0.75rem;
  border: 0.0625rem solid #919399;
  text-align: center;
}
#post .card tbody td:first-child, #post .card thead th:first-child {
  text-align: left;
}
#post .card tbody tr:hover {
  background-color: #fff;
}
#post .card tbody td p, #post .card thead th p {
  margin: 0;
  text-align: inherit!important;
}
#post .card h2 {
  font-size: 2rem;
  line-height: 2.3rem;
}
#post .card h3{
  font-size:1.286rem;
  line-height:1.571rem;
}
#post .card h4, #post .card h5, #post .card h6{
  font-size:1.143rem;
  line-height:1.75rem;
}
#post .card time {
  margin-top: 2rem;
  display: block;
  margin-bottom: 2rem;
}
@media only screen and (max-width:1200px){
#post .card img.image {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1rem;
  max-width:100%;
  float: none;
  margin-right: 0;
}
}
@media only screen and (max-width:600px){
#post .card{
  padding:2rem 1.5rem
}
}

#newslist {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2rem;
    width: -webkit-calc(100% + 1.5rem);
    width: -moz-calc(100% + 1.5rem);
    width: calc(100% + 1.5rem);
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 1.5rem;
}
#newslist h2{
  width: 100%;
}
#newslist .card {
    width: -webkit-calc(33.33% - 1.5rem);
    width: -moz-calc(33.33% - 1.5rem);
    width: calc(33.33% - 1.5rem);
    margin-bottom: 1rem;
    margin-right: 1.5rem;
    position: relative;
    cursor: pointer;
    overflow:hidden;
    padding-bottom: 4rem;
}
#newslist .card:hover {
  text-decoration: none;
    -webkit-box-shadow: rgba(193, 200, 222, .378) 0 .714rem 1.429rem 0;
    -moz-box-shadow: rgba(193, 200, 222, .378) 0 .714rem 1.429rem 0;
    box-shadow: rgba(193, 200, 222, .378) 0 .714rem 1.429rem 0;
    -webkit-transform: translateY(-.357rem);
    -moz-transform: translateY(-.357rem);
    -ms-transform: translateY(-.357rem);
    -o-transform: translateY(-.357rem);
    transform: translateY(-.357rem);
    -webkit-transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease, -o-transform .3s ease;
    -moz-transition: transform .3s ease, box-shadow .3s ease, -moz-transform .3s ease, -moz-box-shadow .3s ease;
    transition: transform .3s ease, box-shadow .3s ease;
    transition:transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease, -webkit-box-shadow .3s ease, -moz-box-shadow .3s ease
}
#newslist .card .text {
    padding:1rem 1rem 0
}
#newslist .card .text b{
  font-size:1.286rem;
  line-height:1.857rem;
  margin-bottom: .75rem;
}
#newslist .card .text small{
    position: absolute;
    bottom: 1rem;
    right: 1.5rem;
}
#newslist .slider {
    aspect-ratio: 16/9;
}
#newslist .oneslide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media only screen and (max-width:900px){#newslist .card{width:-webkit-calc(50% - 1.5rem);width:-moz-calc(50% - 1.5rem);width:calc(50% - 1.5rem)}#newslist .card:nth-child(3){display: none;}}
@media only screen and (max-width:600px){#newslist .card{width:100%}#newslist .card:nth-child(3){display: initial;}}