@font-face {
  font-family: 'opensans';
  src: url('../fonts/opensans.eot');
  src:
    url('../fonts/opensans.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans.woff') format('woff'),
    url('../fonts/opensans.ttf') format('truetype'),
    url('../fonts/opensans.svg#webfontOTINA1xY') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	font-family: "opensans" ;
	list-style: none;
	color: #333;
}
.passList li div{
	 width: 100px;
}
.passList .passTip{
 	white-space: nowrap;
}
   



/*市场部通知 行间距*/
.clientNote_con ul li {
    line-height: 32px;
    border-bottom: 1px solid #d2d2d2;
}

@media screen and (max-width: 768px){
	.event-banner .page-banner-tit h1 {
        color: #fff;
        margin: 0;
        position: absolute;
        white-space: inherit;
        padding-bottom: 5px;
        text-align: center;
        text-align-last: center;
        left: 0 !important;
        top: 50%;
        margin-left: 0 !important;
        margin-top: -13px;
    }
} 

@media screen and (max-width: 767px){
	.hidden-xs{
    	display:none
    }
}

