.col-20{width:20%;}
.col-24{width:24%;}
.col-38{width:38%;}
.col-50{width:50%;}
.col-78{width:78%;}
.col-22{width:22%;}
.omit{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* banner轮播按钮 */
.swiper-pagination-bullet {
    padding: 0 10px;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color:#fff;
    opacity: 1;
    border-radius: 0;
    background: rgba(0,0,0,0.3);
    transform: skewX(-45deg);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-pagination-bullet span{
    display: inline-block;
    transform: skewX(45deg);
}
.swiper-pagination-bullet-active {
    color:#fff;
    background: #007aff;
}
/* 分类容器 */
.row{
    padding-top: 38px;
    background: #f5f5f5;
}
/* 免费试用/漂流测 */
.row-tit-sy h4,.row-tit-dg h4{
    border-left: 4px solid #ff5555;
    padding-left: 10px;
}
.item-sy .inner{
    background-color: #fff;
}
.item-sy .title{
    margin-top: 10px;
    text-align: left;
    height: 20px;
    line-height: 20px;
}
.item-sy .item-sy-introduce{
    padding: 0 16px;
    color: #999;
    border-bottom: 1px solid #eaeaea;
}
.item-sy .info{
    justify-content: space-between;
    border:none;
}
.item-sy .info span{
    color: #F0113B;
    font-size: 14px;
}
.item-sy-status{
    height: 56px;
    line-height: 56px;
}
.item-sy .timer{
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    text-align: left;
    color: #999;
}
.timer-show{
    padding: 12px 0;
}
.item-sy .timer span{
    color: #000;
}
.item-sy .timer .time{
    display: inline-block;
    padding: 0 3px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #000;
    color: #fff;
}
.item-sy .timer .time:nth-of-type(odd){
    margin-right: 3px;
}
/* 原创 */
.original{
    padding: 0 8.5px;
    display: flex;
    justify-content: space-between;
}
.item-yc{
    /*padding: 0px 8.5px;*/
    position: relative;
    overflow: hidden;
}
.swiper-container{
    margin: 0;
    height: 394px;
}
.swiper2{
    border-radius: 8px;
}
.swiper2 .swiper-slide a{
    position: relative;
    display: block;
    height: 394px;
}
.swiper2 .swiper-slide a>div:first-child{
    height: 394px;
}
.swiper2 .swiper-slide img{
    display: block;
    min-width: 100%;
    height: 100%;
}
.swiper2-title{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    display: flex;
    width: 100%;
    height: 64px;
    line-height: 64px;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    font-size: 18px;
}
.swiper2-title .type{
    margin-right: 20px;
    margin-top: 20px;
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    border-radius:3px;
}
.swiper2 .swiper-button-next{
    width: 32px !important;
    height: 40px !important;
    background: url(/static/images/rit.png) !important;
    right: 0 !important;
}
.swiper2 .swiper-button-prev{
    width: 32px !important;
    height: 40px !important;
    background: url(/static/images/lft.png) !important;
    left: 0 !important;
}

.original-center>div:first-child{
    margin-bottom: 22px;
}
.article-list{
    position: relative;
    width: 100%;
    height: 187px;
    float: left;
    border-radius: 8px;
    overflow: hidden;
}
.article-list:nth-of-type(1){
    margin-bottom: 20px;
}
.article-list:nth-of-type(odd){
    margin-right: 9px;
}
.article-img{
    height: 100%;
    overflow: hidden;
}
.article-img img{
    height: 100%;
    min-width: 100%;
}
.article-img:hover img {
    -webkit-transform: scale3d(1.09,1.09,1);
    transform: scale3d(1.09,1.09,1);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.6s;
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    -o-transition: transform 0.6s;
}

.article-introduce{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 12px;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
}
.article-writer{
    display: flex;
    justify-content: space-between;
    height: 25px;
    line-height: 25px;
}
.article-writer span{
    display: inline-block;
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-writer img{
    position: relative;
    top:-16px;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.article-title{
    padding-bottom: 5px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-type{
    position: absolute;
    top:0;
    right: 12px;
    width:46px;
    height:24px;
    border-radius:0px 0px 4px 4px;
    text-align: center;
    color: #fff;
}
.article-type-contribute{
    background-color: #FF9A68;
}
.article-type-original{
    background-color: #FF6868;
}

.original-right{
    height: 394px;
    background-color: #fff;
    border-radius:8px;
}
.right-li{
    /*margin-bottom: 10px;*/
}
.right-li>a{
    display: block;
    width: 100%;
}
.act .right-li-title{
    display: none;
}
.act .right-li-introduce{
    display: block;
    animation:fadeinT 1s linear;
}
.right-ul .dots{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #F0113B;
}
.right-li-title{
    padding: 12px 8px;
}
.right-li-introduce{
    position: relative;
    width: 100%;
    display: none;
    border-radius:8px;
    overflow: hidden;
}
.right-li-introduce img{
    width: 100%;
    height: 172px;
}
.introduce-title{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2px 8px;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/* 资讯 */

.list-zx{
    padding-bottom: 38px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}
.li-zx{
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #e9e9ea;
}
.li-zx:hover .title-zx{
    color: #000;
    font-weight: 600;
}
.li-zx:hover .content-zx{
    color: #333;
}
.li-zx:hover .writer-zx .fl{
    color: #333;
}
.li-zx:hover .writer-zx .fr span{
    color: #333;
}

.li-img-zx{
    position: absolute;
    top:20px;
    left: 20px;
    width: 215px;
    height: 140px;
    overflow: hidden;
    border-radius:5px;
}
.li-img-zx img{
    min-width: 100%;
    height: 100%;
    border-radius:5px;
}
.li-img-zx:hover img{
    -webkit-transform: scale3d(1.09,1.09,1);
    transform: scale3d(1.09,1.09,1);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.6s;
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    -o-transition: transform 0.6s;
}
.li-introduce-zx{
    padding-left: 235px;
    width: 100%;
    height: 140px;
}
.title-zx{
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
    font-weight:500;
}
.content-zx{
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.writer-zx{
    height: 32px;
}
.writer-zx .fl{
    color: #666;
    font-size: 14px;
}
.head-portrait-zx{
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 5px;
}
.head-portrait-zx img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border-radius: 50%;
}
.writer-zx .fr span{
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
    display: inline-block;
    width: auto;
    line-height: 32px;
    color: #999;
}
.writer-zx .fr span i{
    position: absolute;
    top:50%;
    left: 0;
    transform: translate(0,-50%);
    display: inline-block;
    width: 18px;
    height: 14px;
    background-image: url(/static/images/icon-zx.png);
}
.icon-look i{
    background-position: -18px -106px;
}
.icon-SC i{
    background-position: -58px -106px;
}
.icon-DZ i{
    background-position: -93px -106px;
}
.load-more{
    padding: 20px 0;
    background-color: #fff;
}
.load-more-buttom{
    margin: 0 auto;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    background: linear-gradient(to right, #ff7e62 , #ff6b9e);
}
.zx-fr-ul{
    background-color: #fff;
    padding: 0 20px;
    margin-bottom: 20px;
}
.zx-fr-ul li{
    padding: 15px 0;
    border-bottom: 1px dashed #dadbdc;
}
.zx-fr-ul.hover-red li:hover a{
    color: #d81e06;
}
.zx-fr-ul.hover-blue li:hover a{
    color: #0A7CFD;
}
.zx-fr-ul li:last-child{
    border: none;
}
.zx-fr-ul .rmwz-li-title{
    border-bottom: 1px solid #dadbdc;
}
.zx-fr-title .fl{
    position: relative;
    padding-left: 24px;
    font-size: 18px;
    color: #333;
    font-weight:500;
}
.zx-fr-title .fl i{
    position: absolute;
    left: 0;
    top:50%;
    transform: translate(0,-50%);
    display: inline-block;
    width: 16px;
    height: 18px;
    background-image: url(/static/images/icon-zx.png);
}
.rmwz-title .fl i{
    background-position: -54px -74px;
}
.zhxx-title .fl i{
    width: 19px;
    height: 19px;
    background-position: -18px -72px;
}
.zx-fr-title .fr{
    font-size:14px;
    color: #999;
}

@-webkit-keyframes fadeinT{
    0%{opacity:0;-webkit-transform:translateY(-20px);}
    100%{opacity:1;-webkit-transform:translateY(0);}
}
@-moz-keyframes fadeinT{
    0%{opacity:0;-moz-transform:translateY(-20px);}
    100%{opacity:1;-moz-transform:translateY(0);}
}
@-ms-keyframes fadeinT{
    0%{opacity:0;-ms-transform:translateY(-20px);}
    100%{opacity:1;-ms-transform:translateY(0);}
}
@keyframes fadeinT{
    0%{opacity:0;transform:translateY(-20px);}
    100%{opacity:1;transform:translateY(0);}
}