.new-up3 .title {
    margin-bottom: 15px;
    margin-top: 5px;
    position: relative;
}
.new-up3 .title .theme {
    float: left;
    font-size: 22px;
    /*font-weight: bold;*/
    color: #333;
    /*text-shadow: 0 2px 1px rgba(0,0,0,0.1);*/
}

.new-up3 .title .theme .fa {
    color: #ff6428;
    font-size: 24px;
    margin-right: 10px;
}

.detailplay .title .theme .fa{
float: left;
}
.new-up3 .item {
    float: left;
    width: 13.15%;
    height: 245px;
    margin-right: 1%;
    margin-bottom: 20px;
    position: relative;
}

.new-up3 .item .item-con {
    width: 100%;
    transition: all 0.3s;
    height: 100%;
    overflow: hidden;
    position: absolute;
    box-sizing: content-box;
    padding: 5px;
    color: #333;
}

.new-up3 .item:hover .item-con {
    height: 352px;
    background: #fff;
    box-shadow: 0 0 6px 3px rgba(0,0,0,0.2);
    z-index: 111;
}

.new-up3-list{
    margin-right: -15px;
}
.new-up3-list .item img {
    width: 100%;
    height: 100%;
    transition: all .25s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.new-up3-list.img-auto-height-list .item img {
    width: 100%;
    height: auto;
    max-height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.new-up3-list .state {
    position: absolute;
    background: rgba(0, 0, 0, 0.66);
    text-align: right;
    right: 5px;
    top: 5px;
    font-size: 12px;
    white-space: nowrap;
    width: auto;
    z-index: 11;
    overflow: hidden;
    text-overflow: ellipsis;
    background: none;
    color: #fff;
    line-height: 18px;
    border-bottom-left-radius: 0;
    padding: 0;
    padding-left: 14px;
    max-width: 97%;
}
.new-up3-list .state em {
    display: block;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding: 0 5px;
    z-index: 2;
    position: relative;
    background: #FF9900;
}
.new-up3-list .state:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-right: 16px solid #FF9900;
    left: -7px;
    top: -11px;
    transform: rotateZ(3deg);
    z-index: 1;
}
.new-up3 .info-layer {
    width: 100%;
    height: 100%;
    top: 88%;
    color: #333;
    transition: all 0.3s;
    padding-top: 5px;
	display:block;
}

.new-up3 .info-layer > p {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 15px;
    font-size: 12px;
    color: #736767;
}
.new-up3 .info-layer > p label {
    font-weight: normal;
}
.new-up3 .subject {
    font-weight: bold;
    color: #736767;
    padding-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    height: 23px;
    line-height: 1;
}

.new-up3 .subject a {
    max-width: 63%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    float: left;
    font-size: 13px;
    line-height: 1;
    height: 22px;
    padding-top: 1px;
}

.new-up3 .update {
    float: right;
    max-width: 37%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    font-size: 12px;
    position: relative;
    top: 2px;
}

.new-up3 .info-layer .play {
    text-align: center;
    font-size: 40px;
}

.new-up3 .item .thumb {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 6px 3px rgba(214, 214, 214, 0.3) inset;
    height: 228px;
    background: #fff;
}

.new-up3 .item .thumb:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.new-up3-list .item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.new-up3-list.img-auto-height-list .item:hover img {
    transform: translateY(-50%) scale(1.02);
}

.new-up3 .item .hot {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    padding: 1px 3px 0px 10px;
    color: #ff6428;
    font-size: 12px;
    border-top-left-radius: 15px;
}

.ellipsis-one {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-two {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.new-up3-list .item:hover .info-layer {
    top: 0;
}
.new-up3 .title .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    font-size: 14px;
}
.card-wrap3{
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    padding: 15px 20px;
}
.rolling-tips {
    max-height: 20px;
    position: relative;
    top: 5px;
}
.rolling-tips {
    max-height: 20px;
    position: relative;
    top: 5px;
}

.rolling-tips .today-up, .rolling-tips .today_up {
    color: #ff9900;
    font-size: 12px;
}

.rolling-tips .today-up:hover {
    color: #0889f6;
    color: #ff6428;
}
.rolling-tips {
        height: 20px;
        top: 2px;
        float: right;
    }

.rolling-tips li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
@media (max-width: 768px) {
.card-wrap3 {
        padding: 10px 10px;
    }
.new-up3-list {
    margin-right: -10px;
	}
    .new-up3 .title .theme {
        font-size: 15px;
        font-weight: bold;
    }
.new-up3 .title .theme .fa {
        font-size: 16px;
        /*margin-right: -5px;*/
    }
.new-up3 .title .more {
        top: 30%;
		font-size: 13px;
    }
.new-up3 .title .theme {
        max-width: 70%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.new-up3 .new-up3-list .item .item-con{
        padding: 0;
        height: 100% !important;
        position: static;
        transform: translateX(0);
        left: 0;
        box-sizing: border-box;
    }
.new-up3 .new-up3-list .item:hover .item-con{
        box-shadow: none;
    }
.new-up3 .item .info-layer{
        position: absolute;
        /*top: 100%;*/
        background: rgba(0,0,0,0.6);
        padding: 0 5px;
        top: inherit;
        bottom: 23px;
        height: 0;
        overflow: hidden;
        box-sizing: border-box;
    }
.new-up3-list .item:hover .info-layer {
        height: 211px;
        top: inherit;
        padding-top: 45px;
    }
    .new-up3  .item .info-layer>p {
        color: #eee;
    }
    .new-up3  .new-up3-list .item .subject {
        /*background: #fff;*/
        position: relative;
        z-index: 1111;
        padding-top: 2px;
    }
    .new-up3  .new-up3-list .item img{
        transform: scale(1);
    }
    .new-up3 .item .hot{
        z-index: 200;
    }

    .new-up3 .new-up3-list .item {
        width: 23.7%;
        height: auto !important;
        margin-right: 1.2%;
        margin-bottom: 15px;
    }
    .new-up3 .new-up3-list .item {width: 23.7%;}

    .new-up3-list .state{
        top: 0;
        right: 0;
    }
    .new-up3 .info-layer > p {
        line-height: 20px;
    }
    .new-up3-list.img-auto-height-list .item img {
        transform: translateY(-50%)!important;
    }
    .hot-up .item:hover {
        background: #fff;
    }
}

@media (max-width: 650px){
	.hide-2{display: none!important;}
	.hide-3{display: none!important;}
	.hidex-3{display: none!important;}
	.show-2{display: block!important;}
	.show-3{display: block!important;}
	
	.showx-2{display: none!important;}
	.showx-3{display: block!important;}
	
    .new-up3 .new-up3-list .item {
        width: 31.7%;
        margin-right: 1.5%;
    }
	.new-special .list .item .img{height: 130px!important;}
	.new-up3 .new-up3-list .item {width: 31.6%;}
    .index .new-up3 .new-up3-list .item:nth-child(10) {
        display: none;
    }
    .new-up3 .new-up3-list .item:nth-child(4n),.new-up3 .item:nth-child(5n){
    }
    .new-up3 .new-up3-list .item:nth-child(3n) {
    }
    .new-up3 .new-up3-list .item .thumb{
        height: 250px;
    }
    .new-up3 .info-layer > p {
        line-height: 20px;
    }
    .new-up3-list .item:hover .info-layer {
        height: 250px;
        padding-top: 45px;
    }
}
@media (max-width: 560px){
    .new-up3 .new-up3-list .item .thumb{
        height: 220px;
    }
    .new-up3 .info-layer > p {
        line-height: 18px;
    }
    .new-up3-list .item:hover .info-layer {
        height: 220px;
        padding-top: 45px;
    }
}
@media (max-width: 480px){
    .new-up3 .new-up3-list .item .thumb{
        height: 190px;
    }
    .new-up3-list .item:hover .info-layer {
        height: 190px;
        padding-top: 35px;
    }
    .new-up3 .new-up3-list .item {
        margin-bottom: 10px;
    }
    .new-up3 .subject{
        overflow: visible;
    }
    .new-up3 .subject a{
        overflow: visible;
        max-width: 100%;
        float: none;
        display: block;
    }
    .new-up3 .subject a b{
        float: none;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .new-up3 .item .hot{
        width: 100%;
        text-align: right;
        border-radius: 0;
    }
    .new-up3 .update {
        position: absolute;
        top: -20px;
        left: 0px;
        /*background: rgba(0,0,0,0.3);*/
        color: #eee;
        padding: 4px 5px;
        overflow: visible;
        display: block;
        border-top-right-radius: 18px;
        box-sizing: content-box;
    }
    .new-up3 .new-up3-list .state{
        line-height: 18px;
    }
    .new-up3 .new-up3-list .state em {
        padding: 0 5px;
    }
    .new-up3 .info-layer > p {
        line-height: 18px;
    }
}
@media (max-width: 440px){
    .new-up3 .new-up3-list .item .thumb{
        height: 175px;
    }
    .new-up3 .new-up3-list .state em {
        padding: 0 3px;
    }
    .new-up3-list .item:hover .info-layer {
        height: 175px;
        padding-top: 35px;
        bottom: 20px;
    }
    .new-up3 .subject {
        height: 20px;
    }
    .new-up3 .info-layer > p {
        line-height: 17px;
    }
}
@media (max-width: 414px){
    .new-up3 .new-up3-list .item .thumb{
        height: 165px;
    }
    .new-up3-list .item:hover .info-layer {
        height: 165px;
        padding-top: 35px;
    }
    .new-up3 .new-up3-list .item {
        margin-bottom: 5px;
    }
    .new-up3 .subject a {
        font-size: 12px;
    }
    .new-up3 .new-up3-list .state em {
        padding: 0 1px;
    }
    .new-up3 .info-layer > p label{
        display: none;
    }
    .new-up3 .info-layer > p {
        line-height: 18px;
    }
}
@media (max-width: 375px){
    .new-up3 .new-up3-list .item .thumb{
        height: 150px;
    }
    .new-up3-list .item:hover .info-layer {
        height: 150px;
        padding-top: 30px;
    }
    .new-up3 .info-layer > p {
        line-height: 18px;
    }
}
@media (max-width: 350px){
    .new-up3 .new-up3-list .item .thumb{
        height: 140px;
    }
    .new-up3 .item:hover .info-layer {
        height: 140px;
        padding-top: 28px;
    }
    .new-up3 .info-layer > p {
        line-height: 17px;
    }

}
@media (max-width: 320px){
    .new-up3 .new-up3-list .item .thumb{
        height: 130px;
    }
    .new-up3 .item:hover .info-layer {
        height: 130px;
        padding-top: 24px;
    }
    .header .right-wrap li {
        margin: 0 4px;
    }
}
@media (max-width: 995px){
	/*.friend-link .item{width: 25%!important;}*/
	.page-num .page_link{padding: 3px 10px;}
	.layout-box {margin-top: 0px; padding: 20px 5px 5px 5px;}
	.layout-xs{display: none!important;}
	.layout-box .col-sm-12 {
        padding: 0;
	}

 }
@media only screen and (min-width: 992px) and (max-width: 1200px){
		.layout-xx{display: none!important;}
} 