*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: inherit;
}
ul{
    list-style: none;
}
.clear:after{
    content:"";
    display: block;
    clear: both;
}
.content-box{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 45px 0 45px;
    box-sizing: border-box;
    background: #f6f6f6;
    margin-bottom: 40px;
    border-radius: 10px;
}
/* title */
.content-box .title{
    box-sizing: border-box;
    width: 1130px;
    height: 87px;
    padding: 0 20px;
    background: url(title-bg.png) no-repeat center;
    background-size: cover;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    color: #3a81bb;
    font-weight: bold;
    margin: 0 auto;
}
.content-box ul{
    margin-top: 30px;
    padding-bottom: 30px;
}
.content-box ul li{
    float: left;
    width: 20%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #dddddd;
}
.content-box ul li a{
    display: block;
}
.content-box .line{
    color: #3a81bb;
    margin-right: 5px;
}
.content-box .name-text{
    font-size: 14px;
    color: #333333;
}
@media screen and (max-width:1200px){
    .content-box{
        width: 95%;
        padding: 0.3rem;
        margin-bottom: 0.5rem;
    }
    .content-box .title{
        width: 100%;
        height: 4rem;
        line-height: 3.5rem;
        font-size: 1rem;
    }
    .content-box ul{
        margin-top: 0.3rem;
    }
    .content-box ul li{
        width: 50%;
        height: 2rem;
        line-height: 2rem;
    }
    .content-box .line{
        font-size: 0.2rem;
        line-height: 0.75rem;
    }
    .content-box .name-text{
        line-height: 0.75rem;
    }
    .content-box .common-list{
        width: 90%;
        margin: 0 auto;
    }
}