* {
    font-family: 'Verdana', 'Microsoft Yahei', '\u5FAE\u8F6F\u96C5\u9ED1', '\u5B8B\u4F53', 'SimSun';
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: 'Verdana', 'Microsoft Yahei', '\u5FAE\u8F6F\u96C5\u9ED1', '\u5B8B\u4F53', 'SimSun';
    -webkit-text-size-adjust: none;
    color: #333333;
    -webkit-text-size-adjust: none;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

form {
    display: inline
}

textarea {
    resize: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ul,
ol {
    list-style: none
}

input,
select,
button {
    font-family: 'Verdana', 'Microsoft Yahei', '\u5FAE\u8F6F\u96C5\u9ED1', '\u5B8B\u4F53', 'SimSun';
    font-size: 100%;
    vertical-align: middle;
    outline: none;
    border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button
}

input:focus:-moz-placeholder,
input:focus::-webkit-input-placeholder {
    color: transparent
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,
a:visited {
    color: #333333;
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
}

a:hover,
a:active,
a:focus {
    color: #FF3333;
    text-decoration: none;
}

img {
    display: block;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}


/* 公用底部 */
.foot {
    position: relative;
    width: 1200px;
    text-align: right;
    margin: 0 auto;
    padding-top: 70px;
    overflow: hidden;
}

.foot p {
    margin-bottom: 10px;
}

.foot .foot_web a {
    font-size: 14px;
    color: #565655;
    letter-spacing: 2px;
}

.foot .foot_copy {
    font-size: 14px;
    color: #828280;
}

/*顶部菜单*/
.top {
    position: fixed;
    display: block;
    height: 56px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.toplist {
    display: flex;
    align-items: center;
    width: 1040px;
    margin: auto;
}

.toplist li {
    overflow: hidden;
}

.toplist a {
    display: block;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    padding: 0 16px;
    color: #fff;
}

.toplist a:hover {
    background-color: #FF3333;
    color: #fff;
}


/* 左侧边栏 */
.nav_box {
    float: left;
    left: 0;
    top: 0;
    width: 58px;
    border-right: 1px solid #d1c7c6;
    background-color: #f0efeb;
    padding-top: 70px;
    background-image: url('http://www.shaobg.com/style/img/nav_zhuanghshi.png');
    background-repeat: no-repeat;
    background-position: center 22px;
}

.nav_box a {
    display: block;
    width: 18px;
    color: #4d4d4d;
    font-size: 16px;
    text-align: center;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    padding: 0 20px;
    margin-bottom: 30px;
}

.nav_box a.cur {
    color: #FF3333;
}

.nav_box a:hover {
    color: #FF3333;
}

.nav_box a span {
    font-size: 12px;
}

/* 新增 */
.zixun_title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 16px;
}

.zixun_title span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    color: #8c7364;
    height: 28px;
    letter-spacing: 3px;
}

.zixun_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.zixun_left {
    display: block;
    width: 700px;
    border: 1px solid #c5c1b5;
    box-sizing: border-box;
    padding: 12px 18px;
    overflow: hidden;
}

.list_img {
    display: block;
    margin-bottom: 12px;
}

.list_img img {
    float: left;
    display: block;
    width: 158px;
    height: 98px;
    border: 1px solid #c5c1b5;
    margin-right: 20px;
}

.list_img h3 {
    display: block;
    height: 34px;
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
    overflow: hidden;
}

.list_img .list_des {
    display: block;
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    color: #808080;
    overflow: hidden;
    margin-top: 4px;
    margin-bottom: 4px;
}

.list_tips {
    display: flex;
    align-items: center;
    justify-content: right;
    height: 16px;
}

.list_tips .eye {
    display: block;
    height: 14px;
    font-style: normal;
    font-size: 14px;
    color: #c9b576;
    padding-left: 20px;
    background-image: url('http://www.shaobg.com/style/img/eye.png');
    background-position: left center;
    background-size: 14px;
    background-repeat: no-repeat;
    margin-right: 60px;
}

.time {
    font-size: 14px;
    color: #94938f;
}

.list_noimg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}

.list_noimg h3 {
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    max-width: 54%;
    overflow: hidden;
    padding-left: 24px;
}

.list_noimg h3::before {
    position: absolute;
    top: 50%;
    left: 2px;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #c1beb0;
    transform: rotateZ(45deg) translateY(-50%);
}

.zixun_right {
    display: block;
    width: 300px;
    box-sizing: border-box;
}

.zixun_right_title {
    display: block;
    width: 100%;
    height: 40px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #c5c1b5;
    box-sizing: border-box;
}

.zixun_right_list {
    display: block;
    border: 1px solid #c5c1b5;
    padding: 0 8px;
}

.zixun_right_list a {
    position: relative;
    display: block;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    border-bottom: 1px solid #c5c1b5;
    padding-left: 12px;
}

.zixun_right_list a::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #c5c1b5;
}

.zixun_right_list a:hover::before {
    background-color: #FF3333;
}

.zixun_right_list_bootm {
    display: block;
    height: 6px;
    background-color: #c5c1b5;
}

.zixun_right_single {
    display: block;
    margin-top: 8px;
}

.zixun_right_single.plus {
    margin-top: 0;
    margin-bottom: 8px;
}

.zixun_right_single img {
    display: block;
    width: 300px;
    height: 188px;
    box-sizing: border-box;
    border-right: 1px solid #c5c1b5;
}

.zixun_right_single p {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    overflow: hidden;
}

.zixun_split {
    display: block;
    margin: 30px 0;
}

.list_img_right {
    display: block;
    border-bottom: 1px solid #c5c1b5;
    padding: 6px 0;
    margin-bottom: 12px;
}

.list_img_right:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.list_img_right img {
    float: right;
    display: block;
    width: 210px;
    height: 130px;
    border: 1px solid #c5c1b5;
    margin-left: 20px;
}

.list_img_right h3 {
    display: block;
    height: 64px;
    line-height: 64px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
}

.list_img_right .list_des {
    display: block;
    height: 66px;
    line-height: 22px;
    font-size: 14px;
    color: #808080;
    overflow: hidden;
    margin-top: 4px;
    margin-bottom: 4px;
}

.zixun_box.list {
    margin-top: 20px;
}

.zixun_box.list .zixun_left {
    border: none;
}

.zixun_box.list .list_tips {
    justify-content: left;
}

.zixun_box.list .list_img {
    margin-bottom: 20px;
}

.zixun_box.list .list_img h3 {
    height: 40px;
    line-height: 40px;
}

.zixun_box.list .list_img img {
    width: 210px;
    height: 130px;
}

.zixun_box.list .list_img .list_des {
    height: 66px;
    line-height: 22px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.zixun_box.list .zixun_right {
    margin-top: 39px;
}

.zixun_switch {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c5c1b5;
    margin-bottom: 16px;
}

.zixun_switch span {
    display: block;
    font-size: 18px;
    padding-bottom: 4px;
    margin-right: 32px;
    cursor: pointer;
}

.zixun_switch span.cur {
    color: #fc0000;
}

.zixun_switch_box {
    display: none;
}

.zixun_switch_box.cur {
    display: block;
}

/* 列表头部 */
.main_box {
    overflow: hidden;
    background-image: url('http://www.shaobg.com/style/img/page_bg.jpg');
    background-repeat: repeat-y;
    background-color: #f0efeb;
}

.bread_box {
    min-width: 1120px;
    height: 34px;
    padding: 20px 0 20px 92px;
}

.bread_box .bread_logo {
    float: left;
    width: 124px;
    height: 34px;
    background-image: url('http://www.shaobg.com/style/img/logo.png');
    background-size: 124px 34px;
    background-repeat: no-repeat;
}

.bread_box .bread_logo a {
    display: block;
    width: 124px;
    height: 34px;
    line-height: 300px;
    overflow: hidden;
}

.bread_box .bread_link {
    float: left;
    height: 34px;
    line-height: 34px;
    color: #4d4d4d;
    font-size: 16px;
    margin-left: 18px;
}

.bread_box .bread_link a {
    padding-left: 16px;
    color: #4d4d4d;
    border-left: 1px solid #c1beb0;
}

.cnt_box {
    width: 1201px;
    margin: 0 auto;
    padding-top: 70px;
}

.cnt_box::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.cnt_box .cnt_left {
    float: left;
    width: 500px;
    padding: 0 50px;
    border-right: 1px solid #c1beb0;
}

.cnt_box .cnt_right {
    float: left;
    width: 500px;
    padding: 0 50px;
}

.cnt_box h1,
h2 {
    /* text-align: center; */
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 24px;
}

.cnt_box p {
    line-height: 2em;
    font-size: 16px;
    color: #535251;
    text-align: justify;
    letter-spacing: 3px;
    margin-bottom: 24px;
}

.cnt_box>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    /* text-align: center; */
    margin-bottom: 24px;
}

.cnt_box span i {
    display: inline-block;
    height: 20px;
    line-height: 18px;
    font-style: normal;
    border: 1px solid #a0a0a0;
    padding: 0px 6px;
    border-radius: 4px;
    color: #808080;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cnt_box>span a {
    color: #999999;
}

.cnt_box>span a:hover {
    color: #ff0000;
}

.cnt_box p img {
    max-width: 80%;
    margin: 0 auto;
}

.cnt_box p:last-child {
    margin-bottom: 0;
}

.cnt_box .p_img {
    border: 1px solid #c1beb0;
    padding: 9px;
    margin: 0 auto;
}

.cnt_box .cnt_ad_pic::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.cnt_box .cnt_ad_pic a {
    float: left;
    display: block;
    border: 1px solid #c1beb0;
    padding: 9px 9px 0 9px;
    margin-bottom: 18px;
}

.cnt_box .cnt_ad_pic a:nth-child(even) {
    margin-left: 12px;
}

.cnt_box .cnt_ad_pic a img {
    width: 208px;
    height: 132px;

}

.cnt_box .cnt_ad_pic a span {
    display: block;
    width: 208px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    overflow: hidden;
}

.cnt_box .cnt_ad_list {
    min-height: 540px;
    margin-top: 26px;
}

.cnt_box .cnt_ad_list .tit {
    display: block;
    height: 30px;
    background-image: url('http://www.shaobg.com/style/img/tit.png');
    background-repeat: no-repeat;
    background-position: left top;
}

.cnt_box .cnt_ad_list li {
    line-height: 36px;
    color: #d1d1d1;
    list-style-type: disc;
    list-style-position: inside;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cnt_box .cnt_ad_list li:first-child {
    color: #fc0000;
}

.cnt_box .cnt_ad_list li a {
    float: right;
    display: block;
    width: 96%;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #535251;
    overflow: hidden;

}

.text_red {
    color: #fe0000;
    font-weight: normal;
}

/* swiper新设置 */
.hasSwiper.cnt_box {
    position: relative;
}

.cnt_box .swiper-container {
    overflow: hidden;
    padding-bottom: 40px;
}

.cnt_box .swiper-button-prev,
.cnt_box .swiper-button-next {
    width: 72px;
    height: 160px;
    background-size: 72px;
    background-repeat: no-repeat;
}

.cnt_box .swiper-container-horizontal>.swiper-pagination-bullets,
.cnt_box .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
}

.cnt_box .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.cnt_box .swiper-button-prev {
    background-image: url("http://www.shaobg.com/style/img/pre.png");
    background-position: left center;
}

.cnt_box .swiper-button-next {
    background-image: url("http://www.shaobg.com/style/img/next.png");
    background-position: right center;
}

.cnt_box .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.cnt_box .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.cnt_box .swiper-button-prev:hover {
    opacity: 1 !important;
}

.cnt_box .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -72px;
}

.cnt_box .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -72px;
}

.cnt_pagination {
    text-align: right;
}

.cnt_pagination a {
    font-size: 16px;
    color: #4d4d4b;
}

.cnt_pagination a.cur,
.cnt_pagination a:hover {
    color: #c93a40;
}

/* 侧边栏 */
.float_btn {
    position: fixed;
    bottom: 100px;
    right: 200px;
    display: block;
    width: 88px;
    height: 88px;
}

.float_btn span {
    display: block;
    width: 88px;
    height: 88px;
    background-image: url('http://www.shaobg.com/style/img/backtop.png');
    background-size: 88px;
    background-position: center;
    background-repeat: no-repeat;
}