
/* 项目主体样式*/
.super-market {
    position: relative;
    background-color: #f7f7f7;
}
.super-market .specialbg {
    width: 100%;
    height: 830px;
}
.super-market .specialbg img {
    width: 100%;
    height: auto;
}

.super-market .search-info {
    width: 100%;
    height: 383px;
    background: url("/img/banner.png") no-repeat;
    background-size: cover;
    font-size: 18px;
}
.super-market .search-info .searh-wrap {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
}
.super-market .search-info .searh-wrap .icon {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
}
.super-market .search-info .searh-wrap input {
    height: 60px;
    line-height: 60px;
    width: 540px;
    border: none;
    background: transparent;
    font-size: 18px;
    outline: none;
}
.super-market .search-info .searh-wrap .btn {
    height: 62px;
    line-height: 62px;
    width: 88px;
    background: #fe7b06;
    color: #fff;
}
.super-market .page-header {
    width: 100%;
    color: #999;
}
.super-market .page-header .cont {
    width: 1200px;
    margin: 0 auto;
}
.super-market .page-header .cont .title {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
}
.super-market .page-header .cont .title:before {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/img/list/z-5674.png") no-repeat;
    background-size: 16px 19px;
}
.super-market .page-header .cont .list-wrap {
    font-size: 12px;
}
.super-market .page-header .cont .list-wrap .active {
    color: #666;
}
.super-market .page-header .cont .list-wrap .item:after {
    content: ">";
    padding-left: 5px;
}
.super-market .page-header .cont .list-wrap .item:last-child:after {
    content: "";
}
.super-market .list-info {
    width: 1200px;
    margin: 0 auto;
}
.super-market .list-info .left-nav {
    width: 24%;
}
.super-market .list-info .left-nav .name {
    width: 100%;
    height: 68px;
    line-height: 68px;
    text-indent: 20px;
    color: #fff;
    font-size: 22px;
    background: linear-gradient(to right, #fe7b06 0%, #fe7b06 40%);
    position: relative;
}
.super-market .list-info .left-nav .name::before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px #fe7b06 solid;
}
.super-market .list-info .left-nav .column-info .item {
    color: #333;
    background-color: #fff;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-indent: 20px;
}
.super-market .list-info .left-nav .column-info .item:hover {
    color: #fe7b06 !important;
}
.super-market .list-info .left-nav .column-info .active {
    color: #fe7b06 !important;
}
.super-market .list-info .right-cont {
    background: #fff;
    width: 74%;
}
.super-market .list-info .right-cont .item {
    width: 100%;
    cursor: pointer;
    transition: all 0.6s;
    position: relative;
}
.super-market .list-info .right-cont .item:last-child::before {
    border-bottom: none;
}
.super-market .list-info .right-cont .item:first-child {
    margin-top: 0;
}
.super-market .list-info .right-cont .item:before {
    width: 92%;
    content: "";
    position: absolute;
    left: 4%;
    bottom: 0;
    border-bottom: 1px #cccccc solid;
}
.super-market .list-info .right-cont .item:hover {
    box-shadow: 5px 5px 5px #ccc;
    border-radius: 5px;
}
.super-market .list-info .right-cont .item:hover:before {
    border: none;
}
.super-market .list-info .right-cont .item:hover .cont .title {
    color: #fe7b06 !important;
    font-weight: 800;
    transition: all 1s;
}
.super-market .list-info .right-cont .item:hover .date {
    color: #fe7b06;
    transition: all 1s;
}
.super-market .list-info .right-cont .item:hover .date .date-text {
    background-color: #fff3d5 !important;
    transition: all 1s;
}
.super-market .list-info .right-cont .item .date {
    color: #ddd;
    text-align: center;
}
.super-market .list-info .right-cont .item .date .date-text {
    width: 90px;
    height: 90px;
    background-color: #d5d5d5;
}
.super-market .list-info .right-cont .item .date .day {
    color: #666;
    font-size: 50px;
}
.super-market .list-info .right-cont .item .date .year {
    color: #999;
    font-size: 15px;
}
.super-market .list-info .right-cont .item .cont {
    width: calc(100% - 130px);
    font-size: 18px;
    color: #333;
}
.super-market .list-info .right-cont .item .cont .title {
    font-size: 18px;
    color: #333;
    width: 70%;
}
.super-market .list-info .right-cont .item .cont .desc {
    font-size: 14px;
    color: #999;
    width: 100%;
    max-height: 60px;
}
.super-market .list-info .right-cont .item .cont .btn {
    font-size: 12px;
    color: #f55;
}
.super-market .pagination-info .wrap {
    margin: 0 auto;
    cursor: pointer;
}
.super-market .pagination-info .wrap .active {
    border: 1px #fe7b06 solid !important;
    background-color: #fe7b06 !important;
    color: #fff !important;
}
.super-market .pagination-info .wrap .item {
    border: 1px #dedede solid;
    border-right: none;
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
}
.super-market .pagination-info .wrap .end {
    border-right: 1px #dedede solid;
    color: #fe7b06 !important;
}
.super-market .link-info {
    width: 100%;
    background-color: #fff;
}
.super-market .link-info .cont-wrap {
    width: 1200px;
    margin: 0 auto;
}
.super-market .link-info .cont-wrap .title {
    width: 150px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #fe7b06;
    font-size: 16px;
}
.super-market .link-info .cont-wrap .list-info {
    width: calc(100% - 170px);
}
.super-market .link-info .cont-wrap .list-info .item {
    width: 31%;
    border: 1px #cccccc solid;
    height: 48px;
    line-height: 48px;
    position: relative;
}
.super-market .link-info .cont-wrap .list-info .item .name {
    font-size: 16px;
    color: #666;
    cursor: pointer;
}
.super-market .link-info .cont-wrap .list-info .item .name .arrow-down {
    border-left: 2px solid #999999;
    border-bottom: 2px solid #999999;
    height: 10px;
    width: 10px;
    transform: translate(2px, -2px) rotate(-45deg);
    -webkit-transform: translate(2px, -2px) rotate(-45deg);
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    display: inline-block;
    -moz-transform: translate(2px, -2px) rotate(-45deg);
    -ms-transform: translate(2px, -2px) rotate(-45deg);
    -o-transform: translate(2px, -2px) rotate(-45deg);
}
.super-market .link-info .cont-wrap .list-info .item .sub-list {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    display: none;
}
.super-market .link-info .cont-wrap .list-info .item .sub-list .link {
    font-size: 16px;
    color: #999;
    border-bottom: 1px #f7f7f8 solid;
}
.super-market .link-info .cont-wrap .list-info .item .sub-list .link:last-child {
    border-bottom: none;
}
.super-market footer {
    background-color: #211f20;
    color: #fff;
}
.super-market footer .footer-wrap {
    color: #fff;
    min-width: 1200px;
}
.super-market footer .footer-wrap .content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
}
.super-market footer .footer-wrap .content .title {
    font-size: 18px;
}
.super-market footer .footer-wrap .content .cont {
    width: 50%;
    font-size: 14px;
}
.super-market footer .footer-wrap .content .cont .code {
    width: auto;
    text-align: center;
}
.super-market footer .footer-wrap .content .cont .code img {
    width: 100px;
}
.super-market footer .footer-wrap .content .cont .code .title {
    font-size: 14px;
}
.super-market footer .footer-wrap .content .cont .code:last-child {
    margin-left: 20px;
}
.super-market footer .footer-wrap .footer-info {
    border-top: 1px #e3e3e3 solid;
    font-size: 12px;
}
