﻿
.main-cont {
    width: 1200px;
    display: flex;
	margin: 0 auto;
	position: relative;
}
.msg-content {
	width: 820px;
    padding: 0 10px;
    /* margin-left: -100px; */
    background-color: #fff;
    box-sizing: border-box;
}
.headlines-left {
    width: 310px;
    height: 210px;
    margin-right: 10px;
}
.swiper-slide{
	width: 100%!important;
	height: 100%!important;
	
}
.swiper-container,.swiper-wrapper{
	width: 100%!important;
	height: 100%!important;
}
.swiper-slide a{
	display: block;
	width: 100%;
	height: 210px;
	background-size: cover;
}
    .headlines-left img {
        width: 100%;
        height: 170px;
    }

.headlines-right {
    width: 480px;
    height: 224px;
    padding: 10px 16px 13px 8px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: space-between;
}

.headlines-right-top {
    display: flex;
    cursor: pointer;
}

    .headlines-right-top p img {
        width: 62px;
        height: 25px;
        margin-right: 2px;
    }

    .headlines-right-top div {
        height: 25px;
        line-height: 25px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

        .headlines-right-top div a {
            font-size: 16px;
            font-weight: bold;
            color: #FE1B12;
        }

.headlines-right-bottom {
    height:60px;
    line-height:30px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	letter-spacing:1.2px;
    position:relative
}
    .headlines-right-bottom a {
         font-size: 14px;
    font-weight: 400;
    color: #333333;
    }
    .headlines-right-bottom:after {
        content:"...";
        position:absolute;
        bottom:1px;
        right:0;
        background:#fff;
        padding-left:0.2em;
        margin-left:0.5px;
    }
.headlines-msg {
    margin-bottom: 15px;
}

.list-msg-title {
    margin-bottom: 18px;
    cursor: pointer;
}
    .list-msg-title:hover {

    }
    .list-msg-title a {
        font-size: 22px;
        font-weight: 400;
        color: #333333;
    }

.list-status {
    font-size: 14px;
    font-weight: 400;
    display: flex;
}

    .list-status div {
        color: #FA1F1C;
        margin-right: 11px;
    }

    .list-status p a {
        color: #999999;
    }

    .list-status span {
        margin-left: 11px;
        margin-right: 11px;
        color: #999999;
    }

    .list-status b {
        font-weight: normal;
        color: #999999;
    }

.list-msg {
    margin-bottom: 30px;
    padding-top: 20px;
}

.recommend-title-index a {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}

.recommend-status {
    margin-top: 0px;
}

.recommend-left {
    width: 530px;
    height: 100px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}


.loadmore {
    color: rgba(153, 153, 153, 1);
}

.interview-box {
    padding: 20px 10px 0 10px;
    background:#fff
}

.interview-title {
    display: flex;
    align-items: center;
}

.title-ractangle {
    width: 4px;
    height: 18px;
    background: #FF003C;
    border-radius: 2px;
}

.interview-title p {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    margin-left: 3px;
}

.interview-msg-box {
    background:#fff;
    box-sizing: border-box;
    display:flex;
    flex-direction:column;
    border-bottom: 1px solid #EEEEEE;
}

.interview-msg {
    width:270px;
    margin-top:20px;
    border-bottom: 1px solid #EEEEEE;
    padding: 0 10px;
    box-sizing: border-box;
}

    .interview-msg img {
        width: 250px;
        height: 150px;
        margin-bottom: 10px;
        border-radius:4px;
    }

    .interview-msg p {
        margin-bottom: 9px;
        cursor: pointer;
         display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

        .interview-msg p a {
            font-size: 18px;
            font-weight: bold;
            color: #333333;
        }

    .interview-msg div {
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        margin-bottom: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.loadmore-index {
    width: 820px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #999999; 
    cursor: pointer;
    /* margin-left: -100px; */
    background: #fff;
}

.slide-dec {
    width: 100%;
    height: 27px;
    line-height: 27px;
    background: rgba(0, 0, 0, 0.5);    
    opacity: 1;
    border-radius: 4px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
     font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}
   .three-pictures-back{
    width: 195px;
    height: 135px;
    border-radius: 4px;
    overflow: hidden;
}
.three-pictures-back a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position:top center;
    transition: 0.3s;
}
.three-pictures-back a:hover{
    transform: scale(1.2);
}
.three-pictures-back-one{
    width: 165px;
    height: 100px;
}
.main-user-bottom {
    height: 535px;
    padding: 15px 10px 6px 10px;
    background: #fff;
    margin-top: -1px;
    position: sticky;
    top: 8.1vh;
}
.user-more {
    display:flex;
    justify-content:space-between;
    margin-bottom:25px;
}
.user-more div{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.user-more p {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    cursor:pointer
}
.other-msg {
    display:flex
        
}
.other-msg-left {
    margin-right:10px;
 width: 80px!important;
 height: 80px;
 overflow: hidden; 
 display: flex;
 align-items: center;
 justify-content: center; 
 background-position: center;
 background-color: rgb(249,249,249);
 border: 1px solid #eee;
 border-radius: 4px;
 overflow: hidden;
}
.other-msg-left img{
   height: auto;
 max-width: 100%;
 max-height: 100%;
 vertical-align: bottom;
 bottom: 0;
 -o-object-fit: fill;
 object-fit: fill
}
.other-msg-right {
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    margin-bottom:20px;
    height:80px;
    flex:1;
}
.other-msg-main {
    cursor:pointer;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
    .other-msg-main a {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height:25px;
    }
.popularity{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}
.other-list{
    width:100%;
   
}
.disnone {
    margin-bottom:10px;
}
.other-list-box div  p{
       display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow:hidden;
      font-size: 16px;
        font-weight: 400;
        color: #333333;
        margin-bottom:19px;
        cursor:pointer
}
.user-headportrait img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right:11px;
}
.user-headbox{
    display:flex;
    margin-bottom:21px;
    padding:10px 10px 0 10px;
}
.user-headtitle {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-bottom:6px;
}
.user-headmsg {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
     display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow:hidden;
    margin-bottom:19px;
}
.three-pictures-back-pop{
    width: 250px;
    height: 166px;
}