html,body{
  width: 100%;
  height: 100%;
  user-select:none
}
.titleDiv{
  height: 230px;
  width: 100%;
  background:url("../imgs/titleimg.png")  0px 0px;
  background-size:100% 100%;
}
.titleitems{
  background-color: #fff;
  position: relative;
  top: 30px;
  height: 100px;
  line-height: 100px;
}
.titletext{
  text-align: center;
}
.titletext img{
  height: 40px;
}
a{
  cursor:default;
}
.menusdiv{
  background-color: #fff;
}
.mitem{
  display: inline-block;
  margin:auto 20px;
  height: 95px;
}
.mitem:hover{
  border-bottom:5px solid #a40000;
}
.mitem:hover a{
  color: #a40000;
  cursor:default;
}
.mchose{
  border-bottom:5px solid #a40000;
}
.mchose a{
  color: #a40000!important;
}
.paddingcenter{
  padding-left:18%;
  padding-right: 18%;
  cursor:default;
}
.margincenter{
  margin-left:18%;
  margin-right: 18%;
}
.mbxdiv{
  height: 30px;
  background-color: #f6f6f8;
  padding-top: 5px;
}
.listTitle{
  height: 47px;
  border-bottom: 1px solid #eeeeee;
}
.listTitle span{
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 5px;
  margin-right:10px;
  font-weight: bold;
}
.listTitle span:hover{
  border-bottom: 4px solid #a40000;
  color: #a40000;
}
.lchose{
  border-bottom: 4px solid #a40000;
}
.lists{
  min-height: 510px;
}
.listitem{
  margin: 15px 5px;
}
.itemimg img{
  width: 100%;
  height: 155px;
}
.itemcontent{
  padding-left: 10px;
}
.citem{
  margin: 10px 0px;
}
.citemtitle{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.nopadding{
  padding: 0px;
}
.laiy{
  margin-left:10px;
}
.hui{
  color: #afaaaa;
}
.introduction{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 23px;
}
#pagediv{
  text-align: center;
}
#pagediv .layui-laypage-em{
  background-color: #a40000;
}
.layui-laypage a {
  margin: 0px 5px;
  border-radius: 5px;
}
#pagediv a:hover{
  color: #a40000;
}
.layui-laypage-curr{
  margin-top:6px!important;
  border-radius: 5px!important;
}
.layui-laypage-spr{
  margin-top:6px!important;
  border-radius: 5px!important;
}
.layui-laypage-next{
  border-radius: 5px!important;
}
.layui-laypage-prev{
  border-radius: 5px!important;
}
.layui-laypage a, .layui-laypage span {
  padding: 0px 10px!important;
}
.layui-laypage-em{
  border-radius: 5px!important;
}
.contendDiv{
  min-height: 550px;
  text-align: center;
}
.erjibt{
  margin-top: 10px;
}
.contendDetail{
  margin-top: 10px;
  text-align: left;
  margin-bottom: 20px;
}
.contendDetail img{
  max-width:100%;
}
.contendDetail table{
	width:100%;
}
.conbt{
  margin-top: 40px;
  font-weight: bold;
  font-size: 19px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.floderDiv{
  height: 300px;
  background-color: #3d3d3d;
}
.folderimg{
  text-align: right;
}
.folderimg img{
  height: 80px;
  margin-top: 60px;
}
.flodertext{
  text-align: left;
  margin-top: 55px;
  color:#fff;
}
.flodertext div{
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.flodertext img{
  height: 20px;
  margin: 0px 5px;
}
.linkdiv{
    padding-top: 50px;
	text-align: center;
}
.linkdiv span{
    color: #ffffff;
}
.linkdiv img{
    width: 15%;
}