﻿body {
    padding: 0px;
    margin: 0px;
}

.fambdiv {
    width: 80%;
    margin: auto;
    height: 900px;
}


.onetitle {
    font-size: 30px;
    text-align: center;
    color: black;
    padding-top: 100px;
    letter-spacing: 3px;
    font-weight: 600;
}

.famblistdiv {
    margin-top: 50px;
    display: flex;
}

.fambitem {
    width: 26%;
    margin: 4%;
}

.fambitemimg {
    width: 100%;
}

.fambitemtitlediv {
    width: 100%;
    margin: auto;
    padding: 40px 0px;
    font-size: 18px;
    color: #7a7a7a;
    background-color: #f4f4f4;
    height: 150px;
}

.fambitemtitle {
    width: 80%;
    margin: auto;
    line-height: 30px;
}

.slnddiv {
    width: 100%;
    margin: auto;
    height: 950px;
    background-color:#f2f6ff;
}

.slndlist {
    width:60%;
    margin:auto;
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
}

.slnditem {
    width: 21%;
    margin: 2%; 
    height:300px;
}

 
    .slnditemactive {
        border-radius: 10px;
        background-color: white;
        box-shadow: #c7ddff 0px 0px 6px 2px;
    }
.slnditemimgdiv {
    text-align: center;
}

.slnditemimg {
    margin-top: 50px;
    width: 96px;
    height: 96px;
}

.slnditemtitle {
    width: 80%;
    margin: auto;
    text-align: center;
    line-height: 35px;
    font-size: 20px; 
    margin-top:30px;
}



.zhbmdiv {
   width:100%;
   background:url('../images/ycslpt/zhbmbg.png') no-repeat;
   background-size:100% 100%;
   height:1050px;
}

.zhbmlist {
    width: 70%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}

.zhbmitem {
   width:46%;
   margin:2%;
   height:300px;
   background:url('../images/ycslpt/zhmb01.png') no-repeat;
   background-size:100% 100%;
   
}

.zhbmitemactive {
    background: url('../images/ycslpt/zhmb02.png') no-repeat !important;
    background-size: 100% 100% !important;
}

.hline {
    width: 30px;
    height: 3px;
    background-color: blue;
    margin-top: 50px;
    margin-left: 5%;
}

.zhbmitemtitle {
    width: 85%;
    margin-top: 20px;
    margin-left: 5%;
    font-size: 18px;
    color: #e3e3e3;
    line-height: 30px;
}

.fwjzdiv {
  width:80%;
  margin:auto;
  height:900px;
}

.fwzjlist{
    display:flex;
    margin-top:80px;
}
.fwzjitem {
    width: 33%;
}

.fwzjitemleft {
    text-align: right;
    line-height: 30px;
    margin-top: 50px;
    height: 200px;
    margin-right:20px;
}

.fwzjitemright {
    text-align: left;
    line-height: 30px;
    margin-top: 50px;
    height: 200px;
    margin-left: 20px;
}

.fwzjitemtitle1{
    font-weight:600;
    font-size:20px; 
}

.fwzjitemtitle2 {
    font-weight: 600;
    font-size: 16px;
    margin-top:20px;
    color:#7a7a7a;
}
.fwzjitem {
  text-align:center;
}
.fwzjitemimg {
    width: 90%;
}