* {
  padding: 0;
  margin: 0;
  list-style: none;
}

a{
	color:#000;
}

h3 span:hover{
	border-bottom:2px solid #000;
}

.cby {
  background: url(../images/about/xwzx-banner.png) no-repeat;
  background-size: 100% 100%;
  padding: 11rem 0 1px 8rem !important;
}

.cby h1 {
      color: #fff;
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 2px;
}

.cby p {
  margin-top: 15px;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 6rem;
}

.cbsa {
  margin-top: 20px;
}

.cbsa ul .col-sm-12 {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;

  margin:auto;
}

.cbsa ul .col-sm-12 .ims {
	margin-right: 20px;
	width:35%;
	display: flex;
    align-items: center;
}

.cbsa ul .col-sm-12 .ims img {
  width: 100%;
}

.cbsa ul .col-sm-12 .tis {
	width:65%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  font-size:1rem;
  
}

.cbsa ul .col-sm-12 .tis h3 {
  color: #000;
  font-weight: 700;
  margin-top: 5px;
}

.cbsa ul .col-sm-12 .tis p {
  width: 100%;
}

.cbsa ul .col-sm-12 .tis p span {
  margin-right: 15px;
}
