body {
    background: url(../images/img01.jpg) repeat top left;
}

/* 轮播 */

#banner {
    /* margin-top: 210px; */
    height: auto;
    position: relative;
}

#banner .swiper-wrapper {
    height: auto !important;
}

#banner .swiper-slide {
    height: auto !important;
}

#banner .swiper-container .img {
    display: block;
    width: 100%;
    height: 100%;
}

#banner .swiper-idots {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
}

#banner .swiper-idots .w14 {
    height: 100%;
    position: relative;
}

#banner .swiper-idots .swiper-prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 68px;
    height: 68px;
    line-height: 68px;
    font-size: 20px;
    color: #dda00a;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    margin: -34px 0 0 0;
    cursor: pointer;
    outline: none;
}

#banner .swiper-idots .swiper-next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 68px;
    height: 68px;
    line-height: 68px;
    font-size: 20px;
    color: #dda00a;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    margin: -34px 0 0 0;
    cursor: pointer;
    outline: none;
}

#banner .swiper-idots .iconfont:hover {
    background: #dda00a;
    color: #fff;
}

#banner .swiper-idots .num {
    position: absolute;
    left: 30px;
    bottom: 30px;
    line-height: 60px;
    font-size: 44px;
    color: #fff;
    font-family: 'shuzi';
}

#banner .swiper-idots .num .now {
    font-size: 60px;
    color: #dda00a;
}

#banner .banfoot {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 8;
    margin-bottom: -20px;
}

/* 公告 */

.notice {
    position: relative;
}

.notice .noticeMain {
    position: absolute;
    top: 0;
    left: 20%;
    right: 0;
    padding: 10px 0 10px 200px;
    margin-top: -88px;
    height: 68px;
    background: #dda00a;
    z-index: 9;
    border-radius: 4px;
}

.notice .noticeMain .h1 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    height: 62px;
    line-height: 62px;
    width: 200px;
    text-align: center;
}

.notice .noticeMain .h1 .c1 {
    color: #fff;
    font-size: 28px;
    font-family: 'jiangxi';
}

.notice .noticeMain .h1 .c2 {
    color: #fffc00;
    font-size: 28px;
    font-family: 'jiangxi';
}

.notice .noticeMain .h1 .iconfont {
    display: inline-block;
    width: 36px;
    font-size: 20px;
    color: #fff;
}

.notice .noticeMain .swiper-container {
    width: 90%;
    height: 68px;
    margin: 0;
}

.notice .noticeMain .swiper-container a {
    display: block;
    line-height: 68px;
    font-size: 14px;
    color: #fff;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 古镇概况 */

.main1 {
    margin-top: 40px;
    padding: 8px 0;
    background: #fef9f2;
}

.main1 .mainCont {
    margin: 0 8px;
    border: 1px solid #f6e9d4;
    padding: 36px 53% 0 0;
    min-height: 360px;
    position: relative;
}

.main1 .mainCont .aboutCont {
    padding: 20px 8%;
}

.main1 .mainCont .aboutCont .h1 {
    height: 56px;
    line-height: 56px;
}

.main1 .mainCont .aboutCont .h1 .iconfont {
    display: inline-block;
    width: 40px;
    font-size: 30px;
    color: #dd9c00;
    text-align: center;
}

.main1 .mainCont .aboutCont .h1 .c1 {
    color: #2e2748;
    font-size: 40px;
    font-family: 'jiangxi';
}

.main1 .mainCont .aboutCont .h1 .c2 {
    color: #dd9c00;
    font-size: 40px;
    font-family: 'jiangxi';
}

.main1 .mainCont .aboutCont .desc {
    margin-top: 10px;
    line-height: 26px;
    font-size: 14px;
    color: #2e2748;
}

.main1 .mainCont .aboutCont .aboutNum {
    margin-top: 24px;
}

.main1 .mainCont .aboutCont .aboutNum li {
    float: left;
    width: 25%;
    position: relative;
    margin-right: 6%;
}

.main1 .mainCont .aboutCont .aboutNum li::after {
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 30px;
    background: #f6e9d4;
    content: ""；
}

.main1 .mainCont .aboutCont .aboutNum .num {
    position: relative;
}

.main1 .mainCont .aboutCont .aboutNum .num span {
    line-height: 40px;
    font-size: 60px;
    color: #55468f;
    font-family: 'shuzi';
}

.main1 .mainCont .aboutCont .aboutNum .num i {
    position: absolute;
    top: 0;
    /*right: 0;*/
    width: 100px;
    margin: -20px -1em 0 0;
    font-size: 16px;
    color: #55468f;
}

.main1 .mainCont .aboutCont .aboutNum p {
    line-height: 4px;
    font-size: 14px;
    color: #2e2748;
}

.main1 .mainCont .aboutCont .aboutNum li:nth-child(3) .num span {
    color: #c42c2a;
}

.main1 .mainCont .aboutCont .aboutNum li:nth-child(3) .num i {
    color: #c42c2a;
}

.main1 .mainCont .aboutCont .more {
    display: block;
    margin-top: 30px;
    width: 132px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #dd9c00;
    text-align: center;
    border: 1px solid #dd9c00;
    border-radius: 2px;
    cursor: pointer;
}

.main1 .mainCont .aboutCont .more:hover {
    background: #dd9c00;
    color: #fff;
}

.main1 .mainCont .video {
    position: absolute;
    top: 70px;
    right: 24%;
    padding: 17px;
    width: 350px;
    height: 233px;
    background: url(../images/img06.png) no-repeat center center;
    background-size: 100% 100%;
}

.main1 .mainCont .video video {
    display: block;
    width: 100%;
    height: 100%;
}

.main1 .mainCont .bgImg {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 19.5%;
}

/* 古镇玩乐 */

.main2 {
    margin-top: 40px;
    padding: 32px 0;
    background: url(../images/img07.jpg) repeat top center;
}

.main2 .h1 {
    height: 64px;
    line-height: 64px;
    text-align: center;
}

.main2 .h1 .iconfont {
    display: inline-block;
    width: 40px;
    font-size: 30px;
    color: #dd9c00;
    text-align: center;
}

.main2 .h1 .c1 {
    color: #ffffff;
    font-size: 40px;
    font-family: 'jiangxi';
}

.main2 .h1 .c2 {
    color: #dd9c00;
    font-size: 40px;
    font-family: 'jiangxi';
}

.main2 .mainCont {
    margin-top: 16px;
    padding-top: 15px;
    background: #fff;
    border-radius: 4px;
}

.main2 .mainCont .mainSwiper {
    margin: 0 15px;
    border-radius: 4px;
    background: #dd9c00;
    position: relative;
}

.main2 .mainCont .fl {
    float: left;
    width: 70%;
    height: auto;
}

.main2 .mainCont .fl .swiper-wrapper {
    height: auto !important;
}

.main2 .mainCont .fl .swiper-slide {
    height: auto !important;
    position: relative;
    border-radius: 4px 0 0 4px;
}

.main2 .mainCont .fl .img {
    display: block;
    width: 100%;
    border-radius: 4px 0 0 4px;
}

.main2 .mainCont .fl p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 35px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 0 4px;
}

.main2 .mainCont .fr {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 27%;
}

.main2 .mainCont .fr .num {
    position: absolute;
    top: 15%;
    line-height: 60px;
    font-size: 40px;
    font-family: "shuzi";
    color: #fff;
}

.main2 .mainCont .fr .num .now {
    font-size: 66px;
    color: #fff000;
}

.main2 .mainCont .fr .name {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -33px;
}

.main2 .mainCont .fr .name p {
    line-height: 40px;
    font-size: 32px;
    color: #fff;
}

.main2 .mainCont .fr .name span {
    line-height: 26px;
    font-size: 18px;
    color: #fff;
}

.main2 .mainCont .fr .swiper-btn {
    position: absolute;
    left: 0;
    bottom: 15%;
}

.main2 .mainCont .fr .swiper-btn .iconfont {
    float: left;
    margin-right: 10px;
    width: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    background: #c42c2a;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
}

.main2 .mainCont .fr .swiper-btn .iconfont:hover {
    color: #dd9c00;
    background: #fff;
}

.main2 .mainCont .swiper-idots {
    height: 116px;
}

.main2 .mainCont .swiper-idots .min {
    float: left;
    width: 12.5%;
    padding-top: 48px;
    height: 68px;
    position: relative;
    text-align: center;
    color: #55468f;
    cursor: pointer;
}

.main2 .mainCont .swiper-idots .min::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #f1ede7;
    content: "";
}

.main2 .mainCont .swiper-idots .min:last-child::after {
    width: 0;
}

.main2 .mainCont .swiper-idots .num {
    line-height: 44px;
    font-size: 50px;
    font-family: "shuzi";
}

.main2 .mainCont .swiper-idots p {
    width: 85%;
    margin: 0 auto;
    line-height: 20px;
    font-size: 16px;
    font-family: "jiangxi";
}

.main2 .mainCont .swiper-idots .min:hover, .main2 .mainCont .swiper-idots .min.on {
    color: #dd9c00;
}

.main2 .mainCont .swiper-idots .min:hover::before, .main2 .mainCont .swiper-idots .min.on::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 1px;
    height: 2px;
    background: #dd9c00;
    content: "";
}

.main2 .more {
    display: block;
    margin: 32px auto 0;
    width: 174px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #dd9c00;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}

.main2 .more:hover {
    border: 1px solid #dd9c00;
    background: #dd9c00;
    color: #fff;
}

/* 酒店住宿 */

.main3 {
    margin-top: 30px;
}

.main3 .h1 {
    height: 56px;
    text-align: center;
    line-height: 56px;
    margin-bottom: 30px;
}

.main3 .h1 .iconfont {
    display: inline-block;
    width: 40px;
    font-size: 30px;
    color: #dd9c00;
    text-align: center;
}

.main3 .h1 .c1 {
    color: #2e2748;
    font-size: 40px;
    font-family: 'jiangxi';
}

.main3 .h1 .c2 {
    color: #dd9c00;
    font-size: 40px;
    font-family: 'jiangxi';
}

.main3 .mainCont {
    padding: 20px 0;
    background: #fff;
    border-radius: 10px;
}

.main3 .fl {
    float: left;
    padding: 16px 1.5% 0;
    width: 25%;
    text-align: center;
}

.main3 .fl .h2 {
    line-height: 44px;
    text-align: center;
}

.main3 .fl .h2 .c1 {
    color: #dd9c00;
    font-size: 30px;
    font-family: 'jiangxi';
}

.main3 .fl .h2 .c2 {
    color: #2e2748;
    font-size: 30px;
    font-family: 'jiangxi';
}

.main3 .fl .iconfont {
    line-height: 32px;
    font-size: 16px;
    color: #dd9c00;
}

.main3 .fl p {
    margin-top: 10px;
    line-height: 26px;
    font-size: 14px;
    color: #2e2748;
    width: 80%;
    max-width: 210px;
    margin: 0 auto;
}

.main3 .fl .more {
    display: block;
    margin: 20px auto 40px;
    width: 110px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #dd9c00;
    text-align: center;
    border: 1px solid #dd9c00;
    background: #fff;
    border-radius: 4px;
}

.main3 .fl .more:hover {
    background: #dd9c00;
    color: #fff;
    border: 1px solid #dd9c00;
}

.main3 .fl .video {
    display: block;
    width: 100%;
    height: 230px;
}

.main3 .fr {
    float: right;
    width: 70.5%;
    margin-right: 1.5%;
    height: auto;
    position: relative;
}

.main3 .fr .swiper-wrapper {
    height: auto !important;
}

.main3 .fr .swiper-slide {
    height: auto !important;
    position: relative;
}

.main3 .fr .img {
    display: block;
    width: 100%;
    border-radius: 4px;
}

.main3 .fr .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 30px;
    height: 40px;
    right: 0;
    text-align: center;
    z-index: 9;
}

.main3 .fr .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    border: 1px solid #c82a2e;
    font-size: 20px;
    color: #c82a2e;
    background: #fff;
    text-align: center;
    margin: 0 8px;
    cursor: pointer;
    opacity: 1 !important;
}

.main3 .fr .swiper-pagination .swiper-pagination-bullet-active, .main3 .fr .swiper-pagination .swiper-pagination-bullet:hover {
    background: #c82a2e;
    color: #fff;
}

/* .main3 .fr .pagination .swiper-active-switch:first-child, .main3 .fr .pagination .swiper-active-switch:last-child {
    display: none;
} */

/* 休闲美食 */

.main4 {
    margin-top: 30px;
}

.main4 .h1 {
    height: 56px;
    text-align: center;
    line-height: 56px;
}

.main4 .h1 .iconfont {
    display: inline-block;
    width: 40px;
    font-size: 30px;
    color: #dd9c00;
    text-align: center;
}

.main4 .h1 .c1 {
    color: #2e2748;
    font-size: 40px;
    font-family: 'jiangxi';
}

.main4 .h1 .c2 {
    color: #dd9c00;
    font-size: 40px;
    font-family: 'jiangxi';
}

.main4 .list {
    margin-top: 46px;
}

.main4 .list li {
    float: left;
    padding: 10px 1%;
    width: 22.25%;
    margin: 0 1% 10px 0;
    background: #fff;
    border-radius: 4px;
}

.main4 .list li:nth-child(4n) {
    margin-right: 0;
}

.main4 .list .pic {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 14px;
    overflow: hidden;
}

.main4 .list .pic .img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.6s;
}

.main4 .list .pic .img:hover {
    transform: scale(1.2);
}

.main4 .list .name {
    float: left;
    margin-left: 10px;
    line-height: 36px;
    font-size: 16px;
    color: #000;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main4 .list .icon {
    float: right;
    margin-right: 10px;
    width: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #c82a2e;
    text-align: center;
    background: #f5f5f5;
    border-radius: 50%;
    text-align: center;
}

.main4 .list .icon:hover {
    background: #c82a2e;
    color: #fff;
}

.main4 .more {
    display: block;
    margin: 28px auto 0;
    width: 174px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #dd9c00;
    text-align: center;
    border: 1px solid #dd9c00;
    background: #fff;
    border-radius: 4px;
}

.main4 .more:hover {
    background: #dd9c00;
    color: #fff;
}

/* 十里风荷 */

.main5 {
    margin-top: 40px;
    padding: 40px 0;
    background: #f5f5f5;
}

.main5 .w14 {
    background: #fff;
}

.main5 .mainTab {
    height: 108px;
    border-bottom: 10px solid #f5f5f5;
    position: relative;
    border-radius: 0 0 4px 4px;
}

.main5 .mainTab::after {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 108px;
    background: #f1ede7;
    content: "";
}

.main5 .mainTab .tabItem {
    float: left;
    width: 48%;
    margin: 0 1%;
    height: 105px;
    line-height: 105px;
    text-align: center;
    color: #55468f;
    cursor: pointer;
}

.main5 .mainTab .tabItem .iconfont {
    display: inline-block;
    margin: 0 20px;
    font-size: 16px;
    display: none;
}

.main5 .mainTab .tabItem .c1 {
    display: inline-block;
    width: 54px;
    line-height: 54px;
    font-size: 40px;
    text-align: center;
    border: 1px solid #55468f;
    font-family: "jiangxi";
    border-radius: 50%;
}

.main5 .mainTab .tabItem .c2 {
    font-size: 30px;
}

.main5 .mainTab .tabItem.on, .main5 .mainTab .tabItem:hover {
    border-bottom: 3px solid #dd9c00;
    color: #c82a2e;
}

.main5 .mainTab .tabItem.on .iconfont, .main5 .mainTab .tabItem:hover .iconfont {
    display: inline-block;
}

.main5 .mainTab .tabItem.on .c1, .main5 .mainTab .tabItem:hover .c1 {
    border: 1px solid #c82a2e;
}

.main5 .mainCont {
    padding: 0 0 15px;
}

.main5 .mainCont li {
    margin: 15px 15px 0;
    background: #dea009;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

.main5 .mainCont li:nth-child(1) {
    display: none;
}

.main5 .mainCont .fl {
    float: left;
    padding: 50px 2.5% 0;
    width: 28%;
}

.main5 .mainCont .fl .h2 {
    line-height: 46px;
    font-size: 30px;
    color: #fff000;
}

.main5 .mainCont .fl .h2 span {
    color: #fff;
}

.main5 .mainCont .fl .iconfont {
    line-height: 40px;
    font-size: 20px;
    color: #fff;
}

.main5 .mainCont .fl .desc {
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.main5 .mainCont .fl .more {
    margin: 24px 0 64px;
    display: block;
    width: 112px;
    line-height: 38px;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.main5 .mainCont .fl .more:hover {
    background: #fff;
    color: #dea009;
}

.main5 .mainCont .area {
    float: left;
    width: 50%;
}

.main5 .mainCont .area h3 {
    line-height: 32px;
    font-size: 16px;
    color: #fff;
}

.main5 .mainCont .area p {
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}

.main5 .mainCont .area p span {
    font-size: 40px;
    color: #fff000;
    font-family: "shuzib";
}

.main5 .mainCont .fr {
    float: right;
    width: 67%;
    height: auto;
    position: relative;
}

.main5 .mainCont .fr .swiper-wrapper {
    height: auto !important;
}

.main5 .mainCont .fr .swiper-slide {
    height: auto !important;
    position: relative;
}

.main5 .mainCont .fr .img {
    display: block;
    width: 100%;
    height: auto;
}

.main5 .mainCont .fr p {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 18px 24px;
    height: 40px;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    z-index: 8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main5 .mainCont .swiper-num {
    position: absolute;
    bottom: 4px;
    right: 0;
    z-index: 9;
}

.main5 .mainCont .swiper-num .swiper-next {
    float: right;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #c82a2e;
    background: #fff;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
}

.main5 .mainCont .swiper-num .swiper-prev {
    float: right;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #c82a2e;
    background: #fff;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
}

.main5 .mainCont .swiper-num .swiper-prev:hover, .main5 .mainCont .swiper-num .swiper-next:hover {
    background: #c82a2e;
    color: #fff;
}

.main5 .mainCont .swiper-num .num {
    float: right;
    margin: 8px 10px 0 0;
}

.main5 .mainCont .swiper-num .at {
    float: left;
    line-height: 40px;
    font-size: 44px;
    color: #fff000;
    font-family: "shuzi";
}

.main5 .mainCont .swiper-num .all {
    float: left;
    line-height: 46px;
    font-size: 26px;
    color: #fff;
    font-family: "shuzi";
}

/* 相关资讯 */

.main6 {
    margin: 30px 0 38px;
}

.main6 .h1 {
    height: 56px;
    text-align: center;
    line-height: 56px;
}

.main6 .h1 .iconfont {
    display: inline-block;
    width: 40px;
    font-size: 30px;
    color: #dd9c00;
    text-align: center;
}

.main6 .h1 .c1 {
    color: #2e2748;
    font-size: 40px;
    font-family: 'jiangxi';
}

.main6 .h1 .c2 {
    color: #dd9c00;
    font-size: 40px;
    font-family: 'jiangxi';
}

.main6 .newsType {
    background: #fff;
    margin-top: 14px;
}

.main6 .newsType .typeBox {
    margin: 14px 30px 0;
    height: 74px;
    border-bottom: 1px dashed #e3e3e3;
}

.main6 .newsType .min {
    float: left;
    padding: 0 26px;
    height: 74px;
    position: relative;
}

.main6 .newsType .min a {
    line-height: 74px;
    font-size: 20px;
    color: #2e2748;
}

.main6 .newsType .min .iconfont {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #c82a2e;
    margin: 0 0 -15px -15px;
    display: none;
}

.main6 .newsType .min.on a, .main6 .newsType .min:hover a {
    color: #c82a2e;
    font-weight: bold;
}

.main6 .newsType .min.on .iconfont, .main6 .newsType .min:hover .iconfont {
    display: block;
}

.main6 .listbox li {
    display: none;
}

.main6 .listbox li:nth-child(1) {
    display: block;
}

.main6 .list {
    padding: 24px 0;
    background: #fff;
}

.main6 .list .listItem {
    float: left;
    width: 23%;
    margin: 0 1%;
}

.main6 .list .time {
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    color: #a6a3af;
    font-family: "shuzi";
}

.main6 .list .time .day {
    float: left;
    padding-right: 10px;
    line-height: 46px;
    font-size: 38px;
    color: #2e2748;
    font-family: 'shuzib';
}

.main6 .list .pic {
    border-radius: 4px;
    width: 100%;
    overflow: hidden;
}

.main6 .list .img {
    display: block;
    width: 100%;
    transition: all 0.6s;
}

.main6 .list .img:hover {
    transform: scale(1.2);
}

.main6 .list .name {
    margin-top: 16px;
    line-height: 28px;
    font-size: 18px;
    color: #2e2748;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main6 .list .desc {
    margin-top: 10px;
    line-height: 20px;
    font-size: 14px;
    color: #7d7892;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main6 .list .btn {
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
    color: #e0a517;
}

.main6 .more {
    display: block;
    margin: 28px auto 0;
    width: 172px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #dd9c00;
    text-align: center;
    border: 1px solid #dd9c00;
    background: #fff;
    border-radius: 4px;
}

.main6 .more:hover {
    background: #dd9c00;
    color: #fff;
}

/* 返回顶部 */

.toTop {
    position: fixed;
    bottom: 200px;
    right: 5%;
    width: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    background: #dd9c00;
    z-index: 30;
    display: none;
    cursor: pointer;
}