@charset "utf-8";


/************* Reset CSS *************/
/* É¨³ýÄÚÍâ±ß¾à */
html, body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements ½á¹¹ÔªËØ */
dl, dt, dd, ul, ol, li, /* list elements ÁÐ±íÔªËØ */
pre, /* text formatting elements ÎÄ±¾ÃûÌÃÔªËØ */
form, fieldset,iframe, lengend, label, button, input, textarea, /* form elements ±íµ¥Î»ËØ */
th, td { /* table elements ±í¸ñÔªËØ */
    margin: 0;
    padding: 0;
}

h1 ,h2 ,h3 ,h4, h5, h6 { font-size: 100%; }

address, cite, dfn, var { font-style: normal; } /* ½«Ð±Ìå·öÕý */
code, kbd, pre, samp, tt { font-family: "Microsoft Yahei", "Î¢ÈíÑÅºÚ", "Hiragino Sans GB", "¶¬ÇàºÚÌå", "Arial", "Helvetica", "SimHei", "ºÚÌå", "STXihei", "»ªÎÄÏ¸ºÚ", sans-serif; } 
small { font-size: 12px; } /* Ð¡ÓÚ 12px µÄÖÐÎÄºÜÄÑÔÄ¶Á£¬£¬£¬£¬£¬£¬ÈÃ small Õý³£»£»£»£»£»£»¯ */

/* ÖØÖÃÁÐ±íÔªËØ */
ul, ol { list-style: none; }


/* ÖØÖÃÎÄ±¾ÃûÌÃÔªËØ */
a { text-decoration: none;}

/* ÖØÖÃ±íµ¥Î»ËØ */
legend { color: #000; } /* for ie6 */
fieldset, img, button{ border: none;}
/* ×¢£ºoptgroup ÎÞ·¨·öÕý */
button, input, select, textarea {
    font-size: 100%; /* Ê¹µÃ±íµ¥Î»ËØÔÚ ie ÏÂÄÜ¼Ì³Ð×ÖÌå¾ÞÏ¸ */
}

img, iframe, table, form{ vertical-align: middle;}

/* ÖØÖÃ±í¸ñÔªËØ */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ÖØÖÃ hr */
hr {
    border: none;
    height: 1px;
}
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
@font-face
{
font-family: myFont;
src: url('/templates/default/css/MyriadPro-Regular-subfont.ttf')
}
body{
	font-size: 16px;
	font-family: "Microsoft Yahei", "Î¢ÈíÑÅºÚ", "Hiragino Sans GB", "¶¬ÇàºÚÌå", "Arial", "Helvetica", "SimHei", "ºÚÌå", "STXihei", "»ªÎÄÏ¸ºÚ", sans-serif;
}
/************* Reset CSS *************/
.clearfix {zoom: 1; } .clearfix:after, .clearfix:before {content: "\200B"; display: block; height: 0; visibility: hidden; }.clearfix:after {clear: both; }

 .fl{float:left;}
 .fr{float:right;}

.overhid2{
	overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.overhid3{
	overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.overhid4{
	overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
<!--ºÄÊ±1757910771.9635Ãë-->