a,
a:hover {
  text-decoration: none;
}
.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal-bg .modal-container {
  width: 400px;
  background: #FFFFFF;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid #F4F4F4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-bg .modal-container .modal-cancel {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 13px;
  cursor: pointer;
}
.modal-bg .modal-container .modal-logo {
  width: 111px;
  height: 26px;
  margin: 45px auto 50px;
}
.modal-bg .modal-container .modal-logo img {
  width: 100%;
}
.modal-bg .modal-container .modal-input-container {
  width: 315px;
  margin: 0 auto 20px;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.modal-bg .modal-container .modal-input-container .modal-input {
  border: none;
  color: #000000;
  width: 70%;
  height: 40px;
  outline: none;
}
.modal-bg .modal-container .modal-input-container input[type='tel'],
.modal-bg .modal-container .modal-input-container input[type='password'] {
  width: 100%;
}
.modal-bg .modal-container .modal-input-container .modal-get-code {
  color: #E73828;
  cursor: pointer;
  white-space: nowrap;
}
.modal-bg .modal-container .modal-input-container .modal-pwd-tip {
  position: absolute;
  bottom: -22px;
  left: 0;
  font-size: 12px;
  color: #E73828;
  line-height: 12px;
}
.modal-bg .modal-container .modal-red-font {
  color: #E73828;
}
.modal-bg .modal-container .modal-btn {
  margin: 50px auto 0;
  width: 216px;
  height: 42px;
  background: #E73828;
  border-radius: 6px;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .alert {
    left: 100px !important;
    width: calc(100% - 100px) !important;
  }
}
@media (max-width: 979px) {
  .alert {
    left: 60px !important;
    width: calc(100% - 60px) !important;
  }
}
@media (max-width: 767px) {
  .modal-bg .modal-container {
    max-width: 90%;
  }
  .modal-bg .modal-container .modal-input-container {
    max-width: 80%;
  }
  .alert {
    left: 0 !important;
    width: 100% !important;
  }
}
.form-control {
  border: 1px solid #e6e6e6 !important;
  color: #333333 !important;
  font-size: 16px !important;
}
.alert {
  position: fixed;
  top: 0;
  left: 200px;
  z-index: 9999;
  width: calc(100% - 200px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert .content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  margin-top: -150px;
}
.alert .content span {
  line-height: 45px;
  padding: 0 60px;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
}
.container-fluid {
  background: #fcfcfc;
}
.container-fluid > div > div:first-child {
  width: 200px;
}
.container-fluid > div > div:last-child {
  width: calc(100% - 200px);
}
#contentMain {
  padding-bottom: 60px;
  box-sizing: border-box;
}
.side-bar {
  width: 100%;
  min-height: 100vh;
}
.side-bar .logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 25px 0;
}
.side-bar .logo-wrapper img {
  cursor: pointer;
}
.side-bar .logo-wrapper .full-logo {
  width: 127px;
  height: 30px;
}
.side-bar .logo-wrapper .small-logo {
  display: none;
  width: 57px;
  height: 57px;
}
.side-bar .navigation {
  width: 100%;
}
.side-bar .navigation a {
  text-decoration: none;
  color: #333333;
}
.side-bar .navigation .item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 48px;
  padding-left: 23px;
  margin-bottom: 10px;
}
.side-bar .navigation .item .left {
  font-size: 14px;
  color: #666666;
  margin-right: 10px;
}
.side-bar .navigation .item .right {
  font-size: 16px;
}
.side-bar .navigation .item .active-color {
  color: white;
}
.side-bar .navigation .app-item {
  position: relative;
}
.side-bar .navigation .app-item .menu-app {
  display: none;
  background: url("../images/icon-img/menu-app.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 60%;
  width: 169px;
  height: 160px;
  padding: 23px 25px 0 34px;
  z-index: 99;
}
.side-bar .navigation .app-item .menu-app img {
  width: 110px;
  height: 110px;
}
.side-bar .navigation .app-item:hover .menu-app {
  display: block;
}
.side-bar .navigation .item-active {
  background-color: #E73828;
  border-radius: 6px;
}
.content-wrapper {
  margin: 0 auto;
  width: 1000px;
}
.content-wrapper .search-header {
  margin: 35px 0;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.content-wrapper .search-header .logo {
  width: 80px;
  height: 19px;
  display: none;
}
.content-wrapper .search-header .search-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 70%;
}
.content-wrapper .search-header .search-wrapper input {
  height: 44px;
}
.content-wrapper .search-header .search-wrapper .iconsousuo {
  color: #999999;
  position: absolute;
  right: 15px;
  margin: 0 auto;
  text-decoration: none;
}
.content-wrapper .search-header .menu {
  font-size: 26px;
  display: none;
}
.content-wrapper .search-header .user-menu-wrapper:hover .user-menu-list {
  display: block;
}
.content-wrapper .search-header .user-menu-wrapper .user {
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.content-wrapper .search-header .user-menu-wrapper .user-menu-list {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 9;
  padding-top: 4px;
}
.content-wrapper .search-header .user-menu-wrapper .user-menu-list:hover {
  display: block;
}
.content-wrapper .search-header .user-menu-wrapper .user-menu {
  background: #FFFFFF;
  padding: 0 10px 0;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.content-wrapper .search-header .user-menu-wrapper .user-menu div {
  width: 81px;
  padding: 10px 0;
  font-size: 12px;
  color: #666666;
  border-bottom: 1px solid #f4f4f4;
  text-align: center;
  cursor: pointer;
}
.content-wrapper .search-header .user-menu-wrapper .user-menu div a {
  text-decoration: none;
  color: #666;
}
.content-wrapper .search-header .user-menu-wrapper .user-menu div a:hover {
  color: #E73828;
}
.content-wrapper .search-header .user-menu-wrapper .user-menu div:last-child {
  border-bottom: none;
}
.content-wrapper .navbar-collapse {
  float: left;
  width: 100%;
  margin: -20px 0 0 -15px;
  padding: 0 15px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  background-color: #fcfcfc;
}
.content-wrapper .menu-list {
  width: 100%;
  display: none;
  left: 0;
  top: 115px;
}
.content-wrapper .menu-list .menu-list-top {
  text-align: center;
}
.content-wrapper .menu-list .menu-list-top img {
  width: 38px;
  height: 38px;
  margin: 24px 0 20px;
}
.content-wrapper .menu-list .menu-list-top .tabs ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
}
.content-wrapper .menu-list .menu-list-top .tabs .tab-li {
  height: 40px;
  width: 50px;
  list-style-type: none;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  cursor: pointer;
}
.content-wrapper .menu-list .menu-list-top .tabs .tab-li .t-li {
  margin-bottom: 8px;
}
.content-wrapper .menu-list .menu-list-top .tabs .tab-li .t-li a {
  text-decoration: none;
  color: #666666;
}
.content-wrapper .menu-list .menu-list-top .tabs .tab-li .t-li a:hover {
  text-decoration: none;
  color: #666666;
}
.content-wrapper .menu-list .menu-list-top .tabs .tab-li .active {
  width: 20px;
  height: 2px;
  background-color: #E73828;
  border-radius: 1px;
  margin: auto;
}
.content-wrapper .menu-list .menu-row {
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.content-wrapper .menu-list .item {
  width: calc((100% - 30px) / 3 - 1px);
  height: calc((100vw - 60px) / 3 - 1px);
  margin-right: 15px;
  margin-bottom: 15px;
  background: #F4F4F4;
  text-align: center;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.content-wrapper .menu-list .item:nth-child(3n) {
  margin-right: 0;
}
.content-wrapper .menu-list .item .item-wrapper {
  width: 57px;
  display: flex;
}
.content-wrapper .menu-list .item .left {
  font-size: 14px;
  color: #666666;
  margin-bottom: 3px;
}
.content-wrapper .menu-list .item .right {
  font-size: 16px;
}
.content-wrapper .menu-list .item .active-color {
  color: white;
}
.content-wrapper .menu-list .item-active {
  background-color: #E73828;
}
.content-wrapper .crumbs {
  font-size: 14px;
  color: #999999;
  padding-bottom: 30px;
}
.content-wrapper .crumbs a,
.content-wrapper .crumbs a:hover {
  color: #999999;
}
.content-wrapper .carousel-indicators {
  bottom: -35px;
}
.content-wrapper .carousel-indicators .active {
  border: 1px solid #E73828;
  background-color: #E73828;
  width: 35px;
  margin: 1px;
  height: 6px;
}
.content-wrapper .carousel-indicators li {
  background-color: #d8d8d8;
  border: 1px solid #d8d8d8;
  height: 6px;
  width: 6px;
}
.content-wrapper .carousel-inner {
  border-radius: 6px;
}
.content-wrapper .carousel-inner img {
  object-fit: cover;
  width: 100%;
  height: 420px;
}
.content-wrapper .carousel-inner .item .carousel-caption {
  right: 0;
  left: 0;
  bottom: 0;
  text-align: left;
  width: 100%;
  height: 123px;
  z-index: 999;
  padding: 25px 0 0 30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 0px 0px 6px 6px;
  font-size: 18px;
  color: #FFFFFF;
}
.content-wrapper .carousel-inner .item .carousel-caption .font-big {
  font-size: 36px;
}
.content-wrapper .sub-banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
.content-wrapper .sub-banner-wrapper .item {
  width: calc((100% - 32px * 3) / 4);
  height: auto;
  margin-right: 32px;
  transition: transform 0.12s;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.content-wrapper .sub-banner-wrapper .item:hover {
  transform: scale(1.05);
  transition-duration: 0.2s;
}
.content-wrapper .sub-banner-wrapper .item:last-child {
  margin-right: 0;
}
.content-wrapper .sub-banner-wrapper .item img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.content-wrapper .sub-banner-wrapper .item .bot-font-wrapper {
  position: absolute;
  width: 100%;
  height: 58px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 0 0 6px 6px;
  padding: 12px;
  color: #FFFFFF;
  font-size: 14px;
}
.content-wrapper .sub-banner-wrapper .item .bot-font-wrapper span {
  height: 42px;
  display: inline-block !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.content-wrapper .info-section-wrapper {
  width: 100%;
  padding: 50px 0 0;
  display: inline-block;
}
.content-wrapper .info-section-wrapper .new-flash-wrapper {
  position: sticky;
  top: 20px;
  margin-bottom: 25px;
}
.content-wrapper .info-section-wrapper .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-wrapper .info-section-wrapper .header .title {
  font-size: 28px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 28px;
}
.content-wrapper .info-section-wrapper .header .more {
  font-size: 14px;
  color: #999999;
  margin-bottom: 30px;
  cursor: pointer;
}
.content-wrapper .info-section-wrapper .header .more a {
  text-decoration: none;
  color: #999999;
}
.content-wrapper .info-section-wrapper .news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-wrapper .info-section-wrapper .news-header .title {
  font-size: 28px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 28px;
}
.content-wrapper .info-section-wrapper .news-header .more {
  font-size: 14px;
  color: #999999;
}
.content-wrapper .info-section-wrapper .news-wrapper {
  border-radius: 6px 6px 0px 0px;
}
.content-wrapper .info-section-wrapper .news-wrapper .top {
  background-color: #E73828;
  height: 5px;
  margin-bottom: 15px;
}
.content-wrapper .info-section-wrapper .news-wrapper .item {
  padding: 20px 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #f4f4f4;
}
.content-wrapper .info-section-wrapper .news-wrapper .item:last-child {
  border-bottom: none;
}
.content-wrapper .info-section-wrapper .news-wrapper .item .left {
  width: 11px;
  height: auto;
}
.content-wrapper .info-section-wrapper .news-wrapper .item .right .title {
  font-size: 12px;
  color: #333333;
  line-height: 16px;
  font-weight: 400;
}
.content-wrapper .info-section-wrapper .news-wrapper .item .right .time {
  margin-top: 10px;
  line-height: 12px;
  font-size: 12px;
  color: #999999;
}
.content-wrapper .info-section-wrapper .list-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item {
  border-radius: 6px;
  width: calc((100% - 32px * 2) / 3 - 1px);
  margin-right: 32px;
  box-shadow: 0px 2px 4px 0px #F8F8F8;
  margin-bottom: 25px;
  background: #FFFFFF;
  padding: 0;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item a {
  text-decoration: none;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item:hover {
  box-shadow: 0 7px 10px 0 rgba(127, 144, 176, 0.3);
  transition-duration: 0.2s;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 0;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item .new-image {
  width: 100%;
  object-fit: cover;
  transition: transform 0.12s;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 140px;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item .new-image:hover {
  transform: scale(1.05);
  transition-duration: 0.2s;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item .recommend-image {
  width: 100%;
  object-fit: cover;
  transition: transform 0.12s;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 180px;
  display: inline-block;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item .recommend-image:hover {
  transform: scale(1.05);
  transition-duration: 0.2s;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item .content {
  padding: 20px 15px;
  width: 100%;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item .content .type {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item .content .type span {
  font-size: 12px;
  color: #3580F9;
  line-height: 12px;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item .content .title {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  height: 44px;
  margin-top: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item .content .desc {
  margin-top: 10px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  font-size: 14px;
  text-align: left;
  height: 54px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item .content .news-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 12px;
  line-height: 12px;
  color: #999999;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item .content .news-info span {
  line-height: 12px;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item .content .news-info .editor {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.content-wrapper .info-section-wrapper .news-flash-border {
  height: 5px;
  background: #E73828;
  border-radius: 6px 6px 0 0;
}
.content-wrapper .info-section-wrapper .news-flash-list {
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 #F8F8F8;
  border-radius: 0 0 6px 6px;
  padding: 0px 10px 0;
  max-height: 621px;
  overflow: hidden;
}
.content-wrapper .info-section-wrapper .news-flash-list .list-item {
  padding: 20px 0;
  border-bottom: 1px solid #f4f4f4;
  cursor: pointer;
}
.content-wrapper .info-section-wrapper .news-flash-list .list-item a {
  display: flex;
  text-decoration: none;
}
.content-wrapper .info-section-wrapper .news-flash-list .list-item:last-child {
  border-bottom: none;
}
.content-wrapper .info-section-wrapper .news-flash-list .list-item .list-item-yuan {
  width: 11px;
  min-width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid #D8D8D8;
  margin: 5px 12px 0 0;
}
.content-wrapper .info-section-wrapper .news-flash-list .list-item .list-item-title {
  color: #333333;
  line-height: 16px;
  font-size: 12px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.content-wrapper .info-section-wrapper .news-flash-list .list-item .list-minute {
  margin-top: 10px;
  color: #999999;
  font-size: 12px;
}
.content-wrapper .info-section-wrapper .news-flash-list .list-item:hover .list-item-yuan {
  border: 2px solid #3580F9;
}
.content-wrapper .info-section-wrapper .news-flash-list .list-item:hover .list-item-title {
  color: #3580F9;
}
.content-wrapper .info-section-wrapper .recommend-item a {
  text-decoration: none;
}
.content-wrapper .info-section-wrapper .recommend-item img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
  height: 140px;
}
.content-wrapper .info-section-wrapper .recommend-item img:hover {
  transform: scale(1.05);
  transition-duration: 0.2s;
}
.content-wrapper .info-section-wrapper .recommend-item .recommend-title {
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  margin-top: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.content-wrapper .load-more-btn {
  width: 222px;
  height: 42px;
  line-height: 41px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #979797;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  margin: 35px auto 74px;
}
.content-wrapper .load-more-btn a {
  text-decoration: none;
  color: #333333;
}
.bottom-wrapper {
  background: #F4F4F4;
  margin: 0 -15px;
  position: fixed;
  left: 215px;
  right: 0;
  bottom: 0;
  display: none;
}
.bottom-wrapper .content-wrapper {
  padding: 0 15px;
}
.bottom-wrapper .bottom-top-row {
  height: 60px;
  line-height: 60px;
}
.bottom-wrapper .bottom-top-row .website-info {
  font-size: 14px;
  color: #333333;
  float: right;
  margin-right: 15px;
  cursor: pointer;
}
.bottom-wrapper .bottom-top-row .website-info img {
  width: 8px;
  margin-left: 5px;
  margin-top: -5px;
  transition-duration: 0.2s;
  transform: rotate(180deg);
}
.bottom-wrapper .bottom-top-row .website-info .rotate-img {
  transform: rotate(0deg);
}
.bottom-wrapper .bottom-logo img {
  width: 103px;
}
.bottom-wrapper .bottom-big-font {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.bottom-wrapper .bottom-big-font span {
  margin-right: 30px;
}
.bottom-wrapper .bottom-big-font span a {
  text-decoration: none;
  color: #333333;
}
.bottom-wrapper .bottom-font-margin span {
  margin: 0 15px;
}
.bottom-wrapper .bottom-font-margin span:first-child {
  margin-left: 0;
}
.bottom-wrapper .bottom-line {
  width: 100%;
  height: 1px;
  background: #E6E6E6;
}
.bottom-wrapper .bottom-bot-row {
  padding: 35px 0;
  background: #F8F8F8;
  transition-duration: 0.2s;
}
.bottom-wrapper .bottom-bot-none {
  height: 0;
  transition-duration: 0.2s;
  overflow: hidden;
  padding: 0;
}
.bottom-wrapper .bottom-font-small {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
}
.bottom-wrapper .bottom-bei {
  display: flex;
  align-items: center;
  padding-top: 25px;
}
.bottom-wrapper .bottom-bei img {
  width: 12px;
  margin-right: 3px;
}
.bottom-wrapper .bottom-right-icon {
  float: right;
}
.bottom-wrapper .bottom-right-icon img {
  width: 30px;
  margin-left: 20px;
}
.bottom-wrapper .bottom-right-icon .bottom-right-weixin-hover-img {
  text-decoration: none;
  position: relative;
}
.bottom-wrapper .bottom-right-icon .bottom-right-weixin-hover-img span {
  display: none;
  float: left;
  position: absolute;
  width: 130px;
  height: 130px;
  background: #FFFFFF url("https://www.donews.com/static/2020824new/images/erweima.png") no-repeat;
  background-size: cover;
  text-align: center;
  left: -35px;
  top: -150px;
}
.bottom-wrapper .bottom-right-icon .bottom-right-weixin-hover-img span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: -9px;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid #fff;
}
.bottom-wrapper .bottom-right-icon .bottom-right-weixin-hover-img:hover span {
  display: inline-block;
}
.bottom-wrapper .bottom-right-img {
  padding-top: 36px;
}
.bottom-wrapper .bottom-right-img img {
  width: 95px;
  margin-left: 15px;
}
.sep-line {
  background-color: #e6e6e6;
  height: 1px;
  width: 1000vw;
  margin-left: -100vw;
  margin-top: 45px;
}
button.navbar-toggle {
  margin-right: 0;
  padding: 0;
}
.navbar-nav {
  margin: 0;
}
.navbar-nav a {
  text-decoration: none;
  color: #333333;
}
.special-item a {
  text-decoration: none;
  color: #333333;
}
.modal-bg {
  background: rgba(0, 0, 0, 0) !important;
}
.modal-bg .modal-container {
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
}
.modal-bg .change-login-type {
  font-size: 12px;
  text-align: center;
  margin: 20px 0 45px;
}
.modal-bg .change-login-type span {
  cursor: pointer;
}
.modal-bg .modal-read-tip {
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
}
@media (max-width: 979px) {
  .content-wrapper .sub-banner-wrapper .item {
    width: calc((100% - 32px * 2) / 3 - 1px);
  }
  .content-wrapper .sub-banner-wrapper .item:last-child {
    display: none;
  }
  .content-wrapper .sub-banner-wrapper .item:nth-child(3) {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .content-wrapper .crumbs {
    font-size: 12px;
    color: #999999;
    padding: 15px 0;
  }
  .content-wrapper .carousel {
    margin-top: 15px;
  }
  .content-wrapper .info-section-wrapper {
    padding: 30px 0 0;
  }
  .content-wrapper .info-section-wrapper .header .title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .content-wrapper .info-section-wrapper .list-wrapper .normal-item {
    width: 100%;
    margin-right: 0;
  }
  .content-wrapper .info-section-wrapper .list-wrapper .normal-item:hover {
    box-shadow: none;
  }
  .content-wrapper .info-section-wrapper .list-wrapper .normal-item:nth-child(3n) {
    margin-bottom: 25px;
  }
  .content-wrapper .info-section-wrapper .list-wrapper .normal-item img:hover {
    transform: none;
  }
  .content-wrapper .info-section-wrapper .news-flash-list .list-item:hover .list-item-yuan {
    border: 2px solid #D8D8D8;
  }
  .content-wrapper .info-section-wrapper .news-flash-list .list-item:hover .list-item-title {
    color: #333333;
  }
  .content-wrapper .info-section-wrapper .recommend-item img:hover {
    transform: none;
  }
  .content-wrapper .info-section-special-wrapper {
    padding: 10px 0 0;
  }
  .content-wrapper .carousel-inner .item .carousel-caption {
    right: 0;
    left: 0;
    height: 42px;
    padding: 10px;
  }
  .content-wrapper .carousel-inner .item .carousel-caption .font-big {
    font-size: 16px;
  }
  .content-wrapper .carousel-inner .item .carousel-caption .font-small {
    display: none;
  }
  .content-wrapper .sub-banner-wrapper .item {
    width: calc((100% - 32px) / 2 - 1px);
  }
  .content-wrapper .sub-banner-wrapper .item:hover {
    transform: none;
  }
  .content-wrapper .sub-banner-wrapper .item:nth-child(3),
  .content-wrapper .sub-banner-wrapper .item:last-child {
    display: none;
  }
  .content-wrapper .sub-banner-wrapper .item:nth-child(2) {
    margin-right: 0;
  }
  .content-wrapper .load-more-btn {
    margin: 35px auto 50px;
  }
  .bottom-wrapper .content-wrapper {
    padding: 0 15px;
  }
  .bottom-wrapper .bottom-top-row {
    height: 54px;
    line-height: 54px;
  }
  .bottom-wrapper .bottom-top-row .website-info {
    font-size: 12px;
  }
  .bottom-wrapper .bottom-bot-row {
    padding: 20px 0 25px;
  }
  .bottom-wrapper .bottom-bot-none {
    padding: 0;
  }
  .bottom-wrapper .bottom-big-font {
    font-size: 12px;
  }
  .bottom-wrapper .bottom-font-margin span {
    margin: 0 10px 0 4px;
  }
  .bottom-wrapper .bottom-bei {
    padding-top: 10px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-wrapper .search-header .search-wrapper .iconsousuo {
    top: 12px;
  }
  .content-wrapper .info-section-wrapper .header .title {
    display: inline-block;
  }
  .content-wrapper .info-section-wrapper .new-flash-wrapper {
    top: 0;
  }
  .content-wrapper .info-section-wrapper .list-wrapper .normal-item-ie {
    width: calc((100% - 32px * 2) / 3 - 1px);
    margin-right: 31px;
  }
  .ie10 .content-wrapper .info-section-wrapper .header {
    display: block;
  }
  .ie10 .content-wrapper .info-section-wrapper .header .more {
    float: right;
    margin-top: 5px;
  }
  .ie10 .content-wrapper .info-section-wrapper .new-flash-wrapper .list-item .list-item-title {
    width: calc(100% - 90px);
    height: 32px;
  }
  .content-wrapper .info-section-wrapper .list-wrapper .normal-item .content .title {
    display: inline-block;
  }
  .content-wrapper .info-section-wrapper .list-wrapper .normal-item .content .desc {
    display: inline-block;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 767px), (-ms-high-contrast: active) and (max-width: 767px) {
  .content-wrapper .search-header .search-wrapper .iconsousuo {
    top: 4px;
  }
}
/*# sourceMappingURL=custom.css.map */