
/*媒体聚焦样式*/

.m-picTxt2 {
    display: inline-block;
    float: right;
    width: 590px;
    margin-top:0;
}

.m-picTxt2 .con {
    display: block;
    overflow: hidden;
}

.m-picTxt2 .pic {
    width: 100%;
    height: 413px;
    overflow: hidden;
    background-color: #fff;
    overflow: hidden
}

.m-picTxt2 .pic img {
    display: block;
    width: 100%;
    height: auto;
}

.m-picTxt2 .txt {
    /* background: url(../images/bg-q3.jpg) center center no-repeat; */
    background-color: #2E59A7;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 2;
    padding: 15px 35px 11px 35px;
    margin-top: -65px;
    margin-bottom: -10px;
    overflow: hidden
}

.m-picTxt2 .txt h3 {
    font-size: 18px;
    color: #fff;
    line-height: 1.56em;
    font-weight: 400;
    margin-bottom: 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.m-picTxt2 .txt span {
    display: block;
    font-size: 13px;
    color: #fff;
    line-height: 2.4em;
    overflow: hidden
}

.m-picTxt2 .slick-dots {
    position: absolute;
    right: 30px;
    bottom: 21px;
    text-align: center;
    z-index: 99
}

.m-picTxt2 .slick-dots li {
    display: inline-block;
    margin: 0 3px
}

.m-picTxt2 .slick-dots li button {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 0;
    line-height: 0;
    text-indent: 999px;
    background: url(../images/img6.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    border: none;
    cursor: pointer;
    padding: 0
}

.m-picTxt2 .slick-dots li.slick-active button {
    background-image: url(../images/img7.png)
}



.p-list2 {
    width:  calc(100% - 590px);;
    display: inline-block;
    background: #fff;
    padding: 27px 11px 4px 19px;
    border-top: 2px solid #2E59A7;
    overflow: hidden
}

.p-list2.qm {
    display: none;
}

.p-list2 li {
    float: left;
    width: 50%;
    padding: 0 12px;
    margin-bottom: 11px;
    overflow: hidden
}

.p-list2 .con {
    display: block;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 8px;
    overflow: hidden
}

.p-list2 .li7 .con, .p-list2 .li8 .con {
    border-bottom: none
}

.p-list2 h3 {
    height: 3em;
    font-size: 16px;
    color: #000;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 6px;
    display: block;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.p-list2 a:hover h3 {
    color: #2E59A7
}

.p-list2 .date {
    font-family: Arial;
    font-size: 14px;
    color: #999;
    line-height: 25px
}

.p-list2 .date img {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 13px;
    margin: -2px 5px 0 0
}

.p-list2 .slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 2
}

.p-list2 .slick-dots li {
    float: none;
    width: auto;
    display: inline-block;
    margin: 0 3px
}

.p-list2 .slick-dots li button {
    display: block;
    width: 9px;
    height: 9px;
    font-size: 0;
    line-height: 0;
    text-indent: 999px;
    border: none;
    background-color: #c9c9c9;
    border-radius: 50%;
    padding: 0;
    cursor: pointer
}

.p-list2 .slick-dots li.slick-active button {
    background-color: #2E59A7
}

@media only screen and (max-width: 1440px) {

    .m-picTxt2 .txt h3 {
        font-size: 16px
    }
}

@media only screen and (max-width: 1199px) {

    .m-picTxt2 {
        width: 470px;
    }

    .p-list2 {
        width:  calc(100% - 470px);;
    }


    .m-picTxt2 .pic {
        height: 313px;
    }

    .p-list2 li {
        padding: 0 10px
    }

    .p-list2{
        height: 328px;
    }

}

@media only screen and (max-width: 1010px) {

    .m-picTxt2 {
        float: none;
        margin: 0 auto 10px;
        width: auto;
        display: block;
    }

    .m-picTxt2 .pic {
        position: relative;
        height: 0;
        padding-top: 70%
    }

    .m-picTxt2 .pic img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .m-picTxt2 .txt {
        padding: 10px
    }

    .m-picTxt2 .slick-dots {
        right: 10px
    }
    .p-list2 {
        width: auto;
        padding: 20px 10px 10px
    }

    .p-list2 .con {
        padding-bottom: 10px
    }
}
@media only screen and (max-width: 767px) {

    .p-list2 li {
        float: none;
        width: auto;
        padding: 0
    }

    .p-list2 {
        display: none !important;
        border-top: none;
        background: none;
    }

    .p-list2.qm {
        width: auto;
        height: 400px;
        display: block !important;
        padding: 20px 0 10px;
    }
}
@media only screen and (max-width: 479px) {
    .m-picTxt2 .txt {
        margin-left: 0;
    }
}




