.l-banner {
    width: 100%;
    min-width: 1200px;
    height: 220px;
    background: url("/images/wyyy_banner.png") top center no-repeat;
    background-size: 100% 100%;
    padding-top: 10px;
}
.l-qwt-tit > span {
    font-size: 19px;
    color: #ffffff;
    line-height: 50px;
}
.l-qwt-tit > p {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #000000;
    padding-top: 3px;
}

.main-data ul{
    padding-top: 26px;
}
.fwknqt-title{
    line-height: 60px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    font-size: 20px;
}

.l-pannel {
    padding: 10px 20px 40px;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#f3f8fe, #f3f8fe);
    box-shadow: 0 1px 14px 0 rgba(209, 224, 239, 0.45);
    margin-top: 25px;
    min-height: 250px;
}
.l-container{
    padding-bottom: 50px;
}

.l-pannel .l-list-ul li {
    width: 356px;
    height: 281px;
    border-radius: 8px;
    float: left;
    box-shadow: 0px 3px 18px 0px rgba(131, 131, 131, 0.17);
    margin-right: 40px;
    margin-bottom: 35px;
}

.l-pannel .l-list-ul li a {
    display: block;
    height: 281px;
    border-radius: 8px;
    position: relative;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease; /* Firefox 4 */
    -webkit-transition: all 0.2s ease; /* Safari 和 Chrome */
    -o-transition: all 0.2s ease; /* Opera */
}

.l-pannel .l-list-ul li a:hover {
    transform: translateY(-5px);
}

.l-pannel .l-list-ul li a:hover p {
    background-color: #2789ee;
    color:#fff;
}

.l-pannel .l-list-ul li a img {
    width: 356px;
    height: 187px;
}

.l-pannel .l-list-ul li p {
    height: 95px;
    color: #333333;
    font-size: 22px;
    border-bottom-right-radius:8px;
    border-bottom-left-radius:8px;
    text-align: center;
    line-height: 95px;
    font-weight: bold;
}

.l-pannel .l-list-ul li .l-i1 {
    display: block;
    margin: 27px 0 13px;
    font-weight: bold;
}

.l-pannel .l-list-ul li .l-i2 {
    display: block;
    font-size: 14px;
    color: #e4e9f5;
}

.mr0 {
    margin-right: 0 !important;
}

.mt30 {
    margin-top: 30px;
}

.mt10 {
    margin-top: 10px !important;
}

.l-pannel .l-list-ul2 li {
    width: 267px;
    height: 163px;
    border-radius: 8px;
    margin-right: 25px;
    margin-bottom: 31px;
    float: left;
}

.l-pannel .l-list-ul2 li a {
    display: block;
    height: 163px;
    position: relative;
}

.l-pannel .l-list-ul2 li a img {
    width: 267px;
    height: 163px;
}

.l-pannel .l-list-ul2 li a p {
    width: 253px;
    padding: 0 7px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    background: url(/images/l-tefw-p.png) no-repeat top center;
    background-size: 100% 100%;
}
.main-data > ul li {
    float: left;
    height: 82px;
    border-radius: 2px;
    text-align: center;
    line-height: 82px;
    margin-bottom: 20px;
    width: 31.2%;
    box-shadow: 0 0 10px 0 #e8ecf2;
}
.bs-icon{
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 17px;
    background-color: #e3edff;
}
.bs-icon>div{
    height: 100%;
}
.bs-icon>div img{
    margin: auto;
    display: block!important;
}
.main-data > ul li:hover{
    background-color: #2789ee;
    box-shadow: 0 6px 18px 0 rgba(227, 227, 227, 0.96);
}
.main-data > ul li:hover .bs-icon{
    background-color: #ffffff;
}
.main-data > ul li:hover a{
    color: #ffffff;
}
.main-data > ul li:not(:nth-of-type(3n)){
    margin-right: 3.2%;
}
.main-data > ul li a {
    display: inline-block;
    width: 96%;
    height: 100%;
    font-size: 20px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 4%;
}
.com-title .tit{
    min-width: 142px;
}
.flex-col{
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 768px){
    .l-banner{
        min-width: auto;
        background-size: 230% 100% !important;
        background-position-x: 18%;
        height: 2.5rem;
        padding-top: 0.1rem;
    }
    .l-qwt-tit > p{
        font-size: .56rem;
        padding-top: .1rem;
    }
    .l-container{
        padding-bottom: .5rem;
    }
    .wyyy-box{
        padding: 0 .25rem;
    }
    .l-pannel{
        padding: .1rem 0.25rem 0.2rem;
        margin-top: .3rem;
        min-height: 6rem;
    }
    .main-data ul{
        padding-top: 0.3rem;
    }
    .main-data > ul li{
        width: 100%;
        margin-right: 0;
        line-height: 1rem;
        height: 1rem;
        margin-bottom: 0.3rem;
        border-radius: 0.08rem;
    }
    .com-title .tit{
        min-width: auto;
    }
}
