.zs-article{
    display: flex;
    justify-content: space-between;
}
.con-left{
    flex: 0 0 1090px;
    width: 1090px;
}
.con-right{
    flex: 0 0 310px;
    width: 310px;
}
.video-list{
    padding: 0 0 0 0;
}
.video-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.video-list li{
    display: block;
    width: 436px;
    height: auto;
    margin-right: 65px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.video-list li:nth-child(3n){
    margin-right: 0;
}
.video-list li .pic{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 238px;
    padding: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    z-index: 1;
    border-radius: 15px;
    background: linear-gradient(180deg, #2B3FFF, #B81C25);
}
.video-list li:hover .pic{
    background: #B81C25;
}
.video-list li .pic .img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    border-radius: 12px;
    transition: all 0.35s;
}
.video-list li .pic .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.video-list li:hover .pic .img img{
    transform: scale(1.1);
}
.video-list li .icon-play{
    position: absolute;
    left: 0;
    top: 0;
    margin: 5px 5px;
    padding: 20px 20px 20px 20px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    z-index: 120;
    color: #FFF;
    font-size: 24px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 12px;
    text-align: center;
    background: rgba(13, 51, 111, 0.8) url('../img/icon-play.png') no-repeat center center;
    background-size: 60px 60px;
    transition: all 0.35s;
}
.video-list li:hover .icon-play{
    background: rgba(13, 51, 111, 0.8) url('../img/icon-play.png') no-repeat center center;
    background-size: 69px 69px;
}
.video-list li .title{
    display: block;
    font-size: 24px;
    line-height: 1.5;
    padding: 0 15px;
    text-align: center;
}
.news-recent-list{
    padding: 0 0 0 0;
}
.news-recent-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.news-recent-list li{
    display: block;
    width: 330px;
    height: 180px;
    margin-right: 40px;
    border-radius: 15px;
    padding: 3px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #2B3FFF, #B81C25);
}
.news-recent-list li:hover{
    background: #B81C25;
}
.news-recent-list li:nth-child(4n){
    margin-right: 0;
}
.news-recent-list li .pic{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    border-radius: 12px;
}
.news-recent-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.news-recent-list li:hover .pic img{
    transform: scale(1.1);
}
.news-recent-list li .title {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 3px 3px;
    padding: 10px 10px 10px 10px;
    width: calc(100% - 6px);
    height: auto;
    z-index: 120;
    color: #FFF;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    border-radius: 0 0 12px 12px;
    text-align: center;
    background-color: rgba(13, 51, 111, 0.8);
    transition: all 0.35s;
}
.news-hot-list{
    display: flex;
    justify-content: space-between;
    height: 315px;
}
.news-hot-list .left{
    flex: 0 0 565px;
    width: 565px;
    height: 315px;
}
.news-hot-list .left li{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    padding: 3px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #2B3FFF, #B81C25);
}
.news-hot-list .right{
    flex: 0 0 835px;
    width: 835px;
    height: 315px;
    overflow: hidden;
}
.news-hot-list .left .item:hover{
    background: #B81C25;
}
.news-hot-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.news-hot-list li{
    display: block;
    width: 255px;
    height: 145px;
    margin-right: 35px;
    margin-bottom: 25px;
    border-radius: 15px;
    padding: 3px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #2B3FFF, #B81C25);
}
.news-hot-list li:hover{
    background: #B81C25;
}
.news-hot-list li:nth-child(3n){
    margin-right: 0;
}
.news-hot-list li .pic{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    border-radius: 12px;
}
.news-hot-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.news-hot-list li:hover .pic img{
    transform: scale(1.1);
}
.news-hot-list li .title {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 3px 3px;
    padding: 10px 10px 10px 10px;
    width: calc(100% - 6px);
    height: auto;
    z-index: 120;
    color: #FFF;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    border-radius: 0 0 12px 12px;
    text-align: center;
    background-color: rgba(13, 51, 111, 0.8);
    transition: all 0.35s;
}
.news-location{
    flex: 0 0 330px;
    width: 330px;
    height: auto;
    padding: 20px 20px 20px 20px;
    background: #ECECEC;
    border-radius: 15px;
}
.news-location .protitle {
    padding-bottom: 0;
    padding: 0 5px;
}
.news-location .protitle .title{
    font-size: 18px;
}
.news-location ul{
    padding-top: 20px;
}
.news-location li{
    font-size: 18px;
    height: 50px;
    padding: 0 5px;
    line-height: 50px;
    border-top: 1px solid #9e9e9e;
}
.news-location li:hover{
    padding: 0 10px;
    background-color: #B81C25;
    border-top: 1px solid #B81C25;
}
.news-location li a{
    display: block;
    color: #585858;
}
.news-location li a:hover{
    color: #FFF;
}
.blog-news-list{
    flex: 0 0 1072px;
    width: 1072px;
    height: auto;
}
.blog-news-list li{
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #E8E8E8;
}
.blog-news-list li:last-child{
    border-bottom: none;
}
.blog-news-list li .pic{
    flex: 0 0 395px;
    width: 395px;
    height: 225px;
    border-radius: 15px;
    overflow: hidden;
}
.blog-news-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.blog-news-list li:hover .pic img{
    transform: scale(1.1);
}
.blog-news-list li .text{
    flex: auto;
    width: auto;
    height: 225px;
    padding: 5px 0;
    padding-left: 30px;
    position: relative;
}
.blog-news-list li .title{
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.blog-news-list li .desc{
    padding-top: 10px;
    font-size: 16px;
    color: #585858;
    line-height: 1.6;
    height: 160px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.blog-news-list li .desc a{
    color: #0F3F88;
}
.blog-news-list li .desc a:hover{
    color: #B81C25;
}
.blog-news-list li .btn{
    position: absolute;
    bottom: 5px;
    right: 0;
    width: calc(100% - 35px);
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-news-list li .btn img{
    height: 35px;
    width: auto;
}
.blog-news-list li .btn a{
    margin: 0 0 0 0;
    width: 100px;
    height: 34px;
    font-size: 18px;
    line-height: 34px;
    border-radius: 10px;
}

.article-list{
    display: block;
    width: 1120px;
    padding: 20px 20px 30px 20px;
    background-color: #FFFFFF;
}
.article-list li{
    display: block;
    width: 100%;
    line-height: 70px;
    height: 70px;
    border-bottom: 1px solid #EDEDF0;
}
.article-list li a{
    display: flex;
    justify-content: space-between;
}
.article-list li .title{
    display: block;
    font-size: 18px;
    width: calc(100% - 120px);
    height: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
.article-list li:hover .title{
    color: #FF6600;
}
.article-list li .time{
    display: block;
    width: 120px;
    font-size: 16px;
    color: #999;
    text-align: right;
}
.lbox{
    padding: 20px 0 38px 0;
    background-color: #FFFFFF;
}
.ard-top {
    border-bottom: solid 2px #e6e6e6;
    padding: 20px 0 15px 0;
}
.ard-title {
    text-align: left;
    font-size: 48px;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.ard-span {
    margin-top: 22px;
    display: flex;
    justify-content: center;
}
.ard-source, .ard-time {
    margin-right: 38px;
}
.ard-source span, .ard-time span {
    margin-left: 5px;
}
.ard-source, .ard-time{
    color: #666;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.ard-time img{
    margin-right: 5px;
}
.ard-desc {
    padding: 20px 20px 15px 20px;
    position: relative;
    background: #f5f5f5;
    color: #888;
    font-size: 16px;
    line-height: 1.85;
    margin: 45px 0 0 0
}
.ard-desc em {
    position: absolute;
    left: 12px;
    top: -12px;
    background: #1C3591;
    color: #fff;
    padding: 0 15px;
    line-height: 24px;
    text-align: center;
}
.ard-body{
    color: #4c4c4c;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    line-height: 2;
}
.ard-body h3{
    font-size: 24px;
    color: #b81c25;
    font-weight: bold;
}
.ard-body img{
    max-width: 100%;
    height: auto;
    margin:15px 0; 
}
.ser-bank-list{
    display: block;
    padding-bottom: 20px;
}
.ser-bank-list ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.ser-bank-list li{
    display: block;
    width: 16.066%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 10px;
}
.ser-bank-list li:nth-child(6n){
    margin-right: 0;
}
.ser-bank-list li .pic{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
    overflow: hidden;
    border: 2px solid #e5e5e5;
    transition: all .3s;
}
.ser-bank-list li:hover .pic{
    border: 2px solid #B81C25;
}
.ser-bank-list li .pic img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: all .3s;
}
.ser-bank-list li:hover .pic img{
    transform: scale(1.05);
}
.set-list{
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}
.set-list li{
    text-align: center;
}
.set-list li .icon{

}
.set-list li .title{
    font-weight: bold;
    font-size: 24px;
    color: #1C1B1B;
    padding-top: 23px;
}
.set-list li .desc{
    font-weight: 400;
    font-size: 16px;
    color: #1C1B1B;
    line-height: 24px;
    padding-top: 10px;
}
.ser-about{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 622px;
    background: url(../img/bg-ser-about.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.ser-about .left{
    flex: 0 0 43%;
    width: 43%;
    height: 100%;
    padding: 70px 40px;
    color: #FFF;
    background: rgba(15, 63, 136, 0.9);
}
.ser-about .left img{
    display: block;
    margin: 0 auto 50px auto;
}
.ser-about .left .desc{
    font-size: 24px;
    line-height: 48px;
}
.ser-about .left .desc p{
    text-indent: 2em;
    margin: 0 0;
}
.ser-about .right{
    flex: 0 0 57%;
    width: 57%;
    height: 100%;
}
.ser-about .right .title{
    font-size: 48px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    padding: 16px 0 16px 0;
}
.ser-about-zs{
    display: flex;
    padding: 0 10px 0 10px;
    justify-content: space-between;
}
.ser-about-zs li{
    width: 32%;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    position: relative;
    overflow: hidden;
}
.ser-about-zs li img{
    display: block;
}
.ser-about-zs li .text{
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
}
.ser-about-free {
    display: flex;
    padding: 10px 10px 0 10px;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.ser-about-free li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15.6%;
    height: 115px;
    color: #FFF;
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
}
.ard-next{
    height: 43px;
    line-height: 60px;
    font-size: 16px;
    border-top: dashed 1px #e7e7e7;
    display: flex;
    justify-content: space-between;
}
.ard-next .col{
    color: #999;
}
.ard-copyright {
    color: #999;
    font-size: 16px;
    padding: 18px 0;
    line-height: 27px;
}
.det-tagbox{
    display: flex;
    padding-top: 10px;
    padding-bottom: 30px;
}
.det-tagbox .tag-title{
    display: block;
    width: 80px;
    line-height: 28px;
    margin-right: 10px;
    font-size: 16px;
}
.det-tag{
    display: flex;
    width: auto;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
}
.det-tag a{
    color: #000;
    line-height: 28px;
    border-radius: 28px;
    padding: 0 16px;
    height: 28px;
    margin-right: 10px;
    margin-bottom: 8px;
    font-size: 16px;
    background-color: #EAEAEA;
}
.det-tag.solut a{
    background-color: #ecfdec;
}
.det-tag a:hover{
    background-color: #B81C25;
    color: #FFFFFF;
}
.rdbox{
    display: block;
    padding: 4px 0 0 0;
    margin-bottom: 20px;
    overflow: hidden;
}
.rdbox img{
    /* display: block;
    margin: 0 auto; */
    margin: 0 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rd-apply{
    display: block;
    margin-top: 20px;
    text-align: center;
}
.rd-apply .rd-input{
    width: 296px;
    margin: 0 auto;
    height: 38px;
    padding: 0 15px;
    text-align: left;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #BCBCBC;
    margin-bottom: 10px;
}
.rd-apply .rd-input::-webkit-input-placeholder{
    color:#808080;
}
.rd-apply .rd-input::-moz-placeholder{   /* Mozilla Firefox 19+ */
   color:#808080;
}
.rd-apply .rd-input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
   color:#808080;
}
.rd-apply .rd-input:-ms-input-placeholder{    /* ie  */
   color:#808080;
}
.rd-btn{
    display: block;
    width: 296px;
    height: 45px;
    background: #1AB213;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}
.rd-btn:hover{
    opacity: 0.8;
}
.rbox{
    display: block;
    padding: 4px 23px 28px 23px;
    background-color: #ececec;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 12px;
}
.rbox.m60{
    margin-top: 30px;
}
.rbox .rb-title{
    padding: 17px 0;
    font-size: 20px;
    font-weight: 600;
    color: #b81c25;
}
.rbox .rbt-text {
    line-height: 18px;
    height: 20px;
}
.rbox .rbt-text.red{
    color: #e4362d;
}
.rdcbox{
    display: block;
    margin-top: 15px;
    padding: 20px 10px 20px 10px;
    background-color: #ececec;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 12px;
}
.rd-title{
    font-weight: bold;
    font-size: 24px;
    color: #113F8D;
    text-align: center;
    padding-bottom: 15px;
}
.rd-consultant{
    display: flex;
    color: #585858;
    justify-content: space-between;
}
.rd-consultant strong{
    color: #000;
}
.rd-btn{
    display: block;
    margin: 15px auto 0 auto;
}
.rd-btn a{
    display: block;
    margin: 0 auto;
    width: 184px;
    height: 35px;
    background: #113F8D;
    border-radius: 14px;
    text-align: center;
    line-height: 35px;
    color: #FFF;
}
.rd-btn a:hover{
    opacity: 0.8;
}
.rankinglist{
    display: block;
    margin-top: 5px;
    margin-bottom: -10px;
}
.rankinglist.flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.rankinglist.flex li{
    width: 48%;
}
.rankinglist li{
    display: flex;
}
.rkl-number {
    font-size: 16px;
    line-height: 20px;
    margin: 2px 0;
}
.rkl-number i{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    background: #bbb;
}
.rkl-number i.one{
    color: #FFF;
    background: #ff8800;
}
.rkl-number i.two{
    color: #FFF;
    background: #32ba81;
}
.rkl-number i.three{
    color: #FFF;
    background: #0188E1;
}
.rankinglist li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap ;
    outline: 0;
    line-height: 2.2;
    font-size: 16px;
}
.btn-two{
    display: flex;
    padding: 0 0 0 0;
    flex-direction: row;
    flex-wrap: wrap;
}
.btn-two li{
    display: block;
    width: 100%;
    height: auto;
}
.btn-two li:nth-child(2n){
    margin-right: 0;
}
.btn-two li a,.btn-three li a{
    line-height:46px;
    display: block;
    border-bottom: 1px solid #CCC;
    width: 100%;
    font-size: 18px;
    height: 48px;
}
.zs-article .rbox .tag{
    display: table;
    margin-top: 5px;
}
.zs-article .rbox .tag span {
    margin: 0
}
.zs-article .rbox .tag span a {
    font-size: 16px;
    display: block;
    background: #ecfdec !important;
    float: left;
    padding: 4px 12px;
    margin: 5px;
    border-radius: 5px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #32BA81
}
.zs-article .rbox .tag span a:hover{
    background: #32BA81 !important;
    color: #FFFFFF;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-article {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.zs-news {
    padding: 20px 0 35px 0;
}
.zs-news .zs-wp {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.con-left {
    flex: 0 0 100%;
    width: 100%;
}
.con-right {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 20px;
}
.con-right .zs-pc{
    display: block !important;
}
.article-list {
    width: 100%;
    padding-bottom: 0;
}
.article-list li {
    line-height: 1.45;
    height: auto;
    padding: 12px 0;
}
.article-list li a {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}
.article-list li .title {
    font-size: 16px;
    width: 100%;
    height: auto;
    overflow: unset;
    white-space: unset;
}
.article-list li .time {
    display: none;
}


.btn-two li a, .btn-three li a {
    font-size: 16px;
}
.lbox {
    padding: 20px 0 0 0;
}
.ard-top {
    border-bottom: dashed 1px #e6e6e6;
    padding: 10px 0 15px 0;
}
.ard-title {
    font-size: 24px;
}
.det-tagbox {
    display: flex;
    padding-top: 10px !important;
    padding-bottom: 5px !important;
    align-content: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}
.det-tagbox .tag-title {
    display: block;
    width: 100%;
    line-height: 28px;
    margin-right: 0;
    margin-bottom: 5px;
}
.ard-next {
    height: auto;
    line-height: 20px;
    font-size: 16px;
    border-top: dashed 1px #e7e7e7;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 15px 0;
}
.ard-next .col {
    padding: 8px 0;
    width: 100%;
}
.ard-next .col:last-child {
    text-align: left;
}
.ard-span {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.ard-source, .ard-time {
    font-size: 12px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.ard-time img {
    max-width: 18px;
    max-height: 12px;
    margin-right: 5px;
}
.ard-body {
    font-size: 16px;
    padding: 0 0;
}
.ard-desc {
    padding: 20px 15px 15px 15px;
    font-size: 16px;
    line-height: 1.65;
    margin: 30px 0 0 0;
}
.rbox.m60 {
    margin-top: 26px;
}
.zs-news .zs-pc{
    display: block !important;
}
.right-banner {
    display: block;
    width: 100%;
    height: auto;
}
.rankinglist.flex {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}
.rankinglist.flex li {
    width: 100%;
}
.rkl-text {
    outline: 0;
    margin-left: 10px;
    line-height: 20px;
    font-size: 16px;
    width: auto;
}
.rbox.m60.zs-pc.b1{
    display: none !important;
}
.det-tag {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.det-tag a {
    width: 46%;
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
}
.menubox.tag{
  padding-top: 15px;
}
.rkl-time{
  display: none;
}
.rankinglist.flex .rkl-text{
  margin-left: 0;
}
.rbox .rb-title{
    font-size: 18px;
}
.video-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.video-list li {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
}
.video-list li .pic {
    width: 100%;
    height: 200px;
    margin-bottom: 8px;
}
.video-list li .icon-play {
    background: rgba(13, 51, 111, 0.8) url('../img/icon-play.png') no-repeat center center;
    background-size: 50px 50px;
}
.video-list li .title {
    font-size: 16px;
}
.news-hot-list {
    display: flex;
    justify-content: flex-start;
    height: auto;
    flex-direction: column;
}
.news-hot-list .left {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
}
.news-hot-list .right {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.news-hot-list li {
    width: 100%;
    height: 185px;
    margin-right: 0;
    margin-bottom: 20px;
}
.news-recent-list {
    padding: 0 0 0 0;
    margin-bottom: -30px;
}
.news-recent-list li {
    width: 100%;
    height: 185px;
    margin-right: 0;
    margin-bottom: 20px;
    border-radius: 15px;
}
.product-box .flex {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.blog-news-list {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
}
.blog-news-list li {
    padding: 20px 0;
}
.blog-news-list li .pic {
    flex: 0 0 35%;
    width: 35%;
    height: 80px;
    border-radius: 8px;
}
.blog-news-list li .text {
    flex: auto;
    width: auto;
    height: auto;
    padding: 0 0;
    padding-left: 15px;
}
.blog-news-list li .title {
    font-size: 16px;
    height: 50px;
    overflow: hidden;
}
.blog-news-list li .desc {
    display: none;
}
.blog-news-list li .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 15px);
    height: 22px;
}
.blog-news-list li .btn img {
    height: 15px;
    width: auto;
}
.blog-news-list li .btn a {
    margin: 0 0 0 0;
    width: 80px;
    height: 22px;
    font-size: 13px;
    line-height: 22px;
    border-radius: 5px;
}
.news-location {
    margin-top: 15px;
    flex: 0 0 100%;
    width: 100%;
    height: auto;
}
.news-location li {
    font-size: 16px;
    height: 45px;
    padding: 0 5px;
    line-height: 45px;
}
.rd-consultant{
    padding: 0 20px;
}
.rd-consultant .rd-text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 20px;
    line-height: 1.8;
}
.rdbox img{
    display: block;
    width: 100%;
    height: auto;
}
.rankinglist li a {
    line-height: 2;
    font-size: 16px;
}
.rd-apply .rd-input {
    width: 100%;
    height: 38px;
    padding: 0 15px;
    text-align: left;
    font-size: 16px;
}
.ser-bank-list li {
    width: 48.5%;
    height: auto;
    margin-right: 3% !important;
}
.ser-bank-list li:nth-child(2n) {
    margin-right: 0 !important;
}
.ser-about {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    background: url(../img/bg-ser-about.jpg) no-repeat center center;
    background-size: cover;
    align-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}
.ser-about .left {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    padding: 28px 20px;
}
.ser-about .left img {
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto 15px auto;
}
.ser-about .left .desc {
    font-size: 16px;
    line-height: 1.8;
}
.ser-about .right {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}
.ser-about .right .title {
    font-size: 24px;
    padding: 16px 0 16px 0;
}
.ser-about-free {
    padding: 0 10px 0 10px;
}
.ser-about-free li {
    width: 23.5%;
    height: 80px;
    font-size: 16px;
    margin-bottom: 8px;
}
.ser-about-zs li img {
    display: block;
    width: 100%;
    height: 100%;
}
.ser-about-zs li .text {
    width: 100%;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}
.set-list {
    padding-top: 10px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.set-list li {
    width: 50%;
    margin-bottom: 20px;
}
.set-list li .title {
    font-size: 16px;
    padding-top: 10px;
}
.set-list li .desc {
    font-size: 13px;
    line-height: 1.45;
    padding-top: 8px;
}
.set-list li .icon {
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

}

.product-body h2{
    font-size: 24px;
    color: #b81c25;
    font-weight: bold;
}
.pbody-catalog{
    display: flex;
    margin: 30px 0 20px;
    justify-content: space-between;
}
.pbody-catalog .pbc-nav{
    padding: 20px 40px;
    width: auto;
    height: 445px;
    background: #EDF6FF;
    border-radius: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    margin-right: 35px;
    position: relative;
}
.pbody-catalog .pbc-nav .icon-catalog{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 46px;
    height: 46px;
    border-radius: 5px;
    background: rgba(0,0,0,0.2) url(../img/icon-catalog.png) no-repeat center center;
    background-size: 30px 30px;
}
.pbody-catalog .pbc-nav .pbc-h3{
    font-weight: bold;
    font-size: 20px;
    color: #000;
}
.pbody-catalog .pbc-nav a{
    display: block;
    font-size: 18px;
    line-height: 40px;
    color: #515151;
}
.pbody-catalog .pbc-nav a:hover{
    color: #B81C25;
}
.pbody-catalog .pbc-pic{
    flex: 0 0 665px;
    width: 665px;
    height: 445px;
}
.pbody-catalog .pbc-pic img{
    margin: 0 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width:767px){
.pbody-catalog {
    display: flex;
    margin: 20px 0 20px;
    justify-content: flex-start;
    flex-direction: column;
}
.pbody-catalog .pbc-nav {
    padding: 20px 20px;
    margin-right: 0;
    margin-bottom: 15px;
}
.pbody-catalog .pbc-nav a {
    font-size: 16px;
    line-height: 2.2;
}
.pbody-catalog .pbc-pic{
    flex: 0 0 100%;
    width: 100%;
    height: auto;
}
.pbody-catalog .pbc-pic img{
    height: auto;
}
.product-body h2 {
    font-size: 20px;
}
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
}