.gznr {
    background-image: url('../images/394.png');
    padding: 40px 0;
}

.clear::after {
    display: block;
    content: '';
    clear: both;
}

.gznr-left,
.gznr-right {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
}

.gznr-right {
    width: 78%;
    float: right;
}

.gznr-left ul>li {
    padding: 20px 42px;
    border-bottom: 1px solid #ccc;
}

.gznr-left ul>li:first-child {
    font-size: 25px;
    background-color: #2D962D;

}

.gznr-left ul a,
.gznr-left ul a>span {
    display: inline-block;
}

.gznr-left ul a {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: 100%;
    color: #000;
    font-size: 20px;
    position: relative;
}

.gznr-left ul .active a::before {
    position: absolute;
    top: 3px;
    left: -10px;
    display: block;
    content: '';
    border-left: 2px solid #ccc;
    height: 20px;
    border-color: #2D962D;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.gznr-left ul li:nth-child(3)>a::before{
    opacity: 1;
}
.gznr-left ul .active a{
    color: #2D962D;
}
.gznr-left ul .active span {
    color: #2D962D;
}
.gznr-left ul a:hover,
.gznr-left ul a:hover>span {
    color: #2D962D;
}

.gznr-left ul a:hover::before {
    opacity: 1;
}

.gznr-left ul a>span {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    float: right;
    font-size: 20px;
    color: #ccc;
}

.gznr-right {
    padding: 10px 30px;
    box-sizing: border-box;
}
.gzry-top{
    border-bottom: 2px solid #ccc;
}
.gzry-top>p {
    display: inline-block;
    vertical-align: middle;
    color: #ccc;
}

.gzry-top>p>span {
    font-size: 12px;
}

.gzry-top>p>a {
    color: #ccc;
    font-size: 12px;
}

.gzry-top>p:first-child {
    color: #000;
    font-size: 21px;
    color: #2D962D;
    float: left;
    padding: 20px;
    border-bottom: 5px solid #2D962D;
}

.gzry-top>p:last-child {
    float: right;
    padding: 20px;
}

.gzry-conts {
    background-color: #ccc;
    height: 40px;
    position: relative;
    margin: 50px 0;
}
.gzry-items{margin-top: 20px;}
.gzry-conts>span {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: inline-block;
    background-image: url('../images/titleBg.png');
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 40px;
    height: 100%;
    font-size: 25px;
    padding: 0 33px 0 20px;
    color: #F6F6F6;
}
.gzry-items:hover img{
    overflow: hidden;
    cursor: pointer;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.gzry-items:not(:first-child){
    margin-top: 40px;
}
.gzry-items p {
    color: #000;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.gzry-items-left,.gzry-items-right{
    display: inline-block;
    vertical-align: middle;
}
.gzry-items-left{
    width: 147px;
    height: 216px;
}
.gzry-items-left>img{
    transition: all .5s;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.gzry-items-right{
    width: 75%;
}
.gzry-items-right>p>span{
    font-size: 28px;
    font-weight: bold;
}
.gzry-items-right>p:nth-child(2){
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
}
.contact{
    margin-top: 20px;
}
.contact>p{
    padding:10px  30px;
    display: inline-block;
    background-color: #d4f5d0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.gzry-items-right{
    padding: 15px 20px;
    /* background-color: #F6F6F6; */
}
@media (max-width:1426px){
    .gzry-items-right{
        width: 100%;
    }
}
@media (max-width:1025px) {
    .gznr-left{
        display: none;
    }
    .gznr-right{
        width: 100%;
    }
}
@media (max-width:768px) {
    .gzry-top>p:nth-child(1){
        display: none;
    }
        .gzry-top>p:last-child{
            float: left;
        }
}
@media (max-width:587px) {
    .contact>p{
        margin-top: 20px;
    }
}