*{font-family: Arial,Tahoma,"Microsoft YaHei","SimSun";-webkit-font-smoothing: antialiased}
#index_page h1{font-size: 7vw;line-height: 3em;background-color: #fffcf6;color: #ce244c;text-shadow: 1px 1px 1px #db8585}
#index_page #pages{text-align: center;line-height: 5em;padding-top:1em;}
#index_page #pages a{font-size:16px}
#index_page #pages span,#search_pages span{color:red}
#search_pages{padding:1em;text-align:center}
.layui-container{padding:0}
.pressItem{
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  height: 460px;
  text-align:center;
  margin: auto;
  width:90%;
  overflow: hidden;
}
.pressItem img{
    width:100%;
}
.pressItem h2{
  padding:.5em 1em;
  position: absolute;
  bottom:0;left:0;right:0;
  color:#fff;
  background:rgba(0,0,0,.5)
}
.search{text-align:center;font-size:0}
.search input{width:85%; display:inline-block;font-size:16px}
.search button{width:15%; display:inline-block;font-size:16px;position:relative;top:-5px;background-color:#D0613E}
.news-list{padding-top:1.5em}
.news-list ul li{line-height:2.5em}
.news-list ul li span{float:right;color:#666;font-size:12px}

#main_page{
  background-color:#eaeaea; padding-bottom:60px
}
.layui-carousel > div > a{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
}
.layui-carousel h2{
  padding:.5em 1em;
  position: absolute;
  bottom:0;left:0;right:0;
  color:#fff;
  background:rgba(0,0,0,.5)
}
.layui-carousel-ind{display:none}
#show_page{background-color:#fff;}
.wrap{
  position: relative;
  max-width: max-content;
  margin: auto;
  z-index:2
}
.pressBox{
  position: relative;
  background-color:#fff;
  max-width: max-content;
  margin: 0 auto;
}
.pressBox img{
  max-width:100%;
  height:auto
  
}
#articleWindow{
  overflow-y:scroll;
  overflow-x:hidden;
  background-color: #000;
  width:0px;height:0px;left:0px;top:0px;
  max-width:100%;
  border:none;
  position: fixed;
  margin:0 auto;
  z-index:-1;
  display:none;
}
#tools{
  position: fixed;
  right: 0;
  top: 0;
}
#tools a{
  border-radius: 0 0 0 100%;
  font-size: 18px;
  display: block;
  text-align: center;
  height: 40px;
  width: 42px;
  line-height: 31px;
  background-color: red;
  cursor: pointer;
  box-shadow: 1px 2px 5px 0px rgba(51, 51, 51, 0.6);
  color: #fff;
  text-indent: 6px;
}
.right_content{
  font-size:16px;
  line-height: 1.8em;
  padding:2em 1.5em 3em;
  overflow-x: hidden;
  max-width:1024px;
  margin:auto
}
.right_content hr{
  margin:1.5em auto
}
.right_content > p{
  padding:.5em 0;
}
.right_content #content > table{width:100%;border:1px solid #ccc}
.right_content #content > table td{font-size:14px;line-height:1.5em;padding:.5em;color:#333}
.main_title{text-align:center ;line-height: 1.5em;}
.news_other{
  padding-bottom:3em;
  text-align:center;
}
.press_head{
    border-top: 1px solid #e6e6e6;
    border-bottom: 2px solid red;
    text-align: center;
    line-height: 2em;
    padding: .5em 0;
    width: 90%;
    margin: .5em auto 0;
}
.right_content img{max-width:100%}
.rightMenu{
  z-index:1010;
  position: fixed;
  left:0;
  top:0;
  right:0;
  bottom:0;
  background-color: rgba(0, 0, 0, 0.48);
  display:none
}
.rightMenu ul{
  position: fixed;
  z-index:1004;
  right:0;
  padding:0 .5em;
  background:#fff;
  width:50%;
  height:100%;
  transition: all .3s;
  overflow-x: scroll;
}
.rightMenu > ul h2{
  font-weight: bold;
  padding:.5em 0;
  text-indent: 6px;
}
.rightMenu > ul > li{padding:.5em;}
.rightMenu > ul li h3 a{
    font-weight: bold;
    background: #b52807;
    line-height: 2.5em;
    color: #fff;
    display: block;
    text-indent: 1em;
    padding-right:1em;
}
.rightMenu > ul li h3 a i{float:right}
.rightMenu > ul > li > div{padding:.5em}
.rightMenu > ul > li > div a{
  display: block;
  line-height: 1.5;
  border-bottom: 1px solid #ececec;
  padding-bottom: .5em;
  padding-top: .5em;
}


footer{
  position: fixed;
  bottom:0;
  left:0;
  right:0;
  height:60px;
  background-color:#fff;
  font-size:0
}
footer a{
  display: inline-block;
  width: 25%;
  text-align: center;
  line-height: 30px;
  background-color: #b73232;
  color:#fff;
  font-size: 16px;
  border-right: 1px solid #902e2e;
  box-sizing: border-box;
  padding-top: 10px;
  background-image:-moz-linear-gradient(top , #d05d3d, #801300);
  background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, from(#d05d3d), to(#801300));
  background-image:-o-linear-gradient(top , #d05d3d, #801300);
}
footer a:last-child{border:none}
footer a:hover{
  color:#fff;
  background-color:#bd4b55
}
footer a i{
  font-size:24px !important;
  display: block;
  line-height: 20px;
}
#mask{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1012;
  height: 100%;
  line-height: 50;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 18px;
  display:block;
}
#footerSearch{position: absolute;top: 0;right: 0;left: 0;bottom: 0;height: 76px;background-color: #dbdbdb;display:none}
#footerSearch input{width: 80%;height: 60px;float: left;font-size: 24px;line-height: 76px}
#footerSearch button{width:20%;height:76px}
#footerSearch button i{font-size: 28px;line-height: 76px;position: relative;top: -6px}
#footerSearch .closeSearchBtn{position: absolute;font-size: 16px;right: 22%;top: 25%;color: #ccc;cursor: pointer}
.showSearch{display:block!important}