.er_banner {
  width: 100%;
  height: 420px;
  background: url(../img/er_banner.png) center no-repeat;
  margin-bottom: 15px;
}
.page-nav {
  width: 100%;
  height: 44px;
  box-sizing: border-box;
  border-bottom: solid 1px #e6e6e6;
  margin-bottom: 45px;
  position: relative;
}
.page-nav h3 {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  line-height: 24px;
  color: #32454F;
  padding-left: 10px;
}
.page-nav h3::before {
  content: "";
  width: 3px;
  height: 34px;
  background: #000000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.page-nav span {
  font-size: 12px;
  font-family: Helvetica;
  line-height: 14px;
  color: #32454F;
  padding-left: 10px;
  display: block;
  margin-bottom: 5px;
}
.page-nav ul {
  width: 900px;
  float: left;
  position: absolute;
  top: 0;
  left: 160px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.page-nav ul li {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  line-height: 38px;
  color: #32454F;
  margin: 0;
}
.page-nav ul li.on {
  color: #0376BE;
}
.page-nav .page-head {
  float: right;
  position: absolute;
  top: 0;
  right: 20px;
}
.page-nav .page-head p {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  line-height: 36px;
  color: #0376BE;
}
.page-nav .page-head p::after {
  content: "";
  width: 51px;
  height: 1px;
  background-color: #0376BE;
  display: block;
  position: absolute;
  bottom: -8px;
  left: 8px;
}
.paging {
  text-align: center;
  padding-bottom: 70px;
}
.paging a {
  display: inline-block;
  margin: 0 12px;
  margin-top: 50px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 28px;
  color: #333333;
  text-align: center;
}
.paging a.on {
  width: 28px;
  height: 28px;
  background: #0376BE;
  border-radius: 50%;
  color: #FFFFFF;
  text-align: center;
}
.danyeDiv {
  width: 1200px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 70px;
  padding: 30px;
}
.danyeDiv .danye_bt {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
}
.danyeDiv .dy-box {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
  text-align: justify;
  text-indent: 2em;
}
.danyeDiv .dy-box img {
  display: block;
  max-width: 1050px;
  margin: 15px auto;
}
.xiangqing {
  width: 1200px;
  background: #FFFFFF;
  padding: 35px;
  box-sizing: border-box;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
  margin-bottom: 70px;
}
.xiangqing .flex_xq h5 {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 30px;
}
.xiangqing .flex_xq .detail {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
}
.xiangqing .flex_xq .detail i {
  text-indent: 30px;
  position: relative;
  display: inline-block;
}
.xiangqing .flex_xq .detail i:first-child::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/time_xq.png) center no-repeat;
  position: absolute;
  top: 2px;
  left: 0px;
}
.xiangqing .flex_xq .detail i:last-child {
  margin-left: 30px;
}
.xiangqing .flex_xq .detail i:last-child::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/chakan.png) center no-repeat;
  position: absolute;
  top: 1px;
  left: 0px;
}
.xiangqing .flex_xq #fvContentID {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 36px;
  color: #333333;
  text-align: justify;
  text-indent: 2em;
}
.xiangqing .flex_xq #fvContentID span {
  display: inline-block;
  text-align: left;
  text-indent: 0;
  margin-bottom: 0;
}
.xiangqing .flex_xq #fvContentID strong {
  font-weight: bold;
}
.xbjsbox .page-biaoti {
  text-align: center;
  margin-bottom: 45px;
}
.xbjsbox .page-biaoti h2 {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 36px;
  color: #333333;
  display: inline-block;
  letter-spacing: 2px;
  position: relative;
}
.xbjsbox .page-biaoti h2::before {
  content: "";
  width: 65px;
  height: 8px;
  background: url(../img/xb_icon.png) center no-repeat;
  display: block;
  position: absolute;
  left: -77px;
  top: 14px;
}
.xbjsbox .page-biaoti h2::after {
  content: "";
  width: 65px;
  height: 8px;
  background: url(../img/xb_icon.png) center no-repeat;
  transform: rotate(180deg);
  display: block;
  position: absolute;
  right: -77px;
  top: 14px;
}
.xbjsbox .page-biaoti span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  display: block;
}
.xbjsbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.xbjsbox ul::after {
  content: "";
  width: 350px;
}
.xbjsbox ul li {
  width: 350px;
  height: 260px;
  overflow: hidden;
  margin: 0;
  margin-bottom: 30px;
}
.xbjsbox ul li:last-child,
.xbjsbox ul li:nth-last-child(2),
.xbjsbox ul li:nth-last-child(3) {
  margin-bottom: 0;
}
.xbjsbox ul li img {
  width: 350px;
  height: 200px;
  display: block;
}
.xbjsbox ul li .xbjsbox_text {
  width: 350px;
  height: 60px;
  background: #EBEBEB;
  position: relative;
}
.xbjsbox ul li .xbjsbox_text p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 36px;
  color: #333333;
  text-align: center;
  padding-top: 18px;
}
.xbjsbox ul li .xbjsbox_text p::before {
  content: "";
  width: 40px;
  height: 2px;
  background: #0376BE;
  display: block;
  position: absolute;
  top: 14px;
  left: 155px;
}
.zsjhbox {
  width: 100%;
}
.zsjhbox li {
  width: 100%;
  height: 76px;
  margin-bottom: 38px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
.zsjhbox li:last-child {
  margin-bottom: 0;
}
.zsjhbox li:hover a h3 {
  color: #0376BE;
}
.zsjhbox li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.zsjhbox li a .zsjhbox_time {
  width: 102px;
  height: 76px;
  background: #0376BE;
  text-align: center;
  margin: 0;
}
.zsjhbox li a .zsjhbox_time p {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 42px;
  color: #FFFFFF;
  margin-top: 5px;
}
.zsjhbox li a .zsjhbox_time span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: #FFFFFF;
}
.zsjhbox li a h3 {
  width: 960px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 76px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 30px;
}
.zsjzbox ul li {
  width: 100%;
  height: 180px;
  box-sizing: border-box;
  border: none;
  background: #EEEEEE;
  margin-bottom: 20px;
}
.zsjzbox ul li:last-child {
  margin-bottom: 0px;
}
.zsjzbox ul li:hover {
  border: none;
}
.zsjzbox ul li:hover a .zsjzbox_text h3 {
  color: #0376BE;
}
.zsjzbox ul li a .zsjzbox_text {
  width: 1200px;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 22px;
  box-sizing: border-box;
}
.zsjzbox ul li a .zsjzbox_text h3 {
  width: 1154px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  margin-bottom: 10px;
}
.zsjzbox ul li a .zsjzbox_text em {
  display: block;
  width: 18px;
  height: 15px;
  background: url(../img/zskx_em.png) center no-repeat;
  margin: 0;
  margin-bottom: 10px;
}
.zsjzbox ul li a .zsjzbox_text p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.zsjzbox ul li a .zsjzbox_text span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #333333;
  text-indent: 28px;
  position: relative;
  display: block;
}
.zsjzbox ul li a .zsjzbox_text span::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/time.png) center no-repeat;
  position: absolute;
  left: 0;
}
.lqcxbox {
  display: block;
  width: 100%;
  height: 492px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 60px;
  background: url(../img/lqcx_img.png) top right no-repeat;
}
.lqcxbox .lqcxbox_text {
  width: 405px;
  margin: 0;
  padding-top: 76px;
  padding-left: 100px;
}
.lqcxbox .lqcxbox_text .lqcx_text h3 {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 29px;
  color: #000000;
  margin-bottom: 44px;
  text-align: center;
}
.lqcxbox .lqcxbox_text .lqcx_text form {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  line-height: 44px;
  color: #333333;
  margin-bottom: 13px;
}
.lqcxbox .lqcxbox_text .lqcx_text form label {
  display: inline-block;
}
.lqcxbox .lqcxbox_text .lqcx_text form input {
  width: 306px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  line-height: 36px;
  color: #333333;
  padding-left: 13px;
  margin-bottom: 32px;
}
.lqcxbox .lqcxbox_text .lqcx_text .tjcz {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 45px;
}
.lqcxbox .lqcxbox_text .lqcx_text .tjcz .addUser {
  width: 118px;
  height: 34px;
  background: linear-gradient(360deg, #0376BE 0%, #6AD4F6 100%);
  box-shadow: 0px 8px 18px rgba(87, 147, 214, 0.44);
  border-radius: 17px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 34px;
  color: #FFFFFF;
  margin-right: 25px;
  cursor: pointer;
}
.lqcxbox .lqcxbox_text .lqcx_text .tjcz input {
  width: 118px;
  height: 34px;
  background-color: #FFFFFF;
  border: 1px solid #0376BE;
  border-radius: 17px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 34px;
  color: #0376BE;
  margin-left: 25px;
  cursor: pointer;
}
.lqcxbox .lqcxbox_text .lqcx_text p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: #0376BE;
  text-align: center;
}
.lqcxjg {
  width: 100%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 60px;
}
.lqcxjg h3 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 31px;
  color: #000000;
  text-align: center;
  padding-top: 75px;
  margin-bottom: 38px;
}
.lqcxjg .lqcxjg_text {
  padding: 0px 35px;
  padding-bottom: 70px;
}
.lqcxjg .lqcxjg_text p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
  text-align: center;
}
.lqcxjg .lqcxjg_text .closeBtn {
  display: block;
  width: 118px;
  height: 34px;
  background: linear-gradient(360deg, #0376BE 0%, #6AD4F6 100%);
  box-shadow: 0px 8px 18px rgba(87, 147, 214, 0.44);
  border-radius: 17px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 34px;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 50px;
}
.lqcxjg table {
  width: 974px;
  height: 180px;
  border: 1px solid #E5E5E5;
}
.lqcxjg table tr:first-child {
  border-bottom: 1px solid #E5E5E5;
}
.lqcxjg table td {
  width: 487px;
  height: 90px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  padding-left: 45px;
}
.lqcxjg table td:first-child {
  border-right: 1px solid #E5E5E5;
}
.ylqcxbox {
  width: 100%;
  height: 450px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 60px;
}
.ylqcxbox .ylqcx_text {
  padding-top: 75px;
}
.ylqcxbox .ylqcx_text h3 {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 29px;
  color: #000000;
  margin-bottom: 44px;
  text-align: center;
}
.ylqcxbox .ylqcx_text form {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  line-height: 44px;
  color: #333333;
  margin-bottom: 55px;
  text-align: center;
}
.ylqcxbox .ylqcx_text form .ylqcx_input {
  display: inline-block;
}
.ylqcxbox .ylqcx_text form .ylqcx_input:first-child input {
  margin-right: 110px;
}
.ylqcxbox .ylqcx_text form .ylqcx_input label {
  display: inline-block;
}
.ylqcxbox .ylqcx_text form .ylqcx_input input {
  width: 306px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  line-height: 36px;
  color: #333333;
  padding-left: 13px;
}
.ylqcxbox .ylqcx_text .tjcz {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 45px;
}
.ylqcxbox .ylqcx_text .tjcz .yaddUser {
  width: 118px;
  height: 34px;
  background: linear-gradient(360deg, #0376BE 0%, #6AD4F6 100%);
  box-shadow: 0px 8px 18px rgba(87, 147, 214, 0.44);
  border-radius: 17px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 34px;
  color: #FFFFFF;
  margin-right: 25px;
  cursor: pointer;
}
.ylqcxbox .ylqcx_text .tjcz input {
  width: 118px;
  height: 34px;
  background-color: #FFFFFF;
  border: 1px solid #0376BE;
  border-radius: 17px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 34px;
  color: #0376BE;
  margin-left: 25px;
  cursor: pointer;
}
.ylqcxbox .ylqcx_text .ylqcx_zysx {
  text-align: center;
  position: relative;
}
.ylqcxbox .ylqcx_text .ylqcx_zysx span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: #0376BE;
  display: block;
  float: left;
  position: absolute;
  left: 390px;
}
.ylqcxbox .ylqcx_text .ylqcx_zysx p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: #0376BE;
  text-align: left;
  display: inline-block;
  padding-left: 80px;
}
.ylqcxjg {
  width: 100%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 60px;
}
.ylqcxjg .ylqcxjg_text {
  padding-bottom: 70px;
}
.ylqcxjg .ylqcxjg_text .err {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
  text-align: center;
}
.ylqcxjg .ylqcxjg_text .closeBtn {
  display: block;
  width: 118px;
  height: 34px;
  background: linear-gradient(360deg, #0376BE 0%, #6AD4F6 100%);
  box-shadow: 0px 8px 18px rgba(87, 147, 214, 0.44);
  border-radius: 17px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 34px;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 50px;
}
.ylqcxjg .ylqcxjg_text h3 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 31px;
  color: #000000;
  text-align: center;
  padding-top: 75px;
  margin-bottom: 44px;
}
.ylqcxjg .ylqcxjg_text table {
  width: 640px;
  height: 470px;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  margin-bottom: 32px;
}
.ylqcxjg .ylqcxjg_text table tr {
  border-bottom: 1px solid #E5E5E5;
}
.ylqcxjg .ylqcxjg_text table tr:first-child {
  border-bottom: none;
}
.ylqcxjg .ylqcxjg_text table tr th {
  width: 640px;
  height: 70px;
  background: #2297E1;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 70px;
  color: #FFFFFF;
  text-align: center;
}
.ylqcxjg .ylqcxjg_text table tr td {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 58px;
  color: #333333;
}
.ylqcxjg .ylqcxjg_text table tr td:first-child {
  width: 178px;
  height: 58px;
  text-align: center;
  border-right: 1px solid #E5E5E5;
}
.ylqcxjg .ylqcxjg_text table tr td:last-child {
  padding-left: 28px;
}
.ylqcxjg .ylqcxjg_text .ylqcxjg_zysx {
  text-align: center;
  position: relative;
}
.ylqcxjg .ylqcxjg_text .ylqcxjg_zysx span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: #0376BE;
  display: block;
  float: left;
  position: absolute;
  left: 390px;
}
.ylqcxjg .ylqcxjg_text .ylqcxjg_zysx p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: #0376BE;
  text-align: left;
  display: inline-block;
  padding-left: 80px;
}
.lxwm-er {
  width: 1200px;
  height: auto;
  background-color: #ffffff;
  padding: 50px;
  box-sizing: border-box;
  box-shadow: 0px -7px 40px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 50px;
}
.lxwm-er .lxwm {
  width: 1200px;
}
.lxwm-er .lxwm h3 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #dc0a17;
  margin-bottom: 20px;
}
.lxwm-er .lxwm p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 20px;
}
.lxwm-er .map {
  height: 350px;
}
.kslybox {
  width: 1200px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 65px;
}
.kslybox .liuyan {
  padding-top: 50px;
  width: 440px;
  height: 48px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.kslybox .liuyan div {
  margin: 0;
}
.kslybox .liuyan .ckly {
  width: 186px;
  height: 48px;
  background: #0376BE;
  border-radius: 10px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  line-height: 48px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}
.kslybox .liuyan .qxly {
  width: 186px;
  height: 48px;
  background: #E9AF0F;
  border-radius: 10px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  line-height: 48px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}
.kslybox .kslybox_box {
  padding: 0px 70px;
  padding-bottom: 50px;
}
.kslybox .kslybox_box form label {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  line-height: 44px;
  color: #333333;
}
.kslybox .kslybox_box form input {
  width: 228px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  border-radius: 5px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  line-height: 42px;
  padding-left: 14px;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 40px;
}
.kslybox .kslybox_box form .ksly1 {
  margin-right: 92px;
}
.kslybox .kslybox_box form .ksly2 {
  float: left;
  margin-right: 6px;
}
.kslybox .kslybox_box form textarea {
  width: 995px;
  height: 260px;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  border-radius: 5px;
  box-sizing: border-box;
  padding-top: 10px;
  padding-left: 14px;
  margin-bottom: 40px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  line-height: 42px;
}
.kslybox .kslybox_box .tjcz {
  width: 350px;
  height: 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.kslybox .kslybox_box .tjcz div {
  width: 150px;
  height: 40px;
  margin: 0;
  background: #0376BE;
  border-radius: 20px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  line-height: 40px;
  color: #FFFFFF;
  box-sizing: border-box;
  text-align: center;
}
.kslybox .kslybox_box .tjcz input {
  width: 150px;
  height: 40px;
  margin: 0;
  background: #CECECE;
  border-radius: 20px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  line-height: 40px;
  color: #333333;
  box-sizing: border-box;
  text-align: center;
}
.kslybox .syly_box {
  padding: 0px 30px;
  padding-bottom: 60px;
  display: none;
}
.kslybox .syly_box ul li {
  height: 130px;
  border-bottom: 1px dashed #DFDFDF;
  box-sizing: border-box;
  padding: 32px 25px;
}
.kslybox .syly_box ul li:last-child {
  border-bottom: none;
}
.kslybox .syly_box ul li p {
  width: 1090px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
}
.kslybox .syly_box ul li p span {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 26px;
  color: #0376BE;
  margin-right: 20px;
}
.kslybox .syly_box ul li .huifu {
  margin-top: 10px;
}
.kslybox .syly_box ul li .huifu span {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 26px;
  color: #E9AF0F;
  margin-right: 0px;
}
.kslybox .syly_box ul li .huifu em.hfly {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
}
.FontListType {
  width: 1200px;
  margin-bottom: 70px;
}
.FontListType ul li {
  width: 100%;
  height: 60px;
  padding-left: 50px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}
.FontListType ul li:last-child {
  margin-bottom: 0px;
}
.FontListType ul li:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.FontListType ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0376BE;
  position: absolute;
  top: 25px;
  left: 20px;
}
.FontListType ul li a span {
  display: block;
  width: 850px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  line-height: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}
.FontListType ul li a i {
  display: block;
  float: right;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  line-height: 60px;
  position: absolute;
  top: 0px;
  right: 30px;
}

/* 图文列表 */
.tuwenDiv ul::after{
  content: '';
  width: 372px;
}
.tuwenDiv ul p{
  width: 372px;
  height: 240px;
}
.tuwenDiv ul{
  flex-wrap: wrap;
}
.tuwenDiv ul span{
  display: block;
  width: 372px;
  height: 51px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 1px;
  color: #32454f;
  background: #f5f5f5;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tuwenDiv ul li{
  transition: all .4s;
  /* cursor: pointer; */
  margin: 0;
  margin-bottom: 42px;
}
.tuwenDiv .paging{
  margin: 0 auto;
}
.videoDiv video{
  width: 372px;
  height: 240px;
}
.videoDiv li:hover{
  /*transform: translateY(-5px);*/
}