/* 字体声明 */
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?tomleg');
    src: url('../fonts/icomoon.eot?tomleg#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?tomleg') format('truetype'),
        url('../fonts/icomoon.woff?tomleg') format('woff'),
        url('../fonts/icomoon.svg?tomleg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.main {
    width: 985px;
    height: 456px;
    /* background-color: pink; */
    margin-left: 220px;
    margin-top: 10px;
}
.main .fous {
    float: left;
    width: 722px;
    height: 100%;
    background-color: skyblue;
}

.main .newsflesh {
float: right;
    width: 250px;
    height: 100%;
    /* background-color: black; */
}

.fous ul li img {
    width: 100%;
    height: 100%;
}

.newsflesh .news {
    height: 165px;
    /* background-color: pink; */
    border: 1px solid #e4e4e4;
}

.newsflesh .news .news-hd {
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    border-bottom: 2px dotted #e4e4e4;
}


.newsflesh .news .news-hd h5 {
    float: left;
    font-size: 14px;
}

.newsflesh .news .news-hd .more {
    float: right;

}

.newsflesh .news .news-hd .more::after{
    font-family: "icomoon";
    content: "\e920";
    margin-left: 8px;
}
.newsflesh .lifeservers {
    overflow: hidden;
    height: 210px;
    /* background-color: skyblue; */
    border: 1px solid #e4e4e4;
    border-top: 0;
}

.newsflesh .lifeservers ul li {
    float: left;
    text-align: center;
    width: 63px;
    height: 70px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.newsflesh .lifeservers ul {
    width: 252px;
}

.newsflesh .lifeservers ul li i {
    background: url(../images/icons.png) no-repeat -16.5px -16px;
    margin-top: 13px;
    width: 24px;
    height: 25px;
    background-color: pink;
    display: inline-block;
}

.newsflesh .lifeservers ul li i:hover{
    cursor: pointer;
}

.newsflesh .lifeservers ul li:nth-child(2) i {
    background: url(../images/icons.png) no-repeat -81px -18px;
}
.newsflesh .lifeservers ul li:nth-child(3) i {
    background: url(../images/icons.png) no-repeat -142px -16px;
}
.newsflesh .lifeservers ul li:nth-child(4) i {
    background: url(../images/icons.png) no-repeat -205px -16px;
}
.newsflesh .lifeservers ul li:nth-child(5) i {
    background: url(../images/icons.png) no-repeat -17px -88px;
}
.newsflesh .lifeservers ul li:nth-child(6) i {
    background: url(../images/icons.png) no-repeat -81px -89px;
}
.newsflesh .lifeservers ul li:nth-child(7) i {
    background: url(../images/icons.png) no-repeat -143px -87px;
}
.newsflesh .lifeservers ul li:nth-child(8) i {
    background: url(../images/icons.png) no-repeat -207px -87px;
}
.newsflesh .lifeservers ul li:nth-child(9) i {
    background: url(../images/icons.png) no-repeat -17px -160px;
}
.newsflesh .lifeservers ul li:nth-child(10) i {
    background: url(../images/icons.png) no-repeat -79px -159px;
}
.newsflesh .lifeservers ul li:nth-child(11) i {
    background: url(../images/icons.png) no-repeat -142px -159px;
}
.newsflesh .lifeservers ul li:nth-child(12) i {
    background: url(../images/icons.png) no-repeat -208px -160px;
}

.newsflesh .bargain {
    margin-top: 7px;
}

.newsflesh .news .news-bd ul li {
    height: 24px;
    line-height: 24px;
    /* <!-- 1.先强制一行内显示文本 --> */
    /* 默认为normal自动换行 */
    white-space: nowrap; 
    /* <!-- 2.超出部分自动隐藏 --> */
    overflow:hidden;
    /* <!-- 3.文字用省略号代替超出部分 --> */
    text-overflow:ellipsis;
}
.newsflesh .news .news-bd {
    padding-top: 5px;
    padding-left: 15px;
}

/* 推荐模块开始 */

.recom {
    margin-top: 11px;
    height: 163px;
    background-color: pink;
}

.recom .recom_hd {
    float: left;
    
    width: 206px;
    height: 163px;
    background-color: #5c5251;
    text-align: center;
    padding-top: 31px;

    
}

.recom .recom_bd {
    float: left;
    width: 994px;
    height: 163px;
    background-color: #ebebeb;

}
.recom .recom_bd ul li {
    float: left;
    position: relative;
}

.recom .recom_bd ul li img {
    width: 248px;
    height: 163px;
}

.recom .recom_bd ul li:nth-child(-n+3)::after {
    content:'' ;
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 144px;
    background-color: #dddddd;

}

/* 猜你喜欢模块 */
.guessLike {
    height: 293px;
    /* background-color: pink;
     */
}
.guessLike_hd {
    height: 42px;
    margin-top: 17px;
    padding-top: 9px;
}

.guessLike .guessLike_left {
    float: left;
    font-size: 18px;
    font-weight: 700;
    /* margin-top: 5px; */
}

.guessLike .guessLike_right {
    float: right;
    /* margin-top: 35px; */
    cursor: pointer;
}
.guessLike .guessLike_right::after {
    font-family: 'icomoon';
    content: '\ea2e';
    margin-right: 20px;
    margin-left: 5px;
}

.guessLike_bd {
    /* float: left; */
    height: 251px;
    /* background-color: skyblue; */
    /* padding-top: 20px; */
    border: 1px solid #ededed;
}

.guessLike_bd ul li {
    position: relative;
    float: left;
    width: 199px;
    height: 233px;
    /* background-color: skyblue; */
}

.guessLike_bd ul li img {
    margin-left: 16px;
}
.guessLike_bd .guessLike_bd_text {
    width: 122px;
    height: 37px;
    /* background-color: pink; */
    margin-top: 10px;
    margin-left: 35px;
}

.guessLike_bd ul li p {
font-size: 18px;
color: #e66c6e;
margin-left: 36px;
}

.guessLike_bd ul li:nth-child(-n+5):after {
    position: absolute;
    bottom: 10px;
    right: 0;
    content: '';
    width: 1px;
    height: 63px;
    background-color: #ededed;
}

/* 楼层区域制作 */

.floor .box_hd h3 {
    float: left;
    font-size: 18px;
    font-weight: 400;
    color: #c81623;
    line-height: 38px;
}

.tab_list {
    line-height: 38px;
    height: 38px;
    border-bottom: 2px solid #c81623;
}
.floor .box_hd .tab_list ul li  {
    float: right;
}
.floor .box_hd .tab_list ul li a {
margin: 0 15px;
}
.box_bd {
    height: 361px;
    /* background-color: pink; */
}

.box_bd .tab_content .tab_list_item>div {
    float: left;
    height: 361px;
}

.col_210 {
    width: 210px;
    background-color: #f9f9f9;
    text-align: center;
}

.col_210 ul {
    padding-left: 14px;
}

.col_210 ul li {
    float: left;
    margin-right: 12px;
    width: 86px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-bottom: 1px solid #ededed;
}

.col_329 {
    width: 329px;
}

.col_329 img {
    width: 329px;
    height: 361px;
}
.col_221 {
    width: 221px;
}

.col_219 {
width: 219px;
}

.bb {
    display: block;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}







