@charset "utf-8";
/* CSS Document */
*{
    margin: 0;
    padding: 0;
    list-style: none;
    border:none;
}
body{
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 1.6em
    
}
a{
    color: #000;
    text-decoration: none;
}
a:hover{
    color: #F50206
}
header{
    background: #124CA0;
    height: 30px;
    line-height: 30px;
    padding:20px 0
}
.header-c{
    width: 1200px;
    margin: 0 auto;
}
.header-c span{
    float:left
}
.header-c span.logo-text{
    font-size: 24px;
    color: #FFF;
    display: inline-block;
    margin-left: 20px;
    font-weight: bold;  
}
.header-c span.logo-right{
    font-size: 20px;
    float: right;
    color: #FFF;
}
.title{
    text-align: center;
    padding: 50px 0;
}
.title h1{
    padding: 30px 50px;
    border-bottom: 1px solid #000;
    display: inline-block;
    font-size: 36px
}
.title p{
    margin-top: 30px
}
.thumb{
    text-align: center;
}
.thumb img{
    border: 3px solid #124CA0
}
.content{
    width: 900px;
    margin: 0 auto;
    
}
.content-c{
    padding: 20px;
    box-sizing: border-box;
    background: #F6F6F1;
    border-radius: 12px;
}
.content h2{
    padding: 0 20px;
    height: 36px;
    font-size: 20px;
    line-height: 36px;
    display: inline-block;
    border-radius: 18px;
    background: #D82023;
    margin: 20px 0;
    color: #FFF;
    font-weight: normal;
    text-align: center;
    
}
.content p{
    text-indent: 2em;
    margin: 10px 0;
}
.content .part li{
    padding: 5px 10px;
    margin: 10px 30px;
    border-bottom: 1px dashed #ccc
}
footer{
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    background: #124CA0;
    margin-top: 80px
}
footer .cbs{
    display: flex;
    justify-content: center;
    height: 36px;
    width: 100%;
    line-height: 36px;
    text-align: center
}
footer .cbs div{
    line-height: 36px;
    margin: 0 5px;
    display: inline-block;
    color: #FFF;
}