* {
  margin: 0;
  padding: 0;
}

body,
html {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

/* 滚动条优化 start */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #510206;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  background: #CC0F19;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: #CC0F19;
}

::-webkit-scrollbar-corner {
  background: #510206;
}

/* 滚动条优化 end */

#main {
  width: 100%;
  /* margin: 0 auto; */
  /* background-image: url(../imgs/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat; */
  overflow-x: hidden;
  min-height: 100vh;
}

.head {
  width: 1240px;
  height: 120px;
  margin: 0 auto;
}

.rightHead {
  display: inline-block;
  margin-left: 130px;
  vertical-align: top;
}

.logo {
  width: 187px;
  height: 91px;
  display: inline-block;
  margin: 16px 0 0 70px;
}

.headLink {
  display: inline-block;
  font-size: 16px;
  color: #838383;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  line-height: 120px;
  margin-right: 37px;
  cursor: pointer;
}

.headLink:hover {
  color: #a5a2a2;

}

.headLink>img {
  position: relative;
  top: 4px;
  right: 3px;
}

.inputs {
  margin-left: 20px;
}

.searchInput {
  width: 320px;
  height: 40px;
  border: 1px solid rgba(204, 15, 25, 1);
  border-radius: 3px;
  padding: 0 10px;
  box-sizing: border-box;
}

.btn {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 80px;
  height: 40px;
  background: #CC0F19;
  border-radius: 0px 3px 3px 0px;
  color: #ffffff;
  line-height: 40px;
  position: relative;
  top: 2px;
}

.btn>img {
  position: relative;
  top: 2px;
}

.btn:hover {
  background: #e34b52;
}

.menus {
  width: 100%;
  height: 60px;
  background: #CC0F19;
  z-index: 99;
}

.menus>div {
  margin: 0 auto;
  width: 1240px;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
  height: 60px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  overflow: -moz-scrollbars-none;
}

.menus>div::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.fixedMenu {
  position: fixed;
  top: 0;
  left: 0;
}

.content-page {
  min-height: 100vh;
  position: relative;
}

.content-page .menuItem {
  line-height: 60px;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 700;
  margin: 0 22px;
  display: inline-block;
  cursor: pointer;
}

.btntext {
  padding: 5px 0;
}

.activeMenu {
  border-bottom: 2px solid #ffffff;
}

.content {
  width: 1240px;
  margin: 0 auto;
  padding-top: 20px;
}

/* 清除浮动，确保子元素inline-block布局正常 */
.content:after {
  content: "";
  display: table;
  clear: both;
}

.homePage {
  position: relative;
}

.homePage>img {
  vertical-align: top;
  width: 100%;
  height: 1252px;
}


.detailPage {
  padding: 30px 0;
  text-align: center;
}

.detailPage>img {
  vertical-align: top;
  /* width: 100%; */
  width: 900px;
  /* height: 1000px; */
}

.lunbo {
  vertical-align: top;
  /* position: absolute;
top: 10px;
left: 10px; */
  /* display: inline-block; */
  margin: 10px;
  width: 400px;
  height: 560px;
  min-height: 560px;
}

.swiper-container {
  width: 400px;
  height: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.swiper-slide>img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.code {
  position: fixed;
  right: 0;
  bottom: 150px;
  width: 100px;
  height: 130px;
  box-sizing: border-box;
  text-align: center;
  background: #CC0F19;
  color: #ffffff;
  font-size: 12px;
  padding: 10px;
}

.code>img {
  width: 80px;
  height: 80px;
  display: inline-block;
}

.footer {
  width: 100%;
  height: 140px;
  background: #F1F1F1;
  text-align: center;
  color: #838383;
  font-size: 14px;
}

.content-page .footer2 {
  position: absolute;
  bottom: 0;
}

.footer a {
  font-size: 14px;
  color: #838383;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}

.footer>div {
  vertical-align: top;
  display: inline-block;
  margin: 20px 30px;
}

.footer>div>div>span {
  display: inline-block;
  width: 360px;
  text-align: left;
  margin: 5px 10px;
}

.footer>div>div>.sp2 {
  width: 260px;
}

.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.40);
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}

.swiper-active-switch {
  background: #fff;
}


.article-list {
  display: inline-block;
  /* display: -moz-inline-stack; */
  /* Firefox 2 */
  width: 900px;
  vertical-align: top;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.right-info {
  display: inline-block;
  /* display: -moz-inline-stack; */
  /* Firefox 2 */
  width: 300px;
  margin-bottom: 20px;
  vertical-align: top;
  padding: 0;
}

.right-info .org {
  height: 550px;
}

.new-article {
  height: 370px;
  width: 100%;
  /* background: #F9F9F9; */
  background: #daeeeb;
  border-radius: 3px;
  padding: 10px 20px;
  box-sizing: border-box;
}

.new-article>img {
  width: 100%;
}

.right-info .org {
  width: 100%;

}

.list-item {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  overflow: hidden;
  /* 清除浮动 */
}

.menuName {
  display: inline-block;
  font-size: 16px;
  color: #CC0F19;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  vertical-align: top;
}

.source {
  float: right;
  font-size: 14px;
  color: #4A4A4A;
  letter-spacing: 0;
  text-align: right;
  font-weight: 700;
}

.item-title {
  font-size: 20px;
  color: #4A4A4A;
  letter-spacing: 0;
  font-weight: 700;
  white-space: pre-wrap;
  word-break: break-word;
}

.item-content {
  display: inline-block;
  width: 720px;
}

.item-content p {
  margin: 10px 0;
  width: 660px;
  font-size: 14px;
  color: #838383;
  letter-spacing: 0;
  text-align: justify;
  line-height: 24px;
  font-weight: 500;
  overflow: hidden;
  height: 48px;
  text-overflow: ellipsis;
  /* 超出部分省略号 */
  word-break: break-all;
  /* break-all(允许在单词内换行。) */
  display: -webkit-box;
  /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2;
}

.item-time {
  font-size: 14px;
  color: #838383;
  letter-spacing: 0;
  text-align: justify;
  font-weight: 500;
}

.solicitPage {
  margin-bottom: 20px;
}

.solicitPage .org {
  height: 500px;
}

.edit {
  display: inline-block;
  width: 900px;
  vertical-align: top;
  padding: 0 20px;
  box-sizing: border-box;
}

.form-info {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}

.form-item {
  margin: 10px 0;
  float: left;
  width: 50%;
  clear: none;
}

.form-item1 {
  width: 100%;
  clear: both;
}

.form-lable {
  display: block;
  float: left;
  font-size: 16px;
  color: #4A4A4A;
  letter-spacing: 0;
  font-weight: 700;
  width: 80px;
  text-align: right;
  margin-right: 10px;
  line-height: 40px;
}

.form-input {
  display: block;
  overflow: hidden;
}

.form-input>input {
  display: block;
  background: #F2F3F7;
  border-radius: 3px;
  width: 320px;
  border: none;
  height: 40px;
  padding: 0 8px;
  font-size: 14px;
  box-sizing: border-box;
  *width: 300px;
  *padding: 0 5px;
}

.form-item1 .form-input>input {
  width: 811px;
  *width: 790px;
}

.form-item2 .form-input>input {
  width: 352px;
  *width: 330px;
}

.form-item3,
.form-item5 {
  float: right;
}

.commit-btn {
  /* float: right; */
  width: 300px;
  height: 40px;
  background: #CC0F19;
  border-radius: 3px;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  line-height: 40px;
  margin: 20px auto 0;
  cursor: pointer;
  display: block;
  *display: inline-block;
  *zoom: 1;
}

.solicitListPage h2 {
  font-size: 24px;
  color: #4A4A4A;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}

.solicit-list {
  display: inline-block;
  width: 900px;
  vertical-align: top;
  padding: 0 20px;
  box-sizing: border-box;
}

.solicit-list>.list-item .item-title {
  margin-bottom: 10px;
}

.solicit-list>.list-item .item-time {
  margin: 20px;
}

#upload {
  width: 100%;
  height: 70px;
  position: relative;
  top: -70px;
  left: 0;
  opacity: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  *top: 0;
  *left: 0;
}

.fileName {
  margin: 10px 0;
  clear: both;
}

.fileName>a {
  color: #1890ff;
  text-decoration: none;
}

.upload-btn {
  width: 100%;
  height: 70px;
  background: #F2F3F7;
  color: #1890ff;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
  border-radius: 5px;
  position: relative;
  margin-top: 10px;
  clear: both;
}

.upload-btn>span {
  font-size: 30px;
  position: relative;
  top: 2px;
  right: 5px;
  display: inline-block;
  vertical-align: middle;
  *top: 0;
}

.listPage .item-title {
  display: inline-block;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}