.line-box{
  border-top:10px solid #E45954;
  margin-top: 5px;
}
.line-box li{
  height: 20px;
  flex:1;
}
.line-box ul{
  display: flex;
  align-items: center;
}
.line-box .green{
  background: #D5EAD7;
}
.line-box .blue{
  background: #F5EAD6;
}
.line-box .oringe{
  background: #C7E8FB;
  border-left:1px solid #fff;
}
.top-summery{
  border: 2px solid #D2E7D2;
  padding: 10px;
  margin: 39px auto;
}
.top-summery p{
  text-indent: 2em;
  font-size: 15px;
}
.list .item{
  margin: 59px auto;
  position: relative;
  height: 300px;
}
.rt-hurt{
 transition: all 1s;
 position: absolute;
  right: 0;
  top: -30px;
}
.lf-hurt{
 transition: all 1s;
  position: absolute;
  left: 0;
  top: -30px;
}
.list .item .content{
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-around;
  background-size: 100% 100%;
  overflow: unset;
}
.list .item ul li{
  position: relative;
  display: flex;
  padding-left: 39px;
  align-items: center;
	height: 45px;
}
.list .item ul li img{
  width: 25px;
  margin-right: 10px;
  display: inline-block;
}
.list .item ul li:before {
    width: 15px;
    height: 15px;
    content: "";
    background: #F10065;
    margin-right: 5px;
    position: absolute;
    top: 15px;
    left: 3px;
}
.list .item ul li:nth-child(1):before{
	background: #1F2B5D;
}
.list .item .content5 ul li:nth-child(2):before{
	background: #1F2B5D;
}
.list .item ul li span{
  display: inline-block;
  padding: 0 10px;
}
@media(min-width: 651px){
  .list .content1{
    background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/nationalSecurity/bg1.jpg) no-repeat;
  }
  .list .content2{
    background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/nationalSecurity/bg2.jpg) no-repeat;
  }
  .list .content3{
    background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/nationalSecurity/bg3.jpg) no-repeat;
  }
  .list .content4{
    background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/nationalSecurity/bg4.jpg) no-repeat;
  }
  .list .content5{
    background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/nationalSecurity/bg5.jpg) no-repeat;
  }
  .list .content9{
    background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/nationalSecurity/bg9.jpg) no-repeat;
  }
  .list .content8{
    background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/nationalSecurity/bg8.jpg) no-repeat;
  }
 .list .content10{
    background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/nationalSecurity/bg8.jpg) no-repeat;
  }
  .list .content7{
    background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/nationalSecurity/bg7.jpg) no-repeat;
  }
  .list .content6{
    background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/nationalSecurity/bg6.jpg) no-repeat;
  }
}
@media(max-width: 650px){
  .list .content1{
    background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/nationalSecurity/bg-all1.jpg) no-repeat;
  }
  .list .content2{
    background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/nationalSecurity/bg-all2.jpg) no-repeat;
  }
  .list .content3{
    background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/nationalSecurity/bg-all3.jpg) no-repeat;
  }
  .list .content4{
    background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/nationalSecurity/bg-all4.jpg) no-repeat;
  }
  .list .content5{
    background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/nationalSecurity/bg-all5.jpg) no-repeat;
  }
  .list .content9{
  	background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/nationalSecurity/bg-all4.jpg) no-repeat;
  }
  .list .content8{
  	background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/nationalSecurity/bg-all1.jpg) no-repeat;
  }
.list .content10{
  	background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/nationalSecurity/bg-all1.jpg) no-repeat;
  }
  .list .content7{
  	background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/nationalSecurity/bg-all2.jpg) no-repeat;
  }
  .list .content6{
  	background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/nationalSecurity/bg-all3.jpg) no-repeat;
  }
  .list .item ul li a{
    display: flex;
    align-items: center;
  }
	.list .item .content{
		padding: 10px 0;
	}
    .list .item ul li{
    	margin-bottom: 13px;
    }
	.list .item ul li:last-child{
    	margin-bottom: 0;
    }
}