﻿.itembox
{
    background:#fff;
    }
.itembox h2
{
    font-size:0.3rem;
    font-weight:bold;
    margin:0.2rem 0.3rem;
    border-bottom:1px solid #ccc;
    padding-bottom:0.2rem;
    }

.itembox .list
{
    display:flex;
    justify-content:space-between;    
    margin: 0 0.3rem;
    flex-wrap:wrap;
    }
.itembox .list:after
{
    content:'';
    flex:auto;
    }
    
.itembox .list li
{  
    width:calc((100% - 0.3rem)/4);
    width:-webkit-calc((100% - 0.3rem)/4);
    border:2px solid #ccc;
    height:1.5rem;
    font-size:0.18rem;
    text-align:center;       
    margin:0.1rem  0.1rem 0.1rem 0;       
    box-sizing:border-box;
    } 
.itembox .list li:nth-child(4n)
{
    margin-right:0;
    }
.itembox .list li img
{
    height:0.5rem;
    margin:0.3rem 0 0.1rem;
    }


.itembox .more
{
    font-size:0.24rem;
    color:#af4184;
    margin:0.3rem;
    border:1px solid #af4184;
    box-shadow:0 0 5px #af4184;
    display:block;
    height:0.8rem;
    line-height:0.8rem;
    text-align:center;
    }

    
    
    
.itembox .site
{
    background:#f7f7f7;
    font-size:0.14rem;
    line-height:0.6rem;
    padding:0 0.3rem;
    }
.itembox .content
{
    padding:0.3rem;
    min-height:8rem;
    font-size:0.18rem;
    }
.itembox .content img
{
    text-align:center;
    margin:0 auto;
    display:block;
    }
.itembox .content h3
{
    font-size:0.3rem;
    font-weight:bold;
    color:#333;
    border-bottom:1px solid #eee;
    padding:0.1rem 0;
    margin-top:0.3rem;
    }
.itembox .content h3:nth-child(1)
{
    margin-top:0;
    }

.expert
{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    }
.expert:after
{
    flex:auto;
    content:'';
    }
.expert li
{
    width:calc((100% - 0.4rem)/5);
    width:-webkit-calc((100% - 0.4rem)/5);
    text-align:center;       
    margin:0.1rem  0.1rem 0.1rem 0;       
    box-sizing:border-box;
    }
.expert li:nth-child(5n)
{
    margin-right:0;
    }
.expert li img
{
    width:1.2rem;
    height:1.8rem;
    }
.expert li h4
{
    font-size:0.18rem;
    font-weight:bold;    
    }
.expert li p
{
    font-size:0.16rem;
    padding:2px 0;
    }


.content table 
{
    width:100%;
    }
.content table td,.content table th
{
    border:1px solid #ccc;
    line-height:
    }
.content table td
{
    line-height:0.4rem;
    text-align:center;
    }
.content table th
{
    line-height:0.56rem;
    }
.content table thead
{
    background:#fafafa;
    }
