﻿.content-shzr .area{
    display: flex;
}
.content-shzr .thing{
    width: 68.14%;
    height: 100%;
    background-image: url(../image/sh1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 65px;
    overflow: hidden;
}
.content-shzr .area2{
    display: flex;
	height: 610px;
	border-radius: 80px 0px 0px 30px;
}
.content-shzr .thing h1{
    font-size: 68px;
	line-height: 60px;
	color: #589868;
    font-weight: bold;
}
.content-shzr{
    margin-top: 80px;
}
.thing .boxside{
    margin-top: 40px;
    height: 80%;
}
.content-shzr .yearth{
    height: 100%;
    display: none;
}
.content-shzr .yearth:first-child{
    display: block;
}
.thing .boxside h5{
    font-size: 16px;
	line-height: 16px;
    font-weight: bold;
	color: #666666;
}
.thing .boxside p{
    font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.thing .boxside li{
    margin-bottom: 15px;
}
.thing .boxside ul{
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
}
.thing .boxside ul::-webkit-scrollbar {
    width: 0 !important;
    -ms-overflow-style: none;
     overflow: -moz-scrollbars-none;
}
.content-shzr .shzr{
    width: 31.85%;
    height: 100%;
    background-image: url(../image/sh2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.content-shzr .shzr .desc{
    padding: 60px 65px;
}
.shzr .title .thetitles{
    color: #ffffff;
}
.shzr .title span{
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin-top: 15px;
	color: #ffffff;
    margin-bottom: 32px;
}
.shzr .title .lines{
    width: 41px;
	height: 2px;
	background-color: #589868;
}
.shzr .desc>p{
    font-size: 14px;
	line-height: 26px;
	color: #ffffff;
    margin-top: 25px;
}
.listbar {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 35%;
    overflow: scroll;
    overflow-x: hidden;
    
}
.listbar::-webkit-scrollbar {
    width: 0 !important;
    -ms-overflow-style: none;
     overflow: -moz-scrollbars-none;
}
.listbar .later{
    line-height: 50px;
	background-color: #fbb04a;
	border-radius: 25px 0px 0px 25px;
    width: 55%;
    display: flex;
    align-items: center;
    color: #fff;
    padding-left: 54px;
    cursor: pointer;
    transition: all .5s linear;
    margin-bottom: 30px;
}
.listbar .later strong{
    font-size: 26px;
	color: #ffffff;
    margin-right: 8px;
}
.listbar .later:hover{
    width: 70%;
}
.bar-active{
    width: 70% !important;
}
.imgs-items .area2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 60px;
}
.imgs-items .pic{
    width: 48.57%;
    margin-bottom: 39px;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
}
.imgs-items .pic p{
    position: absolute;
    left: 65px;
    bottom: 18px;
    font-size: 20px;
	line-height: 30px;
	color: #ffffff;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .content-shzr {
        margin-top: 60px;
    }
    .content-shzr .thing {
        width: 60%;
        padding:50px;
    }
    .thing .boxside p {
        font-size: 14px;
        line-height: 26px;
    }
    .content-shzr .shzr{
        width: 40%;
    }
    .listbar .later{
        padding-left: 40px;
    }
    .listbar .later strong {
        font-size: 22px;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .content-shzr {
        margin-top: 45px;
    }
    .content-shzr .thing {
        width: 60%;
        padding:40px;
    }
    .thing .boxside p {
        font-size: 14px;
        line-height: 26px;
    }
    .content-shzr .shzr{
        width: 40%;
    }
    .listbar .later{
        padding-left: 40px;
    }
    .listbar .later strong {
        font-size: 16px;
    }
    .content-shzr .shzr .desc {
        padding: 40px 30px;
    }
    .content-shzr .area2 {
        height: 500px;
    }
    .listbar .later{
        line-height: 40px;
        margin-bottom: 25px;
    }
    .imgs-items .pic p {
        position: absolute;
        left: 50px;
        bottom: 15px;
        font-size: 18px;
        line-height: 26px;
    }
}
/* 移动端 */
@media (max-width:767px){
    .content-shzr {
        margin-top: 30px;
    }
    .content-shzr .thing {
        width: 100%;
        padding:20px;
    }
    .thing .boxside p {
        font-size: 12px;
        line-height: 22px;
    }
    .content-shzr .shzr{
        width: 100%;
    }
    .listbar .later{
        padding-left: 40px;
    }
    .listbar .later strong {
        font-size: 16px;
    }
    .content-shzr .shzr .desc {
        padding: 25px;
    }
    .content-shzr .area2 {
        height: unset;
        flex-wrap: wrap;
    }
    .listbar .later{
        line-height: 40px;
        margin-bottom: 25px;
    }
    .imgs-items .pic p {
        position: absolute;
        left: 50px;
        bottom: 15px;
        font-size: 18px;
        line-height: 26px;
    }
    .listbar {
        height: 190px;
    }
    .content-shzr .thing h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .thing .boxside {
        margin-top: 20px;
    }
    .thing .boxside{
        height: 400px;
    }
    .shzr .desc>p {
        font-size: 12px;
        line-height: 22px;
        color: #ffffff;
        margin-top: 20px;
    }
    .imgs-items .area2{
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .imgs-items .pic{
        width: 100%;
    }
    .imgs-items .pic{
        margin-bottom: 20px;
    }
}

/* 详情页 */
.shzrxq-content{
    margin-top: 80px;
}
.shzrxq-content .area2{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.shzrxq-content .thepic{
    width: 31.85%;
    margin-right: 2.14%;
    margin-bottom: 39px;
    transition: all .3s linear;
}
.shzrxq-content .thepic:hover{
    transform: translateY(-8px);
}
.shzrxq-content .thepic:nth-child(3n){
    margin-right: 0;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .shzrxq-content{
        margin-top: 60px;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .shzrxq-content{
        margin-top: 45px;
    }
}
/* 移动端 */
@media (max-width:767px){
    .shzrxq-content{
        margin-top: 30px;
    }
    .shzrxq-content .thepic{
        width: 48%;
        margin-right: 3%;
        margin-bottom: 20px;
    }
    .shzrxq-content .thepic:nth-child(2n){
        margin-right: 0;
    }
    .shzrxq-content .thepic:nth-child(3n){
        margin-right: 3%;
    }
    .shzrxq-content .thepic:nth-child(6n){
        margin-right: 0;
    }
    .shzrxq-content .thepic:hover{
        transform:unset;
    }
}