/*
* Copyright , 四川爱路婚姻服务有限公司版权所有 www.ailu520.com
*
* 请尊重原创，未经允许请勿转载。
* 如发现下载/防止本站前端，那么我们必将追究相应的法律责任
*/
.news_st {
width: 1380px;
    margin: 0 auto;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    color: #8d8d8d;
    padding: 0px 10px;
}

.news_st a {
    color: #8d8d8d;
    margin-right: 5px;
    margin-left: 5px;
}
.news_gb {
    /*background: #eee;*/
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
}
.news_main_left {
    width: 1000px;
    float: left;
    overflow: hidden;
    /*padding: 10px;*/
    background: #fff;
    /*padding-right: 20px;*/
    /*border-right: 1px solid #dfdfdf; */
}

.news_main {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
    background: #fff;
}
.news_fl {
    padding: 10px 0px;
    overflow: hidden;
    /* height: 70px; */
    line-height: 50px;
    /* box-shadow: 0 0 6px 0 rgba(69, 0, 0, 0.44); */
    background: #fff;
}

.news_fl li {
    float: left;
}



.news_fl li a:hover{
    color: #f10859;
    font-weight: bold;
    transition: 0.8s;
    text-shadow: 0px 0px 5px 1px #dcdcdc;
}
a.news_fl_on {
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 5px 1px #dcdcdc;
}
.news_list {
    margin-top: 20px;
    background: #fff;
    /* box-shadow: 0 0 6px 0 rgba(69, 0, 0, 0.44); */
}
.news_list li {
    width: 100%;
    height: 190px;
        /*margin-bottom: 15px;*/
    overflow: hidden;
}
.var_txt:hover{
    box-shadow: 0 0 6px 0 rgba(69, 0, 0, 0.64);
    transition: 0.8s;
}

.var_img {
    padding: 10px 0px 0px 10px;
    float: left;
}

.var_img img {
    width: 250px;
    height: 180px;
        border: 1px solid #f1f1f1;
}
.var_txt {
    float: left;
    width: 709px;
    margin-top: 10px;
    position: relative;
}

.var_txt_f1 {
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
    padding: 10px 15px;
    width: 100%;
}

h3.var_txt_txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
}
h3.var_txt_txt a {
    color: #2a2a2a;
    font-weight: bold;

}
h3.var_txt_txt a:hover {
    color: #000;
    font-weight: bold;
 
    transition: 0.8s;
}
i.var_txt_f1_news {
    cursor: pointer;
    margin: 0px 0px;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 5px;
    transition: color .1s linear;
    background: url('../images/xiangqing.png');
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
i.var_txt_f1_news:hover {
    cursor: pointer;
    margin: 0px 0px;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 5px;
    transition: color .1s linear;
    background: url('../images/xiangqing_a.png');
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.var_txt_info span {
    color: #878787;
    margin-right: 10px;
    font-size: 14px;
}

span.var_time {
    color: #878787;
    float: right;
}
.var_txt_f2 p {
vertical-align: baseline;
    font-size: 13px;
    line-height: 25px;
    height: 93px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #767676;
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 18px;
}

.var_txt_f2 {
    background: #f5f5f5;
    height: 110px;
}
.page {
    background: #fff;
    margin-top: 20px;
    /* box-shadow: 0 0 6px 0 rgba(69, 0, 0, 0.44); */
}
.pagnation a {
    border: 1px solid #fd4888;
}

.news_main_right {
    width: 380px;
    float: left;
    padding: 10px;
    /* background: #fff; */
    /* border-left: 1px solid #dfdfdf; */
}

.var_box {
    background: #fff;
    padding: 10px;
    border: 5px;
    /* box-shadow: 0 0 6px 0 rgba(69, 0, 0, 0.44); */
    margin-bottom: 20px;
}

h3.var_box_t {
    margin: 2px 0 15px;
    padding: 0 0 0 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    position: relative;
}

h3.var_box_t::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    content: "";
    background-color:#ff005a;
    background-image: -o-linear-gradient(top,rgba(255,255,255,.15),transparent);
    background-image: linear-gradient(180deg,rgba(255,255,255,.15),transparent);
    border-radius: 3px;
}
.var_box_list {
    width: 100%;
    overflow: hidden;
}
.var_box_list li {
    line-height: 30px;
    /*height: 30px;*/
    border-bottom: 1px solid #f9f9f9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.var_box_list li a:hover{
  color: #ff5065;
}
.user_m_iteam_info {
    max-width: 209px;
}
li.user_m_iteam {
    width: 100%;
}
li.var_item {
    margin: 0;
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(239,239,239,.8);
}


.var_item_img {
    width: 100px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 6px;
}

.var_item_img img {
    display: block;
    width: 100%;
    height: 63px;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.var_item_content {
    position: relative;
    margin-left: 10px;
    width: calc(100% - 110px);
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

p.var_item_title {
    height: 38px;
    margin-bottom: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.4;
}

p.var_item_time {
    position: absolute;
    bottom: 0;
    margin: 0;
    font-size: 12px;
    color: #828282;
    line-height: 14px;
}

p.var_item_title a {
    color: #262626;
}
li.var_botx_n {
    position: relative;
    padding: 5px 0 10px 12px;
    line-height: 1.46;
}
li.var_botx_n::before {
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border: 4px solid transparent;
    border-left: 5px solid #ccc;
}

li.suiji {
    width: 100%;
    font-size: 15px;
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
li.suiji a:hover{
 color: #ff005a;
  transition: 0.8s;
}
li.suiji i {
    background: #8a8a8a;
    color: #515355;
    font-size: 12px;
 height: 24px;
    line-height: 24px;
    display: inline-block;
    width: 24px;
    text-align: center;
    font-weight: 100;
    margin-right: 5px;
    box-shadow: 1px 1px 4px rgba(194, 200, 206,0.8);
}

li.suiji:nth-child(1) i.sj_red {
    background-color: #f62020;
    border: 1px solid #f62020;
    box-shadow: 1px 1px 4px rgba(246, 32, 32, 0.8);
}
li.suiji:nth-child(2) i.sj_red {
    background-color: #f65220;
    border: 1px solid #f65220;
    box-shadow: 1px 1px 4px rgba(246, 82, 32, 0.8);
}

li.suiji:nth-child(3) i.sj_red {
    background-color: #f0a413;
    border: 1px solid #f0a413;
    box-shadow: 1px 1px 4px rgba(240, 164, 18, 0.8);
}
li.suiji i.sj_red {
    color: #fff;
    font-size: 12px;
}



li.var_botx_n a {
    color: #5a5a5a;
}
li.var_botx_n a:hover{
    color: #ff005a;
}

.var_box_tag  a {
width: 30.39%;
    margin: 0 .7% 1.4%;
    font-size: 14px!important;
    line-height: 30px;
    height: 30px;
    text-align: center;
    color: #5a5a5a;
    /*border: 1px solid rgba(100,100,100,.3);*/
    border-radius: 2px;
    text-decoration: none;
    background: rgba(255,255,255,.2);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.var_box_tag a:hover {
    color: #fff; 
    background-color: #ff005a;
    transition: 0.8s;
}

/* Ã¨Â¯Â¦Ã¦Æ’â€¦Ã©Â¡ÂµÃ¥Â¼â‚¬Ã¥Â§â€¹ */
.news_arc {
    /* margin-top: 20px; */
    background: #fff;
}

h1.newstitle {
    font-size: 22px;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
        text-align: center;
}
.newstime {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
}

.newstime span {
    margin-right: 20px;
    font-size: 14px;
    color: #858585;
    padding-bottom: 20px;
}
p.newsintro {
    width: 100%;
    padding: 20px 15px;
    background: #f1f1f1;
    line-height: 30px;
    color: #4f4f4f;
}
.newscontent {
    padding: 20px 0px;
    overflow: hidden;
}

.newscontent strong {
font-weight: 600;
    line-height: 40px;
    height: 40px;
    color: #000000;
}
.newscontent h1,.newscontent h2,.newscontent h4,.newscontent h3{
    font-size: 18px;
    margin-bottom: 18px;
    background-image: linear-gradient(to right, #f9f9f9 , #f8f9fa);
    color: #1f1f1f;
    border: 1px dashed #f9f9f9;
    padding: 5px;
    margin: 20px 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    font-weight: bold;
    line-height: 32px;
    word-break: break-all;
    word-wrap: break-word;
    position: relative;
}

.newscontent h1::before,.newscontent h2::before,.newscontent h4::before,.newscontent h3::before{
position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ff005a;
    background-image: -o-linear-gradient(top,rgba(255,255,255,.15),transparent);
    background-image: linear-gradient(180deg,rgba(255,255,255,.15),transparent);
    border-radius: 3px;
}
.newscontent table {
    width: 99% !important;
    border-bottom: 1px solid #beccdb;
    border-right: 1px solid #beccdb;
}

.newscontent table tr {
    border-top: 1px solid #beccdb;
    border-left: 1px solid #beccdb;
    line-height: 1.5;
    padding: 10px;
    font-size: 16px;
}

.newscontent td {
    border-top: 1px solid #beccdb;
    border-left: 1px solid #beccdb;
    line-height: 1.5;
    padding: 10px;
    font-size: 16px;
}

.newscontent p {
    line-height: 30px;
    font-size: 14px;
}
p.imgms {
    margin-bottom: 20px;
    font-weight: bold;
}
.newscontent p a {
    font-weight: 500;
     color: #000000;
    font-size: 16px;
}
.newscontent img {
    max-width: 600px;
    border-radius: 5px;
    height: auto!important;
}
.news_con_tag {
    width: 100%;
    height: 60px;
    line-height: 60px;
    /*border-bottom: 1px solid #dedede;*/
}

.news_con_tag span {
    font-weight: 800;
}

.news_con_tag a {
    line-height: 30px;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
}
.news_con_tag a:hover{
    color: #ff005a;
}

.news_con_page {
    width: 100%;
    overflow: hidden;
    /* margin-bottom: 30px; */
    line-height: 80px;
    padding: 10px 0px;
    /*border-bottom: 1px solid #dedede;*/
}

li.page_left {
    float: left;
}

li.page_right {
    float: right;
}

.news_con_page li {
    line-height: 30px;
    padding: 15px 0px;
}

li.page_left span {
    margin-right: 10px;
    color: #656565;
}

li.page_right span {
    margin-right: 10px;
    color: #656565;
}

li.page_left a {
    color: #656565;
}

li.page_right a {
    color: #656565;
}

.news_con_page a:hover{
    color: #d64979;
}
.news_con_dashang {
    width: 100%;
    height: 81px;
}


.entry-footer-right {
    float: right;
    width: 15%;
    margin-top: 20px;
}
.news_con_dashang {
    width: 100%;
    height: 80px;
    /*margin-bottom: 30px;*/
    /*border-bottom: 1px solid #dedede;*/
}

.baidu_share {
width: auto;
    float: left;
    height: 80px;
    margin-left: 15px;
}
a.mlight {
    color: #d25344;
}

span.entry-sponsor {
    display: inline-block;
    font-size: 14px;
    margin: 0 2px;
}

span#myBtn {
    background-color: #ffbe02;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    cursor: pointer;
}

span.entry-like {
    display: inline-block;
    font-size: 14px;
    margin: 0 2px;
    vertical-align: baseline;
    background: transparent;
    word-wrap: break-word;
}

span.entry-like a {
    background-color: #76b852;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
}
/* æ‰“èµå¼¹çª— */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    z-index: 1000;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border-radius: 4px;
    border: 1px solid #888;
    font-size: 14px;
    width: 400px;
    padding: 25px 20px;
    height: 290px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s img;
    animation-duration-border: 1px solid #f0f0f0;
    animation-duration-border-radius: 4px;
    animation-duration-width: 100%;
    animation-duration-max-width: 100%;
  }
  
  .modal-content h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #000;
    text-align: center;
  }
  .ht_grid_1_2_custom {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  
  .ht_grid_1_2_custom:nth-of-type(2n) {
    margin-right: 0;
  }
  
  .ht_grid_1_2_custom:nth-of-type(2n+1) {
    clear: left;
    color: #000;
    text-align: center;
  }
  
  .ht_grid_1_2_custom:nth-of-type(2n+0) {
    margin-right: 0;
    clear: right;
    color: #000;
    text-align: center;
  }
  
  .ht_grid_1_2_custom img {
    width: 100%;
  }
  span.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 8px;
    right: 10px;
}


/* 分享按钮 */
@font-face {
    font-family: "socialshare";
    src: url("../images/iconfont.eot");
    src: url("../images/iconfont.eot") format("embedded-opentype"), url("../images/iconfont.woff") format("woff"), url("../images/iconfont.ttf") format("truetype"), url("../images/iconfont.svg#iconfont") format("svg")
}

.social-share {

    font-family: "socialshare" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 10px;
}

.social-share * {
    font-family: "socialshare" !important
}

.social-share .icon-tencent:before {
    content: "\f07a"
}

.social-share .icon-qq:before {
    content: "\f11a"
}

.social-share .icon-weibo:before {
    content: "\f12a"
}

.social-share .icon-wechat:before {
    content: "\f09a"
}

.social-share .icon-douban:before {
    content: "\f10a"
}

.social-share .icon-heart:before {
    content: "\f20a"
}

.social-share .icon-like:before {
    content: "\f00a"
}

.social-share .icon-qzone:before {
    content: "\f08a"
}

.social-share .icon-linkedin:before {
    content: "\f01a"
}

.social-share .icon-diandian:before {
    content: "\f05a"
}

.social-share .icon-facebook:before {
    content: "\f03a"
}

.social-share .icon-google:before {
    content: "\f04a"
}

.social-share .icon-twitter:before {
    content: "\f06a"
}

.social-share a {
    position: relative;
    text-decoration: none;
    margin: 4px;
    display: inline-block;
    outline: none
}

.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 32px;
    border: 1px solid #666;
    color: #666;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s
}

.social-share .social-share-icon:hover {
    background: #666;
    color: #fff
}

.social-share .icon-weibo {
    color: #ff763b;
    border-color: #ff763b
}

.social-share .icon-weibo:hover {
    background: #ff763b
}

.social-share .icon-tencent {
    color: #56b6e7;
    border-color: #56b6e7
}

.social-share .icon-tencent:hover {
    background: #56b6e7
}

.social-share .icon-qq {
    color: #56b6e7;
    border-color: #56b6e7
}

.social-share .icon-qq:hover {
    background: #56b6e7
}

.social-share .icon-qzone {
    color: #FDBE3D;
    border-color: #FDBE3D
}

.social-share .icon-qzone:hover {
    background: #FDBE3D
}

.social-share .icon-douban {
    color: #33b045;
    border-color: #33b045
}

.social-share .icon-douban:hover {
    background: #33b045
}

.social-share .icon-linkedin {
    color: #0077B5;
    border-color: #0077B5
}

.social-share .icon-linkedin:hover {
    background: #0077B5
}

.social-share .icon-facebook {
    color: #44619D;
    border-color: #44619D
}

.social-share .icon-facebook:hover {
    background: #44619D
}

.social-share .icon-google {
    color: #db4437;
    border-color: #db4437
}

.social-share .icon-google:hover {
    background: #db4437
}

.social-share .icon-twitter {
    color: #55acee;
    border-color: #55acee
}

.social-share .icon-twitter:hover {
    background: #55acee
}

.social-share .icon-diandian {
    color: #307DCA;
    border-color: #307DCA
}

.social-share .icon-diandian:hover {
    background: #307DCA
}

.social-share .icon-wechat {
    position: relative;
    color: #7bc549;
    border-color: #7bc549
}

.social-share .icon-wechat:hover {
    background: #7bc549
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms
}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
    color: #666;
    font-size: 12px;
}

.social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

.social-share .icon-wechat:hover .wechat-qrcode {
    display: block
}


/* 相关内容开始 */
.news_info {
    background: #fff;
    /*padding: 10px;*/
    border: 5px;
    /* box-shadow: 0 0 6px 0 rgba(69, 0, 0, 0.44); */
    margin-bottom: 20px;
}

.news_info h6 {
    margin: 2px 0 15px;
    padding: 0 0 0 12px;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    font-weight: 500;
    color: #656565;
}
.news_info h6::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ff005a;
    background-image: -o-linear-gradient(top,rgba(255,255,255,.15),transparent);
    background-image: linear-gradient(180deg,rgba(255,255,255,.15),transparent);
    border-radius: 3px;
}
.news_info_img_list {
    width: 100%;
    padding: 10px 0px;
}


.news_info h6 {
    color: #656565;
}

.news_info_img_list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
}

.news_info_img_list li {
    float: left;
    width: 212px;
    padding-right: 12px;
    padding-left: 12px;
    /*margin-bottom: 5px;*/
    overflow: hidden;
}

.news_info_img_list li a img {
        position: relative;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 0;
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    max-height: 160px;
    object-fit: cover;
}

p.gl_title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    margin-top: 5px;
}

p.gl_title a {
    width: 100%;
    color: #656565;
}
p.gl_title a:hover {
    color:#ff005a; 
    transition: 0.8s;
}
.news_info_news_list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    /* margin-bottom: 60px; */
}

.news_info_news_list li {
    float: left;
    width: 210px;
    padding-right: 12px;
    padding-left: 12px;
    margin-bottom: 5px;
    overflow: hidden;
}

.news_info_news_list li a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
    color: #656565;
}

.news_info_news_list li a:hover {
color:#ff005a; 
transition: 0.8s;
}


/* 问答开始 */
ul#nav_more {
    display: none;
    position: relative;
    padding: 0 0 18px;
    width: 100%;
    overflow: hidden;
    z-index: 222;
}

a.a_less-nav {
    float: right;
    position: absolute;
    color: #E91E63;
    font-weight: bold;
}
li.less_a {
    float: right;
    margin-right: 100px;
}
a.a_nav-more {
    float: right;
    position: absolute;
    color: #E91E63;
    font-weight: bold;
}
li.a_nav_quan {
    float: right;
    margin-right: 100px;
}

.ask_tj {
    padding: 10px 15px;
    overflow: hidden;
    background: #fff;
}

.ask_tj li {
    float: left;
    width: 199px;
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    margin-bottom: 5px;
    margin-top: 5px;
    background: #b2b2ac;
    border-radius: 3px;
}
.ask_img a {
    display: inline-block;
}
.ask_img img {
     width: 199px;
    height: 164px;
    border-radius: 5px;
    padding: 2px;
}

.ask_txt {
 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    z-index: 2;
    top: 127px;
    width: 100%;

}

.ask_txt a {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 239px;
    background: rgba(0, 0, 0, 0.3);
    line-height: 35px;
    height: 35px;
    display: inline-block;
}
.ask_tj li:hover{
    box-shadow: 0 0 6px 0 rgba(69, 0, 0, 0.64);
    transition: 0.8s;
    border-radius: 5px;
}
.ask_list {
    width: 100%;
    overflow: hidden;
    padding: 5px;
}


.ask_list li {
    margin-bottom: 10px;
}

.ask_list li:hover {
    box-shadow: 0px 0px 5px 1px #dcdcdc;
    transition: 0.8s;
}
.ask_f1 h5 a {
    font-size: 20px;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    display: inline-block;
}

.ask_f3 {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
    background: #f1f1f1;
    padding: 0px 15px;
}

.ask_f3 span {
    margin-right: 20px;
    font-size: 14px;
    color: #858585;
    padding-bottom: 20px;
}

.ask_f2 p {
    width: 100%;
    padding: 00px 15px;
    background: #f1f1f1;
    line-height: 30px;
    color: #4f4f4f;
    height: 60px;
}

.ask_f1 {
    line-height: 40px;
    height: 60px;
    background: #f1f1f1;
    padding: 0px 15px;
    overflow: hidden;
    /* padding-top: 20px; */
}

.ask_f2 {
    overflow: hidden;
    height: 30px;
}

.ask_f1 h5::before {
    left: 0;
    content: "";
    cursor: pointer;
    margin: 0px 0px;
    position: relative;
    right: 10px;
    top: 18px;
    transition: color .1s linear;
    background: url(../images/wenti.png);
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    border-radius: 3px;
}
.ask_f2 p::before {
    left: 0;
    content: "";
    cursor: pointer;
    margin: 0px 0px;
    position: relative;
    right: 0;
    top: 0;
    transition: color .1s linear;
    background: url(../images/danan.png);
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    border-radius: 3px;
}

.ask_news {
    width: 100%;
}

.answer_f1 img {
    float: left;
    height: 80px;
    width: 80px;
    padding: 10px 10px;
}

.answer_f1 a {
    display: inline-block;
    float: left;
}

.answer_f1 {
    height: 110px;
    padding: 15px 0;
    background: #f6f6f6;
    margin-top: 20px;
    border-bottom: 1px solid #f1f1f1;
}
.anser_info_left_a {
    float: left;
    height: 80px;
    width: 175px;
    padding: 10px 0px;
}

.anser_info_left_a span {
    width: 120px;
    line-height: 20px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    color: #282828;
}
.answer_f2 {
    padding: 3px 15px;
    background: #fbfbfb;
}
.anser_info {
    line-height: 35px;
    height: 35px;
    padding: 0px 15px;
}
li.wd_answer {
    border: 1px solid #f1f1f1;
        margin-top: 20px;
}
li.wd_answer h2 {
    margin: 0!important;
    border: 0;
}
.askmore {
width: 100%;
    text-align: right;
}

.askmore a {
color: #bdbdbd;
    padding: 3px 15px;
    display: inline-block;
    margin: 20px auto;
}
.answer_f2 img {
    max-width: 400px;
    height: auto!important;
    margin: 10px 0px 10px 0px;
    border-radius: 10px;
}

.answer_f2 p {
    width: 100%;
    /* background: #f1f1f1; */
    line-height: 30px;
    color: #4f4f4f;
}
.answer_f2 strong {
    font-weight: 600;
    line-height: 40px;
    height: 40px;
    color: #ff5065;
}
.answer_f2 h1,.answer_f2 h2,.answer_f2 h4,.answer_f2 h3{
    font-size: 18px;
    margin-bottom: 18px;
    background-image: linear-gradient(to right, #f9f9f9 , #f8f9fa);
    color: #1f1f1f;
    border: 1px dashed #f9f9f9;
    padding: 5px;
    margin: 20px 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    font-weight: bold;
    line-height: 32px;
    word-break: break-all;
    word-wrap: break-word;
    position: relative;
}

.answer_f2 h1::before,.answer_f2 h2::before,.answer_f2 h4::before,.answer_f2 h3::before{
position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ff005a;
    background-image: -o-linear-gradient(top,rgba(255,255,255,.15),transparent);
    background-image: linear-gradient(180deg,rgba(255,255,255,.15),transparent);
    border-radius: 3px;
}
.answer_f3 {
    padding: 20px 15px;
    line-height: 30px;
    background: #f5f5f5;
}

.answer_f3 i {
    margin-right: 20px;
}

.answer_f3 span {
    margin-right: 20px;
}

.answer_f3 a {
    color: #656565;
}
li.wd_answer:hover {
    box-shadow: 0px 0px 5px 1px #dcdcdc;
}

.z_r {
    height: 20px;
    float: right;
    /* overflow: hidden; */
}

.z_r img {
    width: 20px;
}

.z_r a {
    float: left;
}

.z_r p {
    float: left;
}
span#diggnum {
    margin-right: 0px;
    margin-left: 20px;
}


div#huida {
    width: 100%;
    /*height: 60px;*/
    /*line-height: 60px;*/
    border-bottom: 1px solid #dedede;
    text-align: center;
}

div#huida a {
    /*padding: 10px 10px;*/
        color: #ff005a;
}
#login_t {  
position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 1rem 2px rgba(139, 139, 139, 0.46);
    height: 160px;
}
.login_tit {
    height: 40px;
    width: 100%;
    position: relative;
}

.login_tit h3 {
    float: left;
    width: 100%;
}

.login_tit span {
    position: absolute;
    right: -14px;
    font-weight: bold;
    top: -18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #bfbfbf;
    border-radius: 50px;
}

.login_box {
    width: 100%;
    text-align: center;
    display: inline-block;
    height: 100px;
    align-items: center;
}

.login_box li {
    float: left;
    width: 80px;
    line-height: 40px;
    height: 80px;
}

.login_box li a img {
    width: 80px;
    float: left;
    padding-right: 20px;
    padding-left: 20px;
}

.login_box li a span {
    width: 80px;
    display: inline-block;
    line-height: 35px;
    height: 35px;
    color: #000;
}

.login_box li a {
    color: #fff;
    background: #fff!important;
}
.asj_tw {
    font-size: 20px;
    overflow: hidden;
    font-weight: bold;
    border-bottom: 1px solid #dedede;
    width: 100%;
    line-height: 60px;
    height: 60px;
}

.asj_tw img {
    width: 30px;
}

.asj_tw li {
    float: left;
    margin-right: 30px;
}

span.user_t {
    font-weight: bold;
    color: #646464;
}



/*答案*/
.answe_input {
    padding: 10px;
    border: 1px solid #f0f0f0;
    margin-top: 10px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.17);
}
.answe_input_dl {
      width: 810px;
    text-align: center;
    align-items: center;
    display: flex;
    height: 60px;
}
em.z_bg {
    position: relative;
    margin: 2px 15px 15px;
    padding: 0 0 0px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}
em.z_bg::before{
background: url(../images/zan.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -10px;
    top: 0;
    width: 22px;
    height: 100%;
    content: "";
}
a.an_list_jb {
    float: right;
}
a.an_list_jb:hover{
     color: #fb689b;
}
a.button__ajaxLoginAndRegister {
    width: 100px;
    height: 30px;
    margin: 0 auto;
    display: block;
    line-height: 30px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    transition: all .2s ease-in 0s;
    float: right;
    color: #fff;
    border-radius: 2px;
    background: #20a0ff;
    background: -webkit-gradient(linear,left top,right top,from(#20a0ff),to(#20b8ff));
    background: -webkit-linear-gradient(left,#ececec,#c3e5f5);
    background: linear-gradient(90deg,#ececec,#c3e5f5);
    -webkit-box-shadow: 0 3px 5px rgba(32,160,255,.5);
    box-shadow: 0 3px 5px rgba(32,160,255,.5);
}
.add-idc-div2 {
    color: #5a5a5a;
    font-size: 16px;
    width: 100%;
    line-height: 30px;
    float: left;
    padding-right: 10px;
    background: #fff;
    font-weight: bold;
    padding: 0px 10px;
}
span.star-span {
    width: 10px;
    float: left;
    line-height: 30px;
    margin-top: 4px;
    margin-right: 5px;
    color: #296ee4;
}
textarea#newstext {
    width: 100%;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    height: 180px;
}
.an_tj {
    width: 100%;
    float: left;
}
input#submitBtn {
        width: 100px;
    border: 0;
    height: 35px;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-left: 600px;
    color: #fff;
    border-radius: 2px;
    background: -webkit-gradient(linear,left top,right top,from(#20a0ff),to(#20b8ff));
    background: -webkit-linear-gradient(left,#20a0ff,#20b8ff);
    background: linear-gradient(90deg,#20a0ff,#20b8ff);
    -webkit-box-shadow: 0 3px 5px rgba(32,160,255,.5);
    box-shadow: 0 3px 5px rgba(32,160,255,.5);
}
input#cancelBtn {
    width: 100px;
    border: 0;
    height: 35px;
    line-height: 30px;
    text-align: center;
    float: right;
    color: #fff;
    border-radius: 2px;
    background: -webkit-gradient(linear,left top,right top,from(#20a0ff),to(#20b8ff));
    background: -webkit-linear-gradient(left,#20a0ff,#20b8ff);
    background: linear-gradient(90deg,#525252,#7f8182);
    -webkit-box-shadow: 0 3px 5px rgba(32,160,255,.5);
    box-shadow: 0 3px 5px rgba(32,160,255,.5);
}


.list_r_hot {
    overflow: hidden;
}
.answer_tip img {
    max-width: 600px;
        border-radius: 10px!important;
    box-shadow: 2px 2px 10px #b9b9b9;
}
.news_top p {
    line-height: 30px;
    padding-bottom: 10px;
}

/*相亲列表页*/
.xq_list {
    margin-top: 20px;
    background: #fff;
    margin-bottom: 30px;
    overflow: hidden;
}

li.xq_iteam {
    box-shadow: 0px 0px 10px 0px rgb(255 0 90 / 17%);
    width: 279px;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    border-radius: 5px;
}

.xq_hd_img {
width: 279px;
    height: auto;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.xq_hd_img img {
width: 279px;
    height: 186px;
    object-fit: contain;
}

.xq_hd_info {
    padding: 0px 5px;
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.xq_hd_info h4 {
    font-size: 16px;
    line-height: 40px;
    position: relative;
}

.xq_hd_info h4 a {
    color: #333;
    display: inline-block;
    max-width: 220px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.xq_hd_info h4 span {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 8px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #f7564d;
    border-radius: 2px;
    line-height: 30px;
    height: 30px;
}

.xq_hd_info h4 span a {
    color: #f7564d;
    display: inline-block;
    padding: 0px 10px;
    max-width: 280px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
p.xq_hd_time {
font-size: 13px;
    color: #ff005a;
    line-height: 24px;
    text-align: center;
    float: left;
    width: 50%;
}
.xqhd_sp {
    padding: 15px 0;
}

.xqhd_sp span {
    color: #f7564d;
    display: inline-block;
    padding: 0px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #f7564d;
    border-radius: 2px;
    line-height: 30px;
    height: 30px;
    margin-right: 20px;
}
span.hbbmtime {
    background: #ff005a;
    color: #fff;
}
span.hbbmtime:hover {
    background: #fff;
    color: #ff005a;
}