h3{
	margin-top: 22px;
    margin-bottom: 11px;
}
.container .notice-main{
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 35px 80px 70px;
  background-color: #fff;
  border:1px solid #DBDBDB;
}
.notice-main h3{
  text-align: center;
  padding-bottom: 25px;
  font-size: 20px;
  color: #333333;
  border-bottom: 1px  solid #DBDBDB;
}
.notice-main li{
  position: relative;
  margin: 30px 50px 0;
  text-indent: 1em;
  font-size: 16px;
  line-height: 30px;
}
.notice-main li:before{
  content:"•";
  display: block;
  position: absolute;
  left: -10px;
  top:0px;
  font-weight: bold;
}
.notice-main ul:last-child{
  margin-top: 70px;
}
@media (min-width:768px){
	.copyright_content{
		margin-top: 45px;
		background-color:#f2f2f2;
		overflow: hidden;
		line-height: 20px;
		font-size: 14px;
		color: #666;
	}
	.container {
		width: 100%;
	    max-width: 1170px;
	    margin-left: auto;
	    margin-right: auto;
	    padding-left: 0;
	    padding-right: 0;
	}
}
@media (max-width:767px){
	.copyright_content{
		margin-top: 1.18rem;
		background-color:#f2f2f2;
		overflow: hidden;
		line-height: 20px;
		font-size: 14px;
		color: #666;
	}	
	.container {
		width: 100%;
	}
	.container .notice-main{
	    margin-top: 15px;
	    margin-bottom: 15px;
	    padding: 20px 15px 40px;
	}
	.notice-main li{
	    margin-left: 0;
	    margin-right: 0;
	}
}

