@charset "utf-8";
.grid{
    box-shadow: none;
    padding:20px;
}
.where{
    padding-left:20px;
    line-height: 50px;
}
.p1{
    padding-top:0px
}
.listn,.img{
 float:left;
    padding-top:10px
}
.listn h3{
    width: 100%;
    height:50px;
    display: block;
    position: relative;
}
.p2 .listn h3{
    background:url(../images/jyzq_p1_title.png) left top no-repeat;
}
.p3 .listn h3{
    background:url(../images/jyzq_p2_title.png) left top no-repeat;
}
.p4 .listn h3{
    background:url(../images/jyzq_p3_title.png) left top no-repeat;
}
.p5 .listn h3{
    background:url(../images/jyzq_p4_title.png) left top no-repeat;
}
.p6 .listn h3{
    background:url(../images/jyzq_p5_title.png) left top no-repeat;
}
.list-t li:before{
    background:url("../images/jyzq_before.png") no-repeat;
    width:14px;
    height:13px;
    left:8px;
    margin-top: -7px;
}
.list-t li:hover:before{
    background-color:transparent;
}
.listn{
    width: 715px;
}
.p2 .img{
    padding-left:19px;
    padding-right:37px
}
.p4 .img{
    padding-left:25px;
    padding-right:25px
}
.list-t li a{
    color:#333333;
    font-size:20px;
}
.list-t li{
    line-height: 50px;
    padding-left:40px
}
.list-t {
    margin-top: 10px;
}
.listn h3 a{
    line-height: 50px;
    display: block;
    color:#0077e8;
    position: absolute;
    right: 40px;
    font-size: 16px;
}
.p3,.p4,.p5,.p6{
    height:auto;
    margin-bottom: 0px;
    background:#fff;
}
.p5 .img{
    padding-left:35px;
}
.p6 .img{
    padding-left:10px;
    padding-right: 35px;
}
.p6{
    margin-bottom: 10px;
    padding-bottom: 60px;
}
@media (max-width: 1200px) {
    .content .img{
        width:40%;
        padding-left:10px;
        padding-right: 10px;
    }
    .content .listn{
        width: 60%;
        padding-left:10px;
        padding-right: 10px;
    }
    .p1 img{
        width: 100%;
    }
    .content .img img {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .content .img{
        display: none;
    }
    .content .listn{
        width: 100%;
    }
    .listn h3{
        width: 715px;
    }
}
@media (max-width: 715px) {
    .listn h3{
        width: 100%
    }
}