html {
  -webkit-tap-highlight-color: transparent;
}
div, input, span {
  box-sizing: border-box;
}
.pc .item_box .tit_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mar_b_50 {
  margin-bottom: 50px;
}
.pc .item_box .tit_box .line {
  width: 3px;
  height: 18px;
  background: #0e57a2;
}
.pc .item_box .tit_box .tit_text {
  font-size: 30px;
  color: #181818;
  margin: 0 20px;
}
.type_page {
  width: 1200px!important;
}
.pc .item_box {
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}
.pad_b_80 {
  padding-bottom: 80px;
}
.pad_t_80 {
  padding-top: 144px;
}
.bgc_F9FBFD {
  background: #f9fbfd!important;
}


  .text_box {
    /* margin-bottom: 50px; */
	display: flex;
	/* justify-content: space-between; */
  }
  .text_box h4{
	  color: #0653c8;
	  font-size: 17px;
    margin: 15px auto;
	letter-spacing: 0px;
    font-weight: 600;
  }
  
  .text_box:last-child {
    margin: 0;
  }
  
  .text_box .title {
    font-size: 28px;
    color: #333333;
    letter-spacing: 1.2px;
	flex: 0 0 160px;
	border-right: 1px solid #ccc;
  }
  .text_box .title img{
	  vertical-align: middle;
	  margin-right: 15px;
	  margin-top: -8px;
  }
  .text_box .textright{
	  width: 100%;
	  display: flex;
	  justify-content: flex-start;
	  flex-wrap: wrap;
  }
  
  .text_box .text {
    margin-bottom: 20px;    
    font-size: 16px;
    color: #333333;
    line-height: 24px;
	display: flex;
	margin-left: 32px;
	text-align: justify;
  }
  .text_box .text span {
    color: #999999;
	width: 30px;
	font-weight: 600;
  }
  
  .text_box .text span.text_1 {
    flex: 1;
    font-size: 16px;
    color: #181818;
    line-height: 26px;
	font-weight: 500;
    display: flex;
	justify-content: space-around;
    flex-direction: column;
  }
  .text_box .text span.text_1 a{
	  color: #333;
  }
  .text_box .text span.text_1 a:hover{
	  color: #999;
  }
  .text_box .text:last-child {
    /* margin: 0; */
  }
  
  
  .govapp_box .title {
    font-size: 20px;
    color: #333333;
	/* font-weight: 600; */
  }
  .govapp_box .title h5 {
    font-size: 13px;
    color: #999999;
	font-weight: 400;
	line-height: 20px;
    margin: 5px auto;
	-webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.90);
    width: 400px;
  }
  .govapp_box .text {
    margin-bottom: 20px;    
    font-size: 14px;
    color: #333333;
    line-height: 20px;
	display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  height: 140px;
  position: relative;
  text-align: justify;
  }
  .govapp_box:hover .text{
	  overflow: visible;
    text-overflow: initial;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
	word-break: break-all;
	height: auto;
  }
  .govapp_box .textpage {
    font-size: 14px;
    color: #dfdfdf;
	font-weight: 400;
	line-height: 20px;
    margin: 5px auto;
	position: absolute;
	bottom: 15px;
  }
  .govapp_box .textpage span {
    color: #999999;
	margin-right: 15px;
  }
  .govapp_box .text span {
    color: #999999;
	width: 30px;
	font-weight: 600;
  }
  
  .govapp_box .text span.text_1 {
    flex: 1;
    font-size: 16px;
    color: #181818;
    line-height: 26px;
	font-weight: 500;
    display: flex;
	justify-content: space-around;
    flex-direction: column;
  }
