/* LESS Document */
/* 超小设备（手机，小于 768px） */
/* 小型设备（平板电脑，768px 起） */
/* 中型设备（台式电脑，992px 起） */
/* 大型设备（大台式电脑，1200px 起） */
body {
  font-size: 14px;
  font-family: source-han-sans-simplified-c, "Open Sans", Arial, sans-serif;
  font-weight: 300;
}
.container {
  color: #333;
}
.mg-top-3 {
  margin-top: 30px;
}
.mg-t-b-1 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mg-l-r-1 {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .mg-l-r-1 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.mg-b-1 {
  margin-bottom: 15px;
}
.mg-b-2 {
  margin-bottom: 30px;
}
.mg-b-3 {
  margin-bottom: 45px;
}
.mg-b-4 {
  margin-bottom: 60px;
}
.pd-l-r-1 {
  padding-left: 15px;
  padding-right: 15px;
}
.pd-l-r-2 {
  padding-left: 30px;
  padding-right: 30px;
}
.pd-b-1 {
  padding-bottom: 15px;
}
.pd-b-2 {
  padding-bottom: 30px;
}
.pd-b-3 {
  padding-bottom: 45px;
}
.pd-b-4 {
  padding-bottom: 60px;
}
.pd-t-1 {
  padding-top: 15px;
}
.pd-t-2 {
  padding-top: 30px;
}
.color-1 {
  color: rgba(0, 0, 0, 0.2);
}
.color-2 {
  color: #C3B941;
}
.color-3 {
  color: #D62011;
}
.bgcolor-4 {
  background-color: #f0f0f0;
}
h3 {
  border-left: 5px #E42313 solid;
  text-indent: 5px;
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
}
.navbar {
  margin-top: 15px;
  margin-left: 15px;
}
.navbar .navbar-toggle {
  background-color: #E30016;
  margin-top: 35px;
  border-color: transparent;
}
.navbar .navbar-toggle:hover {
  background-color: #D62011;
}
@media (min-width: 768px) {
  .navbar {
    height: 190px;
    background-color: white;
    margin-bottom: 0;
  }
  .navbar .navbar-header {
    float: none;
    margin-top: 50px;
    text-align: center;
  }
  .navbar .navbar-header a {
    height: 190px;
    padding-top: 50px;
  }
  .navbar .navbar-header a img {
    height: 90px;
  }
  .navbar .navbar-collapse {
    padding-top: 100px;
  }
  .navbar .navbar-collapse .navbar-nav li :hover {
    border-bottom: 5px solid #ff0000;
    margin-left: 15px;
    margin-right: 15px;
    color: #f30;
  }
  .navbar .navbar-collapse .navbar-nav li a {
    color: #000;
    font-size: 18px;
    padding: 15px 0;
    margin: 0 15px;
    border-bottom-color: #fff;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
    -webkit-transition: border-bottom-color 0.9s linear;
    -moz-transition: border-bottom-color 0.9s linear;
    -o-transition: border-bottom-color 0.9s linear;
    transition: border-bottom-color 0.9s linear;
    transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    /* Firefox 4 */
    -webkit-transition-delay: 0.2s;
    /* Safari 和 Chrome */
    -o-transition-delay: 0.2s;
    /* Opera */
  }
  .navbar .navbar-collapse .navbar-nav .a-active a {
    border-bottom: 5px solid #ff0000;
    color: #f30;
  }
}
.navbar-fixed-top {
  border: none;
}
.navbar-inverse {
  background-color: white;
}
.navbar-inverse .navbar-nav li a:hover {
  color: #D62011;
}
.navbar-inverse .navbar-brand {
  height: 90px;
  padding: 25px 15px;
}
.navbar-inverse .navbar-brand img {
  height: 60px;
}
.jumbotron {
  padding: 0;
  margin-bottom: 0;
}
.jumbotron .container {
  padding: 0;
}
.jumbotron .container .carousel-inner .dcwj {
  background-color: white;
  padding: 32px 16px;
  border: 1px solid #ddd;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .jumbotron .container .carousel-inner .dcwj {
    padding: 32px 96px;
  }
}
.jumbotron .container .carousel-inner .dcwj p {
  font-size: 14px;
}
.jumbotron .container .carousel-inner .dcwj b {
  margin-top: 64px;
  display: block;
  font-size: 16px;
  margin-bottom: 16px;
}
.jumbotron .container .carousel-inner .dcwj img {
  max-width: 100%;
}
.jumbotron .container .carousel-inner .dcwj-2 {
  text-align: center;
  margin: 50px 16px;
  font-size: 24px;
}
.jumbotron .container .carousel-inner .item {
  height: 460px;
}
@media (min-width: 768px) {
  .jumbotron .container .carousel-inner .item {
    height: inherit;
  }
}
.jumbotron .container .carousel-inner .item img {
  max-width: unset;
  position: absolute;
  left: -685px;
}
@media (min-width: 500px) {
  .jumbotron .container .carousel-inner .item img {
    left: unset;
    right: 0px;
  }
}
@media (min-width: 768px) {
  .jumbotron .container .carousel-inner .item img {
    position: unset;
  }
}
@media (min-width: 768px) {
  .jumbotron .container {
    padding: 0 15px;
  }
  .jumbotron .container .carousel-inner .item img {
    max-width: 100%;
    left: inherit;
  }
}
.blacktitle {
  background-color: #141414;
  padding: 55px 0;
}
.blacktitle .container {
  color: #E5E5E5;
  line-height: 1.5em;
  font-weight: 300;
  font-size: 16px;
}
.blacktitle .container .row {
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 992px) {
  .blacktitle .container .row {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/*设计周-*/
.blacktitle-week {
  background-color: #141414;
  padding: 0;
}
@media (min-width: 992px) {
  .blacktitle-week {
    padding: 55px 0;
  }
}
.blacktitle-week .container {
  padding-left: 0;
  padding-right: 0;
}
.blacktitle-week .container a img {
  width: 100%;
}
.week-other .row {
  margin-left: 0;
  margin-right: 0;
}
.week-other .row .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
.week-other .row .col-md-6 a img {
  width: 100%;
}
.week-other .row .col-md-6 a:link img {
  -webkit-filter: grayscale(0%);
  filter: "";
}
.week-other .row .col-md-6 a:hover img {
  filter: gray;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.aitem {
  margin: 10px 0;
  border: 1px solid #eee;
  padding-bottom: 10px;
  text-align: center;
  background-color: #fff;
}
.aitem h6 {
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0px;
  margin: 0px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px;
  font-weight: 600;
}
.aitem .team {
  height: 70px;
  padding: 5px;
  text-align: left;
  overflow: hidden;
}
.aitem .award-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 600;
}
.aitem img {
  max-width: 100%;
  border-bottom: 1px solid #eee;
}
/*新闻频道*/
.black-news {
  height: 526px;
  background: #000000 url(../images/bgpic-news-1.jpg) no-repeat center center;
  background-size: auto 100%;
  position: relative;
}
@media (min-width: 1280px) {
  .black-news {
    background-size: 100%;
  }
}
.black-news .news-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  .black-news .news-title {
    padding-top: 0;
  }
}
.black-news .news-title h1 a {
  color: #fff;
  font-weight: 300;
}
@media (max-width: 768px) {
  .black-news .news-title h1 a {
    font-size: 24px;
  }
}
.black-news .news-title p {
  color: #ccc;
}
/*新闻栏目，间距清零，li去点*/
.fixul2 {
  margin: 0;
  padding: 0;
}
.fixul2 li {
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
}
.fixul2 li span {
  color: #ccc;
  font-weight: 300;
  font-size: 12px;
}
.fixul2 li h4 a {
  color: #000;
}
.fixul2 li h4 a:hover {
  text-decoration: none;
  color: #D62011;
}
.fixul2 li p {
  color: #999;
}
.fixul2 li a img {
  width: 100%;
}
@media (min-width: 992px) {
  .fixul2 li a img {
    width: 288px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
  }
}
.article-top-line {
  border-top: 1px solid #ccc;
}
.article-con {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .article-con {
    width: 78%;
  }
}
.article-con h1 {
  margin-top: 60px;
  margin-bottom: 30px;
}
.article-con span {
  font-size: 12px;
  color: #999;
}
.article-con hr {
  margin-top: 3px;
}
.article-con img {
  margin-top: 10px;
  margin-bottom: 30px;
  max-width: 100%;
}
.article-con p:last-child {
  margin-bottom: 90px;
}
/*赛事列表*/
.condition {
  background-color: #EEEEEE;
  padding-top: 20px;
  padding-bottom: 20px;
}
.condition .container .row .hot-match h5 {
  float: left;
}
.condition .container .row .hot-match a {
  color: #D62011;
  line-height: 35px;
  margin-left: 15px;
}
.condition .container .row .filter {
  text-align: center;
}
@media (min-width: 992px) {
  .condition .container .row .filter .btn-group {
    float: right;
  }
}
.condition .container .row .filter .btn-group button.active {
  background-color: bisque;
  color: #f60;
}
.condition .container .row .filter .dropdown {
  float: right;
  margin-left: 20px;
}
section.content-wrap {
  background-color: #F0F0F0;
}
@media (min-width: 992px) {
  section.content-wrap {
    background-color: transparent;
  }
}
section.content-wrap .container .row {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  section.content-wrap .container .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
section.content-wrap .container .row aside.sidebar .widget .panel {
  border: none;
}
section.content-wrap .container .row aside.sidebar .widget .panel .panel-heading {
  background-color: #fff;
  border: none;
}
section.content-wrap .container .row aside.sidebar .widget .panel .panel-heading a#btn-collapse-organization {
  float: right;
  position: relative;
  top: -15px;
}
section.content-wrap .container .row aside.sidebar .widget .panel .panel-heading a#btn-collapse-organization i.fa {
  color: #D62011;
}
section.content-wrap .container .row aside.sidebar .widget .panel .panel-heading .panel-title {
  font-size: 12px;
}
section.content-wrap .container .row aside.sidebar .widget .panel .panel-body a {
  color: #141414;
  text-decoration: none;
}
section.content-wrap .container .row aside.sidebar .widget .panel .panel-body a:hover {
  color: #D62011;
}
section.content-wrap .container .row aside.sidebar .widget .panel .panel-body ul li {
  float: left;
  margin-right: 15px;
}
section.content-wrap .container .row aside.sidebar .widget .panel .panel-body ul li a {
  color: #141414;
  text-decoration: none;
}
section.content-wrap .container .row aside.sidebar .widget .panel .panel-body ul li a:hover {
  color: #D62011;
}
section.content-wrap .container .row main.main-content {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  section.content-wrap .container .row main.main-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.content-wrap .container .row main.main-content .match-con-list {
  border: 1px solid #cccccc;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  section.content-wrap .container .row main.main-content .match-con-list {
    border: 1px solid #ddd;
    overflow: hidden;
  }
}
section.content-wrap .container .row main.main-content .match-con-list .con-img {
  float: left;
  width: 100%;
  position: relative;
  display: inline-block;
}
@media (min-width: 992px) {
  section.content-wrap .container .row main.main-content .match-con-list .con-img {
    width: 285px;
  }
}
section.content-wrap .container .row main.main-content .match-con-list .con-img .con-img-title {
  position: absolute;
  background: #FF6841;
  color: #fff;
  font-size: 11px;
  opacity: 1;
  left: 10px;
  top: 10px;
  padding: 0 5px;
  border-radius: 2px;
}
section.content-wrap .container .row main.main-content .match-con-list .con-img p:last-child {
  padding: 10px;
  background-color: #EEEEEE;
  margin-bottom: 0;
  text-align: center;
  font-weight: normal;
}
section.content-wrap .container .row main.main-content .match-con-list .con-img p:last-child span {
  margin-left: 10px;
}
section.content-wrap .container .row main.main-content .match-con-list .con-img img {
  width: 100%;
}
section.content-wrap .container .row main.main-content .match-con-list .con-con {
  float: right;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 992px) {
  section.content-wrap .container .row main.main-content .match-con-list .con-con {
    width: calc(100% - 285px);
    position: relative;
    min-height: 230px;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
  }
}
section.content-wrap .container .row main.main-content .match-con-list .con-con .con-title {
  background-color: #F9F9F9;
  padding: 8px 15px;
  border-bottom: 1px solid #e5e5e5;
}
section.content-wrap .container .row main.main-content .match-con-list .con-con .con-title a {
  font-size: 18px;
  color: #333;
  text-decoration: none;
  margin-right: 15px;
  font-weight: normal;
}
section.content-wrap .container .row main.main-content .match-con-list .con-con .con-title a:hover {
  color: #D62011;
}
section.content-wrap .container .row main.main-content .match-con-list .con-con .con-title .have {
  display: inline-block;
  border-radius: 2px;
  background-color: forestgreen;
  padding: 1px 4px;
  color: #fff;
  font-size: 12px;
}
section.content-wrap .container .row main.main-content .match-con-list .con-con .con-link {
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 30px;
}
@media (min-width: 768px) {
  section.content-wrap .container .row main.main-content .match-con-list .con-con .con-link {
    margin-bottom: unset;
  }
}
section.content-wrap .container .row main.main-content .match-con-list .con-con .con-link ul li {
  float: left;
  padding-left: 0;
  padding-right: 5px;
}
@media (min-width: 768px) {
  section.content-wrap .container .row main.main-content .match-con-list .con-con .con-link ul li {
    padding-right: 15px;
  }
}
section.content-wrap .container .row main.main-content .match-con-list .con-con .con-link ul li p {
  line-height: 1.5em;
  margin: 5px auto;
}
section.content-wrap .container .row main.main-content .match-con-list .con-con .con-link ul li p i {
  margin-right: 5px;
}
section.content-wrap .container .row main.main-content .match-con-list .con-con .con-link ul li p span {
  font-size: 12px;
  padding: 0 5px;
  font-weight: bold;
}
section.content-wrap .container .row main.main-content .match-con-list .con-con .con-link ul li p span img {
  margin-top: -3px;
}
section.content-wrap .container .row main.main-content .match-con-list .con-con .con-link a {
  color: #D62011;
}
section.content-wrap .container .row main.main-content .match-con-list .con-con .con-link a:hover {
  text-decoration: underline;
}
section.content-wrap .container .row main.main-content .match-con-list .con-con .col-md-8 {
  display: none;
}
@media (min-width: 768px) {
  section.content-wrap .container .row main.main-content .match-con-list .con-con .col-md-8 {
    display: inherit;
    margin-top: 6px;
  }
  section.content-wrap .container .row main.main-content .match-con-list .con-con .col-md-8 p {
    margin-bottom: 0;
  }
  section.content-wrap .container .row main.main-content .match-con-list .con-con .col-md-8 p:first-child {
    margin-top: 5px;
  }
}
section.content-wrap .container .row main.main-content .match-con-list .con-con .col-md-4 {
  text-align: right;
}
section.content-wrap .container .row main.main-content .match-con-list .con-con .col-md-4 ul li:first-child {
  float: left;
}
@media (min-width: 768px) {
  section.content-wrap .container .row main.main-content .match-con-list .con-con .col-md-4 ul li:first-child {
    float: none;
  }
}
section.content-wrap .container .row main.main-content .match-con-list .con-con .col-md-4 ul li:last-child {
  float: right;
  margin-top: 24px;
}
@media (min-width: 768px) {
  section.content-wrap .container .row main.main-content .match-con-list .con-con .col-md-4 ul li:last-child {
    float: none;
    margin-top: auto;
  }
}
section.content-wrap .container .row main.main-content .match-con-list .con-con .col-md-4 ul li p {
  margin-top: 24px;
  margin-left: 10px;
  font-size: 12px;
  display: inline-block;
}
section.content-wrap .container .row main.main-content .match-con-list .con-con .col-md-4 ul li p span {
  color: #D62011;
}
section.content-wrap .container .row main.main-content .match-con-list .con-con .col-md-4 ul li h1 {
  color: #D62011;
  display: inline-block;
}
section.content-wrap .container .row main.main-content .match-con-list .con-con hr {
  margin: 5px auto;
}
ul.match-timeline {
  margin-top: 30px;
}
ul.match-timeline li {
  float: left;
  width: 25%;
}
@media (max-width: 768px) {
  ul.match-timeline li {
    float: unset;
    width: 100%;
  }
}
ul.match-timeline li i.fa {
  color: #D62011;
}
ul.match-timeline li hr {
  border-color: #333;
  float: right;
  width: calc(100% - 13.8px);
  height: 10px;
  margin: 0;
  margin-top: 0px;
  margin-top: 13px;
}
ul.match-timeline li h5 {
  color: #D62011;
}
ul.match-timeline li p {
  margin-right: 30px;
  color: #BABABA;
}
/*参赛指南-分赛区 */
.zone-con .row .col-sm-7 img,
.zone-con .row .col-sm-8 img {
  width: 100%;
}
.zone-con ul.zone-links {
  margin-top: 20px;
}
.zone-con ul.zone-links li {
  float: left;
  margin-bottom: 20px;
  margin-right: 8px;
}
.zone-con ul.zone-links li:first-child a {
  padding-left: 70px;
  padding-right: 66px;
}
.zone-con ul.zone-links li a {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 300;
}
.zone-con ul.zone-links li a i {
  margin-left: 20px;
}
/*参赛指南-评审和仲裁*/
.review {
  background-color: #F0F0F0;
}
.review .review-con .row .panel .panel-body h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
/*设计大赛-三个组别*/
ul.threegroup {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  ul.threegroup {
    margin-left: 0;
    margin-right: 0;
  }
}
ul.threegroup li {
  float: left;
  width: 33.333333%;
}
ul.threegroup li .product {
  background-image: url(../images/product@2x.png);
  background-size: cover;
}
ul.threegroup li .concept {
  background-image: url(../images/concept@2x.png);
  background-size: cover;
}
ul.threegroup li .property {
  background-image: url(../images/property@2x.png);
  background-size: cover;
}
ul.threegroup li a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 25px 15px;
  color: #fff;
  text-align: center;
}
ul.threegroup li a:hover {
  background-color: rgba(120, 19, 228, 0.6);
}
ul.threegroup li a h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
}
ul.threegroup li a h4 {
  font-weight: 300;
  font-size: 14px;
}
ul.threegroup li a sammary {
  display: none;
}
@media (min-width: 992px) {
  ul.threegroup li a h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 30px;
  }
  ul.threegroup li a h4 {
    font-weight: 300;
    font-size: 18px;
  }
  ul.threegroup li a sammary {
    display: inherit;
    visibility: hidden;
    font-weight: 300;
  }
  ul.threegroup li a:hover sammary {
    display: inherit;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  ul.threegroup li a {
    padding: 60px 15px;
  }
}
ul.threegroup li.active a {
  background: url(../images/icon-triangle.png) no-repeat bottom center;
  background-color: rgba(228, 35, 19, 0.6);
}
ul.threegroup li.active a sammary {
  visibility: visible;
}
.threegroup-content {
  margin-left: 0;
  margin-right: 0;
}
.threegroup-content .tab-pane {
  padding-top: 15px;
  padding-bottom: 30px;
  display: none;
}
.threegroup-content .tab-pane.active {
  display: block;
}
@media (min-width: 992px) {
  .threegroup-content .tab-pane {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 15px;
  }
}
.threegroup-content .tab-pane .col-md-8 ul li,
.threegroup-content .tab-pane .col-md-4 ul li {
  float: left;
  width: 100px;
  height: 100px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 56px;
  padding: 15px 10px;
  margin: 20px 10px 20px auto;
}
.threegroup-content .tab-pane .col-md-8 ul li img,
.threegroup-content .tab-pane .col-md-4 ul li img {
  width: 40%;
}
.threegroup-content .tab-pane .col-md-8 ul li h5,
.threegroup-content .tab-pane .col-md-4 ul li h5 {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.threegroup-content .tab-pane .col-md-8 ul li small,
.threegroup-content .tab-pane .col-md-4 ul li small {
  font-size: 12px;
}
@media (min-width: 992px) {
  .threegroup-content .tab-pane .col-md-8 ul li,
  .threegroup-content .tab-pane .col-md-4 ul li {
    width: 112px;
    height: 112px;
  }
}
.threegroup-content .tab-pane .col-md-8 p,
.threegroup-content .tab-pane .col-md-4 p {
  margin-left: 0;
  color: #666;
}
.navbar-fixed-top {
  position: static;
}
.fixul {
  margin: 0;
  padding: 0;
}
.fixul li {
  list-style: none;
}
.fixul li a img {
  width: 100%;
}
.cslbxs {
  border-top: 1px solid #ccc;
  padding: 15px 0 30px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .cslbxs {
    border: 1px solid #ccc;
    padding: 15px 15px 30px;
  }
}
/*首页五个按钮*/
.five-box {
  padding: 0;
}
@media (min-width: 768px) {
  .five-box {
    padding: 0 15px;
  }
}
.five-box ul.fivebanner {
  background-color: #ccc;
}
.five-box ul.fivebanner li {
  list-style: none;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
.five-box ul.fivebanner li a {
  color: #fff;
  display: block;
  width: 100%;
  background-color: #A6A6A6;
  padding: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.five-box ul.fivebanner li a:visited {
  text-decoration: none;
}
.five-box ul.fivebanner li a:hover {
  text-decoration: none;
  background-color: #D62011;
}
.five-box ul.fivebanner li a i {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .five-box ul.fivebanner li a i {
    margin-right: unset;
    display: block;
    font-size: 36px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .five-box ul.fivebanner li a i {
    margin-right: 10px;
    display: unset;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .five-box ul.fivebanner li a {
    padding: 15px 0px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .five-box ul.fivebanner li a {
    padding: 35px 20px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .five-box ul.fivebanner li {
    width: calc((100% - 30px) / 5);
    margin: 15px 5px 15px 0;
    float: left;
  }
  .five-box ul.fivebanner li a {
    height: 100px;
  }
  .five-box ul.fivebanner li:first-child {
    margin-left: 5px;
  }
}
ul.eightbanner {
  padding-right: 5px;
  padding-top: 5px;
}
@media (min-width: 768px) {
  ul.eightbanner {
    padding-top: 0;
  }
}
ul.eightbanner li {
  width: 50%;
  float: left;
  display: flex;
}
ul.eightbanner li img {
  margin: 0 0 5px 5px;
  width: calc(100% - 5px);
}
ul.eightbanner li:first-child {
  width: 100%;
}
ul.eightbanner li:first-child img {
  margin: 0 0 5px 5px;
}
@media (min-width: 768px) {
  ul.eightbanner li {
    width: 25%;
  }
}
.week .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
.week .col-lg-12 .weektitle {
  background-color: #4C4C4C;
  height: 150px;
  color: #E5E5E5;
  padding: 25px;
  font-weight: 300;
}
.week .col-lg-12 .weektitle ul li {
  float: left;
  margin-right: 20px;
  color: #BABABA;
}
.week .col-lg-12 .weektitle .more {
  float: right;
}
.week .col-lg-12 .weektitle .more a {
  color: #E5E5E5;
}
.week .col-lg-12 .weektitle .more a:hover {
  color: #D62011;
}
@media (min-width: 768px) {
  .week .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*首页设计周活动*/
ul.fourpic {
  background-color: #ccc;
  padding-top: 5px;
}
ul.fourpic li {
  padding-left: 0;
  padding-right: 0;
}
ul.fourpic li a:link img {
  -webkit-filter: grayscale(0%);
  filter: "";
}
ul.fourpic li a:hover img {
  filter: gray;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
ul.fourpic li img {
  margin-bottom: 5px;
}
.news .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
.news .col-lg-12 .weektitle {
  background-color: #4C4C4C;
  height: 150px;
  color: #E5E5E5;
  padding: 25px;
  font-weight: 300;
}
.news .col-lg-12 .weektitle ul li {
  float: left;
  margin-right: 20px;
  color: #BABABA;
}
.news .col-lg-12 .weektitle .more {
  float: right;
}
.news .col-lg-12 .weektitle .more a {
  color: #E5E5E5;
}
.news .col-lg-12 .weektitle .more a:hover {
  color: #D62011;
}
.news .col-lg-12 .newslist {
  padding: 0 15px;
}
.news .col-lg-12 .newslist .fournews {
  background-color: #141414;
  color: #999;
  font-weight: 300;
}
.news .col-lg-12 .newslist .fournews .item {
  padding-left: 2px;
  padding-right: 2px;
  float: left;
}
.news .col-lg-12 .newslist .fournews .item .picbox {
  display: flex;
}
.news .col-lg-12 .newslist .fournews .item .picbox a:link img {
  -webkit-filter: grayscale(0%);
  filter: "";
}
.news .col-lg-12 .newslist .fournews .item .picbox a:hover img {
  filter: gray;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.news .col-lg-12 .newslist .fournews .item .picbox a img {
  margin: 5px 0px;
  width: 100%;
}
.news .col-lg-12 .newslist .fournews .item h4 {
  margin-left: 5px;
  margin-right: 5px;
  height: 2em;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .news .col-lg-12 .newslist .fournews .item h4:first-child {
    margin-left: 10px;
  }
  .news .col-lg-12 .newslist .fournews .item h4:last-child {
    margin-right: 10px;
  }
}
.news .col-lg-12 .newslist .fournews .item h4 a {
  color: #fff;
  font-size: 16px;
}
.news .col-lg-12 .newslist .fournews .item h4 a:hover {
  text-decoration: none;
  color: #D62011;
}
.news .col-lg-12 .newslist .fournews .item p {
  margin-left: 5px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .news .col-lg-12 .newslist .fournews .item p {
    height: 4em;
    margin-bottom: 40px;
  }
  .news .col-lg-12 .newslist .fournews .item p:first-child {
    margin-left: 10px;
  }
  .news .col-lg-12 .newslist .fournews .item p:last-child {
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .news .col-lg-12 .newslist .fournews .item p {
    height: 6em;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .news .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.bg-ccc {
  background-color: #ccc;
}
.mg-lr-15 {
  margin: 0;
}
.mg-lr-15 .col-lg-6 {
  padding: 0;
}
@media (min-width: 768px) {
  .mg-lr-15 {
    margin: 0 15px;
  }
}
.h400 {
  height: 400px;
}
.bg-ccc-2 {
  background-color: #4c4c4c;
  margin-bottom: 5px;
}
.bg-ccc-2 .con-bg-white {
  background-color: #fff;
}
.bg-ccc-2 .cslb {
  padding: 10px 10px 10px 20px;
  background-color: #4C4C4C;
  line-height: 18px;
  height: 540px;
}
.bg-ccc-2 .cslb h3 {
  color: #E5E5E5;
  font-weight: 300;
  padding-bottom: 10px;
}
.bg-ccc-2 .cslb .cslb-txt {
  width: 100%;
  height: 465px;
  overflow-y: auto;
}
.bg-ccc-2 .cslb .cslb-txt h4 {
  font-size: 15px;
  color: #E5E5E5;
  line-height: 0.4;
}
.bg-ccc-2 .cslb .cslb-txt p {
  color: #aaaaaa;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .bg-ccc-2 .cslb .cslb-txt {
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .bg-ccc-2 .cslb {
    padding: 10px 10px 10px 20px;
    background-color: #4C4C4C;
    height: 290px;
    line-height: 18px;
  }
  .bg-ccc-2 .cslb h3 {
    color: #E5E5E5;
    font-weight: 300;
  }
  .bg-ccc-2 .cslb p {
    color: #E5E5E5;
    font-weight: 300;
  }
}
.bg-ccc-2 ul.eightbanner {
  padding-right: 0px;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .bg-ccc-2 ul.eightbanner {
    padding-top: 0;
  }
}
.bg-ccc-2 ul.eightbanner li {
  width: 50%;
  float: left;
  display: flex;
}
.bg-ccc-2 ul.eightbanner li img {
  margin: 0 0 5px 5px;
  width: calc(100% - 5px);
}
.bg-ccc-2 ul.eightbanner li img:first-child {
  display: block;
}
.bg-ccc-2 ul.eightbanner li img:last-child {
  display: none;
}
@media (min-width: 768px) {
  .bg-ccc-2 ul.eightbanner li img:first-child {
    display: none;
  }
  .bg-ccc-2 ul.eightbanner li img:last-child {
    display: block;
  }
}
.bg-ccc-2 ul.eightbanner li p {
  position: absolute;
}
.bg-ccc-2 ul.eightbanner li:hover img:first-child {
  display: block;
}
.bg-ccc-2 ul.eightbanner li:hover img:last-child {
  display: none;
}
.bg-ccc-2 ul.eightbanner li:first-child {
  width: 100%;
}
.bg-ccc-2 ul.eightbanner li:first-child img {
  margin: 0 0 5px 5px;
}
.bg-ccc-2 ul.eightbanner li:nth-last-child(2) img,
.bg-ccc-2 ul.eightbanner li:nth-last-child(1) img {
  margin: 0 0 0px 5px;
}
@media (min-width: 768px) {
  .bg-ccc-2 ul.eightbanner li {
    width: 25%;
  }
  .bg-ccc-2 ul.eightbanner li:first-child {
    width: 50%;
  }
  .bg-ccc-2 ul.eightbanner li:first-child img {
    margin: 0 0 5px 5px;
  }
  .bg-ccc-2 ul.eightbanner li:nth-last-child(4) img,
  .bg-ccc-2 ul.eightbanner li:nth-last-child(3) img,
  .bg-ccc-2 ul.eightbanner li:nth-last-child(2) img,
  .bg-ccc-2 ul.eightbanner li:nth-last-child(1) img {
    margin: 0 0 0px 5px;
  }
}
.chengguo {
  background-color: #F0F0F0;
  padding: 55px 0;
  margin-bottom: 5px;
}
.chengguo .container .row {
  margin-left: 0;
  margin-right: 0;
}
.organization {
  background-color: #e5e5e5;
  padding: 25px 0;
  margin-bottom: 5px;
}
.organization .container .row {
  margin-left: 15px;
  margin-right: 15px;
}
.organization .container .row a#btn-collapse-organization {
  float: right;
  position: relative;
  top: -30px;
  color: #333;
  text-decoration: none;
}
.organization .container .row a#btn-collapse-organization:hover {
  color: #D62011;
}
.organization .container .row a#btn-collapse-organization i.fa {
  color: #D62011;
  margin-left: 15px;
}
.organization .container .row .org-con {
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
.organization .container .row .org-con ul li {
  float: left;
  list-style: none;
  margin-right: 20px;
  padding-left: 15px;
  line-height: 2em;
  background: url(../images/icon-ell.png) no-repeat left;
}
.footer {
  background-color: #333;
}
@media (max-width: 768px) {
  .footer {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.footer .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .footer .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer .container .footercon {
  background-color: #333;
  color: #999;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 300;
}
.footer .container .footercon hr {
  border-top: 1px solid #444;
}
.footer .container .footercon .footer-top {
  padding: 40px 0 0;
}
.footer .container .footercon .footer-top .col-md-3 h4 img {
  margin-left: 40px;
}
@media (min-width: 768px) {
  .footer .container .footercon .footer-top .col-md-3 h4 img {
    width: 70%;
    margin-left: 20px;
    margin-top: 20px;
  }
}
.footer .container .footercon .footer-top .col-lg-3 h4 img {
  margin-left: 0px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .footer .container .footercon .footer-top .col-lg-3 h4 img {
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  .footer .container .footercon .footer-top .about {
    margin-left: 20px;
  }
}
.footer .container .footercon .footer-top .about .col-sm-5,
.footer .container .footercon .footer-top .about .col-sm-4,
.footer .container .footercon .footer-top .about .col-sm-3,
.footer .container .footercon .footer-top .about .col-sm-2 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer .container .footercon .footer-top .about .col-sm-5 h4,
.footer .container .footercon .footer-top .about .col-sm-4 h4,
.footer .container .footercon .footer-top .about .col-sm-3 h4,
.footer .container .footercon .footer-top .about .col-sm-2 h4 {
  color: #ccc;
}
.footer .container .footercon .footer-top .about .col-sm-5 ul li a,
.footer .container .footercon .footer-top .about .col-sm-4 ul li a,
.footer .container .footercon .footer-top .about .col-sm-3 ul li a,
.footer .container .footercon .footer-top .about .col-sm-2 ul li a {
  color: #D62011;
}
.footer .container .footercon .footer-top .about .col-sm-5 ul li a:hover,
.footer .container .footercon .footer-top .about .col-sm-4 ul li a:hover,
.footer .container .footercon .footer-top .about .col-sm-3 ul li a:hover,
.footer .container .footercon .footer-top .about .col-sm-2 ul li a:hover {
  text-decoration: underline;
}
.footer .container .footercon .footer-top .about .col-sm-5 ul li img,
.footer .container .footercon .footer-top .about .col-sm-4 ul li img,
.footer .container .footercon .footer-top .about .col-sm-3 ul li img,
.footer .container .footercon .footer-top .about .col-sm-2 ul li img {
  float: left;
}
.footer .container .footercon .footer-top .about .col-sm-5 ul li img:first-child,
.footer .container .footercon .footer-top .about .col-sm-4 ul li img:first-child,
.footer .container .footercon .footer-top .about .col-sm-3 ul li img:first-child,
.footer .container .footercon .footer-top .about .col-sm-2 ul li img:first-child {
  margin-right: 20px;
}
.footer .container .footercon .footer-bottom {
  padding: 10px 0;
}
.footer .container .footercon .footer-bottom ul {
  margin-left: 10px;
}
.footer .container .footercon .footer-bottom ul li {
  float: left;
}
@media (min-width: 768px) {
  .footer .container .footercon .footer-bottom ul li {
    float: none;
  }
}
.footer .container .footercon .footer-bottom ul li a {
  color: #D62011;
}
.footer .container .footercon .footer-bottom ul li a:hover {
  text-decoration: underline;
}
.footer .container .footercon .footer-bottom span {
  float: right;
  width: 60px;
}
.footer .container .footercon .footer-bottom span img {
  margin-top: -20px;
}
@media (min-width: 768px) {
  .footer .container .footercon .footer-bottom span img {
    width: 70%;
  }
}
.footer-im {
  position: fixed;
  bottom: 50px;
  z-index: 200;
  width: 40px;
}
.footer-im a {
  display: block;
}
.footer-im img {
  background-image: url(../../www/img/bottomright.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
.footer-im .toolbar {
  width: 40px;
}
.footer-im img.qrcode {
  display: none;
  float: left;
  width: 118px;
  height: 118px;
  z-index: 300;
  background: none;
}
.footer-im .s1 {
  background-position: 0 -40px;
}
.footer-im .s1:hover {
  background-position: -39px -40px;
}
.footer-im .s2 {
  background-position: 0 -80px;
  height: 38px;
}
.footer-im .s2:hover {
  background-position: -39px -80px;
}
.footer-im .s3 {
  background-position: 0 -120px;
}
.footer-im .s3:hover {
  background-position: -39px -120px;
}
.footer-im .s4 {
  background-position: 0 0px;
}
.footer-im .s4:hover {
  background-position: -39px 0px;
}
.filter .btn-group {
  float: left;
}
.filter .btn-group .btn.btn-default {
  border-radius: 4px;
  padding: 6px 12px;
  border-color: #ccc;
  color: #333 !important;
  background: #fff !important;
  border-width: 1px;
  text-shadow: none;
}
.filter .btn-group .btn.btn-default .fs-tit {
  display: inline-block;
}
.filter .btn-group .btn.btn-default em.fs-sort {
  display: none;
  width: 7px;
  height: 3px;
  margin-left: 5px;
  vertical-align: top;
}
.filter .btn-group .btn.btn-default em.fs-sort i {
  display: block;
  float: left;
  width: 7px;
  line-height: 7px;
  height: 7px;
  color: #999;
}
.filter .btn-group .btn.btn-default em.fs-sort i.fa-caret-up {
  margin-top: 2px;
}
.filter .btn-group .btn.btn-default em.fs-sort i.fa-caret-down {
  margin-top: 0px;
}
.filter .btn-group .btn.btn-default em.fs-sort i.active {
  color: #f60;
}
.filter .btn-group .btn.btn-default.active {
  background: #9f53b7;
  color: #fff;
}
.filter .btn-group .btn.btn-default.active em.fs-sort {
  display: inline-block;
}
.filter .btn-group .btn-default.active {
  background-color: bisque !important;
  color: #f60 !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.filter .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.filter .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.filter .btn-group > .btn:last-child:not(:first-child),
.filter .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.filter .btn-group .btn + .btn,
.filter .btn-group .btn + .btn-group,
.filter .btn-group .btn-group + .btn,
.filter .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.filter .dropdown {
  float: right;
  margin-left: 20px;
}
span.status {
  display: inline-block;
  font-size: 1.2rem;
  border-radius: 3px;
  padding: 2px;
  line-height: 1.5rem;
  vertical-align: middle;
}
span.status.active {
  color: #fff;
  background: #00a204;
}
span.status.end {
  background: #ccc;
  color: #fff;
}
span.status.checking {
  background: #cc9900;
  color: #fff;
}
section.content-wrap .container .row main.main-content .match-con-list .con-con .con-link ul li {
  float: none;
  display: inline-block;
}
