.sub-title{
    width: 100px;
    margin: 20px 0px 20px 14px;
    font-size: 16px;
    font-weight: bold;
    color:hsl(208, 100%, 34%);
}
.sub-title::after{
    content: "";
    display: block;
    height: 3px;
    margin-top: 5px;
    background: -webkit-linear-gradient(left, #006FC0 40%, #4EADE0 60%);
    background: -o-linear-gradient(right, #006FC0 40%, #4EADE0 60%);
    background: -moz-linear-gradient(right, #006FC0 40%, #4EADE0 60%);
    background: linear-gradient(to right, #006FC0 40%, #4EADE0 60%);
}
.third-title{
    margin: 15px 14px;
    font-weight: bold;
    line-height: 30px;
}
.third-title img{
    width: 30px;
}
.text{
    margin: 15px 14px;
    padding-left: 30px;
    position: relative;
}
.kcgu_weixin{
    width: 320px;
    margin: 0px auto;
}
.kcgu_weixin table{
    width: 100%;
}
.kcgu_weixin table td{
    border: none;
    text-align: center;
    vertical-align: middle; /* vertical-align: middle; */
    width: 50%;
}
 /*.kcgu_weixin table td:first-child{
    border-right: 0px solid #cccccc; 
}*/
.kcgu_weixin-img{
    width: 120px;
    margin: 10px auto;
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
#dituContent {
    margin: 0px 14px;
	height: 400px;
}
/* 方块 */
.text.block-icon::before{
    display: inline-block;
    width: 30px;
    content: "》";
    color: #005BAC;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.0rem;
    text-align: center;
}
.forth-title{
    margin: 15px 14px;
    color: #005bac;
    padding-left: 8px;
}
.foot{
    margin: 20px auto 0px auto;
    background: #005BAC;
    color: #FFFFFF;
    text-align: center;
    padding: 20px;
}
.foot a,
.foot a:hover,
.foot a:visited{
    color: #FFFFFF;
}
.foot table{
    width: 100%;
    border:none;
}
.foot td{
    width: 50%;
    text-align: center;
    vertical-align: middle;
    border:none;
}
.foot td:last-child{
    text-align: left;
    padding-left: 20px;
}
.foot-title{
    font-size: 1.6rem;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.foot-line{
    font-size: 1.4rem;
    margin: 10px auto;
}
@media only screen and (max-width: 369px){
    .foot-title{
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 348px){
    .foot-title{
        letter-spacing: 0em;
    }
}

