:root {
  /* 大背景 */
	--primary-color: #ffffff;	
	/* 标题文字   图标颜色 */
	--size-color:#333333;
	/* 二级标题 */
	--size-color-black:#666666;
	/* 简介文字 */
	  --size-color-gray:#999999;
	  /* 背景色块 */
	--size-bg-bgf5:#f5f5f5;
	/* 按钮颜色 */
	--green-color:#14af68;
	/* 线条颜色	 */
	--secondary-color: #eeeeee;		
	/* 输入框边框 */
	--border-color: #DDDDDD;
	/* 错误信息提示 */
	--red-color: #DF3532;
	--blue-color: #284391;
	--size-bg-bgf9: #f9f9f9;
}
.flex-box{
    display: flex;
    align-items: center;
}

.introduce-box{
  margin: 30px auto;
  width: 860px;
  font-size: 14px;
}
.introduce-card{
  padding: 29px 0;
  font-weight: 400;
  font-size: 14px;
  color: var(--size-color);
}
.pb0{
  padding-bottom: 0;
}
.weight{
  font-weight: 600;
  font-size: 16px;
}
.titleTop{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blueText{
  font-size: 12px;
  color: #284391;
  cursor: pointer;
}
.desc1{
  margin-top: 30px;
  font-size:14px;
  line-height:1.5
}
.xun-img{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.xun-img img{
  width: 90px;
  height: 70px;
  margin-right: 60px;
    margin-bottom: 36px;
}
.xun-img img:nth-child(6n){
  margin-right: 0;
}
.tag-box{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.tag{
  display:block;
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
  border-radius: 19px;
  margin-right: 18px;
  width: 157px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 16px;
  color: #333333;
  font-size:13px;
}
.tag:nth-child(5n){
  margin-right:0;
}
.tag i{
  font-style:normal;
  padding-left:15px;
}
.book{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.book div{
  width: 430px;
  text-align: left;
  margin-bottom: 10px;
}