
body{
    background:#eee ;
}
.listWrap{
    width: 1160px;
    margin: auto;

}
font{
    color: #000;
}
.list_wrap{
    padding: 20px 20px 0;
    background: #fff;
    position: relative;
}
.top_img{
    width: 100%;
    height: 500px;
    vertical-align: middle;
}
.my_nav{
    overflow: hidden;
    margin: 0 2px;
}
.my_nav li{
    float: left;
    width: 24.8%;
    text-align: center;
    margin: 3px 1px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    box-shadow: 0px 0px 0px 1px #3C7D83;
}
.my_nav_active{
    background: #3C7D83;
    color: #fff;
}
.nav_con .nav_con_li{
    display: none;
    padding: 2%;
}
.nav_con_li_three img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.nav_con_li_three div{
    float: left;
}
.nav_con_li_three div:nth-child(1){
    width: 20%;
    margin-right: 2%;
}
.nav_con_li_three div:nth-child(2){
    width: 77%;
}
.nav_con_li_three {
    overflow: hidden;
}
.nav_con_li_three div:nth-child(2) p{
    text-indent: 2em;
    text-align: justify;
}
.cs4{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.nav_con_li_three li{
    overflow: hidden;
    box-shadow: 2px 2px 2px 2px #999;
    padding: 2%;
    margin: 5px 2%;
    float: left;
    width: 42%;
}
.nav_con_li P{
    text-align: justify;
    text-indent: 2em;
    margin-bottom: 8px;

}

.bot{
    background: #fff;
    margin-top: 5px;
}
h1{
    position: absolute;
    bottom: 0px;
    font-size: 50px;
    text-align: center;
    margin: auto;
    color: #fff;
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 160px;
    line-height: 160px;
    letter-spacing: 7px;
}
h3{
    text-align: center;
    padding-top: 2%;
}
.bot_list{
    padding: 2%;
    overflow: hidden;
}
.bot_list li{
    float: left;
    width: 44%;
    margin: 0 3% 15px;
    box-shadow: 0px 0px 1px 0px #999;
}
.bot_list li:hover{
    box-shadow: 0px 0px 16px 0px #999;
}
#loginSubmit ul{
    width: 415px;
    margin: auto;
}
#loginSubmit ul li p{
    display: inline-block;
    width: 90px;
    text-indent: 0em;
}
#loginSubmit ul li .liat_input{
    width: 300px;
    height: 30px;
    line-height: 30px;
}
#loginSubmit ul li{
    padding: 8px;
}
.zg{
    width: 108px;
    height: 33px;
    line-height: 30px;
    background: #3C7D83;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
label{
    padding-left: 100px;
}
.bot_list li div{
    float: left;
    overflow: hidden;
}
.bot_list li div:nth-child(1){
    width: 30%;
    margin-right: 2%;
}
.bot_list li div:nth-child(1) img{
    width: 100%;
    vertical-align: middle;
    height: 86px;
}
.bot_list li div:nth-child(2){
    width: 64%;
    padding: 2%;
    position: relative;
    height: 66px;
}
.bot_listTime{
    position: absolute;
    bottom: 8px;
}
.top_imgwrap{
    position: relative;
    margin-bottom: 20px;
}
@media only screen and (max-width: 738px){
    .nav_con_li_three li{
        width: 92%;
    }
    .top_img{
        height: auto;
        margin-bottom: 0;
        vertical-align: middle;
    }
    h1{
        height: 13vw;
        line-height: 13vw;
        font-size: 18px;
        letter-spacing: 1px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }
    .my_nav li{
        width: 23%;
        margin: 1%;
        font-size: 13px;
    }
    .my_nav{
        margin: 0;
    }
    .bot_list li{
        width: 94%;
    }
    .bot_list li div:nth-child(1){
        width: 40%;
    }
    .bot_list li div:nth-child(2){
        width: 52%;
    }
    .bot_listTime{
        font-size: 10px;
    }
    .nav_con_li_three img{
        width: 45px;
        height: 45px;
    }
    .nav_con_li_three div:nth-child(1){
        width: 20%;
    }
    .nav_con_li_three div:nth-child(2){
        width: 78%;
    }
    #loginSubmit ul{
        width: 100%;
    }
}
