/* 页面标题 */
.page-title{
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    height: 36px;
    color: #333333;
    text-align: center;
    margin: 30px 14px;
}
.page-title .title-bottom-line{
    width: 100px;
    height: 5px;
    margin: 10px auto 0px auto;
    background: -webkit-linear-gradient(left, #006FC0 40%, #4EADE0 60%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #006FC0 40%, #4EADE0 60%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #006FC0 40%, #4EADE0 60%); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #006FC0 40%, #4EADE0 60%); /* 标准的语法 */
}
.text{
    margin: 0px auto;
    text-align: justify;
    text-indent: 2em;
    line-height: 26px;
    font-size: 1.2rem;
}
.dashed-radius{
    border: 2px dashed #005BAC;
    padding: 10px 5px;
    border-radius: 10px;
    margin: 0px 14px;
}
.sub-title{
    margin: 20px 14px 0px 14px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
    letter-spacing: 0.1em;
    background-color: #005bac;
    color: #FFFFFF;
    padding: 0px 10px;
}
.sub-block{
    margin: 0px 14px 20px 14px;
    border: 2px solid #005bac;
    border-top: none;
    padding: 10px 0px;
}
.sub-block .text{
    text-indent: 0em;
    width: 100%;
}
.sub-table td{
    border:none;
    width: 50%;
    vertical-align: middle;
    padding: 0px 5px;
}
.headline{
    font-size: 1.6rem;
    font-weight: bold;
    color: #005bac;
    line-height: 26px;
}
/* 方块 */
.sub-block .text.block-icon::before{
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #005BAC;
    content: "";
    margin-top: 4px;
    position: absolute;
    left: 0;
}
.sub-block .text.block-icon{
    padding-left: 18px;
    position: relative;
    line-height: 25px;
}
.sub-block .img-grid{
    margin: 0px 14px;
    font-size: 0px;
    text-align: center;
}
.sub-block .img-grid .img-item{
    display: inline-block;
    width: 23.3%; 
    padding: 5px;
    border: 2px dotted #005BAC;
    border-radius: 50%;
    margin: 0px 5%;
}
.sub-block .line-list{
    margin: 0px 14px;
    padding: 98px 20px 20px 20px;
    border: 2px dotted #005BAC;
    margin-top: -78px;
}
.sub-block .text.line{
    display: inline-block;
    width: 49%;
    font-size: 14px;
    padding-left: 23px;
    position: relative;
}
/* 对勾 */
.sub-block .text.line::before{
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #005BAC;
    color: #FFFFFF;
    content: "√";
    float: left;
    margin-top: 2px;
    line-height: 14px;
    text-align: center;
    border-radius: 14px;
    position: absolute;
    left: 0px;
    font-size: 1.2rem;
}
.sub-block .circle-icon{
    line-height: initial;
    padding-bottom: 10px;
    position: relative;
    padding-left: 20px;
    overflow: hidden;
}
.sub-block .circle-icon::before{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background-color: #005BAC;
    color: #FFFFFF;
    content: "";
    position: absolute;
    left: 0;
}
.sub-block .circle-icon::after{
    content: "";
    display: block;
    width: 2px;
    height: 39px;
    background-color: #005BAC;
    position: absolute;
    left: 8px;
    top: 18px;
}
.sub-block .circle-icon:last-child::after{
    height: 0px;
}
.sub-block .circle-icon.red-icon::before,
.sub-block .circle-icon.red-icon::after{
    background-color: #911D26;
}
.sub-block .circle-icon.green-icon::before,
.sub-block .circle-icon.green-icon::after{
    background-color: #3F8A76;
}
.sub-block .circle-icon.yellow-green-icon::before,
.sub-block .circle-icon.yellow-green-icon::after{
    background-color: #A8B172;
}
.sub-block .circle-icon.orang-icon::before,
.sub-block .circle-icon.orang-icon::after{
    background-color: #E8892B;
}
.jidi-grid{
    font-size: 0px;
    text-align: center;
}
.jidi-item{
    display: inline-block;
    width: 50%; 
    padding: 10px 5px;
}
.jidi-item img{
    max-height: 125px;
    margin: 0px auto;
}
.jidi-item .jidi-name{
    font-size: 1.6rem;
}
.img{
    text-align: center;
}
