@charset "utf-8";
html,
body {background-color: #fff;}

* {font-family: MicrosoftYaHei;}

.fixed{position: fixed;top: -30px;display: block;}

.tab-nav a {
    color: #9496a3;
    font-weight: 400;
    line-height: 36px;
}

.tab-nav a.active{
    border-bottom: 3px solid #f676a6;
    color: #10111c;
    font-weight: 700;
}
#articlecate a:hover{border-bottom: 3px solid #f676a6;}

.tab-nav .write{border: 1px solid #f676a6;padding: 6px 15px;color: #f676a6;border-radius: 16px;font-size: 12px;line-height: 1;display: none;}

.tab-nav .write:hover{color: #ffffff;background-color: #f676a6;}
.tab-nav .write:hover a{color: #ffffff;background-color: #f676a6;}

.tab-nav .write a{color: #f676a6;font-size: 12px;line-height: 1;}

.tab-nav .write a:hover{border-bottom: none;}

.tab-nav .write a i{vertical-align: text-bottom;}

.kxtitle {text-align: center;}

.kxtitle h3 {
    font-size: 18px;
    font-weight: 700;
    color: #10111c;
    font-family: MicrosoftYaHei-Blod;
}

.kxtitle h3::after {
    content: '';
    display: block;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e8e8e8;
}

.icon-chevron-left,
.icon-chevron-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #fff;
    text-shadow: 0 2px 7px rgba(0,0,0,.6);
    font-size: 40px !important;
    outline: transparent;
    cursor: pointer;
    z-index: 100;
    display: none;
}

.icon-chevron-right{
    right: 0;
}

.swiper-container:hover .icon-chevron-left,
.swiper-container:hover .icon-chevron-right {
    display: block;
}

.icon-chevron-right:hover {
    background-position-x: 0;
}

.swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}

.hmain {
    margin: 0 auto;
    height: 100%;
    width: 1120px;
    margin-top: 80px;
    margin-bottom: 96px;
}

.hmain .container .hleft {
    width: 750px;
    height: 100%;
    margin-right: 78px;
}

.hmain .container .hleft .swiper-container {
    width: 750px;
    height: 250px;
}

.hmain .container .hleft .swiper-container .swiper-wrapper {
    width: 750px;
    height: 250px;
}

.hmain .container .hleft .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.hmain .container .hleft .swiper-container .swiper-wrapper .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hmain .container .hleft .swiper-container .swiper-wrapper .swiper-slide .htitle {
    width: 100%;
    height: 60px;
    background-color: rgba(0,0,0,.8);
    position: absolute;
    z-index: 100;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    bottom: 0;
    padding: 18px;
}

.hmain .container .hleft .lbbottom{margin-top: 10px;height: 146px;overflow: hidden;}


.hmain .container .hleft .lbbottom .lbitem {
    width: 240px;
    height: 146px;
    background-color: #eeeeee;
    position: relative;
    float: left;
    margin-right: 15px;
}

.hmain .container .hleft .lbbottom :nth-child(3){margin-right: 0px;}

.hmain .container .hleft .lbbottom .lbitem img {
    width: 100%;
    height: 100%;
}

.hmain .container .hleft .lbbottom .lbitem .lbtitle {
    position: absolute;
    width: 100%;
    height: 28px;
    padding: 0px 20px;
    color: #fff;
    font-size: 13px;
    line-height: 28px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hmain .container .hleft .lbbottom :nth-child(1) {
    margin-left: 0px;
}

.hmain .container .hleft .main-content {
    width: 100%;
}

.hmain .container .hleft .main-content .tab-nav {
    padding: 10px 18px 0px 0px;
    margin-top: 30px;
    border-bottom: 1px solid #d7d7d7;
    z-index: 9999;
    background-color: #fefefe;
    opacity: 0.92;
    width: 750px;
    height: 50px;
}

.hmain .container .hleft .main-content .tab-content ul {
    margin-top: -12px;
}

.hmain .container .hleft .main-content .tab-content li {
    padding: 20px 0;
    margin: 0;
    border-bottom: 1px solid #eee;
    height: 188px;
}

.hmain .container .hleft .main-content .tab-content li:hover h3{
    color: #f676a6;
}

.hmain .container .hleft .main-content .tab-content li h3 {
    padding-right: 0px;
    color: #10111c;
    margin-bottom: 8px;
}

.hmain .container .hleft .main-content .tab-content .w220 .thumbnail {
    width: 260px;
    height: 147px;
    margin-right: 20px;
}

.hmain .container .hleft .main-content .tab-content .w220 .thumbnail img {
    width: 100%;
    height: 100%;
    display: block;
}

.hmain .container .hleft .main-content .tab-content .w220 .comment_inner2 {
    color: #9496a3;
    height: 48px;
    overflow: hidden;
}

.hmain .container .hleft .main-content .tab-content .w220 .operating {
    color: #9496a3;
    margin: 0;
    position: absolute;
    bottom: 15px;
    left: 280px;
    overflow: hidden;
    height: 34px;
    width: 470px;
}

.hmain .container .hleft .main-content .tab-content .w220 .operating .seller {
    color: #9496a3;
    max-width: 140px;
}

.hmain .container .hleft .main-content .tab-content .w220 .operating span {
    margin-right: 0px;
}

.hmain .container .hleft .main-content .tab-content .w220 .operating .time {
    margin-right: 70px;
}

.hmain .container .hleft .main-content .tab-content .w220 .operating i {
    margin-right: 8px;
}

.hmain .container .hleft .main-content .tab-content .w220 .operating .icon-guanzhu_n {
    font-size: 20px;
}

.hmain .container .hleft .main-content .tab-content .w220 .operating .icon-xihuantianchong {
    font-size: 14px;
}

.hmain .container .hleft .main-content .tab-content .w220 .operating :nth-child(3) {
    position: absolute;
    right: 92px;
}
.hmain .container .hleft .main-content .tab-content .w220 .operating :nth-child(4) {
    position: absolute;
    right: 20px;
}

.hmain .container .hleft .main-content .tab-content .w220 .flag {
    display: inline-block;
    text-align: center;
    background: rgba(52, 55, 76, .8);
    position: absolute;
    left: 8px;
    top: 28px;
    color: white;
    font-size: 11px;
    padding: 5px 6px;
}

.hmain .container .hleft .main-content .tab-content .w750 {
    background: url("../../img/1.png") no-repeat;
    background-size: 750px 124px;
}

.hmain .container .hleft .main-content .tab-content .w750 .comment_inner1 {
    position: absolute;
    top: 48px;
    left: 30px;
    color: #fff;
}

.hmain .container .hleft .main-content .tab-content .w750 .comment_inner2 {
    position: absolute;
    left: 30px;
    top: 77px;
    color: #fff;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hmain .container .hleft .main-content .tab-content .w750 .flag {
    display: inline-block;
    width: 48px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: rgba(52, 55, 76, .8);
    position: absolute;
    left: 8px;
    top: 8px;
    color: white;
    font-size: 11px;
}

.hmain .container .hleft .main-content .tab-content .layui-flow-more {
    margin-top: 20px;
    text-align: center;
}

.hmain .container .hleft .main-content .tab-content .layui-flow-more cite {
    width: 104px;
    height: 30px;
    font-size: 12px;
    background-color: #f6f6f6;
    color: #9496a3;
    line-height: 30px;
}

.hmain .container .hright {
    width: 292px;
    height: 100%;
}

.hmain .container .hright .adposition{
    width: 292px;
    height: 270px;
}

.hmain .container .hright .kx {
    margin-top: 14px;
}

.hmain .container .hright .kx .kxcontainer {
    margin-top: 20px;
}

.hmain .container .hright .kx .kxcontainer .layui-flow-more {
    font-size: 12px;
    margin: 20px 0 0 0;
    clear: both;
}

.hmain .container .hright .kx .kxcontainer .layui-flow-more cite {
    width: 104px;
    height: 30px;
    border: 1px solid #f676a6;
    background-color: #fff;
    color: #f676a6;
    line-height: 30px;
}

.hmain .container .hright .kx .kxcontainer li {
    margin-bottom: 16px;
}

.hmain .container .hright .kx .kxcontainer li .chakan {
    position: relative;
    margin-bottom: 0px;
    cursor: pointer;
}

.hmain .container .hright .kx .kxcontainer li .chakan i{
    font-size: 12px;float: left;color: #f676a6;
}

.hmain .container .hright .kx .kxcontainer li .chakan img {
    position: absolute;
    left: 0;
    top: 7px;
}

.hmain .container .hright .kx .kxcontainer li .chakan .img6 {
    display: none;
}

.hmain .container .hright .kx .kxcontainer li .chakan .kxtitle1 {
    margin-left: 18px;
    font-size: 14px;
    color: #34374c;
    line-height: 24px;
}

.hmain .container .hright .kx .kxcontainer li .kxnr {
    display: none;
    margin-left: 18px;
    width: 272px;
    padding: 18px 8px;
    line-height: 24px;
    border: 1px solid #eee;
    height: 100%;
    clear: both;
}

.hmain .container .hright .kx .kxcontainer li .kxnr .nr {
    color: #9496a3;
    font-size: 14px;
}

.hmain .container .hright .kx .kxcontainer li .hh {
    margin-top: 4px;
    position: relative;
}

.hmain .container .hright .kx .kxcontainer li .hh .kxtime {
    margin-left: 18px;
    font-size: 12px;
    color: #9496a3;
    float: left;
    line-height: 19px;
}

.hmain .container .hright .kx .kxcontainer li .hh .kxshar {
    float: right;
    display: none;
}

.hmain .container .hright .kx .kxcontainer li .hh .kxshar .shar {
    font-size: 12px;
    color: #9496a3;
}

.hmain .container .hright .kx .kxcontainer li .hh .kxshar .iconfont {
    margin-left: 10px;
    color: #b4b6c1;
}

.hmain .container .hright .kx .kxcontainer li .hh .kxshar .icon-weixin:hover {
    color: #84d945;
}

.hmain .container .hright .kx .kxcontainer li .hh .kxshar .icon-weibo:hover {
    color: #e3262a;
}

.hmain .container .hright .kx .kxcontainer li .hh .kxshar .icon-tengxunweibo:hover {
    color: #1096bf;
}

.hmain .container .hright .kx .kxcontainer li .sharimg {
    position: absolute;
    width: 170px;
    height: 254px;
    padding: 20px;
    background-color: #FFF;
    top: 30px;
    right: 16px;
    border: 1px solid #d7d7d7;
    display: none;
    z-index: 20;
    overflow: visible;
}

.hmain .container .hright .kx .kxcontainer li .sharimg::before,
.hmain .container .hright .kx .kxcontainer li .sharimg::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 0 8px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    left: 108px;
    top: -10px;
}

.hmain .container .hright .kx .kxcontainer li .sharimg::before {
    border-width: 0 9px 11px;
    border-bottom-color: #d7d7d7;
    left: 107px;
    top: -11px;
    z-index: 0;
}

.hmain .container .hright .kx .kxcontainer li .sharimg>div {
    width: 120px;
    height: 120px;
    background-color: #FFF;
    margin: 0 auto;
}

.hmain .container .hright .kx .kxcontainer li .sharimg>div>img {
    width: 100%;
    height: 100%;
    display: block;
}

.hmain .container .hright .kx .kxcontainer li .sharimg>span {
    position: absolute;
    bottom: 20px;
    color: #34374c !important;
    text-align: center;
    font-size: 12px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    line-height: 20px;
}

.hmain .container .hright .hotArticle {
    margin-top: 38px;
    clear: both;
}

.hmain .container .hright .hotArticle .articleList {
    margin-top: 20px;
}

.hmain .container .hright .hotArticle .articleList li {
    position: relative;
    margin-top: 20px;
}

.hmain .container .hright .hotArticle .articleList .bigimg .aImg {
    width: 292px;
    height: 164px;
}

.hmain .container .hright .hotArticle .articleList .bigimg .aImg img {
    width: 100%;
    height: 100%;
}

.hmain .container .hright .hotArticle .articleList .bigimg .acontainer {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(52, 55, 76, 0.8);
    padding: 14px 20px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hmain .container .hright .hotArticle .articleList .bigimg .biaoqian {
    position: absolute;
    top: 0;
    left: 20px;
    width: 30px;
    height: 20px;
    background-color: #f676a6;
}

.hmain .container .hright .hotArticle .articleList .bigimg .biaoqian::after{
    display: block;
    content: '';
    border: 15px solid #f676a6;
    position: absolute;
    bottom: -10px;
    border-bottom: 5px solid transparent;
}

.hmain .container .hright .hotArticle .articleList .bigimg .biaoqian span {
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 12px;
    font-weight: 700;
    z-index: 2;
}

.hmain .container .hright .hotArticle .articleList .smallImg .left {
    width: 100px;
    height: 56px;
    background-color: #eee;
    margin-right: 10px;
    float: left;
    border-radius: 3px;
}

.hmain .container .hright .hotArticle .articleList .smallImg .left img {
    width: 100%;
    height: 100%;
}

.hmain .container .hright .hotArticle .articleList .smallImg .left .pm {
    position: absolute;
    display: block;
    background-color: #2c2c35;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
}

.hmain .container .hright .hotArticle .articleList .smallImg .right .nr {
    color: #34374c;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hmain .container .hright .hotArticle .articleList .smallImg .right .time {
    position: absolute;
    font-size: 12px;
    color: #9496a3;
    left: 110px;
    bottom: 0;
}

.hmain .container .hright .buzzPosts {
    margin-top: 40px;
}

.hmain .container .hright .buzzPosts .postList {
    margin-top: 20px;
}

.hmain .container .hright .buzzPosts .postList li {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
}

.hmain .container .hright .buzzPosts .postList li .post {
    color: #34374c;
    font-size: 14px;
}

.hmain .container .hright .buzzPosts .postList li .userinfo {
    margin-top: 8px;
    font-size: 12px;
    color: #9496a3;
}

.hmain .container .hright .buzzPosts .postList li .userinfo .username {
    margin-right: 32px;
}

.hmain .container .hright .buzzPosts .postList :last-child {
    border: none;
}

.kq_r_hot li{
    border-bottom: 1px solid #d7d7d7;
}
.kq_r_hot li .title{
    font-weight: 400;
    color: #34374c;
}
.kq_r_hot li .title:hover{
    color: #34374c;
}
.kq_r_hot li .ft span,.kq_r_hot li .ft span{
    color:#9496a3;
}

/*# sourceMappingURL=homepage.css.map */