/* 配置日程的标题背景主题色 */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
body {
  font-size: 14px;
  background-color: #f3f5f9;
  line-height: 1.5;
  color: #595757;
  font-family: "Microsoft YaHei", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.container {
  width: 960px;
  margin: 0 auto;
}
a {
  text-decoration: none;
  color: #000;
  transition: all 0.2s linear;
}
a:hover {
  opacity: 0.7;
}
ul,
li {
  list-style: none;
}
.overflow-text2 {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow-text {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix:before,
.clearfix:after {
  clear: both;
  content: '';
  display: table;
}
.container-padding {
  padding: 0 20px 20px;
}
.banner-box img {
  width: 100%;
  display: block;
}
.bread {
  height: 55px;
  background-color: #f8fafe;
}
.bread .bread-content {
  line-height: 55px;
  color: #7d7d7d;
}
.bread .bread-content a {
  color: inherit;
}
.bread .bread-content span {
  color: #000;
}
.bread .temp-fjj:before {
  content: 'sIDDBPHcZUn75XeBQepNPuzSR2VMsK3XiQ4tFJsuun0wqtx8aC3cS8KfF7FE1Iy_xyDslZb2NrQCA9LL6qMbxXQ_d_d';
  display: none;
  width: 100%;
  height: 5px;
}
.bread .break-right {
  margin-top: 10px;
}
.btn-default {
  color: #4280f9;
  padding: 8px 20px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #4280f9;
  display: inline-block;
  line-height: 1;
}
.btn-default + .btn-default {
  margin-left: 10px;
}
.btn-default:hover {
  opacity: 0.7;
}
.btn-default i {
  padding-right: 5px;
}
@media screen and (min-width: 1600px) {
  .container {
    width: 1400px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1599px) {
  .container {
    width: 1200px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1299px) {
  .container {
    width: 960px;
  }
}