body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    outline: none;
}

input.hidefocus::-moz-focus-inner {
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup,
b {
    font-style: inherit;
    font-weight: inherit;
}

del,
ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

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

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

legend {
    color: #5A5A5A;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input,
button,
textarea,
select {
    font-size: 100%;
}

i,
em {
    font-style: normal
}

small {
    font-size: 12px;
    display: block;
}

body {
    color: #222;
    font: 14px/1.5 tahoma, arial, "Microsoft YaHei";
    background: #f3f3f3;
}

a {
    color: #222;
    text-decoration: none
}

a:hover {
    color: #ff5555;
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.w840 {
    width: 840px;
}

.w336 {
    width: 336px;
}

.clearfix {
    clear: both;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: ""
}

.clearfix:after {
    clear: both
}

.content {
    width: 840px;
}

.sidebar {
    width: 336px;
}

.topbar {
    height: 30px;
    line-height: 30px;
    background: #eee;
    color: #a6a6a6;
    font-size: 12px
}

.topbar .fl h1 {
    display: inline-block;
}

.topbar a {
    color: #a6a6a6;
}

.topbar .fr a {
    margin-left: 7px;
}

.mainly {
    width: 1200px;
    margin: 0 auto;
}

.shaixuan {
    background: url(/index/statics/v2/images/nav_bg_3.gif) repeat-x #f4f0ea;
    color: #FFF;
    height: 46px;
    border: 1px solid #DED7CE;
    border-top: none;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    padding: 14px;
    margin-bottom: 20px;
}


/* .shaixuan dl dt{padding:5px 0; width:50px; float:left;} */

.shaixuan div {
    display: block;
    height: 46px;
    background: url(/index/statics/v2/images/quicksort.png) 0 0 no-repeat;
    padding-left: 70px;
    float: left;
    text-align: justify;
}

.shaixuan ul {
    float: left;
    font-size: 14px;
    color: #7A501E;
    line-height: 24px;
    background: url(/index/statics/v2/images/quicksort.png) right -184px no-repeat;
    margin-right: 20px;
    height: 46px;
}

.shaixuan ul li {
    float: left;
    font-size: 14px;
    line-height: 28px;
    margin-right: 10px;
    margin-top: -2px;
}

.shaixuan ul li a {
    color: #7A501E;
}

.shaixuan ul li a:hover {
    color: #ff5555;
}

.shaixuan .yjhpp {
    width: 360px;
    background-position: left -138px;
}

.shaixuan .yjhjg {
    width: 300px;
    background-position: left -92px;
}

.shaixuan .yjhjy {
    width: 300px;
    background-position: left -46px;
}

.shaixuan .yjhph {
    width: 300px;
    background-position: left -230px;
}

.shaixuan .yjhjz {
    width: 300px;
    background-position: left -276px;
}

.shaixuan .yjhjy ul,
.shaixuan .yjhjz ul {
    background: none;
    margin: 0;
}

.focusBox {
    position: relative;
    width: 723px;
    height: 389px;
    overflow: hidden;
    float: left;
}

.focusBox .bd img {
    width: 723px;
    height: 389px;
    display: block;
}

.focusBox .bd li {
    position: relative;
}

.focusBox .bd .info {
    width: 100%;
    height: 70px;
    float: left;
    background: rgba(251, 69, 69, 0.55);
    position: absolute;
    left: 0;
    bottom: 50px;
    padding-top: 6px;
}

.focusBox .bd .info span {
    width: 100%;
    line-height: 42px;
    float: left;
    font-size: 30px;
    text-indent: 22px;
    color: #ffffff;
}

.focusBox .bd .info p {
    width: 100%;
    float: left;
    font-size: 14px;
    text-indent: 22px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.focusBox .hd {
    overflow: hidden;
    zoom: 1;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 3
}

.focusBox .hd li {
    float: left;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    width: 50px;
    height: 10px;
    cursor: pointer;
    overflow: hidden;
    background: #919191;
    margin-left: 4px;
    filter: alpha(opacity=80);
    opacity: .8;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}

.focusBox .hd .on {
    background: #ff5555;
    filter: alpha(opacity=100);
    opacity: 1;
}

.focusBox .prev,
.focusBox .next {
    width: 46px;
    height: 66px;
    position: absolute;
    top: 126px;
    z-index: 3;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}

.focusBox .prev {
    background-image: url(../images/arrow.jpg);
    background-position: -0 0;
    left: 0
}

.focusBox .next {
    background-image: url(../images/arrow.jpg);
    background-position: -46px 0;
    right: 0
}

.focusBox .prev:hover,
.focusBox .next:hover {
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    opacity: .6
}

.mainnews {
    width: 447px;
    height: 389px;
    float: right;
    background: #e2a53d;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 20px;
}

.mainnews .tit {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 53px;
    color: #ffffff;
    height: auto;
    float: left;
}

.mainnews ul {
    width: 100%;
    height: 328px;
    float: left;
    background: #ffffff;
    padding: 0 15px;
    box-sizing: border-box;
}

.mainnews ul li {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #868686;
    line-height: 35px;
    float: left;
    position: relative;
}

.mainnews ul li a {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    width: 357px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mainnews ul li a i {
    width: 5px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    background: #666633;
    margin-left: 4px;
    margin-right: 15px;
}

.mainnews ul li a span.date {
    color: #b2b0b0;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.mainnews ul li.first {
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0 5px;
    border-bottom: 1px dashed #a2a0a0;
}

.mainnews ul li.first span.title {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #353535;
    height: auto;
    float: left;
    font-weight: bold;
}

.mainnews ul li.first span.title a {
    width: 100%;
    font-size: 16px;
    display: block;
    text-align: center;
}

.mainnews ul li.first p {
    display: inline-block;
    height: auto;
    float: left;
    font-size: 12px;
    color: #353535;
    line-height: 24px;
    text-indent: 2em;
    margin-bottom: 5px;
}

.mainnews ul li.first a.more {
    width: auto;
    display: inline-block;
    float: right;
    font-size: 12px;
    color: #c80000;
}

.sortrank {
    width: 1170px;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
    padding: 15px;
}

.sortrank .item {
    width: 222px;
    height: 530px;
    float: left;
    border: 1px solid #000;
    margin: 0 5px;
}

.sortrank .item .tit {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
}

.sortrank .item .tit i {
    width: 14px;
    height: 14px;
    background: url(../images/sortrank_right_arrow.png) center center no-repeat;
    display: block;
    margin: 13px 10px 0 0;
    border-radius: 100%;
    float: left;
}

.sortrank .item .con .title {
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    color: #79aa13;
    display: block;
    overflow: hidden;
}

.sortrank .item .con dl {
    display: none;
    overflow: hidden;
    background: #e7e7c4;
    border: 1px solid #9dd625;
    padding: 10px;
    margin: 0 -1px 0 -1px;
}

.sortrank .item .con dl dt {
    float: left;
}

.sortrank .item .con dl dt img {
    width: 100px;
    height: 69px;
}

.sortrank .item .con dl dd {
    float: left;
    width: 130px;
    margin-left: 10px;
    font-size: 13px;
    color: #333;
}

.sortrank .item .con dl dd p {
    line-height: 23px;
    height: 23px;
    overflow: hidden;
}

.sortrank .item .con dl dd p em {
    color: #fd0612;
}

.sortrank .item .con .on dl {
    display: block;
}

.sortrank .i1 {
    border-color: #d64c25;
}

.sortrank .i1 .tit i {
    background-color: #d64c25
}

.sortrank .i1 li.on .title {
    background: #d64c25;
    color: #fff;
}

.sortrank .i2 {
    border-color: #e67aad;
}

.sortrank .i2 .tit i {
    background-color: #e67aad;
}

.sortrank .i2 li.on .title {
    background: #e67aad;
    color: #fff;
}

.sortrank .i3 {
    border-color: #dd6e4b;
}

.sortrank .i3 .tit i {
    background-color: #dd6e4b;
}

.sortrank .i3 li.on .title {
    background: #dd6e4b;
    color: #fff;
}

.sortrank .i4 {
    border-color: #7c5fe1;
}

.sortrank .i4 .tit i {
    background-color: #7c5fe1;
}

.sortrank .i4 li.on .title {
    background: #7c5fe1;
    color: #fff;
}

.sortrank .i5 {
    border-color: #9dd625;
}

.sortrank .i5 .tit i {
    background-color: #9dd625;
}

.sortrank .i5 li.on .title {
    background: #9dd625;
    color: #fff;
}

.yjhtitle {
    background: #fff;
    clear: both;
    overflow: hidden;
    height: 41px;
    padding-right: 20px;
}

.yjhtitle h2 {
    background: #fb4544;
    background: linear-gradient(to right, #cc1615, #fb4544);
    height: 41px;
    color: #fff;
    line-height: 41px;
    font-size: 20px;
    padding: 0 20px 0 20px;
    display: inline-block;
    position: relative;
}

.yjhtitle h2:after {
    content: "";
    position: absolute;
    top: 0px;
    right: -30px;
    border-width: 41px 30px 0;
    border-style: solid;
    border-color: #fb4544 transparent transparent;
}

.yjhtitle a.more {
    color: #999;
    float: right;
    display: inline-block;
    line-height: 41px;
}

.yjhtitle a.more:hover {
    color: #ff5555;
    text-decoration: underline;
}

.yjhtitle span {
    margin-left: 50px;
    display: inline-block;
    line-height: 41px;
}

.yjhtitle .tab {
    display: block;
    float: right;
    height: 31px;
    line-height: 31px;
    width: auto;
    margin: 5px 0;
}

.yjhtitle .tab li {
    display: inline-block;
    padding: 0 15px;
    background: #929292;
    border: 1px solid #7c7c7c;
    color: #fff;
    margin-right: -1px;
    cursor: pointer;
}

.yjhtitle .tab li.on {
    background: #f4f4f4;
    color: #969696;
}

.brandbox {
    background: #fff;
    padding: 0 20px 20px;
}

.brandbox dl {
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}

.brandbox dt {
    float: left;
    width: 50px;
    height: 42px;
    padding: 6px 0;
    text-align: center;
    font-size: 16px;
}

.brandbox dd {
    float: left;
    font-size: 12px;
    width: 500px;
    line-height: 30px;
    text-align: justify;
    min-height: 60px;
    overflow: hidden;
}

.brandbox dd a {
    display: inline-block;
    border-right: 1px solid #ccc;
    padding: 0 8px;
    height: 12px;
    line-height: 12px;
}

.brandbox dd a:last-child {
    border-right: none;
}

.brandbox a.more {
    margin-top: 10px;
    display: inline-block;
}

.w840 .brandbox dd {
    width: 750px;
}

.list1200 {
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
}

.list1200 ul {
    margin-right: -40px;
}

.list1200 li {
    overflow: hidden;
    width: 560px;
    border-bottom: 1px solid #d9d9d9;
    float: left;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-right: 40px;
    position: relative;
}

.list1200 li:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.list1200 li img {
    width: 110px;
    height: 75px;
    border: 1px dashed #f1f1f1;
    margin-right: 15px;
}

.list1200 li h3 {
    font-size: 16px;
    height: 25px;
}

.list1200 li span {
    font-size: 12px;
    color: #999;
    height: 20px;
    display: inline-block;
    margin: 5px 0;
}

.list1200 li span em {
    color: #ca9a44;
    margin-right: 5px;
}

.list1200 li p {
    color: #666;
    font-size: 12px;
    height: 20px;
    line-height: 18px;
}

.list1200 li .btn {
    background: #ff5555;
    border-radius: 5px;
    padding: 4px 10px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: 0;
}

.dateline {
    margin: 0px 0 20px;
    background: #fff;
    padding: 20px;
}

.dateline ul {
    margin-right: -40px;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}

.dateline ul:before,
.dateline ul:after {
    width: 31px;
    height: 38px;
    background: url(../images/zbico.gif) no-repeat;
    z-index: 3
}

.dateline ul:before {
    left: 22px;
    position: absolute;
    top: 0px;
}

.dateline ul:after {
    left: 622px;
    position: absolute;
    top: 0px;
}

.dateline li {
    float: left;
    width: 521px;
    border-left: 4px solid #f6f4f4;
    margin-left: 35px;
    position: relative;
    padding: 20px 0;
    margin-right: 40px;
}

.dateline li .date {
    position: absolute;
    top: 48px;
    left: -35px;
    color: #999;
    height: 24px;
    line-height: 24px;
    background: #fff;
    font-size: 12px;
}

.dateline li .info {
    margin-left: 50px;
    width: 330px;
}

.dateline li .info h3 {
    font-size: 18px;
    height: 30px;
    margin-bottom: 4px;
}

.dateline li .info h3 a {
    color: #963
}

.dateline li .info p {
    line-height: 23px;
    font-size: 12px;
    text-align: justify;
}

.dateline li .info p a {
    margin-left: 5px;
    color: #963;
}

.dateline li .thumb img {
    width: 120px;
    height: 80px;
}

.whitebox {
    margin-bottom: 20px;
    overflow: hidden;
    margin-right: -20px;
}

.row2 {
    width: 590px;
    margin-right: 20px;
    float: left;
}

.row2:last-child {
    margin-right: 0
}

.row3 {
    width: 390px;
    margin-right: 15px;
    float: left;
}

.row3:last-child {
    margin-right: 0
}

.row3list {
    background: #fff;
}

.row3list li:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.row3list .big {
    position: relative;
}

.row3list .big a {
    display: block;
    overflow: hidden;
}

.row3list .big img {
    width: 100%;
    height: 170px;
}

.row3list .big p {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 100%;
    height: 37px;
    line-height: 37px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.row3list .pic {
    overflow: hidden;
    margin: 0 15px;
    padding: 20px 0;
}

.row3list .pic img {
    width: 100px;
    height: 70px;
    margin-right: 15px;
}

.row3list .pic h5 {
    font-size: 15px;
    overflow: hidden;
    height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.row3list .pic p {
    font-size: 12px;
    line-height: 22px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.row3list .txt {
    height: 44px;
    line-height: 44px;
    margin: 0 15px;
    border-top: 1px dashed #ddd;
    font-size: 15px;
}

.sitelink {
    margin-top: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.sitelink .tit {
    font-size: 15px;
    font-weight: bold;
}

.sitelink .con {
    margin-top: 10px;
    line-height: 30px;
    overflow: hidden;
}

.sitelink .con li {
    float: left;
    margin-right: 5px;
}


/* 封面页 */

.jiaodian {
    width: 350px;
}

.jiaodian .item {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.jiaodian .item .hd {
    height: 20px;
    line-height: 20px;
    background: url(../images/icon_home_tit.jpg) 0 0 no-repeat;
    padding-left: 30px;
}

.jiaodian .item .hd h2 {
    font-size: 16px;
}

.jiaodian .item .pp {
    overflow: hidden;
}

.jiaodian .item .pp li {
    width: 33.3333%;
    height: auto;
    float: left;
    overflow: hidden;
}

.jiaodian .item .pp li a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 14px;
}

.jiaodian .item .pc {
    overflow: hidden;
}

.jiaodian .item .pc li {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 15px;
}

.jiaodian .item .pc li .picbox {
    width: 100px;
    height: 75px;
    float: left;
    margin-right: 20px;
}

.jiaodian .item .pc li .picbox img {
    width: 100px;
    height: 75px;
    float: left;
}

.jiaodian .item .pc li span {
    width: 185px;
    height: auto;
    float: left;
    color: #222222;
    font-size: 16px;
    line-height: 26px;
}

.jiaodian .item .pc li p {
    width: 185px;
    height: auto;
    float: left;
    color: #222222;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}

.jiaodian .item .pc li a.more {
    float: right;
    font-size: 12px;
    color: #ff5555;
    float: right;
}

.slidebox {
    position: relative;
    width: 835px;
    height: 460px;
    overflow: hidden;
    background: white;
}

.slidebox li {
    height: 440px;
    float: left;
}

.slidebox .pic img {
    width: 835px;
    height: 372px;
    display: block;
}

.slidebox .txt {
    width: 795px;
    float: left;
    padding: 0 20px;
}

.slidebox .txt span {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #222222;
    line-height: 40px;
}

.slidebox .txt p {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #999999;
}

.slidebox .num {
    position: absolute;
    z-index: 3;
    bottom: 80px;
    right: 8px;
}

.slidebox .num li {
    float: left;
    position: relative;
    width: 50px;
    height: 10px;
    line-height: 10px;
    overflow: hidden;
    text-align: center;
    margin-right: 3px;
    cursor: pointer;
    background: #ccc;
    font-size: 0;
    text-indent: 9999em;
}

.slidebox .num li.on {
    background: #ff5555;
}

.homelist {
    overflow: hidden;
    margin-bottom: 20px;
}

.homelist .w840 {
    background-color: #fff;
}

.homelist .row3list {
    padding: 10px 20px 0;
}

.homelist .row3list ul {
    width: 390px;
}

.homelist .row3list ul li {
    margin: 0;
}

.homelist .row3list ul li:first-child {
    border-top: none;
}


/* 列表页 */

.newslist {}

.listhead {
    line-height: 40px;
    padding: 0 20px;
    height: 40px;
    border-bottom: 2px solid #ddd;
    background: #fff url(../images/list.gif) no-repeat 20px center;
    margin-top: 15px;
    padding-left: 50px;
}

.listhead h1,
.listhead span {
    font-size: 22px;
    float: left;
    font-weight: 800;
    border-bottom: 2px solid #d9333f;
    margin-left: 10px;
}

.listhead .crumb {
    color: #666;
}

.listhead .crumb a {
    color: #666;
}

.newslist {
    background: #fff;
    padding: 20px;
}

.newslist li {
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.newslist li img {
    width: 230px;
    height: 130px;
    margin-right: 20px;
}

.newslist li .info h3 {
    font-size: 18px;
    font-weight: bold;
    height: 22px;
    margin-bottom: 8px;
}

.newslist li .info p {
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
}

.newslist li .info .other {
    color: #999;
    margin-top: 9px;
    text-align: right;
}

.newslist li .info .other span {
    margin-left: 10px;
    position: relative;
}

.newslist li .info .other .view:before {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images/icon_click.png) 0 0 no-repeat;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: -20px;
    background-size: 14px;
}

.commlist {
    background: #fff;
}

.commlist li {
    padding: 15px;
    position: relative;
}

.commlist li:first-child {
    border-top: 0px dashed #e4e4e4;
}

.commlist li img {
    width: 238px;
    height: 158px;
    border: 1px dashed #ccc;
}

.commlist li:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}

.commlist .info {
    padding-left: 270px;
    height: 160px;
}

.commlist .info h3 {
    font-size: 18px;
    font-weight: normal;
    height: 30px;
}

.commlist .info h3 a {
    color: #444;
}

.commlist .info p {
    line-height: 24px;
    color: #999;
    height: 50px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #999;
}

.commlist .info p a {
    font-size: 12px;
}

.commlist .info ol {
    overflow: hidden;
    padding-top: 10px;
    border-top: 1px dashed #ccc;
}

.commlist .info ol li {
    float: left;
    width: 180px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    padding: 0;
    margin-bottom: 10px;
    border: none;
}

.commlist .info ol li:hover {
    box-shadow: none;
}

.commlist .info ol li em {
    color: red;
}

.pagelist {
    margin: 15px 0;
    overflow: hidden;
}

.pagelist a,
.pagelist a:visited,
.pagelist b,
.pagelist span {
    display: inline-block;
    text-align: center;
    height: 20px;
    line-height: 20px;
    margin: 0 3px;
    padding: 8px 12px;
    font-size: 14px;
    white-space: nowrap;
    border-radius: 3px;
    color: #333;
    background-color: #fff;
}

.pagelist a:hover,
.pagelist a.thisclass,
.pagelist .active span {
    background: #EE4B4B;
    color: #fff;
}

.pagelist b {
    background: #EE4B4B;
    color: #fff;
}


/* 内容页 */

.newsview {
    background: #fff;
    padding: 20px;
}

.newsview h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
}

.newsview .source {
    line-height: 30px;
    font-size: 14px;
    color: #999;
    margin-top: 15px;
    text-align: center;
}

.newsview .source span {
    margin-right: 7px;
}

.newsview .source i {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-size: 14px!important;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}

.newsview .source .date {
    background-image: url(../images/icon_date.png);
}

.newsview .source .name {
    background-image: url(../images/icon_user.png);
}

.newsview .source .view {
    background-image: url(../images/icon_view.png);
}

.bdsharebuttonbox {
    float: right;
    width: 302px;
}

.bdsharebuttonbox p {
    float: left;
    line-height: 30px;
}

.bdsharebuttonbox a {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 0 0 11px;
    padding: 0;
    background-size: 730%!important;
}

.bdsharebuttonbox a.bds_weixin {
    background: url(../images/baidu_share.png) no-repeat 0 -34px;
}

.bdsharebuttonbox a.bds_weixin:hover {
    background: url(../images/baidu_share.png) no-repeat 0 0;
}

.bdsharebuttonbox a.bds_tsina {
    background: url(../images/baidu_share.png) no-repeat -38px -34px;
}

.bdsharebuttonbox a.bds_tsina:hover {
    background: url(../images/baidu_share.png) no-repeat -38px 0;
}

.bdsharebuttonbox a.bds_qzone {
    background: url(../images/baidu_share.png) no-repeat -76px -34px;
}

.bdsharebuttonbox a.bds_qzone:hover {
    background: url(../images/baidu_share.png) no-repeat -76px 0;
}

.bdsharebuttonbox a.bds_tieba {
    background: url(../images/baidu_share.png) no-repeat -114px -34px;
}

.bdsharebuttonbox a.bds_tieba:hover {
    background: url(../images/baidu_share.png) no-repeat -114px 0;
}

.bdsharebuttonbox a.bds_mshare {
    background: url(../images/baidu_share.png) no-repeat -151px -34px;
}

.bdsharebuttonbox a.bds_mshare:hover {
    background: url(../images/baidu_share.png) no-repeat -151px 0;
}

.bdsharebuttonbox a.bds_more {
    background: url(../images/baidu_share.png) no-repeat -189px -34px;
}

.bdsharebuttonbox a.bds_more:hover {
    background: url(../images/baidu_share.png) no-repeat -189px 0;
}

.newsview .product {
    overflow: hidden;
    margin-top: 10px;
}

.newsview .product .img {
    float: left;
    width: 260px;
    height: 210px;
}

.newsview .product .img img {
    width: 250px;
    height: 200px;
    padding: 4px;
    border: 1px solid #F55;
}

.newsview .product .txt {
    float: right;
    margin-left: 20px;
    width: 540px;
    font-size: 14px;
}

.newsview .product .txt h3 {
    height: 30px;
    line-height: 30px;
}

.newsview .product .txt ul {
    overflow: hidden;
}

.newsview .product .txt ul li {
    height: 30px;
    line-height: 30px;
    width: 170px;
    float: left;
    padding-left: 10px;
}

.newsview .product .txt ul li.c1 {
    background-color: #F0F0F0
}

.newsview .product .txt ul li label {
    display: inline-block;
    color: #6d6d6d
}

.newsview .product .jiu {
    float: right;
    margin-left: 20px;
    width: 520px;
    font-size: 14px;
}

.newsview .product .jiu h3 {
    line-height: 21px;
    font-weight: bold;
    height: 21px;
    margin-bottom: 9px;
    font-size: 16px;
}

.newsview .product .jiu ul {
    overflow: hidden;
}

.newsview .product .jiu ul li {
    height: 30px;
    line-height: 30px;
    width: 250px;
    float: left;
    padding-left: 10px;
    background: #fffff8;
}

.newsview .product .jiu ul li.c1 {
    background-color: #F0F0F0
}

.newsview .product .jiu ul li label {
    display: inline-block;
    color: #6d6d6d
}

.relation {
    padding: 20px;
    background: #fff;
    margin: 20px 0;
}

.relation .hd {
    font-size: 18px;
    border-left: 3px solid #F55;
    height: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    padding-left: 7px;
}

.relation .bd {
    overflow: hidden;
    margin-left: -15px;
}

.relation .bd li {
    float: left;
    width: 148px;
    margin-left: 15px;
}

.relation .bd li img {
    width: 100%;
    height: 120px;
}

.relation .bd li p {
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}

.viewbody {
    padding: 10px 20px;
    background-color: #fff;
    position: relative;
}

.viewbody,
.viewbody p {
    text-align: justify;
    line-height: 28px;
    margin: 16px 0 10px;
    font-size: 16px;
    font-family: Microsoft Yahei;
    text-indent: 2em;
}

.viewbody h2 {
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    margin: 8px 0 8px 0;
    border-bottom: 2px solid #ff5555;
    display: inline-block;
    font-weight: bold
}

.viewbody h2:after {
    content: "";
    display: block;
    width: 788px;
    border-bottom: 1px solid #bbb;
    position: absolute;
    z-index: -1;
    margin-top: 1px;
}

.viewbody h2 a {
    color: #333;
}

.viewbody h2 a:hover {
    color: #ff5555;
}

.viewbody .tl {
    border-top: 2px solid #ff5555;
    border-left: 2px solid #ff5555;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
}

.viewbody .tr {
    border-top: 2px solid #ff5555;
    border-right: 2px solid #ff5555;
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
}

.viewbody .bl {
    border-bottom: 2px solid #ff5555;
    border-left: 2px solid #ff5555;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 25px;
}

.viewbody .br {
    border-bottom: 2px solid #ff5555;
    border-right: 2px solid #ff5555;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 25px;
}

.prevnext {
    position: relative;
    margin: 20px 0;
    overflow: hidden;
}

.prevnext ul li {
    width: 326px;
    height: 46px;
    padding: 14px 0;
    background-color: #FFF;
}

.prevnext ul li.prev {
    float: left;
}

.prevnext ul li.next {
    float: right;
}

.prevnext ul li a,
.prevnext ul li b {
    font-size: 18px;
    color: #222222;
    line-height: 44px;
    height: 44px;
    overflow: hidden;
}

.prevnext ul li.prev span {
    display: block;
    float: left;
    width: 0;
    height: 0;
    margin: 5px 13px 0 14px;
    border-top: 16px solid transparent;
    border-right: 16px solid #333333;
    border-bottom: 16px solid transparent;
    text-indent: -9999px;
}

.prevnext ul li.prev a,
.prevnext ul li.prev b {
    display: inline-block;
    float: right;
    width: 252px;
    padding: 0 20px 0 0;
    font-weight: normal;
    height: 44px;
    overflow: hidden;
}

.prevnext ul li.prev a:hover {
    color: #ff5555;
}

.prevnext ul li.next span {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin: 5px 13px 0 14px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #333333;
    text-indent: -9999px;
}

.prevnext ul li.next a,
.prevnext ul li.next b {
    display: inline-block;
    float: left;
    padding: 0 0 0 20px;
    font-weight: normal;
}

.prevnext ul li.next b {
    line-height: 43px;
    text-align: right;
    font-size: 14px;
}

.prevnext ul li.next a:hover {
    color: #ff5555;
}

.prevnext .home {
    position: absolute;
    top: 0;
    left: 342px;
    width: 68px;
    height: 68px;
    font-size: 14px;
    text-align: center;
}

.prevnext .home span {
    display: block;
    width: 37px;
    height: 37px;
    margin: 6px auto;
    background: url(../images/icon_home.png) no-repeat 8px 8px #333333;
    border-radius: 22px;
}

.prevnext .back {
    position: absolute;
    top: 0;
    right: 339px;
    width: 68px;
    height: 68px;
    font-size: 14px;
    text-align: center;
}

.prevnext .back span {
    display: block;
    width: 37px;
    height: 37px;
    margin: 6px auto;
    background: url(../images/icon_back.png) no-repeat 8px 8px #333333;
    border-radius: 22px;
}

.likeread {
    background: #fff;
    overflow: hidden;
    padding: 0 20px;
}

.likeread .like {
    width: 440px;
}

.likeread .like li {
    font-size: 15px;
    line-height: 35px;
    width: 440px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 10px;
    position: relative;
}

.likeread .like li:after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0px;
    top: 15px;
    background: #CCC;
}

.likeread .myad {
    width: 336px;
    height: 280px;
}


/* 侧边 */

.sidehead {
    position: relative;
    border-bottom: 2px solid #ccc;
    margin: 20px 0 30px;
    background: #fff
}

.sidehead h2 {
    font-size: 20px;
    width: 130px;
    margin: 0 auto;
    text-align: center;
    height: 40px;
    line-height: 36px;
    position: absolute;
    left: 50%;
    top: -19px;
    margin-left: -65px;
    box-sizing: border-box;
    border: 2px solid #000;
}

.sidehead h2.new {
    background: #000;
    color: #fff;
}

.sidehead h2.rec {
    border: 2px solid #000;
    background: #fff;
}

.sidehead h2.hot {
    border: 2px solid #ff5555;
    background: #ff5555;
    color: #fff;
}

.sideitem {
    background: #fff;
    padding: 20px 20px 10px;
    margin: 15px 0 10px;
    overflow: hidden;
}

.sideitem .nlist li.def {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #ccc;
    padding-left: 23px;
    position: relative;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sideitem .nlist li.def:before {
    content: "";
    background: url(../images/icon_side_nlist.png) 0 0 no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
}

.sideitem .nlist li.big {
    position: relative;
    height: 185px;
}

.sideitem .nlist li.big img {
    width: 100%;
    height: 185px;
}

.sideitem .nlist li.big p {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    background: #000;
    opacity: 0.6;
    color: #FFF;
    position: absolute;
    left: 0;
    bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.sideitem .hlist li {
    clear: both;
    margin-bottom: 10px;
}

.sideitem .hlist li:hover img {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
    ;
}

.sideitem .hlist li img {
    width: 103px;
    height: 68px;
    margin-right: 10px;
    border-radius: 3px;
    border: 1px dashed #ccc;
}

.sideitem .hlist li h5 {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: normal;
    margin-top: -2px;
    -webkit-line-clamp: 2;
    text-align: justify;
}

.sideitem .hlist li span {
    color: #999;
    font-size: 12px;
    height: 20px;
    display: inline-block;
    display: block;
}

.sideitem .hlist li span em {
    color: #ff8a0c;
}

.model-1 .pic-new .item-b .info,
.list-b .info,
.list-a .info,
.info {
    float: none;
    width: auto;
}

.jiaodian .item .hd {
    height: 20px;
    line-height: 20px;
    background: url(../images/icon_home_hot.png) 0 4px no-repeat;
    padding-left: 22px;
}

.jiaodian {
    width: 344px;
    height: 440px;
    background-color: #fff;
    padding: 0 10px;
}

.jiaodian .item {
    padding: 10px;
}

.xpsslist {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%;
    /* background-color: #fff; */
    /* justify-content: space-between; */
}

.pinpai-list-box {
    box-sizing: border-box;
    margin-top: 20px;
    margin-right: 14px;
    padding: 10px 8px;
    width: 30%;
    height: 110px;
    border: 1px solid #ccc;
}

.xpsslist .pinpai-list-box:nth-child(3n+3) {
    margin-right: 0;
}

.pinpai-list-box img {
    display: block;
    width: 100%;
    height: 60px;
    object-fit: cover;
}

.pinpai-list-box .title-new {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brandbox {
    background: #fff;
    padding: 0 20px;
    padding-top: 23px;
}

.brandbox .brandbox-item {
    display: flex;
}

.brandbox .brandbox-item .item-left {
    width: 70px;
    color: #EF3939;
    font-size: 18px;
}

.brandbox .brandbox-item .item-right {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.brandbox .brandbox-item .item-right .item-right-name {
    font-size: 18px;
    color: #333;
    margin-right: 30px;
    margin-bottom: 18px;
    font-weight: 500;
}
 .slidebox ul {
            width: 10000px;
            transition: transform 0.5s ease;
        }
        .slidebox ul li{
           float: left;
           width: 658px;
        }
