body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}


/* 短引用的内容可取值：''或"" */
q:before,
q:after {
    content: '';
}

/* 缩写，图片等无边框 */
fieldset,
img,
abbr,
acronym {
    border: 0 none;
}

abbr,
acronym {
    font-variant: normal;
}

legend {
    color: #000;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

input,
img,
select {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

del,
ins,
a {
    text-decoration: none;
    cursor: pointer;
}

input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
}


body {
    background: #fff;
    color: #353535;
    position: relative;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 100%;
    min-width: 1500px;
    margin: 0 auto;
}

.clearfix {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.margin-top-30 {
    margin-top: 30px;
}



/* --- */

.header {
    width: 100%;
    height: 187px;
    background: url(../img/topBg.png) center no-repeat;
    background-size: cover;
}

.header .container {
    position: relative;
}

.header h1 {
    margin-top: 52px;
    float: left;
}

.header .searchText {
    margin-top: 40px;
}

.header .f-seach {
    position: relative;
}

.header .f-seach input {
    border: none;
}

.searchText .text {
    text-align: right;
    margin-bottom: 12px;
}

.searchText .text a {
    color: #5F3B10;
    font-size: 18px;
}

.header .f-seach input.search-in {
    width: 230px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #5F3B10;
    color: #999;
    padding-left: 20px;
    outline: none;
    background: rgba(242, 242, 242, 0.5);
}

.header .f-seach input.search-btn {
    position: absolute;
    right: 10px;
    top: 14px;
    border: none;
    width: 15px;
    height: 15px;
}

/* Safari，Chrome WebKit browsers */
.searchText input::-webkit-input-placeholder {
    color: #999;
}

/* 火狐 Mozilla Firefox 4 to 18 */
.searchText input:-moz-placeholder {
    color: #999;
}

/* 火狐 Mozilla Firefox 19+ */
.searchText input::-moz-placeholder {
    color: #999;
}

/* Internet Explorer 10+ */
.search input:-ms-input-placeholder {
    color: #999;
}


.navigation {
    width: 100%;
    height: 80px;
    background: #5F3B10;
}

.nav {
    width: 100%;
    height: 80px;
    line-height: 80px;
    position: relative;
    z-index: 1;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    width: 122px;
    height: 80px;
    float: left;
    display: inline;
    text-align: center;
    position: relative;
    margin-right: 5px;
}

.nav .nLi.last {
    margin: 0;
}

.nav .nLi h3 {
    height: 80px;
    font-weight: normal;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 18px;
    text-align: center;
}

.nav .sub {
    display: none;
    width: 100%;
    top: 80px;
    position: absolute;
    /* background: rgba(0, 0, 0, .6); */
    background: rgba(255, 255, 255, 0.9);
    line-height: 60px;
    left: 0px;
}

.nav .li5 .sub{
  width: 160%;
     left: -30%;
}

.nav .li6 .sub{
    width: 200%;
     left: -50%;
}

.nav .sub li {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
}

.nav .sub a {
    display: block;
    color: #4C4C4C;
    font-size: 16px;
}

.nav .sub a:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #5F3B10;
}



.nav .nLi.on {
    background: #482f13;
}

.nav .on h3 a {
    font-weight: bold;
}

.nav .sub li .three-nav {
    position: absolute;
    left: 125px;
    display: none;
    top: 0;
    width: 125px;
    background: rgba(0, 0, 0, .4);
}

.nav .sub li:hover .three-nav {
    display: block;
}

.banlist {
    position: relative;
}

.banlist .bd li img {
    width: 100%;
}


.banlist .hd {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}

.banlist .hd ul {
    display: inline-block;
}

.banlist .hd li {
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 20px;
    background: #fff;
    margin: 0 5px;
    float: left;
}

.banlist .hd li.on {
    background: #5F3B10;
}

.main {
    width: 100%;
    background: url(../img/mainBg.png) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 60px;
}


.column {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-bottom: 33px;
}

.column .name {
    color: #3D3D3D;
    font-size: 30px;
    font-weight: bold;
}

.column .more {
    float: right;
    color: #999;
}

.content1 {
    margin-bottom: 55px;
}

.newSlide {
    width: 685px;
    float: left;
    position: relative;
}

.newSlide .bd li {
    position: relative;
}

.newSlide .bd li .img {
    overflow: hidden;
}

.newSlide .bd li .dete {
    position: absolute;
    bottom: 130px;
    left: 30px;
    width: 81px;
    height: 83px;
    color: #fff;
    opacity: 0.9;
    background: #363636;
    backdrop-filter: blur(5px);
}

.newSlide .bd li .dete .d {
    text-align: center;
    font-size: 24px;
    margin: 10px 0 5px 0;
}

.newSlide .bd li .dete .y {
    text-align: center;
    font-size: 16px;
}

.newSlide .bd li .img img {
    width: 100%;
    height: 385px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.newSlide .bd li .text {
    width: 100%;
    height: 145px;
    background: #F7F7F7;
    box-sizing: border-box;
    padding: 25px 30px;
}

.newSlide .bd li .title {
    font-size: 18px;
    color: #3D3D3D;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-bottom: 10px;
}

.newSlide .bd li .desc {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    color: #999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.newSlide .bd li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.newSlide .bd li:hover .title {
    color: #5F3B10;
}

.newSlide .bd li:hover .desc {
    color: #666;
}



.newSlide .hd {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 160px;
}

.newSlide .hd ul {
    display: inline-block;
}

.newSlide .hd li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin: 0 6px;
    float: left;
}

.newSlide .hd li.on {
    background: #5F3B10;
}

.newList {
    width: 685px;
    float: right;
}

.newList li.n {
    width: 100%;
    margin-top: 28px;
}

.newList li.n a {
    font-size: 18px;
    color: #3D3D3D;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.newList li.n:hover a {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.newList li.n a::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #DBDBDB;
    position: absolute;
    left: 0;
    top: 8px;
}

.newList li.n .dete {
    color: rgba(153, 153, 153, 0.8);
    font-size: 16px;
    float: right;
}

.newList li.n:hover a {
    color: #5F3B10;
}

.newList li.n:hover .dete {
    color: #666;
}

.newList li.n:hover a::before {
    background: #5F3B10;
}



.newList li.f {
    width: 100%;
    height: 95px;
    margin-bottom: 45px;
}

.newList li.f .dete {
    width: 93px;
    height: 95px;
    background: #F7F7F7;
    float: left;
    box-sizing: border-box;
    padding: 20px 13px;
}

.newList li.f .dete .d {
    font-size: 30px;
    color: #5F3B10;
    font-weight: bold;
    text-align: center;
}

.newList li.f .dete .y {
    color: #5F3B10;
    font-size: 16px;
    text-align: center;
}

.newList li.f .text {
    width: calc(100% - 93px);
    box-sizing: border-box;
    padding-left: 20px;
    margin-left: 93px;
}

.newList li.f .title {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: #5F3B10;
}

.newList li.f .desc {
    font-size: 16px;
    line-height: 34px;
    color: #999;
    margin-top: 10px;
}


.content2 {
    margin-bottom: 60px;
}

.content2 .img {
    overflow: hidden;
}

.content2 .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.content2 .img img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.content4 .zspylist {
    width: 692px;
}

.content4 .xshdlist {
    width: 680px;
}

.zspylist .list li {
    width: 100%;
    height: 70px;
    margin-bottom: 30px;

}

.zspylist .list li .text {
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.zspylist .list li:hover .text {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.zspylist .list li .dete {
    width: 70px;
    float: left;
    margin-right: 25px;
}

.zspylist .list li .y {
    height: 30px;
    line-height: 30px;
    background: #5F3B10;
    color: #fff;
    text-align: center;
}

.zspylist .list li .d {
    height: 38px;
    text-align: center;
    line-height: 38px;
    box-sizing: border-box;
    border: 1px solid #5F3B10;
    color: #5F3B10;
    font-size: 22px;
    font-weight: bold;
}

.zspylist .list li .title {
    font-size: 18px;
    color: #333;
}

.zspylist .list li .desc {
    font-size: 16px;
    color: #999;
    margin-top: 16px;
}

.zspylist .list li:hover .title {
    color: #5F3B10;
}


.xshdlist .imgs .box {
    width: 326px;
    float: left;
}

.xshdlist .imgs .box .img {
    overflow: hidden;
}

.xshdlist .imgs .box .img img {
    width: 100%;
    height: 186px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.xshdlist .imgs .box .title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #F7F7F7;
    font-size: 18px;
    color: #333;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
}

.xshdlist .imgs .box1 {
    margin-right: 28px;
}

.xshdlist .imgs .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.xshdlist .imgs .box:hover .title {
    background: #5F3B10;
    color: #Fff;
}


.xshdlist .lists li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-top: 14px;
}

.xshdlist .lists li a {
    font-size: 18px;
    color: #3D3D3D;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
}

.xshdlist .lists li a::before {
    content: '';
    width: 3px;
    height: 17px;
    background: #5F3B10;
    position: absolute;
    left: 0;
    top: 10px;
}

.xshdlist .lists li .dete {
    width: 113px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #F1F1F1;
    float: right;
    background: url(../img/dete-bg.png) no-repeat;
}

.xshdlist .lists li:hover a {
    color: #5F3B10;
}

.xshdlist .lists li:hover .dete {
    background: url(../img/dete-bg-on.png) no-repeat;
    color: #fff;
}





.content5 {
    /* margin-bottom: 30px; */
    padding-bottom: 30px;
}

.boxlink .box {
    width: calc((100% - 120px) / 5);
    height: 45px;
    line-height: 45px;
    background: #F9F9F9;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.boxlink .box.box5,
.boxlink .box.box10,
.boxlink .box.box15,
.boxlink .box.box20 {
    margin-right: 0;
}

.boxlink .box a {
    font-size: 16px;
    color: #666;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.boxlink .box:hover {
    background: #5F3B10;
}

.boxlink .box:hover a {
    color: #fff;
}


.footer {
    width: 100%;
    height: 150px;
    background: #5F3B10;
    box-sizing: border-box;
    padding-top: 40px;
}

.footer .banq p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 36px;
    text-align: center;
}

.footer .banq p a {
    color: rgba(255, 255, 255, 0.6);
}

.tzgglist .bd li {
    width: 455px !important;
    height: 163px;
    position: relative;
    box-sizing: border-box;
    padding-left: 22px;
    margin-right: 22px;
}

.tzgglist .bd li a {
    background: #fff;
    display: inline-block;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    padding: 19px 25px 19px 64px;
}

.tzgglist .bd li .title {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.tzgglist .bd li .xian {
    width: 58px;
    height: 2px;
    background: #5F3B10;
    margin: 15px 0;
}

.tzgglist .bd li .desc {
    line-height: 30px;
    height:60px;
    color: #999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.tzgglist .bd li .dete {
    position: absolute;
    left: 0;
    top: 30px;
    width: 55px;
    height: 60px;
    background: #5F3B10;
}

.tzgglist .bd li .d {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0 5px 0;
}

.tzgglist .bd li .y {
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.tzgglist .bd li:hover a {
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.tzgglist .bd li:hover .title {
    color: #482f13;
}

.tzgglist .bd li:hover a {
    border: 1px solid #482f13;
}

.tzgglist .hd {
    margin-top: 33px;
}

.tzgglist .hd ul {
    text-align: center;
}

.tzgglist .hd li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    background: #D6D6D6;
}

.tzgglist .hd li.on {
    width: 20px;
    height: 8px;
    border-radius: 10000px;
    background: #5F3B10;
}

.content4 {
    margin-top: 40px;
}

.nydt img {
    width: 100%;
}

/* -- */

.nei-content {
    padding-top: 70px;
}

.subNav {
    width: 260px;
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    margin-bottom: 70px;
}

.subNav .sub-name {
    width: 100%;
    height: 90px;
    line-height: 90px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background: #5F3B10;
}

.subNav .sub-list li {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-bottom: 1px solid #E2E2E2;
}

.subNav .sub-list li a {
    font-size: 16px;
    color: #333;
}

.subNav .sub-list li.on a,
.subNav .sub-list li:hover a {
    font-weight: bold;
    color: #5F3B10;
}

.nei-content .content {
    width: 1100px;
}

.crumbs {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
}

.crumbs-name {
    font-size: 28px;
    line-height: 36px;
    color: #444;
}

.crumbs-list,
.crumbs-list a {
    color: #444;
}


.crumbs-list p img {
    position: relative;
    top: -3px;
}

/* -- */

.textlist {
    margin-top: 40px;
}

.textlist .info li {
    width: 100%;
    position: relative;
    margin-bottom: 36px;
    padding-left: 23px;
}

.textlist .info li .box {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    padding: 25px 30px 25px 55px;
}

.textlist .info li .dete {
    width: 55px;
    height: 60px;
    background: #5F3B10;
    color: #fff;
    position: absolute;
    left: 0;
    top: 40px;
}

.textlist .info li .d {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 6px 0 2px 0;
}

.textlist .info li .y {
    font-size: 12px;
    text-align: center;
}

.textlist .info li .title {
    font-size: 18px;
    line-height: 30px;
    color: #333;
      text-size-adjust: none;
}

.textlist .info li .xian {
    width: 58px;
    height: 2px;
    background: #5F3B10;
    margin: 5px 0 24px 0;
}

.textlist .info li .desc {
    line-height: 25px;
    color: #999;

       text-size-adjust: none;
}

.textlist .info li:hover .box {
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.textlist .info li:hover .title {
    color: #5F3B10;
}

.list-page {
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    margin: 20px 0 40px 0;
}

.pb_sys_style1 .p_no_d {
    background: #5F3B10 !important;
    border: 1px solid #5F3B10 !important;
}

.piclist {
    margin-top: 40px;
}

.piclist .info li {
    width: 100%;
    height: 245px;
    box-sizing: border-box;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    margin-bottom: 25px;
}

.piclist .info li .img {
    width: 325px;
    float: left;
}

.piclist .info li .img img {
    width: 100%;
    height: 185px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.piclist .info li .text {
    width: calc(100% - 325px);
    float: right;
    box-sizing: border-box;
    padding-left: 30px;
}

.piclist .info li .title {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.piclist .info li .xian {
    width: 58px;
    height: 2px;
    background: #5F3B10;
    margin: 20px 0;
}

.piclist .info li .desc {
    line-height: 25px;
    color: #999;
}

.piclist .info li .dete {
    color: rgba(153, 153, 153, 0.7);
    margin-top: 40px;
}

.piclist .info li:hover {
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.piclist .info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.piclist .info li:hover .title {
    color: #5F3B10;
}

.piclist .info li:hover .dete {
    color: #5F3B10;
}

.picture {
    margin-top: 40px;
    width: 1130px;
    margin-left: -15px;
}

.picture .info li {
    width: calc((100% - 90px) / 3);
    float: left;
    margin: 0 14px;
    margin-bottom: 30px;
}

.picture .info li .img {
    overflow: hidden;
}

.picture .info li .img img {
    width:347px;
height: 198px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picture .info li .title {
    font-size: 18px;
    color: #3D3D3D;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #F0E4D8;
    border-top: none;
}

.picture .info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.picture .info li:hover .title {
    background: #5F3B10;
    color: #fff;
}

.detail {
    padding: 35px 118px;
    border: 1px solid #DBDBDB;
    margin-top: 40px;
       margin-bottom: 40px;
}

.detail h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #3D3D3D;
}

.detail .timer {
    text-align: center;
    color: #999;
    padding: 13px 0 20px 0;
}

.detail .timer span {
    margin: 0 5px;
}

.detail .dtl {
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    box-sizing: border-box;
    padding: 25px 0;
}

.detail .dtl p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}

.detail .detail-page {
    line-height: 70px;
    height: 70px;
}

.detail .detail-page p a {
    color: #3d3d3d;
    font-size: 16px;
}

.detail .detail-page p a:hover {
    color: #5F3B10;
    font-weight: bold;
}

.detail.danye .dtl {
    border: none;
    padding: 0;
}

.tealist {
    margin-top: 40px;
}

.tealist .info li {
    float: left;
    width: calc((100% - 80px) / 4);
    margin-right: 20px;
    margin-bottom: 18px;
    background: #F4F4F4;
    box-sizing: border-box;
    padding: 26px;
}

.tealist .info li .img img {
    width: 100%;
    height: 280px;
    border-radius: 10px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.tealist .info li .title {
    font-size: 24px;
    font-weight: bold;
    color: #5F3B10;
    text-align: center;
    margin-top: 10px;
}

.tealist .info li .img {
    overflow: hidden;
   border-radius: 10px;
}

.tealist .info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.crumbs-list{
       font-size: 16px;
    margin-top: 8px;
}

.crumbs-list a:last-of-type{
    color: #5F3B10;
}

.crumbs-list span:last-of-type{
    display: none;
}