/*通用底部调整*/
/*.pcFootStyle-ul>li>a {*/
    /*top: 0;*/
/*}*/
html{
    font-family: "微软雅黑";
    font-size: 20px;
}
body{
    min-width: 1280px;
}
/*返回顶部*/
#scoller {
    display: none;
    position: fixed;
    z-index: 100;
    right: 3rem;
    bottom: 6rem;
    width: 50px;
    height: 50px;
    margin-top: 10px;
    font-size: 0;
    background-image: url(http://img1.cache.netease.com/2013/yhs/share.gif);
    background-position: -93px -365px;
    cursor: pointer;
}
/*****通用底部如果是白色的就存在，如果是蓝色的就删除*****/
.pcFootStyle {
    background-color: #fff;
}
.pcFootStyle-ul>li {
    border-right: 1px solid #666;
}
.pcFootStyle-ul>li>a {
    color: #666;
    top:-3px;
}
.pcFootStyle-content p {
    color: #666;
}
/*****通用底部样式*****/
/*顶部图片开始*/
.pc_img{
    height:755px;
    background: url("http://town.zjol.com.cn/material/2018/01/lishuiCW/images/bg1.jpg") no-repeat center;
}
.pc_img>img{
    display: block;
    margin: 0 auto;
}
/*顶部图片结束*/
.content{
    background: url("http://town.zjol.com.cn/material/2018/01/lishuiCW/images/bg0.jpg") no-repeat center;
    position: relative;
    background-size: cover;
}
.bg3{
    position: absolute;
    height: 23px;
    width: 100%;
    top:0;
    left:0;
    z-index: 10;
   background: url("http://town.zjol.com.cn/material/2018/01/lishuiCW/images/bg3.jpg") no-repeat center;
}
.nav{
    width: 1276px;
    margin: 0 auto;
    position: relative;
}
.nav>div{
    position: absolute;
    width: 100%;
    height: 97px;
    top:0;
    left:0;
    z-index: 10;
}
.nav>div>a{
    float: left;
    height: 97px;
    cursor: pointer;
}
.nav>div>a:nth-child(1){
    width: 200px;
    margin-left: 40px;
}
.nav>div>a:nth-child(2){
    width: 270px;
    margin-left: 0;
}
.nav>div>a:nth-child(3){
    width: 200px;
    margin-left: 5px;
}
.nav>div>a:nth-child(4){
    width: 180px;
    margin-left: 0;
}
.nav>div>a:nth-child(5){
    width: 350px;
    margin-left: 0;
}
#p1{
    width: 980px;
    margin: 0 auto 100px;
    padding: 0 38px;
}
#p1>a{
    display: block;
    margin-top: 54px;
}
#p1>a>h3{
    font-size: 40px;
    line-height: 80px;
    font-weight: bold;
    color: #666;
    text-align: center;
}
#p1>a>h3:hover{
    color: #e62222;
}
.line{
    width: 788px;
    height: 1px;
    background: -webkit-gradient(linear,24% 0%, 61% 0%, from(#27E5FE), to(#D5B2FD));
    margin: 0 auto 17px;
}
#p1>a>p{
    color: #999;
    font-size: 18px;
    line-height: 28px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.p1Content{
    overflow: hidden;
    margin-top: 50px;
}
/*****视频样式开始*****/
.video{
    float: left;
    width: 440px;
    height: 225px;
    margin-left: 5px;
    margin-top: 12px;
}
.video .video-js{
    width: 100%;
    height: 100%;
}
/*****视频样式结束*****/
.p1ContentTitle{
    float: left;
    margin-left: 50px;
    width: 406px;
}
.p1ContentTitle>a{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    line-height: 34px;
    color: #333;
}
.p1ContentTitle>a:hover{
    color: #e62222;
}
.p1ContentTitle>a>i{
    float: left;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #bfbfbf;
    margin-right: 18px;
    margin-top: 12.5px;
}
.section{
    height: 2781px;
    background: url("http://town.zjol.com.cn/material/2018/01/lishuiCW/images/bg5.png") no-repeat center;
}
#p2{
    width: 830px;
    margin: 0 auto;
    padding-top: 258px;
    padding-left: 20px;
    height: 814px;
}
#p2>img{
    display: block;
    margin: 0 auto;
}
#p2>a{
    display: block;
    overflow: hidden;
    margin-top: 30px;
}
#p2>a>img{
    display: block;
    margin: 0 auto;
}
#p2>a>div:first-child{
    float: left;
    width: 243px;
    height: 139px;
    overflow: hidden;
    margin-right: 80px;
    margin-left: 59.5px;
    margin-bottom: 12px;
}
#p2>a>div:first-child>img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}
#p2>a>div:first-child>img:hover{
    transform: scale(1.05);
}
#p2>a>div:nth-child(2){
    width: 368px;
    float: left;
}
#p2>a>div:nth-child(2)>h3{
    font-size: 18px;
    color: #333;
    line-height: 24px;
}
#p2>a>div:nth-child(2)>h3:hover{
    color: #e62222;
}
#p2>a>div:nth-child(2)>p{
    font-size: 15px;
    color: #666;
    line-height: 26px;
    margin-top: 12px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
#p2>div{
    overflow: hidden;
}
#p2>div>a{
    float: left;
    width: 50%;
    height: 160px;
    padding-top: 27px;
}
#p2>div>a:nth-child(2),#p2>div>a:nth-child(4){
    padding-left: 10px;
}
#p2>div>a>div:first-child{
    width: 120px;
    height: 70px;
    overflow: hidden;
    margin-right: 10px;
    float: left;
    margin-top: 12px;
}
#p2>div>a>div:first-child>img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all .5s;
}
#p2>div>a>div:first-child>img:hover{
    transform: scale(1.05);
}
#p2>div>a>div:nth-child(2){
    float: left;
    width: 262px;
}
#p2>div>a>div:nth-child(2)>h3{
    font-size: 18px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#p2>div>a>div:nth-child(2)>h3:hover{
    color: #e62222;
}
#p2>div>a>div:nth-child(2)>p{
    font-size: 15px;
    color: #666;
    line-height: 26px;
    margin-top: 8px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.part1{
    width: 830px;
    height: 638px;
    margin: 120px auto 0;
    overflow: hidden;
    padding-top: 40px;
    padding-left: 20px;
}
.part1>div{
    width: 50%;
    float: left;
}
.part1>div>img:first-child{
    display: block;
    margin: 0 auto;
}
.part1>#p3>img{
    margin-left: 25px;
}
#p3>img{
    margin-bottom: 24px;
}
#p3>a{
    display: block;
    padding-top: 30px;
    padding-right: 36px;
}
#p3>a>h3{
    font-size: 18px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#p3>a>h3:hover{
    color: #e62222;
}
#p3>a>p{
    font-size: 15px;
    color: #666;
    line-height: 26px;
    height: 78px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#p4{
    position: relative;
}
#p4>img:first-child{
    margin-bottom: 14px;
}
#p4>a{
    display: block;
    overflow: hidden;
    padding-top: 26px;
    padding-bottom: 0;
    margin-left: 33px;
}
#p4>a>div{
    float: left;
}
#p4>a>div:first-child{
    width: 98px;
    height: 115px;
    overflow: hidden;
    margin-right: 12px;
   margin-top: 4px;
}
#p4>a>div:first-child>img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}
#p4>a>div:first-child>img:hover{
    transform: scale(1.05);
}
#p4>a>div:nth-child(2){
    width: 260px;
    margin-top: 10px;
    margin-bottom: 20px;
}
#p4>a>div:nth-child(2)>h3{
    font-size: 18px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#p4>a>div:nth-child(2)>h3:hover{
    color: #e62222;
}
#p4>a>div:nth-child(2)>p{
    font-size: 15px;
    color: #666;
    line-height: 26px;
    height: 78px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#p4>a>img{
    display: block;
}
#p4>.leftImg{
    position: absolute;
    left:0;
    display: block;
    top:120px;
}
#p5{
    width: 830px;
    height: 692px;
    margin: 200px auto 0;
    overflow: hidden;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
#p5>img{
    display: block;
    margin: 0 auto;
}
/*****视频列表样式开始*****/
.video_list{
    width: 100%;
    padding-top: 36px;
}
.video_content {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.video_content>a {
    display: block;
    width: 33.3%;
    float: left;
    margin-top: 24px;
    position: relative;
}
.video_content>a>div{
    width: 225px;
    height: 126px;
    margin: 0 auto;
}
.video_content>a img {
    width: 100%;
    display: block;
    height: 100%;
}
.video_content>a>span {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff17f;
    font-size: 20px;
    line-height: 30px;
}
.video_content>a>i {
    display: block;
    background: url(http://www.zjol.com.cn/material/201612revision/b3708sp.png) -185px -84px;
    width: 27px;
    height: 20px;
    position: absolute;
    z-index: 100;
    top: 10px;
    right: 20px;
}
/*****视频列表样式结束*****/