.box{
    width:100%;
}
.w1200{
    width:1200px;
    margin:0 auto;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.gray{
    color: #6F6F6F;
}
.black{
    color: #000;
}
.press_banner{
    position:relative;
    width:100%;
    height:300px;
    background-image: url(../images/img_pressmedia.png);
    background-color:#4856b2;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    background-attachment: local;
}
.press_banner img{
    width:100%;
}
.press_banner .square{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width:320px;
    border: 1px solid #FFFFFF;
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 57px;
    padding:20px 0px;
}
/*标题*/
.news{
    text-align:justify;
    margin-top:60px;
}
.press_title .at{
    font-size: 25px;
    color: #4A4A4A;
    letter-spacing: 0.93px;
    text-align: center;
}
.press_title .ab{
    font-size: 18px;
    color: #4A4A4A;
    letter-spacing: 0.67px;
    text-align: center;
}
/*图片*/
.press{
    margin:62px 0 62px 0;
}

/*wap页适配*/
/*标题图适配*/
.wap_banner{
    position:relative;
    width:100%;
}
.wap_banner img{
    width:100%;
}
.wap_banner .square{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    width: 320px;
    font-size: 40px;
    line-height: 57px;
    padding: 20px 0px;
}

/*瀑布流代码开始*/
/*瀑布流效果*/
.news .content{
    margin-top:37px;
    width:100%;
}
.masonry{
    position:relative;
}
.waterfull{
    width:100%;
    margin: 0 auto;
}
.waterfull ul li{
    float: left;
    width: 380px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #DBDBDB;
    box-shadow: 0 0 10px #bcbcbc;
    margin-bottom:40px;
}
.item .list{
    width:380px;
}
.item .list .sub{
    width:330px;
    margin:20px 25px 37px 25px;
}
.list .sub .listImg img{
    width:100%;
}
.item .list .para1{
    font-size: 18px;
    color: #6F6F6F;
    letter-spacing: 0.63px;
    text-align: justify;
    line-height: 24px;
    margin:20px 0 5px 0;
}
.item .list .para2{
    font-size: 18px;
    color: #2F2F2F;
    letter-spacing: 0.63px;
    line-height: 24px;
    margin:5px 0;
}
.item .list .para3{
    font-size: 16px;
    color: #6F6F6F;
    letter-spacing: 0.56px;
    text-align: justify;
    line-height: 24px;
    padding-top:18px;
    border-top: 1px solid #DBDBDB;
    margin:5px 0;
}
.item .list .para4{
    font-size: 16px;
    color: #2F2F2F;
    letter-spacing: 0.56px;
    text-align: justify;
    line-height: 24px;
    margin:5px 0;
}
.item .list .para5{
    font-size: 16px;
    color: #6F6F6F;
    letter-spacing: 0.42px;
    text-align: justify;
    line-height: 24px;
    margin:20px 0 34px 0;
}
.item .list .look{
    text-align: right;
}
.item .list .look .re{
    font-size: 12px;
    color: #DD1C14;
    letter-spacing: 0.42px;
    text-align: justify;
    line-height: 24px;
}
.item .list .look .ca{
    font-size: 12px;
    color: #DD1C14;
    letter-spacing: 0.42px;
    line-height: 24px;
}
/*瀑布流代码结束*/
/*手机适配*/
@media (min-width: 1200px) {
    .wap{
        display:none;
    }
    .pc{
        display:block;
    }
}
@media (max-width: 1199px) {
    .pc {
        display: none;
    }

    .wap {
        display: block;
    }
    .w1200{
        width:100%;
    }
    /*标题图*/
    .news{
        margin-top:22px;
    }
    .press_title .at,.ab{
        font-size: 18px;
        letter-spacing: 0.67px;
    }

    /*图片*/
    .press{
        margin:22px 0 22px 0;
    }

    /*瀑布流*/
    .waterfull{
        width:90%;
        margin: 0 auto;
    }
    .waterfull ul li{
        width: 100%;
        margin-bottom:22px;
    }
    .item .list{
        width:100%;
    }
    .item .list .sub{
        width:94%;
        margin:14px 3% 22px 3%;
    }
    .item .list .para3{
        font-size: 14px;
    }
    .item .list .para4{
        font-size: 14px;
    }
}

@media(max-width: 768px) {
    .wap_banner .square{
        width: 150px;
        font-size: 18px;
        line-height: 30px;
        padding: 15px 0px;
    }
}



