.conLeft, .conRight {width:570px;background:#fff;padding:65px 0 0 55px;box-sizing:border-box;margin-top:40px;transition:all 1.5s;}
.comBox{padding:40px 0 40px 0;background:url(/uiFramework/commonResource/image/2020121814445176869.png) no-repeat bottom right #f7f7f7;}

/*业务中心内容区*/
.newsTab{}
.newsTab li{float: left;margin-right:40px;}
.newsTab li a{color: #888;font-size: 30px;}
.newsTab li.on a{color: #333;}
.yeXian{width:30px;height:6px;background:#045bb8;margin:32px 0;transition:all 1s;}
.newsBoxTab{display:none;}
.newsBox .summary{padding-right:32px;font-size:20px;color:#888;line-height:48px;text-align:justify;margin-bottom:32px;transition:all 1s;}
.newsBox .summary a{font-size:22px;color:#045bb8;transition:all 1s;}
.newsBox .newImg{text-align:right;}
.newsBox .newImg img{width:510px;height:280px;object-fit:cover;}
.newsBox  .newTitle a{color: #333;font-size: 30px;}

.conLeft:hover, .conRight:hover{background:url(/uiFramework/commonResource/image/2020121817412159853.jpg) no-repeat #045bb8;}
.conLeft:hover .newsTab a,.conLeft:hover .newTitle a,.conRight:hover .newTitle a{color:#fff;}
.conRight:hover .yeXian,.conLeft:hover .yeXian{background:#fff;}
.conLeft:hover .summary,.conLeft:hover .summary a,.conRight:hover .summary,.conRight:hover .summary a{color:#fff;opacity:0.8;}
/*放大镜*/
.fangdajing{text-align: center;margin-top: 30px;}
.fangdajing a{ line-height: 40px; padding: 15px 20px;border-radius: 30px;background: #0059a2;color: #fff; font-size: 18px;}

/*手机端1200px*/
@media only screen and (min-width: 100px) and (max-width: 1200px) {
.conLeft, .conRight{width:100%;}
.conLeft:hover, .conRight:hover{        background: #045bb8;}
}


/*手机端960px*/
@media only screen and (min-width: 100px) and (max-width: 960px) {
.conLeft, .conRight{width:100%;}
}


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

.conLeft, .conRight{width:100%; padding:16px 14px; margin-top: 20px;}
.conLeft:hover, .conRight:hover{        background: #045bb8;}
.newsTab li a{    font-size: 24px;}
.newsBox .summary{    line-height: 26px;font-size:16px;padding-right:0;margin-bottom:1rem;}
.newsBox .summary a{    font-size: 16px;}
.newsBox .newTitle a,.newsTab li a{    font-size: 18px;}
.fangdajing{display:none;}
.yeXian{margin:1rem 0;}
.newsBox .newImg img{width:100%;height:26vh;}
}