body,
html {
  background-color: #fcfbf3;
}
.page_2{
  min-width: 1200px;
  width: 100%;
  height: 100%;
  background: rgb(252, 251, 243);
}
.header_contianer {
  height: 80px;
  min-width: 1200px;
  /* background: #fff; */
}
.content_container {
  /* background-color: #fcfbf3; */
}
.content_container .content_box {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 75px;
  /* background-color: #fcfbf3; */
}
.content_container .content_box .newspaper_container {
  width: 390px;
  height: 510px;
  position: relative;
}
.content_container .content_box .newspaper_container .newspaper_box {
  width: 390px;
  height: 578px;
  position: absolute;
  left: 0;
  top: -68px;
  z-index: 10;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
 overflow: hidden;
}
.content_container .content_box .newspaper_container .newspaper_box .nocomposeImg {
  width: 390px;
  height: 578px;
}
.content_container .content_box .newspaper_container .newspaper_box .composeImg {
  box-shadow:rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;
  height: 578px;
}
.content_container .content_box .newspaper_container .newspaper_box .float_box {
  position: absolute;
  background: transparent;
  z-index: 1000;
  border: 2px solid #1a8ce0;
  display: none;
  box-shadow: 0 0 1px #1a8ce0;
}
.content_container .content_box .newspaper_container .newspaper_box .help_text {
  width: 400px;
  border: 2px solid rgba(26, 140, 224, 0.9);
  background: #fcfbf3;
  font-size: 16px;
  font-family: PingFangSC-Semibold;
  color: #4A4A4A;
  text-align: center;
  padding: 10px;
  text-align: left;
  line-height: 1.5;
  position: fixed;
  border-radius: 4px;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.content_container .news_content_box {
  width: 630px;
  height: 510px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(125, 125, 125, 0.5);
}
.content_container .news_content_box .bar_box {
  background: #F6F6F6;
  height: 25px;
  width: 100%;
  padding: 0 5px 0 15px;
  line-height: 25px;
  box-shadow: 0 1px 2px rgba(125, 125, 125, 0.5);
}
.content_container .news_content_box .bar_box .version_help {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #4A4A4A;
  letter-spacing: 0;
}
.content_container .news_content_box .bar_box .opt_box .opt_item {
  font-family: PingFangSC-Semibold;
  font-size: 12px;
  color: #4A4A4A;
  letter-spacing: -0.13px;
  text-align: right;
  padding: 0 8px;
  position: relative;
}
.content_container .news_content_box .bar_box .opt_box .opt_item::after {
  position: absolute;
  width: 1px;
  height: 12px;
  content: "";
  background-color: #4A4A4A;
  right: -0.5px;
  top: 6.5px;
}
.content_container .news_content_box .bar_box .opt_box .opt_item:last-child::after {
  display: none;
}
.content_container .news_content_box .news_box {
  width: 100%;
  height: 475px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.content_container .news_content_box .news_box .news_header {
  position: relative;
  text-align: center;
  padding: 0 30px 5px;
}
.content_container .news_content_box .news_box .news_header::after {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  content: "";
  background-color: #979797;
}
.content_container .news_content_box .news_box .news_header .news_sub_title {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #9B9B9B;
  letter-spacing: 0;
  text-align: center;
}
.content_container .news_content_box .news_box .news_header .news_title {
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  color: #4A4A4A;
  letter-spacing: 0;
  text-align: center;
}
.content_container .news_content_box .news_box .news_content {
  padding: 10px 0;
}
.content_container .news_content_box .news_box .news_content > p {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #4A4A4A;
  letter-spacing: 0;
  line-height: 25px;
  text-indent: 2em;
  text-align: justify;
}
.header {
  width: 100%;
  height: 80px;
  background: #fff;
  border-top: 5px solid #d0021b;
  box-shadow: 0px 2px 16px 0px #9b9b9b;
}
.header .text {
  font-family: PingFangSC-Semibold;
  font-size: 12px;
  color: #9b9b9b;
  letter-spacing: -0.13px;
  text-align: right;
  flex-shrink: 0;
}
.header .logo {
  width: 153px;
  height: 40px;
  line-height: 40px;
}
.header .ctn {
  /* margin-left: 883px;
  margin-right: 163px;
  height: 100%;
  display: flex;
  align-items: center; */
}
.footer {
  /* width: 100%; */
  height: 193px;
  padding: 0 46px;
  background: #ffffff;
  color: #9b9b9b;
  font-family: PingFangSC;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  letter-spacing: -0.15px;
  box-shadow: 0px -3px 6px 0px rgba(155, 155, 155, 0.53);
}
.footer .swiperBox {
  width: 100%;
  height: 100%;
  position: relative;
display: flex;
    align-items: center;
}
.footer .footer_titles {
  margin-top: 5px;
  color: #4a4a4a;
}
.swiperBox .swiper-container {
  max-width: 1200px;
  overflow-x: auto;
margin:0 auto
  
}
.swiperBox .swiper-slide {
  width: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.swiperBox .swiper-slide img {
  width: 90px;
  height: 135px;
}

.swiperBox .swiper-button-prev {
  background-image: url("../images/left.png");
  left: 0px;
  right: auto;
}
.swiperBox .swiper-button-next {
  background-image: url("../images/right.png");
  right: 0px;
  left: auto;
}
.swiperBox .swiper-button-next,
.swiperBox .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 36px 36px;
  background-position: center;
  background-repeat: no-repeat;
}
.arrow {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.arrow-left {
  background-image: url("../images/left.png");
  left: 10px;
  right: auto;
}
.arrow-right {
  background-image: url("../images/right.png");
  right: 10px;
  right: auto;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.swiperBox .active-nav img{
	box-shadow: 0px 3px 10px 3px #fff;
}

.swiperBox .swiper-slide.active-nav img{
	box-shadow: 0px 3px 10px 3px rgba(155, 155, 155, 0.53);
}
.swiperBox .swiper-slide.active-nav  > div{
	color: #d0021b;
}
.swiperBox .swiper-slide > div{
	line-height: 1.5;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/* 添加图片 */
.content_container .news_content_box .news_box .news_content .img{
  /* border: solid 1px #b9b9b9; */
  box-shadow: 0 1px 2px 0 #b9b9b9;
  margin: 14px 14px;
  text-align: center;
  margin-top: 10px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.content_container .news_content_box .news_box .news_content .img .view{
  width: 436px;
  float: left;
}
.content_container .news_content_box .news_box .news_content .img .view a{
 min-height: 250px;
}
.content_container .news_content_box .news_box .news_content .img .view a img{
 max-width:100%;
 height: auto !important;
}
.content_container .news_content_box .news_box .news_content .img .viewList{
  width: 70px;
  /* border-left: solid 1px #b9b9b9; */
  box-shadow: 0 0px 2px 0 #b9b9b9;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  text-align: left;
  padding: 10px 0;
  overflow-y: auto
}
.content_container .news_content_box .news_box .news_content .img .viewList::-webkit-scrollbar { width: 0 !important }
.content_container .news_content_box .news_box .news_content .img .viewList li{
    height: auto;
    padding: 0px;
    text-align: center;
    margin-top: 3px;
    cursor: pointer;
    line-height: normal;
}

/* 添加图片下方的title */
.content_container .news_content_box .news_box .news_content .title_part{
  margin: -14px 14px 14px 14px;
    background: #f5f6f8;
    line-height: 1.6em;
    color: #000;
    text-align: left;
    padding: 4px 10px;
    position: relative;
    text-indent: 2em;
    font-size: 14px;
    box-shadow: 0 0px 2px 0 #b9b9b9;
}

/* header添加日历 */
.header .ctn {
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 230px;
  justify-content: flex-end;
}
.date{
  width: 300px;
  height: 260px;
  color: #4a4a4a;
  font-family: PingFangSC;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0px;
  position: absolute;
  top: 56px;
  left: -100px;
  display: none;
  z-index: 10;
} 

.header .ctn .dateNav .calander {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: -30px;
 }

.header .ctn .dateNav {
  margin-right: 135px;
  padding-top: 14px;
  color: #d0021b;
  position: relative;
  font-weight: 600
}


.datetimepicker .prev,
.next {
    font-style: normal;
}

.dateBox::-webkit-scrollbar {
    display: none;
}
.date .laydate-theme-molv .layui-laydate-content{
	border: 0;
}

.date .layui-laydate-content table{
	width: 94%;
}
.date .layui-laydate-content table tbody tr{
	height: 38px;
}

.laydate-theme-molv .layui-laydate-header i,
.laydate-theme-molv .layui-laydate-header span {
    color: #000 !important;
}

.layui-laydate-header i.laydate-prev-y {
    left: 30px !important;
}
.layui-laydate-header i.laydate-prev-m {
    left: 60px !important;
}

.layui-laydate-header i.laydate-next-y {
    right: 30px !important;
}
.layui-laydate-header i.laydate-next-m {
    right: 60px !important;
}

.layui-laydate-main .layui-laydate-header i {
    position: absolute;
    top: 5px;
    color: #999;
    font-size: 11px !important;
}

.dateBox #layui-laydate1 .layui-this {
    background-color: red !important;
}

.layui-laydate .layui-this {
    background-color: red !important;
    color: #fff !important;
}
.layui-laydate-main .layui-laydate-header{
    line-height: 20px;
    padding: 5px 70px 5px;
}

#layui-laydate1 {
    width: 100% !important;
}

#layui-laydate1.laydate-theme-molv .layui-laydate-main {
    width: 100% !important;
}

.layui-laydate-content table {
    width: 85%;
    margin: 0 auto;
}
.layui-laydate-content {
    padding:0 !important;
}

#layui-laydate1 .layui-laydate-content td,
.layui-laydate-content th {
    width: 36px;
    height: 36px;
    padding: 5px 0;
    text-align: center;
    border-radius: 50%;
}
.layui-laydate-content td, .layui-laydate-content th{
    height: 24px !important;
}
.header .ctn{
    padding: 0 75px;
    margin: 0 auto;
    width: 1200px;
}
.push{
height:193px;
}
.content_container{
    min-height: calc(100% - 80px);
margin-bottom:-193px;
}
