
.news_box{
    background: #fff;
    display: flex;
    justify-content: space-between;
}
.news_box>.left  {
    /*width: 690px;*/
    width: 720px;
}
.news_box>.right  {
    width: 360px;
}

.news_box .news-item {
    margin-top: 20px;
}
.news_box .news-item  .news-list{
    display: flex;
    border-bottom: 1px solid #d6d6d6;
    padding: 15px 0;
    position: relative;
}
.news_box .news-item .news-list .right {
    margin-left: 20px;
    position: relative;
    flex: 1;
}
.news_box .news-item .news-list .overhide {
    overflow: hidden;
    width: 199px;
    height: 130px;
}
.news_box .news-item .news-list .overhide img {
    width:100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.news_box .news-item .news-list .title {
    color: #333333;
    margin-bottom: 15px;
}
.news_box .news-item .news-list .title a {
    font-size:16px;
}
.news_box .right .news-item .news-list .title a {
    font-size:14px;
}
.news_box .news-item .news-list .subtitle {
    color: #888888;
    font-size: 14px;
}
.news_box .news-item .news-list .clip {
    position: relative;
    top: -2px;
    left: -3px;
}
.news_box .news-item .news-list  .bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    color: #888888;
    font-size: 12px;
}
.news_box .news-item .news-list  .bottom .time{
    margin-right: 40px;
}
.news_box .news-item .news-list  .bottom .time span{
    margin: 0 5px;
}
.news_box .news-item .news-list  .bottom .toutiao_btn{
    position: absolute;
    right: 20px;
    border: 1px solid #aa0000;
    color: #aa0000;
    border-radius: 5px;
    padding: 1px 7px;
}

.news_box .news-item .news-list .imgs-content {
    position: relative;
    width: 100%;
}
.news_box .news-item .news-list .imgs_box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.news_box .news-item .news-list .imgs_box img{
    width:200px;height:130px;
}
.news_box .news-item .news-list .news_type {
    position: absolute;
    top: 25px;
    left: 10px;
    background: #575B5E;
    color: #fff;
    font-size: 14px;
    padding: 1px 7px;
    border-radius: 10px;
    opacity: 0.9;
}

.news_box>.right>.title {
    display:block;
    border-bottom: 2px solid #A90100;
    padding: 30px 0 10px 0;
    font-size:16px;
}
.news_box>.right>.title>.more {
    font-size: 14px;
    float: right;
    color: #999999;
}
.news_box>.right  .img_group img{
    margin-top: 15px;
    width: 100%
}
.news_box>.right  .img_group li{
    position: relative;
}
.news_box>.right  .img_group .mask{
    position: absolute;
    bottom: 0px;
    display: block;
    background: rgba(9, 29, 39, 0.5);
    color: #CDCDCE;
    width: 100%;
    text-align: center;
    padding:  5px 0;
}
.news_box .news-item .news-list .news_small {
    width: 104px;
    height: 75px;
}
.news_box .news-item .news-list .font_sml {
    font-size: 15px
}
.news_box .news-item .news-list .looker {
    position: relative;
}
.celebrity li {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.celebrity li .personal_img {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    align-items: center;
}
.celebrity li .text {
    flex: 1;
    font-size: 14px;
    color: #939393;
    margin-left: 20px;

}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    text-align: right;
    left:-20px !important;
}
.swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
}
.swiper-container .swiper-wrapper .swipe-p {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.64);
    text-indent: 1rem;
    color: #fff;
    padding: 5px 0;
    height: 2rem;
    line-height: 2rem;
}
.swiper-container .swiper-pagination-bullet {
    background: #fff;
}
.celebrity {margin-top:50px;}
#qiye_swiper {height: 200px; background-color:#f8f8f8;}
#qiye_swiper .swiper-slide {text-align: center;}
#qiye_swiper .swiper-slide a {display:block; height:200px;}
#qiye_swiper .swiper-slide img {width: 70%; margin-top: 0px;}