@charset "utf-8";
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑", Arial;
    max-width: 1920px;
    margin: 0 auto;
    display: block;
    background: #ffffff;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: top;
}

p {
    word-wrap: break-word;
}

i {
    text-decoration: none;
}

input {
    outline: 0;
    border: 0;
}

.Pad_top {
    padding-top: 0.1px;
}

.Ver_top {
    vertical-align: top;
}

.f-fl {
    float: left;
}

.f-fr {
    float: right;
}

.f-cb {
    clear: both;
}

.ds {
    display: none;
}

.dl {
    display: block;
}


/* li加点 list-style-type:disc */


/* overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;*/


/* overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;*/

.mian {
    width: 850px;
    background: #ffffff;
    margin: 0 auto;
    min-height: 350px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.mian ul li {
    width: auto;
    font-size: 16px;
    color: #666666;
    padding-left: 20px;
    background: url(lit.png) no-repeat 0 center;
    line-height: 30px;
}

.mian ul li a {
    font-size: 16px;
    color: #666666;
}

.mian ul li a:hover {
    text-decoration: underline;
}

.ft {
    width: 100%;
    height: 235px;
    background: url(ft_bg1.jpg) no-repeat top center;
}


/* wzy */

.contents {
    width: 1060px;
    min-height: 420px;
    margin: 0 auto;
    padding-top: 100px;
}

.contents .h3 {
    color: #000000;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
}

.title {
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contents .pp1 {
    text-align: center;
    font-size: 16px;
    color: #666666;
}

.contents .contents-auto {
    font-size: 18px;
    padding-top: 20px;
    border-top: 1px solid #9c9e9c;
    margin-top: 20px;
}

.footer {
    padding-top: 35px;
}