@charset "utf-8";
body{
    width: 100%;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333333;
    margin: 0;
    padding: 0;
}
.container{
    width: 100%;
    height: 100%;
    background: #ffffff;
    margin: 0 auto;
}

/*内容样式左边*/
.content{
    width: 1200px;
    height: auto;
    margin: 20px auto;
    /*border: 1px #000 solid;*/
    padding-bottom: 80px;
}
.c_l{
    width: 740px;
    height: auto;
    float: left;
}
/*tab切换样式*/
.tab_list{
    width: 100%;
    margin-top: 10px;
}
.tab_menu .selected {
    color: #0f88eb;
    background: #f8f8f8;
}
.tab_menu ul {
    height: 58px;
    border-bottom: 1px solid #cccccc;
    /*margin-left: 10px;*/ 
}
.tab_menu ul li {
    width: 110px;
    float: left;
    list-style: none;
    height: 58px;
    color: #666666;
    font-weight: bold;
    font-size: 18px;
    line-height: 58px;
    text-align: center;
}
.tab_box {
    width: 100%;
    height: auto;
}
.tab_box .hide {
    display: none;
}
.tb_cnt{
    width: 100%;
    height: auto;
}
.tb_cnt li{
    width: 100%;
    /*height: 210px;*/
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}
.tb_cnt li img{
    width: 260px;
    height: 170px;
    display: inline-block;
    vertical-align: top;
}
.tb_cnt li div{
    width: 440px;
    display: inline-block;
    padding-left: 30px;
}
.tb_cnt li h2{
    font-weight: normal;
    font-size: 22px;
}
.tb_cnt li h2 a:hover{
    color: #3199ee;
}
.tb_cnt li div p{
    width: 440px;
    height: 100px;
    line-height: 24px;
    color: #666666;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.tb_cnt li div span{
    font-size: 12px;
    color: #999999;
    float: right;
    background: url(../images/icon_tm.png) no-repeat 0px 1px;
    padding-left: 20px;
}
.tb_cnt li div span:nth-child(3){
    background: url(../images/icon_infolis.png) no-repeat 0px 3px;
    padding-left: 25px;
    float: left;
    margin-left: 280px;
}
.loadmore{
    width: 738px;
    height: 60px;
    border: 1px #eeeeee solid;
    margin-top: 10px;
    font-size: 16px;
    color: #999999;
    text-align: center;
    line-height: 60px;
    /*display: none;*/
}
.loadmore a:hover{
    color: #666666;
}

/*内容样式右边*/
.c_r{
    float: right;
    width: 340px;
    height: auto;
    /*background: red;*/
}


/*新器械*/
.cr_m{
    width: 340px;
    height: auto;
    background: #f8f8f8;
    margin-top: 30px;
}
.cr_m_tle{
    width: 280px;
    padding: 30px 0 0 0;
    border-bottom: 1px #cccccc solid;
    margin: 0 auto;
    position: relative;
}
.cr_m_tle div{
    width: 6px;
    height: 18px;
    border-radius: 3px;
    background: #0f88eb;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}
.cr_m_tle h2{
    display: inline-block;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    padding-bottom: 14px;
    padding-left: 15px;
}
.cr_m .cr_m_tle span{
    background: url(../images/more.png) no-repeat 105%;
    display: inline-block;
    width: 16px;
    height: 12px;
    padding-left: 190px;
}
.cr_lis{
    width: 280px;
    margin: 0 auto;
    padding-bottom: 40px;s
}
.cr_lis .mli{
    padding-top: 20px;
}
.cr_lis li{
    padding-top: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cr_lis li a:hover{
    color: #0f88eb;
}
.cr_lis li span{
    width: 16px;
    height: 16px;
    background: #999999;
    color: #ffffff;
    display: inline-block;
    border-radius: 2px;
    line-height: 16px;
    text-align: center;
    margin-right: 8px;
}
.cr_lis li:nth-child(1) span,li:nth-child(2) span,li:nth-child(3) span{
    background: #3199ee;
}
.ad{
    width: 340px;
    height: 220px;
    margin-top: 30px;
}
.ad img{
    width: 100%;
    height: auto;
}
