@charset "UTF-8";
/** reset **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
  border: medium none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

body,
button,
input,
select,
textarea {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 14px;
}

input,
button,
select,
textarea {
  outline: none;
}

textarea {
  resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

input,
button,
img {
  border: none;
  background: none;
}

input[type=text],
input[type=password],
button {
  outline: none;
  -webkit-appearance: none;
}

input,
textarea {
  outline: none;
}

em,
i {
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
}

img {
  border: 0px;
  outline-width: 0px;
  vertical-align: top;
  max-width: 100%;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: block;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

* {
  box-sizing: border-box;
}

button {
  cursor: pointer;
}

span:focus,
button:focus,
div:focus,
a:focus {
  outline: none;
}

.t-center {
  text-align: center;
}

.text-center {
  text-align: center;
}

/* flex布局 */
.flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-betw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* ==========================================================================
    文字
============================================================================ */
.font180 {
  font-size: 180px;
}

.font100 {
  font-size: 100px;
}

.font80 {
  font-size: 80px;
}

.font68 {
  font-size: 68px;
}

.font60 {
  font-size: 60px;
}

.font56 {
  font-size: 56px;
}

.font54 {
  font-size: 54px;
}

.font50 {
  font-size: 50px;
}

.font46 {
  font-size: 46px;
}

.font36 {
  font-size: 36px;
}

.font30 {
  font-size: 30px;
}

.font28 {
  font-size: 28px;
}

.font26 {
  font-size: 26px;
}

.font24 {
  font-size: 24px;
}

.font22 {
  font-size: 22px;
}

.font20 {
  font-size: 20px;
}

.font18 {
  font-size: 18px;
}

@media screen and (max-width: 1680px) {
  .font180 {
    font-size: 150px;
  }
  .font100 {
    font-size: 90px;
  }
  .font80 {
    font-size: 66px;
  }
  .font68 {
    font-size: 62px;
  }
  .font60 {
    font-size: 52px;
  }
  .font56 {
    font-size: 44px;
  }
  .font54 {
    font-size: 52px;
  }
  .font50 {
    font-size: 48px;
  }
  .font46 {
    font-size: 40px;
  }
  .font36 {
    font-size: 32px;
  }
  .font30 {
    font-size: 30px;
  }
  .font28 {
    font-size: 28px;
  }
  .font26 {
    font-size: 26px;
  }
  .font24 {
    font-size: 22px;
  }
  .font20 {
    font-size: 20px;
  }
  .font18 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1366px) {
  .font180 {
    font-size: 120px;
  }
  .font100 {
    font-size: 80px;
  }
  .font80 {
    font-size: 52px;
  }
  .font68 {
    font-size: 56px;
  }
  .font60 {
    font-size: 48px;
  }
  .font56 {
    font-size: 40px;
  }
  .font54 {
    font-size: 46px;
  }
  .font50 {
    font-size: 46px;
  }
  .font46 {
    font-size: 36px;
  }
  .font36 {
    font-size: 30px;
  }
  .font30 {
    font-size: 28px;
  }
  .font28 {
    font-size: 26px;
  }
  .font26 {
    font-size: 24px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 20px;
  }
  .font20 {
    font-size: 18px;
  }
  .font18 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .font180 {
    font-size: 80px;
  }
  .font100 {
    font-size: 60px;
  }
  .font80 {
    font-size: 40px;
  }
  .font68 {
    font-size: 58px;
  }
  .font60 {
    font-size: 32px;
  }
  .font56 {
    font-size: 28px;
  }
  .font54 {
    font-size: 30px;
  }
  .font50 {
    font-size: 40px;
  }
  .font46 {
    font-size: 26px;
  }
  .font36 {
    font-size: 24px;
  }
  .font30 {
    font-size: 22px;
  }
  .font28 {
    font-size: 20px;
  }
  .font26 {
    font-size: 16px;
  }
  .font24 {
    font-size: 14px;
  }
  .font18 {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .font180 {
    font-size: 40px;
  }
  .font100 {
    font-size: 30px;
  }
  .font80 {
    font-size: 20px;
  }
  .font60 {
    font-size: 18px;
  }
  .font56 {
    font-size: 18px;
  }
  .font54 {
    font-size: 18px;
  }
  .font50 {
    font-size: 30px;
  }
  .font46 {
    font-size: 16px;
  }
  .font36 {
    font-size: 18px;
  }
  .font30 {
    font-size: 16px;
  }
  .font28 {
    font-size: 16px;
  }
  .font26 {
    font-size: 14px;
  }
  .font24 {
    font-size: 14px;
  }
  .font22 {
    font-size: 16px;
  }
  .font20 {
    font-size: 14px;
  }
  .font18 {
    font-size: 14px;
  }
}
/* ==========================================================================
    距离
============================================================================ */
.pad150 {
  padding: 150px;
}

.pad120 {
  padding: 120px;
}

.pad100 {
  padding: 100px;
}

.pad80 {
  padding: 80px;
}

.pad60 {
  padding: 60px;
}

.pad50 {
  padding: 50px;
}

.pad40 {
  padding: 40px;
}

.pad30 {
  padding: 30px;
}

.pad20 {
  padding: 20px;
}

.marg150 {
  margin: 150px;
}

.marg120 {
  margin: 120px;
}

.marg100 {
  margin: 100px;
}

.marg80 {
  margin: 80px;
}

.marg60 {
  margin: 60px;
}

.marg50 {
  margin: 50px;
}

.marg40 {
  margin: 40px;
}

.marg30 {
  margin: 30px;
}

.marg20 {
  margin: 20px;
}

.pt150 {
  padding-top: 150px;
}

.pt120 {
  padding-top: 120px;
}

.pt100 {
  padding-top: 100px;
}

.pt90 {
  padding-top: 90px;
}

.pt80 {
  padding-top: 80px;
}

.pt60 {
  padding-top: 60px;
}

.pt50 {
  padding-top: 50px;
}

.pt40 {
  padding-top: 40px;
}

.pt30 {
  padding-top: 30px;
}

.pt20 {
  padding-top: 20px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt150 {
  margin-top: 150px;
}

.mt120 {
  margin-top: 120px;
}

.mt100 {
  margin-top: 100px;
}

.mt80 {
  margin-top: 80px;
}

.mt60 {
  margin-top: 60px;
}

.mt50 {
  margin-top: 50px;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1680px) {
  .mb20 {
    margin-bottom: 18px;
  }
  .pb20 {
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 1366px) {
  .pt150 {
    padding-top: 120px;
  }
  .pt50 {
    padding-bottom: 40px;
  }
  .pb150 {
    padding-bottom: 120px;
  }
  .pb120 {
    padding-bottom: 110px;
  }
  .pb100 {
    padding-bottom: 90px;
  }
  .pb90 {
    padding-bottom: 80px;
  }
  .pb50 {
    padding-bottom: 40px;
  }
  .mt150 {
    margin-top: 130px;
  }
  .mt150 {
    margin-top: 150px;
  }
  .mt120 {
    margin-top: 120px;
  }
  .mt100 {
    margin-top: 100px;
  }
  .mt80 {
    margin-top: 80px;
  }
  .mt60 {
    margin-top: 60px;
  }
  .mt50 {
    margin-top: 50px;
  }
  .mt40 {
    margin-top: 40px;
  }
  .mt30 {
    margin-top: 30px;
  }
  .mt20 {
    margin-top: 20px;
  }
  .mb150 {
    margin-bottom: 150px;
  }
  .mb120 {
    margin-bottom: 100px;
  }
  .mb100 {
    margin-bottom: 80px;
  }
  .mb90 {
    margin-bottom: 70px;
  }
  .mb80 {
    margin-bottom: 70px;
  }
  .mb60 {
    margin-bottom: 50px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb40 {
    margin-bottom: 30px;
  }
  .mb30 {
    margin-bottom: 20px;
  }
  .mb20 {
    margin-bottom: 16px;
  }
  .pb20 {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .pad150 {
    padding: 120px;
  }
  .pad120 {
    padding: 100px;
  }
  .pad100 {
    padding: 80px;
  }
  .pad80 {
    padding: 60px;
  }
  .pad60 {
    padding: 50px;
  }
  .pad50 {
    padding: 44px;
  }
  .pad40 {
    padding: 36px;
  }
  .marg150 {
    margin: 120px;
  }
  .marg120 {
    margin: 100px;
  }
  .marg100 {
    margin: 80px;
  }
  .marg80 {
    margin: 60px;
  }
  .marg60 {
    margin: 50px;
  }
  .marg50 {
    margin: 44px;
  }
  .marg40 {
    margin: 36px;
  }
  .pt150 {
    padding-top: 120px;
  }
  .pt120 {
    padding-top: 100px;
  }
  .pt100 {
    padding-top: 80px;
  }
  .pt90 {
    padding-top: 70px;
  }
  .pt80 {
    padding-top: 60px;
  }
  .pt60 {
    padding-top: 50px;
  }
  .pt50 {
    padding-top: 44px;
  }
  .pt40 {
    padding-top: 36px;
  }
  .pb150 {
    padding-bottom: 120px;
  }
  .pb120 {
    padding-bottom: 100px;
  }
  .pb100 {
    padding-bottom: 80px;
  }
  .pb90 {
    padding-bottom: 70px;
  }
  .pb80 {
    padding-bottom: 60px;
  }
  .pb60 {
    padding-bottom: 50px;
  }
  .pb50 {
    padding-bottom: 44px;
  }
  .pb40 {
    padding-bottom: 36px;
  }
  .mt150 {
    margin-top: 120px;
  }
  .mt120 {
    margin-top: 100px;
  }
  .mt100 {
    margin-top: 80px;
  }
  .mt80 {
    margin-top: 60px;
  }
  .mt60 {
    margin-top: 50px;
  }
  .mt50 {
    margin-top: 44px;
  }
  .mt40 {
    margin-top: 36px;
  }
  .mb150 {
    margin-bottom: 120px;
  }
  .mb120 {
    margin-bottom: 100px;
  }
  .mb100 {
    margin-bottom: 80px;
  }
  .mb90 {
    margin-bottom: 80px;
  }
  .mb80 {
    margin-bottom: 60px;
  }
  .mb60 {
    margin-bottom: 50px;
  }
  .mb50 {
    margin-bottom: 44px;
  }
  .mb40 {
    margin-bottom: 36px;
  }
  .mb20 {
    margin-bottom: 12px;
  }
  .pb20 {
    padding-bottom: 12px;
  }
  .mt150 {
    margin-top: 130px;
  }
  .mt150 {
    margin-top: 150px;
  }
  .mt120 {
    margin-top: 120px;
  }
  .mt100 {
    margin-top: 100px;
  }
  .mt80 {
    margin-top: 80px;
  }
  .mt60 {
    margin-top: 60px;
  }
  .mt50 {
    margin-top: 50px;
  }
  .mt40 {
    margin-top: 40px;
  }
  .mt30 {
    margin-top: 30px;
  }
  .mt20 {
    margin-top: 20px;
  }
  .mb150 {
    margin-bottom: 120px;
  }
  .mb120 {
    margin-bottom: 80px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .mb90 {
    margin-bottom: 70px;
  }
  .mb80 {
    margin-bottom: 60px;
  }
  .mb60 {
    margin-bottom: 45px;
  }
  .mb50 {
    margin-bottom: 35px;
  }
  .mb40 {
    margin-bottom: 25px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .pad150 {
    padding: 90px;
  }
  .pad120 {
    padding: 72px;
  }
  .pad100 {
    padding: 60px;
  }
  .pt90 {
    padding-top: 50px;
  }
  .pad80 {
    padding: 50px;
  }
  .pad60 {
    padding: 40px;
  }
  .pad50 {
    padding: 36px;
  }
  .pad40 {
    padding: 32px;
  }
  .pad30 {
    padding: 28px;
  }
  .pad20 {
    padding: 18px;
  }
  .marg150 {
    margin: 90px;
  }
  .marg120 {
    margin: 72px;
  }
  .marg100 {
    margin: 60px;
  }
  .marg80 {
    margin: 50px;
  }
  .marg60 {
    margin: 40px;
  }
  .marg50 {
    margin: 36px;
  }
  .marg40 {
    margin: 32px;
  }
  .marg30 {
    margin: 28px;
  }
  .marg20 {
    margin: 18px;
  }
  .pt150 {
    padding-top: 90px;
  }
  .pt120 {
    padding-top: 72px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .pb90 {
    padding-bottom: 55px;
  }
  .pt80 {
    padding-top: 50px;
  }
  .pt60 {
    padding-top: 40px;
  }
  .pt50 {
    padding-top: 36px;
  }
  .pt40 {
    padding-top: 32px;
  }
  .pt30 {
    padding-top: 28px;
  }
  .pt20 {
    padding-top: 18px;
  }
  .pb150 {
    padding-bottom: 90px;
  }
  .pb120 {
    padding-bottom: 72px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .pb80 {
    padding-bottom: 50px;
  }
  .pb60 {
    padding-bottom: 40px;
  }
  .pb50 {
    padding-bottom: 36px;
  }
  .pb40 {
    padding-bottom: 32px;
  }
  .pb30 {
    padding-bottom: 28px;
  }
  .pb20 {
    padding-bottom: 18px;
  }
  .mt150 {
    margin-top: 90px;
  }
  .mt120 {
    margin-top: 72px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mt80 {
    margin-top: 50px;
  }
  .mt60 {
    margin-top: 40px;
  }
  .mt50 {
    margin-top: 36px;
  }
  .mt40 {
    margin-top: 32px;
  }
  .mt30 {
    margin-top: 28px;
  }
  .mt20 {
    margin-top: 18px;
  }
  .mb150 {
    margin-bottom: 90px;
  }
  .mb120 {
    margin-bottom: 72px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .mb80 {
    margin-bottom: 50px;
  }
  .mb60 {
    margin-bottom: 40px;
  }
  .mb50 {
    margin-bottom: 36px;
  }
  .mb40 {
    margin-bottom: 32px;
  }
  .mb30 {
    margin-bottom: 28px;
  }
  .mb20 {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pad150 {
    padding: 60px;
  }
  .pad120 {
    padding: 50px;
  }
  .pad100 {
    padding: 44px;
  }
  .pt90 {
    padding-top: 40px;
  }
  .pad80 {
    padding: 36px;
  }
  .pad60 {
    padding: 30px;
  }
  .pad50 {
    padding: 30px;
  }
  .pad40 {
    padding: 28px;
  }
  .pad30 {
    padding: 24px;
  }
  .pad20 {
    padding: 16px;
  }
  .marg150 {
    margin: 60px;
  }
  .marg120 {
    margin: 50px;
  }
  .marg100 {
    margin: 44px;
  }
  .marg80 {
    margin: 36px;
  }
  .marg60 {
    margin: 30px;
  }
  .marg50 {
    margin: 30px;
  }
  .marg40 {
    margin: 28px;
  }
  .marg30 {
    margin: 24px;
  }
  .marg20 {
    margin: 16px;
  }
  .pt150 {
    padding-top: 60px;
  }
  .pt120 {
    padding-top: 50px;
  }
  .pt100 {
    padding-top: 44px;
  }
  .pt80 {
    padding-top: 36px;
  }
  .pt60 {
    padding-top: 30px;
  }
  .pt50 {
    padding-top: 30px;
  }
  .pt40 {
    padding-top: 28px;
  }
  .pt30 {
    padding-top: 24px;
  }
  .pt20 {
    padding-top: 16px;
  }
  .pb150 {
    padding-bottom: 60px;
  }
  .pb120 {
    padding-bottom: 50px;
  }
  .pb100 {
    padding-bottom: 44px;
  }
  .pb90 {
    padding-bottom: 44px;
  }
  .pb80 {
    padding-bottom: 36px;
  }
  .pb60 {
    padding-bottom: 30px;
  }
  .pb50 {
    padding-bottom: 30px;
  }
  .pb40 {
    padding-bottom: 28px;
  }
  .pb30 {
    padding-bottom: 24px;
  }
  .pb20 {
    padding-bottom: 16px;
  }
  .mt150 {
    margin-top: 60px;
  }
  .mt120 {
    margin-top: 50px;
  }
  .mt100 {
    margin-top: 44px;
  }
  .mt80 {
    margin-top: 36px;
  }
  .mt60 {
    margin-top: 30px;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mt40 {
    margin-top: 28px;
  }
  .mt30 {
    margin-top: 24px;
  }
  .mt20 {
    margin-top: 16px;
  }
  .mb150 {
    margin-bottom: 60px;
  }
  .mb120 {
    margin-bottom: 50px;
  }
  .mb100 {
    margin-bottom: 44px;
  }
  .mb80 {
    margin-bottom: 36px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mb40 {
    margin-bottom: 28px;
  }
  .mb30 {
    margin-bottom: 24px;
  }
  .mb20 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 500px) {
  .pad150 {
    padding: 40px;
  }
  .pad120 {
    padding: 30px;
  }
  .pad100 {
    padding: 24px;
  }
  .pt90 {
    padding-top: 30px;
  }
  .pad80 {
    padding: 30px;
  }
  .pad60 {
    padding: 20px;
  }
  .pad50 {
    padding: 20px;
  }
  .pad40 {
    padding: 15px;
  }
  .pad30 {
    padding: 10px;
  }
  .pad20 {
    padding: 10px;
  }
  .marg150 {
    margin: 40px;
  }
  .marg120 {
    margin: 30px;
  }
  .marg100 {
    margin: 24px;
  }
  .marg80 {
    margin: 20px;
  }
  .marg60 {
    margin: 20px;
  }
  .marg50 {
    margin: 20px;
  }
  .marg40 {
    margin: 15px;
  }
  .marg30 {
    margin: 10px;
  }
  .marg20 {
    margin: 10px;
  }
  .pt150 {
    padding-top: 40px;
  }
  .pt120 {
    padding-top: 40px;
  }
  .pt100 {
    padding-top: 24px;
  }
  .pt80 {
    padding-top: 20px;
  }
  .pt60 {
    padding-top: 20px;
  }
  .pt50 {
    padding-top: 20px;
  }
  .pt40 {
    padding-top: 20px;
  }
  .pt30 {
    padding-top: 10px;
  }
  .pt20 {
    padding-top: 10px;
  }
  .pb150 {
    padding-bottom: 40px;
  }
  .pb120 {
    padding-bottom: 40px;
  }
  .pb100 {
    padding-bottom: 30px;
  }
  .pb90 {
    padding-bottom: 20px;
  }
  .pb80 {
    padding-bottom: 20px;
  }
  .pb60 {
    padding-bottom: 20px;
  }
  .pb50 {
    padding-bottom: 20px;
  }
  .pb40 {
    padding-bottom: 20px;
  }
  .pb30 {
    padding-bottom: 10px;
  }
  .pb20 {
    padding-bottom: 10px;
  }
  .mt150 {
    margin-top: 40px;
  }
  .mt120 {
    margin-top: 40px;
  }
  .mt100 {
    margin-top: 30px;
  }
  .mt80 {
    margin-top: 20px;
  }
  .mt60 {
    margin-top: 20px;
  }
  .mt50 {
    margin-top: 20px;
  }
  .mt40 {
    margin-top: 10px;
  }
  .mt30 {
    margin-top: 10px;
  }
  .mt20 {
    margin-top: 10px;
  }
  .mb150 {
    margin-bottom: 40px;
  }
  .mb120 {
    margin-bottom: 40px;
  }
  .mb100 {
    margin-bottom: 20px;
  }
  .mb80 {
    margin-bottom: 20px;
  }
  .mb60 {
    margin-bottom: 20px;
  }
  .mb50 {
    margin-bottom: 20px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .mb30 {
    margin-bottom: 10px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
}
.trans {
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  -o-transition: all 1s;
  /* Opera */
}

.trans2 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}

.top {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
}

.topWrap {
  padding: 0 13px;
}

.top input {
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  height: 28px;
  line-height: 28px;
  width: 120px;
  min-width: 120px;
  background: #f1f1f1;
  padding: 0 10px;
}

.top .email {
  margin-right: 5%;
}

.top .search {
  margin: 0 2% 0 12.5%;
  position: relative;
}

.top .search input {
  width: 200px;
  min-width: 200px;
  border-radius: 14px;
}

.top .search img {
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
}

.top .login {
  width: 70px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 3px;
  background: #426fb0;
  color: #fff;
  margin-left: 5px;
  font-family: "PuHuiTi";
}

.top .iconItem {
  margin-top: 2px;
}

.top .iconItem ul li {
  padding: 0 6.5px;
}

.topbar_website_weixin_img,
.topbar_website_app_img {
  position: absolute;
  width: 120px;
  height: 120px;
  z-index: 999;
  display: none;
}
.topbar_website_weixin_img img,
.topbar_website_app_img img {
  width: 100%;
  height: 100%;
  border: 0;
}

.nav {
  background: #ac2e33;
  height: 66px;
  position: relative;
}

.nav ul.navtitle {
  position: relative;
}

.nav ul.navtitle > li {
  /*lansh:2026-08-12 顶部10项横排(首页+9栏目,1200/10=120px)。//End lansh*/
  width: 120px;
  background: #ac2e33;
  transition: 0.4s;
}

.nav ul.navtitle > li > a {
  color: #fff;
  line-height: 66px;
  display: block;
  text-align: center;
  transition: 0.4s;
  position: relative;
  font-family: "PuHuiTi";
  /*lansh:2026-08-12 10项适配,字号 20→16(120px列宽容6字标题)。//End lansh*/
  font-size: 16px;
}

.nav ul.navtitle li i {
  content: "";
  width: 0;
  height: 2px;
  background: #ac2e33;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
}

.nav .navtitle > li.active,
.nav .navtitle > li:hover {
  background: #fff;
  transition: 0.4s;
}

.nav .navtitle > li.active > a,
.nav .navtitle > li:hover > a {
  color: #ac2e33;
  transition: 0.4s;
}

.nav .navtitle > li.active i,
.nav .navtitle > li:hover i {
  width: 37px;
  transition: 0.6s;
}

.newsTitle {
  display: none;
  width: 1920px;
  height: 100px;
  position: absolute;
  top: 66px;
  left: -360px;
  background: linear-gradient(92deg, #fff, 50%, rgba(255, 255, 255, 0.88));
  z-index: 2;
}

ul.navdrop li {
  position: relative;
  float: left;
}

ul.navdrop li a {
  font-size: 18px;
  color: #3c3c3c;
  font-weight: bold;
  padding: 34px 25px;
  line-height: 32px;
  display: block;
  font-family: "SourceHanSansCN";
}

ul.navdrop li:first-child a {
  padding-left: 0;
}

ul.navdrop li a::after {
  content: "";
  background: url(../img/line.png) no-repeat;
  top: 38%;
  right: 0;
  position: absolute;
  display: block;
  width: 4px;
  height: 24px;
}

ul.navdrop li:last-child a::after {
  display: none;
}

ul.navdrop li.active a,
ul.navdrop li:hover a {
  color: #ac2e33;
}

.newsTitle {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 66px;
  left: 0;
  background: #ffffff;
  background: linear-gradient(92deg, #fff, 50%, rgba(255, 255, 255, 0.88));
  z-index: 2;
}
.newsTitle .newsTitle ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.newsTitle .newsTitle ul li {
  position: relative;
}
.newsTitle .newsTitle ul li a {
  font-size: 18px;
  color: #3c3c3c;
  font-weight: bold;
  padding: 34px 23px;
  line-height: 32px;
  display: block;
}
.newsTitle .newsTitle ul li:first-child a {
  padding-left: 0;
}
.newsTitle .newsTitle ul li a::after {
  content: "";
  background: url(../img/line.png) no-repeat;
  top: 38%;
  right: 0;
  position: absolute;
  display: block;
  width: 4px;
  height: 24px;
}
.newsTitle .newsTitle ul li:last-child a::after {
  display: none;
}
.newsTitle .newsTitle ul li.active a {
  color: #ac2e33;
}

.banner {
  width: 100%;
}

.banner .swiper-slide {
  height: 365px;
}

.banner .swiper-slide a {
  display: block;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  transform: translateX(-50%);
}

.right-more .more {
  display: none;
}

.right-more .more.active {
  display: block;
}

.subNav p {
  font-size: 14px;
  color: #9f9f9f;
  line-height: 24px;
  padding: 15px 0;
}

.subNav p a {
  color: #9f9f9f;
}

.subNav p a:hover {
  color: #bd1b2d;
}

.footer {
  height: 380px;
  background: #bd1b2d;
  background: rgba(189, 27, 45, 0.9);
  margin-top: 21%;
  position: relative;
}

.footer .wrap {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.footer .txt h3 {
  border: 1px solid transparent;
  transition: 0.6;
  margin-bottom: 10px;
}

.footer .txt h3 a {
  /*lansh:2026-08-12 9栏目适配,行高 54→40。//End lansh*/
  line-height: 40px !important;
}

.footer .up ul li h3 a {
  /*lansh:2026-08-12 9栏目横排,一级标题字号 22→16(6字标题约96px,可容于单列)。
    white-space:nowrap 防止"周培源纪念馆"等标题因列窄而换行。//End lansh*/
  font-size: 16px;
  white-space: nowrap;
}

.footer .up {
  background: rgba(250, 250, 250, 0.95);
  padding: 10px 0 30px;
  width: 100%;
  /*lansh:2026-08-12 去掉 max-height:400px —— 周培源纪念馆8个子栏目内容被裁剪。*/
  position: relative;
  /*End lansh*/
}

.footer .up .line {
  width: 990px;
  height: 1px;
  background: #d5d5d5;
  position: absolute;
  top: 16.8%;
  left: 15px;
}

.footer .up ul {
  /*lansh:2026-08-12 9栏目均分横排,避免右留白/被erweima挤压。erweima绝对定位占右侧132px+20px=152px,ul留170px余量。//End lansh*/
  display: flex;
  justify-content: space-between;
  padding-right: 170px;
}

.footer .up ul li {
  /*lansh:2026-08-12 9栏目横排,左右内边距 10→2,均分填满。
    min-width:0 覆盖 flex 项默认 min-width:auto,防止"蔡诗东等离子体物理奖"等
    长子项撑宽某列而挤压周培源纪念馆等列。超长子项自然换行。//End lansh*/
  padding: 0 2px;
  flex: 1;
  min-width: 0;
}

.footer .up ul li .txt {
  width: 100%;
  border: none;
  margin-bottom: 10px;
  text-align: center;
}

.footer .up ul li .txt:hover h3 {
  border-bottom: 1px solid #bd1b2d;
  transition: 0.6s;
}

.footer .up ul li a {
  display: block;
  /*lansh:2026-08-12 9栏目适配,子项行高 36→28、字号 16→13。
    去掉 padding-left 并居中,与一级标题居中对齐,避免左缩进视觉错位。//End lansh*/
  line-height: 28px;
  color: #323232;
  font-size: 13px;
  padding-left: 0;
  text-align: center;
}

.footer .up ul li .txt a {
  padding-left: 0;
}

.footer .up ul li a:hover {
  color: #bd1b2d;
}

.erweima {
  background: #fff;
  width: 132px;
  height: 320px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.erweima > div {
  padding: 10px 0;
  display: inline-block;
}

.footer .under {
  padding: 30px 0;
  width: 100%;
  position: absolute;
}

.footer .under ul {
  display: flex;
  align-items: flex-end;
}

.footer .under ul li {
  width: 100%;
}

.footer .under p,
.under a {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1px;
}

.footer .under a i {
  color: #e27478;
}

.footer .under .security {
  background: url(../img/icon_gongan.png) no-repeat;
  padding-left: 28px;
  background-position: 0;
}

.bg3 {
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 870px;
  height: 1480px;
  background: url(../img/2.png) no-repeat;
  background-size: 100%;
  background-position: 50px bottom;
}

.txt {
  font-size: 22px;
  color: #bd1b2d;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
}

.txt h3 {
  min-width: 110px;
  border-bottom: 1px solid #bd1b2d;
  line-height: 53px;
  text-align: center;
  padding: 0 12px;
  display: inline-block;
  font-size: 20px;
}

.txt h3 > a {
  color: #bd1b2d;
}

.more {
  color: #999999;
  font-size: 16px;
  float: right;
  cursor: pointer;
  line-height: 54px;
}

.title {
  border-bottom: 1px solid #bd1b2d;
  position: relative;
  margin-bottom: 10px;
}

.title h2 {
  font-size: 28px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  width: 180px;
  text-align: center;
}

.title::after {
  content: "";
  background: url(../img/title_bg.png) no-repeat center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 204px;
  height: 60px;
  z-index: -1;
}

.tit {
  position: relative;
  margin-bottom: 10px;
  height: 45px;
}

.tit h2 {
  font-size: 22px;
  color: #fff;
  height: 45px;
  line-height: 45px;
  width: 190px;
  text-align: center;
}

.tit::after {
  content: "";
  background: url(../img/title_bg1.png) no-repeat center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 100%;
  z-index: -1;
  background-size: 100%;
}

.titlist h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.titlist::after {
  content: "";
  background: url(../img/title_bg2.png) no-repeat center;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 190px;
  height: 45px;
  z-index: 1;
}

.titSmall {
  margin: 30px auto;
}

.titSmall::after {
  background: url(../img/title_bg3.png);
}

.tit {
  position: relative;
  margin-bottom: 10px;
  height: 45px;
}

.tit h2 {
  font-size: 22px;
  color: #fff;
  height: 45px;
  line-height: 45px;
  width: 190px;
  text-align: center;
}

.tit:after {
  content: "";
  background: url(../img/title_bg1.png) no-repeat center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 100%;
  z-index: -1;
  background-size: 100%;
}

.titlist h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.titlist:after {
  content: "";
  background: url(../img/title_bg2.png) no-repeat center;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 190px;
  height: 45px;
  z-index: 1;
}

.titSmall {
  margin: 30px auto;
}

.titSmall:after {
  background: url(../img/title_bg3.png);
}

.enter {
  font-size: 16px;
  color: #bd1b2d;
  position: relative;
  line-height: 54px;
  display: inline-block;
  padding-right: 20px;
}

.enter:after {
  content: "";
  width: 11px;
  height: 10px;
  background: url(../img/enter.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
}

.indexTab .tabBox .tabNav {
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
}

.indexTab .tabBox .tabNav .txt {
  border: none;
  margin-right: 4%;
}

.indexTab .tabBox .tabNav .txt:last-child {
  margin-right: 0;
}

.indexTab .tabBox .tabNav .txt h3 {
  border: none;
  transition: all 0.5s;
}

.indexTab .tabBox .tabNav .txt h3 a {
  color: #323232;
  transition: all 0.5s;
}

.indexTab .tabBox .tabNav .txt.active h3 {
  border-bottom: 1px solid #ac2e33;
  transition: all 0.5s;
}

.indexTab .tabBox .tabNav .txt.active h3 a {
  color: #bd1b2d;
  transition: all 0.5s;
}

.indexTab .tabContainer ul {
  display: none;
}

.indexTab .tabContainer ul.active {
  display: block;
}

.index-newsTab {
  border-bottom: 1px solid #d5d5d5;
  height: 50px;
}

.index-newsTab a {
  display: inline-block;
  line-height: 50px;
  transform-origin: all 0.4s;
  margin: 0 15px;
  text-align: center;
  font-size: 18px;
  color: #323232;
  position: relative;
}

.index-newsTab a:last-child {
  margin-right: 0;
}

.index-newsTab a:hover {
  transition: all 0.4s;
  color: #bc1b2d;
  font-size: 22px;
}

.index-newsTab a::after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 1px;
  background: #bc1b2d;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
}

.index-newsTab a:hover::after {
  transition: all 0.4s;
  width: 100%;
}

.index-newsTab a.active-tab {
  color: #bc1b2d;
  font-size: 20px;
}

.index-newsTab a.active-tab::after {
  transition: all 0.4s;
  width: 100%;
}

.newsItem .news-tabCont .cont-item {
  display: none;
}

.newsItem .news-tabCont .cont-item.active-cont {
  display: block;
}

.introduceWrap .left {
  width: 22.5%;
  margin-right: 3.3%;
  border: 1px solid #bd1b2d;
}

.introduceWrap .left h3 {
  font-size: 26px;
  color: #fff;
  font-family: "Microsoft YaHei", "微软雅黑";
  height: 80px;
  line-height: 80px;
  background: #ac2e33;
}

.introduceWrap .left ul.nav1 {
  padding: 0 20px 30px;
}

.introduceWrap .left ul.nav1 > li {
  margin-top: 20px;
  border: 1px solid #ededed;
  line-height: 50px;
  font-size: 16px;
  font-family: "Microsoft YaHei", "微软雅黑";
  position: relative;
  transition: all 0.4s;
}

.introduceWrap .left ul.nav1 > li.activetab {
  background: #ac2e33;
  color: #fff;
}

.introduceWrap .left ul.nav1 li a {
  color: #333;
  padding-left: 40px;
  transition: all 0.4s;
}

.introduceWrap .left ul.nav1 li.on .firc .indexNav {
  color: #fff;
}

.introduceWrap .left ul.nav1 > li.activetab .firc > a {
  color: #fff;
  transition: all 0.4s;
}

.introduceWrap .left ul.nav1 li img {
  position: absolute;
  top: 19px;
  right: 40px;
  transition: all 0.4s;
}

.introduceWrap .left ul.nav1 > li:hover {
  transition: all 0.4s;
  background: #ac2e33;
}

.introduceWrap .left ul.nav1 > li:hover .firc .indexNav {
  color: #fff;
}

.introduceWrap .nav1 li ul.drop {
  display: none;
}

.introduceWrap .nav1 li ul.drop li {
  background: #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  position: relative;
}

.introduceWrap .left li.activetab .drop li.activetab a {
  color: #fff;
  transition: all 0.4s;
}

.introduceWrap .left li.activetab .drop li.activetab img.on {
  display: block;
}

.introduceWrap .nav1 li ul.drop li:last-child {
  border-bottom: none;
}

.introduceWrap .nav1 li ul.drop li img.on {
  display: none;
}

.introduceWrap .nav1 li ul.drop li:hover a {
  color: #fff;
}

.introduceWrap .nav1 li ul.drop li:hover img.on {
  display: block;
}

.introduceWrap .nav1 li.on > img.rotate {
  transition: all 0.4s;
  transform: rotate(90deg);
}

.introduceWrap .nav1 li ul.drop li:hover img.arrow {
  display: none;
}

.introduceWrap .right {
  width: 74.1%;
  border: 1px solid #f5f5f5;
  padding: 0 0 15px;
}

.introduceWrap .right h2 {
  font-size: 30px;
  color: #222;
  line-height: 90px;
  border-bottom: 2px solid #bd1b2d;
  margin-bottom: 40px;
}

.introduceWrap .right p {
  color: #4d4f53;
  text-align: justify;
}

.introduceWrap .right .content {
  display: none;
  padding: 0 35px 15px;
}

.introduceWrap .right .content.active {
  display: block;
}

.introduceWrap .right .content1 p {
  font-size: 16px;
  color: #4d4f53;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 30px;
  text-indent: 30px;
}

.introduceWrap .right .bsjs-infotitle {
  text-align: center;
  font-size: 26px;
  line-height: 80px;
}

.introduceWrap .right .content a {
  line-height: 30px;
  transition: all 0.5s;
  text-align: center;
}

.introduceWrap .right .content a:hover {
  color: #bd1b2d;
  transition: all 0.5s;
}

.introduceWrap .right .content .flex-item {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.introduceWrap .right .content .comimglist a {
  display: inline-block;
  width: 10%;
}

.memberWrap .ullist li {
  width: 24.5%;
  display: inline-block;
  margin-right: 0;
}

.Item {
  width: 30.8%;
  margin-right: 3.75%;
}

.Item:last-child {
  margin-right: 0;
}

.Item ul li {
  padding: 8px 0;
}

.Item ul li a {
  color: #323232;
  line-height: 24px;
  display: block;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.4s;
}

.Item ul li a:hover {
  transition: all 0.4s;
  color: #ac2e33;
}

.Item ul li a::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #323232;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}

.Item ul li span {
  width: 4px;
  height: 8px;
  color: #333;
}

.Item ul li:hover a::before {
  border-left: 5px solid #ac2e33;
  transition: 0.3s;
}

.Item1 li {
  padding: 11px 0;
}

.Item1 li a {
  font-size: 16px;
  color: #444444;
  line-height: 28px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  transition: 0.3s;
}

.Item1 li a i {
  margin-right: 10px;
}

.Item1 li span {
  font-size: 14px;
  color: #999999;
  line-height: 28px;
}

.Item1 li:hover a {
  color: #bd1b2d;
  transition: 0.3s;
}

.newsItem {
  width: 32.9%;
  margin-left: 3%;
}

.newsItem ul li {
  padding: 8px 0;
}

.newsItem ul li a {
  color: #323232;
  font-size: 16px;
  line-height: 24px;
  display: block;
  position: relative;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsItem ul li a::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #323232;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}

.newsItem ul li span {
  width: 4px;
  height: 8px;
  color: #333;
}

.newsItem ul li:hover a {
  color: #bd1b2d;
}

.newsItem ul li:hover a::before {
  border-left: 5px solid #bd1b2d;
  transition: 0.3s;
}

.newsList {
  margin-bottom: 30px;
}

.newsList li {
  padding: 0;
  margin-bottom: 13px;
}

.newsList li a {
  position: relative;
  padding-left: 20px;
  color: #323232;
}

.newsList li a::after {
  content: "";
  /*lansh:2026-08-13 移除缺失的 icon2.png 背景图 */
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  z-index: -1;
  transition: 0.3s;
}

.newsList li:hover a::after {
  background: url(../img/icon_local_on.png) no-repeat center;
  transition: 0.3s;
}

.party .wrap {
  padding: 40px 40px 15px;
  background: #fff;
  
}

.party .localListItem1 li {
  border-bottom: 1px solid #f0f0f0;
  margin: 0;
  padding: 17px 0;
}

.party .newsList li a {
  padding-left: 35px;
}

.party .newsList li a::after {
  content: "";
  background: url(../img/icon_local1.png) no-repeat center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  z-index: 1;
  transition: 0.3s;
  margin-right: 15px;
}

.party .newsList li:hover a::after {
  background: url(../img/icon_local1_on.png) no-repeat center;
  transition: 0.3s;
}

.newList .Item1 li a {
  width: 100%;
  font-size: 16px;
  overflow-wrap: break-word;
  white-space: normal;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newList li a::after {
  top: 14px;
}

.newsBanner {
  width: 43.3%;
}

.newsBanner .swiper-slide .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.58);
  color: #fff;
  padding-left: 10px;
}

.newsBanner .swiper-slide .text h3 {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: 1px;
}

.newsBanner .swiper-slide .img {
  width: 100%;
}

.newsBanner .swiper-slide .img a {
  display: block;
  width: 100%;
}

.newsBanner .swiper-slide .img a img {
  width: 100%;
}

.newsBanner .swiper-pagination {
  width: 25% !important;
  z-index: 99;
  margin-left: 75%;
  bottom: 0;
  height: 40px;
}

.newsBanner .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  line-height: 18px;
  border-radius: 50%;
  border: 1px solid #9ea1a1;
  color: #9ea1a1;
  font-size: 12px;
  background: none;
  opacity: 1;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.newsBanner .swiper-pagination .swiper-pagination-bullet-active {
  background: #ac2e33;
  color: #fff;
  border: 1px solid #ac2e33;
}

.index-news-tab {
  border-bottom: 1px solid #d5d5d5;
  height: 50px;
}
.index-news-tab a {
  display: inline-block;
  line-height: 50px;
  margin: 0 15px;
  text-align: center;
  font-size: 18px;
  color: #323232;
  position: relative;
}
.index-news-tab a:hover {
  color: #bc1b2d;
  font-size: 22px;
}
.index-news-tab a.active-tab {
  color: #bc1b2d;
  font-size: 22px;
}

.mailBox {
  width: 17%;
}

.mailBox .img {
  width: 100%;
}

.mailBox .img img {
  width: 100%;
}

.mailBox .text {
  background: #bd1b2d;
  font-size: 22px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  padding-left: 21%;
  margin-top: 7px;
}

.mailBox .text::before {
  content: "";
  background: url(../img/icon_mail.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  width: 32px;
  height: 24px;
}

.videoBox ul li .play {
  width: 80px;
  height: 60px;
  border-radius: 0;
  background: rgba(67, 67, 67, 0.55);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}

.videoBox ul li .play:hover {
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.4s;
}

.videoWrap {
  overflow: hidden;
  display: block;
}

.videoWrap .video-js {
  width: 100%;
  height: 100%;
}

.videoWrap .vjs-poster {
  background-size: cover;
}

.videoBox .tabImg ul li a {
  position: relative;
}

.videoBox .tabImg ul li a::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  /*background: url(../img/play1.png) no-repeat;*/
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.newsVedio ul li {
  width: 23.3%;
  margin-right: 2.2%;
  display: inline-block;
  margin-bottom: 26px;
}

.newsVedio ul li:last-child {
  margin-right: 0;
}

.newsVedio ul li a {
  display: inline-block;
  width: 100%;
  position: relative;
}

.newsVedio ul li a::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../img/play1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.newsVedio ul li a img {
  width: 100%;
}

.special > .flex-item {
  justify-content: space-between;
}

.special > .flex-item::after {
  display: block;
  line-height: 0;
  content: "";
  clear: both;
}

.special .fl {
  width: 86%;
  height: 110px;
  margin-right: 1%;
}

.special .fl img {
  width: 100%;
  height: 100%;
}

.special .fr {
  width: 13%;
}

.special a {
  display: inline-block;
  height: 110px;
}

.special a.fl {
  margin-right: 20px;
}

.special a img {
  height: 100%;
  width: 100%;
}

.special .fl .swiper-pagination {
  bottom: 0;
  text-align: right;
  padding: 3px;
}

.special .fl .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #f4f4f4;
  border-radius: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin: 0 1px;
  color: #444;
  transition: all 0.3s;
}

.special .fl .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
}

.special .fl .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s;
  color: #333;
}

.special .fl .swiper-slide {
  width: 100%;
}

.special .fl .swiper-slide a {
  display: block;
  width: 100%;
}

.special .fl .swiper-slide a img {
  width: 100%;
}

.organize .cityName {
  padding: 10px 8px;
}

.organize .cityName a {
  display: inline-block;
  text-align: center;
  padding: 10px 16px;
}

.organize .cityName a::before {
  border: 0;
}

.organize .cityName a:hover {
  color: #ac2e33;
}

.organize .tabContainer ul:nth-child(1) .cityName a {
  float: left;
}

.organize .tabContainer ul:nth-child(3) .cityName a {
  float: left;
}

.organize .tabContainer ul:nth-child(1) .cityName::after {
  display: block;
  line-height: 0;
  content: "";
  clear: both;
}

.organize .listImg {
  padding: 0 8px;
}

.organize .listImg dl dt {
  width: 13.3%;
  position: relative;
}

.organize .listImg dl dt .img {
  width: 100%;
}

.organize .listImg dl dt .img img {
  width: 157px;
  height: 74px;
}

.organize .listImg dl dt .text {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #656666;
  background: rgba(200, 197, 197, 0.1);
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
}

.organize .cityName .linkscon::after {
  display: block;
  line-height: 0;
  content: "";
  clear: both;
}

.organize ul li.listImg dl.flex-item {
  display: flex;
  flex-wrap: wrap;
}

.localExpress {
  margin-top: 40px;
}

.localExpress .map-wrapper {
  margin-top: 15px;
}

.localExpress .map-wrapper .map-box {
  width: 650px;
  height: 450px;
  margin: 0 auto;
  overflow: hidden;
}

.localExpress .map-wrapper .map-box > .jsmap-container {
  margin-left: -80px;
}

.localExpress .right {
  width: 45%;
}

.localExpress .right .provinceList.hidelist {
  display: none;
}

.provinceList li a {
  color: #323232;
  line-height: 28px;
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  transition: 0.3s;
}

.provinceList li a span {
  display: inline-block;
  width: 40px;
  height: 20px;
  border-radius: 4px;
  font-size: 12px;
  background: #cd555a;
  color: #fff;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
}

.newsBox {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.newsBox .newsList {
  width: 30.93%;
  margin-right: 3.58%;
  margin-bottom: 0;
}

.newsBox .newsList > ul {
  overflow: hidden;
}

.newsBox .newsList:nth-child(3n) {
  margin-right: 0;
}

.map_info {
  z-index: 600;
  display: none;
  position: absolute;
  top: 10px;
  left: 0;
  font-family: "Microsoft YaHei", "微软雅黑";
  width: 220px;
  margin: auto;
  margin-left: -90px;
  margin-top: 10px;
  background: white;
  background-position: center;
  min-height: 132px;
  box-sizing: border-box;
  padding: 18px 14px 14px;
  border-radius: 5px;
  border: 1px solid #efefef;
}

.new_map {
  display: block;
  width: 15px;
  margin-top: -24px;
  height: 15px;
  background: white;
  margin-left: 90px;
  transform: rotate(-45deg);
}

.map_top {
  position: relative;
  font-size: 14px;
  margin-bottom: 10px;
  color: #4abfcd;
  text-align: center;
}

.map_top a {
  position: absolute;
  color: #4abfcd;
  right: 0;
  top: 0;
  background: url(../img/site.png) no-repeat 0;
  padding-left: 15px;
}

.map_text {
  font-size: 12px;
  color: #2b2b2b;
  line-height: 20px;
  font-family: "Microsoft YaHei", "微软雅黑";
}

.map_top_sc a {
  color: #48becc;
  background: url(../img/site.png) no-repeat 0;
  padding-left: 15px;
}

.indexTab .tabImg ul li {
  width: 30.8%;
  margin-right: 3.75%;
  overflow: hidden;
}

.indexTab .tabImg ul li:nth-child(3n) {
  margin-right: 0;
}

.indexTab .tabImg ul li a {
  display: inline-block;
  width: 100%;
}

.indexTab .tabImg ul li img {
  transition: ease-in 0.4s;
  width: 100%;
  height: 270px;
}

.indexTab .tabImg ul li img:hover {
  transform: scale(1.1);
  transition: ease-in 0.4s;
}

.indexTab .tabImg .swiper-slide a {
  display: block;
}

.indexTab .tabImg img {
  width: 100%;
}

.atlas .tabBox .swiper-slide a {
  width: 100%;
  display: inline-block;
}

.atlas .tabBox img {
  width: 100%;
}

.pageWrap .page {
  margin: 30px auto;
}

.pageWrap .page a {
  font-size: 16px;
  color: #999999;
  border: 1px solid #999999;
  height: 32px;
  line-height: 30px;
  width: 42px;
  display: inline-block;
  text-align: center;
  margin: 5px;
  transition: all 0.4s;
}

.pageWrap .page input {
  font-size: 16px;
  color: #999999;
  border: 1px solid #999999;
  height: 32px;
  line-height: 32px;
  width: 42px;
  display: inline-block;
  text-align: center;
  margin: 5px;
  transition: all 0.4s;
}

.pageWrap .page .prev,
.pageWrap .page .next {
  width: 62px;
}

.pageWrap .page span {
  padding: 8px 15px;
}

/*lansh:2026-08-13 分页当前页高亮——Pagination 生成 span.current(非 a.active),此处补齐与 a.active 一致的样式。*/
.pageWrap .page span.current {
  font-size: 16px;
  color: #fff;
  background: #b34246;
  border: 1px solid #bd1b2d;
  height: 32px;
  line-height: 30px;
  width: 42px;
  display: inline-block;
  text-align: center;
  margin: 5px;
  padding: 0;
}
/*End lansh*/

.pageWrap .page .disabled {
  background: #cccccc;
  color: #fff;
  border: 1px solid #cccccc;
}

.pageWrap .page a.active {
  background: #b34246;
  color: #fff;
  border: 1px solid #bd1b2d;
}

.pageWrap .page a:hover {
  transition: all 0.4s;
  background: #b34246;
  color: #fff;
  border: 1px solid #b34246;
}

.pagging-box .pagging-item {
  display: inline-block;
  width: 42px;
  height: 32px;
  font-size: 16px;
  color: #999999;
  border: 1px solid #999999;
  margin-right: 12px;
  text-align: center;
  line-height: 34px;
  transition: all 0.5s;
}

.pagging-box .pagging-item:last-child {
  margin-right: 0;
}

.pagging-box .pagging-item.lp {
  width: 62px;
}

.pagging-box .pagging-item.on,
.pagging-box .pagging-item:hover {
  background: #b34246;
  color: #fff;
  border-color: #b34246;
}

.pagging-box .pagging-item.disable-item {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #fff;
  cursor: context-menu;
}

.fenye_page_btn_group {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0;
  border-right: 1px solid #e2e2e2;
}

.fenye_page_btn {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-left: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 0 10px;
  margin-left: -1px;
}

.fenye_page_btn_xz {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0 10px;
  border-left: 1px solid #e2e2e2;
  border-top: 1px solid #1E9FFF;
  border-bottom: 1px solid #1E9FFF;
  background-color: #1E9FFF;
  color: #fff;
  font-weight: bold;
}

.newsPage {
  background: #fff;
  padding: 0 100px 30px;
}

.newsPage .pageTitle {
  border-bottom: 1px solid #e9e9e9;
  padding: 35px 0;
}

.newsPage .pageTitle h2 {
  font-size: 26px;
  color: #222;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 15px;
}

.newsPage .pageTitle h3 {
  font-size: 18px;
  color: #222;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 15px;
}

.newsPage .pageTitle ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsPage .pageTitle ul li {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin: 0 10px;
}

.newsPage .pageContent .img img {
  display: inline-block;
  margin: 30px 0 20px;
  width: 100%;
}

.newsPage .pageContent .text p {
  font-size: 16px;
  color: #4d4f53;
  line-height: 30px;
  text-align: justify;
  text-indent: 30px;
  margin-bottom: 30px;
}

.newsPage .pageContent .text p[style*="text-align: center"] {
  text-indent: 0;
  text-align: center;
}

.newsPage .pageContent .text img {
  max-width: 100%;
}

.newsPage .pageTitle ul li a.active {
  color: #bd1b2d;
}

.newsPage .pageNav {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.newsPage .pageNav p {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
}

.newsPage .pageNav p a {
  color: #323232;
  transition: 0.3s;
}

.newsPage .pageNav p a:hover {
  color: #bd1b2d;
  transition: 0.3s;
}

.newsPage .related {
  padding-top: 25px;
}

.newsPage .related .relatedTitle h3 {
  font-size: 18px;
  color: #bd1b2d;
  line-height: 40px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 10px;
}

.newsPage .related ul li {
  padding: 8px 0;
  border-bottom: 1px dashed #d5d5d5;
}

.newsPage .related ul li a {
  font-size: 14px;
  color: #323232;
  line-height: 24px;
  transition: 0.3s;
}

.newsPage .related ul li a:hover {
  color: #bd1b2d;
  transition: 0.3s;
}

.ph {
  width: 100%;
  background: #e8e8e8 repeating-linear-gradient(45deg, #efefef 0 8px, #f7f7f7 8px 16px);
  border: 1px dashed #bbb;
  color: #888;
  font-family: "SourceHanSansCN";
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  user-select: none;
  box-sizing: border-box;
  letter-spacing: 1px;
}

.ph-banner {
  width: 100%;
  height: 365px;
}

.ph-800x450 {
  width: 800px;
  height: 450px;
  background: #e8e8e8 repeating-linear-gradient(45deg, #efefef 0 8px, #f7f7f7 8px 16px);
  border: 1px dashed #bbb;
  color: #888;
  font-family: "SourceHanSansCN";
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  user-select: none;
  max-width: 100%;
}

.ph-video {
  width: 800px;
  height: 600px;
  background: #e8e8e8 repeating-linear-gradient(45deg, #efefef 0 8px, #f7f7f7 8px 16px);
  border: 1px dashed #bbb;
  color: #888;
  font-family: "SourceHanSansCN";
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  user-select: none;
  max-width: 100%;
}

.ph-special {
  width: 49%;
  height: 110px;
  background: #e8e8e8;
  border: 1px dashed #bbb;
  color: #888;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ph-special-sm {
  width: 180px;
  height: 110px;
  background: #e8e8e8 repeating-linear-gradient(45deg, #efefef 0 8px, #f7f7f7 8px 16px);
  border: 1px dashed #bbb;
  color: #888;
  font-family: "SourceHanSansCN";
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  user-select: none;
}

.ph-perfuntion-main {
  width: 800px;
  height: 600px;
  background: #e8e8e8 repeating-linear-gradient(45deg, #efefef 0 8px, #f7f7f7 8px 16px);
  border: 1px dashed #bbb;
  color: #888;
  font-family: "SourceHanSansCN";
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  user-select: none;
  max-width: 100%;
}

.ph-atlas {
  width: 800px;
  height: 600px;
  background: #e8e8e8 repeating-linear-gradient(45deg, #efefef 0 8px, #f7f7f7 8px 16px);
  border: 1px dashed #bbb;
  color: #888;
  font-family: "SourceHanSansCN";
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  user-select: none;
  max-width: 100%;
}

.ph-history {
  width: 800px;
  height: 600px;
  background: #e8e8e8 repeating-linear-gradient(45deg, #efefef 0 8px, #f7f7f7 8px 16px);
  border: 1px dashed #bbb;
  color: #888;
  font-family: "SourceHanSansCN";
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  user-select: none;
  max-width: 100%;
}

.ph-org-logo {
  width: 157px;
  height: 74px;
  background: #e8e8e8 repeating-linear-gradient(45deg, #efefef 0 8px, #f7f7f7 8px 16px);
  border: 1px dashed #bbb;
  color: #888;
  font-family: "SourceHanSansCN";
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  user-select: none;
}

.ph-mail {
  width: 360px;
  height: 240px;
  background: #e8e8e8 repeating-linear-gradient(45deg, #efefef 0 8px, #f7f7f7 8px 16px);
  border: 1px dashed #bbb;
  color: #888;
  font-family: "SourceHanSansCN";
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  user-select: none;
}

.ph-qr {
  width: 120px;
  height: 120px;
  background: #e8e8e8 repeating-linear-gradient(45deg, #efefef 0 8px, #f7f7f7 8px 16px);
  border: 1px dashed #bbb;
  color: #888;
  font-family: "SourceHanSansCN";
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  user-select: none;
}

.f-title {
  margin-top: 25px;
  height: 46px;
  position: relative;
}

.f-title .tit-item {
  display: inline-block;
  position: relative;
}

.f-title:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
  height: 1px;
  background: #ac2e33;
}

.f-title span {
  width: 192px;
  height: 44px;
  line-height: 44px;
  background: url(../img/title_bg2.png) no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  text-align: center;
}

.f-title a {
  color: #ac2e33;
  line-height: 50px;
  font-size: 16px;
  transition: all 0.4s;
  position: relative;
  width: 54px;
}

.f-title a img {
  position: absolute;
  right: 0;
  top: 21px;
}

.f-title a:hover {
  transition: all 0.5s;
  transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
}

.state-list li {
  line-height: 40px;
  font-size: 16px;
}

.state-list li .item {
  display: inline-block;
  color: #323232;
  transition: all 0.5s;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.state-list li .icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../img/f_icon1.png) no-repeat;
  margin-right: 10px;
}

.state-list li .time {
  color: #999;
}

.state-list li .item:hover {
  transition: all 0.5s;
  color: #ac2e33;
}

.service-list {
  flex-wrap: wrap;
  align-items: flex-start;
}

.service-list .list-item {
  display: inline-block;
  width: 48%;
}

.service-list .list-item li {
  line-height: 26px;
  align-items: flex-start;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  text-align: left;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.service-list .list-item li .icon {
  position: absolute;
  left: 0;
  top: 10px;
}

.service-list .list-item li a {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: justify;
  transition: all 0.4s;
  text-align: left;
  width: 100%;
  max-height: 54px;
}

.service-list .list-item li a:hover {
  transition: all 0.4s;
  color: #b34246;
}

.function-list .list-item {
  width: 31%;
}

.function-state,
.kejiao-state,
.shicia-state,
.cz-state {
  margin-top: 25px;
}

.cz-state {
  background: #fff;
}

.shicia-list,
.cz-list {
  align-items: flex-start;
}

.shicia-banner,
.cz-banner {
  width: 32%;
  display: inline-block;
  text-align: center;
}

.shicia-banner .desc,
.cz-banner .desc {
  margin-top: 12px;
  line-height: 24px;
  color: #666;
  padding: 0 10px;
  text-align: justify;
}

.shicia-right,
.cz-right {
  width: 68%;
  display: inline-block;
  padding-left: 25px;
}

.shicia-right .state-list,
.cz-right .state-list {
  margin-top: 0;
}

.member-classify .classify-item .ico {
  display: none;
}

.newsHighlight {
  position: relative;
}

.newsList {
  margin-bottom: 30px;
}

.newsList li {
  padding: 0;
  margin-bottom: 13px;
}

.newsList li a {
  position: relative;
  padding-left: 20px;
  color: #323232;
}

.newsList li a:after {
  content: "";
  /*lansh:2026-08-13 移除缺失的 icon2.png 背景图(与 2625 行 ::after 规则保持一致) */
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  z-index: -1;
  transition: 0.3s;
}

.newsList li:hover a:after {
  background: url(../img/icon_local_on.png) no-repeat center;
  transition: 0.3s;
}

.party .wrap {
  padding: 40px 40px 15px;
  background: #fff;
}

.party .localListItem1 li {
  border-bottom: 1px solid #f0f0f0;
  margin: 0;
  padding: 17px 0;
}

.party .newsList li a {
  padding-left: 35px;
}

.party .newsList li a:after {
  content: "";
  background: url(../img/icon_local1.png) no-repeat center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  z-index: 1;
  transition: 0.3s;
  margin-right: 15px;
}

.party .newsList li:hover a:after {
  background: url(../img/icon_local1_on.png) no-repeat center;
  transition: 0.3s;
}

.newsBox {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.newsBox .newsList {
  width: 30.93%;
  margin-right: 3.58%;
  margin-bottom: 0;
}

.newsBox .newsList > ul {
  overflow: hidden;
}

.newsBox .newsList:nth-child(3n) {
  margin-right: 0;
}

.localExpress {
  margin-top: 40px;
}

.localExpress .map-wrapper {
  margin-top: 15px;
}

.localExpress .map-wrapper .map-box {
  width: 650px;
  height: 450px;
  margin: 0 auto;
  overflow: hidden;
}

.localExpress .map-wrapper .map-box > .jsmap-container {
  margin-left: -80px;
}

.localExpress .right {
  width: 45%;
}

.localExpress .right .provinceList.hidelist {
  display: none;
}

.provinceList li a {
  color: #323232;
  line-height: 28px;
  font-size: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  transition: 0.3s;
}

.provinceList li a span {
  display: inline-block;
  width: 40px;
  height: 20px;
  border-radius: 4px;
  font-size: 12px;
  background: #cd555a;
  color: #fff;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
}

.newList .Item1 li a {
  width: 100%;
  font-size: 16px;
  overflow-wrap: break-word;
  white-space: normal;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newList li a:after {
  top: 14px;
}

.academician-mien {
  align-items: flex-start;
  justify-content: flex-start;
}

.academician-mien .mien-item {
  width: 50%;
  position: relative;
}

.academician-mien .mien-item .txt-slide {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  padding-left: 18px;
}

.academician-mien .swiper-slide a {
  display: inline-block;
  width: 100%;
}

.academician-mien .swiper-slide a img {
  display: inline-block;
  width: 100%;
  height: 400px;
}

.academician-mien .swiper-container-horizontal > .swiper-pagination-bullets,
.academician-mien .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 4px;
  left: auto;
  width: 120px;
  right: 0;
}

.academician-mien .swiper-pagination-bullet {
  background: #ffffff;
  width: 10px;
  height: 10px;
  opacity: 0.9;
  transition: all 0.5s;
}

.academician-mien .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ac2e33;
}

.academician-mien .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.mien-item .f-title {
  margin-top: 0;
}

.academician-mien .mien-item:nth-child(2) {
  padding-left: 25px;
}

.academician-mien .mien-item .state-list {
  margin-top: 10px;
}

.academician-mien .mien-item .state-list li {
  line-height: 50px;
  width: 100%;
}

.academician-mien .mien-item li a {
  display: inline-block;
  width: 70%;
  transition: all 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #444;
}

.academician-mien .mien-item li:hover a {
  transition: all 0.4s;
  color: #b34246;
}

.academician-mien .mien-item li .icon {
  background: #333;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: relative;
  top: -5px;
}

.academician-mien .mien-item li .time {
  color: #999;
}

.member-classify .classify-item {
  display: inline-block;
  width: 23.5%;
  height: 80px;
  background: url(../img/mc_1.png);
  background-size: 100% 100%;
  text-align: center;
  font-weight: bold;
  line-height: 82px;
  color: #ffffff;
  text-shadow: 2px 2px 2px #111111;
  transition: all 0.5s;
}

.member-classify .classify-item:nth-child(2) {
  background: url(../img/mc_2.png);
  background-size: 100% 100%;
}

.member-classify .classify-item:nth-child(3) {
  background: url(../img/mc_3.png);
  background-size: 100% 100%;
}

.member-classify .classify-item:nth-child(4) {
  background: url(../img/mc_4.png);
  background-size: 100% 100%;
}

.member-classify .classify-item:hover {
  transition: all 0.5s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.dataBank .data-main {
  align-items: flex-start;
}

.dataBank .data-main .img-box {
  width: 18%;
  display: inline-block;
  overflow: hidden;
}

.dataBank .data-main .img-box img {
  width: 100%;
  transition: all 0.5s;
  max-height: 124px;
}

.dataBank .data-main .img-box:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.dataBank .data-main .txt-box {
  width: 82%;
  display: inline-block;
  padding-left: 25px;
  text-align: justify;
}

.dataBank .data-main .txt-box h4 {
  text-align: center;
  margin-bottom: 15px;
  color: #ac2e33;
  letter-spacing: 1px;
}

.dataBank .data-main .txt-box p {
  line-height: 24px;
  color: #888;
  border-bottom: 1px solid #d8d8d8;
  height: 80px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.havbgcont {
  /*lansh:2026-08-13 移除缺失的 h_bg.png 背景图 */
  background: no-repeat;
  background-size: 100%;
  background-position: 50px 0;
}

.picture-carousel {
  position: relative;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.picture-carousel .swiper-slide {
  background: #ffffff;
}

.picture-carousel .swiper-slide a {
  display: inline-block;
  width: 100%;
  background: transparent;
}

.havbgcont .event-cont .event-inner::-webkit-scrollbar {
  color: #ffffff;
  background: #ffffff;
}

.havbgcont .event-cont {
  width: 100%;
  padding: 30px 0 20px;
}

.havbgcont .event-cont .event-year {
  display: inline-block;
  background: #f0eae4;
  border: 2px solid #f0eae4;
  font-weight: bold;
  color: #b34246;
  text-align: center;
  height: 100px;
  line-height: 100px;
  transition: all 0.5s;
  float: left;
}

.havbgcont .event-cont .event-year:hover {
  transition: all 0.5s;
  border: 2px solid #dbc4ad;
  box-shadow: 0 0 6px 1px #e5d4c3;
}

.todayevent-carousel {
  position: relative;
  width: 1320px;
  margin: 30px auto 30px;
  padding: 0 60px;
}

.todayevent-carousel .swiper-slide a {
  display: inline-block;
  height: 160px;
  background: #f0eae4;
  border: 2px solid #f0eae4;
  max-width: 370px;
  border-radius: 6px;
  padding: 30px;
  line-height: 32px;
  font-size: 16px;
  color: #585755;
  transition: all 0.5s;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.todayevent-carousel .swiper-slide a:hover {
  border: 2px solid #dbc4ad;
  transition: all 0.5s;
}

.todayevent-carousel .ebtn {
  background-color: #dbc4ad;
  width: 40px;
  height: 60px;
  border-radius: 4px;
  margin-top: -30px;
  transition: all 0.5s;
}

.todayevent-carousel .ebtn:hover {
  background-color: #ddb286;
  transition: all 0.5s;
}

.todayevent-carousel .swiper-button-prev {
  left: 0;
  background-image: url(../img/zuo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px auto;
}

.todayevent-carousel .swiper-button-next {
  right: 0;
  background-image: url(../img/you.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px auto;
}

.prictureBank .pricture-list {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.prictureBank .pricture-list .list-item {
  display: inline-block;
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 25px;
}

.pricture-list .list-item .img-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.pricture-list .list-item .img-box img {
  width: 100%;
  transition: all 0.5s;
}

.pricture-list .list-item .img-box:hover > img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transition: all 0.5s;
}

.prictureBank .pricture-list .list-item:nth-child(4n) {
  margin-right: 0;
}

.prictureBank .pricture-list .list-item p {
  transition: all 0.5s;
  padding-top: 15px;
  padding-left: 10px;
  color: #444;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pricture-list .list-item p:hover {
  color: #ac2e33;
  transition: all 0.5s;
}

.websitecont .tab-list h5 {
  background: #efefef;
  width: 100%;
  height: 50px;
  font-weight: bold;
  color: #ac2e33;
  padding-left: 20px;
  position: relative;
  line-height: 54px;
}

.websitecont .tab-list h5:before {
  content: "";
  width: 4px;
  height: 20px;
  background: #ac2e33;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 4px;
}

.websitecont .tab-list .list {
  padding: 10px 30px;
  line-height: 34px;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-bottom: 1px solid #e1e1e1;
}

.websitecont .tab-list .list .list-item {
  display: inline-block;
  width: 20%;
  max-width: 20%;
}

.websitecont .tab-list .list a {
  font-size: 16px;
  display: inline-block;
  color: #666;
  transition: all 0.4s;
}

.websitecont .tab-list .list a:hover {
  color: #ac2e33;
  transition: all 0.5s;
}

.address-cont {
  height: 509px;
  margin-bottom: 80px;
}

.address-cont .txt-box {
  width: 35%;
  height: 100%;
  display: inline-block;
  background: #b44449;
  color: #ffffff;
  padding: 8% 6%;
}

.address-cont .txt-box li {
  height: 90px;
}

.address-cont .txt-box li h6 {
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}

.address-cont .txt-box li h6 i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
}

.address-cont .txt-box li p {
  line-height: 24px;
  padding-left: 35px;
}

.address-cont .location-box {
  width: 65%;
  height: 100%;
  display: inline-block;
}

.address-cont .location-box .map {
  width: 100%;
  height: 100%;
}

.statement-cont {
  color: #4d4f53;
  line-height: 28px;
  padding: 0 5%;
  text-align: justify;
}

.statement-cont p, .statement-cont h6 {
  font-size: 16px;
}

.videoscont .article-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}

.videoscont .article-data {
  text-align: center;
  color: #666;
  font-size: 16px;
}

.videoscont .article-data span {
  display: inline-block;
  padding: 0 10px;
}

.videoscont .videos-box {
  width: 80%;
  margin: 0 auto;
}

.news {
  position: relative;
  padding: 20px 0 25px;
}

.news2 {
  margin-top: 30px;
}

.videoBox.indexTab .tabNav {
  margin-bottom: 20px;
}

.special.mt30 {
  margin-top: 30px;
}

.special.mb40 {
  margin-bottom: 40px;
}

.perFuntion {
  margin-top: 40px;
  position: relative;
}

.perFuntion .perFuntionWrap {
  display: flex;
  margin-top: 10px;
}

.perFuntion .left {
  width: 69.1%;
}

.perFuntion .left .Item {
  width: 44.6%;
}

.perFuntion .right {
  width: 30.8%;
}

.perFuntion .right .Item {
  width: 100%;
}

.perFuntion .right .img {
  margin-top: 10px;
  width: 100%;
}

.perFuntion .right .img img {
  width: 100%;
}

.bg1 {
  position: absolute;
  margin: 0 auto;
  bottom: -10%;
  left: 60%;
  transform: translateX(-60%);
  width: 100%;
  z-index: -1;
}

.bg2 {
  position: absolute;
  margin: 0 auto;
  top: -30%;
  left: 0%;
  width: 100%;
  z-index: -1;
}

.selfConstruct.indexTab {
  position: relative;
}

.memberStyle.indexTab {
  margin-top: 30px;
}

.academician {
  margin: 30px auto;
}

.academician-mien {
  align-items: flex-start;
  justify-content: flex-start;
}

.academician-mien .mien-item {
  width: 50%;
  position: relative;
}

.academician-mien .mien-item .txt-slide {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding-left: 18px;
}

.academician-mien .swiper-slide a {
  display: inline-block;
  width: 100%;
}

.academician-mien .swiper-slide a img {
  display: inline-block;
  width: 100%;
  height: 400px;
}

.academician-mien .swiper-container-horizontal > .swiper-pagination-bullets,
.academician-mien .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 4px;
  left: auto;
  width: 120px;
  right: 0;
}

.academician-mien .swiper-pagination-bullet {
  background: #fff;
  width: 10px;
  height: 10px;
  opacity: 0.9;
  transition: all 0.5s;
}

.academician-mien .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ac2e33;
}

.academician-mien .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.mien-item .f-title {
  margin-top: 0;
}

.academician-mien .mien-item:nth-child(2) {
  padding-left: 25px;
}

.academician-mien .mien-item .state-list {
  margin-top: 10px;
}

.academician-mien .mien-item .state-list li {
  line-height: 50px;
  width: 100%;
}

.academician-mien .mien-item li a {
  display: inline-block;
  width: 70%;
  transition: all 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #444444;
}

.academician-mien .mien-item li:hover a {
  transition: all 0.4s;
  color: #b3252b;
}

.academician-mien .mien-item li .icon {
  background: #333;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: relative;
  top: -5px;
}

.academician-mien .mien-item li .time {
  color: #999999;
}

.member-classify .classify-item {
  display: inline-block;
  width: 23.5%;
  height: 80px;
  background: url(../img/mc_1.png);
  background-size: 100% 100%;
  text-align: center;
  font-weight: bold;
  line-height: 82px;
  color: #fff;
  text-shadow: 2px 2px 2px #111;
  transition: all 0.5s;
}

.member-classify .classify-item:nth-child(2) {
  background: url(../img/mc_2.png);
  background-size: 100% 100%;
}

.member-classify .classify-item:nth-child(3) {
  background: url(../img/mc_3.png);
  background-size: 100% 100%;
}

.member-classify .classify-item:nth-child(4) {
  background: url(../img/mc_4.png);
  background-size: 100% 100%;
}

.member-classify .classify-item:hover {
  transition: all 0.5s;
  transform: scale(1.1);
}

.dataBank .data-main {
  align-items: flex-start;
}

.dataBank .data-main .img-box {
  width: 18%;
  display: inline-block;
  overflow: hidden;
}

.dataBank .data-main .img-box img {
  width: 100%;
  transition: all 0.5s;
  max-height: 124px;
}

.dataBank .data-main .img-box:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}

.dataBank .data-main .txt-box {
  width: 82%;
  display: inline-block;
  padding-left: 25px;
  text-align: justify;
}

.dataBank .data-main .txt-box h4 {
  text-align: center;
  margin-bottom: 15px;
  color: #ac2e33;
  letter-spacing: 1px;
}

.dataBank .data-main .txt-box p {
  line-height: 24px;
  color: #888888;
  border-bottom: 1px solid #d8d8d8;
  height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.havbgcont {
  /*lansh:2026-08-13 移除缺失的 h_bg.png 背景图 */
  background: no-repeat;
  background-size: 100%;
  background-position: 50px 0;
}

.picture-carousel {
  position: relative;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.picture-carousel .swiper-slide {
  background: #fff;
}

.picture-carousel .swiper-slide a {
  display: inline-block;
  width: 100%;
  background: transparent;
}

.havbgcont .event-cont .event-inner::-webkit-scrollbar {
  color: #fff;
  background: #fff;
}

.havbgcont .event-cont {
  width: 100%;
  padding: 30px 0 20px;
}

.havbgcont .event-cont .event-year {
  display: inline-block;
  background: #f0eae4;
  border: 2px solid #f0eae4;
  font-weight: bold;
  color: #b2252b;
  text-align: center;
  height: 100px;
  line-height: 100px;
  transition: all 0.5s;
  float: left;
}

.havbgcont .event-cont .event-year:hover {
  transition: all 0.5s;
  border: 2px solid #dbc4ad;
  box-shadow: 0 0 6px 1px #e5d4c3;
}

.todayevent-carousel {
  position: relative;
  width: 1320px;
  margin: 30px auto;
  padding: 0 60px;
}

.todayevent-carousel .swiper-slide a {
  display: inline-block;
  height: 160px;
  background: #f0eae4;
  border: 2px solid #f0eae4;
  max-width: 370px;
  border-radius: 6px;
  padding: 30px;
  line-height: 32px;
  font-size: 16px;
  color: #585755;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.todayevent-carousel .swiper-slide a:hover {
  border: 2px solid #dbc4ad;
  transition: all 0.5s;
}

.todayevent-carousel .ebtn {
  background-color: #dbc4ad;
  width: 40px;
  height: 60px;
  border-radius: 4px;
  margin-top: -30px;
  transition: all 0.5s;
}

.todayevent-carousel .ebtn:hover {
  background-color: #ddb286;
  transition: all 0.5s;
}

.todayevent-carousel .swiper-button-prev {
  left: 0;
  background-image: url(../img/zuo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px auto;
}

.todayevent-carousel .swiper-button-next {
  right: 0;
  background-image: url(../img/you.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px auto;
}

.address-cont {
  height: 509px;
  margin-bottom: 80px;
}

.address-cont .txt-box {
  width: 35%;
  height: 100%;
  display: inline-block;
  background: #b44449;
  color: #fff;
  padding: 8% 6%;
}

.address-cont .txt-box li {
  height: 90px;
}

.address-cont .txt-box li h6 {
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}

.address-cont .txt-box li h6 i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
}

.address-cont .txt-box li p {
  line-height: 24px;
  padding-left: 35px;
}

.address-cont .location-box {
  width: 65%;
  height: 100%;
  display: inline-block;
}

.address-cont .location-box .map {
  width: 100%;
  height: 100%;
}

.statement-cont {
  color: #4d4f53;
  line-height: 28px;
  padding: 0 5%;
  text-align: justify;
}

.statement-cont p,
.statement-cont h6 {
  font-size: 16px;
}

.videoscont .article-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}

.videoscont .article-data {
  text-align: center;
  color: #666666;
  font-size: 16px;
}

.videoscont .article-data span {
  display: inline-block;
  padding: 0 10px;
}

.videoscont .videos-box {
  width: 80%;
  margin: 0 auto;
}

.websitecont .tab-list h5 {
  background: #efefef;
  width: 100%;
  height: 50px;
  font-weight: bold;
  color: #ac2e33;
  padding-left: 20px;
  position: relative;
  line-height: 54px;
}

.websitecont .tab-list h5::before {
  content: "";
  width: 4px;
  height: 20px;
  background: #ac2e33;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 4px;
}

.websitecont .tab-list .list {
  padding: 10px 30px;
  line-height: 34px;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-bottom: 1px solid #e1e1e1;
}

.websitecont .tab-list .list .list-item {
  display: inline-block;
  width: 20%;
  max-width: 20%;
}

.websitecont .tab-list .list a {
  font-size: 16px;
  display: inline-block;
  color: #666666;
  transition: all 0.4s;
}

.websitecont .tab-list .list a:hover {
  color: #ac2e33;
  transition: all 0.5s;
}

.app_customer {
  position: fixed;
  right: 80px;
  bottom: 10%;
  z-index: 2;
}

.app_customer a {
  display: block;
  text-align: center;
}

.app_customer img {
  display: inline-block;
  margin-bottom: 10px;
  width: 120px;
  height: 120px;
}

.app_customer p {
  text-align: center;
  margin-bottom: 25px;
  color: #323232;
}

.atlas {
  margin-top: 13px;
}

.indexTab.mt30 {
  margin-top: 30px;
}

.party {
  background: #fff;
  margin-bottom: 40px;
  width: 1200px;
  margin: auto;
}
.party .newsHighlight {
  position: relative;
}
.party .local {
  margin: 30px 0 25px;
}
.party .local .img {
  width: 17.5%;
  margin-right: 2.08%;
}
.party .local .img img {
  width: 100%;
}
.party .local .text {
  width: 80.4%;
}
.party .local .text h3 {
  font-size: 20px;
  color: #bd1b2d;
  font-weight: 500;
  text-align: center;
  line-height: 42px;
}
.party .local .text p {
  font-size: 14px;
  color: #888888;
  line-height: 26px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newsWrap .left {
  width: 50%;
  margin-right: 1.5%;
}

.newsWrap .right {
  width: 48.5%;
}

.newsWrap .right .deep h2 {
  font-size: 20px;
  color: #bd1b2d;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 5px;
}

.newsWrap .right .deep p {
  font-size: 14px;
  color: #888;
  line-height: 24px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.snywWrap .txt h3 {
  border-bottom: 2px solid #bd1b2d;
  line-height: 50px;
}

.local {
  margin: 30px 0 25px;
}

.local .img {
  width: 17.5%;
  margin-right: 2.08%;
}

.local .img img {
  width: 100%;
}

.local .text {
  width: 80.4%;
}

.local .text h3 {
  font-size: 20px;
  color: #bd1b2d;
  font-weight: 500;
  text-align: center;
  line-height: 42px;
}

.local .text p {
  font-size: 14px;
  color: #888;
  line-height: 26px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newsbanner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #e5e5e5;
  border-radius: 50%;
}

.newsbanner .swiper-pagination .swiper-pagination-bullet-active {
  background: #bd1b2d;
  border: none;
}

body.page-bg {
  background: #f5f5f5;
}

.newsPage .pageContent .text strong {
  color: #323232;
}

.newsPage .pageContent .text em {
  font-style: normal;
  color: #bd1b2d;
}

.memberWrap {
  padding: 0 84px 180px;
}

.memberWrap ul li {
  margin-right: 56px;
  margin-bottom: 15px;
}

.memberWrap ul li:nth-child(4n) {
  margin-right: 0;
}

.memberWrap ul li a {
  display: block;
}

.memberWrap ul li a h5 {
  margin: 10px 0;
  text-align: center;
}

.intro-list {
  height: 50px;
  width: 90%;
  margin: 0 auto;
}

.intro-list li {
  display: inline-block;
  float: left;
  width: 33%;
}

.aloneitem {
  margin-top: 10px;
  text-align: center;
}

A {
  COLOR: #333333;
  TEXT-DECORATION: none;
}

A:hover {
  COLOR: #000000;
  TEXT-DECORATION: none;
}

a:focus {
  outline: none;
  -moz-outline: none;
}

A.link_hong24 {
  COLOR: #0360A3;
  text-decoration: none;
  font-size: 24px;
}

A.link_bai12 {
  COLOR: #fff;
  text-decoration: none;
  font-size: 16px;
}

A.link_bai12:hover {
  COLOR: #fff;
  text-decoration: underline;
  font-size: 16px;
}

A.link_bai14 {
  COLOR: #fff;
  text-decoration: none;
  font-size: 16px;
}

A.link_bai14:hover {
  COLOR: #fff;
  text-decoration: underline;
  font-size: 16px;
}

A.link_bai14b {
  COLOR: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

A.link_bai14b:hover {
  COLOR: #fff;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
}

.border-t-blue {
  border-top: 5px solid #1F75C8;
}

.border-t-grey {
  border-top: 2px solid #ddd;
}

.border-b-blue {
  border-bottom: 3px solid #1F75C8;
}

.border-b-grey {
  border-bottom: 1px solid #ddd;
}

.white {
  color: #fff;
}

.blue {
  color: #0360A3;
}

.font16 {
  font-size: 18px;
}

.font18 {
  font-size: 20px;
}

.YUYUN_font14 {
  font-size: 16px;
}

.YUYUN_font14b {
  font-size: 16px;
  font-weight: bold;
}

.YUYUN_bgcolor_da {
  background-color: #C3D4E7;
}

.fenye span {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: bold;
  color: #FF0000;
  text-align: center;
}

#shubiao_preview {
  position: absolute;
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px;
  display: none;
  color: #fff;
}

.yyui_btnbai {
  box-sizing: border-box;
  border: 1px solid #cccccc;
  height: 38px;
  line-height: 38px;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 0 18px;
  border-radius: 2px;
  letter-spacing: 0;
  vertical-align: middle;
}

.yyui_btnbai:hover {
  background-color: #e6e6e6;
  border: 1px solid #adadad;
  color: #333;
}

.yyui_btnlan {
  box-sizing: border-box;
  border: 0 none;
  height: 38px;
  line-height: 38px;
  color: #fff;
  background-color: #337ab7;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  padding: 0 18px;
  border-radius: 2px;
  letter-spacing: 0;
}

.yyui_btnlan:hover {
  background-color: #2e6da4;
  color: #fff;
}

.yyui_input {
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
  padding-left: 10px;
  height: 38px;
  border-radius: 2px;
  outline: none;
}

.zidongjiequ {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

img.YUYUN_imgborder {
  border: 1px solid #cacaca;
  padding: 3px;
}

.div_img_float_left {
  float: left;
  margin: 0 10px 10px 0;
  background-color: #f3fafc;
  padding: 2px;
  border: 1px solid #a9deed;
}

#wenzhang p {
  text-indent: 2em;
  line-height: 1.8;
}

.YUYUN_padding5px {
  padding: 5px;
}

.YUYUN_paddingleft5px {
  padding-left: 5px;
}

.hrdiv {
  width: 100%;
  height: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #cccccc;
}

A.link_lan18b {
  COLOR: #1E50A2;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

A.link_lan18b:hover {
  COLOR: #1E50A2;
  text-decoration: underline;
  font-size: 18px;
  font-weight: bold;
}

A.link_hong14 {
  COLOR: #0360A3;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
}

A.link_hong14:hover {
  COLOR: #0360A3;
  text-decoration: underline;
  font-size: 16px;
  font-weight: normal;
}

A.link_lan14b {
  COLOR: #1E50A2;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

A.link_lan14b:hover {
  COLOR: #1E50A2;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
}

A.link_hui14 {
  COLOR: #444;
  text-decoration: none;
  font-size: 16px;
}

A.link_hui14:hover {
  COLOR: #0068B7;
  text-decoration: none;
  font-size: 16px;
}

A.link_grey15 {
  COLOR: #555;
  text-decoration: none;
  font-size: 16px;
}

A.link_grey15:hover {
  COLOR: #003399;
  text-decoration: none;
  font-size: 16px;
}

A.link_hui14b {
  COLOR: #444;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

A.link_hui14b:hover {
  COLOR: #444;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
}

A.link_hui16b {
  COLOR: #444;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

A.link_hui16b:hover {
  COLOR: #444;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
}

A.link_hui16 {
  COLOR: #444;
  text-decoration: none;
  font-size: 16px;
}

A.link_hui16:hover {
  COLOR: #444;
  text-decoration: underline;
  font-size: 16px;
}

A.link_hui12 {
  COLOR: #333;
  text-decoration: none;
  font-size: 14px;
}

A.link_hui12:hover {
  COLOR: #0360A3;
  text-decoration: none;
  font-size: 14px;
}

A.side_erji {
  line-height: 40px;
  height: 40px;
  padding-left: 25px;
  font-size: 16px;
}

A.side_erji:hover {
  color: #b40000;
  text-decoration: underline;
}

A.side_erji_jian {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  /*lansh:2026-08-13 移除缺失的 side_jiantou.png 背景图 */
  background-image: none;
  background-position: 0 0;
  cursor: pointer;
}

A.side_erji_jian:hover {
  background-position: 0 -30px;
}

A.side_erji_jia {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  /*lansh:2026-08-13 移除缺失的 side_jiantou.png 背景图 */
  background-image: none;
  background-position: 0 -60px;
  cursor: pointer;
}

A.side_erji_jia:hover {
  background-position: 0 -90px;
}

A.side_sanji {
  COLOR: #444;
  text-decoration: none;
  font-size: 16px;
  text-indent: 2em;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
}

A.side_sanji:hover {
  background-color: #ccc;
}

.fenye_page_btn_group {
  box-sizing: border-box;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0;
  border-right: 1px solid #e2e2e2;
}

.fenye_page_btn {
  box-sizing: border-box;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-left: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 0 10px;
  margin-left: -1px;
}

.fenye_page_btn_xz {
  box-sizing: border-box;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0 10px;
  border-left: 1px solid #e2e2e2;
  border-top: 1px solid #1E9FFF;
  border-bottom: 1px solid #1E9FFF;
  background-color: #1E9FFF;
  color: #fff;
  font-weight: bold;
}

.wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1680px) {
  .wrap {
    width: 1200px;
  }
  .app_customer {
    right: 30px;
    bottom: 1%;
  }
  .bg3 {
    background-position: 200px bottom;
    width: 850px;
  }
  .footer .up .line {
    width: 980px;
  }
}
@media screen and (max-width: 1440px) {
  .app_customer {
    right: 5px;
  }
  .app_customer img {
    width: 100px;
    height: 100px;
  }
  .bg3 {
    width: 400px;
    right: 0;
  }
  .todayevent-carousel {
    width: 1200px;
  }
}
@media screen and (max-width: 1366px) {
  .wrap {
    width: 1100px;
  }
  .indexTab .tabBox .tabNav .txt {
    margin-right: 1%;
  }
  .footer .up ul li h3 a {
    /*lansh:2026-08-12 9栏目适配,1366下字号同步 20→16。//End lansh*/
    font-size: 16px;
  }
  .footer .up ul li {
    /*lansh:2026-08-12 9栏目适配,1366下 padding 5→2。//End lansh*/
    padding: 0 2px;
  }
  .footer .up .line {
    width: 870px;
  }
  .banner .swiper-slide {
    height: 330px;
  }
  .top .email {
    margin-right: 3%;
  }
  .newsTitle ul li a {
    font-size: 16px;
  }
  .index-newsTab {
    height: 46px;
  }
  .index-newsTab a {
    line-height: 46px;
    font-size: 16px;
    margin: 0 10px;
  }
  .index-newsTab a.active-tab {
    font-size: 20px;
  }
  .index-newsTab a:hover {
    font-size: 20px;
  }
  .newsItem ul li {
    padding: 6px 0 7px;
  }
  .perFuntion .right .img {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .todayevent-carousel {
    width: 1100px;
  }
  .todayevent-carousel .swiper-slide a {
    height: 192px;
  }
  .newsTitle ul li a {
    font-size: 16px;
  }
  .academician-mien .mien-item .state-list li {
    line-height: 46px;
  }
  .academician-mien .swiper-slide a img {
    display: inline-block;
    width: 100%;
    height: 366px;
  }
  .localExpress .right {
    width: 40%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1280px) {
  .wrap {
    width: 1050px;
  }
  .nav ul.navtitle > li > a {
    font-size: 18px;
  }
  .footer .up .line {
    width: 850px;
  }
  .top .search {
    margin: 0 2% 0 8%;
  }
  .newsItem ul li {
    padding: 5px 0 6px;
  }
  .perFuntion .right .img {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .txt h3 {
    min-width: 105px;
    font-size: 18px;
    line-height: 50px;
  }
  .newsBanner .swiper-slide .img img {
    height: 350px;
  }
  .newsBanner .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }
  .Item1 li {
    padding: 5px 0;
  }
  .localExpress .right {
    width: 35%;
    margin-left: 0;
  }
  .localExpress .right {
    width: 35%;
  }
  .indexTab .tabBox .tabNav .txt {
    margin-right: 0;
  }
  .dataBank .data-main .txt-box p {
    height: 68px;
  }
  .academician-mien .mien-item .state-list li {
    line-height: 42px;
  }
  .newsTitle ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1180px) {
  .wrap {
    width: 880px;
  }
}
@media screen and (max-width: 1100px) {
  .academician-mien .mien-item .state-list li {
    line-height: 35px;
  }
  .academician-mien .swiper-slide a img {
    height: 295px;
  }
}
@media screen and (max-width: 1024px) {
  .wrap {
    width: 768px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer {
    margin-top: 18%;
  }
}
@media only screen and (min-width: 1680px) {
  .footer {
    margin-top: 16%;
  }
}
@media only screen and (min-width: 1920px) {
  .footer {
    margin-top: 14%;
  }
}
/*lansh:2026-08-14 全站移动端适配(768px/500px)。原此处仅 .wrap{width:100%},
  现扩展为完整适配:导航汉堡抽屉、banner、首页各区块、列表/详情页、footer。
  桌面端样式不动,所有移动规则集中在此,便于维护。//End lansh*/
.nav-toggle { display: none; }
/*lansh:2026-08-14 桌面端导航显示完整版,移动端导航在 @media 768px 块内切换。//End lansh*/
.nav ul.navtitle-mobile { display: none; }
.nav ul.navtitle-desktop { display: flex; }

@media screen and (max-width: 768px) {
  .wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 12px;
  }

  /* ===== 通用 ===== */
  body { font-size: 14px; }
  img { max-width: 100%; height: auto; }
  .mt30 { margin-top: 15px !important; }
  .mb40 { margin-bottom: 20px !important; }
  .text-right { text-align: left; }

  /* ===== banner ===== */
  .banner .swiper-slide { height: 180px; }
  .banner .swiper-slide a { background-size: cover !important; background-position: center !important; }

  /* ===== 导航(汉堡菜单) ===== */
  .nav { height: 44px; padding: 0; position: relative; overflow: visible; }
  /* 桌面端 ul 隐藏,显示 mobile 精简版 */
  .nav ul.navtitle-desktop { display: none; }
  .nav ul.navtitle-mobile { display: flex; }
  .nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px; height: 44px;
    position: absolute;
    top: 0; right: 0;
    cursor: pointer;
    z-index: 20;
  }
  .nav-toggle span {
    display: block;
    width: 24px; height: 3px;
    background: #fff;
    margin: 3px 0;
    transition: 0.3s;
  }
  .nav-open .nav-toggle span:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }

  .nav ul.navtitle {
    display: none;
    width: 100%;
    flex-direction: column;
    padding-top: 0;
    position: absolute;
    top: 44px;
    left: 0;
    background: #ac2e33;
    z-index: 15;
    max-height: 70vh;
    overflow-y: auto;
  }
  .nav-open ul.navtitle { display: flex; }
  .nav ul.navtitle > li {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .nav ul.navtitle > li > a {
    line-height: 48px;
    font-size: 15px;
    text-align: left;
    padding: 0 16px;
  }
  .nav ul.navtitle li i { display: none; }
  /* 含子菜单项加 + 标记 */
  .nav ul.navtitle > li > a::after {
    content: "+";
    float: right;
    font-style: normal;
    color: #fff;
  }
  .nav ul.navtitle > li.sub-open > a::after { content: "-"; }

  /* 二级子菜单:纵向展开(static 定位) */
  .newsTitle {
    display: none;
    position: static;
    width: 100%;
    height: auto;
    background: #8a2328;
    padding: 0;
  }
  .nav ul.navtitle > li.sub-open .newsTitle { display: block; }
  .newsTitle ul {
    display: block !important;
    padding: 0 0 8px 16px;
  }
  .newsTitle ul li {
    float: none !important;
    position: relative;
  }
  .newsTitle ul li a {
    font-size: 13px;
    font-weight: normal;
    padding: 10px 12px;
    line-height: 20px;
    color: #fff;
  }
  .newsTitle ul li a::after { display: none !important; }

  /* ===== 面包屑 ===== */
  .subNav { padding: 10px 0; }
  .subNav p { font-size: 13px; }

  /* ===== 首页区块通用(indexTab) ===== */
  .indexTab { margin-top: 20px !important; }
  .indexTab .tabBox .tabNav { margin-bottom: 12px !important; flex-wrap: wrap; }
  .indexTab .tabBox .tabNav .txt h3 a { font-size: 16px; }
  .indexTab .tabBox .tabNav .more { font-size: 13px; }
  .indexTab .tabContainer.tabImg ul li,
  .photoBox.indexTab .tabImg ul li {
    width: 48% !important;
    margin-right: 4% !important;
    margin-bottom: 12px;
  }
  .indexTab .tabContainer.tabImg ul li:nth-child(2n),
  .photoBox.indexTab .tabImg ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .photoBox.indexTab .tabImg ul li:nth-child(3n) {
    margin-right: 4% !important;
  }
  .indexTab .tabContainer.tabImg ul li p { font-size: 13px; }

  /* ===== 珍贵照片轮播 ===== */
  .photoCarousel .swiper-slide .img { height: 200px; }
  .photoCarousel .swiper-slide p { font-size: 13px; }

  /* ===== 专题区(special) ===== */
  .special .wrap { flex-direction: column; }
  .special .swiper-container,
  .special .fr { width: 100% !important; float: none; margin-bottom: 12px; }
  .special .swiper-slide a { width: 100% !important; }

  /* ===== 友情链接 ===== */
  .organize .tabContainer ul li .linkscon a { font-size: 13px; margin-right: 8px; }

  /* ===== 列表页 ===== */
  .party { margin-bottom: 20px; }
  .newsHighlight .tit.titlist h2 { font-size: 18px; }
  .newsList .Item1 li { padding: 8px 0; }
  .newsList .Item1 li a { font-size: 14px; }
  .newsList .Item1 li .newsDate { font-size: 12px; }

  /* ===== 分页 ===== */
  .pageWrap .page a,
  .pageWrap .page input {
    width: 32px; height: 28px; line-height: 26px;
    font-size: 13px; margin: 3px;
  }

  /* ===== 详情页 ===== */
  .newsPage { padding: 0; }
  .pageTitle h2 { font-size: 20px; }
  .pageTitle h3 { font-size: 15px; }
  .pageTitle ul { padding: 8px 0; flex-wrap: wrap; }
  .pageTitle ul li { font-size: 12px; margin-right: 12px; margin-bottom: 4px; }
  .pageContent .text { font-size: 15px; line-height: 1.8; word-wrap: break-word; }
  .pageContent .text img { max-width: 100%; }
  .pageNav p { font-size: 13px; }
  .related ul li { font-size: 13px; }

  /* ===== footer ===== */
  .footer { margin-top: 20px; }
  .footer .up .line { width: 100%; }
  .footer .up ul {
    display: block;
    flex-direction: column;
    padding-right: 0;
  }
  .footer .up ul li {
    float: none;
    width: 100%;
    flex: none;
    padding: 6px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
  }
  .footer .up ul li h3 a { font-size: 14px; }
  .footer .up ul li .newsTitle { display: block; position: static; background: none; }
  .footer .up ul li .newsTitle ul { display: block; padding: 0; }
  .footer .up ul li .newsTitle ul li a { font-size: 12px; padding: 4px 0; }
  .footer .up .erweima {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    background: transparent;
    width: 100%;
    height: auto;
    position: static;
    transform: none;
  }
  /*lansh:2026-08-14 移动端隐藏 footer 顶部 9 栏目导航(周培源纪念馆/基金会简介/基金会动态/资助奖励/专项基金/信息公布/联系我们/合作伙伴/低空强基),
    移动端导航已用汉堡菜单替代,这里只保留底部版权和二维码。//End lansh*/
  .footer .up > ul,
  .footer .up > .line {
    display: none !important;
  }
  /*lansh:2026-08-14 移动端隐藏 footer 底部二维码(周培源基金会微信公众号、国务院小程序),
    桌面端保留显示。//End lansh*/
  .footer .up .erweima {
    display: none !important;
  }
  /*lansh:2026-08-14 移动端整块隐藏 .footer .up 容器——其本身有 background:rgba(250,250,250,.95) 浅灰白背景
    和 padding:10px 0 30px,即使子元素全部 display:none 也会留下白底方块。这里直接把整个 .up 隐藏。//End lansh*/
  .footer .up {
    display: none !important;
  }
  .footer .up .erweima .img {
    width: 140px;
    max-width: 140px;
    margin: 0 auto 12px;
    padding: 0;
    display: block;
    text-align: center;
  }
  .footer .up .erweima .img img {
    width: 140px;
    max-width: 140px;
    height: 140px;
    display: block;
    margin: 0 auto;
  }
  .footer .up .erweima .img p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 6px;
  }
  /*lansh:2026-08-14 移动端 footer .under 重组——桌面端是 position:absolute + flex 横排两列,
    移动端需要整段纵向重排:relative/static 定位 + 纵向堆叠 + 居中 + 小字号。//End lansh*/
  .footer {
    height: auto !important;
    min-height: 0 !important;
    margin-top: auto !important;
  }
  /*lansh:2026-08-14 移动端 footer 吸底——内容少时 footer 仍贴底不悬空,采用 flex sticky-footer 方案。
    body 设 min-height:100vh 纵向 flex,footer 用 margin-top:auto 顶到底。
    仅 ≤768px 生效,桌面端布局保持原状(避免影响 .wrap 横向居中)。//End lansh*/
  body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .footer .wrap {
    position: static !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
  }
  .footer .under {
    position: static;
    padding: 15px 12px 20px;
  }
  .footer .under ul {
    display: block;
    flex-direction: column;
    align-items: stretch;
  }
  .footer .under ul li {
    float: none;
    width: 100%;
    text-align: center !important;
    padding: 0;
    margin-bottom: 8px;
  }
  .footer .under ul li p {
    font-size: 12px;
    line-height: 1.7;
    color: #fff;
    text-align: center;
    margin: 0;
  }
  .footer .under ul li a {
    font-size: 12px;
    color: #fff;
  }
  .footer .under ul li.text-right,
  .footer .under ul li.fr {
    text-align: center !important;
    float: none;
  }
  .footer .under ul li .security {
    background-size: 16px;
    background-position: center left;
    padding-left: 22px;
    display: inline-block;
  }
  .bg3 { display: none; }

  /*lansh:2026-08-14 首页多栏布局移动端单列适配——参考 An 模板单列流式风格。
    桌面端 .newsWrap(banner+tabs+联系我们)、.news2(三栏)、.perFuntion(左右两栏)、
    .selfConstruct/.memberStyle(多列栏目)在移动端均需改为单列纵向排布。//End lansh*/

  /* ===== 首页顶部:newsWrap 三栏 → 单列 ===== */
  .news .newsWrap { padding: 12px; }
  .news .newsWrap .newsBanner,
  .news .newsWrap .newsItem,
  .news .newsWrap .mailBox {
    width: 100% !important;
    float: none !important;
    margin: 0 0 12px 0;
  }
  /* banner 轮播图移动端高度 */
  .news .newsBanner .swiper-slide .img,
  .news .newsBanner .swiper-slide .img a,
  .news .newsBanner .swiper-slide .img a .ph {
    height: 180px !important;
  }
  /*lansh:2026-08-14 修复 .ph-800x450 固定 800×450 像素撑破移动端容器——强制 width 100% + cover。//End lansh*/
  .news .newsBanner .swiper-slide .img a .ph,
  .special .swiper-slide a .ph,
  .perFuntion .right .img img,
  .special .fr img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .news .newsBanner .swiper-slide .img a .ph { background-size: cover !important; }
  /*lansh:2026-08-14 专题区 .ph-200x200 固定 200×200 也需重设。//End lansh*/
  .special .swiper-slide a .ph { width: 100% !important; height: 140px !important; }
  .news .newsBanner .swiper-slide .text { height: 32px; line-height: 32px; }
  .news .newsBanner .swiper-slide .text h3 { font-size: 14px; }

  /* newsItem tab 区 */
  .news .newsItem .index-newsTab {
    height: auto;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .news .newsItem .index-newsTab a {
    flex: 0 0 auto;
    line-height: 40px;
    font-size: 14px;
    margin: 0 12px;
    white-space: nowrap;
  }
  .news .newsItem .index-newsTab a.active-tab,
  .news .newsItem .index-newsTab a:hover { font-size: 15px; }
  .news .newsItem .news-tabCont .cont-item li { padding: 8px 0; }
  .news .newsItem .news-tabCont .cont-item li a { font-size: 14px; line-height: 1.6; }

  /* mailBox 联系我们 */
  .news .mailBox { text-align: center; }
  .news .mailBox .img { display: inline-block; }
  .news .mailBox .img img { max-width: 100%; height: auto; }
  .news .mailBox .text { font-size: 14px; padding: 8px 0; }

  /* ===== 首页 news2 三栏 → 单列 ===== */
  .news2 { margin-top: 15px; padding: 0 12px; }
  .news2 .Item {
    width: 100% !important;
    float: none !important;
    margin: 0 0 15px 0;
    padding: 12px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
  }
  .news2 .Item .txt h3 a { font-size: 16px; }
  .news2 .Item ul li { padding: 6px 0; font-size: 14px; }
  .news2 .Item ul li a { font-size: 14px; line-height: 1.6; }

  /* ===== 资助奖励 perFuntion 左右两栏 → 单列 ===== */
  .perFuntion { margin-top: 20px; }
  .perFuntion .wrap { padding: 0 12px; }
  .perFuntion .perFuntionWrap {
    flex-direction: column;
    margin-top: 8px;
  }
  .perFuntion .left,
  .perFuntion .right {
    width: 100% !important;
    float: none !important;
    margin-bottom: 15px;
  }
  .perFuntion .left .Item,
  .perFuntion .right .Item {
    width: 100% !important;
    float: none !important;
    margin: 0 0 12px 0;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
  }
  .perFuntion .left .Item .txt h3 a,
  .perFuntion .right .Item .txt h3 a { font-size: 15px; }
  .perFuntion .left .Item ul li,
  .perFuntion .right .Item ul li { padding: 6px 0; font-size: 14px; }
  .perFuntion .bg1 { display: none; }

  /* ===== 信息公布/周培源纪念馆 多列 .Item → 单列 ===== */
  .selfConstruct.indexTab,
  .memberStyle.indexTab { margin-top: 20px; position: relative; }
  .selfConstruct .wrap,
  .memberStyle .wrap { padding: 0 12px; }
  .selfConstruct .Item,
  .memberStyle .Item {
    width: 100% !important;
    float: none !important;
    margin: 0 0 15px 0;
    padding: 12px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
  }
  .selfConstruct .Item .txt h3 a,
  .memberStyle .Item .txt h3 a { font-size: 16px; }
  .selfConstruct .Item ul li,
  .memberStyle .Item ul li { padding: 6px 0; font-size: 14px; line-height: 1.6; }
  .selfConstruct .bg2 { display: none; }

  /* ===== 专题区 special 已在上方处理,补充图片宽度 ===== */
  .special .swiper-slide a { width: 100% !important; display: block !important; float: none !important; margin-bottom: 8px; }
  .special .swiper-slide a .ph img,
  .special .fr img { width: 100%; height: auto; }

  /* ===== 友情链接 ===== */
  .organize .Item { width: 100% !important; }
  .organize .linkscon a { display: inline-block; margin: 4px 8px 4px 0; font-size: 13px; }

  /*lansh:2026-08-14 其他页面移动端适配——.localExpress(地图+省份列表两栏)、.academician-mien(左右两栏人物列表)、.newsBox(3列新闻)、地图固定宽 650px 撑破容器。//End lansh*/

  /* ===== .localExpress 地图+列表 → 单列 ===== */
  .localExpress { margin-top: 20px; }
  .localExpress .wrap { padding: 0 12px; }
  .localExpress .map-wrapper .map-box {
    width: 100% !important;
    height: 260px !important;
  }
  .localExpress .map-wrapper .map-box > .jsmap-container { margin-left: 0; }
  .localExpress .right {
    width: 100% !important;
    float: none !important;
    margin-top: 15px;
  }
  .localExpress .right .provinceList { display: block; }

  /* ===== .academician-mien 两栏 → 单列 ===== */
  .academician-mien { flex-direction: column; }
  .academician-mien .mien-item { width: 100% !important; margin-bottom: 20px; }
  .academician-mien .mien-item .swiper-slide a img { height: auto !important; }
  .academician-mien .mien-item .state-list li { line-height: 30px !important; font-size: 13px; }
  .academician-mien .mien-item .state-list li a { font-size: 13px; }

  /* ===== .newsBox 3 列 → 单列 ===== */
  .newsBox .newsList { width: 100% !important; margin-right: 0 !important; margin-bottom: 15px; }

  /* ===== 详情页 newsPage 增强 ===== */
  .newsPage { padding: 0 12px; }
  .newsPage .pageTitle { padding: 12px 0; }
  .newsPage .pageTitle h2 { font-size: 18px; line-height: 1.4; }
  .newsPage .pageTitle h3 { font-size: 13px; }
  .newsPage .pageContent .text { font-size: 15px; line-height: 1.8; }
  .newsPage .pageContent .text img { max-width: 100% !important; height: auto !important; }
  .newsPage .related .relatedTitle h3 { font-size: 16px; }
  .newsPage .related ul li a { font-size: 13px; }

  /* ===== 面包屑 subNav ===== */
  .subNav p { font-size: 13px; padding: 8px 12px; }

  /* ===== 顶部 banner 高度控制 ===== */
  .banner { width: 100%; overflow: hidden; }
  .banner .swiper-slide { height: 180px; }
  .banner .swiper-slide a { background-size: cover !important; }

  /*lansh:2026-08-14 移动端精简首页栏目——保留:news(顶部banner+tab+联系)/news2(信息公示3列)/
    selfConstruct(信息公布4列)/memberStyle(周培源纪念馆7子项)。
    隐藏:珍贵照片 coverflow 轮播(.photoCarousel)、资助奖励(.perFuntion)、
    友情链接(.organize)、专题区(.special)。这些栏目在桌面端保留,
    移动端折叠到 footer/汉堡菜单/对应列表页。//End lansh*/
  .indexTab.photoCarousel,
  .perFuntion,
  .organize,
  .special {
    display: none !important;
  }

  /* ===== app_customer 悬浮客服隐藏 ===== */
  .app_customer { display: none !important; }

  /* ===== 阻止横向滚动 ===== */
  body { overflow-x: hidden; }

  /*lansh:2026-08-14 二级页面移动端适配——列表页(list.html)、栏目页(news-column/xxgb/qjjhhome 等用 .f-title+.state-list)、section 页、详情页。
    桌面补丁已包入 @media (min-width: 769px),此处补全移动端单列规则。//End lansh*/

  /* ===== .party 容器(全站内容容器) ===== */
  .party {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 12px;
  }

  /* ===== 列表页 list.html ===== */
  .party .newsHighlight.wrap {
    padding: 12px !important;
  }
  .party .newsHighlight .tit.titlist h2 { font-size: 18px; }
  .party .newsList .Item1 li,
  .party .localListItem1 li {
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px 0;
  }
  .party .newsList .Item1 li a,
  .party .localListItem1 li a {
    flex: 1 1 100%;
    min-width: 0;
    line-height: 1.5;
    font-size: 14px;
  }
  .party .newsList .Item1 li .newsDate,
  .party .localListItem1 li .newsDate {
    font-size: 12px;
    color: #999;
  }
  .party .pageWrap { padding: 12px 0; }
  .party .pageWrap .page a,
  .party .pageWrap .page input {
    width: auto;
    min-width: 32px;
    padding: 0 6px;
    margin: 2px;
  }
  /*lansh:2026-08-14 移动端分页:页码链接居中放第一行,"共X条/Y页"总条数单独换行到第二行居中。
    Pagination::render 输出的结构是 a+span(页码)+a(上/下页)+span(总数),最后一个 span 是总数。
    用 flex-wrap + 末位 span flex-basis:100% 强制换行,text-align:center 居中。//End lansh*/
  .pageWrap .page {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .pageWrap .page > a,
  .pageWrap .page > span.current {
    flex: 0 0 auto;
  }
  .pageWrap .page > span:last-child {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    margin-top: 8px;
    padding: 6px 0;
    color: #999;
    font-size: 12px;
    border-top: 1px dashed #e5e5e5;
  }

  /* ===== 栏目页:news-column 头条要闻 + 分类区块 ===== */
  .newsWrap.clearfix.wrap { margin: 0 0 15px 0 !important; padding: 0 12px; }
  .newsWrap .left,
  .newsWrap .right {
    width: 100% !important;
    margin: 0 0 15px 0 !important;
    float: none !important;
  }
  .newsWrap .right .deep h2 { font-size: 16px !important; line-height: 1.4 !important; }
  .newsWrap .right .deep p { font-size: 13px; }
  .newsWrap .right .txt h3 a { font-size: 13px; }

  /* 栏目页 .newsHighlight 单列 + 图片/文字单列 */
  .newsHighlight.wrap { padding: 0 12px !important; margin-bottom: 15px; }
  .newsHighlight .tit h2 { font-size: 16px; }
  .newsHighlight .tit .enter { font-size: 12px; }
  .party .local {
    flex-direction: column;
    margin: 15px 0 !important;
  }
  .party .local .img,
  .party .local .text {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
    float: none !important;
  }
  .party .local .img { height: auto !important; }
  .party .local .img img { height: auto !important; }
  .party .local .text h3 { font-size: 15px !important; line-height: 1.4 !important; }

  /* 视频集锦 4 列 → 2 列 */
  .newsVedio li {
    width: 48% !important;
    margin-right: 4% !important;
  }
  .newsVedio li:nth-child(2n) { margin-right: 0 !important; }
  .newsVedio li:nth-child(4n) { margin-right: 4% !important; }

  /* ===== 栏目页:f-title + state-list(xxgb/qjjhhome 等频道页) ===== */
  .function-state.wrap,
  .kejiao-state.wrap {
    margin-top: 15px;
    padding: 0 12px;
  }
  .f-title {
    flex-direction: column;
    align-items: flex-start !important;
    height: auto !important;
    padding: 10px 0;
  }
  .f-title .tit-item.fl { margin-bottom: 4px; }
  .f-title .tit-item.font22 { font-size: 16px !important; }
  .f-title .tit-item.fr { font-size: 12px; }
  .f-title a img { display: none; }
  .f-title::after { display: none; }
  .state-list li {
    flex-wrap: wrap;
    gap: 4px;
    padding: 8px 0 !important;
    line-height: 1.5 !important;
  }
  .state-list li .item {
    flex: 1 1 100%;
    font-size: 14px;
  }
  .state-list li .time {
    font-size: 12px;
    color: #999;
  }

  /* ===== section 页 introduceWrap 左右两栏 → 单列 ===== */
  .introduceWrap.wrap {
    padding: 0 12px;
    flex-direction: column;
  }
  .introduceWrap .left,
  .introduceWrap .right {
    width: 100% !important;
    margin: 0 0 12px 0 !important;
    float: none !important;
    padding: 12px !important;
    min-height: auto !important;
  }
  .introduceWrap .left h3 { font-size: 16px; }
  .introduceWrap .left .nav1 li a { font-size: 14px; padding: 8px 0; }
  .introduceWrap .bit-columnname { font-size: 18px !important; }
  .introduceWrap .right .content .text { font-size: 14px !important; line-height: 1.8 !important; }
  .introduceWrap .right .content .text img { max-width: 100% !important; height: auto !important; }

  /* ===== 详情页 article.html / news-detail.html ===== */
  .party.wrap.mt30 { padding: 0 12px; margin-top: 12px !important; }
  .newsPage { padding: 0 !important; }
  .newsPage .pageTitle { padding: 12px 0; }
  .newsPage .pageTitle h2 { font-size: 18px !important; line-height: 1.4; }
  .newsPage .pageTitle h3 { font-size: 13px; }
  .newsPage .pageTitle ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 8px 0; }
  .newsPage .pageTitle ul li { font-size: 12px; }
  .newsPage .pageContent .text { font-size: 15px; line-height: 1.8; word-wrap: break-word; }
  .newsPage .pageContent .text img { max-width: 100% !important; height: auto !important; }
  .newsPage .pageContent .text p { margin-bottom: 12px; }
  .newsPage .pageNav p { font-size: 13px; line-height: 1.6; }
  .newsPage .related .relatedTitle h3 { font-size: 16px; }
  .newsPage .related ul li a { font-size: 13px; line-height: 1.6; }

  /* ===== 联系我们 contact.html ===== */
  .party .pageTitle { font-size: 18px; padding: 12px 0; }
  .newsPage { text-align: left !important; }

  /* ===== 大事记 event-card ===== */
  .event-card { padding: 12px; margin-bottom: 12px; }
  .event-card .year { font-size: 22px; }
  .event-card p { font-size: 12px; }

  /* ===== sitemap 站点地图 ===== */
  .sitemapWrap { padding: 0 12px; }
  .sitemapWrap .col-list { width: 100% !important; float: none !important; margin-bottom: 15px; }
}

/* ===== 超小屏 500px ===== */
@media screen and (max-width: 500px) {
  .banner .swiper-slide { height: 140px; }
  .indexTab .tabContainer.tabImg ul li,
  .photoBox.indexTab .tabImg ul li {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .photoBox.indexTab .tabImg ul li:nth-child(3n) {
    margin-right: 0 !important;
  }
  .photoCarousel .swiper-slide .img { height: 160px; }
  .pageTitle h2 { font-size: 18px; }
  .pageContent .text { font-size: 14px; }
  .footer .up .erweima { flex-direction: column; }
  .footer .up .erweima .img { width: 140px; max-width: 140px; margin: 0 auto 12px; }
  .footer .up .erweima .img img { width: 140px; height: 140px; }
}

/*lansh:2026-08-12 zpyjjh 接入期样式补丁 — 修复 list/section/column 等页面文字挤在一起的问题。
  2026-08-14 整改:这些补丁原是放在 @media 之后、覆盖移动端规则,导致二级页面在手机端样式错乱。
  现包入 @media (min-width: 769px) 仅桌面端生效,移动端样式由 @media 768px 块统一控制。//End lansh*/
@media screen and (min-width: 769px) {

/* 列表页:长标题允许换行,不强制 nowrap */
.party .localListItem1 li a,
.newsList li a {
  white-space: normal !important;
  overflow-wrap: break-word;
  word-break: break-all;
  width: auto !important;
  display: block;
  line-height: 1.8;
}

/* 列表项:标题与日期左右排布,有间距 */
.party .localListItem1 li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
}
.party .localListItem1 li .newsDate {
  flex-shrink: 0;
  color: #999;
  font-size: 14px;
  white-space: nowrap;
}
.party .localListItem1 li a {
  flex: 1;
  min-width: 0;
}

/* 列表页容器:给正文区留 padding,避免贴边 */
.party .newsHighlight.wrap {
  padding: 30px 40px;
  background: #fff;
}

/* section 单页:左右两栏布局 + 内边距 */
.introduceWrap {
  padding: 30px 0;
}
.introduceWrap .left {
  width: 22.5%;
  margin-right: 3%;
}
.introduceWrap .right {
  width: 74%;
  padding: 20px 30px;
  background: #fff;
  min-height: 400px;
}
.introduceWrap .right .content .text {
  line-height: 2;
  font-size: 16px;
  color: #333;
  padding: 10px 0;
}
.introduceWrap .right .content .text p {
  margin-bottom: 15px;
}
.introduceWrap .bit-columnname {
  font-size: 24px;
  color: #bd1b2d;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

/*lansh:2026-08-12 栏目页结构已对齐线上(用 .f-title + .state-list),
  原 .tit h2 / .item-list / .item3 补丁与原生 CSS 冲突,已删除。
  保留 newsTop(首页头条要闻)样式。*/

/* 头条要闻轮播区 */
.newsTop {
  padding: 30px 0;
}
.newsTop .newsBanner {
  width: 50%;
}
.newsTop .right {
  width: 48%;
  padding: 0 20px;
}
.newsTop .right h2 a {
  font-size: 20px;
  color: #bd1b2d;
  line-height: 1.5;
}
.newsTop .right p {
  color: #666;
  line-height: 1.8;
  margin: 10px 0;
}
.newsTop .right ul li {
  padding: 8px 0;
  line-height: 1.6;
}

/* 视频集锦/图集横排 */
.newsVedio li {
  float: left;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 15px;
}
.newsVedio li:nth-child(4n) {
  margin-right: 0;
}
.newsVedio li img {
  width: 100%;
  height: auto;
}
.newsVedio li p {
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
}

/* 大事记年份卡片 */
.event-card {
  text-align: center;
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #eee;
}
.event-card .year {
  display: block;
  font-size: 28px;
  color: #bd1b2d;
  font-weight: bold;
  margin-bottom: 10px;
}
.event-card p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

/* 通用:正文段落间距 */
.party .pageContent .text p,
.newsPage .text p {
  margin-bottom: 15px;
  line-height: 2;
}

} /* @media (min-width: 769px) 结束 — 桌面端补丁统一封装 */

/*lansh:2026-08-12 修复导航二级菜单 .newsTitle 平铺显示(文字全挤一起)的问题。
  原 SCSS _nav.scss 第 90 行有个"旧版兼容"的 .newsTitle 重复定义,
  覆盖了第 55 行的 display:none,导致 header 导航的二级菜单全部默认可见。
  栏目页(news-column 等)内部也复用 .newsTitle 类做内容区,不能直接删旧定义。
  这里用 .nav 上下文限定:仅 header 内的 .newsTitle 默认隐藏,hover 父 li 时显示。
  栏目页内的 .newsTitle 不在 .nav 容器内,不受影响。*/
.nav ul.navtitle > li > .newsTitle {
  display: none;
}
.nav ul.navtitle > li:hover > .newsTitle {
  display: block;
}

/*lansh:2026-08-12 修复 footer 站点地图子菜单文字挤一起的问题。
  原模板 footer 子菜单是 li.fl 内直接放 a 标签(垂直排列),
  CMS 接入版用 {qj:nav:children_html} 生成 <ul class="navdrop"><li>,
  而 ul.navdrop li { float:left }(1707行)让 footer 子菜单横排,文字全挤一起。
  这里在 footer 上下文内重置 navdrop 为垂直布局。*/
.footer .navdrop {
  width: 100%;
  height: auto;
  position: static;
  display: block;
  background: none;
}
.footer .navdrop li {
  float: none;
  display: block;
  padding: 0;
}
.footer .navdrop li a {
  padding: 0 20px;
  line-height: 36px;
  font-size: 16px;
  font-weight: normal;
}
.footer .navdrop li a::after {
  display: none;
}


/*lansh:2026-08-13 首页"珍贵照片"coverflow 轮播(photoCarousel)样式——
  复用 .atlas 基础布局,补充 slide 内图片/标题尺寸控制。
  原模板"图说历史"用 .ph-800x450 占位(16:9),此处实际接 news:cover,需固定高度+object-fit
  避免 coverflow 旋转时图片变形;标题单行省略,居中显示在图下。//End lansh*/
.photoCarousel .swiper-slide .img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: #f0f0f0;
}

.photoCarousel .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: ease-in 0.4s;
}

.photoCarousel .swiper-slide a:hover .img img {
  transform: scale(1.05);
}

.photoCarousel .swiper-slide p {
  text-align: center;
  padding: 10px 12px;
  font-size: 14px;
  color: #323232;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/*End lansh*/

/*lansh:2026-08-14 移动端增强——覆盖 6067+ 接入期补丁的非@media规则。
  这些补丁规则源顺序在 @media 768px(5859)之后,移动端需在更靠后位置显式覆盖,
  否则列表页/单页/头条要闻等仍走桌面两栏布局。footer flex 已在 6027 修复。//End lansh*/
@media screen and (max-width: 768px) {
  /* 列表页正文区 padding 收小 */
  .party .newsHighlight.wrap { padding: 15px 12px !important; }

  /* section/单页左右两栏改单列 */
  .introduceWrap { padding: 12px 0; }
  .introduceWrap .left,
  .introduceWrap .right {
    width: 100% !important;
    margin-right: 0 !important;
    float: none !important;
  }
  .introduceWrap .right {
    padding: 15px;
    margin-top: 12px;
    min-height: auto;
  }
  .introduceWrap .bit-columnname { font-size: 18px; }

  /* 头条要闻左右两栏改单列 */
  .newsTop { padding: 15px 0; }
  .newsTop .newsBanner,
  .newsTop .right {
    width: 100% !important;
    float: none !important;
  }
  .newsTop .right { padding: 12px 0; }

  /* 视频集锦/图集 4 列改 2 列 */
  .newsVedio li {
    width: 48% !important;
    margin-right: 4% !important;
  }
  .newsVedio li:nth-child(2n) { margin-right: 0 !important; }
  .newsVedio li:nth-child(4n) { margin-right: 4% !important; }

  /* 悬浮客服图标移动端隐藏,避免遮挡内容 */
  .app_customer { display: none !important; }
}

