body,
dl,
dt,
dd,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
span {
    padding: 0;
    margin: 0;
}
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Microsoft YaHei"!important;
}
body{
    font-size: 14px;
    font-family: "Microsoft YaHei"!important;
    color: #000;
    overflow-x: hidden;
    background-color: #fff;
}
a {
    text-decoration: none!important;
    color:#000;
}
ul,ol{
    list-style: none;
}
input,textarea{
    border: none;
    outline: none;
    resize: none;
    -webkit-appearance: none;
}
li {
    list-style: none;
}
.clearfix::before,
.clearfix::after {
    content: '';
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.main{
    width: 1350px;
    margin:0 auto;
}
.mui-ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bread{
   text-align: left;
   font-size: 16px;
}
.bread a{
     font-size: 19px;
     text-decoration: none;
}
.bread a::before{
    margin-right: 5px;
}
.next-page{
    margin:40px auto 0;
    text-align: left;
}
.next-page p{
    margin:10px 0;
}
.next-page a{
    text-decoration: none;
    color: #000;
}
.next-page a:hover{
    color: #f3b40a;
}
.page-list ul{
    text-align: center;
}
.page-list ul li{
    display: inline-block;
    margin-right: 16px;
}
.page-list ul li a{
    display: block;
    padding:12px;
    background-color: #495062;
    font-size: 18px;
    color: #fff;
}
.black-line{
    width: 100%;
    height: 1px;
    background-color: #000;
}
.blackbgc{
    background-color: #242424;
    color: #fff;
}
.yelb a{
    color: #f3b50c!important;
    text-decoration: none;
}
.go-top{
    padding-right: 60px;
    margin-top: 36px;
}
.go-top a{
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background-color: #eee;
    text-align: center;
    line-height: 105px;
    font-size: 50px;
    color: #f9c619;
    display: block;
    margin-left: auto;
}
