.shex-main {
    background: #F2F2F2;
    padding-top: 1px;
    padding-bottom: 30px;
}

.place_da {
    margin: 30px 0;
}

.place_da dd {
    float: left;
    font-size: 14px;
    color: #666;
}

.place_da dd a {
    color: #666
}

.she-top {
    background: #fff;
    padding: 5px;
}

.she-top>a {
    height: 460px;
    width: 460px;
    display: inline-block;
    overflow: hidden;
}

.she-top>a:hover img {
    transform: scale(1.015);
    -moz-transform: scale(1.015);
    -webkit-transform: scale(1.015);
    -ms-transform: scale(1.015);
}

.she-top>a>img {
    width: 100%;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.she-top .right {
    display: inline-block;
    margin-left: 20px;
    width: 690px;
    vertical-align: top;
}

.she-top .right>h3 {
    font-size: 18px;
    color: #222;
    margin-top: 10px;
    border-bottom: 1px solid #005e3c;
    width: 19%;
    padding-bottom: 6px;
    margin-bottom: 20px;
}

.she-top .right>h3>b {
    color: #666;
    font-size: 14px;
    margin-left: 5px;
}

.she-top .right>span {
    display: inline-block;
    width: 330px;
    margin-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    line-height: 24px;
    font-size: 14px;
}

.she-top .right>span>a {
    color: #222;
}

.she-top .right>span>a:hover {
    color: #005e3c;
    font-weight: bold
}

.she-top .right>a {
    display: block;
    margin: 20px 0px;
}

.she-top .right>a b {
    width: 100px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #005e3c;
    text-align: center;
    color: #005e3c;
    cursor: pointer;
}

.she-top .right>a:hover b {
    border: 1px solid #005e3c;
    background: #005e3c;
    color: #fff;
}

.she-top .right .jiang {
}

.she-top .right .jiang>p {
    color: #666;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 20px;
}

.she-top .right .jiang>p.an {
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.gong-anli {
    margin-top: 20px;
}

.gong-anli>div {
    vertical-align: top;
}

.gong-left {
    width: 898px;
    display: inline-block;
    margin-right: 12px;
    text-align: center;
}

.gong-right {
    width: 284px;
    display: inline-block;
}

.shex-x>h3 {
    text-align: left;
}

.shex-anlist {
    text-align: left;
}

.shex-anlist>li {
    padding-bottom: 18px;
    border-bottom: 1px solid #edecec;    
    margin-top: 20px;
}

.shex-anlist>li>a {
    width: 290px;
    height: 220px;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
}

.shex-anlist>li>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.shex-anlist>li>a:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.shex-anlist li>.right {
    width: 575px;
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
}

.shex-anlist li>.right>h3 {
    margin-top: 13px;
}

.shex-anlist li>.right>h3 a {
    font-size: 18px;
}

.shex-anlist li>.right>p {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 20px;
}

.shex-anlist li>.right>p>span {
    color: #666;
}

.shex-anlist li>.right>p>b {
    padding: 0 10px;
    color: #666;
}

.shex-anlist li>.right>div {
}

.shex-anlist li>.right>div img {
    width: 32%;
    margin-right: 1%;
    height: 120px;
    object-fit: cover;transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.shex-anlist li>.right>div img:last-child {
    margin-right: 0
}
.shex-anlist li>.right>div img:hover {
    transform: scale(1.019);
    -moz-transform: scale(1.019);
    -webkit-transform: scale(1.019);
    -ms-transform: scale(1.019);
}
.ana {
    box-shadow: 0 2px 4px #ccc;
    margin-bottom: 30px;
    background: #FAFAFA;
    padding: 20px 15px;
}

.anx-bao>h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 6px;
}

.anx-bao>h3>b {
    color: #005E3C;
}

.anx-bao>p {
    text-align: center;
    margin-bottom: 15px;
    color: #666;
    font-size: 20px;
}

.anx-bao>form div {
    width: 100%;
}

.anx-bao>form div input {
    height: 46px;
    background: #F3F3F3;
    margin-bottom: 10px;
    padding-left: 4%;
    width: 95%;
}

.anx-bao>form p {
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
    color: #666;
}

.anx-bao>form div input.submit {
    background: #005E3C;
    color: #fff;
    width: 100%;
}

.gong-list {
    padding: 24px 15px;
}

.gong-list>h3 {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 5px;
    font-size: 24px;
}

.gong-list>h3>b {
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
}

.gong-list>div>a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #878787;
    margin: 13px 0px;
    font-size: 15px;
}

.gong-list>div>a b {
    color: #005e3c;
    padding-right: 8px;
}

.gong-list>div>a:hover {
    color: #005e3c;
    font-weight: bold
}

.shebiaot {
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DAD8D9;
    margin-bottom: 20px;
}

.shebiaot>b {
    border-left: 3px solid #005e3c;
    padding-left: 15px;
    font-size: 20px;
}

.shebiaot>a {
    float: right;
    float: right;
    font-size: 14px;
    color: #999;
}

.shebiaot>a:hover {
    color: #005e3c;
}

.da_photo_line {
    width: 1200px;
    text-align: center;
}

.da_photo dl {
    padding-bottom: 12px;
    width: 284px;
    display: inline-block;
    margin-right: 12px;
    background: #F4F4F4;
    position: relative;
    margin-bottom: 22px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    /* -webkit-transition: all ease .3s 0s; */
    overflow: hidden;
    border-bottom: 1px solid #F4F4F4;
}

.da_photo dl.te {
    margin-right: 0;
}

.da_photo dl:hover {
    transform: scale(0.98);
    -moz-transform: scale(0.98);
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    z-index: 1;
    box-shadow: 0 2px 3px #ccc;
    border-bottom: 1px solid #005e3c
}

.da_photo dl dd {
    position: relative;
}

.da_photo_line {
    overflow: hidden;
    text-align: left;
}

.bac {
    width: 100%;
    height: 220px;
    overflow: hidden;
    display: inline-block;
}

.dabac {
    width: 100%;
    height: 240px;
    overflow: hidden;
    display: inline-block;
}

.bac img {
    width: 100%;
    height: auto;
}

.da_photo dl dd span {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: absolute;
    overflow: hidden;
    border: #fff 4px solid;
    left: 102px;
    bottom: -30px;
}

.dakakax {
    margin-top: 10px;
    text-align: left;
    padding-left: 10px;
}

.dakakax h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.dakakax h3 span {
    margin-left: 10px;
    font-size: 14px;
}

.dakakax p {
    font-size: 14px;
    color: #666;
    margin-bottom: 4px;
}

.dakakax p span {
    color: #666;
    margin-right: 10px;
    font-size: 14px;
}

.dakaanx {
    margin-top: 42px;
}

.dakaanx h3 {
    font-size: 20px;
    margin-bottom: 9px;
}

.dakaanx h3 span {
    margin: 0 5px;
}

.dakaanx p {
    font-size: 14px;
}

.dakaanx p span {
    color: #666;
    margin: 0 5px;
}
