.breadcrumb_box {
  padding: 10px 20px;
}
.page_box {
  padding: 10px 20px;
}
.page_box .title {
  width: 1180px;
  height: 80px;
  font-size: 24px;
  border: 1px solid #e8eff3;
  background-color: #f3f7f9;
  position: relative;
}
.page_box .title .t1 {
  padding: 10px 20px 0;
  color: #3089d4;
  line-height: 30px;
}
.page_box .title .t2 {
  padding: 0 20px 0;
  color: #000;
  line-height: 30px;
}
.page_box .title ul {
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
}
.page_box .title ul:before,
.page_box .title ul:after {
  content: " ";
  display: table;
}
.page_box .title ul:after {
  clear: both;
}
.page_box .title ul li {
  width: 100px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  float: left;
  border-left: 1px solid #e8eff3;
}
.page_box .title ul li.on {
  background-color: #fff;
  color: #da271e;
  height: 78px;
  line-height: 76px;
  border-top: 2px solid #da271e;
}
.page_box .title ul li a {
  color: #000;
}
.page_box .title ul li a:hover {
  color: #3089d4;
}
.page_box .content {
  width: 1140px;
  padding: 20px;
  min-height: 400px;
  border-left: 1px solid #e8eff3;
  border-right: 1px solid #e8eff3;
  border-bottom: 1px solid #e8eff3;
}
.page_box .content img {
  max-width: 100%;
}
.news_box {
  padding: 10px 20px;
  color: #000;
}
.news_box .title {
  width: 1180px;
  border-bottom: 1px solid #bcbcbc;
  text-align: center;
  padding-top: 20px;
}
.news_box .title .h1 {
  font-size: 30px;
  padding: 25px 0px;
}
.news_box .title .sub_title {
  padding: 15px 20px;
  color: #bcbcbc;
}
.news_box .title .sub_title span {
  display: inline-block;
  padding: 0 20px;
}
.news_box .title ul {
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
}
.news_box .title ul:before,
.news_box .title ul:after {
  content: " ";
  display: table;
}
.news_box .title ul:after {
  clear: both;
}
.news_box .title ul li {
  width: 100px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  float: left;
  border-left: 1px solid #e8eff3;
}
.news_box .title ul li.on {
  background-color: #fff;
  color: #da271e;
  height: 78px;
  line-height: 76px;
  border-top: 2px solid #da271e;
}
.news_box .title ul li a {
  color: #000;
}
.news_box .title ul li a:hover {
  color: #3089d4;
}
.news_box .content {
  width: 1140px;
  padding: 20px;
  min-height: 400px;
}
.news_box .content img {
  max-width: 100%;
}
.list_box {
  padding: 10px 20px;
  color: #000;
}
.list_box .n_list {
  width: 1140px;
  padding: 20px;
  min-height: 400px;
}
.list_box .n_list li {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px #dddddd dashed;
  position: relative;
}
.list_box .n_list li:first-child {
  border-top: 1px #dddddd dashed;
}
.list_box .n_list li a {
  display: block;
  position: absolute;
  left: 20px;
  right: 250px;
  font-size: 20px;
  color: #6d6d6d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_box .n_list li .n_date {
  float: right;
  font-size: 18px;
  background-color: #c3c3c3;
  color: #fff;
  line-height: 24px;
  padding: 5px 10px 3px;
  margin-top: 14px;
  margin-right: 20px;
}
/*# sourceMappingURL=page.css.map */