body {
  background-color: #f4f0df;
}
body #pagesCont .layui-laypage-em {
  background-color: #5ba7c7 !important;
}
@media (max-width: 750px) {
  .box {
    width: 100%;
    background-color: #f4f1ef;
    overflow: hidden;
  }
  .box .content {
    width: 100%;
    padding: 0px 10px 0px 10px;
    min-height: 140px;
    margin: auto;
    margin-top: 0.2rem;
    box-sizing: border-box;
  }
  .box .content .swiper {
    width: 100%;
    height: 95px;
  }
  .box .content .swiper .swiper-container {
    width: 100%;
    height: 100%;
  }
  .box .content .swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }
  .box .content .swiper .swiper-slide a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 110px;
    display: block;
  }
  .box .content .swiper .swiper-slide a img {
    width: 100%;
  }
  .box .content .swiper .swiper-pagination-bullet {
    background-color: #6e8383;
    width: 13px;
    border-radius: 10px;
  }
  .box .content .swiper .swiper-pagination-bullet-active {
    width: 24px;
    background-color: #88c0c0;
  }
  .box .content .content_all {
    width: 100%;
  }
  .box .content .content_all:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .box .content .content_all .left {
    width: 100%;
    min-height: 210px;
  }
  .box .content .content_all .left .list {
    margin-bottom: 10px;
    overflow: hidden;
  }
  .box .content .content_all .left .list h2 {
    font-size: 16px;
    padding-left: 16px;
    margin-top: 14px;
    position: relative;
    color: #333;
    margin-bottom: 14px;
  }
  .box .content .content_all .left .list h2::before {
    content: '';
    width: 4px;
    height: 18px;
    background-color: #c6a770;
    border-radius: 100px;
    position: absolute;
    left: 0px;
    top: 1px;
  }
  .box .content .content_all .left .list .tuwen {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }
  .box .content .content_all .left .list .tuwen:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .box .content .content_all .left .list .tuwen .lefttuwen {
    width: 25%;
    float: left;
  }
  .box .content .content_all .left .list .tuwen .lefttuwen a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .box .content .content_all .left .list .tuwen .lefttuwen a img {
    width: 100%;
    height: 100%;
  }
  .box .content .content_all .left .list .tuwen .righttuwen {
    margin-left: 25%;
    padding-left: 10px;
  }
  .box .content .content_all .left .list .tuwen .righttuwen .p {
    font-size: 16px;
    line-height: 20px;
    color: #333;
  }
  .box .content .content_all .left .list .tuwen .righttuwen .p span {
    color: #6eacac;
  }
  .box .content .content_all .left .list .tuwen .righttuwen .pt {
    margin-top: 4px;
    font-size: 14px;
    color: #adadac;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: none;
  }
  .box .content .content_all .left .list .tuwen .righttuwen .bqian {
    width: 100%;
    margin-top: 12px;
  }
  .box .content .content_all .left .list .tuwen .righttuwen .bqian a {
    display: inline-block;
    padding: 3px 7px;
    text-align: center;
    font-size: 13px;
    color: #c6a770;
    border: 1px solid #c6a770;
    border-radius: 5px;
    margin-right: 7px;
    margin-bottom: 5px;
  }
  .box .content .content_all .left .list .tuwen .righttuwen .laiyuan {
    font-size: 14px;
    color: #555555;
    margin-top: 7px;
  }
  .box .content .content_all .left .list .tuwen .righttuwen .laiyuan:first-child {
    display: none;
  }
  .box .content .content_all .left .list .tuwen .righttuwen .laiyuan:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .box .content .content_all .left .list .tuwen .righttuwen .laiyuan .lan {
    margin-left: 15px;
  }
  .box .content .content_all .left .list .tuwen .righttuwen .laiyuan .money {
    margin-right: 12px;
    color: #333;
    float: right;
  }
  .box .content .content_all .left .list .tuwen .righttuwen .laiyuan .money {
    font-size: 14px;
  }
  .box .content .content_all .left .list .tuwen .righttuwen .laiyuan .money .free {
    margin-left: 10px;
    color: #c6a770;
  }
  .box .content .content_all .left .list .ullist ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #ededed;
  }
  .box .content .content_all .left .list .ullist ul li .p {
    width: 100%;
    color: #6eacac;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .content .content_all .left .list .ullist ul li .p:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .box .content .content_all .left .list .ullist ul li .p .dian {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #6eacac;
    margin-left: 10px;
    margin-right: 10px;
  }
  .box .content .content_all .left .list .ullist ul li .p .op {
    display: inline-block;
    width: 72%;
    color: #333;
  }
  .box .content .content_all .left .list .ullist ul li .p .money {
    font-size: 14px;
    float: right;
    color: #333;
  }
  .box .content .content_all .left .list .ullist ul li .p .money .free {
    margin-left: 10px;
    color: #c6a770;
  }
  .box .content .content_all .left .list .ullist ul li .jiji {
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
    font-size: 14px;
    color: #adadac;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .content .content_all .left .list .ullist ul li .little {
    margin-top: 10px;
    font-size: 14px;
    color: #555555;
    padding-left: 10px;
  }
  .box .content .content_all .left .list .ullist ul li .little:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .box .content .content_all .left .list .ullist ul li .little .rightli {
    float: left;
  }
  .box .content .content_all .left .list .ullist ul li .little .rightli .lan {
    margin-left: 15px;
  }
  .box .content .content_all .left .list .wen {
    width: 100%;
    padding-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #ececec;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .box .content .content_all .left .list .wen .fromone {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .content .content_all .left .list .wen .wentu .logo {
    width: 64%;
    height: 21px;
    padding-left: 14px;
    padding-right: 16px;
    text-align: left;
    font-size: 14px;
    line-height: 21px;
    color: #6eacac;
    background: url(../../images/xiandu/ailogo.png) no-repeat;
    background-size: 84%;
  }
  .box .content .content_all .left .list .wen .wentu .text {
    padding-left: 26px;
    overflow: hidden;
  }
  .box .content .content_all .left .list .wen .wentu .text .textleft {
    width: 50%;
    float: left;
    font-size: 14px;
  }
  .box .content .content_all .left .list .wen .wentu .text .textleft .tit {
    margin-top: 20px;
    color: #5ba7c7;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .content .content_all .left .list .wen .wentu .text .textleft .tcenter {
    font-size: 13px;
    margin-top: 16px;
    color: #adadac;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*控制可显示几行文本*/
  }
  .box .content .content_all .left .list .wen .wentu .text .textleft .from {
    font-size: 14px;
    margin-top: 16px;
    color: #555555;
    overflow: hidden;
  }
  .box .content .content_all .left .list .wen .wentu .text .textleft .from .money {
    color: #333;
    font-size: 15px;
    margin-left: 10px;
  }
  .box .content .content_all .left .list .wen .wentu .text .textleft .from .money .free {
    margin-left: 10px;
    color: #c6a770;
  }
  .box .content .content_all .left .list .wen .wentu .text .imgright {
    width: 88px;
    height: 120px;
    float: left;
    margin-left: 55px;
  }
  .box .content .content_all .left .list .wen .wentu .text .imgright img {
    width: 100%;
    height: 100%;
  }
  .box .content .content_all .left .list .allwen {
    overflow: hidden;
  }
  .box .content .content_all .left .list .allwen .wentu {
    width: 100%;
  }
  .box .content .content_all .left .list .allwen .wentu .logo {
    width: 115%;
    background-size: 45% !important;
  }
  .box .content .content_all .left .list .onlywen {
    width: 100%;
    padding-bottom: 20px;
    float: left;
  }
  .box .content .content_all .left .list .onlywen .fromone {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .content .content_all .left .list .onlywen .money {
    float: right !important;
  }
  .box .content .content_all .left .list .onlywen:nth-of-type(2) {
    float: right;
  }
  .box .content .content_all .left .list .onlywen:nth-of-type(3) {
    margin-bottom: 0px;
  }
  .box .content .content_all .left .list .onlywen:nth-of-type(4) {
    float: right;
    margin-bottom: 0px;
  }
  .box .content .content_all .left .list .onlywen .text {
    padding: 0px 26px;
  }
  .box .content .content_all .left .list .onlywen .text .textleft {
    width: 100% !important;
  }
  .box .content .content_all .left .tab nav {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
  }
  .box .content .content_all .left .tab nav li {
    display: inline;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
    cursor: pointer;
    position: relative;
  }
  .box .content .content_all .left .tab nav li:hover {
    color: #c6a770;
  }
  .box .content .content_all .left .tab nav .act {
    color: #c6a770;
  }
  .box .content .content_all .left .tab nav .act::after {
    content: '';
    width: 50%;
    height: 3px;
    background-color: #c6a770;
    position: absolute;
    bottom: -21px;
    right: 25%;
  }
  .box .content .content_all .left .tab #container section .tuwen {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #ececec;
    padding: 20px 0px;
    box-sizing: border-box;
  }
  .box .content .content_all .left .tab #container section .tuwen:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .box .content .content_all .left .tab #container section .tuwen .lefttuwen {
    width: 25%;
    float: left;
  }
  .box .content .content_all .left .tab #container section .tuwen .lefttuwen a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .box .content .content_all .left .tab #container section .tuwen .lefttuwen a img {
    width: 100%;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen {
    margin-left: 25%;
    padding-left: 10px;
    position: relative;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .p {
    font-size: 16px;
    line-height: 20px;
    color: #333;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .p span {
    color: #6eacac;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .pt {
    margin-top: 4px;
    font-size: 14px;
    color: #adadac;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: none;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .bqian {
    width: 100%;
    margin-top: 12px;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .bqian a {
    display: inline-block;
    padding: 3px 7px;
    text-align: center;
    font-size: 13px;
    color: #c6a770;
    border: 1px solid #c6a770;
    border-radius: 5px;
    margin-right: 7px;
    margin-bottom: 5px;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .laiyuan {
    font-size: 14px;
    color: #555555;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .laiyuan:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .laiyuan .laione {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .laiyuan .laitwo span {
    float: left;
    margin-right: 15px;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .laiyuan .laitwo .money {
    float: right;
    margin-left: 20px;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .laiyuan span {
    margin-right: 12px;
    color: #333;
    float: right;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .laiyuan .money {
    font-size: 14px;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .laiyuan .money .free {
    margin-left: 10px;
    color: #c6a770;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .laiyuan .little_site {
    display: none;
  }
  .box .content .content_all .right {
    width: 100%;
    margin-top: 20px;
    position: relative;
  }
  .box .content .content_all .right .list {
    position: relative;
    margin-bottom: 50px;
  }
  .box .content .content_all .right .list h2 {
    font-size: 18px;
    padding-left: 16px;
    position: relative;
    color: #333;
    margin-bottom: 28px;
  }
  .box .content .content_all .right .list h2::before {
    content: '';
    width: 4px;
    height: 18px;
    background-color: #c6a770;
    border-radius: 100px;
    position: absolute;
    left: 0px;
    top: 1px;
  }
  .box .content .content_all .right .list .ptu {
    display: block;
    width: 100%;
    height: 450px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ebd5ae;
    background-color: #fefaf4;
    position: relative;
  }
  .box .content .content_all .right .list .ptu .icon_topText {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #fd817c;
    color: #FFF;
    padding: 2px 5px;
  }
  .box .content .content_all .right .list .ptu .icon_topText::after {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0px;
    left: -15px;
    border-top: 23px solid #fd817c;
    border-right: 0px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 15px solid transparent;
  }
  .box .content .content_all .right .list .ptu img {
    display: block;
    width: 128px;
    height: 180px;
    margin: auto;
    margin-top: 40px;
  }
  .box .content .content_all .right .list .ptu .tit {
    width: 189px;
    margin: auto;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*控制可显示几行文本*/
    margin-top: 20px;
  }
  .box .content .content_all .right .list .ptu .name {
    width: 189px;
    margin: auto;
    font-size: 12px;
    margin-top: 20px;
    color: #adadac;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*控制可显示几行文本*/
  }
  .box .content .content_all .right .list .ptu .name a {
    color: #adadac;
  }
  .box .content .content_all .right .list .ptu .icon {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #c6a770;
    letter-spacing: 6px;
    cursor: pointer;
  }
  .box .content .content_all .right .list .ptu .money {
    font-size: 16px;
    color: red;
  }
  .box .content .content_all .right .list .ptu .money .free {
    font-size: 12px;
    color: #adadac;
    margin-left: 10px;
    text-decoration: line-through;
  }
  .box .content .content_all .right .list .ptu .gobook {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 14px;
    line-height: 40px;
    border: 1px solid #ebd5ae;
    border-top: 0px;
    background-color: #f7eedf;
    color: #c6a770;
  }
  .box .content .content_all .right .list .listok {
    padding: 34px 22px;
    border: 1px solid #ededed;
    border-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    box-sizing: border-box;
    position: relative;
  }
  .box .content .content_all .right .list .listok:nth-of-type(2) p {
    border-top: 34px solid #edd6aa;
    border-right: 46px solid transparent;
  }
  .box .content .content_all .right .list .listok:nth-of-type(3) p {
    border-top: 34px solid #a0cece;
    border-right: 46px solid transparent;
  }
  .box .content .content_all .right .list .listok:nth-of-type(4) p {
    border-top: 34px solid #adc4dd;
    border-right: 46px solid transparent;
  }
  .box .content .content_all .right .list .listok:nth-of-type(5) {
    border-bottom: 1px solid #ededed;
  }
  .box .content .content_all .right .list .listok:nth-of-type(5) p {
    border-top: 34px solid #cebde2;
    border-right: 46px solid transparent;
  }
  .box .content .content_all .right .list .listok p {
    display: block;
    width: 0;
    height: 0;
    border-top: 34px solid #fd817c;
    border-right: 46px solid transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: left;
  }
  .box .content .content_all .right .list .listok p span {
    display: block;
    position: absolute;
    left: 8px;
    top: -35px;
    color: white;
  }
  .box .content .content_all .right .guanggao {
    width: 100%;
  }
  .box .content .content_all .right .guanggao img {
    width: 100%;
    margin-bottom: 30px;
  }
  .box .content .content_all .gg_list_box {
    width: 100%;
  }
  .box .content .content_all .gg_list_box .gg_item {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .box .content .content_all .gg_list_box .gg_item img {
    display: block;
    width: 100%;
  }
  .box .content .guanzhu {
    z-index: 2342342;
    display: flex;
    justify-content: space-around;
  }
  .box .content .guanzhu .guan {
    width: 168px;
    float: left;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0px 1px 8px#CFCFCF;
    padding: 30px 0px 20px 0px;
    background: white;
    position: relative;
  }
  .box .content .guanzhu .guan .wx_close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #333;
    cursor: pointer;
  }
  .box .content .guanzhu .guan img {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
  }
  .box .content .guanzhu .guan p {
    width: 90%;
    font-size: 14px;
    margin: auto;
    text-align: center;
    color: #333;
    margin-bottom: 5px;
  }
}
@media (min-width: 750px) {
  .box {
    width: 100%;
    background-color: white;
  }
  .box .content {
    width: 1200px;
    min-height: 240px;
    margin: auto;
  }
  .box .content .swiper {
    width: 100%;
    height: 245px;
  }
  .box .content .swiper .swiper-container {
    width: 100%;
    height: 100%;
  }
  .box .content .swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }
  .box .content .swiper .swiper-slide a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 110px;
    display: block;
  }
  .box .content .swiper .swiper-slide a img {
    width: 100%;
    height: 210px;
  }
  .box .content .swiper .swiper-pagination-bullet {
    background-color: #6e8383;
    width: 13px;
    border-radius: 10px;
  }
  .box .content .swiper .swiper-pagination-bullet-active {
    width: 24px;
    background-color: #88c0c0;
  }
  .box .content .content_all {
    width: 100%;
  }
  .box .content .content_all:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .box .content .content_all .left {
    width: 863px;
    min-height: 210px;
    float: left;
  }
  .box .content .content_all .left .list {
    margin-bottom: 46px;
    overflow: hidden;
  }
  .box .content .content_all .left .list h2 {
    font-size: 18px;
    padding-left: 16px;
    position: relative;
    color: #333;
    margin-bottom: 28px;
  }
  .box .content .content_all .left .list h2::before {
    content: '';
    width: 4px;
    height: 18px;
    background-color: #c6a770;
    border-radius: 100px;
    position: absolute;
    left: 0px;
    top: 1px;
  }
  .box .content .content_all .left .list .tuwen {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }
  .box .content .content_all .left .list .tuwen:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .box .content .content_all .left .list .tuwen .lefttuwen {
    width: 363px;
    height: 220px;
    float: left;
    margin-right: 23px;
  }
  .box .content .content_all .left .list .tuwen .lefttuwen a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .box .content .content_all .left .list .tuwen .lefttuwen a img {
    width: 100%;
    height: 100%;
  }
  .box .content .content_all .left .list .tuwen .righttuwen {
    width: 476px;
    float: left;
  }
  .box .content .content_all .left .list .tuwen .righttuwen .p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
  }
  .box .content .content_all .left .list .tuwen .righttuwen .p span {
    color: #6eacac;
  }
  .box .content .content_all .left .list .tuwen .righttuwen .pt {
    margin-top: 4px;
    font-size: 14px;
    color: #adadac;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .box .content .content_all .left .list .tuwen .righttuwen .bqian {
    width: 100%;
    margin-top: 25px;
  }
  .box .content .content_all .left .list .tuwen .righttuwen .bqian a {
    display: inline-block;
    padding: 3px 7px;
    text-align: center;
    font-size: 14px;
    color: #c6a770;
    border: 1px solid #c6a770;
    border-radius: 5px;
    margin-right: 7px;
    margin-bottom: 5px;
  }
  .box .content .content_all .left .list .tuwen .righttuwen .laiyuanone {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .content .content_all .left .list .tuwen .righttuwen .laiyuan {
    font-size: 14px;
    color: #555555;
    margin-top: 10px;
  }
  .box .content .content_all .left .list .tuwen .righttuwen .laiyuan:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .box .content .content_all .left .list .tuwen .righttuwen .laiyuan .lan {
    margin-left: 15px;
  }
  .box .content .content_all .left .list .tuwen .righttuwen .laiyuan .money {
    float: right;
    color: #333;
  }
  .box .content .content_all .left .list .ullist ul li {
    padding: 20px 0px;
    border-bottom: 1px solid #ededed;
  }
  .box .content .content_all .left .list .ullist ul li .p {
    color: #6eacac;
    font-size: 16px;
    line-height: 16px;
  }
  .box .content .content_all .left .list .ullist ul li .p:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .box .content .content_all .left .list .ullist ul li .p .dian {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #6eacac;
    margin-left: 20px;
    margin-right: 20px;
  }
  .box .content .content_all .left .list .ullist ul li .p .op {
    display: inline-block;
    width: 70%;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .content .content_all .left .list .ullist ul li .p .money {
    font-size: 14px;
    float: right;
    color: #333;
  }
  .box .content .content_all .left .list .ullist ul li .p .money .free {
    margin-left: 10px;
    color: #c6a770;
  }
  .box .content .content_all .left .list .ullist ul li .jiji {
    width: 100%;
    margin-top: 20px;
    padding-left: 57px;
    font-size: 14px;
    color: #adadac;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .content .content_all .left .list .ullist ul li .little {
    margin-top: 20px;
    font-size: 14px;
    color: #555555;
    padding-left: 57px;
  }
  .box .content .content_all .left .list .ullist ul li .little:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .box .content .content_all .left .list .ullist ul li .little .rightli {
    float: right;
  }
  .box .content .content_all .left .list .ullist ul li .little .rightli .lan {
    margin-left: 15px;
  }
  .box .content .content_all .left .list .wen {
    width: 100%;
    padding-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #ececec;
    overflow: hidden;
    margin-bottom: 26px;
  }
  .box .content .content_all .left .list .wen .fromone {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .content .content_all .left .list .wen .wentu .logo {
    width: 100%;
    height: 21px;
    padding-left: 14px;
    padding-right: 16px;
    text-align: left;
    font-size: 14px;
    line-height: 21px;
    color: #6eacac;
    background: url(../../images/xiandu/ailogo.png) no-repeat;
    background-size: 22%;
  }
  .box .content .content_all .left .list .wen .wentu .text {
    padding-left: 26px;
    overflow: hidden;
  }
  .box .content .content_all .left .list .wen .wentu .text .textleft {
    width: 70%;
    float: left;
    font-size: 14px;
  }
  .box .content .content_all .left .list .wen .wentu .text .textleft .tit {
    margin-top: 20px;
    color: #5ba7c7;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .content .content_all .left .list .wen .wentu .text .textleft .tcenter {
    font-size: 14px;
    margin-top: 16px;
    color: #adadac;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*控制可显示几行文本*/
  }
  .box .content .content_all .left .list .wen .wentu .text .textleft .from {
    font-size: 14px;
    margin-top: 16px;
    color: #555555;
    overflow: hidden;
  }
  .box .content .content_all .left .list .wen .wentu .text .textleft .from .money {
    float: right;
    font-size: 15px;
    color: #333;
  }
  .box .content .content_all .left .list .wen .wentu .text .textleft .from .money .free {
    margin-left: 10px;
    color: #c6a770;
  }
  .box .content .content_all .left .list .wen .wentu .text .imgright {
    width: 88px;
    height: 120px;
    margin-top: 8px;
    float: left;
    margin-left: 55px;
  }
  .box .content .content_all .left .list .wen .wentu .text .imgright img {
    width: 100%;
    height: 100%;
  }
  .box .content .content_all .left .list .allwen {
    overflow: hidden;
  }
  .box .content .content_all .left .list .allwen .wentu .logo {
    background-size: 45% !important;
  }
  .box .content .content_all .left .list .onlywen {
    width: 418px;
    padding-bottom: 20px;
    float: left;
  }
  .box .content .content_all .left .list .onlywen .fromone {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .content .content_all .left .list .onlywen:nth-of-type(2) {
    float: right;
  }
  .box .content .content_all .left .list .onlywen:nth-of-type(3) {
    margin-bottom: 0px;
  }
  .box .content .content_all .left .list .onlywen:nth-of-type(4) {
    float: right;
    margin-bottom: 0px;
  }
  .box .content .content_all .left .list .onlywen .text {
    padding: 0px 26px;
  }
  .box .content .content_all .left .list .onlywen .text .textleft {
    width: 100% !important;
  }
  .box .content .content_all .left .tab nav {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
  }
  .box .content .content_all .left .tab nav li {
    display: inline;
    text-decoration: none;
    padding: 0px 20px 0px 20px;
    cursor: pointer;
    font-size: 18px;
    position: relative;
  }
  .box .content .content_all .left .tab nav li:hover {
    color: #c6a770;
  }
  .box .content .content_all .left .tab nav .act {
    color: #c6a770;
  }
  .box .content .content_all .left .tab nav .act::after {
    content: '';
    width: 50%;
    height: 3px;
    background-color: #c6a770;
    position: absolute;
    bottom: -21px;
    right: 25%;
  }
  .box .content .content_all .left .tab #container section .tuwen {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
    padding: 30px 0px;
    box-sizing: border-box;
  }
  .box .content .content_all .left .tab #container section .tuwen:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .box .content .content_all .left .tab #container section .tuwen .lefttuwen {
    width: 198px;
    height: 140px;
    float: left;
    margin-right: 27px;
  }
  .box .content .content_all .left .tab #container section .tuwen .lefttuwen a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .box .content .content_all .left .tab #container section .tuwen .lefttuwen a img {
    width: 100%;
    height: 100%;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen {
    width: 630px;
    height: 140px;
    float: left;
    position: relative;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    max-height: 60px;
    overflow: hidden;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .p span {
    color: #6eacac;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .pt {
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    color: #adadac;
    overflow: hidden;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .bqian {
    width: 100%;
    margin-top: 13px;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .bqian a {
    display: inline-block;
    padding: 3px 7px;
    text-align: center;
    font-size: 14px;
    color: #c6a770;
    border: 1px solid #c6a770;
    border-radius: 5px;
    margin-right: 7px;
    margin-bottom: 5px;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .laiyuan {
    width: 100%;
    font-size: 14px;
    color: #555555;
    margin-top: 5px;
    position: absolute;
    bottom: 0px;
    left: 0;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .laiyuan:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .laiyuan .laione {
    width: 100%;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .laiyuan .laitwo {
    margin-top: 5px;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .laiyuan .laitwo span {
    float: left;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .laiyuan .laitwo .lan {
    margin-left: 15px;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .laiyuan .laitwo .money {
    margin-left: 20px;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .laiyuan .laitwo .little_site {
    margin-left: 20px;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .laiyuan .laitwo .laitwo_r {
    float: right;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .laiyuan span {
    float: right;
    color: #333;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .laiyuan .money {
    font-size: 14px;
  }
  .box .content .content_all .left .tab #container section .tuwen .righttuwen .laiyuan .money .free {
    margin-left: 10px;
    color: #c6a770;
  }
  .box .content .content_all .right {
    width: 286px;
    min-height: 210px;
    float: right;
    position: relative;
  }
  .box .content .content_all .right .list {
    position: relative;
    margin-bottom: 50px;
  }
  .box .content .content_all .right .list h2 {
    font-size: 18px;
    padding-left: 16px;
    position: relative;
    color: #333;
    margin-bottom: 28px;
  }
  .box .content .content_all .right .list h2::before {
    content: '';
    width: 4px;
    height: 18px;
    background-color: #c6a770;
    border-radius: 100px;
    position: absolute;
    left: 0px;
    top: 1px;
  }
  .box .content .content_all .right .list .ptu {
    display: block;
    width: 100%;
    height: 450px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ebd5ae;
    background-color: #fefaf4;
    position: relative;
  }
  .box .content .content_all .right .list .ptu .icon_topText {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #fd817c;
    color: #FFF;
    padding: 2px 5px;
  }
  .box .content .content_all .right .list .ptu .icon_topText::after {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0px;
    left: -15px;
    border-top: 23px solid #fd817c;
    border-right: 0px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 15px solid transparent;
  }
  .box .content .content_all .right .list .ptu img {
    display: block;
    width: 128px;
    height: 180px;
    margin: auto;
    margin-top: 40px;
  }
  .box .content .content_all .right .list .ptu .tit {
    width: 189px;
    margin: auto;
    font-size: 16px;
    margin-top: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*控制可显示几行文本*/
  }
  .box .content .content_all .right .list .ptu .name {
    width: 189px;
    margin: auto;
    font-size: 12px;
    margin-top: 20px;
    color: #adadac;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*控制可显示几行文本*/
  }
  .box .content .content_all .right .list .ptu .name a {
    color: #adadac;
  }
  .box .content .content_all .right .list .ptu .icon {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #c6a770;
    letter-spacing: 6px;
    cursor: pointer;
  }
  .box .content .content_all .right .list .ptu .money {
    font-size: 16px;
    color: red;
  }
  .box .content .content_all .right .list .ptu .money .free {
    font-size: 12px;
    color: #adadac;
    margin-left: 10px;
    text-decoration: line-through;
  }
  .box .content .content_all .right .list .ptu .gobook {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 14px;
    line-height: 40px;
    border: 1px solid #ebd5ae;
    border-top: 0px;
    background-color: #f7eedf;
    color: #c6a770;
  }
  .box .content .content_all .right .list .listok {
    padding: 34px 22px;
    border: 1px solid #ededed;
    border-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    box-sizing: border-box;
    position: relative;
  }
  .box .content .content_all .right .list .listok:nth-of-type(2) p {
    border-top: 34px solid #edd6aa;
    border-right: 46px solid transparent;
  }
  .box .content .content_all .right .list .listok:nth-of-type(3) p {
    border-top: 34px solid #a0cece;
    border-right: 46px solid transparent;
  }
  .box .content .content_all .right .list .listok:nth-of-type(4) p {
    border-top: 34px solid #adc4dd;
    border-right: 46px solid transparent;
  }
  .box .content .content_all .right .list .listok:nth-of-type(5) {
    border-bottom: 1px solid #ededed;
  }
  .box .content .content_all .right .list .listok:nth-of-type(5) p {
    border-top: 34px solid #cebde2;
    border-right: 46px solid transparent;
  }
  .box .content .content_all .right .list .listok p {
    display: block;
    width: 0;
    height: 0;
    border-top: 34px solid #fd817c;
    border-right: 46px solid transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: left;
  }
  .box .content .content_all .right .list .listok p span {
    display: block;
    position: absolute;
    left: 8px;
    top: -35px;
    color: white;
  }
  .box .content .content_all .right .guanggao {
    width: 100%;
  }
  .box .content .content_all .right .guanggao img {
    width: 100%;
    height: 285px;
    margin-bottom: 30px;
  }
  .box .content .content_all .gg_list_box {
    width: 100%;
  }
  .box .content .content_all .gg_list_box .gg_item {
    width: 100%;
    margin-bottom: 30px;
  }
  .box .content .content_all .gg_list_box .gg_item img {
    display: block;
    width: 100%;
  }
  .box .content .guanzhu {
    position: fixed;
    right: 10px;
    top: 20%;
    z-index: 2342342;
  }
  .box .content .guanzhu .guan {
    width: 120px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0px 1px 8px#CFCFCF;
    padding: 30px 0px 20px 0px;
    background: white;
    position: relative;
  }
  .box .content .guanzhu .guan .wx_close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #333;
    font-size: 12px;
    cursor: pointer;
  }
  .box .content .guanzhu .guan img {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
  }
  .box .content .guanzhu .guan p {
    width: 90%;
    font-size: 14px;
    margin: auto;
    text-align: center;
    color: #333;
    margin-bottom: 5px;
  }
}
