/** focus-panel */
.container-main .focus-panel{height: 330px;margin-bottom: 5px;}
.container-main .focus-panel .pic-left{
    float: left;
    width: 580px;
    height: 100%;
}

.container-main .focus-panel .pic-right{
    float: right;
    width: 290px;
    height: 100%;
}

.container-main .focus-panel .pic1{
    width: 100%;
    height: 100%;
    position: relative;
}

.container-main .focus-panel .pic2{
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
    float: right;
    position: relative;
}

.container-main .focus-panel .pic3{
    width: 100%;
    height: 160px;
    float: right;
    position: relative;
}

.container-main .focus-panel .pic-title{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    color: #ffffff;
    /*background-color: rgba(0,0,0,0.4);*/
    overflow: hidden;
    text-align: justify;
    padding-top: 42px;
    background-repeat: no-repeat;
    background-size: 290px 82px;
    background-position: center center;
}

.container-main .focus-panel .pic1 .pic-title{
    height: 32px;
    font-size: 15px;
    line-height: 32px;
    width: 560px;
    text-overflow: ellipsis;
    white-space:nowrap;
    padding-top: 132px;
    background-repeat: no-repeat;
    background-size: 580px 164px;
    background-position: center center;
}
.container-main .focus-panel .pic2 .pic-title{
    width: 270px;
    max-height: 40px;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 3px;
}
.container-main .focus-panel .pic3 .pic-title{
    width: 270px;
    max-height: 40px;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 3px;
}

.container-main .focus-panel img{width: 100%;height: 100%;object-fit:cover;}

/** news start  */
.news-list{width: 100%;background-color: #ffffff;position: relative; padding-bottom: 116px;}
.news-list .item {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px;
    position: relative;
    cursor: pointer;
}

.news-list .thumbnail {
    display: inline-block;
    margin-left: 22px;
}
.news-list .info {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    font-size:0;
}

.news-list .info .info-pic {
    width: 100%;
    height: 188px;
    display: inline-block;
    font-size: 0;
}


.news-list .info .info-pic div{
    width: 270px;
    height: 100%;
    margin-right: 15px;
    float: left;
    display: inline-block;
}

.news-list .info .info-pic div img{
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    background-image: url("../images/bg_43.png");
    background-position: center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.news-list .info .info-pic a:last-child{
    margin-right: 0;
}

.news-list .info .info-content{
    width: 100%;
    padding-top: 15px;
}

.news-list .info .info-content .title {
    color: #4f5157;
    font-size: 20px;
    font-weight: 700;
    word-break: break-all;
    vertical-align: top;
}

.news-list .info .info-content .rel-data {
    color: #959595;
    font-size: 0;
    display: inline-block;
    word-break: break-all;
    vertical-align: top;
    margin-top: 15px;
    line-height: 1;
}

.news-list .info .info-content .rel-data span{
    display: inline-block;
    padding: 0 15px;
    font-size: 13px;
}
.news-list .info .info-content .rel-data span:first-child{
    padding-left: 0;
}

.news-list .info .info-content .rel-data span.info-count{
    border-left: 1px solid #d2d2d2;
}

.news-list .s1 .info .info-pic {
    width: 320px;
    height: 180px;
    display: inline-block;
    float: left;
}

.news-list .s1 .info .info-pic div{
    width: 100%;
    margin: 0;
    display: inline-block;
    overflow: hidden;
}

.news-list .s1 .info .info-content{
    width: 760px;
    padding: 40px;
    float: right;
}


.news-list .s0 .info .info-pic {
    display: none;
}

.news-list .s0 .info .info-content{
    height: 180px;
    padding: 0;
}

.news-list .s0 .info .info-content .title {
    padding-top: 30px;
}

.news-list .s0 .info .info-content .rel-data {
    margin-top: 30px;
}

.news-list .s1.big-img .info .info-pic {
    width: 100%;
    height: 280px;
    display: block;
    float: none;
}

.news-list .s1.big-img .info .info-pic div{
    width: 100%;
    margin: 0;
    display: inline-block;
}

.news-list .s1.big-img .info .info-content{
    width: 100%;
    padding: 10px 0;
    float: none;
    display: block;
}


.news-list .alert-msg {
    color: #899ec5;
    display: none;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 6px;
    text-align: center;
    width: 100%;
}
.news-list .alert-msg img {
    height: 14px;
    vertical-align: -3px;
}



.news-list .item:hover .close {
    display: block;
}
.news-list .loadmore {
    color: #9e9e9e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    padding-bottom: 20px;
    padding-top: 30px;
    text-align: center;
}
.news-list .btn {
    color: #9e9e9e;
    display: inline-block;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
}
.news-list .btn:hover {
    color: #59616d;
}
.news-list .close {
    display: none;
    position: absolute;
    right: 0;
    top: 12px;
}


/** list content style share */
.news-list .news-footer .share .icon-share {
    float: left;
    height: 15px;
    margin: 3px 0 0 9px;
    width: 14px;
}
.news-list .news-footer .share .share-list {
    background: rgba(0, 0, 0, 0) url("") no-repeat scroll center center;
    background-image: url("http://s2.pstatp.com/resource/toutiao_web/static/style/image/feed_share_bg_658c740.png?__sprite");
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    height: 42px;
    width: 126px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: -39px;
    left: -39px;
}
.news-list .news-footer .share .share-list .icon {
    height: 24px;
    margin: 4px 3px 0 3px;
    width: 28px;
}
.news-list .news-footer .btn.share:hover .share-list {
    display: inline-block;
    background-color: #f8f8f8;
}



/** share */



.btn-bottom-wrapper{text-align:center;padding: 30px 0 20px 0;}

.btn-loadmore{border: 1px solid #e4e4e4;color: #666666;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    width: 198px;
    cursor: pointer;
}
.btn-loadmore:hover {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #fff, #dcdcdc) repeat scroll 0 0;
}
.btn-loadmore:active {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #ededed, #fff) repeat scroll 0 0;
    color: #999;
}


.news-type{
    display: inline-block;
    width: 45px;
    height: 20px;
    position: absolute;
    right: 45px;
    bottom: 0;
    background-color: #f51515;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
}


.fixd-top{position: fixed;top: 0;}


.news-list .btn-group .btn.share{position:relative;overflow:visible;}


.info-content-no-image{
    width: 800px !important;
    padding-left: 0 !important;
}
.big-pic{
    width: 100% !important;
}