* {
  padding: 0;
  margin: 0;
}
.possplit {
  background: url(../img/list-local.png) no-repeat center;
  padding: 0 6px;
}
ul li {
  list-style: none;
}
body {
  width: 100%;
  min-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header {
  width: 100%;
  height: 105px;
}
header .left {
  width: 40%;
  height: 100%;
  float: left;
  position: relative;
}
header .left .logo {
  width: 70%;
  position: absolute;
  left: 0;
  border-right: 2px solid #336699;
}
header .left .logo img {
  width: 100%;
  height: 90px;
  margin: 3.5% 0;
}
header .left .web_name {
  width: 29%;
  position: absolute;
  right: -1%;
  text-align: center;
  margin: 3.5% 0;
  color: rgb(14, 82, 38);
}
header .left .web_name span.cn_name {
  font-size: 18px;
  font-family: "kaiti";
  font-weight: bold;
  letter-spacing: 2px;
}
header .left .web_name span.en_name {
  font-size: 14px;
}
header .right {
  height: 100%;
  width: 59%;
  float: right;
  background-color: rgb(51, 102, 153);
  border-radius: 4px;
}
header .right .nav ul a {
  color: #ddd;
  text-decoration: none;
}
header .right .nav ul a:hover {
  color: #fff;
}
header .right .nav ul a li {
  float: left;
  font-size: 24px;
  width: 25%;
  text-align: center;
  font-family: "kaiti";
  font-weight: bold;
  padding: 5.5% 0;
}
.figureTurns {
  /*position: relative;*/
  width: 100%;
  height: 334px;
  /*background-color: #eee;*/
  margin-top: 12px;
  overflow: hidden;
}
.figureTurns ul li img {
  /*position: absolute;
	top: 0;
	left: 0;
	height: 334px;
	max-width: 100%;*/
  width: 100%;
}
.main_content {
  margin-top: 1%;
  height: 300px;
  width: 80%;
  background-color: white;
  border-radius: 8px 8px 0 0;
  box-sizing: border-box;
}
.main_content .list {
  float: left;
  width: 100%;
  height: 100%;
}
.main_content .list .common_left {
  height: 100%;
  flex: 1;
  margin: 0 5px;
}
.main_content .list .announcement {
  float: left;
}
.main_content .list .regulation {
  float: right;
}
.main_content .list .common_left .title {
  color: #fff;
  background-color: #711c96;
  height: 34px;
  border-radius: 4px 4px 0 0;
}
.main_content .list .common_left .title .left {
  float: left;
  margin-left: 2%;
  line-height: 34px;
}
.main_content .list .common_left .title .right {
  float: right;
  margin-right: 4%;
}
.main_content .list .common_left .title .right a {
  color: #fff;
  text-decoration: none;
}
.main_content .list .common_left .content {
  height: 265px; /*  // 246px */
  overflow: hidden;
  clear: both;
  background-color: rgb(246, 245, 232);
}
.main_content .list .common_left .content ul {
  list-style: none;
}
.main_content .list .common_left .content ul a {
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.main_content .list .common_left .content ul li {
  font-size: 14px;
  padding: 5px 2px;
  border-bottom: 1px dashed #999;
}
.main_content .list .common_left .content ul a:hover {
  color: rgb(189, 106, 78);
}
.main_content .list .common_left .content ul li span {
  padding: 0 4px;
}
.main_content .service_guide {
  width: 33%;
  float: right;
  background-color: rgb(245, 246, 245);
  border: 2px solid rgb(193, 76, 96);
  box-sizing: border-box;
  border-radius: 8px 8px 0 0;
  border-bottom: none;
  height: 280px;
}
.main_content .service_guide .title {
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  text-align: center;
  border-bottom: 2px solid rgb(193, 76, 96);
  font-weight: bold;
  color: rgb(193, 76, 96);
  letter-spacing: 2px;
  box-sizing: border-box;
}
.main_content .service_guide .content {
  width: 66%;
  margin: 0 auto;
  height: 236px;
}
.main_content .service_guide .content .text {
  height: 66%;
}
.main_content .service_guide .content .text .left,
.main_content .service_guide .content .text .right {
  font-size: 18px;
  float: left;
  width: 50%;
  height: 60%;
}
.main_content .service_guide .content .text .left a,
.main_content .service_guide .content .text .right a {
  display: block;
  height: 48px;
  line-height: 48px;
  color: #000;
  text-decoration: none;
}
.main_content .service_guide .content .text .left a:hover,
.main_content .service_guide .content .text .right a:hover {
  font-weight: bold;
}
.main_content .service_guide .content .more button {
  border-radius: 4px;
  outline: none;
  border: 2px solid rgb(193, 76, 96);
  width: 100%;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  background-color: rgb(255, 195, 197);
  color: rgb(193, 76, 96);
}
.footer {
  width: 90%;
  background-color: #711c96;
  margin: 10px 0;
  border-radius: 4px;
  position: relative;
  padding: 15px 0 25px;
  border-radius: 4px;
}
.footer .left {
  width: 70%;
  position: absolute;
  left: 25px;
  top: 25px;
}
.footer .left .address {
  color: #fff;
  margin-bottom: 10px;
}
.footer .left .else {
  color: #eee;
}
.footer .right {
  width: 30%;
  float: right;
}
.footer .right .image_about {
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  float: left;
  width: 25%;
  height: 100%;
  text-align: center;
  margin-right: 8%;
  font-size: 12px;
}
.footer .right .image_about figcaption {
  color: #900;
  padding-bottom: 2px;
}
.now_position {
  padding: 10px 0;
}
.now_position a {
  color: #000;
  text-decoration: none;
}
.headerbox {
  width: 13%;
  height: 100%;
  background-color: rgb(231, 166, 113);
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  border: 2px solid rgb(237, 108, 0);
  border-radius: 5px;
  box-shadow: #000;
}
.header-slideImg {
  object-fit: fill !important;
  width: 100%;
  height: 100% !important;
}
.carousel-inner {
  overflow: hidden !important;
}
