
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, abbr, article, aside, details, figcaption, figure, footer, header, mark, meter, nav, output, progress, section, summary, time {
    margin: 0;
    padding: 0;
}
body {
    font-family: 微软雅黑, "Microsoft Yahei", Arial, Helvetica, sans-serif, 宋体;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6, ul, ol, dl, dt, dd, p {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 400;
}
a{
    text-decoration: none;
    cursor: pointer;
}
h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

h6 {
    display: block;
    font-size: 0.67em;
    -webkit-margin-before: 2.33em;
    -webkit-margin-after: 2.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

body {
    font: 14px/1.5 Helvetica,Tahoma,Arial,"Hiragino Sans GB","Microsoft YaHei",SimSun,Heiti,sans-serif;
    color: #515151;
}
a {
    text-decoration: none;
    color: #515151;
}
ul, li {
    list-style: none;
}

.duoyi-header {
    position: fixed;
    z-index: 11;
    top:0px;
    left:0px;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #f4f4f4;
    font-size: 14px;
    font-family: Helvetica,Tahoma,Arial,"Hiragino Sans GB","Microsoft YaHei",SimSun,Heiti,sans-serif;
    position: relative;
    height: 60px;
}
.duoyi-header-content
{
    width: 1240px;
    margin: auto;

}
.duoyi-header.duoyi-header-wrap-1240:after, .duoyi-header.duoyi-header-wrap-1240:before {
    content: "";
    display: table;
    height: 0;
    clear: both;
    visibility: hidden;
}
.duoyi-header .duoyi-header-logo {
    display: inline;
    float: left;
    padding: 10px 0;
}

.duoyi-header .duoyi-header-logo-img {
    display: block;
    width: 150px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/duoyi.png');
    background-size: 150px 40px;

}
.duoyi-header .duoyi-header-link {
    display: inline;
    float: right;
    overflow: hidden;
    white-space: nowrap;
}
.duoyi-header .duoyi-header-link li {
    display: inline;
    float: left;
}
.duoyi-header .duoyi-header-link a {
    display: block;
   padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 22px;
    padding-right: 22px;
    line-height: 21px;
    -webkit-transition: color .1s linear;
    transition: color .1s linear;
}

.duoyi-header a.hover, .duoyi-header a:hover {
    color: #31a5e7;
    text-decoration: none;
}


.duoyi-body {
    width: 100%;
    margin: 0 auto;
    background-color: #fcfcfc;
    height: 100%;
    overflow: auto;
}
.duoyi-body-nav {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.duoyi-body-nav .sort {
    cursor: pointer;
    display: inline-block;
    padding-right: 25px;
    max-width: 33%;
    position: relative;
    text-align: left;
    padding-left: 25px;
    padding-bottom: 20px;
}


.duoyi-body .nav-content
{
    width:1240px;
    margin-left:auto;
    margin-right: auto;
    margin-top: 20px;

}
.duoyi-body .nav-item {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.18);
    position: relative;
    transition: all 1s ease 0s;
    overflow: hidden;
    width:22.8%;
    float: left;
}
.duoyi-body .nav-item a{
    color: #31a5e7;
    text-decoration: none;
}
.duoyi-body .nav-item .nav-item-info {
    padding: 6px 15px 28px;
    height: 80px;
    overflow: hidden;
}
.duoyi-body .nav-item .nav-item-info-content {
  padding-top: 10px;
}
.duoyi-body .nav-item .nar-cover-stat {
    background-color: #f6f6f6;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #e7e7e7;
    box-shadow: 0 1px 0 0 #fff inset;
    padding: 7px 15px 7px 40px;
    color: #8B8B8C;
    position: relative;


}
.duoyi-body .nav-item .nar-cover-stat:before
{
    content:"1111";
    color: transparent;
    background-image: url("../img/eye.png");
    background-size: 24px 10px;
    background-repeat: no-repeat;
    width:24px;
    height: 10px;
    position: absolute;
    top:11px;
    left:15px;
}
.duoyi-body .nav-item .nar-cover-see{
    display: inline;
}
.duoyi-body .nav-item .nar-cover-www
{
    display: inline;
    float: right;

}

.duoyi-body .nav-item .nar-cover-www a
{
color:#8B8B8C;
}
