.bodyF5F5F5 {
  background-color: #f5f5f5;
}

.module1 {
  height: 67px;
  background-image: url("../image/bgc.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.module1 .module1-main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.module1 .module1-main .module1-left {
  float: left;
  line-height: 67px;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}

.module1 .module1-main .module-right {
  float: right;
}

.module1 .module1-main .search-box {
  width: 188px;
  margin-top: 16px;
  height: 34px;
  background-color: #880006;
  border-radius: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.module1 .module1-main .search-box input {
  width: 147px;
  padding-left: 20px;
  padding-right: 10px;
  background-color: transparent;
  font-size: 12px;
  color: #fff;
  border: none;
  height: 100%;
}

.module1 .module1-main .search-box input::-webkit-input-placeholder {
  color: #fff;
}

.module1 .module1-main .search-box input:-ms-input-placeholder {
  color: #fff;
}

.module1 .module1-main .search-box input::-ms-input-placeholder {
  color: #fff;
}

.module1 .module1-main .search-box input::placeholder {
  color: #fff;
}

.module1 .module1-main .search-box button {
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGVSURBVHgB7ZbRcYMwDIZFJ/AIbFBGoBOkI2SDskHoBGWDpBOQTpDrBLABdALYQJWLc6dzMFh2k7zku9NhjCX/QrYB4MGdSXwHImJOlw1ZSqZM90j2TXZMkqSHa0ATb8k6XOdElsJ/QcEUWY1ydpJ5EtfkdDmRZaxbv+5PspasN336uS5LboUoqSTvEAoJ2FtZVUaUa3w6U6YCQjA155QC3wPzG4LWhJXJXuirLP9K4v+31WIzmImhJM5VaPZWnIHFyZfGPln3z6z9BeFw3wwEAjgjhNOztgoV4F+7CGwBP6ydQji8lKNEQMvaGwgnd8Rcxpxo6LuCHTHemH8HUnD6qp1pJPvYJMC34BakWAeJpvYRgZffA3n2LFhhiehc2eB0/O6szDUZxEABSrykM29EP/sw5RpwHtF/gUtEsTABOgRmTHyDniVcEqFre1gRMphJFfNr2HPnYvb+KTVBc5jO9nOwnqylv592ZmxNl1fWpce80NiYI94fnBZnY70p0ba+logj3BJLhF4rcdszQkR9l8kfrPELxRv22mh0J5UAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  border: none;
}

.page_width {
  width: 1200px;
  margin: 0 auto;
}

.module2 {
  background-color: #fff;
}

.module2 .logo img {
  margin-top: 18px;
}

.logo {
  text-align: center;
}

.logo img {
  height: 41px;
}

.nav-box {
  border-bottom: #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}

.nav-box a {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  padding: 0 10px;
  margin: 24px 0;
}

.nav-box a:hover {
  color: #da251c;
  position: relative;
}

.nav-box a:hover::after {
  position: absolute;
  left: 0;
  bottom: -24px;
  height: 4px;
  width: 100%;
  background-color: #da251c;
  content: "";
}

.nav-box a.active {
  color: #da251c;
  position: relative;
}

.nav-box a.active::after {
  position: absolute;
  left: 0;
  bottom: -24px;
  height: 4px;
  width: 100%;
  background-color: #da251c;
  content: "";
}

.module3 {
  overflow: hidden;
  margin-top: 70px;
}

.module3 .module3-left {
  float: left;
  background-color: #fff;
}

.module3 .module3-right {
  float: right;
}

.module3-tab {
  position: relative;
}

.module3-tab .tab-head-style1 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 426px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.module3-tab .tab-head-style1 span {
  width: 90px;
  height: 80px;
  text-align: center;
  margin-right: 2px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  background-color: #da6761;
  cursor: pointer;
}

.module3-tab .tab-head-style1 span b {
  font-weight: 400;
  font-size: 36px;
  line-height: 41px;
  color: #ffffff;
  display: block;
  margin: 7px 0;
}

.module3-tab .tab-head-style1 span:hover {
  background-color: #fff;
  color: #da251c;
}

.module3-tab .tab-head-style1 span:hover b {
  color: #da251c;
}

.module3-tab .tab-head-style1 .active {
  background-color: #fff;
  color: #da251c;
}

.module3-tab .tab-head-style1 .active b {
  color: #da251c;
}

.module3-tab .tab-container-style1 {
  width: 670px;
}

.module3-tab .tab-container-style1 img {
  display: block;
  width: 670px;
  height: 496px;
}

.module3-tab .tab-container-style1 .text-box {
  margin: 33px;
}

.module3-tab .tab-container-style1 .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #b50009;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.module3-tab .tab-container-style1 .desc {
  font-size: 18px;
  line-height: 21px;
  color: #333333;
  margin-top: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hot-box {
  width: 486px;
  min-height: 680px;
  background-color: #fff;
  border-top: 8px solid #b50009;
}

.hot-box .top-title {
  line-height: 60px;
  background-color: #eee;
  font-weight: 400;
  font-size: 30px;
  color: #b50009;
  padding: 0 29px;
}

.hot-box .hot-list {
  margin: 0 29px;
}

.hot-box .hot-list .hot-li {
  border-bottom: 1px dashed #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 23px;
  padding-bottom: 18px;
}

.hot-box .hot-list .hot-li:last-child {
  border-bottom: none;
}

.hot-box .hot-list .hot-li .order {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  color: #888888;
  background-color: #ececec;
}

.hot-box .hot-list .hot-li .red {
  background-color: #e50008;
  color: #fff;
}

.hot-box .hot-list .hot-li .title {
  width: 360px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
}

.module4 {
  margin-top: 80px;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 35px;
}

.module4 a.more {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  width: 282px;
  height: 48px;
  background: #edecec;
  border-radius: 24px;
  text-align: center;
  font-size: 18px;
  line-height: 48px;
  color: #333333;
}

.module4 .top-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 41px;
  color: #bf8352;
  text-align: center;
}

.module4 .today-slider {
  padding: 22px;
  padding-bottom: 0px;
  border: 1px solid #bf8352;
  text-align: center;
  margin-top: 15px;
}

.module4 .today-slider a {
  min-width: 88px;
  height: 28px;
  line-height: 28px;
  margin: 0 5px;
  padding: 0 8px;
  margin-bottom: 22px;
  font-size: 14px;
  color: #fffefe;
  text-align: center;
  background-color: #bf8352;
  border-radius: 14px;
  display: inline-block;
}

.module4 .today-list {
  overflow: hidden;
  margin-top: 10px;
  padding-bottom: 10px;
}

.module4 .today-list .today-list-item {
  float: left;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 7px rgba(163, 163, 163, 0.5);
  box-shadow: 0px 2px 7px rgba(163, 163, 163, 0.5);
  position: relative;
  width: 283px;
  height: 218px;
  padding-top: 56px;
  padding-left: 28px;
  padding-right: 20px;
  margin-top: 20px;
  margin-right: 22px;
}

.module4 .today-list .today-list-item:nth-child(4n) {
  margin-right: 0;
}

.module4 .today-list .today-list-item .tag {
  position: absolute;
  right: 0;
  top: 20px;
  line-height: 29px;
  padding: 0 12px;
  background: rgba(191, 131, 82, 0.191133);
  border: 1px solid #ededed;
  border-radius: 17px 0 0 17px;
  font-size: 14px;
  color: #bb1921;
}

.module4 .today-list .today-list-item .time {
  font-size: 14px;
  line-height: 16px;
  color: #bf8352;
}

.module4 .today-list .today-list-item .desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #333333;
  margin-top: 18px;
}

.module5 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.module5 .title {
  font-weight: 400;
  font-size: 36px;
  line-height: 50px;
  color: #bb1921;
  text-align: center;
}

.module5 .module5-list {
  overflow: hidden;
}

.module5 .module5-list .module5-list-item {
  float: left;
  width: 373px;
  margin-right: 40px;
  margin-top: 27px;
}

.module5 .module5-list .module5-list-item:nth-child(3n) {
  margin-right: 0px;
}

.module5 .module5-list .module5-list-item .time {
  float: left;
  width: 60px;
  height: 82px;
  background-color: #fff;
  border-top: 2px solid #bb1921;
  color: #bb1921;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.module5 .module5-list .module5-list-item .time b {
  font-size: 24px;
  line-height: 28px;
  display: block;
  margin-top: 15px;
}

.module5 .module5-list .module5-list-item .desc {
  font-weight: 400;
  float: right;
  font-size: 18px;
  line-height: 21px;
  width: 280px;
  color: #333333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.footer {
  text-align: center;
  background: #750006;
  min-height: 80px;
  padding: 39px;
}

.footer p {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 18px;
  color: #fff;
}
/*# sourceMappingURL=index.css.map */

.ui-dialog,
.ui-dialog * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.diy-design-mode .module5 .module5-list .module5-list-item{
  margin-right: 22px;
}
.diy-design-mode .module4 .today-list .today-list-item{
  margin-right: 10px;
}