/*
* 我们的自定义样式
*/
html,
body {
  font-size: 14px;
}
a {
  color: #333;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
ul,
ol {
  margin-bottom: 0;
}
/**
 * 1. 样式都通过ID去限定
 * 2. 尽可能多使用直接子代选择器
 */
.itmc-container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .itmc-container {
    width: 680px;
  }
}
@media (min-width: 1024px) {
  .itmc-container {
    width: 960px;
  }
}
@media (min-width: 1440px) {
  .itmc-container {
    width: 1280px;
  }
}
@media (min-width: 1920px) {
  .itmc-container {
    width: 1280px;
  }
  .itmc-container.home-page {
    width: 1536px;
  }
}
/**
 * Bootstrap扩展
 */
