/* news */
.tit {
    font-size: 24px;
    float: left;
    margin-top: 53px;
    margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
    .news {
        background-color: #fafafa;
        padding-bottom: 50px;
        padding-top: 0px;
        margin-top: 5px;
    }
    .list1 {
        padding-bottom: 20px;
    }
    .list1 ul li{
        width: 380px;
        height: 414px;
        border: 1px solid #e5e5e5;
        font-size: 16px;
        position: relative;
        float: left;
        margin-right: 28px;
        margin-bottom: 30px;
    }
    .list1 ul li .imgk{
        width: 326px;
        height: 245px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .list1 li .imgk {
        background: none !important;
    }
    .list1 ul li:nth-child(3n) {
        margin-right: 0;
    }
    .list1 ul li img {
        width: 100%;
    }
    .list1 ul li a {
        width: 100%;
        height: 100%;
        display: block;
        padding: 29px 32px 47px 32px;
    }
    .list1 ul li p {
        padding-top: 18px;
    }
    .list1 ul li .sj{
        float: left;
        padding-top: 20px;
        font-size: 14px;
    }
    .list1 ul li:hover {
        box-shadow: 0 7px 7px 1px #e5e5e5;
    }
    .list1 ul li:hover .sj {
        color: #333;
    }
}
@media only screen and (max-width: 1200px) {
    .tit {
        font-size: 20px;
        float: left;
        margin-top: 28px;
        margin-bottom: 30px;
        margin-left: 10px;
    }
    .news {
        padding: 0 0 20px;
        /*padding-bottom: 20px;*/
    }
    .list1 {
        padding-bottom: 20px;
    }
    .list1 ul li{
        width: 98%;
        /* height: 414px; */
        border: 1px solid #e5e5e5;
        font-size: 18px;
        position: relative;
        float: left;
        /* margin-right: 28px; */
        margin: 1%;
    }
    .list1 li img{
        display: none;
    }
    .list1 li .imgk{
        width: 100%;
        height: 0;
        padding-bottom: 75%;
        background: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .list1 ul li:nth-child(3) {
        margin-right: 0;
    }
    .list1 ul li img {
        width: 100%;
    }
    .list1 ul li a {
        width: 100%;
        height: 100%;
        display: block;
        padding: 29px 32px 47px 32px;
    }
    .list1 ul li p {
        padding-top: 18px;
    }
    .list1 ul li .sj{
        position: absolute;
        right: 32px;
        bottom: 2%;
        font-size: 14px;
    }

}

/* out */
@media only screen and (min-width: 1200px) {
    .out {
        padding-bottom: 50px;
        margin-top: 5px;
    }
    .list3 {
        padding-bottom: 20px;
    }
    .list3{
        width:102%;
        float:left;
        margin: 0 0 40px -1%;
        
    }
    .list3 li{
        width: 270px;
        float:left;
        margin-right: 40px;
        margin-bottom: 40px;
        /* height: 267px; */
        text-align: center;
    }
    .list3 li:nth-child(4n){
        margin-right: 0;
    }
    .list3 ul li .imgk{
        width: 270px;
        height: 360px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .list3 li .imgk {
        background: none !important;
    }
    .list3 a{
        width:100%;
        display: block;
        float: left;
        /* border: solid 1px #ddd; */
        position:relative;
        background-color: #fff;

    }
    .list3 .txtk{
        padding:15px 20px 20px 20px;
        border: 1px solid #e9e9e9;  
        box-shadow: 0 5px 5px 2px #e5e5e5;
        padding-bottom: 40px;
        height: 120px;
    }
    .list3 .txtk p{
        /* height:48px; */
        overflow: hidden;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        font-size:18px;
        /* line-height: 34px; */
    }
    .list3 .txtk .name{
        /* line-height: 24px; */
        margin-bottom: 12px;
    }
    .list3 a:hover:after{
        width:100%;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    }
}
@media only screen and (max-width: 1200px) {
    .out {
        padding-bottom: 50px;
    }
    .list3 {
        padding-bottom: 20px;
    }
    .list3{
        width:102%;
        float:left;
        margin: 0 0 0 -1%;
        
    }
    .list3 li{
        width:50%;
        float:left;
        padding:0 1% 2% 1%;
        /* height: 267px; */
        text-align: center;
    }
    .list3 li img{
        display: none;
    }
    .list3 li .imgk{
        width: 100%;
        height: 0;
        padding-bottom: 134%;
        background: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .list3 a{
        width:100%;
        display: block;
        float: left;
        /* border: solid 1px #ddd; */
        position:relative;
        background-color: #fff;

    }
    .list3 .txtk{
        padding:15px;
        border: 1px solid #e9e9e9;  
        box-shadow: 0 5px 5px 2px #e5e5e5;
        padding-bottom: 40px;
        height: 120px;
    }
    .list3 .txtk p{
        /* height:48px; */
        overflow: hidden;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        font-size:18px;
        line-height: 34px;
    }
    .list3 .txtk .kh{
        line-height: 24px;
    }
    .list3 a:hover:after{
        width:100%;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    }
}