.sh-container {
    background: #faedda;
    overflow: hidden;
}

.sh-top {
    background: url("../images/zh-top-bg.jpg") center 0 no-repeat;
    background-size: cover;
    min-height: 850px;

}
.sh-logo {
    width: 1200px;
    margin: 0 auto;
}
.sh-logo a {
    display: inline-block;
    width: 190px;
    height: 60px;
    margin-top: 20px;
}
.sh-content {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 0 30px;
    overflow: hidden;
}
.sh-hdp {
    width: 100%;
    height: 540px;
    margin-top: 30px;
    background: #f5f5f5;
}
.sh-news {
    margin: 50px 50px 0;
}

.sh-news ul li {
    font-size: 22px;
    line-height: 1.6;
    margin-top: 20px;
    position: relative;
    padding-left: 20px;
    transition: .3s;
}
.sh-news ul li:hover {
    transform: translateX(-30px);
}
.sh-news ul li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background:#8bb4e1;
    top:14px;
    left:0;
}

.sh-news ul li em {

    color: #888;
    position: absolute;
    right: 0;
    top:0;
    font-size: 18px;
}

h2.sh-title {
    height: 60px;
    background: url("../images/sh-title-bg.jpg") no-repeat;
    font-size: 30px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    margin-bottom: 10px;
}

.mart-80 {
    padding-top: 80px;
}
.msg-wrap ul {
    overflow: hidden;
    padding-bottom: 10px;
}
.msg-wrap ul li {
    width: 542px;
    height: 100px;
    border-radius: 20px;
    box-shadow: 4px 3px 0 #ccc;
    padding: 20px;
    line-height: 1.8;
    position: relative;
    float: left;
    border: 1px solid #e2e2e2;
    margin-top: 30px;
    transition: .3s;
}
.msg-wrap ul li:hover {
  transform: translateY(-20px);
}
.msg-wrap ul li:nth-of-type(even) {
    margin-left: 26px;
}
.msg-wrap ul li h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom:10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.msg-wrap ul li p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #444;
    font-size: 16px;
}

.msg-wrap ul li em {
    position: absolute;
    bottom:18px;
    right:20px;
}

.sh-more {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 40px 0 30px;
}
.sh-more a {
    display: inline-block;
    padding: 0 30px;
    line-height: 44px;
    box-shadow: 0 0 5px #666;
    color: #444;

}

.sh-more a:hover {
    color: #0036fe;
}


.water-wrap ul li {
    float: left;
    width: 240px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 60px;

}


.water-wrap ul li i {
    width: 100px;
    height: 90px;
    display: block;
    margin: 0  auto 10px;
    background: url("../images/sh-icon.png") no-repeat;
    transition: .3s;
}

.water-wrap ul li:hover i {
    transform: rotateY(180deg);
}

.water-wrap ul li i.w01 {
    background-position: 0 0;
}
.water-wrap ul li i.w02 {
    background-position: -100px 0;
}
.water-wrap ul li i.w03 {
    background-position:-200px 0;
}
.water-wrap ul li i.w04 {
    background-position:-300px 0;
}
.water-wrap ul li i.w05 {
    background-position:-400px 0;
}
.water-wrap ul li i.w06 {
    background-position: 0 -90px;
}

.water-wrap ul li i.w07 {
    background-position: -100px -90px;
}

.water-wrap ul li i.w08 {
    background-position: -200px -90px;
}

.water-wrap ul li i.w09 {
    background-position: -300px -90px;
}

.water-wrap ul li i.w10 {
    background-position: -400px -90px;
}

.sh-wrap {
    float: left;
    width:373px;
    margin-bottom: 50px;
}

.sh-wrap h3 {

    height: 50px;
    color: #0036fe;

    border-bottom: 1px solid #8bb4e1;
    line-height: 50px;
    position: relative;

}

.sh-wrap h3 span {
    font-size: 28px;
    position: absolute;
    left:0;
    bottom:-1px;
    border-bottom: 4px solid #0036fe;
    display: inline-block;
    font-weight: bold;
    padding-left: 25px;
}
.sh-wrap h3 span::before {
    content: "";
    position: absolute;
    top:18px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 4px solid #146be0;

}

.sh-wrap h3 em {
    position: absolute;
    right: 0;
    top:0;
    font-size: 16px;

}

.sh-wrap ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    margin-top: 20px;
    position: relative;
    padding-left: 16px;
    transition: .3s;
}
.sh-wrap ul li:hover {
    transform: translateX(20px);
}
.sh-wrap ul li::before {
    content: "";
    position: absolute;
    top:8px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #8bb4e1;
}


.sh-wrap:nth-of-type(2) {
    margin:0 40px;

}