﻿*{
    margin: 0;
    padding: 0;
}
img {
    border: 0 none;
    vertical-align: top;
}
ul,li {
    list-style-type: none
}
body,input,select,button,textarea {
    font-family: myfont, Arial, 微软雅黑, sans-serif, serif !important;
    color: #414141;
    font-size: 14px;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #A8A8A8; padding-left: 5px; font-size: 12px;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #A8A8A8; padding-left: 5px; font-size: 12px;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #A8A8A8; padding-left: 5px; font-size: 12px;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #A8A8A8; padding-left: 5px; font-size: 12px;
}
button {
    cursor: pointer;
}
i,em,cite {
    font-style: normal;
}
a,a:link {
    text-decoration: none;
}
a{
	color: #333333;
}
a:focus {
    outline: none
}
.fixed:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
input,optgroup,select,textarea{
	
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);    

-webkit-user-modify: read-write-plaintext-only;

outline:none;

}
.contanier{
	width: 100%;
}
.content{
	max-width: 1440px;
	margin: 0 auto;
}
.cont{
	max-width: 1000px;
	margin: 0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
/*隐藏*/
.hide{
	display: none;
}
/*字号*/
.ft10{
	font-size: 10px;
}
.ft11{
	font-size: 11px;
}
.ft12{
	font-size: 12px;
}
.ft14{
	font-size: 14px;
}
/*颜色*/
.yellow{
	color: #F4BC00;
}
.white{
	color: #CFCFCF;
}
.yellowbj{
	background-color: #F4BC00;
}
.ff{
	color: #FFFFFF;
}
.ffbj{
	background-color: #FFFFFF;
}
.black{
	color: #343434;
}
.blackbj{
	background-color: #343434;
}
/*margin*/
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt33{
	margin: 30px 0;
}

.center{
	text-align: center;
}
.border{
	border-bottom: 2px solid #F4BC00;
}
.graybj{
	background-color: #CCCCCC;
}
.ml5{
	margin-left: 5px;
}
.active{
	background-color: #F4BC00 !important;
	color: #333333 !important;
}
.active a{
	color: #333333 !important;
}
.new_list p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
