html {
  font: 400 15px/20px "Microsoft YaHei", Helvetica, Arial, sans-serif;
  font-size: 15px;
}

a,
a img,
a i,
a h3,
a h5 {
  color: rgba(16, 45, 71, 1);
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

a:hover {
  text-decoration: none;
  color: #812b1e;
}

.uk-container {
  max-width: 1600px;
}

.mm-top-box {
  width: 100%;
  padding: 20px 0 40px;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(255, 255, 255, 0) 90%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.mm-logo {
  width: 420px;
}

.mm-menu {
  background: #cd503d;
}

.uk-navbar-nav {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
}

.uk-navbar-nav>li>a {
  min-height: 50px;
  font-size: 18px;
  /* font-weight: 900; */
  margin: 5px 0px;
  padding: 0 20px;
  color: rgba(255, 255, 255, 1);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.uk-navbar-nav>li>a>i {
  margin-left: 5px;
}

.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a.uk-open,
.uk-navbar-nav>li>a:focus {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
}

.uk-navbar-dropdown {
  width: 260px;
  border-radius: 4px;
  background: #fff;
}

.uk-nav-default {
  font-size: 14px;
}

.uk-nav-header {
  font-size: 18px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 10px;
}

.uk-offcanvas-bar {
  background: linear-gradient(180deg,
      rgb(24, 26, 105) 0%,
      rgba(47, 49, 139, 1) 100%);
}

.uk-nav li a {
  font-size: 15px;
  padding: 10px 1px;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  overflow: hidden;
}

.uk-nav li i {
  line-height: 20px;
  position: absolute;
  right: -20px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.uk-nav li a:hover {
  color: #2f318b;
  text-indent: 5px;
}

.uk-nav li a:hover i {
  right: 10px;
}

.mm-banner {
  width: 100%;
}

.mm-m1-box a {
  width: 100%;
  display: block;
  padding: 50px;
  box-sizing: border-box;
  background: #f8fcff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.mm-m1-box a:hover {
  box-shadow: 0 0 15px rgba(205, 80, 61, 0.2);
}

.mm-m1-box i {
  font-size: 36px;
  margin-right: 15px;
}

.mm-m1-box a:hover i {
  color: #812b1e;
  margin-right: 10px;
}

.mm-m2-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.mm-m2-title h2,
.mm-m2-title p {
  margin: 0;
}

.mm-m2-title h2 {
  font-weight: 900;
}

.mm-m2-box a {
  width: 100%;
  height: 500px;
  display: block;
  position: relative;
}

.mm-m2-imgbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mm-m2-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mm-m2-box a:hover img {
  transform: scale(1.1);
}

.mm-m2-textbox {
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
  background: rgba(48, 89, 147, 0.9);
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mm-m2-li-box {
  margin-bottom: 20px;
}

.mm-m2-li-box a {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background: rgba(246, 249, 255, 0.9);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mm-m2-li-time h3,
.mm-m2-li-time p,
.mm-m2-li-text h3,
.mm-m2-li-text p {
  margin: 0;
}

.mm-m2-li-time {
  text-align: center;
  width: 100px;
  margin-right: 20px;
}

.mm-m2-li-time h3 {
  font-size: 36px;
}

.mm-m2-li-text {
  width: calc(100% - 120px);
}

.mm-m2-li-text h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.mm-m2-li-time p,
.mm-m2-li-text p,
.mm-m2-list-box h3,
.mm-m2-list-box p {
  color: rgba(0, 0, 0, 0.7);
}

.mm-m2-li-box a:hover {
  background: rgba(205, 80, 61, 0.05);
  box-shadow: 2px 2px 15px rgba(205, 80, 61, 0.05);
  padding-left: 25px;
}

.mm-m2-li-box a:hover h3 {
  color: #812b1e;
}

.mm-m2-list-box a {
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mm-m2-list-box h3 {
  width: 80%;
  margin: 0;
  font-size: 18px;
}

.mm-m2-list-box a:hover h3 {
  color: #2f318b;
}

.mm-m3-bg {
  width: 100%;
  padding: 40px 0;
  background: url(../img/main-bg1.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 40px;
}

.mm-m3-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.7);
}

.mm-m3-title h2 {
  font-weight: 900;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 1);
  margin: 0;
}

.mm-m3-title p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.mm-m3-box {
  width: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}

.mm-m3-img-box {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.mm-m3-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mm-m3-box a:hover img {
  transform: scale(1.1);
}

.mm-m3-text {
  padding: 20px;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.mm-m3-previous {
  padding: 50px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mm-m3-previous a,
.mm-m3-previous a i {
  color: #fff;
}

.mm-m3-previous i {
  margin: 0 25px;
  font-size: 38px;
}

.mm-m3-previous a:hover i,
.mm-m3-previous a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.mm-m3-bn-box a {
  width: 100%;
  height: 460px;
  display: block;
  position: relative;
  overflow: hidden;
}

.mm-m3-bn-box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mm-m3-bn-box a:hover img {
  transform: scale(1.1);
}

.mm-m3-bn-box a>div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  background: linear-gradient(rgba(48, 89, 147, 0.2), rgba(0, 0, 0, 0));
}

.mm-m3-bn-box h5,
.mm-m3-bn-box h3 {
  margin: 0;
}

.mm-m3-bn-box h5 {
  font-size: 20px;
  color: #812b1e;
}

.mm-m3-bn-box h3 {
  font-size: 30px;
}

.mm-titleBox {
  width: 100%;
  height: 160px;
  padding: 30px;
  background: url(../img/2025/00.jpg) center center no-repeat rgba(47, 49, 139, 0.9);
  background-size: cover;
  box-sizing: border-box;
}

.mm-titleBox h2 {
  color: #fff;
}

.mm-column {
  width: 100%;
  height: 160px;
  overflow: hidden;
  position: relative;
}

.mm-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.mm-column:hover img {
  transform: scale(1.1);
}

.mm-column a {
  width: 100%;
  height: 160px;
  padding: 30px;
  display: block;
  box-sizing: border-box;
  position: absolute;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 900;
  line-height: 26px;
  top: 0;
  left: 0;
  z-index: 999;
}

.mm-column a span {
  font-size: 30px;
  color: #fff;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.mm-column a:hover {
  color: #fff;
  background-size: cover bottom;
}

.mm-foot-bg {
  width: 100%;
  background-color: #333;
  padding: 40px 0;
}

.mm-foot-txt p {
  line-height: 30px;
  color: #cccccc;
}

.mm-foot-icon i {
  font-size: 26px;
  color: #ccc;
  margin: 0 10px;
  line-height: 26px;
}

.mm-foot-icon i:hover {
  color: #fff;
}

.mm-to-top a {
  width: 60px;
  height: 60px;
  display: block;
  background: rgba(47, 49, 139, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  border-radius: 6px;
}

.mm-to-top i {
  font-size: 22px;
  color: #fff;
}

.mm-to-top a:hover {
  bottom: 21px;
  background: rgba(47, 49, 139, 1);
  box-shadow: 2px 2px 15px rgba(47, 49, 139, 0.75);
}

.mm-to-top a:hover i {
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  .mm-top-box {
    position: absolute;
  }

  .mm-m1-box a {
    padding: 15px;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
  }

  .mm-m1-box i {
    font-size: 18px;
    margin-right: 5px;
  }

  .mm-m2-title h2 {
    font-weight: 900;
    font-size: 18px;
  }

  .mm-m2-box a {
    height: 220px;
  }

  .mm-m2-textbox {
    padding: 10px 5px;
    font-size: 15px;
  }

  .mm-m2-li-box {
    margin-bottom: 10px;
  }

  .mm-m2-li-box a {
    padding: 10px;
  }

  .mm-m2-li-time {
    width: 70px;
    margin-right: 15px;
  }

  .mm-m2-li-time h3 {
    font-size: 20px;
  }

  .mm-m2-li-text {
    width: calc(100% - 90px);
  }

  .mm-m2-li-text h3 {
    font-size: 16px;
  }

  .mm-m2-li-box a:hover {
    padding-left: 15px;
  }

  .mm-m2-list-box a {
    padding: 10px 0;
  }

  .mm-m2-list-box h3 {
    font-size: 16px;
  }

  .mm-m3-title h2 {
    font-size: 18px;
  }

  .mm-m3-title p {
    font-size: 14px;
  }

  .mm-m3-box {
    margin-bottom: 10px;
  }

  .mm-m3-img-box {
    height: 200px;
  }

  .mm-m3-text {
    padding: 10px;
    font-size: 16px;
  }

  .mm-m3-previous {
    padding: 30px 0;
  }

  .mm-m3-bn-box a {
    height: 200px;
  }

  .mm-m3-bn-box a>div {
    padding: 30px;
  }

  .mm-m3-bn-box h5 {
    font-size: 16px;
  }

  .mm-m3-bn-box h3 {
    font-size: 20px;
  }

  .mm-titleBox {
    height: 120px;
  }

  .mm-titleBox h2 {
    font-size: 22px;
  }

  .mm-column {
    height: 120px;
  }

  .mm-column a {
    height: 120px;
    font-size: 16px;
  }

  .mm-column a span {
    font-size: 26px;
    right: 20px;
    bottom: 20px;
  }

  .mm-foot-txt p {
    line-height: 26px;
    font-size: 14px;
  }

  .uk-nav-header {
    line-height: 26px;
  }

  .mm-to-top a {
    width: 40px;
    height: 40px;
  }
}

/*****
zhuanye list
****/
.mm-list-banner {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.mm-list-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mm-list-banner-box {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 9;
  color: #fff;
}

.mm-list-banner-txt {
  box-shadow: -1000px 0 0px rgba(0, 64, 134, 0.9);
}

.mm-list-banner-txt div {
  width: 300px;
  height: 70px;
  display: flex;
  align-items: center;
  background: rgba(0, 64, 134, 0.9);
  position: relative;
}

.mm-list-banner-txt div::after {
  content: "";
  width: 50px;
  height: 70px;
  background: rgba(0, 64, 134, 0.9);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  position: absolute;
  right: -50px;
}

.mm-list-banner-txt h3 {
  font-weight: 700;
  margin: 0;
  color: #fff;
  margin-left: 10px;
}

.mm-list-banner-txt a {
  color: #fff;
  margin-right: 10px;
}

.mm-search {
  width: 320px;
}

.mm-zy-box a {
  width: 100%;
  display: block;
  background: #f5f5f5;
  color: #333;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
}

.mm-zy-img {
  flex: 0 0 230px;
  height: 180px;
  overflow: hidden;
}

.mm-zy-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mm-zy-box a:hover img {
  transform: scale(1.1);
}

.mm-zy-text {
  width: calc(100% - 260px);
}

.mm-zy-text h3 {
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 10px;
}

.mm-zy-text h5 {
  margin: 0;
  margin-bottom: 10px;
  display: inline-block;
  background: rgba(0, 64, 134, 0.9);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

.mm-zy-text p {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

.mm-zy-text span {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
  font-size: 12px !important;
}

.mm-zy-box a:hover {
  color: #333;
  background: #f9f9f9;
  border: 1px solid rgba(0, 64, 134, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 64, 134, 0.15);
}

@media screen and (max-width: 768px) {
  .mm-list-banner {
    height: 300px;
  }

  .mm-list-banner-txt div {
    width: 100%;
    height: 50px;
    text-indent: 20px;
  }

  .mm-list-banner-txt div::after {
    display: none;
  }

  .mm-list-banner-txt h3 {
    margin-left: 0;
    font-size: 18px;
  }

  .mm-list-banner-txt a {
    margin-right: 0;
  }

  .mm-search {
    width: 100%;
  }

  .mm-zy-box a {
    display: block;
    padding: 20px;
  }

  .mm-zy-img {
    width: 100%;
    height: 180px;
    overflow: hidden;
  }

  .mm-zy-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mm-zy-box a:hover img {
    transform: scale(1.1);
  }

  .mm-zy-text {
    width: 100%;
  }

  .mm-zy-text h3 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .mm-zy-text h5 {
    margin: 0;
    font-size: 13px;
    margin-bottom: 5px;
    display: inline-block;
    background: rgba(0, 64, 134, 0.9);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
  }

  .mm-zy-text p {
    margin: 0;
    margin-bottom: 5px;
    font-size: 13px;
  }

  .mm-zy-text span {
    font-size: 13px;
    height: 40px;
  }
}

/*******************
专业详情
*******************/
.mm-zy-menu {
  width: 100%;
  background: #f7f7f7;
  padding: 40px;
  box-sizing: border-box;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.mm-zy-menu:hover {
  background: rgba(0, 64, 134, 0.1);
}

.mm-zy-menu h3 {
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 20px;
}

.mm-zy-menu a {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 15px;
  text-indent: 20px;
}

.mm-zy-menu a:hover {
  background: rgba(0, 64, 134, 0.9);
  color: #fff;
  text-indent: 30px;
}

.mm-zy-content {
  width: 100%;
}

.mm-zy-content h2 {
  font-size: 28px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(0, 64, 134, 0.9);
  padding-bottom: 20px;
}

.mm-zy-box1 {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  flex-wrap: wrap;
  background: url(../img/main-02.png) no-repeat right bottom rgba(0, 64, 134, 1);
  background-size: auto 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
}

.mm-zy-box1-item {
  flex: 0 0 25%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.mm-zy-box1-item i {
  font-size: 34px;
  margin-right: 10px;
}

.mm-zy-box1-item p,
.mm-zy-box1-item h5 {
  margin: 0;
}

.mm-zy-box1-item h5 {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  margin-top: 5px;
}

.mm-zy-box1-item:last-child {
  margin-bottom: 0;
}

.mm-zy-box2,
.mm-zy-box3 {
  margin-top: 20px;
  background: #f7f7f7;
  padding: 30px;
  box-sizing: border-box;
}

.mm-zy-box2 h3,
.mm-zy-box3 h3 {
  font-size: 24px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 5px solid rgba(0, 64, 134, 0.9);
}

.mm-zy-box2-txt {
  margin-top: 20px;
}

.mm-zy-box3-txt {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mm-zy-box3-txt p {
  margin: 10px 0;
}

.mm-zy-box3-img {
  flex: 0 0 40%;
  height: 220px;
  overflow: hidden;
  margin-left: 20px;
}

.mm-zy-box3-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .mm-zy-content h2 {
    font-size: 22px;
  }

  .mm-zy-box1 {
    padding: 20px;
  }

  .mm-zy-box1-item {
    flex: 0 0 50%;
  }

  .mm-zy-box1-item i {
    font-size: 30px;
    margin-right: 10px;
  }

  .mm-zy-box1-item p,
  .mm-zy-box1-item h5 {
    font-size: 13px;
  }

  .mm-zy-box1-item h5 {
    font-size: 15px;
    line-height: 20px;
  }

  .mm-zy-box2,
  .mm-zy-box3 {
    margin-top: 20px;
    background: #f7f7f7;
    padding: 20px;
    box-sizing: border-box;
  }

  .mm-zy-box2 h3,
  .mm-zy-box3 h3 {
    font-size: 18px;
  }

  .mm-zy-box3-txt {
    display: block;
  }

  .mm-zy-box3-txt p {
    margin: 10px 0;
  }

  .mm-zy-box3-img {
    width: 100%;
    height: 180px;
    margin-left: 0px;
  }
}

/************
news list
***************/
.mm-news-li-box {
  margin-bottom: 20px;
}

.mm-news-li-box a {
  display: block;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f7f7f7;
}

.mm-news-li-img {
  flex: 0 0 30%;
  height: 150px;
  overflow: hidden;
  border-radius: 6px;
}

.mm-news-li-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mm-news-li-box a:hover {
  background: rgba(0, 64, 134, 0.1);
}

.mm-news-li-box a:hover img {
  transform: scale(1.1);
}

.mm-news-li-box a:hover h3 {
  color: rgba(0, 64, 134, 0.9);
}

.mm-news-li-txt {
  flex: 0 0 67%;
}

.mm-news-li-txt h3 {
  font-size: 18px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 15px;
}

.mm-news-li-txt p {
  margin: 0;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.3);
}

.mm-news-li-txt span {
  height: 60px;
  color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 768px) {
  .mm-news-li-box a {
    padding: 20px;
    display: block;
  }

  .mm-news-li-img {
    width: 100%;
  }

  .mm-news-li-txt {
    width: 100%;
  }

  .mm-news-li-txt h3 {
    font-size: 16px;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .mm-news-li-txt p {
    margin-bottom: 5px;
  }

  .mm-news-li-txt span {
    height: 40px;
    -webkit-line-clamp: 2;
  }
}

/**********
news
**************/
.mm-news-box h2 {
  font-weight: 900;
}

.mm-news-box>p {
  border-bottom: 2px solid rgba(0, 64, 134, 0.9);
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .mm-news-box h2 {
    font-size: 20px;
  }
}

/************
teachers
****************/
.mm-teacher-box a {
  display: block;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
  color: #333;
  background: #f7f7f7;
}

.mm-teacher-box a:hover {
  background: rgba(0, 64, 134, 0.1);
}

.mm-teacher-box a:hover .mm-teacher-title {
  color: rgba(0, 64, 134, 0.9);
}

.mm-teacher-box a:hover .mm-teacher-btn {
  padding-right: 10px;
}

.mm-teacher-title {
  font-size: 15px;
  margin: 0;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.mm-teacher-title strong {
  font-size: 20px;
  line-height: 20px;
  margin-right: 10px;
}

.mm-teacher-box h5 {
  font-size: 15px;
  margin: 0;
  margin-bottom: 20px;
}

.mm-teacher-btn {
  text-align: right;
  font-size: 13px;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}