html,body{
  margin: 0;
  padding: 0;
}

.clearfix:after {visibility: hidden;display: block;font-size: 0;content: ".";clear: both;height: 0;}
.clearfix {zoom: 1;}

header, section {
  width: 100%;
}

table {
  border-collapse: collapse;
}

a:focus {
  outline: none;
}


a:link {
  color: #0E1D3C;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #0E1D3C;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a:active {
  text-decoration: none;
  color: #0E1D3C;
}

.zImg img{
  -webkit-transition: -webkit-transform 0.3s ease ;
  -moz-transition: -moz-transform 0.3s ease ;
  -ms-transition: -ms-transform 0.3s ease ;
  -o-transition: -o-transform 0.3s ease ;
  transition: transform 0.3s ease ;
}
.zImg:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}



.cms{

}
.cms-title{
  padding: 16px;
  font-size: 20px;
  margin: 0 0 16px;
  border-bottom: solid 1px #ddd;
}
.cms-list{
  padding: 16px;
}
.cms-list-item{
  margin-bottom: 20px;
}
.cms-list-item h3,.cms-list-item p{
  margin: 6px 0;
  font-size: 18px;
}
.cms-list-item .pic{
  width: 100%;
  height: 170px;
  margin-right: 30px;
  object-fit: cover;
}
.cms-list-item .title{
  color: #0D1D3C;
  text-decoration: none;
}
.cms-list-item .title:hover{
  color: #0b3d89;
}


.cms-show{

}
.cms-show-title{
  margin: 16px 16px 6px;
  font-size: 24px;
}
.cms-show .time{
  padding-left: 16px;
  color: #999;
}
.cms-show .content{
  margin-top: 16px;
  border-top: solid 1px #ddd;
  padding: 16px ;
}
.cms-show .content img{
  max-width: 100%;
}
.my-video{
  width: 320px;
  height: 240px;
  margin: 10px auto;
  position: relative;
}
.video-js .vjs-big-play-button{top: 50%;left: 50%; margin-top: -1em;margin-left: -1.5em;border: none;height: 2em; line-height: 2em;}


.footer{
  margin-top: 20px;
  border-top: solid 1px #ddd;
  background: #f1f1f1;
  padding:16px;
  font-size: 12px;
  color: #ccc;
}
.footer p{
  margin: 0;
}
.footer a{
  color: #ccc;
}
