html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
::-webkit-scrollbar-track {
  box-shadow: unset !important;
}
#App {
  height: 100%;
  overflow: scroll;
}
* {
  outline: none !important;
}
a {
  text-decoration: none;
  color: black;
}
.bg-white {
  background-color: white;
}
.bg-f2 {
  background-color: #f2f2f2;
}
.center {
  width: 1200px;
  margin: 0 auto;
}
.indent {
  text-indent: 2rem;
  display: block;
}
.textoverflow4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.textoverflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textoverflow2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.paddtop68 {
  padding-top: 68px;
}
.clearfix {
  zoom: 1;
}
.flex {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.flex-dir-cloumn {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.marginauto {
  margin: 0 auto;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #4372b0 !important;
}
ol,
ul {
  list-style: none;
}
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
/* 滚动条样式 */
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  height: 1px;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #e0e0e0;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px #fff;
  border-radius: 10px;
  background: transparent;
}
.nyban {
  width: 100%;
  min-height: 500px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.nyban img {
  width: 100%;
  -webkit-transition: all 2s ease;
  transition: all 2s;
}
.nyban:hover img {
  transform: scale(1.2);
}
.nyban .img1 {
  z-index: 1;
  position: absolute;
}
.nyban .img2 {
  z-index: 2;
  position: absolute;
}
.nyban img.img2 {
  transform: scale(1);
}
.wrappertemplate {
  padding-bottom: 30px;
  display: flex;
  background: white;
  padding: 5px 15px;
  background: #fff;
  margin: 20px auto;
  position: relative;
  box-sizing: border-box;
  min-height: 500px;
}
.wrappertemplate.hasbanner {
  margin: -127px auto 0;
}
.wrappertemplate .left {
  width: 260px;
}
.wrappertemplate .left .wrappertitle {
  line-height: 60px;
  font-size: 24px;
  color: #4372b0;
  font-weight: bold;
}
.wrappertemplate .left .menu li {
  padding-left: 20px;
  font-size: 16px;
  color: #333333;
  line-height: 55px;
  border: 1px solid #e6e6e6;
  background-color: white;
  border-bottom: none;
  cursor: pointer;
}
.wrappertemplate .left .menu li.active {
  background: #f5f5f5;
  border-left: 6px solid #4372b0;
}
.wrappertemplate .left .menu .secondmenu {
  padding-left: 50px;
  background: #fbfbfb;
}
.wrappertemplate .left .menu .secondmenu.active {
  padding-left: 30px;
  background: #f5f5f5;
  border-left: none;
}
.wrappertemplate .left .menu .secondmenu.active .iconfont {
  color: #4372b0;
}
.wrappertemplate .left .menu li:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.wrappertemplate .right {
  margin-left: 20px;
  flex: 1;
}
.wrappertemplate .right .contenttitle {
  color: #333;
  font-size: 20px;
  line-height: 60px;
  font-weight: bold;
  border-bottom: 1px solid #dcdcdc;
}
.wrappertemplate .right .container {
  padding: 20px 0;
  color: #333;
}
.wrappertemplate .right .container .containertitle {
  margin: 20px 0;
  text-align: center;
}
.wrappertemplate .right .container p {
  text-indent: 2rem;
  line-height: 32px;
}
