/*数智银行*/
.yh_section {width: 100%;border: 1px solid #93c18d;padding: 20px 32px 20px;box-sizing: border-box;margin-bottom: 20px;margin-top: 30px;}
.yh_section h3 {margin-bottom: 20px;}
.yh_section .fl {width:626px;}
.yh_section .fr {width:430px;height:230px;}
.yh_section .fr img {width:100%;height:100%;}

.yh_section .summary{color: #666666;line-height: 24px;margin-bottom: 20px;font-size: 16px;} 
.yh_section .lb li {color: #333333;height:22px;line-height: 19px;cursor:pointer;font-size: 16px;margin-bottom: 8px;}
.yh_section .lb li a {font-size:16px;}
.yh_section .lb li:first-child{display:none;}
.yh_section .lb li a::before{content:'';display:inline-block;width: 5px;height: 5px;border-radius:50%;background-color: #444;vertical-align: middle;margin-right: 7px;margin-bottom: 3px;}
.yh_section .lb li:hover a:before{background-color:#00A73C;}
.yh_section .lb li a:hover { color:#00A73C;}
.gn {margin-top: 20px;}
.gn img {float:left;}
.gn p {padding-top: 10px;width:32px;line-height: 21px;float: left;}
.gn .btn {display: inline-block;text-align: center;border-radius: 0px 0px 0px 0px;opacity: 1;border: 1px solid #00A73C;font-size: 14px;line-height: 16px;color: #00A73C;padding: 10px 40px;}
.gn .btn:hover {background:rgba(0,167,60,0.1);color:#00A73C;}


.yh_section h3 img{width:1136px; height:29px;}


@media screen and (max-width: 767px) {
    .yh_section {padding: 20px 10px;overflow:hidden;width: 98%;margin-left: 1%;}
    .yh_section h3 img {width: 260%;}
    .yh_section .fr {width:100%;margin-top:20px;}
    .yh_section .fl {width:100%;}
    .gn {text-align:center;}
    .gn img {float:none}
    .gn p {width: 100%;padding-top: 0;}
}