﻿html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
li {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
  display: block;
}
img {
  border: 0;
}
.whole {
  width: 100%;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
/******************************************首页样式******************************************/
.no_nav .party_top {
  border-bottom: 20px solid #8a8a8a;
}
.no_nav .party_nav {
  display: none;
}
.party_top img {
  width: 100%;
  margin: 0 auto;
  vertical-align: bottom;
}
.party_nav {
  background: #8a8a8a;
}
.party_nav ul {
  overflow: hidden;
}
.party_nav li {
  float: left;
  width: 33.33333333%;
}
.party_nav a {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  transition: background 1s;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  -moz-transition: background 1s;
}
.party_nav a:hover {
  background: #3a3a3a;
}
.party_tit {
  text-align: center;
  margin: 70px 0 90px 0;
  font-size: 1.8em;
}
.party_tit:hover .party_tit_word {
  font-weight: bold;
}
.party_tit_line {
  border-bottom: 10px solid #faeaea;
}
.party_tit_word {
  color: #d30104;
}
.party_tit_bg {
  margin-bottom: -25px;
  position: relative;
}
.party_tit_eng {
  background: #fff;
  color: #fcf2f2;
  letter-spacing: 2px;
  padding: 0 30px;
}
.party_tit_word {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.party_tit_word i {
  border-bottom: 7px solid #d30104;
  width: 5%;
  position: absolute;
  bottom: -20px;
  left: 47.5%;
}
.party_outer {
  overflow: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.party_manager_top .left {
  width: 24%;
}
.party_manager_top .right {
  width: 74.5%;
}
.party_manager_img {
  width: 100%;
  vertical-align: bottom;
}
.gray_bg {
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 20px;
}
.gray_bg:hover {
  background: none;
}
.gray_bg span {
  line-height: 30px;
  max-height: 90px;
  color: #626262;
  display: inline-block;
  overflow: hidden;
}
.party_tit_2 {
  color: #d30104 !important;
  font-weight: bold;
}
.party_more_btn {
  color: #d30104 !important;
  font-weight: bold;
  text-decoration: underline;
}
.orange_bg {
  background: #fff2e1;
  margin-top: 50px;
  overflow: hidden;
}
.orange_bg .party_tit_eng {
  background: #fff2e1;
  color: #faeaea;
}
.party_list {
  overflow: hidden;
}
.party_list li {
  float: left;
  width: 47%;
  margin-bottom: 50px;
}
.party_list li:nth-child(odd) {
  float: right;
}
.party_list li:hover {
  opacity: 0.5;
}
.party_list b {
  display: inline-block;
  color: #000;
}
.party_list .left {
  width: 20%;
}
.party_list .right {
  width: 75%;
}
.party_time {
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 10px 0;
}
.party_time_top {
  font-size: 2em;
  width: 100%;
}
.party_list_name {
  margin-bottom: 5px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.party_list_content {
  font-weight: 100;
  line-height: 25px;
  color: #808080;
  height: 50px;
  overflow: hidden;
}
.party_more_btn_2 {
  text-align: center;
}
.party_more_btn_2 span {
  background: #d30104;
  color: #fff;
  display: inline-block;
  padding: 5px 50px;
}
.party_more_btn_2 span:hover {
  background: #a00103;
}
.party_footer {
  position: relative;
}
.party_footer_bg {
  width: 100%;
  vertical-align: bottom;
  position: relative;
  z-index: 0;
}
.footer_word {
  position: absolute;
  bottom: 10.5vw;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.footer_word span {
  display: block;
  line-height: 26px;
  font-size: 0.9em;
}
.footer_word a {
  color: #000;
}
.party_btns:hover {
  background: #f7f7f7;
}
.party_btns a {
  display: inline-block;
  margin: 0 25px;
  color: #000;
  line-height: 30px;
}
.party_btns a:hover {
  font-weight: bold;
}
table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
}
table thead {
  background: #ffc06d;
}
table td,
table th {
  padding: 10px 20px;
  border: 1px solid #ffe1ba;
}
table td:nth-child(odd) {
  background: #fff9f2;
}
table.table_2 {
  border-collapse: inherit;
}
table.table_2 td,
table.table_2 th {
  border: none;
  padding: 20px;
}
table.table_2 td:nth-child(odd) {
  background: none;
}
table.table_2 tr:nth-child(even) {
  background: #fff5e9;
}
.party_wrap {
  width: 100%;
  position: relative;
}
.swiper-slide {
  height: auto !important;
  position: relative;
}
.swiper-slide img {
  width: 100%;
  height: 275px;
  vertical-align: bottom;
}
.swiper-wrapper {
  height: auto !important;
}
.swiper-container {
  position: relative;
}
.pagination {
  position: absolute;
  z-index: 20;
  right: 10px;
  bottom: 40px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fff;
  margin-right: 5px;
  cursor: pointer;
}
.swiper-visible-switch {
  background: #aaa;
}
.swiper-active-switch {
  background: red;
}
.arrow-left {
  position: absolute;
  left: 270px;
  top: 45%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  font-size: 3em;
  color: rgba(34, 34, 34, 0.5);
  z-index: 10;
  cursor: pointer;
}
.arrow-right {
  position: absolute;
  left: 835px;
  top: 45%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  font-size: 3em;
  color: rgba(34, 34, 34, 0.5);
  z-index: 10;
  cursor: pointer;
}
.wrap_block {
  margin: 0 20px;
  position: relative;
}
.wrap_title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 3%;
  width: 94%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  font-size: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.wrap_white_left {
  position: absolute;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  width: 260px;
  z-index: 9;
}
.wrap_white_right {
  position: absolute;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  right: 0;
  width: 260px;
  z-index: 9;
}
/******************************************列表页样式******************************************/
.nineteenth_name {
  margin-bottom: 20px;
  font-size: 1.2em;
  color: #d30104;
}
.listpage_tittle {
  height: 60px;
  line-height: 60px;
}
.listpage_vertical_line {
  height: 60%;
  border-left: 7px solid #d30104;
  display: inline-block;
  margin-top: 12px;
  float: left;
}
.listpage_tittle_word {
  display: inline;
}
.listpage_tittle_word img {
  width: 20px;
  margin: 20px 5px 0 10px;
  display: block;
  float: left;
}
.listpage_tittle_word a {
  display: inline-block;
  color: #626262;
}
.listpage_content {
  padding-top: 20px;
  overflow: hidden;
}
.listpage_left {
  float: left;
  width: 15%;
  border: 1px solid #ffd4d5;
  min-height: 400px;
  position: relative;
}
.listpage_left_tittle {
  text-align: center;
  background: #d30104;
  color: #fff;
  padding: 20px 0;
  font-size: 1.3em;
}
.listpage_left_tittle a {
  color: #fff;
}
.listpage_left_ul {
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
}
.listpage_left_ul li a {
  color: #626262;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
}
.listpage_left_ul li a:hover {
  color: #d30104;
}
.listpage_left_line {
  height: 25px;
  border-left: 7px solid rgba(0, 0, 0, 0);
  margin-top: 12px;
  float: left;
  margin-right: 8px;
  margin-top: 8px;
}
.listpage_left_line_checked {
  height: 25px;
  border-left: 7px solid #d30104;
  margin-top: 12px;
  float: left;
  margin-right: 8px;
  margin-top: 8px;
}
.listpage_right {
  float: none;
  width: 100%;
}
.listpage_right_tittle {
  padding: 20px 0;
  font-size: 1.3em;
  color: #626262;
}
.listpage_right_tittle a {
  color: #d30104;
}
.listpage_right_ul {
  margin-left: 20px;
  color: #d30104;
}
.listpage_right_ul li {
  list-style: disc;
  border-bottom: 1px dotted #ffd4d5;
  height: 50px;
  line-height: 50px;
  padding: 0 1%;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  list-style: none none lower-roman;
}
.listpage_right_ul li:hover {
  background: #fff2d1;
}
.listpage_right_ul li a {
  overflow: hidden;
  font-size: 0.9em;
  width: 100%;
  float: right;
  color: #626262;
}
.list_name {
  float: left;
  width: 79%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list_time {
  float: right;
  width: 20%;
  text-align: right;
}
.pageing {
  margin-top: 4%;
  text-align: center;
}
.pageing a {
  display: inline-block;
  font-size: 0.7em;
  margin-bottom: 5px;
  padding: 10px 20px;
  color: #626262;
  border: 1px solid #ffd4d5;
  transition: background 0.5s, color 0.5s, border 0.5s;
  -webkit-transition: background 0.5s, color 0.5s, border 0.5s;
  -o-transition: background 0.5s, color 0.5s, border 0.5s;
  -moz-transition: background 0.5s, color 0.5s, border 0.5s;
}
.pageing a:hover {
  border: 1px solid #d30104;
  background: #d30104;
  color: #fff;
}
.list_write_btn {
  float: right;
  width: 20%;
  margin-top: 3%;
  background: #d30104;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
}
.list_write_btn:hover {
  background: #2d2e42;
}
.list_write_btn img {
  width: 25px;
  vertical-align: top;
}
.list_write_btn span {
  display: inline-block;
  margin-top: 2px;
}
/******************************************详情页页样式******************************************/
.detail_tittle {
  text-align: center;
  color: #d30104;
  padding: 20px 0;
  line-height: 30px;
  font-size: 1.3em;
}
.detail_intro {
  text-align: center;
  margin: 20px;
  color: #959595;
  font-size: 0.8em;
}
.detail_content {
  margin-top: 20px;
  padding-bottom: 10px;
}
.inpage_form_intro {
  font-family: initial;
}
.inpage_form_intro div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  font-family: initial;
}
.detail_content div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  font-family: initial;
}
/******************************************图片列表样式******************************************/
.ninteenth_pic_list {
  overflow: hidden;
}
.ninteenth_pic_list a {
  float: left;
  width: 23.5%;
  width: 23%\9;
  margin-right: 2%;
  margin-top: 25px;
  text-align: center;
  background: #fff;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
}
.ninteenth_pic_list a:hover {
  opacity: 0.7;
}
.ninteenth_pic_list a:nth-child(4n) {
  margin-right: 0;
}
.ninteenth_pic_list img {
  width: 100%;
  height: 160px;
  vertical-align: bottom;
}
.ninteenth_pic_list_word {
  color: #760000;
  margin: 20px;
  height: 60px;
  overflow: hidden;
  line-height: 30px;
}
@media screen and (max-width: 798px) {
  .content {
    width: 96%;
  }
  /****************************************移动端 主页******************************/
  .party_nav li {
    width: 33.33333333%;
  }
  .party_nav a {
    font-size: 1em;
    padding: 10px;
  }
  .party_manager .left,
  .party_manager .right {
    width: 100%;
    float: none;
  }
  .party_manager .left {
    margin-bottom: 30px;
    text-align: center;
  }
  .party_manager_img {
    width: 50%;
  }
  .gray_bg span {
    max-height: inherit;
  }
  .party_list li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .party_footer {
    overflow: hidden;
  }
  .party_footer_bg {
    width: 400%;
  }
  .footer_word {
    bottom: 20vw;
  }
  .footer_word span {
    line-height: 20px;
  }
  .party_tit {
    margin: 30px 0 50px 0;
  }
  .party_wrap {
    width: 100%;
    position: relative;
    height: 275px\9;
    overflow: hidden;
  }
  .swiper-slide {
    height: auto !important;
    position: relative;
  }
  .swiper-slide img {
    width: 100%;
    height: 100px;
    vertical-align: bottom;
  }
  .swiper-wrapper {
    height: auto !important;
  }
  .swiper-container {
    position: relative;
  }
  .swiper-visible-switch {
    background: #aaa;
  }
  .swiper-active-switch {
    background: red;
  }
  .arrow-left {
    position: absolute;
    left: 22%;
    top: 35%;
  }
  .arrow-right {
    position: absolute;
    left: 73%;
    top: 35%;
  }
  .wrap_block {
    margin: 10px;
  }
  .wrap_title {
    font-size: 0.9em;
    padding: 5px 3%;
  }
  .wrap_white_left,
  .wrap_white_right {
    display: none;
  }
  /****************************************移动端 列表页******************************/
  .listpage_tittle {
    height: auto;
    line-height: 25px;
    padding: 10px 0;
  }
  .listpage_tittle img {
    width: 20px;
    margin: 3px 3px 0 0;
    float: left;
  }
  .listpage_right {
    float: none;
    width: 100%;
  }
  .listpage_right_tittle {
    padding: 20px 0;
    font-size: 1.3em;
    margin-left: 10px;
    color: #626262;
  }
  .listpage_right_ul {
    margin-left: 20px;
    color: #d30104;
  }
  .listpage_right_ul li {
    list-style: disc;
    border-bottom: 1px dotted #ffd4d5;
    height: 50px;
    line-height: 50px;
    padding: 0 1%;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    -moz-transition: background 0.5s;
    list-style: none none lower-roman;
  }
  .listpage_right_ul li:hover {
    background: #ededed;
  }
  .listpage_right_ul li a {
    overflow: hidden;
    font-size: 0.9em;
    width: 100%;
    float: right;
    color: #626262;
  }
  .list_name {
    float: left;
    width: 69%;
  }
  .list_time {
    float: right;
    width: 30%;
  }
  .pageing {
    width: 100%;
  }
  .pageing ul {
    overflow: hidden;
    margin-left: 20px;
    margin-top: 4%;
  }
  .pageing ul li {
    float: left;
    font-size: 0.7em;
  }
  .pageing ul li a {
    padding: 10px 20px;
    color: #626262;
    border: 1px solid #ffd4d5;
    transition: background 0.5s, color 0.5s;
    -webkit-transition: background 0.5s, color 0.5s;
    -o-transition: background 0.5s, color 0.5s;
    -moz-transition: background 0.5s, color 0.5s;
  }
  .pageing ul li a:hover {
    border: 1px solid rgba(0, 0, 0, 0);
    background: #d30104;
    color: #fff;
  }
  .list_write_btn {
    float: none;
    clear: both;
    margin-left: 20px;
    margin-top: 18%;
  }
  /****************************************移动端 图片列表页******************************/
  /****************************************移动端 详情页******************************/
}
