@charset "utf-8";
/*banner*/
.banner{
    width:100%;
     position: relative;
     height:550px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}

/*index_form*/

.index_form{
    width:100%;
    position: relative;
}
.index_form_bg{
    width:100%;
    height:180px;
    background:rgba(241,103,103,0.9);
    position: absolute;
    top:0;
    left:0;
    z-index: -2;
}
.index_form_cont{
    width:1126px;
    margin:0 auto;
    padding:30px 0;
    position: relative;
}
.index_form_cont>ul{
    overflow: hidden;
}
.index_form_cont>ul>li{
    width:142px;
    height:42px;
    float:left;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    line-height: 42px;
    background:#ec4949;
    color:#fff;
    text-align: center;
    font-size: 16px;
    margin-right:14px;
    cursor:pointer
}
.index_form_cont>ul>li.index_form_active{
    background:#fff;
    color:#666666;
}
.form_cont_div{
    height:78px;
}
.form_cont_div_input{
    background:rgba(255,255,255,0.612);
    padding:12px 32px;
    height:78px;
    box-sizing: border-box;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.form_cont_div_input p{
    float:left;
}
.form_cont_div_input p input{
    width:235px;
    height:54px;
    border-radius: 10px;
    background:#fff;
    margin-right:13px;
    box-sizing: border-box;
    padding:0 20px;
    text-align: center;
}
.form_cont_div_input p select{
    width:150px;
    height:54px;
    border-radius: 10px;
    background:#fff;
    box-sizing: border-box;
    text-align: center;
    padding-left: 20px;
}
.form_cont_div_input p button{
    width:150px;
    height:54px;
    border-radius: 10px;
    background:#fff;
    margin-left:13px;
    text-align: center;
    background:#eb4141;
    color:#fff;
    font-size: 17px;
    cursor: pointer;
}

.select-list {
    display: none;
    position: absolute;
    padding: 0 !important;
    width: 720px;
    background-color: #fff;
    top: 138px;
    z-index: 1000;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eb4141;
    left: 33px;
}
.search .select-box {
    margin: 0 !important;
    padding: 0 !important;
}
.Menu2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 50;
    padding: 8px 10px 0 10px;
}
.Menu2 ul {
    margin: 0;
    padding: 0;
    margin-bottom: 6px;
    height: auto;
    overflow: auto;
}
.memu2_tit01 {
    float: left;
    width: 80px;
    background: #f0f0f0;
    color: #555;
    margin-right: 10px;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
}
.Menu2 ul li {
    padding: 0 2px;
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    text-align: center;
    float: left;
    margin: 4px;
    cursor: pointer;
}
.Menu2 ul li a {
    display: block;
    color: #555;
}
.select-box:first-child dd {
    border-right: 1px solid #ccc;
}
.select-box dd {
    width: 100%;
    display: table;
    padding: 10px;
}
.select-box dd {
    width: 100%;
    display: table;
    padding: 10px;
}
.select-box dd a {
    display: block;
    float: left;
    margin: 5px;
    color: #333;
    padding: 1px 5px;
    text-decoration: none;
}
.select-box dd a:hover, .select-hover {
    background-color: #eb4141;
    color: #fff !important;
    border-radius: 10px;
}
.index_dljz_btn{
    font-size: 14px;
}
.index_dljz_btn span{
    display: block;
    font-size: 12px;
}
.form_cont_div_input_dljz p>input{
    width:285px;
}

/*公司名称大全*/
.company_name{
    width:1200px;
    margin:0 auto;
    overflow: hidden;
}
.company_title{
    margin:100px 0 76px 0;
    font-size: 30px;
    color:#333;
    text-align: center;
}
.company_title p{
    font-size: 30px;
}

.company_title span{
    display: inline-block;
    width: 169px;
    height: 17px;
    margin: 10px auto;
}
.company_title span img{
    width:100%;
}
.company_name ul{

}
.company_name ul li{
    width:276px;
    border:2px solid #e8e8e8;
    margin:0 12px;
    float:left;
    border-radius: 5px;
    padding:15px;
    box-sizing: border-box;
    position: relative;
    margin-bottom:62px;
    text-align: center;
    cursor: pointer;
}
.company_name ul li:hover{
    border:2px solid #ff6b6a;
}
.company_name ul li:hover h3{
    color:#ff6b6a;
}

.company_name ul li img{
    margin:30px 0 0 0;
}

.company_name ul li h3{
    font-size: 24px;
    margin-top: 44px;
    margin-bottom: 25px;
}
.company_name ul li h4{
    line-height: 26px;
    margin-bottom:20px;
}
.company_name ul li a{
    font-size: 18px;
    line-height: 26px;
    width:229px;
    height:26px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    display: inline-block;
    color:#ff3e3f;
    padding-bottom: 10px;
}
.company_name ul li a:hover{
    color:#eb4141;
}
.company_name ul li a b{
    width:6px;
    height:6px;
    border-radius: 50%;
    background:#eb4141;
    display: inline-block;
    position: relative;
    top:-3px;
    margin-right:10px;
}
.company_name ul li div.company_li_a a{
    margin: 16px 0 0 0;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #eb4141;
}


/*基于大数据的人工智能起名神器*/
.Intelligence{
    width:100%;
    background:url(../images/sq_bg1.png) 50% 50% no-repeat;
    height:258px;

}


/*四大模块*/
.artificial{
    width:1200px;
    margin: 0 auto;
}
.artificial ul{
    overflow: hidden;
    margin-top:74px;
    margin-bottom:90px;
    border-top:1px solid #e5e5e5;
    border-left:1px solid #e5e5e5;
    box-sizing:border-box;
}
.artificial ul li{
    width:276px;
    height:70px;
    border-right:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    float:left;
    box-sizing:border-box;
    text-align: center;
    font-size:18px;
    line-height: 70px;
}
.artificial ul li.li_left{
    width:240px;
}
.artificial ul li.li_left_bg{
    width:240px;
    background:#eeeeee;
    font-weight: bold;
}
.artificial ul li.li_left_cent{
    width:479.5px;
    color:#eb4141;
}
.artificial ul li.li_left_cent2{
    width:479.5px;
    color:#666666;
}
.artificial ul li.li_left_cent_red{
    width:479.5px;
    background:#eb4141;
    color:#fff;
    font-weight: bold;
}

.artificial ul li.li_left_cent_d{
    width:479.5px;
    background:#eeeeee;
    font-weight: bold;
}
.artificial_div{
    margin-top:40px;
    overflow: hidden;
}
.artificial_div_li{
    margin:0 12px;
    width:376px;
    float:left;
    height:427px;
    border:1px solid #ddd;
    box-sizing:border-box;
}
.artificial_div_li p{
    position: relative;
    text-align: center;
}
.artificial_div_li p img{
    width:100%;
}
.artificial_div_li p span{
    position: absolute;
    width:370px;
    height:250px;
    line-height: 250px;
    left:50%;
    margin-left: -185px;
    font-size: 30px;
    color:#fff;
    font-weight: bold;
}
.artificial_div_li>span{
    margin: 30px 20px;
    display: block;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 28px;
    height: 112px;
    overflow: hidden;
}

/*实时核名动态*/
.dynamic{
    width:100%;
    margin:0 auto;
    margin-top:110px;
}
.dynamic_bg{
    background:url(../images/dynamic_bg.png) 50% 50% no-repeat;
    height:342px;
}
.company_title2{
    margin: 100px 0 40px 0;
}
.dynamic_zi{
    width:1200px;
    margin:0 auto;
    background:url(../images/dynamic_zi.png) 50% 50% no-repeat;
    height:106px;
    margin-top: 35px;
}
.dynamic_zi span{
     width:50%;
    line-height: 106px;
    text-align: center;
    display: inline-block;
    font-size: 24px;
    float: left;
}
.dynamic_zi_spanl{
    color:#fb6161;
}
.dynamic_zi_spanr{
    color:#fff;
}
.dynamic_zi span b{
    font-weight: bold;
    font-size: 28px;
    position: relative;
    top:-4px;
    left:4px;
}
/*合作伙伴*/
.hzhb{
    width:100%;
}
.hzhb_bg{
    background:url(../images/hzhb_bg.png) 50% 50% no-repeat;
    height:517px;
}


/*常见问题*/
.problem{
    width:1200px;
    margin:0 auto;
}
.problem ul{
    margin-top:30px;
}
.company_title3{
    margin: 100px 0 140px 0;
}
.problem ul:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.problem ul li{
    width:276px;
    border:1px solid #e8e8e8;
    margin:0 12px;
    float:left;
    border-radius: 5px;
    padding:15px;
    box-sizing: border-box;
    position: relative;
    margin-bottom:62px;
}

.company_li_span{
    position: absolute;
    width:140px;
    height:120px;
    background:#fff;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    top:-60px;
    left:50%;
    margin-left:-70px;
}
.company_li_span img{
    width:120px;
}

.problem ul li h3{
    font-size: 24px;
    margin-top: 90px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}
.problem ul li h3 span{
    position: absolute;
    top:30px;
    left:50%;
    width:25px;
    height:7px;
    background:#fb6161;
    margin-left:-12.5px;
    border-radius: 20px;
}
.problem ul li p{
    height:26px;
    line-height: 26px;
    overflow: hidden;
}
.problem ul li a{
    font-size: 14px;
    line-height: 26px;
    width:245px;
    height:26px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    display: inline-block;
}
.problem ul li a>strong{
    font-weight: normal;
}
.problem ul li a:hover{
    color:#eb4141;
}
.problem ul li a b{
    width:6px;
    height:6px;
    border-radius: 50%;
    background:#eb4141;
    display: inline-block;
    position: relative;
    top:-3px;
    margin-right:10px;
}
.problem ul li div.company_li_a a{
    margin: 16px 0 0 0;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #888181;
}


/*links*/
.links{
    width:100%;
    background:#191919;
}
.links_cont{
    width:1200px;
    margin:0 auto;
    overflow: hidden;
}
.links_title{
    float: left;
    width: 75px;
    text-align: left;
    font-size: 14px;
    color: #9a9797;
    line-height: 40px;
    height: 40px;
}
.links ul{
    width:1125px;
    float:left;
    overflow: hidden;
    padding-bottom: 20px;
}
.links ul li{
    float:left;
    padding:0 15px;
    line-height: 40px;
    height:40px;
}
.links ul li a{
    color: #9a9797;
}



.tax-count-bg{
    position: fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    display: none;
    z-index: 1000;
}


/*移动端样式*/
@media screen and (min-width:320px) and (max-width:750px){
    .banner{
        display: none;
    }
    .index_form_bg {
        height: auto;
        background: #fff;
        top: 0;
        left: 0;
        z-index: -2;
    }
    .index_form_cont {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }
    .index_form_cont>ul {
        overflow: hidden;
        width: 94%;
        margin: 0 auto;
        border: 0.01rem solid #ddd;
        margin: 0.6rem auto 0.5rem;
        border-radius: 7px;
    }
    .index_form_cont>ul>li.index_form_active {
        background: #ec4949;
        color: #fff;
        border: 0.01rem solid #ec4949;
    }
    .index_form_cont>ul>li {
        width: 25%;
        height: 1rem;
        float: left;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        line-height: 1rem;
        background: #fff;
        color: #ec4949;
        text-align: center;
        font-size: 0.4rem;
        margin-right: 0;
        cursor: pointer;
        border-radius: 0;
        box-sizing: border-box;
    }
    .form_cont_div {
        height: auto;
        background: #ff3f3f;
    }
    .form_cont_div_input {
        background: #ff3f3f;
        padding: 0.5rem 0.7rem;
        height: auto;
        box-sizing: border-box;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .form_cont_div_input form{
        overflow: hidden;
    }
    .form_cont_div_input p {
        float: initial;
        
    }
    .form_cont_div_input p input {
        width: 100%;
        height: 1.2rem;
        border-radius: 0;
        background: #fff;
        margin-right: 0;
        box-sizing: border-box;
        padding: 0 0.4rem;
        text-align: center;
        font-size: 0.4rem;
        margin-bottom: 0.4rem;
    }
    .form_cont_div_input p select {
        width: 100%;
        height: 1.2rem;
        border-radius: 0;
        background: #fff;
        margin-right: 0;
        box-sizing: border-box;
        padding: 0 0.4rem;
        text-align: center;
        font-size: 0.4rem;
        border: 0.01rem solid transparent;
    }
    .select-list {
        display: none;
        position: absolute;
        padding: 0 !important;
        width: 94%;
        background-color: #fff;
        top: 3.2rem;
        z-index: 1000;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid #eb4141;
        left: 3%;
    }
    .trade-list{
        top: 6.4rem;
    }
    .form_cont_div_input p button {
        width: 100%;
        height: 1.4rem;
        border-radius: 10px;
        background: #fff;
        margin-left: 0;
        color: #eb4141;
        font-size: 0.4rem;
        padding: 0 0.4rem;
        border-radius: 1rem;
        margin-top: 0.5rem;
        font-weight: bold;
    }
    #qiming_form>p>input {
    width: 100%;
    margin-right: 0;
}
#qiming_form #cd_zishu {
    width: 100%;
    margin-right: 0;
}



/*公司名称大全*/
.company_name {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}
.company_title {
    margin: 0.6rem 0;
    color: #333;
    text-align: center;
}
.company_title span {
    display: inline-block;
    width: 2rem;
    height: 0.4rem;
    margin: 0.15rem auto;
}
.company_title p {
    font-size: 0.6rem;
}
.company_name ul {
    margin-top: 0.6rem;
}
.company_name>ul>li h3{
    display: none;
}

.company_name>ul>li p {
    height: 0.7rem;
    line-height: 0.7rem;
    overflow: hidden;
}
.company_name>ul>li a {
    font-size: 0.36rem;
    line-height: 0.42rem;
    width: 100%;
    height: 0.42rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.company_name>ul>li a b {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #eb4141;
    display: inline-block;
    position: relative;
    top: -0.05rem;
    margin-right: 10px;
}
.company_name>ul>li {
    width: 44%;
    height: auto;
    border: 0.01rem solid #e8e8e8;
    margin: 0 auto;
    float: initial;
    border-radius: 5px;
    margin: 0.3rem;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 0.6rem;
    background: #fff;
    float: left;
    padding:0.1rem;
}
.company_name ul li h4 {
    line-height: 0.6rem;
    margin-bottom: 0.3rem;
    font-size: 0.3rem;
}
.company_name ul li img {
    margin: 0.4rem 0 0 0;
}

.company_name>ul>li div.company_li_a a {
    margin: 0.4rem 0 0 0;
    text-align: center;
    font-size: 0.36rem;
    width: 100%;
}
.company_name>ul>li:nth-child(4) {
    margin-right: auto;
}
.company_name>ul>li:nth-child(5) {
    margin-left: auto;
}
.company_name>ul>li:nth-child(8) {
    margin-right: auto;
}

.company_name_title{
    width: 100%;
    position: relative;
    height: 1.2rem;
    padding: 0 0.5rem;
    box-sizing: border-box;
    background: #fff;
}
.company_name_title .scroller{
    position: absolute;
}
.company_name_title .scroller .clearfix{
    margin-top:0;
    width:500%;
}
.company_name_title ul li{
    float: left;
    padding: 0 0.3rem;
    line-height: 1.2rem;
}
.company_name_title ul li a {
    font-size: 0.34rem;
}
.company_name_title_cur{
    border-bottom:0.04rem solid #ff3f3f;
}
.Intelligence {
    width: 100%;
    background: url(../images/sq_bg1_wap.jpg) 50% 50% no-repeat;
    height: 2.6rem;
    background-size: 100%;
}
.artificial {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.artificial>img{
    width:94%;
}
.artificial_title {
    font-size: 0.48rem;
    color: #333333;
    padding-bottom: 0.7rem;
    text-align: center;
    padding-top: 1rem;
}
.artificial ul {
    overflow: hidden;
    margin-top: 0.8rem;
    margin-bottom: 1rem;
    width:90%;
    margin:0 auto;
}
/*.artificial ul li:nth-child(1) {
     margin-left: 0.2rem;
}*/
.artificial ul li {
    width: 35%;
    height: 1.1rem;
    border-right: 0.01rem solid #e5e5e5;
    border-bottom: 0.01rem  solid #e5e5e5;
    float: left;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.3rem;
    line-height: 1.1rem;
}
.artificial ul li.li_left {
    width: 30%;
}
.artificial ul li.li_left_cent_red {
    width: 35%;
}
.artificial ul li.li_left_cent_d {
    width: 35%;
}
.artificial ul li.li_left_bg {
    width: 30%;
}
.artificial ul li.li_left_cent {
    width: 35%;
}
.artificial ul li.li_left_cent2 {
    width: 35%;
}
.artificial ul li span {
    margin-top: 0.4rem;
    font-size: 0.45rem;
    color: #ff3f3f;
    position: relative;
    display: inline-block;
    padding: 0 0.35rem 0.26rem;
    border-bottom: 0.02rem solid #e6e6e6;
    font-weight: bold;
}
.artificial_div {
    margin-top: 0.6rem;
    overflow: hidden;
}
.artificial_div_li {
    margin: 0 auto;
    width: 90%;
    float: none;
    height: 2.39rem;
    border: 0.01rem solid #ddd;
    box-sizing: border-box;
    margin-bottom: 0.6rem;
}
.artificial_div_li p {
    position: relative;
    text-align: center;
    width: 3.5rem;
    float: left;
    height: 2.39rem;
}
.artificial_div_li>span {
    margin: 0;
    display: block;
    box-sizing: border-box;
    font-size: 0.3rem;
    line-height: 0.5rem;
    height: 2.39rem;
    overflow: hidden;
    padding: 0.2rem;
    text-align: left;
}
.artificial_div_li p span {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 2.39rem;
    left: 50%;
    margin-left: -50%;
    font-size: 0.5rem;
    color: #fff;
    font-weight: bold;
}

.dynamic_bg {
    background: url(../images/dynamic_bg_wap.jpg) 50% 50% no-repeat;
    height: 3rem;
    background-size: 100%;
}
.dynamic_zi {
    width: 98%;
    margin: 0 auto;
    background: url(../images/dynamic_zi.png) 50% 50% no-repeat;
    height: 2rem;
    margin-top: 0.3rem;
    background-size: 100%;
}
.dynamic_zi span {
    width: 50%;
    line-height: 2rem;
    text-align: center;
    display: inline-block;
    font-size: 0.2rem;
    float: left;
}
.dynamic_zi span b {
    font-weight: bold;
    font-size: 0.2rem;
    position: relative;
    top: -0.04rem;
    left: 0.04rem;
}

.hzhb_bg {
    background: url(../images/hzhb_bg_wap.jpg) 50% 50% no-repeat;
    height: 3.4rem;
    background-size: 100%;
}

/*资讯*/
.company_li_span {
    position: relative;
    width: 3rem;
    height: 3rem;
    background: #fff;
    line-height: initial;
    text-align: center;
    display: inline-block;
    top: 1rem;
    left: 0;
    margin-left: 0;
}
.company_li_span img {
    width: 100%;
}
.problem ul li h3 {
    font-size: 0.56rem;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    position: relative;
    top: -3.2rem;
    left: 0;
}
.problem ul li h3 span {
    position: absolute;
    top: 0;
    left: -0.47rem;
    width: 0.1rem;
    height: 0.8rem;
    background: #fb6161;
    margin-left: 0;
    border-radius: 20px;
}
.problem ul li {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 0.8rem;
    margin: 0;
    padding: 0.4rem;
    position: relative;
    margin-bottom: 0.5rem;
    height: 4.5rem;
}
.company_li_a{
    position: absolute;
    top: 0.1rem;
    right: 0.5rem;
}
.company_li_a span{
    font-size: 0.4rem;
    color:#ff3f3f;
}
.problem ul li div.company_li_a a {
    margin: 0;
    display: inline-block;
    text-align: center;
    font-size: 0.3rem;
    color: #888181;
    width: auto;
    height:auto;
}
.company_li_a a img{
    display: none;
}
.problem ul li a {
    font-size: 0.36rem;
    line-height: 0.8rem;
    width: 100%;
    height: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}




.dynamic{
    width: 100%;
    margin:0 auto;
    margin-top: 1rem;
}
.dynamic_title{
    font-size: 0.48rem;
    color:#333333;
    border-bottom: 0.01rem solid #cacaca;
    padding-bottom: 0.6rem;
    text-align: center;
}
.dynamic ul li{
    height:1rem;
    line-height: 1rem;
    border-bottom:1px dashed #cacaca;
}
.dynamic ul li a{
    padding-left: 0.3rem;
    float: left;
    width: 70%;
    height: 1rem;
    overflow: hidden;
}
.dynamic ul li a b{
    display: inline-block;
    width:6px;
    height:6px;
    border-radius: 50%;
    background:#ddd;
    position: relative;
    top: -0.05rem;
    margin-right:10px;

}
.problem ul li p {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    width: 5rem;
    position: relative;
    top: -2.5rem;
    left: 3.4rem;
}








.dynamic ul li span{
    float:right;
    width: 20%;
    text-align: left;
}
.dynamic_span_1{
    color:#2ac104;
}
.dynamic_span_2{
    color:#e72001;
}
.dowebok{
    height: 5rem;
    overflow: hidden;
}


.problem{
    width: 100%;
    margin:0 auto;
}
.problem>h3{
    margin: 1rem 0 0.8rem 0;
    font-size: 0.45rem;
    color: #333;
    text-align: center;
    border-bottom: 0.01rem solid #ddd;
    padding-bottom: 0.4rem;
}
.problem>h3>a{
    font-size: 0.35rem;
    float: right;
    position: relative;
    top: 0.3rem;
    right: 0.25rem;
}
.problem ul {
    overflow: hidden;
    width: 94%;
    margin: 0 auto;
}
.problem ul li {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 0.8rem;
}
.problem ul li:nth-child(2n){
    margin-right:0;
}
.problem ul li>a {
    width: 40%;
    height: auto;
    float: left;
}
.problem ul li>a img{
    border-radius: 10px;
    width:100%;
}
.problem_div {
    width: 56%;
    float: right;
}
.problem_div h3 {
    font-size: 0.4rem;
    color: #070707;
    margin-top: 0.02rem;
    margin-bottom: 0.2rem;
    height: 0.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.problem_div h3 a strong{
    font-weight: normal;
}
.problem_div p {
    font-size: 0.36rem;
    color: #777373;
    margin-bottom: 0.2rem;
    line-height: 0.58rem;
    height: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.problem_div span {
    font-size: 0.36rem;
    color: #333;
}

.links_cont {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
}
.links_title {
    float: left;
    width: 2rem;
    text-align: left;
    font-size: 0.38rem;
    color: #9a9797;
    line-height: 1rem;
    height: 1rem;
}
.links ul {
    width: 7.2rem;
    float: left;
    overflow: hidden;
    padding-bottom: 0.4rem;
}
.links ul li {
    float: left;
    padding: 0 0.24rem;
    line-height: 1rem;
    height: 1rem;
}

}
