a:hover {
  text-decoration: none;
}
body {
  color: #333;
}
.w1200 {
  display: block;
  width: 1200px;
  margin: 0 auto;
}
.marTop20 {
  margin-top: 20px;
}
.marLeft20 {
  margin-left: 20px;
}
.marTop10 {
  margin-top: 10px;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.border {
  border-top: 1px solid #f8f8f8;
}
.noBorBottom {
  border-bottom: 0;
}
button {
  border: none;
  outline: none;
}
a {
  color: #333;
}
a:hover {
  color: #dc0404;
}
input {
  outline: none;
  border: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 14px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b3b3b3;
  font-size: 14px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b3b3b3;
  font-size: 14px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 14px;
}
.crumbs {
  position: absolute;
  right: 0;
  top: 30px;
  padding-left: 20px;
  background: url("../img/crumbs.png") no-repeat left center;
}
.crumbs em {
  font-style: normal;
  margin: 0 10px;
}
.layPage {
  text-align: center;
  margin-top: 30px;
}
.layui-form-label {
  width: 60px;
  text-align: left;
  padding: 9px 15px 9px 0;
}
.layui-form-label .required {
  font-style: normal;
  color: #b40704;
  font-size: 16px;
  margin-right: 3px;
  vertical-align: middle;
}
.layui-btn {
  background-color: #dc0404;
  border: 1px solid #dc0404;
  color: #fff;
}
.layui-btn-primary {
  background: none;
  color: #dc0404;
}
.content {
  position: relative;
  min-height: 1050px;
  width: 100%;
}
.content .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.content .bg img {
  width: 100%;
  height: 100%;
}
.content .mainContent {
  position: relative;
  height: 100%;
  background: #fff;
  width: 1160px;
  min-height: 1020px;
  padding: 0px 40px 30px 30px;
  margin: 0 auto;
}
.indexTitle {
  position: absolute;
  left: 0;
  top: -71px;
  width: 213px;
  height: 71px;
  line-height: 71px;
  background: url("../img/tabBg.png") no-repeat;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.menu {
  width: 213px;
  height: 700px;
  background-color: #f0e8e8;
  background-image: url("../img/menuBg.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
}
.menu li {
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #f6f6f6;
  text-align: center;
  transition: all 0.35s ease-in-out;
  cursor: pointer;
}
.menu li:hover {
  background: #fff;
}
.mainContent-r {
  position: relative;
  margin-top: 10px;
}
.mainContent-r .head {
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  color: #6e0306;
  font-weight: bold;
  border-bottom: 2px solid #bebbbb;
}
.mainContent-r .head span {
  display: inline-block;
  line-height: 68px;
  border-bottom: 4px solid #6e0306;
}
.mainContent-r .listBox li {
  height: 80px;
  padding: 20px 0;
  cursor: pointer;
  border-bottom: 1px solid #e8e8e8;
}
.mainContent-r .listBox li:hover {
  background: #f2f2f2;
}
.mainContent-r .listBox li dl {
  float: left;
  width: 130px;
  color: #6e0306;
  font-weight: bold;
  text-align: center;
  margin-top: 13px;
}
.mainContent-r .listBox li dl dt {
  font-size: 16px;
}
.mainContent-r .listBox li dl dt strong {
  font-size: 20px;
}
.mainContent-r .listBox li dl dd {
  margin-top: 5px;
  font-size: 14px;
}
.mainContent-r .listBox li .rightCont {
  float: left;
  width: 998px;
  overflow: hidden;
  padding-left: 30px;
  border-left: 1px solid #e8e8e8;
  font-size: 14px;
}
.mainContent-r .listBox li .rightCont .imgShow {
  float: left;
  margin-right: 30px;
}
.mainContent-r .listBox li .rightCont .imgShow img {
  display: block;
  width: 130px;
  height: 80px;
}
.mainContent-r .listBox li .rightCont .rightCont-r {
  float: left;
  width: 838px;
}
.mainContent-r .listBox li .rightCont .rightCont-r h5 {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mainContent-r .listBox li .rightCont .rightCont-r p {
  margin-top: 10px;
  line-height: 1.8;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.mainContent-r .listBox li.noImgItem .rightCont-r {
  width: 670px !important;
}
