/*input 默认字体*//*单行隐藏*/
#articlePages{padding: 12px 0;    line-height: 30px;}
#articlePages a{display: inline-block;   padding: 0 10px;}

.yingchang {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ad_btn_content a{
    display: inline-block;
    width: 100%;
    color: #fff;
}
.ad_btn_content{
    width: 48%;
    max-width: 220px;
    font-size: 21px;
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 55px;
    background: #ff8400;
    border-radius: 5px;
    cursor: pointer;
}

    /*多行隐藏*/
.border-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*变化*//*上下*//*英文数字强制换行*/
.ying {
    display: inline; /*解决IE6 双倍水平外边距*/
    word-wrap: break-word; /*连续的数字或者英文就会不换行 得使用强制换行*/
    word-break: break-all; /*连续的数字或者英文就会不换行 得使用强制换行*/
}

/*.h{  .Gradient_b(@jb:#80c1e7,@jb2:#213c7c);}*/
.red {
    color: #da3434;
}

.c666 {
    color: #666666;
}

.bg_wc {
    background: #5ec2c1 !important;
}

.bg_wn {
    background: #68a5da !important;
}

.bg_fy {
    background: #572b2d !important;
}

.bg_hp {
    background: #368d9f !important;
}

.bg_ms {
    background: #683291 !important;
}

.bg_mj {
    background: #08c175 !important;
}

.bg_msu {
    background: #c89a3e !important;
}

.pad_bg li {
    padding: 0px 38px !important;
}

.t_login {
    background: #4b8bc2 !important;
}

.bold {
    font-weight: bold !important;
}

.nfHead {
    position: relative;
    z-index: 1000;
    width: 100%;
    background: #fff;
    line-height: 110px;
    padding: 0 8%; /*购物车*/
}

.nfHead.nfHead2 {
    background: #333333;
    color: #ffffff;
    line-height: 40px;
}

.nfHead.nfHead2 .w {
    padding: 0 20px;
}

.nfHead.nfHead2 .index {
    font-size: 16px !important;
    color: #FFFFFF;
}

.nfHead.nfHead2 .index img {
    vertical-align: middle;
    margin-right: 5px;
}

.nfHead.nfHead2 .nfHead-nav {
    padding-left: 150px;
}

.nfHead.nfHead2 span {
    color: #ffffff !important;
    font-size: 16px !important;
}

.nfHead.nfHead2 .nfHead-tool {
    padding-top: 0;
}

.nfHead.nfHead2 .nfHead-tool .log {
    line-height: 30px;
    background: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    margin-top: 5px;
}

.nfHead.nfHead2 .nfHead-tool .log a {
    color: #FFFFFF;
}

.nfHead.nfHead2 .im_peo {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
    vertical-align: top;
}

.nfHead.nfHead2 .na_peo {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
}

.nfHead.nfHead3 {
    border-bottom: 3px solid #9b9b9b;
}

.nfHead.nfHead3 .w {
    padding: 0 120px 0 20px;
}

.nfHead.nfHead3 .nfHead-tool .sousuo_show input {
    width: 250px;
    padding-left: 15px;
}

.nfHead .nfHead-logo2 {
    line-height: 68px;
}

.nfHead .nfHead-logo2 .im {
    line-height: 68px;
}

.nfHead .nfHead-logo2 .lo_t {
    font-size: 20px;
    line-height: 30px;
    border-top: 1px solid #d5d5d5;
    text-align: justify;
    text-align-last: justify;
    width: 88%;
    margin: 0 auto;
    font-weight: bold;
    padding: 0 9px;
}

.nfHead .nfHead-logo3 {
    line-height: 110px;
    width: 240px;
}

.nfHead .nfHead-nav2 {
    display: inline-block;
    padding-left: 20px;
}

.nfHead .nfHead-nav2 li {
    display: inline-block;
    float: left;
    padding: 0 15px;
    position: relative;
}

.nfHead .nfHead-nav2 li:hover span:after, .nfHead .nfHead-nav2 li.active span:after {
    width: 100%;
}

.nfHead .nfHead-nav2 li span {
    line-height: 60px;
    font-size: 20px;
    color: #333333;
    display: inline-block;
    position: relative;
}

.nfHead .nfHead-nav2 li span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 0%;
    height: 3px;
    background: #a51e1c;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.nfHead .nfHead-nav2 .yp_hshow {
    display: none;
    position: absolute;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=8px); /*兼容ie*/
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17); /*兼容firefox*/
    width: 250px;
    top: 95%;
    right: 100%;
    background: #4888bf;
    color: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
}

.nfHead .nfHead-nav2 .yp_hshow a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 35px 0;
    line-height: 20px;
}

.nfHead .nfHead-nav2 .yp_hshow a:nth-child(n+2) {
    border-top: 1px solid #7facd2;
}

.nfHead .nfHead-nav2 .yp_hshow a .im_ayp {
    width: 60px;
    text-align: center;
    display: inline-block;
}

.nfHead .nfHead-nav2 .yp_hshow a dl {
    display: inline-block;
    width: calc(100% - 70px);
    line-height: 20px;
}

.nfHead .nfHead-nav2 .yp_hshow a dl dt {
    font-size: 18px;
    font-weight: bold;
}

.nfHead .nfHead-nav2 .yp_hshow a dl dd {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.41);
}

.nfHead .nfHead-nav {
    display: inline-block;
    padding-left: 15px;
}

.nfHead .nfHead-nav li {
    display: inline-block;
    float: left;
    padding: 0 10px;
    position: relative; /* .sub a:hover{ background:#ff602f;}*/
}

.nfHead .nfHead-nav li:hover .iconfont, .nfHead .nfHead-nav li.active .iconfont {
    opacity: 1;
}

.nfHead .nfHead-nav li .iconfont {
    opacity: 0;
}

.nfHead .nfHead-nav li span {
    line-height: 30px;
    font-size: 18px;
    color: #666666;
    display: inline-block;
}

.nfHead .nfHead-nav li .a-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    font-size: 16px;
    background: #338726;
    color: #fff;
    line-height: 30px;
    height: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    overflow: hidden;
}

.nfHead .nfHead-nav li .a-nav:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    z-index: 10;
    bottom: 100%;
    transform: translate(-50%, 0);
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #2b7320;
}

.nfHead .nfHead-nav li .a-nav a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
}

.nfHead .nfHead-nav li .a-nav a:hover {
    background: #2b7320;
}

.nfHead .nfHead-nav li .sub {
    width: 300px;
    position: absolute;
    left: 50%;
    top: 70%;
    padding: 20px 21px;
    display: none; /* margin-left: -150px;*/
    transform: translateX(-50%);
    background: url("../images/nav.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.nfHead .nfHead-nav li .sub p {
    display: block;
    line-height: 40px;
    font-weight: bold;
    padding-left: 15px;
}

.nfHead .nfHead-nav li .sub .a {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

.nfHead .nfHead-nav li .sub .a:last-child {
    border-bottom: none;
}

.nfHead .nfHead-nav li .sub .a a {
    display: inline-block;
    padding: 0 15px;
}

.nfHead .nfHead-nav li .sub .a a:hover {
    color: #9a231f;
}

.nfHead .nfHead-tool {
    position: relative;
    padding-top: 35px;
}

.nfHead .nfHead-tool .sousuo_show {
    display: inline-block; /* width: 200px;*/
    line-height: 48px;
    height: 48px;
    border: 1px solid #c1c1c1;
    font-size: 14px;
    border-radius: 48px;
    position: relative; /*display: none;*/
}

.nfHead .nfHead-tool .sousuo_show .sel {
    float: left;
    vertical-align: top;
    width: 80px;
    text-align: center;
    position: relative;
    z-index: 20;
}

.nfHead .nfHead-tool .sousuo_show .sel .iconfont {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.nfHead .nfHead-tool .sousuo_show .sel select {
    max-width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    background: none;
}

.nfHead .nfHead-tool .sousuo_show .sel select option {
    display: inline-block;
    text-align: center;
}

.nfHead .nfHead-tool .sousuo_show .sel .ins_o {
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
    text-align: center;
    font-size: 14px;
    background: none;
}

.nfHead .nfHead-tool .sousuo_show .sel .sel_show {
    position: absolute;
    top: 100%;
    width: auto;
    white-space: nowrap;
    background: #FFFFFF;
    left: 50%;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}

.nfHead .nfHead-tool .sousuo_show .sel .sel_show p {
    padding: 0 5px;
    font-size: 14px;
    cursor: pointer;
    line-height: 24px;
}

.nfHead .nfHead-tool .sousuo_show .sel .sel_show p:hover, .nfHead .nfHead-tool .sousuo_show .sel .sel_show p.act {
    background: #a61a25;
    color: #FFFFFF;
}

.nfHead .nfHead-tool .sousuo_show input {
    width: 180px;
    display: inline-block;
    float: left;
    height: 46px;
    line-height: 46px;
    background: none;
    font-size: 14px;
    padding-left: 5px;
}

.nfHead .nfHead-tool .sousuo_show input::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
}

.nfHead .nfHead-tool .sousuo_show input:-moz-placeholder {
    color: #999999;
    font-size: 14px;
}

.nfHead .nfHead-tool .sousuo_show input::-moz-placeholder {
    color: #999999;
    font-size: 14px;
}

.nfHead .nfHead-tool .sousuo_show input:-ms-input-placeholder {
    color: #999999;
    font-size: 14px;
}

.f_main {
    min-height: calc(100% - 343px);
}

.nfHead .nfHead-tool .sousuo_show .int {
    float: left;
    vertical-align: top;
    width: 48px;
    font-size: 20px;
    line-height: unset;
    padding: 0 5px;
    margin-right: 0;
    padding-top: 8px;
    cursor: pointer;
}

.nfHead .nfHead-tool .sousuo_show .int img {
    vertical-align: top;
}

.nfHead .nfHead-tool .sousuo_show .alert_se {
    position: absolute;
    left: 0;
    padding-left: 15px;
    width: 100%;
    bottom: -30px;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
}

.nfHead .nfHead-tool .sousuo_show2 {
    display: inline-block; /* width: 200px;*/
    line-height: 42px;
    height: 42px;
    border: 1px solid #c1c1c1;
    font-size: 14px;
    border-radius: 42px;
    position: relative;
}

.nfHead .nfHead-tool .sousuo_show2 .sel {
    float: left;
    vertical-align: top;
    width: 80px;
    text-align: center;
    position: relative;
    z-index: 20;
}

.nfHead .nfHead-tool .sousuo_show2 .sel .iconfont {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.nfHead .nfHead-tool .sousuo_show2 .sel select {
    max-width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    background: none;
}

.nfHead .nfHead-tool .sousuo_show2 .sel select option {
    display: inline-block;
    text-align: center;
}

.nfHead .nfHead-tool .sousuo_show2 input {
    width: 440px;
    display: inline-block;
    float: left;
    height: 42px;
    line-height: 42px;
    background: none;
    font-size: 14px;
    padding-left: 15px;
}

.nfHead .nfHead-tool .sousuo_show2 input::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
}

.nfHead .nfHead-tool .sousuo_show2 input:-moz-placeholder {
    color: #999999;
    font-size: 14px;
}

.nfHead .nfHead-tool .sousuo_show2 input::-moz-placeholder {
    color: #999999;
    font-size: 14px;
}

.nfHead .nfHead-tool .sousuo_show2 input:-ms-input-placeholder {
    color: #999999;
    font-size: 14px;
}

.nfHead .nfHead-tool .sousuo_show2 .int {
    float: left;
    vertical-align: top;
    width: 42px;
    font-size: 20px;
    line-height: unset;
    padding: 0 5px;
    margin-right: 0;
    padding-top: 4px;
}

.nfHead .nfHead-tool .sousuo_show2 .int img {
    vertical-align: top;
}

.nfHead .nfHead-tool .sousuo_show2 .alert_se {
    position: absolute;
    left: 0;
    padding-left: 15px;
    width: 100%;
    bottom: -30px;
    line-height: 30px;
    font-size: 14px;
    color: rgba(153, 153, 153, 0.47);
}

.nfHead .nfHead-tool .log {
    margin-top: 9px;
    margin-left: 15px;
    background: #efefef;
    padding: 0 5px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    border-radius: 5px;
}

.nfHead .nfHead-tool .loggin_tu {
    display: inline-block;
    position: relative;
    line-height: 35px;
    margin-left: 15px;
}

.nfHead .nfHead-tool .loggin_tu .im_user {
    width: 45px;
    height: 45px;
    border-radius: 50%;overflow: hidden;
}

.nfHead .nfHead-tool .loggin_tu .na {
    padding-left: 5px;
    line-height: 45px;
}

.nfHead .nfHead-tool .loggin_tu .hov_list {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 1000;
    padding: 6px;
    width: 123px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
    background: url("../images/lolist.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.nfHead .nfHead-tool .loggin_tu .hov_list a {
    display: inline-block;
    width: 100%;
    line-height: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.nfHead .nfHead-tool .loggin_tu .hov_list a:hover, .nfHead .nfHead-tool .loggin_tu .hov_list a.active {
    color: #68a5da;
}

.nfHead .nfHead-tool .loggin_tu .hov_list a:hover {
    background-color: #68a5da !important;
    color: #fff !important;
}

.nfHead .sp_car {
    position: relative;
    padding-top: 35px;
}

.nfHead .sp_car .te {
    padding: 0 20px;
    font-size: 14px;
    line-height: 40px;
    color: #999999;
}

.nfHead .sp_car .te .num {
    font-size: 24px;
    color: #a11e24;
    font-weight: bold;
}

.nfHead .sp_car .to_th {
    width: 170px;
    height: 39px;
    padding: 3px;
    border-radius: 39px;
    background: #33bbcf;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 33px;
}

.nfHead .sp_car .to_th .iconfont {
    display: inline-block;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.86);
    text-align: center;
    color: #33bbcf;
    width: 33px;
    border-radius: 50%;
    line-height: 33px;
}

.footBox {
    background: #68a5da;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.footBox.footBox2 {
    background: #333333;
}

.footBox .text {
    padding: 30px 0;
    border-bottom: 1px solid #fff;
}

.footBox .text .na {
    width: 75px;
    text-align: left;
}

.footBox .text .te {
    width: calc(100% - 75px);
}

.footBox .text .te a {
    display: inline-block;
    padding: 0 10px;
}

.footBox .text .te a:first-child {
    padding-left: 0;
}

.footBox .fot {
    padding: 40px 0;
}

.footBox .fot .code {
    width: 110px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.footBox .fot .code img{
    padding: 4px;
    background: #fff;
}

.footBox .fot .code .te {
    padding-top: 10px;
}

.footBox .fot .tex {
    padding-left: 50px;
}

.footBox .fot .tex_r {
    text-align: right;
}

.footBox .fot .tex_r img {
    padding-bottom: 10px;
}

.swiper-in {
    position: relative;
    overflow: hidden;
}
.swiper-in a{width:100%;}

.swiper-in .swiper-slide img {
    width: 100%;
}

.swiper-in .pagination_in1 {
    bottom: 15px;
}

.swiper-in .pagination_in1 .swiper-pagination-bullet {
    height: 9px;
    width: 9px;
    background: #ffffff;
    border-radius: 50%;
    opacity: 1;
}

.swiper-in .pagination_in1 .swiper-pagination-bullet-active {
    background: #e60019;
}

.swiper-in .sw_login {
    width: 220px;
    z-index: 100;
    height: 300px;
    position: absolute;
    right: 9%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding: 35px 20px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.13), direction=0, strength=8px); /*兼容ie*/
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.13); /*兼容firefox*/
}

.swiper-in .sw_login .im {
    padding: 30px 0;
}

.swiper-in .sw_login .abt {
    width: 100%;
    color: #fff;
    background: #68a5da;
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
}

.sw_ne {
    background: #fff;
    width: 100%;
    line-height: 60px;
    font-size: 16px;
}

.sw_ne .icon-tongzhi {
    width: 50px;
    color: #a51927;
}

.sw_ne .swiper-in2 {
    width: calc(100% - 50px);
    height: 60px;
    position: relative;
    overflow: hidden;
}

.sw_ne .swiper-slide .te {
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 30px;
}

.sw_ne .swiper-slide .time {
    color: #7f7f7f;
}

.in_pro {
    background: #d8eaf2;
    padding-bottom: 10px; /*艺拍*/ /*艺展*/ /*文旅*/ /*文创*/ /*非遗*/ /*美术*/ /*美景*/ /*画派*/ /*视频*/
}

.in_pro.co_white {
    background: #f5fcff;
}

.in_pro .l_text_t {
    width: 89%;
}

.in_pro .l_li {
    width: 89%;
}

.in_pro .l_li a {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin-right: 1.75%;
    font-size: 16px;
    background: #fff;
    position: relative;
    z-index: 30;
    margin-bottom: 23px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.in_pro .l_li a:nth-child(4n) {
    margin-right: 0;
}

.in_pro .l_li a:after {
    content: '';
    position: absolute;
    left: 3px;
    width: 100%;
    top: 3px;
    height: 100%;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    z-index: -1;
}

.in_pro .l_li a:before {
    content: '';
    position: absolute;
    left: 7px;
    width: 100%;
    top: 7px;
    height: 100%;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    z-index: -2;
}

.in_pro .l_li a:hover:before {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=8px); /*兼容ie*/
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17); /*兼容firefox*/
}

.in_pro .l_li a.m .im .f {
    display: inline-block;
}

.in_pro .l_li a .im {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 180px;
    height: 180px;
    text-align: center;
}

.in_pro .l_li a .im img {
    width: auto !important;
    height: auto !important;
    max-height: 180px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s; /* object-fit: cover;  object-position: center center;*/
}

.in_pro .l_li a .im:hover img {
    transform: scale(1.05);
}

.in_pro .l_li a .im .time {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.31);
    padding: 0 5px;
    line-height: 20px;
}

.in_pro .l_li a .im .f {
    display: none;
    position: absolute;
    top: 0;
    line-height: 20px;
    right: 0;
    z-index: 20;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-right: 5px;
    padding-top: 3px;
}

.in_pro .l_li a .im .f:after {
    content: '';
    position: absolute;
    top: -35px;
    right: -35px;
    z-index: -1;
    background: #16cc8e;
    width: 70px;
    height: 70px;
    transform: rotate(45deg);
}

.in_pro .l_li a .text { /*background: #fff;*/
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
    padding: 5px;
}

.in_pro .l_li a .text .h1 {
    font-weight: normal;
    font-size: 16px;
    padding: 5px 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in_pro .l_li a .text .span {
    font-size: 14px;
    display: inline-block;
    background: #ff8400;
    color: #fff;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 5px;
}

.in_pro .l_li a .text .nu {
    color: #b7b7b7;
    font-size: 14px;
}

.in_pro .l_li a .text .te {
    margin-top: 10px;
    color: #999999;
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.in_pro .l_li2 {
    width: 100%;
}

.in_pro .l_li2 a {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin-right: 1.75%;
    font-size: 16px;
    background: #fff;
    position: relative;
    z-index: 30;
    margin-bottom: 23px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.in_pro .l_li2 a:nth-child(4n) {
    margin-right: 0;
}

.in_pro .l_li2 a:after {
    content: '';
    position: absolute;
    left: 3px;
    width: 100%;
    top: 3px;
    height: 100%;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    z-index: -1;
}

.in_pro .l_li2 a:before {
    content: '';
    position: absolute;
    left: 7px;
    width: 100%;
    top: 7px;
    height: 100%;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    z-index: -2;
}

.in_pro .l_li2 a:hover:before {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=8px); /*兼容ie*/
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17); /*兼容firefox*/
}

.in_pro .l_li2 a.m .im .f {
    display: inline-block;
}

.in_pro .l_li2 a .im {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    line-height: 180px;
    height: 180px;
}

.in_pro .l_li2 a .im img {
    width: auto !important;
    height: auto !important;
    max-height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.in_pro .l_li2 a .im:hover img {
    transform: scale(1.05);
}

.in_pro .l_li2 a .im .time {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.31);
    padding: 0 5px;
    line-height: 20px;
}

.in_pro .l_li2 a .im .f {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-right: 5px;
    padding-top: 3px;
}

.in_pro .l_li2 a .im .f:after {
    content: '';
    position: absolute;
    top: -35px;
    right: -35px;
    z-index: -1;
    background: #16cc8e;
    width: 70px;
    height: 70px;
    transform: rotate(45deg);
}

.in_pro .l_li2 a .text { /*background: #fff;*/
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
    padding: 5px;
}

.in_pro .l_li2 a .text .h1 {
    font-weight: normal;
    font-size: 16px;
    padding: 5px 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in_pro .l_li2 a .text .span {
    font-size: 14px;
    display: inline-block;
    background: #ff8400;
    color: #fff;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 5px;
}

.in_pro .l_li2 a .text .nu {
    color: #b7b7b7;
    font-size: 14px;
}

.in_pro .l_li2 a .text .te {
    margin-top: 10px;
    color: #999999;
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.in_pro .ad {
    width: 10%;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.in_pro .ad a {
    display: inline-block;
    vertical-align: top;
    line-height: 303px; /* background: #7c7c7c;*/
    width: 100%;
    position: relative;
}

.in_pro .ad a:first-child {
    margin-top: 10px;
    margin-bottom: 15px;
}

.in_pro .ad a .te_s {
    width: auto !important;
    height: auto !important; /* position: absolute;  left: 50%;  top: 50%;  transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  -moz-transform: translate(-50%, -50%);  -webkit-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);*/
    max-height: 303px;
}

.in_pro .ad2 {
    width: 100%;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.in_pro .ad2 a {
    display: inline-block;
    vertical-align: top;
    line-height: 122px; /* background: #7c7c7c;*/
    width: 100%;
    position: relative;
}

.in_pro .ad2 a .te_s {
    width: auto !important;
    height: auto !important;
    max-height: 122px; /* position: absolute;  left: 50%;  top: 50%;  transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  -moz-transform: translate(-50%, -50%);  -webkit-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);*/
}

.in_pro .l-htime {
    width: 33.3%;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #efefef;
}

.in_pro .l-htime .im {
    overflow: hidden;
}

.in_pro .l-htime .im img {
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    object-fit: cover;
    object-position: center center;
}

.in_pro .l-htime .im:hover img {
    transform: scale(1.05);
}

.in_pro .l-htime .te {
    padding: 18px 10px;
    line-height: 36px;
}

.in_pro .l-htime .te .ti {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 60%;
}

.in_pro .l-htime .te p {
    font-size: 14px;
    color: #7c7c7c;
}

.in_pro .l-htime .te i {
    display: inline-block;
    background: #f0f0f0;
    font-size: 21px;
    line-height: 36px;
    width: 36px;
    text-align: center;
    color: #ea4200;
    font-weight: bold;
    vertical-align: middle;
}

.in_pro .l_li_t {
    width: 66.4%;
}

.in_pro .l_li_t a {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin-left: 2.33%;
    font-size: 16px;
    background: #fff;
    position: relative;
    z-index: 30;
    margin-bottom: 25px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.in_pro .l_li_t a:nth-child(4n) {
    margin-right: 0;
}

.in_pro .l_li_t a:last-child {
    width: 63.33%;
}

.in_pro .l_li_t a:hover:before {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=8px); /*兼容ie*/
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17); /*兼容firefox*/
}

.in_pro .l_li_t a.m .im .f {
    display: inline-block;
}

.in_pro .l_li_t a:hover .im img {
    transform: scale(1.05);
}

.in_pro .l_li_t a .im {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 160px;
    line-height: 160px;
    text-align: center;
}

.in_pro .l_li_t a .im img {
    width: auto !important;
    height: auto !important;
    max-height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s; /*  object-fit: cover;  object-position: center center;*/
}

.in_pro .l_li_t a .im .time {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.31);
    padding: 0 5px;
    line-height: 20px;
}

.in_pro .l_li_t a .im .f {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-right: 5px;
    padding-top: 3px;
}

.in_pro .l_li_t a .im .f:after {
    content: '';
    position: absolute;
    top: -35px;
    right: -35px;
    z-index: -1;
    background: #16cc8e;
    width: 70px;
    height: 70px;
    transform: rotate(45deg);
}

.in_pro .l_li_t a .text { /*background: #fff;*/
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
    padding: 5px 15px;
}

.in_pro .l_li_t a .text .h1 {
    font-weight: normal;
    font-size: 16px;
    padding: 10px 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in_pro .l_li_t a .text .span {
    font-size: 14px;
    display: inline-block;
    color: #7c7c7c;
    line-height: 20px;
    min-height: 40px;
    padding: 0 5px;
    border-radius: 5px;
}

.in_pro .ad3 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding-top: 45px;
line-height: 120px;
}

.in_pro .ad3 a {
    display: inline-block;
    vertical-align: top;
    line-height: 120px; /*  background: #7c7c7c;*/
    width: 34%;
    position: relative;
float: left;
}

.in_pro .ad3 a:nth-child(2) {
    width: 65%;    float: right;
}

.in_pro .ad3 a .te_s {
    max-height: 120px;
    height: auto !important; /* position: absolute;  left: 50%;  top: 50%;  transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  -moz-transform: translate(-50%, -50%);  -webkit-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);*/
}

.in_pro .on_a {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    font-size: 16px;
    background: #fff;
    position: relative;
    z-index: 30;
    margin-bottom: 23px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.in_pro .on_a:nth-child(4n) {
    margin-right: 0;
}

.in_pro .on_a:hover:before {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=8px); /*兼容ie*/
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17); /*兼容firefox*/
}

.in_pro .on_a.m .im .f {
    display: inline-block;
}

.in_pro .on_a:hover .im img {
    transform: scale(1.05);
}

.in_pro .on_a .im {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 490px;
}

.in_pro .on_a .im img {
    width: 100% !important;
    text-align: center;
    height: auto !important;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.in_pro .on_a .im .time {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.31);
    padding: 0 5px;
    line-height: 20px;
}

.in_pro .on_a .im .f {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-right: 5px;
    padding-top: 3px;
}

.in_pro .on_a .im .f:after {
    content: '';
    position: absolute;
    top: -35px;
    right: -35px;
    z-index: -1;
    background: #16cc8e;
    width: 70px;
    height: 70px;
    transform: rotate(45deg);
}

.in_pro .on_a .im {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.in_pro .on_a .im img {
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.in_pro .on_a .im:hover img {
    transform: scale(1.05);
}

.in_pro .on_a .im .time {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.31);
    padding: 0 5px;
    line-height: 20px;
}

.in_pro .on_a .im .f {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-right: 5px;
    padding-top: 3px;
}

.in_pro .on_a .im .f:after {
    content: '';
    position: absolute;
    top: -35px;
    right: -35px;
    z-index: -1;
    background: #16cc8e;
    width: 70px;
    height: 70px;
    transform: rotate(45deg);
}

.in_pro .on_a .text { /*background: #fff;*/
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
    padding: 5px;
    text-align: center;
}

.in_pro .on_a .text .h1 {
    font-weight: normal;
    font-size: 16px;
    padding: 16px 0px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in_pro .on_a .text .h1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -27px;
    height: 2px;
    background: #68a5da;
    width: 54px;
}

.in_pro .on_a .text .span {
    font-size: 14px;
    display: block;
    line-height: 20px;
    padding: 18px 5px;
    border-radius: 5px;
    color: #351b15;
}

.in_pro .l_li4 {
    width: 63%;
}

.in_pro .l_li4 a {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin-left: 2.7%;
    font-size: 16px;
    background: #fff;
    position: relative;
    z-index: 30;
    margin-bottom: 23px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.in_pro .l_li4 a:nth-child(4n) {
    margin-right: 0;
}

.in_pro .l_li4 a:hover:before {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=8px); /*兼容ie*/
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17); /*兼容firefox*/
}

.in_pro .l_li4 a.m .im .f {
    display: inline-block;
}

.in_pro .l_li4 a:hover .im img {
    transform: scale(1.05);
}

.in_pro .l_li4 a .im {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 222px;
    height: 222px;
    text-align: center;
}

.in_pro .l_li4 a .im img {
    height: auto !important;
    width:  auto !important;
    max-height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    object-fit: cover;
    object-position: center center;
}

.in_pro .l_li4 a .im .time {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.31);
    padding: 0 5px;
    line-height: 20px;
}

.in_pro .l_li4 a .im .f {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-right: 5px;
    padding-top: 3px;
}

.in_pro .l_li4 a .im .f:after {
    content: '';
    position: absolute;
    top: -35px;
    right: -35px;
    z-index: -1;
    background: #16cc8e;
    width: 70px;
    height: 70px;
    transform: rotate(45deg);
}

.in_pro .l_li4 a .h1 {
    font-weight: normal;
    font-size: 16px;
    padding: 5px 0px;
    position: relative;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in_pro .l_li4 a .h1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -27px;
    height: 2px;
    background: #68a5da;
    width: 54px;
}

.in_pro .l_li4 a .span {
    font-size: 14px;
    display: block;
    line-height: 20px;
    padding: 10px 5px;
    border-radius: 5px;
    color: #351b15;
    text-align: center;
}

.in_pro .ad5 {
    width: 12.5%;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.in_pro .ad5 a {
    display: inline-block;
    vertical-align: top;
    height: 296px;
    background: #7c7c7c;
    width: 100%;
    position: relative;
}

.in_pro .ad5 a:first-child {
    margin-top: 0;
    margin-bottom: 23px;
}

.in_pro .ad5 a .te_s {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.in_pro .ad6 {
    width: 100%;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.in_pro .ad6 a {
    display: inline-block;
    vertical-align: top;
    line-height: 120px; /*background: #7c7c7c;*/
    width: 24%;
    float: left;
    margin-left: 1.33%;
    position: relative;
}

.in_pro .ad6 a:first-child {
    margin-left: 0%;
}

.in_pro .ad6 a .te_s {
    height: auto !important; /* position: absolute;  left: 50%;  top: 50%;  transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  -moz-transform: translate(-50%, -50%);  -webkit-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);*/
}

.in_pro .l_li5 {
    width: 89%;
}

.in_pro .l_li5 a {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 2%;
    font-size: 16px;
    background: #fff;
    position: relative;
    z-index: 30;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
    text-align: left;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s; /* &:nth-child(2n){margin-right: 0;}*/
}

.in_pro .l_li5 a.m .im .f {
    display: inline-block;
}

.in_pro .l_li5 a:hover .im img {
    transform: scale(1.05);
}

.in_pro .l_li5 a .im {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    width: 24%;
}

.in_pro .l_li5 a .im img {
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.in_pro .l_li5 a .im .time {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.31);
    padding: 0 5px;
    line-height: 20px;
}

.in_pro .l_li5 a .im .f {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-right: 5px;
    padding-top: 3px;
}

.in_pro .l_li5 a .im .f:after {
    content: '';
    position: absolute;
    top: -35px;
    right: -35px;
    z-index: -1;
    background: #16cc8e;
    width: 70px;
    height: 70px;
    transform: rotate(45deg);
}

.in_pro .l_li5 a .text {
    width: 76%;
    padding-left: 3%;
}

.in_pro .l_li5 a .h1 {
    font-weight: normal;
    font-size: 16px;
    padding: 5px 0px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in_pro .l_li5 a .te {
    font-size: 14px;
    display: block;
    line-height: 20px;
    color: #666666;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.in_pro .ad5_2 {
    width: 11%;
    color: #fff;
    font-size: 24px;
    text-align: center;
    height: 587px;
}

.in_pro .ad5_2 a {
    display: inline-block;
    vertical-align: top;
    height: 100%; /*  background: #7c7c7c;*/
    width: 100%;
    position: relative;
}

.in_pro .ad5_2 a .te_s {
    height: auto !important;
    max-height: 100%; /* position: absolute;  left: 50%;  top: 50%;  width: 100%;  transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  -moz-transform: translate(-50%, -50%);  -webkit-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);*/
}

.in_pro .ad6_2 {
    width: 100%;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.in_pro .ad6_2 a {
    display: inline-block;
    vertical-align: top;
    line-height: 120px;
    //background: #7c7c7c;
    width: 43%;
    float: left;
    margin-left: 1.5%;
    position: relative;
}

.in_pro .ad6_2 a:first-child {
    margin-left: 0%;
}

.in_pro .ad6_2 a:last-child {
    width: 11%;
}

.in_pro .ad6_2 a .te_s {
    width: auto !important;
    height: auto !important;
    max-height: 120px; /* position: absolute;  left: 50%;  top: 50%;  transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  -moz-transform: translate(-50%, -50%);  -webkit-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);*/

}

.in_pro .l_li7 {
    width: 100%;
}

.in_pro .l_li7 .li {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin-right: 1.25%;
    font-size: 16px;
    background: #fff;
    position: relative;
    z-index: 30;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: left;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.in_pro .l_li7 .li:nth-child(4n) {
    margin-right: 0;
}

.in_pro .l_li7 .li.m .im .f {
    display: inline-block;
}

.in_pro .l_li7 .li:hover .im img {
    transform: scale(1.05);
}

.in_pro .l_li7 .li .im {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.in_pro .l_li7 .li .im:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.in_pro .l_li7 .li .im:before {
    content: '';
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    border: 2px solid #fff;
    z-index: 15;
    margin-left: -2px;
}

.in_pro .l_li7 .li .im img {
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.in_pro .l_li7 .li .im .im_te {
    display: inline-block;
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    width: 80%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    padding: 0 5px;
}

.in_pro .l_li7 .li .im .im_te .h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
}
.in_pro .l_li7 .li .im .im_te .ts{ line-height: 40px;}

.in_pro .l_li7 .li .text {
    width: 100%;
    padding: 10px;
    padding-bottom: 0;
    height: 310px;
    overflow: hidden;
}

.in_pro .l_li7 .li .text a {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    line-height: 30px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
}

.in_pro .l_li7 .li .text a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #282828;
}

.in_pro .l_li7 .li .more {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
}

.in_pro .l_li8 {
    width: 100%;
}

.in_pro .l_li8 .li {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin-right: 1.25%;
    font-size: 16px;
    background: #fff;
    position: relative;
    z-index: 30;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: left;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.in_pro .l_li8 .li:nth-child(4n) {
    margin-right: 0;
}

.in_pro .l_li8 .li.m .im .f {
    display: inline-block;
}

.in_pro .l_li8 .li:hover .im img {
    transform: scale(1.05);
}

.in_pro .l_li8 .li .im {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.in_pro .l_li8 .li .im img {
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
object-fit:cover;
object-position: center center;
}

.in_pro .l_li8 .li .text {
    width: 100%;
    padding: 5px 10px;
    overflow: hidden;
    font-size: 14px;
    border: 1px solid #e2e2e2;
    border-top: none;
}

.in_pro .l_li8 .li .text .h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in_pro .l_li8 .li .text .te {
    color: #787474;
}

.in_pro .in-news .lnews {
    width: 49%;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
}

.in_pro .in-news .lnews:first-child {
    margin-right: 2%;
}

.in_pro .in-news .lnews .ns_til {
    border-bottom: 1px solid #e2e2e2;
    line-height: 58px;
    padding-left: 20px;
    background: #fff;
}

.in_pro .in-news .lnews .ns_til .h3 {
    font-size: 20px;
}

.in_pro .in-news .lnews .ns_til .h_more {
    border-left: 1px solid #e2e2e2;
    padding: 0 25px;
}

.in_pro .in-news .lnews .ns_text {
    background: #fff;
    padding: 20px;
    margin-bottom: 28px;
}

.in_pro .in-news .lnews .ns_text .swi {
    width: 46%;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    padding-bottom: 35px;
}

.in_pro .in-news .lnews .ns_text .swi .te {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    padding: 10px 0;
}

.in_pro .in-news .lnews .ns_text .swi .swiper-pagination {
    text-align: right;
}

.in_pro .in-news .lnews .ns_text .swi .swiper-pagination-bullet {
    opacity: 1;
    background: #e4e4e4;
}

.in_pro .in-news .lnews .ns_text .swi .swiper-pagination-bullet-active {
    background: #ff0000;
}

.in_pro .in-news .lnews .ns_text .text_r {
    width: 50%;
    padding: 0 10px;
    padding-bottom: 0;
    max-height: 288px;
    overflow: hidden;
}

.in_pro .in-news .lnews .ns_text .text_r a {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    line-height: 36px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
}

.in_pro .in-news .lnews .ns_text .text_r a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #282828;
}

.in_pro .in-news .lnews .t_ns {
    padding-bottom: 13px;
    border-bottom: 1px solid #cccccc;
}

.in_pro .in-news .lnews .t_ns .t_im {
    border-radius: 5px;
    overflow: hidden;
    width: 30%;
}

.in_pro .in-news .lnews .t_ns .t_te {
    width: 70%;
    padding-left: 3%;
}

.in_pro .in-news .lnews .t_ns .t_te .h4 {
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in_pro .in-news .lnews .t_ns .t_te .te {
    font-size: 14px;
    color: #7c7c7c;
    margin-top: 10px;
    line-height: 20px;
    max-height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.in_pro .ad2_2 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    width: 100%;
}

.in_pro .ad2_2 a {
    display: inline-block;
    vertical-align: top;
    line-height: 120px; /*  background: #7c7c7c;*/
    width: 100%;
    position: relative;
    
    width: 65%;
    float: right;
}

.in_pro .ad2_2 a:first-child {
    margin-right:0;
    float: left;
width: 34%;
}

.in_pro .ad2_2 a .te_s {
    height: auto !important; /*position: absolute;  left: 50%;  top: 50%;  transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  -moz-transform: translate(-50%, -50%);  -webkit-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);*/
}

.in_pro .l_li9 {
    width: 100%;
}

.in_pro .l_li9 .li {
    display: inline-block;
    vertical-align: top;
    width: 19%;
    margin-right: 1.25%;
    font-size: 16px;
    background: #fff;
    position: relative;
    z-index: 30;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: left;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.in_pro .l_li9 .li:nth-child(5n) {
    margin-right: 0;
}

.in_pro .l_li9 .li.m .im .f {
    display: inline-block;
}

.in_pro .l_li9 .li:hover .im img {
    transform: scale(1.05);
}

.in_pro .l_li9 .li .im {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.in_pro .l_li9 .li .im img {
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.in_pro .l_li9 .li .text {
    width: 100%;
    padding: 5px 10px;
    overflow: hidden;
    font-size: 14px;
    border: 1px solid #e2e2e2;
    border-top: none;
}

.in_pro .l_li9 .li .text .h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.in_pro .l_li9 .li .text .te {
    color: #787474;
}

.in_pro .in-news2 .lnews {
    width: 34%;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    margin-bottom: 28px;
}

.in_pro .in-news2 .lnews:first-child {
    margin-right: 2%;
}

.in_pro .in-news2 .lnews .ns_til {
    border-bottom: 1px solid #e2e2e2;
    line-height: 58px;
    padding-left: 20px;
    background: #fff;
}

.in_pro .in-news2 .lnews .ns_til .h3 {
    font-size: 20px;
}

.in_pro .in-news2 .lnews .ns_til .h_more {
    border-left: 1px solid #e2e2e2;
    padding: 0 25px;
}

.in_pro .in-news2 .lnews .ns_text {
    background: #fff;
    padding: 20px;
}

.in_pro .in-news2 .lnews .ns_text .swi {
    width: 46%;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    padding-bottom: 35px;
}

.in_pro .in-news2 .lnews .ns_text .swi .te {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    padding: 10px 0;
}

.in_pro .in-news2 .lnews .ns_text .swi .swiper-pagination {
    text-align: right;
}

.in_pro .in-news2 .lnews .ns_text .swi .swiper-pagination-bullet {
    opacity: 1;
    background: #e4e4e4;
}

.in_pro .in-news2 .lnews .ns_text .swi .swiper-pagination-bullet-active {
    background: #ff0000;
}

.in_pro .in-news2 .lnews .ns_text .text_r {
    width: 100%;
    padding: 0 10px;
    padding-bottom: 0;
    max-height: 288px;
    overflow: hidden;
}

.in_pro .in-news2 .lnews .ns_text .text_r a {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    line-height: 36px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
}

.in_pro .in-news2 .lnews .ns_text .text_r a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #282828;
}

.in_pro .in-news2 .lnews .ns_text .text_r a:nth-child(n+7) {
    display: none;
}

.in_pro .in-news2 .lnews .t_ns {
    padding-bottom: 13px; /*border-bottom: 1px solid #cccccc;*/
}

.in_pro .in-news2 .lnews .t_ns .t_im {
    border-radius: 5px;
    overflow: hidden;
    width: 40%;
}

.in_pro .in-news2 .lnews .t_ns .t_te {
    width: 60%;
    padding-left: 3%;
}

.in_pro .in-news2 .lnews .t_ns .t_te a {
    width: 100%;
}

.in_pro .in-news2 .lnews .t_ns .t_te .h4 {
    font-weight: bold;
    width: auto !important;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in_pro .in-news2 .lnews .t_ns .t_te .te {
    font-size: 14px;
    color: #7c7c7c;
    margin-top: 10px;
    line-height: 20px;
    max-height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.in_pro .in-news2 .lnews_2 {
    width: 64%;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    background: #fff;
}

.in_pro .in-news2 .lnews_2 .ns_til {
    border-bottom: 1px solid #e2e2e2;
    line-height: 58px;
    padding-left: 20px;
    background: #fff;
}

.in_pro .in-news2 .lnews_2 .ns_til .h3 {
    font-size: 20px;
}

.in_pro .in-news2 .lnews_2 .ns_til .h_more {
    border-left: 1px solid #e2e2e2;
    padding: 0 25px;
}

.in_pro .in-news2 .lnews_2 .ns_list {
    padding: 15px 40px;
}

.in_pro .in-news2 .lnews_2 .ns_list li {
    width: 49%;
    padding: 10px 0;
}

.in_pro .in-news2 .lnews_2 .ns_list li:nth-child(2n) {
    margin-left: 2%;
}

.in_pro .in-news2 .lnews_2 .ns_list li:nth-child(n + 3) {
    border-top: 1px solid #e4e4e4;
}

.in_pro .in-news2 .lnews_2 .ns_list li .img {
    width: 94px;
    height: 94px;
    overflow: hidden;
    border-radius: 50%;
}

.in_pro .in-news2 .lnews_2 .ns_list li .img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
}

.in_pro .in-news2 .lnews_2 .ns_list li .tes {
    width: calc(100% - 94px);
    padding-left: 3%;
}

.in_pro .in-news2 .lnews_2 .ns_list li .tes .h2 {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in_pro .in-news2 .lnews_2 .ns_list li .tes .te {
    color: #666666;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.in_pro .in-news3 .lnews {
    width: 55%;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    margin-bottom: 28px;
}

.in_pro .in-news3 .lnews:first-child {
    margin-right: 2%;
}

.in_pro .in-news3 .lnews .ns_til {
    border-bottom: 1px solid #e2e2e2;
    line-height: 58px;
    padding-left: 20px;
    background: #fff;
}

.in_pro .in-news3 .lnews .ns_til .h3 {
    font-size: 20px;
}

.in_pro .in-news3 .lnews .ns_til .h_more {
    border-left: 1px solid #e2e2e2;
    padding: 0 25px;
}

.in_pro .in-news3 .lnews .ns_text {
    background: #fff;
    padding: 20px;
}

.in_pro .in-news3 .lnews .ns_text .t_im {
    width: 50%;
    position: relative;
}

.in_pro .in-news3 .lnews .ns_text .t_im .im_t {
    width: 100%;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding-bottom: 20px;
    padding-left: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(#000000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=rgba(0, 0, 0, 0), endColorstr=#000000);
}

.in_pro .in-news3 .lnews .ns_text .text_r {
    width: 50%;
    padding: 0 10px;
    padding-bottom: 0;
    padding-left: 2%;
    max-height: 288px;
    overflow: hidden;
}

.in_pro .in-news3 .lnews .ns_text .text_r a {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    line-height: 36px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
}

.in_pro .in-news3 .lnews .ns_text .text_r a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #282828;
}

.in_pro .in-news3 .lnews .ns_text .text_r a:nth-child(n+9) {
    display: none;
}

.in_pro .in-news3 .lnews_3 {
    width: 43%;
    border-radius: 5px;
}

.in_pro .in-news3 .lnews_3 li {
    width: 48%;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
}
.in_pro .in-news3 .lnews_3 li a{width: 100%;display: inline-block;}

.in_pro .in-news3 .lnews_3 li:nth-child(2n) {
    margin-left: 4%;
}

.in_pro .in-news3 .lnews_3 li:nth-child(n + 3) {
    margin-top: 13px;
}

.in_pro .in-news3 .lnews_3 li:hover img {
    transform: scale(1.05);
}

.in_pro .in-news3 .lnews_3 li .img {
    width: 100%;
    overflow: hidden;
    height: 147px;
    line-height: 147px;text-align: center;
}

.in_pro .in-news3 .lnews_3 li .img img {
    width: auto!important;
    height: auto!important;
    max-height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.in_pro .in-news3 .lnews_3 li .te {
    width: 100%;
    line-height: 30px;
    padding: 5px 0;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in_pro .in-news3 .lnews_3 li .g_flex {
    display: inline-block; /* height: 189px;  background: #7c7c7c;*/
    line-height: 189px;
    height: 189px;
    position: relative;
    vertical-align: top;
}
.in_pro .in-news3 .lnews_3 li .g_flex img{
    width: auto!important;
    height: auto!important;
    max-height: 100%;

}

.in_pro .in-news3 .lnews_3 li .g_flex .te_s {
    color: #fff;
    font-size: 24px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.in_pro .in-news4 .lnews_4 {
    width: 49%;
    margin-right: 2%;
    border-radius: 5px;
    margin-bottom: 30px;
}

.in_pro .in-news4 .lnews_4 li a {
    width: 100%;
}

.in_pro .in-news4 .lnews_4 li {
    width: 32%;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    margin-right: 2%;
}

.in_pro .in-news4 .lnews_4 li:nth-child(3n) {
    margin-right: 0%;
}

.in_pro .in-news4 .lnews_4 li:nth-child(n + 4) {
    margin-top: 31px;
}

.in_pro .in-news4 .lnews_4 li:hover img {
    transform: scale(1.05);
}

.in_pro .in-news4 .lnews_4 li .img {
    width: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 112px;
    height: 112px;
}

.in_pro .in-news4 .lnews_4 li .img img {
    width: auto!important;
    height: auto!important;
    max-height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.in_pro .in-news4 .lnews_4 li .te {
    width: 100%;
    line-height: 30px;
    padding: 5px 0;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
}

.in_pro .in-news4 .rnews {
    width: 49%;
    padding: 10px;
    background: #fff;
    margin-bottom: 30px;
}

.in_pro .in-news4 .rnews .t_im {
    width: 46%;
    padding-right: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.in_pro .in-news4 .rnews .t_im .im_t {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in_pro .in-news4 .rnews .text_r {
    width: 54%;
    padding: 0 10px;
    padding-bottom: 0;
    max-height: 288px;
    overflow: hidden;
}

.in_pro .in-news4 .rnews .text_r a {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    line-height: 36px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
}

.in_pro .in-news4 .rnews .text_r a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #282828;
}

.in_pro .l_livi {
    width: 100%;
    padding-bottom: 20px;
}

.in_pro .l_livi li {
    width: 19%;
    margin-right: 1.25%;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
}

.in_pro .l_livi li:nth-child(5n) {
    margin-right: 0;
}

.in_pro .l_livi li:nth-child(n + 6) {
    margin-top: 25px;
}

.in_pro .l_livi li:hover img {
    transform: scale(1.05);
}

.in_pro .l_livi li .img {
    width: 100%;
    overflow: hidden;
}

.in_pro .l_livi li .img img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.in_pro .l_livi li .te {
    width: 100%;
    line-height: 30px;
    padding: 5px 0;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in-til {
    padding: 45px 0;
}

.in-til .ti {
    font-size: 18px;
    font-family: 'Times New Roman';
    padding-right: 30px;
}

.in-til .ti dt {
    font-size: 30px;
    font-family: '新宋体';
    font-weight: bold;
}

.in-til .in_lista {
    padding: 7.25px;
}

.in-til .in_lista span {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.in-til .in_lista span:hover, .in-til .in_lista span.active {
    color: #fff;
    background: #68a5da;
}

.in-til .more {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 2px;
    cursor: pointer;
    color: #fff;
    background: #68a5da;
}

.ins_con .con:nth-child(n+2) {
    display: none;
}

/*page*/
.a_next {
    text-align: center;
    display: table;
    margin: 0 auto;
    padding: 40px 0 20px 0;
}

.a_next a {
    display: inline-block;
    float: left;
    min-width: 55px;
    font-size: 16px;
    line-height: 38px;
    padding: 0 20px;
    color: #666666;
    text-align: center;
    margin-right: 8px;
    border: 1px solid #b3bec3;
    border-radius: 5px;
}

.a_next span {
    line-height: 38px;
    display: inline-block;
    margin-right: 8px;
    min-width: 55px;
    float: left;
}

.a_next a:hover, .a_next a.active {
    background: #4b8bc2;
    color: #fff;
}

.a_next .nowpage {
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 40px;
    padding: 0 20px;
    text-align: center;
    background: #4b8bc2;
    color: #fff;
    border-radius: 5px;
    margin-right: 8px;
}

.a_next2 {
    text-align: center;
    display: table;
    margin: 0 auto;
    padding: 40px 0 20px 0;
}

.a_next2 a {
    display: inline-block;
    float: left;
    min-width: 50px;
    font-size: 16px;
    line-height: 27px;
    padding: 0 20px;
    color: #666666;
    text-align: center;
    margin-right: 6px;
    background: #e7e7e7;
}

.a_next2 span {
    line-height: 27px;
    display: inline-block;
    margin-right: 6px;
    min-width: 50px;
    float: left;
}

.a_next2 a:hover, .a_next2 a.active {
    background: #4a9edf;
    color: #fff;
}

.a_next2 .nowpage {
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 27px;
    padding: 0 20px;
    text-align: center;
    background: #4a9edf;
    color: #fff;
    margin-right: 6px;
}

.next_abts {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    line-height: 36px;
    padding: 15px 0;
    margin-bottom: 20px;
}

.next_abts .la {
    color: #666666;
}

.next_abts .te {
    width: calc(100% - 70px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.next_abts a {
    width: 100%;
}

.next_abts a:hover {
    color: #4dcabd;
}

.c_block .nowpage {
    background: #333333;
}

.c_block a:hover, .c_block a.active {
    background: #333333;
    color: #fff;
}

/*文创频道*/
.c_wc .nowpage {
    background: #4dcabd;
}

.c_wc a:hover, .c_block a.active {
    background: #4dcabd;
    color: #fff;
}

/*文旅频道*/
.c_wc .nowpage {
    background: #4b8bc2;
}

.c_wc a:hover, .c_block a.active {
    background: #4b8bc2;
    color: #fff;
}

/*文旅r新闻推荐*/
.af_wc .h1_r:after {
    background: #d8eaf2 !important;
}

.af_wc .til {
    background: #4b8bc2 !important;
}

/*非遗*/
.c_fy .nowpage {
    background: #95171d;
}

.c_fy a:hover, .c_block a.active {
    background: #95171d;
    color: #fff;
}

.af_fy .h1_r:after {
    background: #d8eaf2 !important;
}

.af_fy .til {
    background: #4b8bc2 !important;
}

/*画派*/
.c_hp .nowpage {
    background: #368d9f;
}

.c_hp a:hover, .c_block a.active {
    background: #368d9f;
    color: #fff;
}

.af_hp .h1_r:after {
    background: #368d9f !important;
}

.per .h1_r:after {
    background: #08c175 !important;
}

.c_or .nowpage {
    background: #08c175;
}

.c_or a:hover, .c_block a.active {
    background: #08c175;
    color: #fff;
}

/*.af_fy .til{ background: #4b8bc2!important;}*//*文创频道*/
.c_ms .nowpage {
    background: #683291;
}

.c_ms a:hover, .c_block a.active {
    background: #683291;
    color: #fff;
}

.af_ms .h1_r:after {
    background: #d9c7e6 !important;
}

.af_ms .til {
    background: #532874 !important;
}

/*美景频道*/
.c_mj .nowpage {
    background: #08c175;
}

.c_mj2 .nowpage {
    background: #c89a3e;
}

.c_mj a:hover, .c_block a.active {
    background: #08c175;
    color: #fff;
}

.c_mj2 a:hover, .c_block a.active {
    background: #c89a3e;
    color: #fff;
}

.af_mj .h1_r:after {
    background: #08c175 !important;
}

.af_mj .til {
    background: #069a5e !important;
}

/*美术频道*/
.c_msu .nowpage {
    background: #c89a3e;
}

.c_msu a:hover, .c_block a.active {
    background: #c89a3e;
    color: #fff;
}

.af_msu .h1_r:after {
    background: #c89a3e !important;
}

.af_msu .til {
    background: #c89a3e !important;
}

.c_amehp_abt.co_msu .t_abt .til { /*background: rgba(153, 102, 51, 0.84);*/
}

.c_amehp_abt.co_msu .per_c .r_text .h1 {
    color: #663300;
}

.c_amehp_abt.co_msu .abt_otr .til {
    background: #eaddc3;
}

.c_amehp_abt.co_msu .abt_otr .til .ti {
    color: #663300;
}

.c_amehp_abt.co_msu .abt_otr .til .more {
    color: #976c42;
}

/*关于我们*/
.ba_bu {
    background: #d8eaf2;
    padding: 30px 0;
    min-height: calc(100% - 342px);
}

.ba_bu2 {
    background: #d8eaf2;
    padding: 90px 0;
    min-height: calc(100% - 342px);
}

.ba_bu3 {
    background: #d8eaf2;
    padding: 10px 0 55px 0;
    min-height: calc(100% - 342px);
}

.abt_us .l_til {
    width: 17%;
    background: #fff;
    text-align: center;
    font-size: 18px;
    color: #5d5d5d;
    padding-bottom: 80px;
}

.abt_us .l_til a {
    display: inline-block;
    width: 100%;
    line-height: 70px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-bottom: 1px solid #e9e9e9;
}

.abt_us .l_til a:hover, .abt_us .l_til a.active {
    background: #a01f25;
    border-bottom: 1px solid #a01f25;
    color: #fff;
}

.abt_us .r_text {
    width: 81%;
    padding: 20px;
    background: #fff;
    padding-bottom: 30px;
}

.abt_us .r_text .r_h1 {
    font-size: 24px;
    padding: 20px 15px;
    font-weight: normal;
    border-bottom: 1px solid #e9e9e9;
}

.abt_us .r_text .te {
    width: 100%;
    padding: 25px 10px;
    font-size: 16px;
    line-height: 30px;
    color: #5d5d5d;
}

.abt_us .r_text .text {
    padding: 50px 40px;
}

.abt_us .r_text .text .na-t {
    color: #666666;
    font-size: 18px;
    padding: 25px 0;
}

.abt_us .r_text .text .ti {
    font-size: 24px;
}

.abt_us .r_text .text .text_adr {
    padding: 40px;
}

.abt_us .r_text .text .im {
    max-width: 40%;
}

.text_map {
    padding: 35px 0;
    margin: 0;
    list-style-type: none;
    font-size: 0;
}

.text_map li {
    display: inline-block; /*  float: left;*/
    vertical-align: top;
    width: 16.66666667%;
    text-align: center;
    margin-bottom: 60px;
}

.text_map li:nth-child(n+2) {
    border-left: 1px solid #e9e9e9;
}

.text_map li:nth-child(7n) {
    border-left: none;
    clear: left;
}

.text_map li .h1 {
    font-size: 18px;
    font-weight: bold;
    color: #a01f25;
}

.text_map li .li-a {
    padding: 20px 0 10px 0;
    display: inline-block;
    text-align: left;
}

.text_map li .li-a a { /*display: inline-block;*/ /*width: 100%;*/
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}

.text_lus {
    padding: 60px 80px;
}

.text_lus p {
    font-size: 18px;
    padding: 20px 0;
    line-height: 40px;
    color: #666666;
}

.text_lus p .bor {
    font-weight: bold;
    color: #333333;
}

.r_flex_code {
    box-shadow: 0px 1px 3px #a519274a;
    position: fixed;
    right: 2%;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
    text-align: center;
    z-index: 100;
    cursor: pointer;
}
.r_flex_code .code_tex{
    background: #fff;
    font-size: 16px;
    padding: 7px;
    width: 45px;
    text-align: center;
    line-height: 18px;
    color: #a51927;
}
/*.code_tex{

}*/
.r_flex_code .code_im{
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translate(0, -50%);
    display: none;
    width: 160px;
    height: 160px;
    border-radius: 3px;
    line-height: 80px;
}
.r_flex_code .code_im img{
    width: 100%;
    padding: 4px;
    background: #fff;
}

/*返回顶部*/
.r_flex {
    position: fixed;
    right: 2%;
    top: 70%;
    transform: translate(0, -50%);
    background: #025fad;
    color: #fff;
    text-align: center;
    z-index: 100;
    width: 45px;
    height: 45px;
    font-size: 30px;
    border-radius: 3px;
    line-height: 45px;
}

.r_flex .iconfont {
    font-size: 28px;
}

/*会员*/
.user_con .usert-abt {
    background: #ecf4f8;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
    padding-top: 85px;
}

.user_con .usert-abt .img {
    position: absolute;
    left: 50%;
    top: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 135px;
    height: 135px;
    overflow: hidden;
    display: inline-block;
}

.user_con .usert-abt .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.user_con .usert-abt .na {
    font-size: 24px;
}

.user_con .usert-abt .time {
    color: #919191;
    font-size: 14px;
}

.user_con .r_user {
    width: 81%;
    background: #ffffff;
    border-radius: 5px; /*我的艺课*/
}

.user_con .r_user .ru_til {
    padding: 0 40px;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    line-height: 40px;
    padding-top: 15px;
}

.user_con .r_user .ru_til .r_h1 {
    font-size: 24px;
    font-weight: bold;
}

.user_con .r_user .ru_til .ru_list span {
    cursor: pointer;
    display: inline-block;
    padding: 0 10px;
    margin-left: 75px;
    color: #666666;
    font-size: 16px;
}

.user_con .r_user .ru_til .ru_list span.on {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    border-bottom: 5px solid #68a5da;
}

.user_con .r_user .m_less {
    padding: 40px 80px 40px 40px;
}

.user_con .r_user .m_less .l_li {
    width: 100%;
}

.user_con .r_user .m_less .l_li a {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-right: 2%;
    font-size: 16px;
    background: #fff;
    position: relative;
    z-index: 30;
    margin-bottom: 23px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.user_con .r_user .m_less .l_li a:nth-child(3n) {
    margin-right: 0;
}

.user_con .r_user .m_less .l_li a:hover {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.17);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.17);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=8px); /*兼容ie*/
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.17); /*兼容firefox*/
}

.user_con .r_user .m_less .l_li a.cor_green .text .span {
    background: #14bf91;
}

.user_con .r_user .m_less .l_li a.cor_blue .text .span {
    background: #0b9ed4;
}

.user_con .r_user .m_less .l_li a.m .im .f {
    display: inline-block;
}

.user_con .r_user .m_less .l_li a:hover img {
    transform: scale(1.05);
}

.user_con .r_user .m_less .l_li a .im {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    height: 180px;
}

.user_con .r_user .m_less .l_li a .im img { /*width: 100%;*/
    max-height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.user_con .r_user .m_less .l_li a .im .time {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.31);
    padding: 0 5px;
    line-height: 20px;
}

.user_con .r_user .m_less .l_li a .im .f {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-right: 5px;
    padding-top: 3px;
}

.user_con .r_user .m_less .l_li a .im .f:after {
    content: '';
    position: absolute;
    top: -35px;
    right: -35px;
    z-index: -1;
    background: #16cc8e;
    width: 70px;
    height: 70px;
    transform: rotate(45deg);
}

.user_con .r_user .m_less .l_li a .text { /*background: #fff;*/
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
    padding: 10px;
}

.user_con .r_user .m_less .l_li a .text .h1 {
    font-weight: normal;
    font-size: 16px;
    padding: 5px 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.user_con .r_user .m_less .l_li a .text .span {
    font-size: 14px;
    display: inline-block;
    background: #ff8400;
    color: #fff;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 5px;
}

.user_con .r_user .m_less .l_li a .text .nu {
    color: #b7b7b7;
    font-size: 14px;
}

.user_con .r_user .m_less .l_li a .text .te {
    margin-top: 10px;
    color: #999999;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.user_con .l_user {
    width: 17%;
}

.user_con .l_user .us_lia {
    width: 100%;
    background: #ffffff;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    padding: 50px 0;
}

.user_con .l_user .us_lia a {
    display: inline-block;
    width: 100%;
    z-index: 20;
    position: relative;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.user_con .l_user .us_lia a:after {
    content: '';
    position: absolute;
    width: 96%;
    left: 10%;
    height: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    top: 0;
    background: url("../images/timg_r.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.user_con .l_user .us_lia a.active, .user_con .l_user .us_lia a:hover {
    color: #fff;
}

.user_con .l_user .us_lia a.active:after, .user_con .l_user .us_lia a:hover:after {
    opacity: 1;
}

.user_con .l_user .us_lia a i {
    position: absolute;
    right: 10%;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
}

/*个人信息 */
.user-thing {
    padding: 45px;
    font-size: 16px;
    color: #666666;
    line-height: 40px;
}

.user-thing div {
    padding: 10px 0;
}

.user-thing div .na {
    width: 80px;
}
.user-thing div img{
    max-height: 220px;
}

.user-thing div input {
    float: left;
    display: inline-block;
    padding-left: 15px;
    width: 200px;
    height: 40px;
    line-height: 38px;
    vertical-align: top;
    border: 1px solid #dcdcdc;
}

.user-thing div .rex {
    display: inline-block;
    color: #3399ff;
    font-size: 14px;
    margin-left: 25px;
}

.user-thing div .img-u {
    max-width: 80px;
    text-align: center;
    float: left;
}
.user-thing div .tex_file {position: relative;     width: calc(100% - 80px);}

.user-thing div .tex_file #test{
position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.user-thing .bt_b {
    display: inline-block;
    border: 1px solid #2a75b7;
    border-radius: 36px;
    line-height: 36px;
    width: 100px;
    text-align: center;
    color: #2a75b7;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #eff6fc;
}

/*收货地址*/
.user-adr {
    padding: 25px 45px;
}

.user-adr .h1_t {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}

.user-adr .li {
    margin-top: 15px;
    line-height: 40px;
}

.user-adr .li .na {
    width: 100px;
    text-align: right;
}

.user-adr .li input {
    float: left;
    display: inline-block;
    padding-left: 10px;
    width: 400px;
    height: 40px;
    line-height: 38px;
    vertical-align: top;
    border: 1px solid #dcdcdc;
}

.user-adr .li input::-webkit-input-placeholder {
    color: #999999;
    font-size: 16px;
}

.user-adr .li input:-moz-placeholder {
    color: #999999;
    font-size: 16px;
}

.user-adr .li input::-moz-placeholder {
    color: #999999;
    font-size: 16px;
}

.user-adr .li input:-ms-input-placeholder {
    color: #999999;
    font-size: 16px;
}

.user-adr .li input.w_500 {
    width: 500px;
}

.user-adr .li input.w_200 {
    width: 200px;
}

.user-adr .li input.w_300 {
    width: 300px;
}

.user-adr .li .rex {
    display: inline-block;
    color: #3399ff;
    font-size: 14px;
    margin-left: 25px;
}

.user-adr .li .img-u {
    max-width: 80px;
    text-align: center;
    float: left;
}

.user-adr .bor {
    border-top: 1px solid #e3e3e3;
    margin: 30px 0;
}

.user-adr .bt_b {
    display: inline-block;
    border: 1px solid #2a75b7;
    border-radius: 36px;
    line-height: 36px;
    width: 100px;
    text-align: center;
    color: #2a75b7;
    background: #eff6fc;
    margin-top: 20px;
    margin-bottom: 20px;
}

.user-adr .label {
    width: 100%;
    position: relative;
    display: inline-block;
    padding-right: 30px;
    margin: 20px 0;
}

.user-adr .label input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #e6e6e6;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.user-adr .label input[type="checkbox"]:checked + label:after {
    display: inline-block;
    color: #333333;
    width: 10px;
    height: 10px;
    background: #dc0b10;
    content: "";
    text-align: center;
    position: absolute;
    line-height: 1.3;
    left: 5px;
    top: 50%;
    margin-top: -4px;
}

.user-adr .label label {
    font-size: 14px;
    margin-left: 30px;
    color: #000000;
    height: 42px;
    line-height: 42px;
}

.user-adr .table {
    border: 1px solid #dcdcdc;
    text-align: center;
    width: 100%;
}

.user-adr .table thead {
    background: #d8eaf2;
    font-size: 14px;
}

.user-adr .table thead th {
    border: 1px solid #dcdcdc;
    padding: 10px 0;
}

.user-adr .table tbody td {
    border: 1px solid #dcdcdc;
    padding: 10px 0;
}

.user-adr .table tbody a:hover {
    color: #ef0600;
}

.user-adr .table tbody .mo {
    color: #ef0600;
    cursor: pointer;
}

/*我的拍卖*/
.table_k {
    padding: 25px 36px;
}

.table_P {
    width: 100%;
    font-size: 14px;
    text-align: center; /**/
}

.table_P thead {
    background: #f0efef;
    font-size: 14px;
}

.table_P thead th {
    padding: 10px 0;
}

.table_P .tr_t2 {
    background: #ecf4f8;
    color: #666666;
}

.table_P .tr_t2 td {
    border: none;
}

.table_P .bold {
    font-weight: bold;
}

.table_P tbody td {
    padding: 10px;
    border: 1px solid #f0f0f0;
    border-top: none;
}

.table_P tbody a:hover {
    color: #68a5da;
}

.table_P tbody .mo {
    color: #68a5da;
    display: inline-block;
    width: 100%;
}

.table_P tbody img {
    max-width: 150px;
    max-height: 90px;
}

.table_P tbody .kong td {
    padding: 5px 0px;
    border: none;
}

.table_P tbody .te {
    padding-left: 25px;
    padding-top: 30px;
    font-size: 16px;
    color: #351b15;
}

.table_P tbody .ch {
    cursor: pointer;
}

.table_P tbody .ch:hover {
    color: #68a5da;
}

.table_P tbody .pay {
    background: #ff7f39;
    color: #fff;
    width: 89px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
}

.table_P tbody .cancel {
    color: #666666;
    line-height: 30px;
    margin-top: 10px;
    cursor: pointer;
}

.table_P tbody .cancel:hover {
    color: #68a5da;
}

.table_P .te_fbt {
    padding: 10px 0;
    padding-left: 25px;
    padding-top: 30px;
    font-size: 16px;
    color: #351b15;
}

.table_P.dtno_bor tbody td {
    border-right: none;
    border-left: none;
}

/*当前位置*/
.t_nwadr {
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    padding: 20px 0;
}

/*订单状态*/
.n_type {
    background: #fdf9e1;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    padding: 25px 50px;
}

.n_type .h1 {
    font-size: 18px;
    color: #282828;
}

.n_type .te {
    padding: 10px 0;
}

.or_text {
    background: #ffffff;
    font-size: 14px;
    line-height: 30px;
    padding: 25px 50px 0px 50px;
    margin-top: 10px; /*订单*/ /**/
}

.or_text .na {
    min-width: 70px;
    font-weight: bold;
}

.or_text .h1 {
    font-size: 18px;
    color: #282828;
}

.or_text .te {
    padding: 10px 0 0;
}

.or_text .span_te {
    width: calc(100% - 80px);
}

.or_text .odr_b {
    padding: 20px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.or_text .all_m {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    padding: 20px 0;
}

.or_text .all_m span {
    font-size: 18px;
}

/*我的评论*/
.user_pin {
    padding: 25px 40px;
}

.user_pin .user_pin_ul {
    width: 100%;
}

.user_pin .user_pin_ul li {
    padding-bottom: 30px;
}

.user_pin .user_pin_ul li:nth-child(n+2) {
    padding-top: 25px;
    border-top: 1px solid #efefef;
}

.user_pin .user_pin_ul li .t_operation {
    font-size: 16px;
}

.user_pin .user_pin_ul li .t_operation .del {
    font-size: 14px;
    color: #e5322d;
}

.user_pin .user_pin_ul li .li_text {
    padding: 5px 0;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.user_pin .user_pin_ul li .p_ack {
    background: #ecf4f8;
    padding: 10px;
    line-height: 24px;
}

.user_pin .user_pin_ul li .p_ack img {
    margin-right: 5px;
}

/*找回密码*/
.retrieve {
    width: 70%;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
}

.retrieve .h1 {
    font-size: 30px;
    line-height: 30px;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
}

.retrieve .text {
    padding: 35px 0 60px 0;
}

.retrieve .text .c_or {
    color: #ff3300;
    padding: 30px 0;
    font-size: 18px;
}

.retrieve .text_inpt {
    text-align: center; /**/
}

.retrieve .text_inpt .label { /*width: 40%;*/
    position: relative;
    display: inline-block;
    padding-right: 30px;
    margin: 30px 0;
}

.retrieve .text_inpt .label input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.retrieve .text_inpt .label input[type="radio"]:checked + label:before {
    border: 1px solid #ff3300;
    background: #ff3300;
}

.retrieve .text_inpt .label input[type="radio"]:checked + label:after {
    display: inline-block;
    color: #ffffff; /*  width: 10px;        height: 10px;*/ /* background: #dc0b10;*/
    content: "\e600";
    text-align: center;
    position: absolute;
    line-height: 12px;
    left: 5px;
    top: 50%;
    border-radius: 50%;
    margin-top: -4px;
}

.retrieve .text_inpt .label label {
    font-size: 14px;
    margin-left: 30px;
    color: #000000;
    height: 42px;
    line-height: 42px;
}

.retrieve .text_inpt .input {
    vertical-align: top;
    display: inline-block;
    margin-bottom: 18px;
    line-height: 55px;
}

.retrieve .text_inpt .input .na {
    width: 100px;
    text-align: right;
}

.retrieve .text_inpt .input input {
    display: inline-block;
    width: 460px;
    height: 55px;
    line-height: 53px;
    border: 1px solid #dcdcdc;
    padding-left: 15px;
}

.retrieve .text_inpt .input .w2_input {
    width: 300px;
}

.retrieve .text_inpt .input .mo_y {
    display: inline-block;
    line-height: 51px;
    font-size: 14px;
    color: #226baf;
    width: 130px;
    text-align: center;
    background: #e2ebf7;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid #66a0d6;
    margin-left: 30px;
}

.retrieve .text_inpt .btn {
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    font-size: 18px;
    background: #26b9f7;
    display: inline-block;
    width: 550px;
    border-radius: 5px;
    margin: 30px 0 50px 0;
}

.retrieve .text_inpt .r-text {
    width: 625px;
    text-align: left;
}

.retrieve .text_inpt .r-text .pho {
    color: #666666;
    font-size: 18px;
}

/*完善资料*/
.register_mo {
    width: 70%;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
}

.register_mo .h1 {
    font-size: 30px;
    line-height: 30px;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
}

.register_mo .text_inpt {
    padding: 40px 0;
    text-align: center; /**/
}

.register_mo .text_inpt .label { /*width: 40%;*/
    position: relative;
    display: inline-block;
    padding-right: 30px; /* margin: 30px 0;*/
}

.register_mo .text_inpt .label input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.register_mo .text_inpt .label input[type="radio"]:checked + label:before {
    border: 1px solid #ff3300;
    background: #ff3300;
}

.register_mo .text_inpt .label input[type="radio"]:checked + label:after {
    display: inline-block;
    color: #ffffff; /*  width: 10px;        height: 10px;*/ /* background: #dc0b10;*/
    content: "\e600";
    text-align: center;
    position: absolute;
    line-height: 12px;
    left: 5px;
    top: 50%;
    border-radius: 50%;
    margin-top: -4px;
}

.register_mo .text_inpt .label input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #e6e6e6;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.register_mo .text_inpt .label input[type="checkbox"]:checked + label:before {
    border: 1px solid #ff3300;
    background: #ff3300;
}

.register_mo .text_inpt .label input[type="checkbox"]:checked + label:after {
    display: inline-block;
    color: #ffffff; /*  width: 10px;        height: 10px;*/ /* background: #dc0b10;*/
    content: "\e600";
    text-align: center;
    position: absolute;
    line-height: 12px;
    left: 3px;
    top: 50%;
    border-radius: 50%;
    margin-top: -4px;
}

.register_mo .text_inpt .label label {
    font-size: 14px;
    margin-left: 30px;
    color: #000000;
    height: 42px;
    line-height: 42px;
}

.register_mo .text_inpt .input {
    vertical-align: top;
    display: inline-block;
    margin-bottom: 18px;
    line-height: 55px;
}

.register_mo .text_inpt .input .na {
    width: 100px;
    text-align: right;
}

.register_mo .text_inpt .input .input_nal {
    display: inline-block;
    width: 460px;
    height: 55px;
    line-height: 53px;
    border: 1px solid #dcdcdc;
    padding-left: 15px;
}

.register_mo .text_inpt .input .w2_input {
    width: 300px;
}

.register_mo .text_inpt .input .mo_y {
    display: inline-block;
    line-height: 51px;
    font-size: 14px;
    color: #226baf;
    width: 130px;
    text-align: center;
    background: #e2ebf7;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid #66a0d6;
    margin-left: 30px;
}

.register_mo .text_inpt .btn {
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    font-size: 18px;
    background: #26b9f7;
    display: inline-block;
    width: 350px;
    border-radius: 5px;
    margin: 30px 0 50px 0;
}

.register_mo .text_inpt .btn2 {
    text-align: center;
    line-height: 60px;
    color: #666666;
    font-size: 18px;
    background: #cccccc;
    display: inline-block;
    width: 350px;
    border-radius: 5px;
    margin: 30px 0 50px 0;
    margin-left: 10px;
}

.register_mo .text_inpt .r-text {
    width: 625px;
    text-align: left;
}

.register_mo .text_inpt .r-text .pho {
    color: #666666;
    font-size: 18px;
}

/*注册登录*/
.bg {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    z-index: 100000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
/*注册登录*/
.bg2 {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    z-index: 100000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.feedback_show{
    background: #fff;
    border-radius: 5px;
    position: fixed;
    left: 50%;
    top: 50%;
    overflow: auto;
    max-height: 95%;
    max-width: 95%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 100000;
    width: 540px;
    padding: 0 35px 35px;
}
.feedback_show textarea{
    padding: 15px;
    display: inline-block;
    width: 100%;
    height: 250px;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;

}
.feedback_show .h1 {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    font-size: 24px;
}

.feedback_show .btn {
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
    background: #26b9f7;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
}

.in_login {
    background: #fff;
    border-radius: 5px;
    position: fixed;
    left: 50%;
    top: 50%;
    overflow: auto;
    max-height: 95%;
    max-width: 95%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 100000;
    width: 540px;
    padding: 0 70px 70px;
}

.in_login .h1 {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    font-size: 30px;
}

.in_login .input {
    vertical-align: top;
    display: inline-block;
    margin-bottom: 18px;
    line-height: 55px;
    width: 100%;
}

.in_login .input input {
    display: inline-block;
    width: 100%;
    height: 55px;
    line-height: 53px;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    padding-left: 15px;
}

.in_login .input input::-webkit-input-placeholder {
    color: #cccccc;
    font-size: 16px;
}

.in_login .input input:-moz-placeholder {
    color: #cccccc;
    font-size: 16px;
}

.in_login .input input::-moz-placeholder {
    color: #cccccc;
    font-size: 16px;
}

.in_login .input input:-ms-input-placeholder {
    color: #cccccc;
    font-size: 16px;
}

.in_login .input .w2_input {
    width: 250px;
}

.in_login .input .mo_y {
    display: inline-block;
    line-height: 51px;
    font-size: 14px;
    color: #226baf;
    width: 130px;
    text-align: center;
    background: #e2ebf7;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid #66a0d6;
}

.in_login .btn {
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    font-size: 18px;
    background: #26b9f7;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
}

.in_login .o_te {
    font-size: 16px;
    line-height: 30px;
    padding: 8px 0;
}

.in_login .o_te .co_or {
    color: #ff6600;
}

.in_login .can_d {
    border-top: 1px solid #e9e9e9;
    font-size: 14px;
    color: #999999;
}

.in_login .can_d p {
    padding: 10px 0;
}

.in_login .can_d .q_l {
    width: 48%;
    line-height: 48px;
    text-align: center;
    background: #f2f2f2;
    font-size: 18px;
    border-radius: 5px;
    color: #000000;
}

.in_login .can_d .q_l img {
    margin-right: 15px;
}

.in_login .can_d .w_l {
    width: 48%;
    line-height: 50px;
    text-align: center;
    background: #f2f2f2;
    font-size: 18px;
    border-radius: 5px;
    color: #000000;
}

.in_login .can_d .w_l img {
    margin-right: 15px;
    width: 30px;
}

/*视频*/
.voide {
    padding-bottom: 30px;
}

.voide .til {
    padding-bottom: 30px;
    border-bottom: 1px solid #333333;
    padding-top: 45px;
}

.voide .til .h1 {
    font-size: 30px;
    color: #351b15;
    font-weight: normal;
}

.voide .til .more {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #68a5da;
    width: 100px;
    line-height: 30px;
}

.voide .til_cho .h1 {
    font-size: 30px;
    color: #351b15;
    font-weight: normal;
    padding: 30px 0 20px 0;
}

.voide .til_cho .cho_li {
    background: #ededed;
    border-radius: 8px;
    padding: 0 23px;
}

.voide .til_cho .cho_li .d_li {
    padding: 10px 0;
    line-height: 35px;
}

.voide .til_cho .cho_li .d_li:nth-child(n+2) {
    border-top: 1px solid #d3d3d3;
}

.voide .til_cho .cho_li .d_li .an {
    font-size: 16px;
    color: #351b15;
    min-width: 87px;
}

.voide .til_cho .cho_li .d_li .lte {
    max-width: calc(100% - 87px);
    font-size: 16px;
    color: #666666;
}

.voide .til_cho .cho_li .d_li .lte span {
    float: left;
    display: inline-block;
    padding: 0 13px;
    border-radius: 5px;
    cursor: pointer;
}

.voide .til_cho .cho_li .d_li .lte span.on {
    background: #982a1f;
    color: #fff;
}

.voide .til_cho .cho_li .d_li .lte span:nth-child(n+2) {
    margin-left: 20px;
}

.voide .vodi_ul {
    padding: 35px 0;
    width: 100%;
}

.voide .vodi_ul li {
    width: 19%;
    float: left;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #efefef;
    margin-right: 1.25%;
    margin-bottom: 25px;
}

.voide .vodi_ul li:nth-child(5n) {
    margin-right: 0;
}

.voide .vodi_ul li a {
    display: inline-block;
    width: 100%;
}

.voide .vodi_ul li .vo {
    vertical-align: top;
}

.voide .vodi_ul li video {
    width: 100%;
    vertical-align: top;
    height: 180px;
}

.voide .vodi_ul li p {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0;
    line-height: 35px;
    padding-left: 15px;
}

.voide .oimg {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.voide .vo_list {
    padding: 30px 0;
}

.voide .vo_list .l_list {
    width: 73%;
}

.voide .vo_list .r-con {
    width: 25%;
}

.voide .vo_list .r_list {
    border: 1px solid #efefef;
    padding: 0 10px;
    margin-bottom: 25px;
}

.voide .vo_list .r_list .h1_r {
    padding: 25px 0;
    font-size: 24px;
    font-weight: normal;
    position: relative;
}

.voide .vo_list .r_list .h1_r:after {
    content: '';
    position: absolute;
    right: 0;
    width: 50%;
    width: calc(100% - 104px);
    height: 11px;
    top: 50%;
    background: #cccccc;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.voide .vo_list .r_list .vod_r {
    margin: 0 20px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #efefef;
    margin-bottom: 25px;
}

.voide .vo_list .r_list .vod_r a {
    display: inline-block;
}

.voide .vo_list .r_list .vod_r .vo {
    vertical-align: top;
}

.voide .vo_list .r_list .vod_r video {
    width: 100%;
    vertical-align: top;
    height: 150px;
}

.voide .vo_list .r_list .vod_r p {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0;
    line-height: 35px;
    padding-left: 15px;
}

.voide .vo_list .r_list .list_2 a {
    display: inline-block;
    padding: 10px 0;
    font-size: 14px;
}

.voide .vo_list .r_list .list_2 a:nth-child(n+2) {
    border-top: 1px solid #e4e4e4;
}

.voide .vo_list .r_list .list_2 a:nth-child(2) .num {
    background: #ff9966;
}

.voide .vo_list .r_list .list_2 a:nth-child(3) .num {
    background: #ffcc66;
}

.voide .vo_list .r_list .list_2 a:nth-child(4) .num {
    background: #ffcc66;
}

.voide .vo_list .r_list .list_2 a:nth-child(n+5) .num {
    background: #cccccc;
    color: #282828;
}

.voide .vo_list .r_list .list_2 a .num {
    vertical-align: top;
    display: inline-block;
    width: 28px;
    line-height: 28px;
    background: #ff3300;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.voide .vo_list .r_list .list_2 a .img {
    margin: 0 15px;
    width: 74px;
    height: 40px;
    border-radius: 2px;
}

.voide .vo_list .r_list .list_2 a .te {
    width: 185px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.voide .vo_list .vodi_ul {
    padding: 0;
}

.voide .vo_list .vodi_ul li {
    width: 31.5%;
    margin-right: 2.75% !important;
}

.voide .vo_list .vodi_ul li:nth-child(3n) {
    margin-right: 0 !important;
}

.voide_abt {
    background: #FFF;
    padding: 25px;
}

.voide_abt .t_nwadr {
    padding-top: 0;
}

.voide_abt .r-con {
    width: 25%;
}

.voide_abt .r_list {
    border: 1px solid #efefef;
    padding: 0 10px;
    margin-bottom: 25px;
}

.voide_abt .r_list .h1_r {
    padding: 25px 0;
    font-size: 24px;
    font-weight: normal;
    position: relative;
}

.voide_abt .r_list .h1_r:after {
    content: '';
    position: absolute;
    right: 0;
    width: 50%;
    width: calc(100% - 104px);
    height: 11px;
    top: 50%;
    background: #cccccc;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.voide_abt .r_list .vod_r {
    margin: 0 20px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #efefef;
    margin-bottom: 25px;
}

.voide_abt .r_list .vod_r a {
    display: inline-block;
}

.voide_abt .r_list .vod_r .vo {
    vertical-align: top;
}

.voide_abt .r_list .vod_r video {
    width: 100%;
    vertical-align: top;
    height: 150px;
}

.voide_abt .r_list .vod_r p {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0;
    line-height: 35px;
    padding-left: 15px;
}

.voide_abt .r_list .list_2 a {
    display: inline-block;
    padding: 10px 0;
    font-size: 14px;
}

.voide_abt .r_list .list_2 a:nth-child(n+2) {
    border-top: 1px solid #e4e4e4;
}

.voide_abt .r_list .list_2 a:nth-child(2) .num {
    background: #ff9966;
}

.voide_abt .r_list .list_2 a:nth-child(3) .num {
    background: #ffcc66;
}

.voide_abt .r_list .list_2 a:nth-child(4) .num {
    background: #ffcc66;
}

.voide_abt .r_list .list_2 a:nth-child(n+5) .num {
    background: #cccccc;
    color: #282828;
}

.voide_abt .r_list .list_2 a .num {
    vertical-align: top;
    display: inline-block;
    width: 28px;
    line-height: 28px;
    background: #ff3300;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.voide_abt .r_list .list_2 a .img {
    margin: 0 15px;
    width: 74px;
    height: 40px;
    border-radius: 2px;
}

.voide_abt .r_list .list_2 a .te {
    width: 185px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.voide_abt .til_cho .h1 {
    font-size: 30px;
    color: #351b15;
    font-weight: normal;
    padding: 30px 0 20px 0;
}

.voide_abt .til_cho .cho_li {
    background: #ededed;
    border-radius: 8px;
    padding: 0 23px;
}

.voide_abt .til_cho .cho_li .d_li {
    padding: 10px 0;
    line-height: 35px;
}

.voide_abt .til_cho .cho_li .d_li:nth-child(n+2) {
    border-top: 1px solid #d3d3d3;
}

.voide_abt .til_cho .cho_li .d_li .an {
    font-size: 16px;
    color: #351b15;
    min-width: 87px;
}

.voide_abt .til_cho .cho_li .d_li .lte {
    max-width: calc(100% - 87px);
    font-size: 16px;
    color: #666666;
}

.voide_abt .til_cho .cho_li .d_li .lte span {
    float: left;
    display: inline-block;
    padding: 0 13px;
    border-radius: 5px;
    cursor: pointer;
}

.voide_abt .til_cho .cho_li .d_li .lte span.on {
    background: #982a1f;
    color: #fff;
}

.voide_abt .til_cho .cho_li .d_li .lte span:nth-child(n+2) {
    margin-left: 20px;
}

.voide_abt .l_list {
    width: 68%;
}

.voide_abt .video_top {
    text-align: center
}
.voide_abt .video_top video{    min-width: 80%;}
.voide_abt .video_top .te {
    padding: 15px 0;
    color: #666666;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
}

.voide_abt .video_top .te i {
    font-size: 48px;
    color: #cccccc;
    line-height: 45px;
    display: inline-block;
    vertical-align: top;
    height: 30px;
}

.voide_abt .video_top .te i:first-child {
    padding-right: 10px;
    text-indent: -15px;
}

/*评论*/
.a_comment {
    padding: 25px;
}

.a_comment .a_ch1 {
    color: #cccccc;
    font-size: 14px;
}

.a_comment .a_ch1 .ti {
    font-size: 24px;
    font-weight: normal;
    color: #282828;
    padding-right: 5px;
}

.a_comment .a_ch1 .nm {
    color: #0084ec;
}

.a_comment .us_pin {
    margin: 20px 0;
}

.a_comment .us_pin .img_user {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.a_comment .us_pin .pin_text {
    width: calc(100% - 60px);
    border: 1px solid #d3d3d3;
    padding: 5px;
    text-align: right;
}

.a_comment .us_pin .pin_text textarea {
    display: inline-block;
    width: 100%;
    height: 120px;
    padding: 0 10px;
    font-size: 14px;
    border-bottom: 1px solid #e4e4e4;
}

.a_comment .us_pin .pin_text textarea::-webkit-input-placeholder {
    color: #999999;
    font-size: 16px;
}

.a_comment .us_pin .pin_text textarea:-moz-placeholder {
    color: #999999;
    font-size: 16px;
}

.a_comment .us_pin .pin_text textarea::-moz-placeholder {
    color: #999999;
    font-size: 16px;
}

.a_comment .us_pin .pin_text textarea:-ms-input-placeholder {
    color: #999999;
    font-size: 16px;
}

.a_comment .us_pin .pin_text .pin_start {
    padding-top: 10px;
    padding-left: 5px;
    font-size: 14px;
}

.a_comment .us_pin .pin_text .btn {
    margin: 5px 0;
    display: inline-block;
    width: 88px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    background: #0084ec;
    font-size: 14px;
}

.a_comment .choo_til {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 0;
}
.choo_til  .con_list{width: 100%;float: unset;}

.a_comment .choo_til .con_list .li {
    font-size: 14px;
    cursor: pointer;
    color: #0084ec;
}

.a_comment .choo_til .con_list .li.active {
    font-size: 20px;
    color: #282828;
}

.a_comment .choo_til .con_list2 .li {
    font-size: 14px;
    cursor: pointer;
    color: #999999;
}

.a_comment .choo_til .con_list2 .li.active {
    color: #282828;
}

.a_comment .us_pin_a {
    padding: 20px 0;
}

.a_comment .us_pin_a:nth-child(n+2) {
    border-top: 1px solid #ededed;
    display: none;
}

.a_comment .us_pin_a .img_user {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.more_ad_show{
    display: block;
    margin: 0 auto;
    width: 140px;
    line-height: 40px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: #0084ec;
    font-size: 14px;
}
.a_comment .us_pin_a .pin_r {
    width: calc(100% - 60px);
}

.a_comment .us_pin_a .pin_r .name {
    font-size: 14px;
    color: #999999;
}

.a_comment .us_pin_a .pin_r .name .na {
    color: #0084ec;
    padding-right: 10px;
}

.a_comment .us_pin_a .pin_r .name .rating-stars-container {
    display: inline-block;
}

.a_comment .us_pin_a .pin_r .name .rating-stars-container .rating-star {
    display: inline-block;
    font-size: 16px;
    color: #ff9900;
    cursor: pointer;
    padding: 0px 3px;
}

.a_comment .us_pin_a .pin_r .te {
    font-size: 16px;
    padding: 10px 0;
    line-height: 24px;
}

.a_comment .us_pin_a .pin_r .te_2 {
    padding: 10px 14px;
    font-size: 16px;
    line-height: 30px;
    background: #f7f7f7;
    color: #4b4b4b;
}

.a_comment .us_pin_a .pin_r .te_2 .na {
    font-weight: bold;
}

.a_comment .us_pin_a .pin_r .te_2 .time {
    font-size: 14px;
    color: #adadad;
}

.a_comment .us_pin_a .pin_r .te_2 .mor_te {
    color: #adadad;
}

.a_comment .us_pin_a .pin_r .re_te i {
    color: #a3a3a3;
}

.a_comment .us_pin_a .pin_r .re_te p {
    font-size: 14px;
    color: #0084ec;
    padding: 20px 0;
    cursor: pointer;
}

.a_comment .us_pin_a .pin_r .re_te .int {
    border: 1px solid #d3d3d3;
    width: 100%;
    display: none;
}

.a_comment .us_pin_a .pin_r .re_te .int textarea{
    display: inline-block;
    vertical-align: top;
    resize: both;
    padding: 20px;
    height: 75px;
    min-height: 75px;
    line-height: 25px;
    width: calc(100% - 90px);
}


.a_comment .us_pin_a .pin_r .re_te .int textarea::-webkit-input-placeholder {
    color: #999999;
    font-size: 16px;
}

.a_comment .us_pin_a .pin_r .re_te .int textarea:-moz-placeholder {
    color: #999999;
    font-size: 16px;
}

.a_comment .us_pin_a .pin_r .re_te .int textarea::-moz-placeholder {
    color: #999999;
    font-size: 16px;
}

.a_comment .us_pin_a .pin_r .re_te .int textarea:-ms-input-placeholder {
    color: #999999;
    font-size: 16px;
}

.a_comment .us_pin_a .pin_r .re_te .int input {
    display: inline-block;
    padding: 20px;
    height: 75px;
    width: calc(100% - 90px);
}

.a_comment .us_pin_a .pin_r .re_te .int input::-webkit-input-placeholder {
    color: #999999;
    font-size: 16px;
}

.a_comment .us_pin_a .pin_r .re_te .int input:-moz-placeholder {
    color: #999999;
    font-size: 16px;
}

.a_comment .us_pin_a .pin_r .re_te .int input::-moz-placeholder {
    color: #999999;
    font-size: 16px;
}

.a_comment .us_pin_a .pin_r .re_te .int input:-ms-input-placeholder {
    color: #999999;
    font-size: 16px;
}

.a_comment .us_pin_a .pin_r .re_te .int .re_btn {
    width: 80px;
    text-align: center;
    background: #0084ec;
    font-size: 16px;
    color: #fff;
    line-height: 75px;
    cursor: pointer;
}

/*星*/
.rating-stars {
    padding-left: 10px;
    display: inline-block;
    text-align: center;
}

.rating-stars .rating-stars-container {
    font-size: 0px;
}

.rating-stars .rating-stars-container .rating-star {
    display: inline-block;
    font-size: 16px;
    color: #cccccc;
    cursor: pointer;
    padding: 0px 3px;
}

.rating-stars .rating-stars-container .rating-star.is--active, .rating-stars .rating-stars-container .rating-star.is--hover {
    color: #ff9900;
}

.rating-stars .rating-stars-container .rating-star.is--no-hover {
    color: #cccccc;
}

/*文创频道*/
.c_amebe {
    padding: 20px; /*人物访谈*/
}

.c_amebe .t_swi .l_swi {
    width: 64.28%;
}

.c_amebe .t_swi .l_swi .swiper-in_c1 {
    position: relative;
    overflow: hidden;
}

.c_amebe .t_swi .l_swi .swiper-in_c1 .swiper-slide {
    position: relative;
}

.c_amebe .t_swi .l_swi .swiper-in_c1 .swiper-slide .text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, 0 0, 0 60%, from(rgba(0, 0, 0, 0)), to(#000000)); /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000); */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=rgba(0, 0, 0, 0), endColorstr=#000000);
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    padding: 30px 10px 15px 10px;
}

.c_amebe .t_swi .l_swi .swiper-in_c1 .swiper-slide .text p {
    width: 80%;
}

.c_amebe .t_swi .l_swi .swiper-in_c1 .swiper-button-prev {
    background-color: #282828;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    right: 60px;
    left: auto;
    bottom: 10px;
    top: auto;
    margin: 0;
    background-size: 10px auto;
}

.c_amebe .t_swi .l_swi .swiper-in_c1 .swiper-button-prev:hover {
    background-color: #68a5da;
}

.c_amebe .t_swi .l_swi .swiper-in_c1 .swiper-button-next {
    background-color: #282828;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    right: 10px;
    left: auto;
    bottom: 10px;
    top: auto;
    margin: 0;
    background-size: 10px auto;
}

.c_amebe .t_swi .l_swi .swiper-in_c1 .swiper-button-next:hover {
    background-color: #68a5da;
}

.c_amebe .t_swi .l_swi .in_cg {
    margin-top: 22px;
    height: 120px; /* background: #0084ec;         color: #ffffff;*/
}

.c_amebe .t_swi .l_swi .in_cg img {
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.c_amebe .t_swi .l_oimg {
    width: 35.358%;
}

.c_amebe .t_swi .l_oimg .t_img {
    position: relative;
    overflow: hidden;
}

.c_amebe .t_swi .l_oimg .t_img:nth-child(1) {
    margin-bottom: 7px;
}

.c_amebe .t_swi .l_oimg .t_img img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
	    height: 260px;
    width: 100%;
object-fit:cover;
object-position: center center;
}

.c_amebe .t_swi .l_oimg .t_img:hover img {
    transform: scale(1.06);
}

.c_amebe .t_swi .l_oimg .t_img .text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, 0 0, 0 60%, from(rgba(0, 0, 0, 0)), to(#000000)); /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000); */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=rgba(0, 0, 0, 0), endColorstr=#000000);
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding: 20px 10px 10px 10px;
}

.c_amebe .t_swi .l_oimg .in_cg {
    margin-top: 22px;
    height: 120px;
    line-height: 120px;
}

.c_amebe .t_swi .l_oimg .in_cg img {
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.c_amebe .wc_ul li {
    display: inline-block;
    width: 24%;
    margin-right: 1.33%;
    position: relative;
    overflow: hidden;
}

.c_amebe .wc_ul li:nth-child(4n) {
    margin-right: 0;
}

.c_amebe .wc_ul li .img {
    text-align: center
}

.c_amebe .wc_ul li img {
    height: auto !important;
    width: auto !important;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.c_amebe .wc_ul li:hover img {
    transform: scale(1.06);
}

.c_amebe .wc_ul li .text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, 0 0, 0 60%, from(rgba(0, 0, 0, 0)), to(#000000)); /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000); */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=rgba(0, 0, 0, 0), endColorstr=#000000);
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding: 20px 10px 10px 10px;
}

.c_amebe .wc_list .l_list {
    width: 50%;
    padding-right: 20px;
}

.c_amebe .wc_list .l_list .img {
    width: 250px;
}
.c_amebe .wc_list .l_list .img img{height: auto!important;}

.c_amebe .wc_list .l_list .text {
    width: calc(100% - 280px);
}

.c_amebe .wc_list .l_list .text .h2 {
    max-height: 60px;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
}

.c_amebe .wc_list .l_list .text .te {
    color: #666666;
    font-size: 15px;
    line-height: 24px;
    margin: 5px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.c_amebe .wc_list .l_list .text .time {
    font-size: 15px;
    color: #999999;
}

.c_amebe .wc_list .l_list .top_li {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.c_amebe .wc_list .l_list .te-li {
    padding-top: 25px;
}

.c_amebe .wc_list .l_list .te-li a {
    display: inline-block;
    width: 100%;
    line-height: 35px;
}

.c_amebe .wc_list .l_list .te-li a .te {
    padding-left: 40px;
    font-size: 18px;
    position: relative;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c_amebe .wc_list .l_list .te-li a .te:after {
    content: '';
    position: absolute;
    left: 17.5px;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c4c4c4;
}

.c_amebe .wc_list .l_list .te-li a .time {
    font-size: 15px;
    color: #999999;
    float: right;
}

.c_amebe .wc_list .r_list {
    width: 50%;
}
.c_amebe .wc_list .r_list .r_img a{display: inline-block;width: 100%;height: 100%;}

.c_amebe .wc_list .r_list .r_img {
    width: 49%;
    width: calc(50% - 2.5px);
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
  /*  line-height: 420px;
    height: 420px;*/
    line-height: 240px;
    height: 240px;
    text-align: center;
}

.c_amebe .wc_list .r_list .r_img:nth-child(2n-1) {
    margin-right: 5px;
}

.c_amebe .wc_list .r_list .r_img img {
    height: auto !important;
    max-height: 100%;
    width: auto !important;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.c_amebe .wc_list .r_list .r_img:hover img {
    transform: scale(1.06);
}

.c_amebe .wc_list .r_list .r_img .te {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, 0 0, 0 60%, from(rgba(0, 0, 0, 0)), to(#000000)); /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000); */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=rgba(0, 0, 0, 0), endColorstr=#000000);
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 20px 10px 10px 10px;
}

.c_amebe .wc_list2 li {
    width: 23.215%;
    float: left;
    margin-right: 2.3%;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
}
.c_amebe .wc_list2 li a{display: inline-block;width: 100%;}
.c_amebe .wc_list2 li:after {
    content: '';
    position: absolute;
    left: -15px;
    top: 10%;
    height: 80%;
    width: 1px;
    background: #e4e4e4;
    display: none;
}

.c_amebe .wc_list2 li:nth-child(4n) {
    margin-right: 0%;
}

.c_amebe .wc_list2 li:nth-child(n+2):after {
    display: block;
}

.c_amebe .wc_list2 li:nth-child(5n):after {
    display: none;
}

.c_amebe .wc_list2 li:nth-child(n+5) {
    border-bottom: none;
}

.c_amebe .wc_list2 li .li-top {
    background: #e4e4e4;
    padding: 8px 15px;
}

.c_amebe .wc_list2 li .li-top .im {
    display: inline-block;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    overflow: hidden;
}

.c_amebe .wc_list2 li .li-top .text {
    width: calc(100% - 102px);
    padding-left: 15px;
    padding-top: 10px;
}

.c_amebe .wc_list2 li .li-top .text .h1 {
    font-size: 20px;
    font-weight: bold;
}

.c_amebe .wc_list2 li .li-top .text .te {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.c_amebe .wc_list2 li .text_b {
    padding-top: 26px;
}

.c_amebe .wc_list2 li .text_b .h2 {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.c_amebe .wc_list2 li .text_b .te {
    text-align: justify;
    font-size: 15px;
    color: #666666;
    line-height: 25px;
    padding-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.c_amebe .wc_list2 li .text_b .time {
    font-size: 15px;
    line-height: 30px;
    color: #999999;
}

.c_amebe_list {
    background: #ffffff;
    padding-top: 60px;
}

.c_amebe_list .l_list {
    width: 75%;
    padding: 0 15px;
}

.c_amebe_list .l_list .l_list_ul li {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.c_amebe_list .l_list .l_list_ul li:nth-child(n+2) {
    padding-top: 15px;
}

.c_amebe_list .l_list .l_list_ul li .img {
    width: 250px;
    overflow: hidden;
    border-radius: 5px;
    max-height: 167px;
    line-height: 167px;
    text-align: center;
}

.c_amebe_list .l_list .l_list_ul li .img img {
    max-height: 167px;
    width: auto !important;
    height: auto !important;
}

.c_amebe_list .l_list .l_list_ul li .text {
    width: calc(100% - 265px);
}

.c_amebe_list .l_list .l_list_ul li .text .h2 {
    max-height: 60px;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
}

.c_amebe_list .l_list .l_list_ul li .text .te {
    color: #666666;
    font-size: 15px;
    line-height: 24px;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.c_amebe_list .l_list .l_list_ul li .text .time {
    font-size: 15px;
    color: #999999;
}

.c_amebe_list .l_list .l_list_ul2 li {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.c_amebe_list .l_list .l_list_ul2 li:nth-child(n+2) {
    padding-top: 15px;
}

.c_amebe_list .l_list .l_list_ul2 li .img {
    width: 260px;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
}
.c_amebe_list .l_list .l_list_ul2 li .img img{width: auto!important;}
.c_amebe_list .l_list .l_list_ul2 li .im_na {
    width: 100px;
    font-size: 18px;
    text-align: center;
}

.c_amebe_list .l_list .l_list_ul2 li .im_na img {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    overflow: hidden;
}

.c_amebe_list .l_list .l_list_ul2 li .im_na p {
    padding: 20px 0;
}

.c_amebe_list .l_list .l_list_ul2 li .text {
    width: calc(100% - 360px);
    padding: 0 20px;
}

.c_amebe_list .l_list .l_list_ul2 li .text .h2 {
    max-height: 60px;
    font-size: 23px;
    font-weight: normal;
    line-height: 30px;
    height: 60px;
}

.c_amebe_list .l_list .l_list_ul2 li .text .te {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.c_amebe_list .l_list .l_list_ul2 li .text .time {
    font-size: 15px;
    color: #999999;
}

.c_amebe_list .l_list .l_list_ul2 li .text .Ote {
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
}

.c_amebe_list .l_list .l_list_ul3 li {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.c_amebe_list .l_list .l_list_ul3 li a{width:100%;}
.c_amebe_list .l_list .l_list_ul3 li:nth-child(n+2) {
    padding-top: 15px;
}

.c_amebe_list .l_list .l_list_ul3 li .img {
    width: 260px;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
}

.c_amebe_list .l_list .l_list_ul3 li .img img {
    width: auto !important;
    height: auto !important;
    max-height: 170px;
}

.c_amebe_list .l_list .l_list_ul3 li .im_na {
    width: 100px;
    font-size: 18px;
    text-align: center;
}

.c_amebe_list .l_list .l_list_ul3 li .im_na img {
    width: 94px;
    height: 94px;
    object-fit:cover;
    object-position: center center;

    border-radius: 50%;
    overflow: hidden;
}

.c_amebe_list .l_list .l_list_ul3 li .im_na p {
    padding: 20px 0;
}

.c_amebe_list .l_list .l_list_ul3 li .text {
    width: calc(100% - 360px);
    padding: 0 20px;
}

.c_amebe_list .l_list .l_list_ul3 li .text .h2 {
    max-height: 60px;
    font-size: 23px;
    font-weight: normal;
    line-height: 30px;
    height: 60px;
}

.c_amebe_list .l_list .l_list_ul3 li .text .te {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    height: 120px;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.c_amebe_list .l_list .l_list_ul3 li .text .time {
    font-size: 15px;
    color: #999999;
}

.c_amebe_list .l_list .l_list_ul3 li .text .more {
    font-size: 14px;
    color: #a07b32;
    margin-top: 20px;
}

.c_amebe_list .l_list .l_list_b li {
    border: 1px solid #e3e3e3;
    line-height: 35px;
    vertical-align: top;
    width: 100%;
    margin-bottom: 5px;
}

.c_amebe_list .l_list .l_list_b li:hover {
    background: #efefef;
}

.c_amebe_list .l_list .l_list_b li a {
    width: 100%;
    padding: 20px 15px;
}

.c_amebe_list .l_list .l_list_b li .te {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    padding-left: 15px;
    width: 70%;
    line-height: 36px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c_amebe_list .l_list .l_list_b li .te:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #282828;
}

.c_amebe_list .l_list .l_list_b li .time {
    font-size: 16px;
    display: inline-block;
    color: #999999;
}

.c_amebe_list .r-con {
    width: 25%;
}

.c_amebe_list .r-con .h1_r {
    padding: 25px 0;
    font-size: 24px;
    font-weight: normal;
    position: relative;
}

.c_amebe_list .r-con .h1_r:after {
    content: '';
    position: absolute;
    right: 0;
    width: 50%;
    width: calc(100% - 104px);
    height: 11px;
    top: 50%;
    background: #cccccc;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.c_amebe_list .r-con .r_list {
    border: 1px solid #efefef;
    padding: 0 10px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.c_amebe_list .r-con .r_list:first-child {
    margin-top: 0;
}

.c_amebe_list .r-con .r_list .h1_r {
    padding: 25px 0;
    font-size: 24px;
    font-weight: normal;
    position: relative;
}

.c_amebe_list .r-con .r_list .h1_r:after {
    content: '';
    position: absolute;
    right: 0;
    width: 50%;
    width: calc(100% - 104px);
    height: 11px;
    top: 50%;
    background: #bef0d9;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.c_amebe_list .r-con .r_list .list_2 a {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
}

.c_amebe_list .r-con .r_list .list_2 a:nth-child(n+2) {
    border-top: 1px dashed #f2f2f2;
}

.c_amebe_list .r-con .r_list .list_2 a .img {
    margin-right: 15px;
    width: 90px;
    height: 60px;
    overflow: hidden;
    border-radius: 2px;
    text-align: center;
}

.c_amebe_list .r-con .r_list .list_2 a .img img {
    width: auto !important;
    height: auto !important;
    max-height: 100%;
}

.c_amebe_list .r-con .r_list .list_2 a .te {
    width: 185px;
    width: calc(100% - 110px);
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c_amebe_list .r-con .r_list .list_per2 {
    text-align: center;
}

.c_amebe_list .r-con .r_list .list_per2 a {
    display: inline-block;
    width: 280px;
    margin: 10px 0;
    font-size: 14px;
    border: 1px dashed #e9e9e9;
}

.c_amebe_list .r-con .r_list .list_per2 a .img {
    width: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 180px;
}

.c_amebe_list .r-con .r_list .list_per2 a .img img {
    width: auto !important;
}

.c_amebe_list .r-con .r_list .list_per2 a .te {
    padding-left: 20px;
    width: 100%;
    text-align: left;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c_amebe_list .r-con .r_list .list_per3 {
    text-align: center;
}

.c_amebe_list .r-con .r_list .list_per3 a {
    display: inline-block;
    width: 280px;
    margin: 10px 0;
    font-size: 14px;
    border-bottom: 1px dashed #e9e9e9;
}

.c_amebe_list .r-con .r_list .list_per3 a .img {
    width: 100%;
    text-align: center;
    height: 180px;
    overflow: hidden;
}

.c_amebe_list .r-con .r_list .list_per3 a .img img {
    width: auto !important;
    height: auto !important;
    max-height: 100%;
}

.c_amebe_list .r-con .r_list .list_per3 a .te {
    padding-left: 20px;
    width: 100%;
    text-align: left;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c_amebe_list .r-con .r_list .list_per a {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
}

.c_amebe_list .r-con .r_list .list_per a:nth-child(n+2) {
    border-top: 1px dashed #f2f2f2;
}

.c_amebe_list .r-con .r_list .list_per a .img {
    margin-right: 15px;
    width: 90px;
    height: 65px;
    overflow: hidden;
    border-radius: 2px;
    text-align: center;
}

.c_amebe_list .r-con .r_list .list_per a .img img {
    width: 65px !important;
    height: 65px !important;
    border-radius: 50%;
    overflow: hidden;
}

.c_amebe_list .r-con .r_list .list_per a .te {
    width: 185px;
    width: calc(100% - 110px);
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*当前位置*/
.n_adr {
    font-size: 16px;
    padding: 30px 0;
}

/*详情*/
.c_abots {
    background: #ffffff;
    padding: 0 25px;
}

.c_abots .abt_h1 {
    font-size: 30px;
    font-weight: normal;
}

.c_abots .time {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}

.c_abots .c_abots_l {
    width: 70%;
    padding-top: 30px;
}

.c_abots .c_abots_l .text {
    border-top: 1px solid #e9e9e9;
    margin-top: 15px;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 15px;
    min-height: 500px;
}

.c_abots .c_abots_l .text img {
    width: auto !important;
    height: auto !important;
}

.c_abots .c_abots_l .text .h1 {
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0;
    color: #282828;
}

.c_abots .c_abots_l .text .te {
    text-align: justify;
}

.c_abots .c_abots_r {
    width: 27%;
}

.c_abots .c_abots_r .t_im {
    border: 1px solid #e7e7e7;
    background: #f0f0f0;
    padding: 15px;
}

.c_abots .c_abots_r .t_im img {
    width: 100% !important;
    height: auto !important;
}

.c_abots .c_abots_r .t_im .h2 {
    font-size: 21px;
    font-weight: bold;
    padding: 15px 0;
}

.c_abots .c_abots_r .t_im .te {
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    padding-bottom: 10px;
}

.c_abots .c_abots_r .t_text {
    border: 1px solid #e7e7e7;
    margin-top: 15px;
    margin-bottom: 15px;
}

.c_abots .c_abots_r .t_text .til {
    background: #5ec2c1;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
}

.c_abots .c_abots_r .t_text .text {
    padding: 15px 15px;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

.abouts_q {
    padding: 0 30px 20px 30px;
    background: #fff;
}

.abouts_q .h1_t {
    font-size: 30px;
    text-align: center;
}

.abouts_q .time {
    font-size: 14px;
    color: #999999;
    text-align: center;
}

.abouts_q .t_l {
    margin: 20px 0;
    padding: 15px;
    background: url("../images/iimg20.jpg");
    background-size: cover;
    background-position: right bottom;
    -moz-background-size: cover;
    background-repeat: no-repeat;

}

.abouts_q .t_l .img {
    width: 68%;
    text-align: center;
}
.abouts_q .t_l .img img{
    width: auto!important;
    height: auto!important;
    max-height: 419px;
}

.abouts_q .t_l .text {
    width: 30%;
    padding: 30px;
}

.abouts_q .t_l .text p {
    padding-top: 30px;
    width: 100%;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.abouts_q .t_l .text p span {
    font-size: 21px;
    font-weight: bold;
    color: #282828;
}

.abouts_q .til_w {
    margin: 20px;
    text-align: center;
    background: #e4eded;
    line-height: 65px;
    font-size: 21px;
    font-weight: bold;
}

.abouts_q .ul_te {
    color: #666666;
    padding: 0 40px;
    line-height: 32px;
}

.abouts_q .ul_te .p_li {
    padding: 14px 0;
}

.abouts_q .ul_te .p_li:nth-child(n+2) {
    border-top: 1px solid #e7e7e7;
}

.abouts_q .ul_te .tim {
    font-size: 16px;
    font-weight: bold;
    background: url("../images/nobg.png");
    background-repeat: no-repeat;
    width: 107px;
    line-height: 32px;
    background-size: auto 100%;
    text-align: center;
}

.abouts_q .ul_te .te {
    padding: 30px 0;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
}

/*内页标题1*/
.c_comh1 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.c_comh1 .h1 {
    font-size: 24px;
    position: relative;
    font-weight: normal;
    line-height: 27px;
    padding-left: 27px;
}

.c_comh1 .h1:after {
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    border-radius: 6px;
    background: #4dcabd;
    top: 0;
    height: 100%;
}

.c_comh1 .h1_more {
    display: inline-block;
    font-size: 14px;
    color: #282828;
    line-height: 27px;
}

.c_comh2 {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 45px;
    text-align: center;
    position: relative;
}

.c_comh2:after {
    content: '';
    position: absolute;
    left: 0;
    width: 40%;
    width: calc(50% - 116px);
    height: 1px;
    border-radius: 6px;
    background: #4dcabd;
    top: 50%;
}

.c_comh2:before {
    content: '';
    position: absolute;
    right: 0;
    width: 40%;
    width: calc(50% - 116px);
    height: 1px;
    border-radius: 6px;
    background: #4dcabd;
    top: 50%;
}

.c_comh2 .h1 {
    display: inline-block;
    font-size: 24px;
    position: relative;
    font-weight: normal;
    line-height: 27px;
    width: 212px;
}

.c_comh2 .h1:after {
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    border-radius: 6px;
    background: #4dcabd;
    top: 0;
    height: 100%;
}

.c_comh2 .h1:before {
    content: '';
    position: absolute;
    right: 0;
    width: 6px;
    border-radius: 6px;
    background: #4dcabd;
    top: 0;
    height: 100%;
}

/*相关推荐*/
.o_tui .o_tui_h1 {
    font-size: 24px;
    font-weight: normal;
    padding: 30px 0;
}

.o_tui .t-ul {
    width: 100%;
}

.o_tui .t-ul .t-li {
    width: 24%;
    margin-right: 1.33%;
    position: relative;
}

.o_tui .t-ul .t-li:nth-child(4n) {
    margin-right: 0;
}

.o_tui .t-ul .t-li .img {
    border-radius: 5px;
    overflow: hidden;
    line-height: 150px;
    height: 150px;
    text-align: center;
}

.o_tui .t-ul .t-li .img img {
    width: auto !important;
    height: auto !important;
    max-height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.o_tui .t-ul .t-li:hover img {
    transform: scale(1.06);
}

.o_tui .t-ul .t-li .te {
    margin: 5px 0;
    height: 48px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*广告*/
.gg_r {
    width: 100%;
    max-height: 270px; /*line-height: 270px;*/
    overflow: hidden;
    text-align: center; /*background: #0084ec;*/
    color: #ffffff;
    font-size: 20px;
}

.gg_r img {
    width: auto !important;
    height: auto !important;
    max-height: 270px;
}

.gg_li2 {
    width: 100%;
}

.gg_li2 .li {
    width: 48%;
    height: 130px;
    line-height: 130px;
    text-align: center;
}
.gg_li2 .li img{
    max-height: 100%;
    width: auto!important;
    height: auto!important;
}

.gg_li1 {
    width: 100%;
    text-align: center;
    //background: #0084ec;
    color: #fff;
    line-height: 110px;
    font-size: 20px;
}
.gg_li1 a{display: inline-block;
     width: 100%;
}
.gg_li1 a img{
       height: auto !important;
    width: auto !important;
}

.gg_lir_l {
    padding: 10px 0;
    width: 100%; /*text-align: center;*/
}

.gg_lir_l .l_im {
    width: 74%;
}

.gg_lir_l .r_im {
    width: 25.5%;
}

.gg_lir_l .l_im img {
    height: auto !important;
    width: auto !important;
}

.gg_a {
    padding: 10px 0;
    width: 100%;
}

.gg_a img {
    width: 100%;
}

/*文旅*/
.c_amece {
    padding: 20px;
}

.c_amece .c_comh1 { /*padding-top: 0;*/
}

.c_amece .c_comh1 .h1 {
    padding-left: 18px;
}

.c_amece .c_comh1 .h1:after {
    background: #5796cc;
}

.c_amece .t_swi .l_swi {
    width: 64.28%;
    text-align: center;
}

.c_amece .t_swi .l_swi .swiper-in_c1 {
    position: relative;
    overflow: hidden;
}

.c_amece .t_swi .l_swi .swiper-in_c1 .swiper-slide {
    position: relative;
}

.c_amece .t_swi .l_swi .swiper-in_c1 .swiper-slide .text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, 0 0, 0 60%, from(rgba(0, 0, 0, 0)), to(#000000)); /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000); */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=rgba(0, 0, 0, 0), endColorstr=#000000);
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    padding: 30px 10px 15px 10px;
}

.c_amece .t_swi .l_swi .swiper-in_c1 .swiper-slide .text p {
    width: 80%;
}

.c_amece .t_swi .l_swi .swiper-in_c1 .swiper-button-prev {
    background-color: #282828;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    right: 60px;
    left: auto;
    bottom: 10px;
    top: auto;
    margin: 0;
    background-size: 10px auto;
}

.c_amece .t_swi .l_swi .swiper-in_c1 .swiper-button-prev:hover {
    background-color: #68a5da;
}

.c_amece .t_swi .l_swi .swiper-in_c1 .swiper-button-next {
    background-color: #282828;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    right: 10px;
    left: auto;
    bottom: 10px;
    top: auto;
    margin: 0;
    background-size: 10px auto;
}

.c_amece .t_swi .l_swi .swiper-in_c1 .swiper-button-next:hover {
    background-color: #68a5da;
}

#ip-right, #ip-left {
    display: none !important;
}

#ip-img-preview {
    max-width: unset;
}

.c_amece .t_swi .l_swi .in_cg {
    margin-top: 22px;
    line-height: 120px;
    text-align: center; /* background: #0084ec;         color: #ffffff;*/
}

.c_amece .t_swi .l_swi .in_cg img {
    height: auto !important;
    width: auto !important;
    max-height: 120px;
}

.c_amece .t_swi .l_oimg {
    width: 35.358%;
    padding-left: 35px;
}

.c_amece .t_swi .l_oimg .c_comh1 {
    padding-top: 0;
}

.c_amece .t_swi .l_oimg .c_comh1 .h1 {
    color: #d10007;
    padding-left: 18px;
}

.c_amece .t_swi .l_oimg .c_comh1 .h1:after {
    background: #282828;
}

.c_amece .t_swi .l_oimg .t_img {
    position: relative;
    overflow: hidden;
}

.c_amece .t_swi .l_oimg .t_img:nth-child(1) {
    margin-bottom: 7px;
}

.c_amece .t_swi .l_oimg .t_img img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.c_amece .t_swi .l_oimg .t_img:hover img {
    transform: scale(1.06);
}

.c_amece .t_swi .l_oimg .t_img .text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, 0 0, 0 60%, from(rgba(0, 0, 0, 0)), to(#000000)); /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000); */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=rgba(0, 0, 0, 0), endColorstr=#000000);
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding: 20px 10px 10px 10px;
}

.c_amece .t_swi .l_oimg .in_cg {
    margin-top: 22px;
    line-height: 120px;
}

.c_amece .t_swi .l_oimg .in_cg img {
    height: auto;
    max-height: 120px;
}

.c_amece .t_swi .l_oimg .te-li a {
    display: inline-block;
    width: 100%;
    line-height: 40px;
}

.c_amece .t_swi .l_oimg .te-li a .te {
    padding-left: 18px;
    font-size: 18px;
    position: relative;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c_amece .t_swi .l_oimg .te-li a .te:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c4c4c4;
}

.c_amece .wn_list .l_list {
    width: 70%;
    padding-right: 20px;
}

.c_amece .wn_list .l_list .img {
    width: 250px;
    line-height: 170px;
    text-align: center;
    height: 170px;
}
.c_amece .wn_list .l_list .img img{
    width: auto !important;
    height: auto !important;
    max-height: 100%;
}

.c_amece .wn_list .l_list .text {
    width: calc(100% - 280px);
}

.c_amece .wn_list .l_list .text .h2 {
    max-height: 60px;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
}

.c_amece .wn_list .l_list .text .te {
    color: #666666;
    font-size: 15px;
    line-height: 24px;
    margin: 5px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.c_amece .wn_list .l_list .text .time {
    font-size: 15px;
    color: #999999;
}

.c_amece .wn_list .l_list .top_li {
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.c_amece .wn_list .l_list .te-li {
    padding-top: 25px;
}

.c_amece .wn_list .l_list .te-li a {
    display: inline-block;
    width: 100%;
    line-height: 35px;
}

.c_amece .wn_list .l_list .te-li a .te {
    padding-left: 40px;
    font-size: 18px;
    position: relative;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c_amece .wn_list .l_list .te-li a .te:after {
    content: '';
    position: absolute;
    left: 17.5px;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c4c4c4;
}

.c_amece .wn_list .l_list .te-li a .time {
    font-size: 15px;
    color: #999999;
    float: right;
}

.c_amece .wn_list .r_list {
    width: 29%;
}

.c_amece .wn_list .r_list .r_img {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.c_amece .wn_list .r_list .r_img:nth-child(2n-1) {
    margin-right: 5px;
}

.c_amece .wn_list .r_list .r_img img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    height: auto !important;
    width: 100% !important
}

.c_amece .wn_list .r_list .r_img:hover img {
    transform: scale(1.06);
}

.c_amece .wn_list .r_list .r_img .te {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, 0 0, 0 60%, from(rgba(0, 0, 0, 0)), to(#000000)); /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000); */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=rgba(0, 0, 0, 0), endColorstr=#000000);
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 20px 10px 10px 10px;
}

.c_amece .wc_list_per {
    margin-bottom: 40px;
}

.c_amece .wc_list_per .lsit {
    width: 72.5%;
    padding-right: 30px;
    border-right: 1px solid #f2f2f2;
}

.c_amece .wc_list_per .lsit li {
    padding: 15px 0;
}

.c_amece .wc_list_per .lsit li:nth-child(n+2) {
    border-top: 1px solid #f2f2f2;
}

.c_amece .wc_list_per .lsit li .im_user {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    overflow: hidden;
}
.c_amece .wc_list_per .lsit li .im_user img{
    width: 100%!important;
    height: 100%!important;
    object-fit:cover;
    object-position: center center;
}

.c_amece .wc_list_per .lsit li .t_na {
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c_amece .wc_list_per .lsit li .text {
    width: 610px;
    width: calc(100% - 365px);
    padding: 0 60px 0 30px;
}

.c_amece .wc_list_per .lsit li .text .h1 {
    font-size: 20px;
    font-weight: normal;
}

.c_amece .wc_list_per .lsit li .text .te {
    color: #666666;
    font-size: 15px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
    margin: 20px 0;
}

.c_amece .wc_list_per .lsit li .text .time {
    font-size: 15px;
    color: #999999;
}

.c_amece .wc_list_per .lsit li .img {
    width: 260px;
    overflow: hidden;
}

.c_amece .wc_list_per .lsit li .img img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.c_amece .wc_list_per .lsit li:hover img {
    transform: scale(1.06);
}

.c_amece .wc_list_per .rlist {
    width: 27.5%;
    padding-left: 20px;
}

.c_amece .wc_list_per .rlist .t_li .li_t {
    margin-right: 30px;
    margin-bottom: 10px;
}

.c_amece .wc_list_per .rlist .t_li .li_t:nth-child(3n) {
    margin-right: 0;
}

.c_amece .wc_list_per .rlist .t_li .im_user {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.c_amece .wc_list_per .rlist .t_li .im_user img {
    object-fit: cover;
    object-position: center center;
}

.c_amece .wc_list_per .rlist .t_li .t_na {
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c_amece .wc_list2 li {
    width: 23.215%;
    float: left;
    margin-right: 2.3%;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
}

.c_amece .wc_list2 li:after {
    content: '';
    position: absolute;
    left: -15px;
    top: 10%;
    height: 80%;
    width: 1px;
    background: #e4e4e4;
    display: none;
}

.c_amece .wc_list2 li:nth-child(4n) {
    margin-right: 0%;
}

.c_amece .wc_list2 li:nth-child(n+2):after {
    display: block;
}

.c_amece .wc_list2 li:nth-child(5n):after {
    display: none;
}

.c_amece .wc_list2 li:nth-child(n+5) {
    border-bottom: none;
}

.c_amece .wc_list2 li .li-top {
    background: #e4e4e4;
    padding: 8px 15px;
}

.c_amece .wc_list2 li .li-top .im {
    display: inline-block;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    overflow: hidden;
}

.c_amece .wc_list2 li .li-top .text {
    width: calc(100% - 102px);
    padding-left: 15px;
    padding-top: 10px;
}

.c_amece .wc_list2 li .li-top .text .h1 {
    font-size: 20px;
    font-weight: bold;
}

.c_amece .wc_list2 li .li-top .text .te {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.c_amece .wc_list2 li .text_b {
    padding-top: 26px;
}

.c_amece .wc_list2 li .text_b .h2 {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.c_amece .wc_list2 li .text_b .te {
    text-align: justify;
    font-size: 15px;
    color: #666666;
    line-height: 25px;
    padding-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.c_amece .wc_list2 li .text_b .time {
    font-size: 15px;
    line-height: 30px;
    color: #999999;
}

/*非遗*/
.c_amefy {
    background: #ececec;
}

.c_amefy .c_comh1 .h1 {
    padding: 0 50px;
}

.c_amefy .c_comh1 .h1:after {
    content: '';
    position: absolute;
    left: 0;
    width: 36px;
    height: 52px;
    top: 50%;
    margin-top: -31px;
    background: url("../images/nologo5.png");
}

.c_amefy .c_comh1 .h1:before {
    content: '';
    position: absolute;
    right: 0;
    width: 36px;
    height: 52px;
    top: 50%;
    margin-top: -31px;
    background: url("../images/nologo4.png");
}

.c_amefy .fy_ul {
    margin-bottom: 20px;
}

.c_amefy .fy_ul li {
    background: #ffffff;
    display: inline-block;
    width: 24%;
    margin-right: 1.33%;
    position: relative;
    overflow: hidden;
}
.c_amefy .fy_ul li a{
    display: inline-block;
    width: 100%;
}

.c_amefy .fy_ul li:nth-child(4n) {
    margin-right: 0;
}

.c_amefy .fy_ul li .img {
    overflow: hidden;
    text-align: center;
    max-height: 188px;
    line-height: 188px;
}

.c_amefy .fy_ul li img {
    height: auto !important;
    max-height: 100%;
    width: auto !important;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.c_amefy .fy_ul li:hover img {
    transform: scale(1.06);
}

.c_amefy .fy_ul li .text {
    padding: 5px 10px;
}

.c_amefy .fy_ul li .text .h1 {
    font-size: 16px;
    font-weight: bold;
}

.c_amefy .fy_ul li .text .te {
    font-size: 14px;
    color: #787474;
}

.fy_til {
    background: #efefef;
    border: 1px solid #e2e2e2;
    line-height: 42px;
    margin-bottom: 30px;
}

.fy_til a, .fy_til span {
    padding: 0 12px;
    float: left;
}

.fy_til a {
    color: #666666;
}

.fy_til a:hover, .fy_til a.active {
    color: #ca0009;
    background: #ffffff;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}

.fy_til2 {
    line-height: 35px;
    margin-bottom: 20px;
}

.fy_til2 a {
    padding: 0 22px;
    color: #666666;
    border: 1px solid #b29999;
    border-radius: 5px;
    margin-right: 15px;
}

.fy_til2 a:hover, .fy_til2 a.active {
    color: #fff;
    background: #663333;
    border: 1px solid #663333;
}

.fy_til3 {
    line-height: 35px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 10px;
}

.fy_til3 a {
    padding: 0 22px;
    color: #666666;
    border: 1px solid #b29999;
    border-radius: 5px;
    margin-right: 15px;
}

.fy_til3 a:hover, .fy_til3 a.active {
    color: #fff;
    background: #b97fc8;
    border: 1px solid #b97fc8;
}

.bg_t_fy .til_w {
    background: #dbcfd0;
}

/*画派*/
.c_amehp {
    padding: 20px;
}

.c_amehp .c_comh1 { /*padding-top: 0;*/
}

.c_amehp .c_comh1 .h1 {
    padding-left: 18px;
}

.c_amehp .c_comh1 .h1:after {
    background: #5796cc;
}

.c_amehp .t_swi .l_swi {
    width: 66.55%;
}

.c_amehp .t_swi .l_swi .swi_w {
    width: 72%;
}

.c_amehp .t_swi .l_swi .swiper-in_c1 {
    position: relative;
    overflow: hidden;
}

.c_amehp .t_swi .l_swi .swiper-in_c1 .swiper-slide {
    position: relative;
}
.c_amehp .t_swi .l_swi .swiper-in_c1 .swiper-slide a{width: 100%;    display: inline-block;}

.c_amehp .t_swi .l_swi .swiper-in_c1 .swiper-slide img{
    height: 400px;
    width: 100%;
}

.c_amehp .t_swi .l_swi .swiper-in_c1 .swiper-slide .text {
    width: 100%;
    background: #eaeaea;
    font-size: 24px;
    line-height: 30px;
    color: #282828;
    padding: 15px;
}

.c_amehp .t_swi .l_swi .swiper-in_c1 .swiper-slide .text p {
    width: 80%;
}

.c_amehp .t_swi .l_swi .swiper-in_c1 .swiper-button-prev {
    background-color: #282828;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    right: 60px;
    left: auto;
    bottom: 10px;
    top: auto;
    margin: 0;
    background-size: 10px auto;
}

.c_amehp .t_swi .l_swi .swiper-in_c1 .swiper-button-prev:hover {
    background-color: #c89a3e;
}

.c_amehp .t_swi .l_swi .swiper-in_c1 .swiper-button-next {
    background-color: #282828;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    right: 10px;
    left: auto;
    bottom: 10px;
    top: auto;
    margin: 0;
    background-size: 10px auto;
}

.c_amehp .t_swi .l_swi .swiper-in_c1 .swiper-button-next:hover {
    background-color: #c89a3e;
}

.c_amehp .t_swi .l_swi .in_cg {
    margin-top: 22px;
    height: 120px; /* background: #0084ec;         color: #ffffff;*/
}

.c_amehp .t_swi .l_swi .o_img {
    width: 28%;
}

.c_amehp .t_swi .l_swi .o_img:nth-child(2) {
    margin-bottom: 9px;
}

.c_amehp .t_swi .l_oimg {
    width: 33%;
    padding-left: 35px;
}

.c_amehp .t_swi .l_oimg .c_comh1 {
    padding-top: 0;
}

.c_amehp .t_swi .l_oimg .c_comh1 .h1 {
    color: #368d9f;
    padding-left: 18px;
}

.c_amehp .t_swi .l_oimg .c_comh1 .h1:after {
    background: #368d9f;
}

.c_amehp .t_swi .l_oimg .t_img {
    position: relative;
    overflow: hidden;
}

.c_amehp .t_swi .l_oimg .t_img:nth-child(1) {
    margin-bottom: 7px;
}

.c_amehp .t_swi .l_oimg .t_img img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.c_amehp .t_swi .l_oimg .t_img:hover img {
    transform: scale(1.06);
}

.c_amehp .t_swi .l_oimg .t_img .text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, 0 0, 0 60%, from(rgba(0, 0, 0, 0)), to(#000000)); /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000); */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=rgba(0, 0, 0, 0), endColorstr=#000000);
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding: 20px 10px 10px 10px;
}

.c_amehp .t_swi .l_oimg .in_cg {
    margin-top: 22px;
    height: 120px;
}

.c_amehp .t_swi .l_oimg .te-li a {
    display: inline-block;
    width: 100%;
    line-height: 40px;
    color: #666666;
    font-size: 18px;
}

.c_amehp .t_swi .l_oimg .te-li a:nth-child(5) {
    margin-bottom: 25px;
}

.c_amehp .t_swi .l_oimg .te-li a:hover {
    color: #000000;
    font-size: 21px;
}

.c_amehp .t_swi .l_oimg .te-li a .te {
    padding-left: 18px;
    position: relative;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c_amehp .t_swi .l_oimg .te-li a .te:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #666666;
}

.c_amehp .hp_list li {
    border: 1px solid #e8e8e8;
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.c_amehp .hp_list li:nth-child(2n) {
    margin-right: 0;
}

.c_amehp .hp_list .hp_til {
    width: 100%;
    line-height: 25px;
    padding: 20px 25px;
    border-bottom: 1px solid #e8e8e8;
}

.c_amehp .hp_list .hp_til .h1 {
    font-size: 24px;
    font-weight: normal;
    color: #397ebc;
    line-height: 25px;
}

.c_amehp .hp_list .hp_til .more {
    color: #999999;
    font-size: 14px;
}

.c_amehp .hp_list .div_li {
    padding: 25px;
}

.c_amehp .hp_list .div_li .img {
    width: 46%;
}

.c_amehp .hp_list .div_li .img img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.c_amehp .hp_list .div_li .img:hover img {
    transform: scale(1.06);
}

.c_amehp .hp_list .div_li .text {
    width: 52%;
    padding-top: 10px;
    color: #666666;
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.c_amehp .gg_text {
    background: #000000;
    padding: 20px 0;
    text-align: center;
    font-family: 新宋体;
    color: #ee9b42;
    font-weight: bold;
}

.c_amehp .gg_text .t1 {
    font-size: 30px;
}

.c_amehp .gg_text .pho {
    font-size: 16px;
    padding-top: 5px;
}

.c_amehp .hp_ote {
    padding: 20px 0;
}

.c_amehp .hp_ote .til_l {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    padding: 15px 0;
}

.c_amehp .hp_ote .til_l .h1 {
    color: #368d9f;
    font-size: 24px;
    padding-left: 20px;
    font-weight: normal;
    position: relative;
}

.c_amehp .hp_ote .til_l .h1:after {
    content: '';
    position: absolute;
    left: 0;
    width: 13px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    background: url("../images/nologo6.png");
    background-size: auto;
    background-repeat: no-repeat;
}

.c_amehp .hp_ote .r-oli {
    width: 65%;
    border: 1px solid #ebebeb;
    border-top: none;
}

.c_amehp .hp_ote .r-oli .ul_la {
    padding: 30px 0;
}

.c_amehp .hp_ote .r-oli .ul_la li {
    padding: 0 30px;
    width: 33.3%;
    float: left;
}

.c_amehp .hp_ote .r-oli .ul_la li:nth-child(n+2) {
    border-left: 1px solid #ebebeb;
}

.c_amehp .hp_ote .r-oli .ul_la li .text {
    padding-top: 5px;
}

.c_amehp .hp_ote .r-oli .ul_la li .text .h1 {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c_amehp .hp_ote .r-oli .ul_la li .text .te {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.c_amehp .hp_ote .l_ote {
    width: 33%;
    padding-left: 35px;
}

.c_amehp .hp_ote .l_ote .te-li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.c_amehp .hp_ote .l_ote .te-li a {
    display: inline-block;
    width: 100%;
    line-height: 38px;
    color: #333333;
    font-size: 18px;
}

.c_amehp .hp_ote .l_ote .te-li a:hover {
    font-weight: bold;
}

.c_amehp .hp_ote .l_ote .te-li a .te {
    padding-left: 18px;
    position: relative;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c_amehp .hp_ote .l_ote .te-li a .te:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #c4c4c4;
}

.c_amehp_c {
    background: #fff;
    padding: 20px;
}

.c_amehp_c .hp_til {
    border: 1px solid #e2e2e2;
    line-height: 42px;
    padding: 15px 0;
}

.c_amehp_c .hp_til a, .c_amehp_c .hp_til span {
    padding: 0 12px;
    float: left;
    line-height: 27px;
    border-radius: 5px;
    margin-left: 5px;
}

.c_amehp_c .hp_til a {
    color: #666666;
}

.c_amehp_c .hp_til a:hover, .c_amehp_c .hp_til a.active {
    color: #ffffff;
    background: #53b3c7;
}

.c_amehp_c .hp_til2 {
    border-top: 0;
    margin-bottom: 30px;
}

.c_amehp_c .hp_til2 a, .c_amehp_c .hp_til2 span {
    margin-left: 5px;
}

.c_amehp_c .hp_til2 a {
    color: #666666;
}

.c_amehp_c .hp_til2 a:hover, .c_amehp_c .hp_til2 a.active {
    color: #ffffff;
    background: #53b3c7;
}

.c_amehp_c .text_t {
    padding: 20px 0;
}

.c_amehp_c .text_t .img {
    width: 30.5%;
    overflow: hidden;
}

.c_amehp_c .text_t .img img {
    width: auto !important;
    height: auto !important;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.c_amehp_c .text_t .img:hover img {
    transform: scale(1.06);
}

.c_amehp_c .text_t .text {
    width: 66%;
}

.c_amehp_c .text_t .text .h1 {
    font-size: 30px;
}

.c_amehp_c .text_t .text .te {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
        max-height: 390px;
max-height: 208px;
    overflow: auto;
}

.c_amehp_c .ul_list li {
    border-top: 1px solid #eaeaea;
    padding: 20px 0;
}

.c_amehp_c .ul_list .img {
    width: 260px;
    padding-top: 30px;
}

.c_amehp_c .ul_list .text {
    width:calc(100% - 260px);
    padding: 0 24px;
    padding-top: 30px;
}

.c_amehp_c .ul_list .text .h1 {
    font-size: 24px;
    font-weight: bold;
}

.c_amehp_c .ul_list .text .te {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.c_amehp_c .ul_list .im_r img {
    width: 150px;
    margin: 0 20px;
}

.c_amehp_abt {
    padding: 20px; /*关联资t讯*/
}

.c_amehp_abt .t_abt {
    background: #ffffff;
    padding: 35px;
    position: relative;
}

.c_amehp_abt .t_abt .til {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 650px;
    text-align: center;
    border-radius: 124px;
    font-size: 48px;
    line-height: 60px;
    padding: 32px 0; /*background: rgba(54, 141, 159, 0.84);*/
    color: #ffffff;
    font-weight: normal;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.c_amehp_abt .per_c {
    margin-top: 20px;
    background: #ffffff;
    padding: 35px;
}

.c_amehp_abt .per_c .l_te {
    width: 34%;
    padding-right: 40px;
    border-right: 1px solid #f0f0f0;
    max-height: 520px;
    overflow: auto;

}
.c_amehp_abt .per_c .l_te .te table{    width: 100% !important;
    max-width: 100% !important;}
.c_amehp_abt .per_c .l_te .te {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}

.c_amehp_abt .per_c .r_text {
    width: 64%;
    padding: 0 26px;
}

.c_amehp_abt .per_c .r_text .h1 {
    font-size: 24px;
    color: #368d9f;
}

.c_amehp_abt .abt_otr {
    margin-top: 20px;
}

.c_amehp_abt .abt_otr .til {
    padding: 0 35px;
    line-height: 55px;
    background: #d5e9ed;
}

.c_amehp_abt .abt_otr .til .ti {
    font-size: 24px;
    font-weight: bold;
    color: #368d9f;
}

.c_amehp_abt .abt_otr .til .more {
    font-size: 16px;
    color: #368d9f;
    cursor: pointer;
}

.c_amehp_abt .abt_otr .text {
    background: #ffffff;
    width: 100%;
    padding: 35px;
}

.c_amehp_abt .abt_otr .text .te {
    width: 50%;
    padding-right: 50px;
}

.c_amehp_abt .abt_otr .text .te:nth-child(2) {
    padding-left: 50px;
    padding-right: 0;
    border-left: 1px solid #f0f0f0;
}

.c_amehp_abt .abt_otr .text .te .h1 {
    font-size: 20px;
    color: #282828;
    line-height: 41px;
}

.c_amehp_abt .abt_otr .text .te .tes {
    margin: 20px 0;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.c_amehp_abt .abt_otr .text .te .time {
    color: #999999;
    line-height: 24px;
    font-size: 14px;
}

.swi_c2 {
    position: relative;
    padding: 20px 65px;
}

.swi_c2 .swiper-in_c2 {
    position: relative;
    overflow: hidden;
}

.swi_c2 .swiper-in_c2 .swiper-slide {
    text-align: center;
}
.swi_c2 .swiper-in_c2 .swiper-slide img{    max-height: 520px;}

/*美尚*/
.c_amems {
    padding: 20px;
}

.c_amems .ms_h1 {
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 5px;
}

.c_amems .ms_h1 span {
    color: #e363ab;
    font-weight: bold;
}

.c_amems .t_swi .l_swi {
    width: 66.55%;
}

.c_amems .t_swi .l_swi .swiper-in_c1 {
    position: relative;
    overflow: hidden;
}

.c_amems .t_swi .l_swi .swiper-in_c1 .swiper-slide {
    position: relative;
}

.c_amems .t_swi .l_swi .swiper-in_c1 .swiper-slide .text {
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, 0 0, 0 60%, from(rgba(0, 0, 0, 0)), to(#000000)); /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000); */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=rgba(0, 0, 0, 0), endColorstr=#000000);
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    padding: 30px 10px 15px 10px;
}

.c_amems .t_swi .l_swi .swiper-in_c1 .swiper-slide .text p {
    width: 80%;
}

.c_amems .t_swi .l_swi .swiper-in_c1 .swiper-button-prev {
    background-color: #282828;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    right: 60px;
    left: auto;
    bottom: 10px;
    top: auto;
    margin: 0;
    background-size: 10px auto;
}

.c_amems .t_swi .l_swi .swiper-in_c1 .swiper-button-prev:hover {
    background-color: #e12c92;
}

.c_amems .t_swi .l_swi .swiper-in_c1 .swiper-button-next {
    background-color: #282828;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    right: 10px;
    left: auto;
    bottom: 10px;
    top: auto;
    margin: 0;
    background-size: 10px auto;
}

.c_amems .t_swi .l_swi .swiper-in_c1 .swiper-button-next:hover {
    background-color: #e12c92;
}

.c_amems .t_swi .l_swi .in_cg {
    margin-top: 22px;
    height: 120px; /* background: #0084ec;         color: #ffffff;*/
}

.c_amems .t_swi .l_swi .o_img {
    width: 28%;
}

.c_amems .t_swi .l_swi .o_img:nth-child(2) {
    margin-bottom: 9px;
}

.c_amems .t_swi .l_oimg {
    width: 33%;
    padding-left: 35px;
}

.c_amems .t_swi .l_oimg .t_img {
    position: relative;
    overflow: hidden;
}

.c_amems .t_swi .l_oimg .t_img:nth-child(1) {
    margin-bottom: 7px;
}

.c_amems .t_swi .l_oimg .t_img img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.c_amems .t_swi .l_oimg .t_img:hover img {
    transform: scale(1.06);
}

.c_amems .t_swi .l_oimg .t_img .text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, 0 0, 0 60%, from(rgba(0, 0, 0, 0)), to(#000000)); /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000); */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=rgba(0, 0, 0, 0), endColorstr=#000000);
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding: 20px 10px 10px 10px;
}

.c_amems .t_swi .l_oimg .in_cg {
    margin-top: 22px;
    height: 120px;
}

.c_amems .t_swi .l_oimg .te-li a {
    display: inline-block;
    width: 100%;
    line-height: 40px;
    font-size: 18px;
}

.c_amems .t_swi .l_oimg .te-li a:nth-child(5) {
    margin-bottom: 25px;
}

.c_amems .t_swi .l_oimg .te-li a:hover {
    font-weight: bold;
}

.c_amems .t_swi .l_oimg .te-li a .te {
    padding-left: 18px;
    position: relative;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c_amems .t_swi .l_oimg .te-li a .te:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #666666;
}

.c_amems .in_textt .ms_h2 {
    border-bottom: 1px solid #e8e8e8;
}

.c_amems .in_textt .ms_h2 .lo {
    line-height: 75px;
}

.c_amems .in_textt .ms_h2 dl {
    padding-left: 10px;
}

.c_amems .in_textt .ms_h2 dl dt {
    font-size: 27px;
    font-weight: bold;
    color: #c33886;
}

.c_amems .in_textt .ms_h2 dl dd {
    font-size: 24px;
    font-weight: bold;
    color: #e880ba;
    text-transform: uppercase;
}

.c_amems .in_textt .l_te {
    width: 63%;
}

.c_amems .in_textt .l_te .text_l {
    padding-top: 35px;
}

.c_amems .in_textt .l_te .text_l .img {
    width: 47.3%;
    overflow: hidden;
}

.c_amems .in_textt .l_te .text_l .img img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.c_amems .in_textt .l_te .text_l .img:hover img {
    transform: scale(1.06);
}

.c_amems .in_textt .l_te .text_l .te_list {
    width: 52.7%;
}

.c_amems .in_textt .l_te .text_l .te_list a {
    line-height: 46px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    border: 1px solid #e9e9e9;
    border-left: none;
    border-top: none;
    position: relative;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.c_amems .in_textt .l_te .text_l .te_list a:first-child {
    border-top: 1px solid #e9e9e9;
}

.c_amems .in_textt .l_te .text_l .te_list a:hover {
    color: #ff2fa4;
}

.c_amems .in_textt .l_te .text_l .ad {
    margin-top: 25px;
    width: 100%;
}

.c_amems .in_textt .r_te {
    width: 35%;
}

.c_amems .in_textt .r_te .li_d {
    padding-top: 35px;
}

.c_amems .in_textt .r_te .li_d .li_d_te {
    width: 40%;
    margin-right: 10%;
    text-align: justify;
}

.c_amems .in_textt .r_te .li_d .li_d_te .img {
    width: 100%;
}

.c_amems .in_textt .r_te .li_d .li_d_te .h3 {
    font-size: 16px;
    color: #0099ff;
    padding: 5px 0;
}

.c_amems .in_textt .r_te .li_d .li_d_te .te {
    line-height: 24px;
    font-size: 14px;
    margin: 5px 0;
    color: #666666;
    position: relative;
}

.c_amems .in_textt .r_te .li_d .li_d_te .te p {
    text-indent: 2em;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.c_amems .in_textt .r_te .li_d .li_d_te .te i {
    font-size: 48px;
    text-indent: 2em;
    font-weight: bolder;
    color: #cccccc;
    line-height: 45px;
    display: inline-block;
    vertical-align: top;
    height: 30px;
}

.c_amems .in_textt .r_te .li_d .li_d_te .te i:first-child {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -24px;
}

.c_amems .in_textt .r_te .li_d .li_d_te .te i:last-child {
    position: absolute;
    top: 100%;
    right: -29px;
}

.c_amems .in_textt .r_te .li_d .li_d_te .more {
    color: #00b068;
    font-size: 14px;
}

.c_amems .t-list {
    margin-top: 35px;
    border-top: 1px solid #e8e8e8;
}

.c_amems .t-list .list {
    padding: 20px 0;
    width: 100%;
}

.c_amems .t-list .list a {
    width: 24.5%;
    margin-right: 0.66666667%;
    border: 1px solid #e9e9e9;
}

.c_amems .t-list .list a:nth-child(4) {
    margin-right: 0;
}

.c_amems .t-list .list .img {
    overflow: hidden;
}

.c_amems .t-list .list .img img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.c_amems .t-list .list .img:hover img {
    transform: scale(1.06);
}

.c_amems .t-list .list .te {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 50px;
    padding-left: 20px;
}

.c_amebe_list_ms {
    background: #ffffff;
    padding: 0 30px;
    padding-top: 60px;
}

.c_amebe_list_ms .l_list {
    width: 66%;
}

.c_amebe_list_ms .l_list .l_list_ul li {
    width: 48%;
    margin-right: 4%;
    float: left;
    text-align: left;
    padding: 10px 0;
}

.c_amebe_list_ms .l_list .l_list_ul li:nth-child(2n) {
    margin-right: 0;
}

.c_amebe_list_ms .l_list .l_list_ul li .img {
    overflow: hidden;
    border-radius: 5px;
}

.c_amebe_list_ms .l_list .l_list_ul li .text {
    font-size: 18px;
    padding: 10px 0;
}

.c_amebe_list_ms .r-con {
    width: 30%;
}

.c_amebe_list_ms .r-con .h1_r {
    padding: 25px 0;
    font-size: 24px;
    font-weight: normal;
    position: relative;
}

.c_amebe_list_ms .r-con .h1_r:after {
    content: '';
    position: absolute;
    right: 0;
    width: 50%;
    width: calc(100% - 104px);
    height: 11px;
    top: 50%;
    background: #cccccc;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.c_amebe_list_ms .r-con .r_list {
    border: 1px solid #efefef;
    padding: 0 10px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.c_amebe_list_ms .r-con .r_list:first-child {
    margin-top: 0;
}

.c_amebe_list_ms .r-con .r_list .h1_r {
    padding: 25px 0;
    font-size: 24px;
    font-weight: normal;
    position: relative;
}

.c_amebe_list_ms .r-con .r_list .h1_r:after {
    content: '';
    position: absolute;
    right: 0;
    width: 50%;
    width: calc(100% - 104px);
    height: 11px;
    top: 50%;
    background: #bef0d9;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.c_amebe_list_ms .r-con .r_list .list_2 a {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
}

.c_amebe_list_ms .r-con .r_list .list_2 a:nth-child(n+2) {
    border-top: 1px dashed #f2f2f2;
}

.c_amebe_list_ms .r-con .r_list .list_2 a .img {
    margin-right: 15px;
    width: 90px;
    height: 60px;
    overflow: hidden;
    border-radius: 2px;
    text-align: center;
}

.c_amebe_list_ms .r-con .r_list .list_2 a .img img {
    width: auto;
}

.c_amebe_list_ms .r-con .r_list .list_2 a .te {
    width: 185px;
    width: calc(100% - 110px);
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c_amebe_list_ms .r-con .r_list .list_per2 {
    text-align: center;
}

.c_amebe_list_ms .r-con .r_list .list_per2 a {
    display: inline-block;
    width: 280px;
    margin: 10px 0;
    font-size: 14px;
    border: 1px dashed #e9e9e9;
}

.c_amebe_list_ms .r-con .r_list .list_per2 a .img {
    width: 280px;
    height: 180px;
    overflow: hidden;
    text-align: center;
}

.c_amebe_list_ms .r-con .r_list .list_per2 a .img img {
    width: auto;
}

.c_amebe_list_ms .r-con .r_list .list_per2 a .te {
    padding-left: 20px;
    width: 100%;
    text-align: left;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c_amebe_list_ms .r-con .r_list .list_per a {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
}

.c_amebe_list_ms .r-con .r_list .list_per a:nth-child(n+2) {
    border-top: 1px dashed #f2f2f2;
}

.c_amebe_list_ms .r-con .r_list .list_per a .img {
    margin-right: 15px;
    width: 90px;
    height: 65px;
    overflow: hidden;
    border-radius: 2px;
    text-align: center;
}

.c_amebe_list_ms .r-con .r_list .list_per a .img img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
}

.c_amebe_list_ms .r-con .r_list .list_per a .te {
    width: 185px;
    width: calc(100% - 110px);
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.l_list_ms li {
    width: 32%;
    background: #ffffff;
    margin-right: 2%;
    position: relative;
}

.l_list_ms li:nth-child(3n) {
    margin-right: 0;
}

.l_list_ms li:nth-child(n + 4) {
    margin-top: 25px;
}

.l_list_ms li:hover img {
    transform: scale(1.05);
}

.l_list_ms li:hover .text {
    opacity: 1;
}

.l_list_ms li .img {
    width: 100%;
    overflow: hidden;
}

.l_list_ms li .img img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.l_list_ms li .text {
    opacity: 0;
    position: absolute;
    top: 15px;
    left: 15px;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    background: rgba(104, 50, 145, 0.81);
    color: #ffffff;
    line-height: 30px;
    padding: 5px 0;
    text-align: center;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.l_list_ms li .text .h2 {
    font-size: 18px;
    position: relative;
    padding: 50px 0 15px 0;
}

.l_list_ms li .text .h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    margin-left: -20px;
    height: 1px;
    background: #ffffff;
}

.l_list_ms li .text .te {
    margin-top: 30px;
    font-size: 14px;
}

/*美景*/
.mj_in {
    padding: 28px;
    background: #ffffff;
}

.mj_in .l_swi {
    width: 100%;
}

.mj_in .l_swi .swiper-in_c1 {
    position: relative;
    overflow: hidden;
}

.mj_in .l_swi .swiper-in_c1 .swiper-slide {
    position: relative;
}

.mj_in .l_swi .swiper-in_c1 .swiper-slide img {
    width: 100%;
}

.mj_in .l_swi .swiper-in_c1 .swiper-slide .text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, 0 0, 0 60%, from(rgba(0, 0, 0, 0)), to(#000000)); /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000); */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=rgba(0, 0, 0, 0), endColorstr=#000000);
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    padding: 30px 10px 15px 10px;
}

.mj_in .l_swi .swiper-in_c1 .swiper-slide .text p {
    width: 80%;
}

.mj_in .l_swi .swiper-in_c1 .swiper-button-prev {
    background-color: #282828;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    right: 60px;
    left: auto;
    bottom: 10px;
    top: auto;
    margin: 0;
    background-size: 10px auto;
}

.mj_in .l_swi .swiper-in_c1 .swiper-button-prev:hover {
    background-color: #c89a3e;
}

.mj_in .l_swi .swiper-in_c1 .swiper-button-next {
    background-color: #282828;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    right: 10px;
    left: auto;
    bottom: 10px;
    top: auto;
    margin: 0;
    background-size: 10px auto;
}

.mj_in .l_swi .swiper-in_c1 .swiper-button-next:hover {
    background-color: #c89a3e;
}

.mj_in .l_swi .in_cg {
    margin-top: 22px;
    height: 120px; /* background: #0084ec;       color: #ffffff;*/
}
.mj_in .l_swi .in_cg img{
    width: auto!important;
    height: auto!important;
}

.mj_in .hinh {
    font-size: 24px;
}

.mj_in .hinh .bo {
    color: #00b068;
    font-weight: bold;
}

.mj_in .mjin_news {
    width: 30%;
    margin-right: 5%;
}

.mj_in .mjin_news .te-li a {
    display: inline-block;
    width: 100%;
    line-height: 40px;
    color: #666666;
    font-size: 18px;
    padding-left: 18px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*.mj_in .mjin_news .te-li a:nth-child(6) {
    margin-top: 25px;
}*/

.mj_in .mjin_news .te-li a:hover {
    color: #000000;
    font-weight: bold;
}

.mj_in .mjin_news .te-li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c4c4c4;
}

.mj_in .mjin_news .swie {
    position: relative;
    overflow: hidden;
}

.mj_in .mjin_news .swie .text {
    width: 100%;
    background: #eaeaea;
    font-size: 16px;
    line-height: 30px;
    color: #282828;
    padding: 5px 15px;
}

.mj_in .mjin_news .swie .swiper-pagination {
    text-align: right;
    padding-right: 10px;
}

.mj_in .mjin_news .swie .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #d8d8d8;
}

.mj_in .mjin_news .swie .swiper-pagination .swiper-pagination-bullet-active {
    background: #ff3300;
}

.mj_in .mjin_newst {
    width: 30%;
    border: 1px solid #e0e0e0;
    padding: 15px;
}

.mj_in .mjin_newst .h2-t {
    padding-left: 20px;
    background: url("../images/nologo8.png");
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 30px;
    color: #00b068;
    font-weight: bold;
    font-family: "宋体";
}

.mj_in .mjin_newst .te-li a {
    display: inline-block;
    width: 100%;
    line-height: 40px;
    color: #666666;
    font-size: 18px;
    padding-left: 18px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*.mj_in .mjin_newst .te-li a:nth-child(6) {
    margin-top: 25px;
}*/

.mj_in .mjin_newst .te-li a:hover {
    color: #000000;
    font-weight: bold;
}

.mj_in .mjin_newst .te-li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c4c4c4;
}

.mj_in .mjin_newst .listnes {
    padding: 20px 0;
}

.mj_in .mjin_newst .listnes .li {
    width: 30%;
    margin-right: 5%;
    text-align: center;
    color: #666666;
}

.mj_in .mjin_newst .listnes .li img {
    object-fit: cover;
    object-position: center center;
}

.mj_in .mjin_newst .listnes .li:nth-child(3n) {
    margin-right: 0;
}

.mj_in .mjin_newst .listnes .li p {
    padding: 15px 0;
}

.mj_in .mjin_newst .listnes .li span {
    color: #333;
    font-weight: bold;
}

.mj_in .ad6 {
    width: 100%;
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.mj_in .ad6 img{
    height: auto!important;
}
.mj_in .ad6 a img{
    height: auto!important;
    width: auto!important;
}
.mj_in .ad6 a {
    display: inline-block;
    vertical-align: top; /* height: 124px;      background: #7c7c7c;*/
    width: 24%;
    float: left;
    margin-left: 1.33%;
    position: relative;
}

.mj_in .ad6 a:first-child {
    margin-left: 0%;
}

.mj_in .ad6 a .te_s {
   /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);*/
}

.mj_in .a_in {
    display: inline-block;
    padding: 15px 0;
}

.mj_in .a_in a {
    display: inline-block;
    float: left;
    margin-right: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding: 0 15px;
    border-radius: 30px;
}

.mj_in .a_in .gr {
    background: #b2ecad;
}

.mj_in .a_in .or {
    background: #efc82b;
}

.mj_in .a_in .bu {
    background: #95d8ff;
}

.mj_in .a_in .ga {
    background: #fdb8d8;
}

.mj_in .a_in .bul {
    background: #d4daea;
}

.mj_in .mj_in_img {
    background: #ffffff;
}

.mj_in .mj_in_img .li_3_2 {
    width: 31%;
    margin: 0 0.5%;
}

.mj_in .mj_in_img .li_3 {
    width: 34%;
}

.mj_in .mj_in_img .li_1 {
    width: 53%;
}

.mj_in .mj_in_img .li_2 {
    width: 23.5%;
    text-align: right;
}

.mj_in .mj_in_img .li {
    margin-top: 10px;
    display: inline-block;
    position: relative;
}

.mj_in .mj_in_img .li .text {
    opacity: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    text-align: center;
    top: 0%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.7);
    overflow: auto;
}

.mj_in .mj_in_img .li .text:hover {
    opacity: 1;
}

.mj_in .mj_in_img .li .text .text_cen {
    padding: 0 10%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
}

.mj_in .mj_in_img .li .text .h1 {
    font-size: 24px;
}

.mj_in .mj_in_img .li .text .te {
    font-size: 14px;
    padding: 20px 0;
    line-height: 30px;
}

.mj_abt {
    padding-bottom: 30px;
}

.mj_abt .abt_swi {
    background: #ffffff;
    padding: 35px 70px;
    position: relative;
}

.mj_abt .abt_swi .swiper-button-prev {
    width: 40px;
    opacity: 1;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    right: 60px;
    margin: 0;
    background-size: 26px auto;
}

.mj_abt .abt_swi .swiper-button-next {
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    right: 10px;
    left: auto;
    margin: 0;
    background-size: 26px auto;
    opacity: 1;
}

.mj_abt .swiper-in_c1 {
    position: relative;
    overflow: hidden;
}

.mj_abt .swiper-in_c1 .swiper-slide {
    position: relative;
}

.mj_abt .swiper-in_c1 .swiper-slide img {
    height: auto !important;
}

.mj_abt .swiper-in_c1 .swiper-slide .text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, 0 0, 0 60%, from(rgba(0, 0, 0, 0)), to(#000000)); /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000); */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=rgba(0, 0, 0, 0), endColorstr=#000000);
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    padding: 30px 10px 15px 10px;
}

.mj_abt .swiper-in_c1 .swiper-slide .text p {
    width: 80%;
}

.mj_abt .abt_te {
    background: #ffffff;
    padding: 0 36px;
    margin-top: 15px;
}

.mj_abt .abt_te .h1 {
    padding: 30px 0;
    font-size: 24px;
    color: #351b15;
}

.mj_abt .abt_te .te {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 50px;
}

/*加*/
.co_red {
    color: #e42000;
}

/*支付*/
.yk_pay { /*支付table*/
}

.yk_pay .h1 {
    color: #666666;
    font-size: 14px;
    padding: 15px;
    border-bottom: 1px solid #e7e7e7;
}

.yk_pay .h1 .bor {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.yk_pay .h2 {
    color: #666666;
    font-size: 14px;
    padding: 15px;
}

.yk_pay .h2 .bor {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.yk_pay .yk_pay_top {
    background: #FFFFFF;
    padding: 10px 30px;
}

.yk_pay .yk_pay_top .pr_list {
    padding: 20px 15px;
}

.yk_pay .yk_pay_top .pr_list dl {
    float: left;
    max-width: 160px;
    margin-right: 30px;
}

.yk_pay .yk_pay_top .pr_list dl dd {
    color: #351b15;
    font-size: 16px;
    padding: 10px 0;
}

.yk_pay .yk_pay_te {
    margin-top: 10px;
    background: #FFFFFF;
    padding: 10px 30px;
}

.yk_pay .yk_pay_te .te_text {
    font-size: 14px;
    line-height: 30px;
}

.yk_pay .yk_pay_te .te_text .p {
    padding: 15px 15px;
}

.yk_pay .yk_pay_te .te_text .num {
    color: #282828;
    font-size: 14px;
}

.yk_pay .yk_pay_te .te_text .num i {
    color: #e10000;
    font-weight: bold;
    font-size: 18px;
}

.yk_pay .yk_pay_te .label { /*width: 40%;*/
    position: relative;
    display: inline-block;
    padding-right: 30px;
    margin-left: 15px; /* margin: 30px 0;*/
}

.yk_pay .yk_pay_te .label input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.yk_pay .yk_pay_te .label input[type="radio"]:checked + label:before {
    border: 1px solid #ff3300;
    background: #ff3300;
}

.yk_pay .yk_pay_te .label input[type="radio"]:checked + label:after {
    display: inline-block;
    color: #ffffff; /*  width: 10px;        height: 10px;*/ /* background: #dc0b10;*/
    content: "\e600";
    text-align: center;
    position: absolute;
    line-height: 12px;
    left: 5px;
    top: 50%;
    border-radius: 50%;
    margin-top: -4px;
}

.yk_pay .yk_pay_te .label input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #e6e6e6;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.yk_pay .yk_pay_te .label input[type="checkbox"]:checked + label:before {
    border: 1px solid #ff3300;
    background: #ff3300;
}

.yk_pay .yk_pay_te .label input[type="checkbox"]:checked + label:after {
    display: inline-block;
    color: #ffffff; /*  width: 10px;        height: 10px;*/ /* background: #dc0b10;*/
    content: "\e600";
    text-align: center;
    position: absolute;
    line-height: 12px;
    left: 3px;
    top: 50%;
    border-radius: 50%;
    margin-top: -4px;
}

.yk_pay .yk_pay_te .label label {
    font-size: 14px;
    margin-left: 30px;
    color: #000000;
    height: 42px;
    line-height: 42px;
}

.yk_pay .yk_pay_te .pay_last {
    text-align: right;
    padding: 40px 0;
}

.yk_pay .yk_pay_te .pay_last .mch {
    font-size: 16px;
    color: #010302;
    padding: 15px 0;
}

.yk_pay .yk_pay_te .pay_last .mch .num {
    font-size: 20px;
}

.yk_pay .yk_pay_te .pay_last .mch .num i {
    font-size: 26px;
    font-weight: bold;
}

.yk_pay .yk_pay_te .pay_last .btn {
    vertical-align: middle;
    display: inline-block;
    font-size: 21px;
    color: #FFFFFF;
    background: #e40000;
    width: 300px;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
}

.yk_pay .yk_pay_te .pay_last .te_adt {
    font-size: 14px;
    line-height: 26px;
    color: #989898;
    vertical-align: middle;
}

.yk_pay .shop_abt_lis table {
    width: 100%;
    border: none;
}

.yk_pay .shop_abt_lis table tr, .yk_pay .shop_abt_lis table td {
    border: none;
}

.yk_pay .shop_abt_lis table tr:nth-child(n+2) {
    border-top: 1px dashed #dedede;
}

.yk_pay .shop_abt_lis table tr td {
    padding: 15px;
}

.yk_pay .shop_abt_lis table .im {
    width: 115px;
    height: 86px;
    display: inline-block;
    vertical-align: middle;
}

.yk_pay .shop_abt_lis table .im img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.yk_pay .shop_abt_lis table .p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    max-width: 420px;
    font-weight: bold;
    padding: 0 20px;
}

.yk_pay .shop_abt_lis table .na {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

.yk_pay .shop_abt_lis table .nu {
    font-size: 18px;
    color: #d42d00;
}

.yk_pay .shop_abt_lis .abt_lis_te {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    padding: 0 15px 15px;
}

.yk_pay .adr {
    padding: 15px 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.yk_pay .adr .ad_adr {
    font-size: 14px;
    margin-left: 40px;
    color: #327dbe;
    display: inline-block;
    cursor: pointer;
}

.yk_pay .adr .adr_li {
    padding-left: 15px;
}

.yk_pay .adr .adr_li .li {
    margin-top: 10px;
    line-height: 40px;
}

.yk_pay .adr .adr_li .adr_li_na {
    display: inline-block;
    border: 2px solid #e40000;
    color: #e40000;
    text-align: center;
    width: 90px;
    line-height: 40px;
}

.yk_pay .adr .adr_li .adr_li_p, .yk_pay .adr .adr_li .adr_li_d {
    vertical-align: middle;
    display: inline-block;
    padding: 0 16px;
    color: #666666;
}

.yk_pay .yk_pay_table {
    margin-top: 10px;
    background: #FFFFFF;
    padding: 5px;
}

.yk_pay .yk_pay_table table {
    width: 100%;
    border: none;
}

.yk_pay .yk_pay_table table tr, .yk_pay .yk_pay_table table td {
    border: none;
}

.yk_pay .yk_pay_table table tr {
    border-bottom: 1px solid #f0f0f0;
}

.yk_pay .yk_pay_table table tr td {
    padding: 10px;
}

.yk_pay .yk_pay_table table .im {
    width: 115px;
    height: 86px;
    display: inline-block;
    vertical-align: middle;
}

.yk_pay .yk_pay_table table .im img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.yk_pay .yk_pay_table table .h {
    background: #e2e8ed;
    font-size: 18px;
}

.yk_pay .yk_pay_table table .h th {
    font-weight: normal;
    padding: 10px;
}

.yk_pay .yk_pay_table table .p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    max-width: 420px;
    font-weight: bold;
    padding: 0 20px;
}

.yk_pay .yk_pay_table table .na {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

.yk_pay .yk_pay_table table .del {
    cursor: pointer;
}

.yk_pay .yk_pay_table table .nu {
    font-size: 18px;
    color: #d42d00;
}

.yk_pay .yk_pay_table .label { /*width: 40%;*/
    position: relative;
    display: inline-block; /* margin: 30px 0;*/
}

.yk_pay .yk_pay_table .label input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #e6e6e6;
    position: absolute;
    border-radius: 4px;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.yk_pay .yk_pay_table .label input[type="checkbox"]:checked + label:before {
    border: 1px solid #ff3300;
    background: #ff3300;
}

.yk_pay .yk_pay_table .label input[type="checkbox"]:checked + label:after {
    display: inline-block;
    color: #ffffff; /*  width: 10px;        height: 10px;*/ /* background: #dc0b10;*/
    content: "\e600";
    text-align: center;
    position: absolute;
    line-height: 12px;
    left: 5px;
    top: 50%;
    border-radius: 50%;
    margin-top: -4px;
}

.yk_pay .yk_pay_table .label label {
    font-size: 14px;
    margin-left: 30px;
    color: #000000;
    height: 42px;
    text-align: center;
    line-height: 42px;
}

.yk_pay .yk_pay_table .te_text {
    padding: 10px;
    font-size: 14px;
    line-height: 30px;
}

.yk_pay .yk_pay_table .te_text .del_cho {
    color: #666666;
    line-height: 42px;
    margin-right: 20px;
}

.yk_pay .yk_pay_table .te_text .p {
    padding: 15px 15px;
}

.yk_pay .yk_pay_table .te_text .num {
    color: #282828;
    font-size: 14px;
}

.yk_pay .yk_pay_table .te_text .num i {
    color: #e10000;
    font-weight: bold;
    font-size: 18px;
}

.yk_pay .yk_pay_table .te_text .hav {
    color: #cc0000;
}

.yk_pay .yk_pay_table .te_text .mch {
    font-size: 16px;
    color: #010302;
    padding: 15px 0;
}

.yk_pay .yk_pay_table .te_text .mch .num {
    font-size: 18px;
}

.yk_pay .yk_pay_table .te_text .mch .num .pri {
    font-weight: bold;
}

.yk_pay .yk_pay_table .te_text .btn {
    display: inline-block;
    font-size: 21px;
    color: #FFFFFF;
    background: #e40000;
    width: 200px;
    margin-left: 20px;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
}

.in-til2 {
    padding: 45px 0 20px 0;
    margin-bottom: 25px;
    border-bottom: 5px solid #accfdf;
}

.in-til2 .ti {
    font-size: 18px;
    padding-right: 30px;
}

.in-til2 .ti dt {
    font-size: 30px;
}

.in-til2 .ti2 {
    font-size: 16px;
    line-height: 45px;
}

.in-til2 .in_lista {
    padding: 7.25px;
}

.in-til2 .in_lista span {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.in-til2 .in_lista span:hover, .in-til2 .in_lista span.active {
    color: #fff;
    background: #68a5da;
}

.in-til2 .more {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 2px;
    cursor: pointer;
    color: #fff;
    background: #68a5da;
}

.in-til3 {
    padding: 15px;
    margin-bottom: 10px;
    background: #eef5f8;
    border-radius: 5px;
}

.in-til3 .ti {
    font-size: 18px;
    padding-right: 30px;
}

.in-til3 .ti dt {
    font-size: 30px;
}

.in-til3 .ti2 {
    font-size: 16px;
    line-height: 45px;
}

.in-til3 .in_lista {
    padding: 7.25px;
}

.in-til3 .in_lista span {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.in-til3 .in_lista span:hover, .in-til3 .in_lista span.active {
    color: #fff;
    background: #68a5da;
}

.in-til3 .more {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 2px;
    cursor: pointer;
    color: #fff;
    background: #68a5da;
}

.in-til4 {
    border: 1px solid #accfdf;
    background: rgba(255, 255, 255, 0.31);
    margin-bottom: 10px;
}

.in-til4 .one {
    border-bottom: 1px solid #accfdf;
    line-height: 45px;
}

.in-til4 .one .r_t {
    font-size: 14px;
    padding-right: 20px;
}

.in-til4 .one .r_t i {
    color: #ff0033;
}

.in-til4 .tw {
    font-size: 16px;
    padding: 12px 15px;
    line-height: 24px;
}

.in-til4 .tw .a_li span {
    padding: 0 20px;
    cursor: pointer;
}

.in-til4 .tw .a_li .iconfont {
    display: inline-block;
    position: relative;
    color: #9fa7ab;
}

.in-til4 .tw .a_li .on {
    font-weight: bold;
    color: #6699cc;
}

.in-til4 .tw .a_li .on_t .iconfont {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* Internet Explorer */
    -moz-transform: rotate(180deg); /* Firefox */
    -webkit-transform: rotate(180deg); /* Safari 和 Chrome */
    -o-transform: rotate(180deg); /* Opera */
}

.in-til4 .in_lista {
    padding: 7.25px;
}

.in-til4 .in_lista a {
    display: inline-block;
    vertical-align: top;
    float: left;
}

.in-til4 .in_lista span {
    font-size: 16px;
    float: none !important;
    line-height: 30px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.in-til4 .in_lista span:hover, .in-til4 .in_lista span.active {
    color: #fff;
    background: #68a5da;
}

.swiper-in_o2 {
    position: relative;
    overflow: hidden;
}
.swiper-in_o2 .swiper-slide a{width: 100%;}
.swiper-in_o2 .swiper-slide img {
    width: 100%;
}

.swiper-in_o2 .pagination_in1 {
    bottom: 15px;
}

.swiper-in_o2 .pagination_in1 .swiper-pagination-bullet {
    height: 9px;
    width: 9px;
    background: #ffffff;
    border-radius: 50%;
}

.swiper-in_o2 .pagination_in1 .swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-in_o2 .sw_login {
    width: 220px;
    z-index: 100;
    height: 260px;
    position: absolute;
    right: 9%;
    top: 50%;
    border-radius: 5px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding: 35px 20px 10px 20px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.13), direction=0, strength=8px); /*兼容ie*/
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.13); /*兼容firefox*/
}

.swiper-in_o2 .sw_login .im {
    padding: 20px 0;
}

.swiper-in_o2 .sw_login .abt {
    width: 100%;
    color: #fff;
    background: #68a5da;
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
}

.yk_abts .yk_abts_top {
    background: #eef5f8;
    padding: 30px;
    border-radius: 5px;
}

.yk_abts .yk_abts_top .im {
    width: 45%;
    text-align: center;
}

.yk_abts .yk_abts_top .text {
    width: 53%;
    background: #FFFFFF;
    padding: 19px 16px;
}

.yk_abts .yk_abts_top .text .h1 {
    font-size: 24px;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}

.yk_abts .yk_abts_top .text .o_te {
    padding-top: 30px;
    font-size: 14px;
    color: rgba(28, 70, 88, 0.59);
    line-height: 24px;
}

.yk_abts .yk_abts_top .text .o_te p span {
    margin-right: 30px;cursor: pointer;display: inline-block;
}
.yk_abts .yk_abts_top .text .o_te p span .im_xinno{
    display: block;
}
.yk_abts .yk_abts_top .text .o_te p span .im_xins{
    display: none;
}
span.adon{
    color: #cc3d21!important;
}
.yk_abts .yk_abts_top .text .o_te p span.adon .im_xinno{
    display: none;
}
.yk_abts .yk_abts_top .text .o_te p span.adon .im_xins{
    display: block;
}

.yk_abts .yk_abts_top .text .o_te .pin {
    color: #1c4658;
}

.yk_abts .yk_abts_top .text .o_te img {
    max-height: 100%;
    margin-right: 5px;
    vertical-align: middle;
}

.yk_abts .yk_abts_top .text .o_te .im_per {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.yk_abts .yk_abts_top .text .o_te .te_pe {
    padding: 20px 0;
}

.yk_abts .yk_abts_top .text .o_te .te_pe span {
    margin-right: 10px;
}

.yk_abts .yk_abts_top .text .o_te .na {
    font-size: 18px;
    color: #282828;
}

.yk_abts .yk_abts_top .text .num_p {
    padding: 0 25px;
    font-size: 24px;
    line-height: 50px;
    background: #efefef;
}

.yk_abts .yk_abts_top .text .num_p i {
    color: #ed0003;
}

.yk_abts .yk_abts_top .text .btn {
    background: #cc3d21;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 53px;
    border-radius: 5px;
    margin-top: 18px;
    width: 300px;
}

.yk_abts .yk_abts_top2 {
    background: #eef5f8;
    padding: 0px 40px;
    border-radius: 5px;
}

.yk_abts .yk_abts_top2 .h1 {
    font-size: 24px;
    color: #282828;
    padding: 25px 0;
}

.yk_abts .yk_abts_top2 .h1 span {
    color: #db0200;
}

.yk_abts .yk_abts_top2 .voi {
    width: 67%;
    position: relative;
}

.yk_abts .yk_abts_top2 .voi .vp_c {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    padding: 0 15px;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}

.yk_abts .yk_abts_top2 .voi .vp_c .by {
    display: inline-block;
    background: #ff9900;
    font-size: 14px;
    width: 100px;
    text-align: center;
    margin-left: 5px;
    border-radius: 3px;
}

.yk_abts .yk_abts_top2 .voi video {
    width: 100% !important;
    vertical-align: top;
}

.yk_abts .yk_abts_top2 .text {
    width: 32%;
    height: 560px;
    background: #FFFFFF;
    padding: 19px 16px; /*购买本课程*/
}

.yk_abts .yk_abts_top2 .text .h1 {
    font-size: 24px;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}

.yk_abts .yk_abts_top2 .text .o_te {
    font-size: 14px;
    color: rgba(28, 70, 88, 0.59);
    line-height: 24px;
    padding-bottom: 15px;
}

.yk_abts .yk_abts_top2 .text .o_te img {
    margin-right: 5px;
    vertical-align: middle;
}

.yk_abts .yk_abts_top2 .text .o_te .im_per {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.yk_abts .yk_abts_top2 .text .o_te .te_pe span {
    margin-right: 10px;
}

.yk_abts .yk_abts_top2 .text .o_te .na {
    font-size: 18px;
    color: #282828;
}

.yk_abts .yk_abts_top2 .text .btn {
    background: #94c5dc;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    margin-top: 18px;
    width: 100%;
}

.yk_abts .yk_abts_top2 .text .text_list {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
}

.yk_abts .yk_abts_top2 .text .text_list span {
    display: inline-block;
    cursor: pointer;
    padding: 0 10px;
    line-height: 45px;
    border-bottom: 3px solid #fff;
}

.yk_abts .yk_abts_top2 .text .text_list span.active {
    border-bottom: 3px solid #68a5da;
}

.yk_abts .yk_abts_top2 .text .te {
    border-bottom: 1px solid #dddddd;
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
    height: 355px;
    color: #666666;
    overflow: auto;
}

.yk_abts .yk_abts_top2 .text .f_moe .te {
    height: 290px;
}

.yk_abts .yk_abts_top2 .text .mo_b {
    line-height: 30px;
    padding-top: 20px;
}

.yk_abts .yk_abts_top2 .text .mo_b .btn_mo {
    background: #cc3d21;
    color: #fff;
    text-align: center;
    line-height: 56px;
    border-radius: 5px;
    margin-top: 18px;
    font-size: 18px;
    width: 100%;
}

.yk_abts .yk_abts_top2 .text .mo_b .nu {
    font-size: 24px;
}

.yk_abts .yk_abts_top2 .text .mo_b i {
    color: #ed0003;
    font-size: 30px;
}

.yk_abts .yk_abts_top2 .text .te_li {
    line-height: 30px;
    padding: 0 10px;
}

.yk_abts .yk_abts_top2 .text .te_li a {
    display: inline-block;
    width: 100%;
    padding-left: 18px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.yk_abts .yk_abts_top2 .text .te_li a:hover, .yk_abts .yk_abts_top2 .text .te_li a.on {
    font-weight: bold;
    color: #000000;
}

.yk_abts .yk_abts_top2 .text .te_li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0b9ed4;
}

.yk_abts .yk_abts_top2 .a_lin {
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
    color: rgba(28, 70, 88, 0.59);
    line-height: 24px;
}

.yk_abts .yk_abts_top2 .a_lin span {
    margin-right: 30px;
}

.yk_abts .yk_abts_dp {
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    margin-top: 35px;
    padding: 30px;
    position: relative;
}

.yk_abts .yk_abts_dp .h1 {
    font-size: 21px;
    font-weight: bold;
}

.yk_abts .yk_abts_dp .l_swi {
    width: 75%!important;
    position: relative;
}

.yk_abts .yk_abts_dp .l_swi .swiper-button-next {
    width: 35px;
    height: 82px;
    top: 50%;
    bottom: auto;
    right: -60px;
    left: auto;
    margin-top: -41px;
    background-color: #939393;
    background-size: 14px auto;
}

.yk_abts .yk_abts_dp .a-li_te a {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin-right: 1.75%;
    font-size: 16px;
    background: #fff;
    position: relative;
    z-index: 30;
    margin-bottom: 23px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.yk_abts .yk_abts_dp .a-li_te a:nth-child(4n) {
    margin-right: 0;
}

.yk_abts .yk_abts_dp .a-li_te a:after {
    content: '';
    position: absolute;
    left: 3px;
    width: 100%;
    top: 3px;
    height: 100%;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    z-index: -1;
}

.yk_abts .yk_abts_dp .a-li_te a:before {
    content: '';
    position: absolute;
    left: 7px;
    width: 100%;
    top: 7px;
    height: 100%;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    z-index: -2;
}

.yk_abts .yk_abts_dp .a-li_te a:hover:before {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=8px); /*兼容ie*/
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17); /*兼容firefox*/
}

.yk_abts .yk_abts_dp .a-li_te a.m .im .f {
    display: inline-block;
}

.yk_abts .yk_abts_dp .a-li_te a .im {
    position: relative;
    overflow: hidden;
    line-height: 215px;
    height: 215px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.yk_abts .yk_abts_dp .a-li_te a .im img { /*width: 100%;*/
    max-height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.yk_abts .yk_abts_dp .a-li_te a .im:hover img {
    transform: scale(1.05);
}

.yk_abts .yk_abts_dp .a-li_te a .im .time {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.31);
    padding: 0 5px;
    line-height: 20px;
}

.yk_abts .yk_abts_dp .a-li_te a .im .f {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-right: 5px;
    padding-top: 3px;
}

.yk_abts .yk_abts_dp .a-li_te a .im .f:after {
    content: '';
    position: absolute;
    top: -35px;
    right: -35px;
    z-index: -1;
    background: #16cc8e;
    width: 70px;
    height: 70px;
    transform: rotate(45deg);
}

.yk_abts .yk_abts_dp .a-li_te a .text { /*background: #fff;*/
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
    padding: 5px;
}

.yk_abts .yk_abts_dp .a-li_te a .text .h1 {
    font-weight: normal;
    font-size: 16px;
    padding: 5px 0px;
}

.yk_abts .yk_abts_dp .a-li_te a .text .span {

    font-size: 14px;
    display: inline-block;
    background: #0b9ed4;
    color: #fff;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 5px;
    width: auto;
}

.yk_abts .yk_abts_dp .a-li_te a .text .nu {
    color: #b7b7b7;
    font-size: 14px;
}

.yk_abts .yk_abts_dp .a-li_te a .text .te {
    margin-bottom: 10px;
    color: #999999;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.yk_abts .yk_abts_dp .swiper-yk1 {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-right: 35px;
    border-right: 1px solid #cccccc;
}

.yk_abts .yk_abts_dp .swiper-slide.m .im .f {
    display: inline-block;
}

.yk_abts .yk_abts_dp .swiper-slide .im {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 197px;
    text-align: center;
}

.yk_abts .yk_abts_dp .swiper-slide .im img { /* width: 100%;*/
    max-height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.yk_abts .yk_abts_dp .swiper-slide .im:hover img {
    transform: scale(1.05);
}

.yk_abts .yk_abts_dp .swiper-slide .im .time {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.31);
    padding: 0 5px;
    line-height: 20px;
}

.yk_abts .yk_abts_dp .swiper-slide .im .f {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-right: 5px;
    padding-top: 3px;
}

.yk_abts .yk_abts_dp .swiper-slide .im .f:after {
    content: '';
    position: absolute;
    top: -35px;
    right: -35px;
    z-index: -1;
    background: #16cc8e;
    width: 70px;
    height: 70px;
    transform: rotate(45deg);
}

.yk_abts .yk_abts_dp .swiper-slide .text { /*background: #fff;*/
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
    padding: 5px;
}

.yk_abts .yk_abts_dp .swiper-slide .text .h1 {
    font-weight: normal;
    font-size: 16px;
    padding: 5px 0px;
}

.yk_abts .yk_abts_dp .swiper-slide .text .span {
    font-size: 14px;
    display: inline-block;
    background: #ff8400;
    color: #fff;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 5px;
}

.yk_abts .yk_abts_dp .swiper-slide .text .nu {
    color: #b7b7b7;
    font-size: 14px;
}

.yk_abts .yk_abts_dp .swiper-slide .text .te {
    margin-bottom: 10px;
    color: #999999;
    font-size: 14px;
    line-height: 18px;
	max-height:36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.yk_abts .yk_abts_dp .swiper-slide .bor {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    background: #fff;
    position: relative;
    z-index: 30;
    margin-bottom: 10px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.yk_abts .yk_abts_dp .swiper-slide .bor:after {
    content: '';
    position: absolute;
    left: 3px;
    width: 100%;
    top: 3px;
    height: 100%;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    z-index: -1;
}

.yk_abts .yk_abts_dp .swiper-slide .bor:before {
    content: '';
    position: absolute;
    left: 7px;
    width: 100%;
    top: 7px;
    height: 100%;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    z-index: -2;
}

.yk_abts .yk_abts_dp .swiper-slide .bor:hover:before {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=8px); /*兼容ie*/
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17); /*兼容firefox*/
}

.yk_abts .yk_abts_dp .swiper-slide .label {
    width: 100%;
    position: relative;
    display: inline-block; /* padding-right: 30px;*/
    text-align: right;
    font-size: 14px;
    line-height: 40px;
}

.yk_abts .yk_abts_dp .swiper-slide .label input[type="checkbox"]:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #e6e6e6;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.yk_abts .yk_abts_dp .swiper-slide .label input[type="checkbox"]:after {
    display: inline-block;
    color: #333333;
    width: 14px;
    height: 14px;
    background: #d7d7d7;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#bfbfbf), to(#eeeeee));
    background: -webkit-linear-gradient(top, #bfbfbf, #eeeeee);
    background: -moz-linear-gradient(top, #bfbfbf, #eeeeee);
    background: -o-linear-gradient(top, #bfbfbf, #eeeeee);
    background: -ms-linear-gradient(top, #bfbfbf, #eeeeee);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#bfbfbf, endColorstr=#eeeeee);
    content: "";
    text-align: center;
    position: absolute;
    line-height: 1.3;
    left: 3px;
    top: 50%;
    margin-top: -6px;
}

.yk_abts .yk_abts_dp .swiper-slide .label input[type="checkbox"]:checked:after {
    display: inline-block;
    color: #333333;
    width: 10px;
    height: 10px;
    background: #dc0b10;
    content: "";
    text-align: center;
    position: absolute;
    line-height: 1.3;
    left: 5px;
    top: 50%;
    margin-top: -4px;
}

.yk_abts .yk_abts_dp .swiper-slide .label label {
    font-size: 14px;
    margin-left: 30px;
    color: #000000;
    height: 42px;
    line-height: 42px;
}

.yk_abts .yk_abts_dp .r_te {
    width: 17%;
    margin-right: 1%;
    padding-top: 60px;
    text-align: center;
}

.yk_abts .yk_abts_dp .r_te .na {
    font-size: 16px;
    color: #5d5d5d;
}

.yk_abts .yk_abts_dp .r_te .pic {
    padding: 35px 0;
    font-size: 24px;
}

.yk_abts .yk_abts_dp .r_te .pic span {
    color: #ed0003;
    font-size: 30px;
}

.yk_abts .yk_abts_dp .r_te .btn {
    font-size: 18px;
    display: inline-block;
    background: #ff6600;
    color: #fff;
    width: 100%;
    line-height: 50px;
    border-radius: 4px;
}

/*艺课评论*/
.ping_c {
    margin-top: 20px;
}

.ping_c .l_te {
    background: #FFFFFF;
    border-radius: 5px;
    width: 77%;
}

.ping_c .l_te .cho_l {
    line-height: 60px;
    border-bottom: 1px solid #dddddd;
}

.ping_c .l_te .cho_l a {
    display: inline-block;
    padding: 0 30px;
    font-size: 18px;
    position: relative;
}

.ping_c .l_te .cho_l a:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: -2px;
    height: 3px;
    background: #83beda;
    border-radius: 3px;
}

.ping_c .l_te .cho_l a:hover:after, .ping_c .l_te .cho_l a.active:after {
    opacity: 1;
}

.ping_c .l_te .cho_l a:hover span, .ping_c .l_te .cho_l a.active span {
    font-weight: bold;
}

.ping_c .r_te {
    background: #FFFFFF;
    border-radius: 5px;
    width: 21%;
    border: 1px solid #dcdcdc;
}

.ping_c .r_te .til {
    border-bottom: 1px solid #dcdcdc;
    font-size: 25px;
    line-height: 30px;
    padding: 20px;
    text-align: center;
}

.ping_c .r_te .til .f_new {
    color: #999999;
    font-size: 16px;
    cursor: pointer;
}

.ping_c .r_te .list_a {
    padding: 15px;
}

.ping_c .r_te .list_a a {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

.ping_c .r_te .list_a a .img {
    width: 50%;
    overflow: hidden;
    line-height: 80px;
    text-align: center;
}

.ping_c .r_te .list_a a img { /* width: 100%;*/
    max-height: 80px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.ping_c .r_te .list_a a:hover img {
    transform: scale(1.05);
}

.ping_c .r_te .list_a a .tex {
    width: 50%;
    font-size: 14px;
    color: #99a2aa;
}

.ping_c .r_te .list_a a .tex .h1 {
    font-weight: normal;
    line-height: 18px;
    height: 36px;
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ping_c .r_te .list_a a .tex p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pin_abt {
    width: 100%;
    padding: 20px;
}

.pin_abt .pin_list {
    background: #f4f4f4;
    border: 1px solid #e5e5e5;
    padding: 5px;
}

.pin_abt .pin_list .pin_l {
    width: 130px;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    font-size: 14px;
}

.pin_abt .pin_list .pin_l .nu {
    color: #e85308;
    font-size: 25px;
}

.pin_abt .pin_list .ch_ler .label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    text-align: right;
    font-size: 14px;
    line-height: 60px;
    margin-left: 20px;
}

.pin_abt .pin_list .ch_ler .label input[type="radio"]:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #bebebe;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.pin_abt .pin_list .ch_ler .label input[type="radio"]:checked:after {
    display: inline-block;
    color: #333333;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #26b9f7;
    content: "";
    text-align: center;
    position: absolute;
    line-height: 1.3;
    left: 5px;
    top: 50%;
    margin-top: -4px;
}

.pin_abt .pin_abt_te_li {
    line-height: 30px;
    padding: 0 10px;
}

.pin_abt .pin_abt_te_li a {
    display: inline-block;
    width: 100%;
    padding-left: 18px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pin_abt .pin_abt_te_li a:hover {
    font-weight: bold;
    color: #000000;
}

.pin_abt .pin_abt_te_li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0b9ed4;
}

.pin_abt .pin_abt_text {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
   /* display: flex;*/
}
.pin_abt .pin_abt_text.on{ color: #ff8400;}

.pin_abt .pin_abt_text .span{flex: 1;}
.pin_abt .pin_abt_text .span span{ color: #000;}


/*美术频道*/
.fine_arts {
    padding: 20px; /**/
}

.fine_arts .ms_h1 {
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 5px;
    padding-left: 5px;
}

.fine_arts .ms_h1 span {
    color: #c89a3e;
}

.fine_arts .t_swi .l_swi {
    width: 66.55%;
}

.fine_arts .t_swi .l_swi .swiper-in_c1 {
    position: relative;
    overflow: hidden;
}

.fine_arts .t_swi .l_swi .swiper-in_c1 .swiper-slide {
    position: relative;
}

.fine_arts .t_swi .l_swi .swiper-in_c1 .swiper-slide .text {
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, 0 0, 0 60%, from(rgba(0, 0, 0, 0)), to(#000000)); /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000); */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=rgba(0, 0, 0, 0), endColorstr=#000000);
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    padding: 30px 10px 15px 10px;
}

.fine_arts .t_swi .l_swi .swiper-in_c1 .swiper-slide .text p {
    width: 80%;
}

.fine_arts .t_swi .l_swi .swiper-in_c1 .swiper-button-prev {
    background-color: #282828;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    right: 60px;
    left: auto;
    bottom: 10px;
    top: auto;
    margin: 0;
    background-size: 10px auto;
}

.fine_arts .t_swi .l_swi .swiper-in_c1 .swiper-button-prev:hover {
    background-color: #e12c92;
}

.fine_arts .t_swi .l_swi .swiper-in_c1 .swiper-button-next {
    background-color: #282828;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    right: 10px;
    left: auto;
    bottom: 10px;
    top: auto;
    margin: 0;
    background-size: 10px auto;
}

.fine_arts .t_swi .l_swi .swiper-in_c1 .swiper-button-next:hover {
    background-color: #e12c92;
}

.fine_arts .t_swi .l_swi .in_cg {
    margin-top: 22px;
    height: 120px; /* background: #0084ec;         color: #ffffff;*/
}

.fine_arts .t_swi .l_swi .o_img {
    width: 28%;
}

.fine_arts .t_swi .l_swi .o_img:nth-child(2) {
    margin-bottom: 9px;
}

.fine_arts .t_swi .l_oimg {
    width: 33%;
    padding-left: 35px;
}

.fine_arts .t_swi .l_oimg .t_img {
    position: relative;
    overflow: hidden;
}

.fine_arts .t_swi .l_oimg .t_img:nth-child(1) {
    margin-bottom: 7px;
}

.fine_arts .t_swi .l_oimg .t_img img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.fine_arts .t_swi .l_oimg .t_img:hover img {
    transform: scale(1.06);
}

.fine_arts .t_swi .l_oimg .t_img .text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, 0 0, 0 60%, from(rgba(0, 0, 0, 0)), to(#000000)); /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000); */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=rgba(0, 0, 0, 0), endColorstr=#000000);
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding: 20px 10px 10px 10px;
}

.fine_arts .t_swi .l_oimg .in_cg {
    margin-top: 22px;
    height: 120px;
}

.fine_arts .t_swi .l_oimg .te-li a {
    display: inline-block;
    width: 100%;
    line-height: 40px;
    font-size: 18px;
}

.fine_arts .t_swi .l_oimg .te-li a:nth-child(5) {
  /*  margin-bottom: 25px;*/
}

.fine_arts .t_swi .l_oimg .te-li a:hover, .fine_arts .t_swi .l_oimg .te-li a.on {
    font-weight: bold;
}

.fine_arts .t_swi .l_oimg .te-li a .te {
    padding-left: 18px;
    position: relative;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fine_arts .t_swi .l_oimg .te-li a .te:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #666666;
}

.fine_arts .fine_arts-c {
    padding-top: 20px;
}

.fine_arts .fine_arts-c .ms_h1 {
    font-family: "创艺简";
    line-height: 52px;
}

.fine_arts .fine_arts-c .ms_h1 span {
    display: inline-block;
}

.fine_arts .l_per {
    width: 18%;
    border-top: 1px solid #d3cecb;
}

.fine_arts .l_per .ms_h1 span {
    border-top: 3px solid #c89a3e;
    line-height: 52px;
}

.fine_arts .l_per .l_per_list .im {
    text-align: center;
}

.fine_arts .l_per .l_per_list .im img {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    overflow: hidden;
}

.fine_arts .l_per .l_per_list a {
    border-top: 1px solid #d3cecb;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}

.fine_arts .l_per .l_per_list a .h1 {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    padding: 8px 0 8px 0;
    font-weight: bold;
}

.fine_arts .l_per .l_per_list a .te {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.fine_arts .l_per_c {
    width: 59%;
    border-top: 1px solid #d3cecb;
    margin: 0 2.5%;
}

.fine_arts .l_per_c .per_ctop {
    border-top: 1px solid #d3cecb;
}

.fine_arts .l_per_c .list_a {
    color: #282828;
    font-size: 14px;
    line-height: 36px;
}

.fine_arts .l_per_c .list_a span {
    display: inline-block;
    padding: 0 9px;
    margin: 0 10px;
    cursor: pointer;
}

.fine_arts .l_per_c .list_a span.on, .fine_arts .l_per_c .list_a span:hover {
    color: #282828;
    border-bottom: 3px solid #c89a3e;
}

.fine_arts .l_per_c .art_clist a {
    width: 32%;
    border-bottom: 1px solid #e2e2e2;
    margin-right: 2%;
    float: left;
}

.fine_arts .l_per_c .art_clist a:nth-child(3n) {
    margin-right: 0%;
}

.fine_arts .l_per_c .art_clist a:nth-child(n + 4) {
    margin-top: 31px;
}

.fine_arts .l_per_c .art_clist a:hover img {
    transform: scale(1.06);
}

.fine_arts .l_per_c .art_clist .im {
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    height: 167px;
    line-height: 167px;
}

.fine_arts .l_per_c .art_clist .im img {
    width: auto !important;
    height: auto !important;
    max-height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.fine_arts .l_per_c .art_clist .t {
    font-size: 16px;
    line-height: 47.5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fine_arts .l_per_c .in_cg {
    padding: 30px 0 40px 0;
}

.fine_arts .r_per {
    width: 17.5%;
}

.fine_arts .r_per .r-c {
    border: 1px solid #d3cecb;
}

.fine_arts .r_per .ms_h1 i {
    display: inline-block;
    border-top: 3px solid #c89a3e;
    line-height: 52px;
}

.fine_arts .r_per .swi {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.fine_arts .r_per .swi .text {
    margin-top: 20px;
    padding: 10px 8px;
}

.fine_arts .r_per .swi .text .name {
    font-size: 14px;
}

.fine_arts .r_per .swi .text .name i {
    font-size: 18px;
    font-weight: bold;
}

.fine_arts .r_per .swi .text .te {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.fine_arts .r_per .swi .swiper-pagination {
    top: 248px;
    bottom: auto;
    line-height: 30px;
}

.fine_arts .r_per .swi .swiper-pagination .swiper-pagination-bullet {
    background: #000000;
    opacity: 1;
}

.fine_arts .r_per .swi .swiper-pagination .swiper-pagination-bullet-active {
    background: #c89a3e;
}

.fine_arts .r_per .in_cg {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 40px;
}
.fine_arts .r_per .r-c a{width: 100%;}
.fine_arts .r_per .im {
    overflow: hidden;
    text-align: center;
}

.fine_arts .r_per .im:hover img {
    transform: scale(1.06);
}

.fine_arts .r_per .im img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.fine_arts .r_per .h1_t {
    font-size: 16px;
    line-height: 24px;
    padding: 6px 8px 5px 8px;
}

.fine_arts .r_per .r_olist {
    border-top: 1px solid #d3cecb;
    width: 95%;
    margin: 0 auto;
    padding: 8px 8px 8px 8px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.fine_arts .r_per .r_olist a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fine_arts .r_per .r_olist img {
    margin-top: 7px;
    height: 70px;
    width: 100%;
}

.c_msu_list {
    padding: 40px 0;
}

.c_msu_list .list_a {
    color: #282828;
    padding-top: 15px;
    font-size: 21px;
    line-height: 36px;
    text-align: center;
    border-bottom: 1px solid #d1d1d1;
}

.c_msu_list .list_a span {
    display: inline-block;
    padding: 0 9px;
    margin: 0 10px;
    cursor: pointer;
}

.c_msu_list .list_a span.on, .c_msu_list .list_a span:hover {
    color: #282828;
    font-weight: bold;
    border-bottom: 3px solid #c89a3e;
}

.c_msu_list .art_clist {
    margin-top: 20px;
}

.c_msu_list .art_clist a {
    width: 19%;
    border-bottom: 1px solid #e2e2e2;
    margin-right: 1.25%;
    float: left;
}

.c_msu_list .art_clist a:nth-child(5n) {
    margin-right: 0%;
}

.c_msu_list .art_clist a:nth-child(n + 6) {
    margin-top: 31px;
}

.c_msu_list .art_clist a:hover img {
    transform: scale(1.06);
}

.c_msu_list .art_clist .im {
    border-radius: 5px;
    overflow: hidden;
    height: 167px;
    line-height: 167px;
    text-align: center;
}

.c_msu_list .art_clist .im img {
    width: auto !important;
    height: auto !important;
    max-height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.c_msu_list .art_clist .t {
    font-size: 16px;
    line-height: 47.5px;
    overflow: hidden;
    white-space:  nowrap;
    text-overflow: ellipsis;
}

.c_msu_list_s.c_amehp_c .hp_til a {
    padding: 0 8px;
}

.c_amehp_c.c_msu_list_s .hp_til a:hover, .c_amehp_c.c_msu_list_s .hp_til a.active {
    background: #a07b32;
}

.c_msu_c {
    padding: 0 20px;
}

.c_msu_c .t_abt {
    background: #FFFFFF;
    text-align: center;
    padding: 50px 0;
}

.c_msu_c .t_abt img {
    width: auto !important;
    height: auto !important;
}

.c_msu_c .r_let {
    width: 30%;
    padding: 25px;
    margin-top: 20px;
    background: #fff;
}

.c_msu_c .r_let .h1_r {
    font-size: 24px;
    font-weight: normal;
    position: relative;
}

.c_msu_c .r_let .h1_r:after {
    content: '';
    position: absolute;
    right: 0;
    width: 50%;
    width: calc(100% - 104px);
    height: 11px;
    top: 50%;
    background: #d8eaf2;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.c_msu_c .r_let .ttil {
    font-size: 18px;
    line-height: 30px;
    padding: 15px 0;
    text-align: center;
}

.c_msu_c .r_let .te_li {
    line-height: 40px;
    padding: 20px 0;
    font-size: 18px;
}

.c_msu_c .r_let .te_li p {
    padding-left: 8px;
    border-bottom: 1px solid #eaeaea;
}

.c_msu_c .r_let .im {
    margin-top: 20px;
    text-align: center;
}

.c_msu_c .r_let .im img {
    width: auto !important;
    height: auto !important;
}

.c_msu_c .l_let {
    width: 68%;
    margin-top: 20px;
}

.c_msu_c .l_let .l_letop {
    margin-bottom: 20px;
    background: #fff;
    padding: 30px;
    font-size: 16px;
}

.c_msu_c .l_let .l_letop .h1 {
    font-size: 24px;
    color: #351b15;
    padding-bottom: 20px;
}

.c_msu_c .l_let .l_letop .te {
    line-height: 30px;
    color: #666666;
}

/*艺展频道*/
.c_yz { /* 展品详情*/
}

.c_yz .swiper-in_ys1 {
    position: relative;
    overflow: hidden;
    width: 75%;
}
.c_yz .swiper-in_ys1 a{    display: inline-block;  width: 100%;}

.c_yz .c_yz_c {
    padding: 0 10px;
}

.c_yz .w {
    position: relative;
    padding: 0 20px;
}

.c_yz .t_swi {
    background: #015e9b;
    position: relative;
}

.c_yz .t_swi .div_rlist {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    background: #f6f6f6;
    width: 25%;
    padding: 5px;
}

.c_yz .t_swi .div_rlist .h1 {
    font-size: 21px;
    color: #d10007;
    padding: 5px;
}

.c_yz .t_swi .div_rlist .a_li {
    border-top: 1px solid #d0d0d0;
}

.c_yz .t_swi .div_rlist .a_li a {
    display: inline-block;
    width: 100%;
    line-height: 30px;
    padding-left: 20px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c_yz .t_swi .div_rlist .a_li a:hover {
    font-weight: bold;
}

.c_yz .t_swi .div_rlist .a_li a:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #3d3d3d;
}

.c_yz .list_a {
    color: #282828;
    padding-top: 15px;
    font-size: 21px;
    line-height: 36px;
    text-align: left;
    border-bottom: 1px solid #d1d1d1;
}

.c_yz .list_a span {
    display: inline-block;
    padding: 0 10px;
    margin: 0 10px;
    cursor: pointer;
}

.c_yz .list_a span.on, .c_yz .list_a span:hover {
    color: #282828;
    font-weight: bold;
    border-bottom: 3px solid #6699cc;
}

.c_yz .yz_clist {
    padding: 35px 0;
}

.c_yz .yz_clist a {
    width: 14.5%;
    margin-right: 2.6%;
    background: #FFFFFF;
    float: left;
    border-radius: 10px;
    overflow: hidden;
}

.c_yz .yz_clist a:nth-child(6n) {
    margin-right: 0%;
}

.c_yz .yz_clist a:nth-child(n + 7) {
    margin-top: 25px;
}

.c_yz .yz_clist a:hover img {
    transform: scale(1.06);
}

.c_yz .yz_clist .im {
    overflow: hidden;
    height: 220px;
    line-height: 220px;
    text-align: center;
}

.c_yz .yz_clist .im img {
    height: auto !important;
    width: auto !important;
    max-height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.c_yz .yz_clist .t {
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #351b15;
    position: relative;
}

.c_yz .yz_clist .t:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -22px;
    width: 54px;
    height: 3px;
    bottom: 0;
    background: #68a5da;
}

.c_yz .yz_clist .time {
    color: #351b15;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.c_yz .n_adr {
    padding-left: 20px;
}

.c_yz #certify {
    position: relative;
    margin: 0 auto;
    background: #FFFFFF;
}

.c_yz #certify .swiper-container_yz {
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.c_yz #certify .swiper-slide {
    width: 980px !important; height: 408px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
    text-align: center;
}

.c_yz #certify .swiper-slide img { /*display: block;*/
    width: auto!important;
    height: auto!important;

    max-height: 100%;
}

.c_yz #certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

.c_yz #certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

.c_yz #certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.c_yz #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

.c_yz .c_yz_c_ab_te {
    padding: 25px 0;
    margin: 10px 0;
    background: #fff;
}

.c_yz .c_yz_c_ab_te .l_te {
    width: 55%;
    min-height: 360px;
    border-right: 1px solid #e8e8e8;
    padding: 0 30px;
}

.c_yz .c_yz_c_ab_te .l_te .h2 {
    font-size: 24px;
    color: #351b15;
    font-weight: bold;
}

.c_yz .c_yz_c_ab_te .l_te .te {
    margin-top: 15px;
    font-size: 16px;
    line-height: 30px;
}

.c_yz .c_yz_c_ab_te .r_te {
    width: 45%;
    padding: 0 30px;
}

.c_yz .c_yz_c_ab_te .r_te .p_li {
    font-size: 18px;
    line-height: 48px;
}

.c_yz .c_yz_c_ab_te .r_te .p_li .na {
    font-weight: bold;
    min-width: 86px;
    text-align: justify;
    display: inline-block;
}

.c_yz .c_yz_c_ab_te .r_te .p_li .te_c {
    color: #666666;
}

.c_yz .c_yz_c_ab_te .r_te .p_li .te_c i {
    color: #ff3300;
    font-size: 20px;
    font-weight: bold;
}

.c_yz .c_yz_c_ab_te .r_te .btn1 {
    margin-top: 25px;
    width: 48%;
    font-size: 21px;
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 55px;
    background: #ff8400;
    border-radius: 5px;
}
.c_yz .c_yz_c_ab_te .r_te .btn1 a{display: inline-block;width: 100%;}

.c_yz .c_yz_c_ab_te .r_te .btn2 {
    margin-top: 25px;
    width: 48%;
    font-size: 21px;
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 55px;
    background: #ef4300;
    border-radius: 5px;
}

.c_yz .c_yz_coli {
    margin: 10px 0;
    background: #fff;
}

.c_yz .c_yz_coli .list_a {
    padding-left: 20px;
}

.c_yz .c_yz_coli .ins_con_yz .con {
    padding: 60px;
}

.c_yz .c_yz_coli .ins_con_yz .con .im {
    width: 23%;
}

.c_yz .c_yz_coli .ins_con_yz .con .im img {
    height: auto !important;
}

.c_yz .c_yz_coli .ins_con_yz .con .tex {
    width: 75%;
}

.c_yz .c_yz_coli .ins_con_yz .con .tex .h1 {
    font-size: 30px;
}

.c_yz .c_yz_coli .ins_con_yz .con .tex .te {
    margin-top: 15px;
    line-height: 30px;
    font-size: 16px;
    color: #666666;
}

.c_yz .c_yz_coli .ins_con_yz .con .t_oh1 {
    padding: 25px 0;
    font-size: 24px;
    font-weight: normal;
    position: relative;
}

.c_yz .c_yz_coli .ins_con_yz .con .t_oh1:after {
    content: '';
    position: absolute;
    right: 0;
    width: 50%;
    width: calc(100% - 150px);
    height: 11px;
    top: 50%;
    background: #e3f2ff;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.c_yz .top_t {
    background: #fff;
    margin: 15px 0;
}

.c_yz .hp_til {
    line-height: 42px;
    padding: 15px 0;
}

.c_yz .hp_til:nth-child(n+2) {
    border-top: 1px solid #e2e2e2;
}

.c_yz .hp_til a, .c_yz .hp_til span {
    padding: 0 12px;
    float: left;
    line-height: 27px;
    border-radius: 5px;
    margin-left: 5px;
}

.c_yz .hp_til span {
    text-align: justify;
    width: 104px;
}

.c_yz .hp_til a {
    color: #666666;
}

.c_yz .hp_til a:hover, .c_yz .hp_til a.active {
    color: #ffffff;
    background: #4b8bc2;
}

.c_yz_zabt {
    padding: 40px 20px;
}

.c_yz_zabt .abt_t {
    background: #FFFFFF;
    padding: 25px;
}

.c_yz_zabt .abt_t .im {
    width: 26.5%;
}

.c_yz_zabt .abt_t .im img {
    width: auto !important;
    height: auto !important;
}

.c_yz_zabt .abt_t .tex {
    width: 73.5%;
    padding: 0 50px;
}

.c_yz_zabt .abt_t .tex .h1 {
    font-size: 24px;
    color: #351b15;
    font-weight: bold;
    padding: 25px 0;
}

.c_yz_zabt .abt_t .tex .te {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    height: 240px;
    overflow: auto;
    border-bottom: 1px solid #e8e8e8;
}

.c_yz_zabt .abt_t .tex .te_bt {
    padding-top: 25px;
    font-weight: bold;
    font-size: 18px;
    line-height: 36px;
}

._citys {
    background: #FFFFFF;
}

.c_yz_zabt .abt_imlist {
    overflow: hidden;
    position: relative;
    margin-top: 40px; /* height: 1550px;*/
}

.pho_re{
    box-shadow: 0px 1px 3px #c89a3e;
    position: fixed;
    left: 2%;
    top: 50%;
    width: 59px;
    line-height: 29px;
    text-align: center;
    background: #fff;
    font-size: 12px;
    transform: translate(0, -50%);
    color: #333;
    z-index: 100;
    cursor: pointer;
}
.pho_re img{width: 38%;}

.pho_re_w{
    box-shadow: 0px 1px 3px #c89a3e;
    position: fixed;
    right: 2%;
    bottom: 0%;
    width: 36px;
    line-height: 24px;
    text-align: center;
    background: #fff;
   /* transform: translate(0, -50%);*/
    z-index: 100;
    cursor: pointer;
    font-size: 12px;
    color: #c89a3e;
    -webkit-touch-callout:none; /系统默认菜单被禁用/
    -webkit-user-select:none; /webkit浏览器/
    -moz-user-select:none;/火狐/
    -ms-user-select:none; /IE10/
    user-select:none;
}
.pho_re_w:before{
    -webkit-touch-callout:none; /系统默认菜单被禁用/
-webkit-user-select:none; /webkit浏览器/
-moz-user-select:none;/火狐/
-ms-user-select:none; /IE10/
user-select:none;
}

.pho_re_w .iconfont{
    display: inline-block;
    width: 36px;font-size: 18px;
    line-height: 16px;
}

.pho_re_t{
    box-shadow: 0px 1px 3px #c89a3e;
    position: fixed;
    right: 2%;
    bottom: 58px;
    width: 36px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    z-index: 100;
    cursor: pointer;
    font-size: 12px;
    color: #c89a3e;
    -webkit-touch-callout:none; /系统默认菜单被禁用/
    -webkit-user-select:none; /webkit浏览器/
    -moz-user-select:none;/火狐/
    -ms-user-select:none; /IE10/
    user-select:none;
}
.pho_re_t:before{
    -webkit-touch-callout:none; /系统默认菜单被禁用/
-webkit-user-select:none; /webkit浏览器/
-moz-user-select:none;/火狐/
-ms-user-select:none; /IE10/
user-select:none;
}
.pho_re_t .iconfont{

    transform: rotate(180deg);
    display: inline-block;
    width: 36px;font-size: 18px;
    line-height: 16px;
}
.pho_re_t span{vertical-align: top;display: inline-block;}
.pho_re_w span{vertical-align: top;display: inline-block;}




.c_yz_zabt .abt_imlist li {
    position: absolute;
    list-style: none;
    width: calc((100% - 90px)/3);
    float: left;
    margin-right: 3%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 28px;
}

.c_yz_zabt .abt_imlist li a {
    display: inline-block;
    width: 100%;
}

.c_yz_zabt .abt_imlist li:nth-child(3n) {
    margin-right: 0;
}

.c_yz_zabt .abt_imlist li:hover img {
    transform: scale(1.06);
}

.c_yz_zabt .abt_imlist li .im {
    overflow: hidden;
}

.c_yz_zabt .abt_imlist li .im img {
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.c_yz_zabt .abt_imlist li .tex {
    padding: 10px 18px;
    font-size: 16px;
    line-height: 22px;
}

.c_yz_zabt .abt_imlist li .tex dt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c_yz_zabt .abt_imlist li .tex dd {
    color: #df000c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c_yz_zabt .abt_imlist li .iconfont {
    display: inline-block;
    width: 40px;
    margin-top: 2px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 20px;
    background: #68a5da;
}

.main {
    min-height: calc(100% - 382px);
}

.bgno {
    background: none !important;
}

.ture_te {
    font-size: 24px;
    font-weight: normal;
    padding-top: 15px;
}

.tI_top {
    color: #cc0000;
    font-size: 18px;
    padding-top: 15px;
}

/*艺拍频道*/
.c_yp .t_swi_yp {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 315px;
min-height: 440px;
}

.c_yp .t_swi_yp .div_rlist {
    overflow: hidden;
    background: #f6f6f6;
    width: 25%;
    padding: 10px;
}

.c_yp .t_swi_yp .div_rlist .h1 {
    font-size: 21px;
    color: #d10007;
    width: auto!important;
    padding: 5px;
}

.c_yp .t_swi_yp .div_rlist .a_li {
    border-top: 1px solid #d0d0d0;
}

.c_yp .t_swi_yp .div_rlist .a_li a {
    display: inline-block;
    width: 100%;
    line-height: 36px;
    padding-left: 20px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c_yp .t_swi_yp .div_rlist .a_li a:hover {
    font-weight: bold;
}

.c_yp .t_swi_yp .div_rlist .a_li a:nth-child(n+9) {
    display: none;
}

.c_yp .t_swi_yp .div_rlist .a_li a:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #3d3d3d;
}

.c_yp .yp_lc {
    margin: 30px 0;
    border: 1px solid #c5adad;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #FFFFFF;
}

.c_yp .yp_lc .im {
    padding: 18px;
    background: #e2d3d3;
}

.c_yp .yp_lc .lc_list {
    width: calc(100% - 126px);
    line-height: 126px;
}

.c_yp .yp_lc .lc_list .li {
    display: inline-block; /*width: 25%;*/
    padding-left: 35px;
}

.c_yp .yp_lc .lc_list .li .num {
    display: inline-block;
    vertical-align: middle;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
    font-size: 36px;
    color: #a01f24;
    font-weight: bold;
    text-align: center;
    background: #efe6e6;
}

.c_yp .yp_lc .lc_list .li dl {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    line-height: 24px;
}

.c_yp .yp_lc .lc_list .li dl dt {
    font-size: 18px;
    font-weight: bold;
}

.c_yp .yp_lc .lc_list .li dl dd {
    font-size: 14px;
    color: #999999;
}

.c_yp .list_a {
    color: #323232;
    padding-top: 15px;
    font-size: 21px;
    line-height: 40px;
    text-align: left;
    border-bottom: 1px solid #d1d1d1;
}

.c_yp .list_a span {
    display: inline-block;
    padding: 0 10px;
    margin: 0 60px;
    cursor: pointer;
}

.c_yp .list_a span.on, .c_yp .list_a span:hover {
    color: #000000;
    font-weight: bold;
    border-bottom: 3px solid #6699cc;
}

.c_yp .yp_clist {
    padding: 35px 0;
}

.c_yp .yp_clist a {
    width: 19%;
    margin-right: 1.25%;
    background: #FFFFFF;
    float: left;
    border-radius: 10px;
    overflow: hidden;
}



.c_yp .yp_clist a:nth-child(5n) {
    margin-right: 0%;
}

.c_yp .yp_clist a:nth-child(n + 6) {
    margin-top: 25px;
}

.c_yp .yp_clist_four a{
    width: 24%;
    margin-right: 1.33%;
}
.c_yp .yp_clist_four a:nth-child(4n) {
    margin-right: 0%;
}
.c_yp .yp_clist_four a:nth-child(n + 5) {
    margin-top: 25px;
}

.c_yp .yp_clist a:hover img {
    transform: scale(1.06);
}

.c_yp .yp_clist .im {
    overflow: hidden;
    max-height: 200px;
    line-height: 200px;
    text-align: center !important;
}

.c_yp .yp_clist .im img {
    width: auto!important;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    height: auto !important;
    max-height: 200px;
}

.c_yp .yp_clist .tex {
    padding: 0 10px 10px 10px;
}

.c_yp .yp_clist .t {
    margin: 10px 0;
    font-size: 16px;
    color: #666666;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    text-align: left;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}

.c_yp .yp_clist .n_pic {
    padding-top: 10px;
    color: #cc3300;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}

.c_yp .yp_clist .time {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}

.c_yp .ad2 {
    width: 100%;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 10px 0;
}

.c_yp .ad2 a {
    display: inline-block;
    vertical-align: top;
    height: 122px;
    background: #4f5e7b;
    width: 100%;
    position: relative;
}

.c_yp .ad2 a .te_s {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.c_yp .c_yz_c .sort_time .na {
    font-size: 18px;
    color: #282828;
    line-height: 66px;
    font-weight: bold;
}

.c_yp .c_yz_c .sort_time .na .iconfont {
    color: #282828;
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    margin-right: 10px;
}

.c_yp .c_yz_c .sort_time .t_list {
    display: inline-block;
    background: #FFFFFF;
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}

.c_yp .c_yz_c .sort_time .t_list .t_li {
    float: left;
    cursor: pointer;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    color: #666666;
    text-align: center;
    display: inline-block;
    width: 90px;
    line-height: 60px;
}

.c_yp .c_yz_c .sort_time .t_list .t_li:hover, .c_yp .c_yz_c .sort_time .t_list .t_li.active {
    background: #2287de;
    font-weight: bold;
    color: #FFFFFF;
}

.h1_nehot {
    font-size: 24px;
    color: #ff6c00;
    font-weight: bold;
}

.c_yp_pcen .lcen {
    width: 80%;
}

.c_yp_pcen .lcen .t_swi {
    padding: 8px 18px;
    background: #fff;
    position: relative;
}

.c_yp_pcen .lcen .t_swi .l_sw {
    width: calc(100% - 132px);
    position: relative;
    overflow: hidden;
}

.t_swi .l_sw .view_swiper-container .swiper-slide {
    line-height: 491px;
    text-align: center;
}

.t_swi .l_sw .view_swiper-container .swiper-slide img {
    max-height: 491px;
    height: auto !important;
    width: auto !important;
}

.c_yp_pcen .lcen .t_swi .r_sw {
    position: absolute;
    right: 18px;
    top: 18px;
    overflow: hidden;
    height: calc(100% - 36px);
    width: 123px;
}

.c_yp_pcen .lcen .t_swi .r_sw .preview {
    height: 100%;
}

.c_yp_pcen .lcen .t_swi .r_sw .preview_swiper-container {
    height: 100%;
}

.c_yp_pcen .lcen .t_swi .r_sw .preview .swiper-slide { /* width: 90px; */ /* border: 1px solid #e9e9e9;*/
    height: 90px;
    line-height: 90px;
    text-align: center;
    margin-bottom: 10px;
}

.c_yp_pcen .lcen .t_swi .r_sw .preview .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.c_yp_pcen .lcen .t_swi .r_sw .preview .active-nav { /*  border: 3px solid #ef0000;*/
}

.c_yp_pcen .lcen .c_yp_pro_na {
    margin-top: 20px;
    background: #FFFFFF;
    padding: 25px 35px;
    line-height: 55px;
}

.c_yp_pcen .lcen .c_yp_pro_na .til {
    font-weight: bold;
    font-size: 24px;
    line-height: 40px; /*padding: 10px 0;*/
    width: calc(100% - 460px); /*overflow: hidden;  white-space: nowrap;  text-overflow: ellipsis;*/
    width: 100%;
}

.c_yp_pcen .lcen .c_yp_pro_na span.pin {
    line-height: 60px;
    font-size: 10px;
}

.c_yp_pcen .lcen .c_yp_pro_na .r_text {
   /* border-left: 1px solid #dedede;*/
}

.c_yp_pcen .lcen .c_yp_pro_na .r_text .bt {
    display: inline-block;
    font-size: 14px;
    line-height: 48px;
    background: #cccccc;
    color: #FFFFFF;
    text-align: center;
    width: 55px;
    border-radius: 5px;
}

.c_yp_pcen .lcen .c_yp_pro_na .r_text .num {
    margin-left: 10px;
    font-size: 14px;
    display: inline-block;
    line-height: 48px;
    padding-right: 10px;
}
.c_yp_pcen .lcen .c_yp_pro_na .r_text .num i{vertical-align: middle;}

.c_yp_pcen .lcen .na_two {
    background: #FFFFFF;
    padding: 25px 35px;
    margin-top: 20px;
}

.c_yp_pcen .lcen .na_two .til {
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    padding: 10px 0;
}

.c_yp_pcen .lcen .na_two .te_bt {
    width: 100%;
    padding: 25px 0;
    font-size: 14px;
    line-height: 34px;
    color: #666666;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

.c_yp_pcen .lcen .na_two .te_bt span {
    display: inline-block;
    margin-right: 60px;
}

.c_yp_pcen .lcen .na_two .te_bt span:last-child {
    margin-right: 0;
}

.c_yp_pcen .lcen .na_two .te_bm {
    padding: 25px 0;
    border-bottom: 1px solid #f0f0f0;
}

.c_yp_pcen .lcen .na_two .te_bm .l_at {
    display: inline-block;
    width: 55px;
    font-size: 14px;
    height: 48px;
    text-align: center;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 4px 10px;
    background: #e73904;
}

.c_yp_pcen .lcen .na_two .te_bm .l_at.no {
    background: #b7b7b7;
}

.c_yp_pcen .lcen .na_two .te_bm .l_te_bm {
    display: inline-block;
    margin-left: 15px;
    color: #666666;
    font-size: 14px;
    width: 182px;
    line-height: 24px;
}

.c_yp_pcen .lcen .na_two .te_bm .r_te_bm {
    border-left: 1px solid #dedede;
    padding-left: 80px;
    font-size: 14px;
    line-height: 37px;
}

.c_yp_pcen .lcen .na_two .te_bm .r_te_bm .cg {
    color: #666666;
}

.c_yp_pcen .lcen .na_two .te_bm .r_te_bm .rf30 {
    display: inline-block;
    min-width: 110px;
    margin-left: 5px;
}

.c_yp_pcen .lcen .na_two .la_bt {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: right;
}

.c_yp_pcen .lcen .na_two .la_bt .la_bt_te {
    font-size: 14px;
    color: #999999;
    padding-left: 20px;
    line-height: 55px;
    vertical-align: middle;
}

.c_yp_pcen .lcen .na_two .la_bt .add {
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #d3d3d3;
    line-height: 55px;
    overflow: hidden;
    border-radius: 5px;
    margin: 0 15px;
}

.c_yp_pcen .lcen .na_two .la_bt .add input {
    vertical-align: top;
    height: 55px;
    display: inline-block;
    width: 220px;
    color: #e94e2b;
    font-size: 24px;
    padding-left: 25px;
}

.c_yp_pcen .lcen .na_two .la_bt .add dl {
    line-height: 27.5px;
    vertical-align: top;
    display: inline-block;
    width: 40px;
    text-align: center;
    color: #a6a6a6;
    border-left: 1px solid #d3d3d3;
    background: #f0f0f0;
    cursor: pointer;
    font-size: 25px;
}

.c_yp_pcen .lcen .na_two .la_bt .add dl dt:hover, .c_yp_pcen .lcen .na_two .la_bt .add dl dd:hover {
    color: #282828;
}

.c_yp_pcen .lcen .na_two .la_bt .add dl dd {
    border-top: 1px solid #d3d3d3;
}

.c_yp_pcen .lcen .na_two .btn {
    vertical-align: middle;
    display: inline-block;
    font-size: 21px;
    color: #FFFFFF;
    text-align: center;
    width: 210px;
    cursor: pointer;
    line-height: 57px;
    background: #ff6600;
    border-radius: 5px;
}

.c_yp_pcen .lcen .na_two .btn.red {
    background: #d23030;
}

.c_yp_pcen .rcen {
    width: 20%;
    padding-left: 20px;
}

.c_yp_pcen .rcen .cen_te {
    background: #FFFFFF;
    padding: 10px;
}

.c_yp_pcen .rcen .h1 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding: 20px 0;
}

.c_yp_pcen .rcen .rcen_list .li {
    margin-bottom: 15px;
}

.c_yp_pcen .rcen .rcen_list .li:hover img {
    transform: scale(1.05);
}

.c_yp_pcen .rcen .rcen_list .li .im {
    text-align: center;
    overflow: hidden;
}

.c_yp_pcen .rcen .rcen_list .li .im img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.c_yp_pcen .rcen .rcen_list .li .tex {
    padding: 10px 25px;
}

.c_yp_pcen .rcen .rcen_list .li .tex .t {
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}

.c_yp_pcen .rcen .rcen_list .li .tex .pric {
    line-height: 24px;
    font-size: 14px;
}

.c_yp_pcen .rcen .rcen_list .li .tex .pric .num {
    color: #d23030;
}

.c_yp_pcen .rcen .rcen_list .li .tex .pric .times {
    background: #d23030;
    color: #FFFFFF;
    text-align: center;
    width: 80px;
    display: inline-block;
    position: relative;
}

.c_yp_pcen .rcen .rcen_list .li .tex .pric .times:before {
    content: '';
    top: 7px;
    position: absolute;
    right: 100%;
    border-width: 5px 5px 5px 0;
    border-style: solid;
    border-color: transparent #d23030 transparent transparent; /*透明 灰 透明 透明 */
}

.f18 {
    font-size: 18px;
}

.f16 {
    font-size: 16px;
}

.rf30 {
    font-size: 30px;
    color: #e73904;
}

.rf {
    color: #cc0000;
}

.f_or {
    color: #ff3300;
}

.bor {
    font-weight: bold;
}

/*拍卖 会员补充信息*/
.bg22 {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    z-index: 100000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.in_peo {
    padding-top: 15px;
    background: #fff;
    border-radius: 5px;
    position: fixed;
    left: 50%;
    top: 50%;
    overflow: auto;
    max-height: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 100000;
    width: 900px;
    max-width: 90%;
    padding: 0 70px 70px;
}

.in_peo .h1 {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    font-size: 30px;
}

.in_peo .te {
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #ff3300;
}

.in_peo .input {
    vertical-align: top;
    display: inline-block;
    margin-bottom: 18px;
    text-align: center;
    padding: 40px 0;
    line-height: 55px;
    width: 100%;
}

.in_peo .input .li {
    margin-top: 10px;
}

.in_peo .input .na {
    width: 100px;
    display: inline-block;
}

.in_peo .input input {
    display: inline-block;
    width: 400px;
    height: 55px;
    line-height: 53px;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    padding-left: 15px;
}

.in_peo .input input::-webkit-input-placeholder {
    color: #cccccc;
    font-size: 16px;
}

.in_peo .input input:-moz-placeholder {
    color: #cccccc;
    font-size: 16px;
}

.in_peo .input input::-moz-placeholder {
    color: #cccccc;
    font-size: 16px;
}

.in_peo .input input:-ms-input-placeholder {
    color: #cccccc;
    font-size: 16px;
}

.in_peo .input .w2_input {
    width: 250px;
}

.in_peo .btn {
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    background: #26b9f7;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
}

.bshare-custom.icon-medium-plus, .bshare-custom.icon-large {
    float: none !important;
}

.bshare-custom.icon-medium-plus a {
    height: 22px !important;
}

.bshare-custom.icon-medium-plus .bshare-qqim {
    background-size: 21px auto !important;
    padding-left: 23px !important;
}

.bshare-custom.icon-medium-plus .bshare-weixin {
    background: url(http://static.bshare.cn/frame/images/logos/mp2/weixin.gif) no-repeat !important;
    background-size: 21px auto !important;
    padding-left: 23px !important;
}

.bshare-custom.icon-medium-plus .bshare-qzone {
    background: url(http://static.bshare.cn/frame/images/logos/mp2/sprite/top_logos_sprite.gif) no-repeat 0 -289px !important;
    background-size: 21px auto !important;
    padding-left: 23px !important;
}

.bshare-custom.icon-medium-plus .bshare-sinaminiblog {
    background: url("http://static.bshare.cn/frame/images/logos/mp2/sprite/top_logos_sprite.gif") no-repeat 0 -334px !important;
    background-size: 21px auto !important;
    padding-left: 23px !important;
}

.bshare-custom.icon-medium-plus .bshare-renren {
    background: url("http://static.bshare.cn/frame/images/logos/mp2/sprite/top_logos_sprite.gif") no-repeat 0 -311px !important;
    background-size: 21px auto !important;
    padding-left: 23px !important;
}

.bshare-custom.icon-medium-plus a.bshare-more.more-style-addthis {
    background-size: 21px auto !important;
    padding-left: 23px !important;
}

#message {
    font-size: 16px;
    background: #f1f6f985;
    border-radius: 10px;
    text-indent: 2em;
    height: 237px;
    overflow: auto;
    padding: 10px 0;
}

.yk_abts .yk_abts_dp .fl {
    width: 100%;
}
.yk_abts .yk_abts_dp .fl span{width: auto}

.in_pro .ad2_2.ad2_2_news a{width: 65%; }
.in_pro .ad2_2.ad2_2_news  a:first-child{    width: 34%; }


