#sub-banner .imfo{display: none;}
#posyt{
    position: relative;
    display: flex;
    flex-direction: column;
}
#posyt .inpost{
    display: flex;
    flex-direction: column;
    width: 1300px;
    margin: 0 auto;
    max-width: 95%;
}
#posyt .potextbox{
    display: flex;
    flex-direction: column;
}
#posyt .potextbox .list{
    display: flex;
    flex-direction: column;
    margin: 8px 0 15px;
}
#posyt .potextbox .temext{
    margin: 20px 0 15px;
}
#posyt .potextbox .temext h3{
    color: #f29a07;
}
#posyt .potextbox .list h2{
    color: #1466b1;
    font-size: 26px;
    line-height: 180%;
    border-bottom: #dfdfdf 1px solid;
    margin-bottom: 16px;
}
#posyt .potextbox .list .otherlink{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#posyt .potextbox .list .otherlink .item{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 32.3%;
    margin-bottom: 15px;
}
#posyt .potextbox .list .otherlink .item p{
    padding: 12px  23px;
    background: #1466b1;
    margin-top: -24px;
    color: white;
    font-size: 19px;
}
#posyt .maskJ{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 980px) {
   
}
@media screen and (max-width: 640px) {
	#sub-banner img{
		filter: blur(0px);
   		height: 155px;
	}
}
@media screen and (max-width: 480px){
    #posyt .potextbox .list .otherlink{
    display: flex;
    flex-direction: column;
    align-items: center;
}
    #posyt .potextbox .list .otherlink .item{
        width: 100%;
        margin-bottom: 20px;
    }
    #posyt .potextbox .list .otherlink .item img{
    height: 220px;
    width: 100%;
    object-fit: cover;
}
}
