.pages {
  display: flex;
  flex-wrap: wrap;
}

.page {
  margin: 0 5px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
.pages .page.active,.pages .page.active a {
  color: #fff;
  background-color: #c30101;
}
.pages .page.normal {
  cursor: pointer;
  background-color: #efefef;
}


.main h3 {
  line-height: 32px;
  color: #c00;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 3px solid #c00;
}

.main .list {
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.main .list .item {
  margin: 1px 0;
  display: flex;
}

.main .list .item .sub {
  line-height: 24px;
  font-size: 16px;
  color: #333;
}

.sidebar > *:nth-child(n+2) {
 margin-top: 10px;
}

.main .list .item .data {
  line-height: 24px;
  font-size: 18px;
  color: #333;
}
.main .list .item .data:hover {
  color: #c00;
}
.main .list .item .data {
  display: block;
  cursor: pointer;
}
.main .list .item .sub {
  white-space: nowrap;
  margin-left: auto;
}

.gg2 {
  height: 14px;
  font-size: 14px;
  text-align: center;
  line-height: 14px;
  padding: 20px 0 40px 0;
  border-bottom: 3px solid #c00;
  margin-bottom: 20px;
}
.main p {
  margin-bottom: 0;
  line-height: 20px;
  font-size: 14px;
}
.main .end {
  text-align: end;
}
.main .blue {
  color: blue;
  font-weight: bold;
  font-size: 16px;
}
.p-inner {
  padding: 10px;
}
.header {
  width: 100%;
}

.bbb {
  padding: 10px;
  background-color: #fff;
  display: flex;
  margin-bottom: 10px;
}
.bbb a,
.bbb span {
  margin-right: 5px;
  display: block;
  line-height: 14px;
  font-size: 14px;
}

.asdfa {
  display: flex;
}
.jdsl {
  cursor: pointer;
  height: 80px;
  margin: auto;
  display: block;
  flex: 0 0 30%;
  width: 30%;
  background-color: #ca0602;
  border-radius: 0 6px 6px 0;
  line-height: 80px;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 0 20px;
}
.odqqf {
  cursor: pointer;
  padding: 0 20px;
  margin-left: 20px;
  color: #333;
  text-align: center;
  height: 80px;
  font-weight: bold;
  font-size: 28px;
  line-height: 80px;
  margin: auto;
  display: block;
  width: calc(70% - 20px);
  background-color: #00b0f0;
  border-radius: 6px 0 0 6px;
}

.header .nav {
  height: 70px;
  border-top: 1px solid #fff;
  background: linear-gradient(#b9280c, #b9280c);
  border: none;
  overflow: hidden;
}

.nav .fl {
  background: linear-gradient(#da2a12, #ac1a0b);
  font-weight: bold;
  border: 1px solid #cd0104;
  display: flex;
  height: inherit;
  padding-left: 10px;
  padding-right: 10px;
}

.content {
  display: flex;
}
.content > .main {
  display: flex;
  flex-direction: column;
  flex: 0 0 820px;
  max-width: 820px;
}
.content > .sidebar {
  max-width: 230px;
  flex: 0 0 230px;
  margin-right: 10px;
}
.content .main .roll {
  flex: 0 0 380px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(#fff, #c5e5f7);
  border: #acc6e9 1px solid;
}
.content .main .roll .img-inner {
  padding: 0 10px 10px 10px;
}
.content .main .roll .img-inner img {
  width: 100%;
  height: 260px;
}
.r1,
.r2,
.r4,
.r5,
.r6 {
  display: flex;
}

.r4 > div:nth-child(1),
.r5 > div:nth-child(1),
.r6 > div:nth-child(1) {
  margin-right: 5px;
}
.r4 > div:nth-child(2),
.r5 > div:nth-child(2),
.r6 > div:nth-child(2) {
  margin-left: 5px;
}
.r2 a {
  white-space: nowrap;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
}
.r3 {
  display: flex;
  flex-wrap: wrap;
}
.r3 .item {
  flex: 0 0 14.28%;
  width: 14.28%;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.r3 .item .baokao {
  white-space: nowrap;
  color: #fff;
  line-height: 14px;
  margin: 10px auto;
  background-color: #999999;
  padding: 10px;
  border-radius: 4px;
  width: fit-content;
  cursor: pointer;
}

.r7t {
  border-bottom: none;
  display: flex;
}

.r7ac {
  font-size: 16px;
  padding: 0 10px;
  height: 100%;
  display: block;
  line-height: 36px;
}
.r7ac:hover {
  font-weight: bold;
  background: linear-gradient(#f3f3f3, #fff);
}
.r7ac.active {
  font-weight: bold;
  background: linear-gradient(#f3f3f3, #fff);
  color: #cc0000;
}

.r3 .item .baokao:hover {
  background-color: #ca0602;
}
.r2 > * {
  border-radius: 8px;
}
.r2 .bmbtn a {
  width: 185px;
  color: #fff;
}
.r2 .bmbtn {
  background-color: #ca0602;
}
.r2 .bmbtn.right {
  margin: 0 0 0 10px;
}
.r2 .ybm a {
  color: #333;
}
.r2 .ybm {
  flex: 1;
  background-color: #00b0f0;
  color: #333;
}

.roll .title {
  height: 36px;
  line-height: 16px;
  width: auto;
  padding: 10px;
  width: fit-content;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  position: relative;
  left: 35px;
  background-color: #c30101;
}
.roll .title::after {
  position: relative;
  content: " ";
  display: block;
  left: -30px;
  top: -12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, #f1bc90, #ff5a00);
}

.carousel-control-prev {
  position: absolute;
  width: 40px;
  height: 74px;
  top: 50%;
  margin-top: -37px;
  left: 0;
  background-position: 0 -74px;
  border: none;
  background-color: rgba(155, 155, 155, 233);
}
.carousel-control-next {
  background-color: rgba(155, 155, 155, 233);
  top: 50%;
  margin-top: -37px;
  right: 0;
  background-position: -40px -74px;
  position: absolute;
  width: 40px;
  height: 74px;
  border: none;
}
.carousel-indicators li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d9d9d9;
  opacity: 1;
}
.carousel-indicators li.active {
  background-color: #ca0602;
}
.carousel-indicators {
  justify-content: right;
  left: auto;
  bottom: 5px;
  margin-right: 10px;
}
.roll .title-inner {
  padding-right: 10px;
  width: 100%;
  display: flex;
}
.roll .title-inner .more {
  color: #999;
  cursor: pointer;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  margin: auto 0 auto auto;
}
.roll .title-inner .more:hover {
  color: #333;
}
.card {
  display: flex;
  flex-direction: column;
}
.r1 .card {
  flex: 1;
  margin-left: 10px;
}

.card.ps ul {
  padding: 10px;
  height: 100%;
  flex-direction: column;
  display: flex;
}
.card.tab .tab-content ul {
  padding: 10px;
  height: 100%;
  flex-wrap: wrap;
}
.card.tab .tab-content ul li {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: 46%;
  margin-right: 15px;
}
.card.tab .tab-content > .active {
  display: flex;
}

.card.ps ul li {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.card.ps.dot ul li,
.card.tab.dot .tab-content ul li {
  margin-left: 15px;
}

.card.ps.dot ul li::before,
.card.tab.dot .tab-content ul li::before {
  position: relative;
  content: " ";
  display: block;
  left: -15px;
  top: 12px;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
  max-width: 4px;
  max-height: 4px;
  background: #333;
}
.card.ps ul li span,
.card.tab .tab-content ul li span {
  margin-left: auto;
  font-size: 12px;
  line-height: 28px;
  height: 12px;
  width: fit-content;
}
.card.ps ul a,
.card.tab .tab-content ul a {
  font-size: 16px;
  line-height: 28px;
  height: 28px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gk1_3 {
  border-radius: 6px;
  display: block;
  background-color: #ca0602;
}
.gk1_3 h2,
.gk1_4 h2 {
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-size: 22px;
  color: #fff;
}
.gk1_4 {
  margin-top: 10px;
  border-radius: 6px;
  display: block;
  background-color: #0253cd;
}

.card .title {
  white-space: nowrap;
  height: 36px;
  line-height: 16px;
  width: auto;
  padding: 10px;
  width: fit-content;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background-color: #c30101;
}
.card .title-inner {
  background: linear-gradient(#fff, #f3f3f3);
  padding-right: 10px;
  width: 100%;
  display: flex;
}
.card .title-inner .more {
  color: #999;
  cursor: pointer;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  margin: auto 0 auto auto;
}
.card .title-inner .more:hover {
  color: #333;
}

.card.tags .hrcont {
  padding: 5px 10px;
  border: 1px solid #d5d5d5;
  border-top: none;
  overflow: hidden;
  padding-bottom: 0px;
}
.card.tags.two .hrcont li {
  width: 96px;
}
.card.tags .hrcont li {
  height: 26px;
  margin: 0px 7px 5px 0px;
  float: left;
  overflow: hidden;
  display: list-item;
  text-align: -webkit-match-parent;
}

.card.one .hrcont ul {
  display: flex;
  flex-direction: column;
}
.card.one .center li {
  text-align: center;
}

.card.tags .hrcont a {
  display: block;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #333;
}
.card .content li:hover a,
.card .hrcont li:hover a {
  color: #c00;
}

.card.ss ul {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
body > *:nth-child(n + 2) {
  margin-bottom: 10px !important;
}
body > *:nth-last-child(1) {
  margin-bottom: 0 !important;
}

.card.ss ul li {
  flex: 0 0 15%;
  margin-right: 10px;
}
.content {
  background-color: #fff;
  padding: 10px;
}
.carousel-inner .mask {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 10;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  text-align: left;
  right: auto;
  padding: 0 0 0 10px;
}

.navwid {
  border-top: 1px solid #cd0104;
  border-bottom: 1px solid #cd0104;
  display: flex;
  flex-wrap: wrap;
}
.nacwid{
  width:1000px;
}
.navwid li a {
  display: block;
  color: #fff;
  white-space: nowrap;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  margin:auto;
}
.navwid li {
  font-size: 14px;
  line-height: 14px;
  display: flex;
}
.nav .fl div,
.nav .fl a {
  line-height: 1.3;
  text-shadow: 2px 2px 3px #842007;
  font-size: 18px;
  width: 18px;
  color: #fcf7b4;
  margin-top: auto;
  margin-bottom: auto;
}
.nav .fl.three div {
  font-size: 16px;
  width: 16px;
}

.form-group {
  margin-bottom: 0;
}

.card.friend .form-group {
  margin: 0 auto 0 auto;
}

.foot {
  display: flex;
  flex-direction: column;
  background: #333333;
  color: #fff;
  padding: 10px;
}
.foot .b-menu {
  flex-wrap: wrap;
  margin: 0 auto;
  display: flex;
  margin-bottom: 10px;
}
.foot .b-menu a {
  white-space: nowrap;
  display: block;
  padding: 0px 10px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  font-weight: bold;
}
.foot .copycont {
  display: block;
  text-align: center;
  color: #fff;
}
.foot .copycont p {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  margin-bottom: 0;
}
.foot .copycont p a {
  color: #fff;
  line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
}
ol,
ul,
dl {
  margin-bottom: 0;
}
.row {
  margin: 0;
}
.header .nav button.navbar-toggler {
  margin: 0 auto;
}
.header .nav .collapse .row {
  height: 100%;
}
.pages{
  width: 100%;
    float: left;
    padding: 10px 0px;
    text-align: center;
}
.pages li{
  height: 32px;
  		width: auto;
    float: left;
    padding-top: 9px;
    margin: 0 3px;
    border-bottom: none !important;
}
.pages li span.disabled{
  background:transparent;
}
.pages li span.current{
  background:red;
  color:white;
}
.pages li a{
  background:#efefef
}
.pages li span,.pages li a{
  PADDING: 9px 14px;
  text-decoration:none;
}
@media (min-width: 1200px) {
  .ccc3 {
    margin: 0px auto;
    max-width: 1080px;
  }
  .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1200px) {
  .content > .sidebar {
    display: none;
  }
  .header .logo img {
    width: 100%;
  }
  .header .nav {
    height: auto;
  }
  .header .nav .collapse div.fl {
    display: none;
  }
  .header .nav .collapse h6.fl div {
    text-align: center;
    padding: 5px 0;
    width: 48px;
  }
  .header .nav .collapse {
    flex-direction: column;
  }
  .header .nav .collapse .row {
    height: auto;
    flex-wrap: nowrap;
    width: 100%;
  }
  .header .nav .collapse .row ul {
    width: auto;
  }
  .header .nav .collapse .row ul a {
    margin: auto 10px;
  }
  .header .nav .collapse .row ul a::after {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .ccc3 {
    margin: 0px auto;
    max-width: 992px;
  }
  .content > .main {
    max-width: 992px;
    flex: 1;
  }
  .header .logo img {
    width: 100%;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .r1 {
    flex-wrap: wrap;
  }
  .content .main .roll {
    flex: 0 0 100%;
  }
  .r1 .card {
    flex: 0 0 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .ccc3 {
    margin: 0px auto;
    max-width: 767px;
  }
  .content > .main {
    max-width: 100%;
  }
  .header .logo img {
    width: 100%;
  }
  .card.tab .tab-content ul li {
    width: 45%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .asdfa {
    flex-direction: column;
  }
  .jdsl {
    flex: 1;
    width: 100%;
  }
  .odqqf {
    margin-top: 10px;
    flex: 1;
    width: 100%;
  }
  .content > .main {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 100%;
  }
  .r2 .ybm {
    margin-top: 10px;
  }
  .r2 .bmbtn {
    width: calc(50% - 5px);
  }
  .r2 .bmbtn a {
    width: 100%;
  }
  .r2 {
    flex-wrap: wrap;
  }
  .r1 {
    flex-wrap: wrap;
  }
  .content .main .roll {
    flex: 0 0 100%;
  }
  .r1 .card {
    flex: 0 0 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .ccc3 {
    margin: 0px auto;
    max-width: 767px;
  }
  .header .logo img {
    width: 100%;
  }
  .card.tab .tab-content ul li {
    width: 45%;
  }
  .ccc3 {
    margin: 0px auto;
    max-width: 100%;
  }
  .content > .left {
    max-width: 100%;
  }
}

@media (min-width: 0px) and (max-width: 576px) {
  .asdfa {
    flex-direction: column;
  }
  .jdsl {
    flex: 1;
    width: 100%;
  }
  .odqqf {
    margin-top: 10px;
    flex: 1;
    width: 100%;
  }
  .r2 .ybm {
    margin-top: 10px;
  }
  .r2 .bmbtn {
    width: calc(50% - 5px);
  }
  .r2 .bmbtn a {
    width: 100%;
  }
  .r2 {
    flex-wrap: wrap;
  }
  .r1 {
    flex-wrap: wrap;
  }
  .content .main .roll {
    flex: 0 0 100%;
  }
  .r1 .card {
    flex: 0 0 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .ccc3 {
    margin: 0px auto;
    max-width: 767px;
  }
  .header .logo img {
    width: 100%;
  }
  .card.tab .tab-content ul li {
    width: 45%;
  }
  .ccc3 {
    margin: 0px auto;
    max-width: 100%;
  }
  .content > .main {
    max-width: 100%;
  }
  .r4,
  .r5,
  .r6 {
    flex-wrap: wrap;
  }
  .card.tab.dot .tab-pane li {
    width: 95%;
  }
  .r3 .item {
    flex: 0 0 33.3333%;
    width: 33.3333%;
  }
  .r4 > div:nth-child(1),
  .r5 > div:nth-child(1),
  .r6 > div:nth-child(1) {
    margin-right: 0;
  }
  .r4 > div:nth-child(2),
  .r5 > div:nth-child(2),
  .r6 > div:nth-child(2) {
    margin-left: 0;
  }
  .friend .title-inner {
    flex-wrap: wrap;
  }
  .card.friend .form-group {
    margin: 0;
  }
}
