.jtwl .m1 .hd h2{
    font-size: 26px;
    font-weight: bold;
    color: #103c9a;
}
.jtwl .m1 .hd h3{
    font-size: 22px;
    color: #103c9a;
    font-weight: normal;
    margin-top:15px;
}
.jtwl .m1 .bd{
    display: flex;
    align-items: center;
}
.jtwl .m1 .bd .left{
    flex:1;
    margin-right: 30px;
}
.jtwl .m1 .bd .right{
    width: 330px;
    height: 200px;
}
.jtwl .m1 .bd .right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jtwl .m1 .bd li{
    position: relative;
    padding-left:10px;
    margin-bottom: 10px;
    color: #333;
}
.jtwl .m1 .bd li:after{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #103c9a;
    left:0;
    top:8px;
}
.jtwl .m1 .bd li:last-child{
    margin-bottom: 0;
}
.jtwl .m3 ul{
    display: flex;
    margin:0 -15px;
}

.jtwl .m3 li{
    flex:1;
    margin:0 15px;
    border:1px solid #eee;
}
.jtwl .m3 li .img{
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.jtwl .m3 li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jtwl .m3 li .info{
    text-align: center;
    padding:20px;
}

.jtwl .m3 li .tt{
    font-size: 16px;
    color: #103c9a;
}


.rczf .m1 .hd h2 {
    font-size: 26px;
    font-weight: bold;
    color: #103c9a;
}

.rczf .m1 .hd h3 {
    font-size: 22px;
    color: #103c9a;
    font-weight: normal;
    margin-top: 15px;
}
.rczf .m1 .bd li{
    display: flex;
    align-items: center;
    padding:10px;
    border:1px solid #eee;
    margin-top: 30px;
}
.rczf .m1 .bd li .img{
    width: 250px;
    height: 160px;
}
.rczf .m1 .bd li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rczf .m1 .bd li .info{
    flex:1;
    margin-left:40px;
}
.rczf .m1 .bd li .info h2{
    font-size: 18px;
    font-weight: normal;
}
.rczf .m1 .bd li .info p{
    font-size: 14px;
    color: #9ea4b3;
    margin-top:20px;
}

.info-tabs .hd a{
    font-size: 20px;
    font-weight: bold;
    color: #6c7786;
    padding-bottom: 10px;
    margin-right: 60px;
}
.info-tabs .hd a.active{
    color: #103c9a;
    font-size: 24px;
    position: relative;
}
.info-tabs .hd a.active:after{
    content: "";
    position: absolute;
    height: 3px;
    left:0;
    right: 0;
    bottom:0;
    background: #103c9a;
}
.info-tabs .hd a.active:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border:5px solid transparent;
    border-top-color: #103c9a;
    left:50%;
    transform: translateX(-50);
    bottom:-10px;
}
.info-title{
    font-size: 28px;
    color: #103c9a;
    margin-bottom: 30px;
}
.info-tabs .bd > div{
    display: none;
}

.info-default{
    background: #f8f9fc;
    font-size: 16px;
    color: #39495e;
    padding: 20px;
}
.info-default .text{
    width: 800px;
}
.info-default .text p{
    margin-bottom: 10px;
}
.info-default .text p:last-child{
    margin-bottom: 0;
}