.conRig {width:100%;}
.comBox{margin:70px 0;}

/*banner*/
.banner img{width:100%;}





/*文章列表*/
.ryTab {border-bottom:1px solid #d1dee9;}
.ryTab li{width:16.6666%;text-align:center;position:relative;}
.ryTab li.on ::after{content:"";position:absolute;bottom:-9px;left:50%;margin-left:-19px;background:url(/uiFramework/commonResource/image/2021060415100944031.png) no-repeat center;width:38px;height:18px;}
.ryTab li .ryIMG{width:88px;margin:auto;}
.ryTab li .ryIMG img{transition:all .7s;}
.ryTab li .ryIMG .hide{display:none;}
.ryTab li.on .show{display:none;}
.ryTab li.on .hide{display:block;}
.ryTab li p{margin:36px 0;font-size:19px;color:#333;opacity:0.8;}
.ryTab li.on p{color:#00569e;opacity:1;font-weight:550;}

.cul{display:none;}
.culBox {}
.culBox h4{font-size:28px;color:#333;margin-bottom:10px;margin-top:30px;}
.culBox .culeCons{margin:30px 0;}
.culBox .culeCons *{font-size:16px;color:#333;line-height:34px;}
.culBox .culImg img{border-radius:6px;overflow:hidden;}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
.ryTab li p{font-size:16px;margin:26px 0;}

}
/*ipad ipadpro*/
@media only screen and (min-width: 961px) and (max-width: 1024px) {

}


/*手机端960px*/
@media only screen and (min-width: 100px) and (max-width: 960px) {


}


/*手机端768px*/
@media only screen and (min-width: 100px) and (max-width: 768px) {
.comBox{margin:20px 0;}
.banner img{height:20vh;object-fit:cover;}

.culBox h4{font-size:18px;margin:10px 0;}
.culBox .culeCons{margin:14px 0 20px 0;}

.ryTab li{width:33.333%;min-height:130px;}
.ryTab li.on ::after{display:none;}
.ryTab li .ryIMG img{width:66%;margin:0 auto;}
.ryTab li p{line-height:24px;margin:8px 0;}


}