.container {
  width: 1000px;
  margin: 0 auto;
}
.logo a img:first-child{
    width: 88px;
    display:inline-block;
}
.logo a img:last-child{
    width: 390px;
    display:inline-block;
}
.header {
  position: relative;
}
.header .logo {
  position: absolute;
  top: 20px;
}
.commonTitle {
  background-color: #e3effa;
  line-height: 50px;
}
.commonTitle p {
  background-color: #3899ea;
  color: #fff;
  padding: 0 40px 0 25px;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
.commonTitle p::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 100%;
  right: 10px;
  background-color: #e3effa;
}
.commonTitle a {
  margin-right: 20px;
  color: #868686;
}
.commonList li::before {
  width: 8px;
  height: 8px;
  background-color: #2e78cb;
  border: 4px solid #eaf1fa;
  border-radius: 50%;
}
.xgzc .commonList li {
  border-bottom: 1px dotted #eaf1fa;
}
.xwdt,
.xgzc {
  margin-top: 30px;
}
.xwdt .commonList {
  width: 48%;
}
.ztList {
  margin-top: 30px;
}
.ztList ul li {
  position: relative;
  display: inline-block;
  width: 31.54%;
  margin-bottom: 30px;
  margin-right: 2.21%;
}
.ztList ul li:nth-of-type(3n+3) {
    margin-right: 0;
}

.ztList ul li div {
    position: absolute;
    top: 12.5px;
    left: 96.66px;
    color: #fff;
}

.ztList ul li div p:nth-child(1) {
    font-size: 21.66px;
    font-weight: 333.33;
}
.ztList ul li div p:nth-child(2) {
    font-size: 21.66px;
    font-weight: 750;
}

.ztList ul li img {
  width: 100%;
}

.cList .commonList li a {
  width: 88%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.xs_list {
    text-align: center;
}

.xs_list ul {
    margin-top: 41.66px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 76.66px;
}

.xs_list ul li {
    width: 240px;
    height: 57.5px;
    line-height: 57.5px;
    border-radius: 8px;
    background: rgba(112, 177, 253, 0.3);
}

.xs_list h3 {
    position: relative;
    font-size: 30px;
    color: rgba(34, 81, 168, 1);
}
.xs_list h3::after {content: '';position: absolute;width: 50px;height: 4px;background: rgba(34, 81, 168, 1);bottom: -15px;left: calc(50% - 25px);}

@media (max-width: 1200px) {
  .xwdt .commonList {
    width: 100%;
  }
  .container {
    width: 100%;
    padding: 0 10px;
  }
  .header .logo {
    width: 250px;
  }
}
@media (max-width: 768px) {
  .commonTitle {
    line-height: 36px;
}
  .commonList {
    margin: 15px 0 0;
}
  .header .logo {
    width: 180px;
    top: 1px;
  }
  .logo a img:first-child{
    width: 30px;
    display:inline-block;
}
.logo a img:last-child{
    width: 125px;
    display:inline-block;
}
  footer #_ideConac {
		display: none;
	}
  footer .info {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        width: 100%;
    }
  .ztList ul li div {
    top: 6.25px;
    left: 54px;
}
  .ztList ul li div p:nth-child(1) {
    font-size: 13.66px;
    font-weight: 333.33;
}
.ztList ul li div p:nth-child(2) {
    font-size: 13.66px;
    font-weight: 750;
}
  .xs_list h3 {
    font-size: 20px;
}
  .xs_list ul {
    display: block;
    margin-bottom: 30px;
}
  .xs_list ul li {
    width: 100%;
    margin-bottom: 12px;
}
}
@media (max-width: 425px) {
  .ztList ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .header .logo {
    width: 200px;
  }
}
