
#top nav ul {
    width: calc(94%);
    height:6.5rem;
    margin: -8px auto 0;
    display: flex;
}
#top nav ul li {
    flex: 1;
    font-size: 14px;
    margin-top: 1rem;
    margin-left: 12px;
}
#top nav ul li div {
    width: 100%;
    height:3rem;
    border-radius: 5px;
}
#top nav ul li div img {
    width: 70%;
    margin-left:15%;
}
#top nav ul li p {
    font-size: 1rem;
    margin-top: 0.5rem;
    text-align: center;
}
#top nav ul li:first-of-type {
    margin-left: 0;
}
.type {
    margin-top: 0.71428571rem;
    width: 5.71428571rem;
    height: 30px;
    font-size: 1.28571429rem;
    font-weight: 600;
    color: #000;
    margin-left: 3%;
    padding-bottom: 20px;
    border-bottom: 2px solid #4883bb;
    display: block;
}
nav ul p:first-of-type {
    font-size: 1.07142857rem;
}
nav ul p:last-of-type {
    font-size: 0.85714286rem;
}

.li_list li{
    width: 48%;
    height:15rem;
    float: left;
    text-align: center;
    margin-bottom:1rem;
    border-radius: 5px;
    overflow: hidden;
    margin-right:3.4%;
    position: relative;
}
.li_list li:nth-child(2n){
    margin-right: 0;
}
.li_list li img{
    width: 100%;
height:12rem;
}
.li_list li p{
    width: 100%;
    text-align: center;
    height:3rem;
    margin-top:0.8rem;
    line-height: 3rem;
    background: #ebebeb;
    position: absolute;
    bottom:0;
}

#hour .hour_content{
    width: 100%;
    display: table;
}
#hour .hour_content img:first-of-type{
    width: 100%;
}
#hour .hour_content p{
    text-indent: 1.9rem;
    margin:0.9rem auto;
}

#hnews ul{
    width: 100%;
    height:45rem;
    margin-top:-1rem;
    margin-bottom:1rem;
}
#hnews ul li{
    width: 100%;
   height:9rem;
    border-bottom:1px solid #ccc;
    position: relative;
}
#hnews ul li img{
    margin-top:1rem;
    width: 8rem;
    height:7rem;
}
.newRight{
    width: 65%;
    height: 7rem;
    display: block;
    position: absolute;
    right: 0;
    top:1rem;
}
.newTitle{
    width: 100%;
    height:1.8rem;
    font-size:1.3rem;
    font-weight: bold;
    margin: 0.5rem 0 1rem;
    overflow: hidden;
}
.newCont{
    width: 100%;
    height:3rem;
    overflow: hidden;
    font-size:1rem;
}


