.topbannerBox {
    background: url(banner.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 180px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.topbannerBox h1 {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
	font-size: 30px;
	font-weight: 600;
}
.contentBox {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}
.contentBox li {
    padding: 20px 0;
    border-bottom: 1px solid #c2e5ff;
	cursor: pointer;
}
.contentBox li p {
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 16px;
	background: url(yinhao.png);
	background-repeat: no-repeat;
	padding-left: 20px;
    background-size: 8px;
}
.listOn h6 {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.contentBox li h6{
	display: none;
}
.contentBox li h6 a {
    display: block;
    padding: 5px 10px;
    background: #0673e0;
	color: #fff;
	font-size: 14px;
	margin-right: 20px;	
}
.noClick {
    pointer-events: none;
    cursor: not-allowed;
    background: #ccc !important;
}
  @media screen and (max-width: 768px){
  .main{width: 100%;min-width: 100%;}
  .banner{width: 100%;height: 1.8rem;}
  .banner p{width: 100%;margin: 0 auto;font-size: 0.3rem;color: #fff;font-weight: 600;padding: 0 0.2rem;}
  .container{width: 100%;}
      .main-z{padding: 0.2rem 0px!important;}
  .main-z td{font-size: 0.3rem;text-align:center;}
.contentBox{width:100%;padding: 0 0.2rem;}
    .topbannerBox{height:1.8rem;padding: 0 0.2rem;}
    .topbannerBox h1{display:block;width:100%;font-size:0.3rem;}
}