.gywmcon .title{
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(2,110,182,.1);
}
.gywmcon{
    width: 77.92%;
}
.gywmcon .title .sp1{
    width: 12px;
    height: 12px;
    display: inline-block;
    border: solid 1px #026eb6;
    transform: rotate(45deg);
    margin-right: 10px;
}
.gywmcon .title .sp2{
    font-size: 20px;
	color: #026eb6;
}
.gywmcon .title .sp3{
    font-size: 14px;
	color: #999999;
	opacity: 0.5;
}
.gywmcon .gsjj{
    margin-top: 30px;
}
.gywmcon .tops{
    margin-top: 25px;
    padding: 11px 16px;
    font-size: 16px;
    font-weight: bold;
	line-height: 24px;
	letter-spacing: 1px;
	color: #026eb6;
    background-color: #eff9ff;
}
.gywmcon .gsjj .text{
    width: 53.83%;
    text-align: justify;
    line-height: 26px;
	letter-spacing: 1px;
	color: #666666
}
.gywmcon .gsjj .imgs{
    width: 36.33%;
}
.gywmcon .gsjj .jjcontent{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 25px;
}
.gywmcon .gsjj .desc{
    line-height: 26px;
	letter-spacing: 1px;
	color: #666666;
    text-align: justify;
    margin-top: 18px;
}
.gywmcon .gsjj .desc strong{
    line-height: 32px;
	color: #026eb6;
}
.gywmcon .gsjj .desc h5{
    font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #333333;
    margin-top: 18px;
    margin-bottom: 20px;
}
.gywmcon .gsjj .desc h4{
    font-size: 16px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #333333;
}
.gywmcon .gsjj .desc h1{
    font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #026eb6;
    margin-top: 20px;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .gywmcon {
        width: 71%;
    }
    .gywmcon .gsjj .text {
        width: 53.83%;
        line-height: 24px;
        letter-spacing: 0px;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .gywmcon {
        width: 100%;
    }
}
/* 移动端 */
@media (max-width:767px){
    .gywmcon {
        width: 100%;
        margin-top: 15px;
    }
    .gywmcon .gsjj .text {
        font-size: 12px;
        width: 100%;
        line-height: 24px;
        letter-spacing: 0px;
    }
    .gywmcon .gsjj .imgs{
        width: 100%;
        margin-top: 10px;
    }
    .gywmcon .gsjj .imgs img{
        width: 100%;
    }
    .gywmcon .gsjj .jjcontent{
        flex-wrap: wrap;
    }
    .gywmcon .gsjj .desc{
        line-height: 24px;
        font-size: 12px;
    }
    .gywmcon .gsjj .desc h1 {
        font-size: 14px;
        line-height: 24px;
    }
}