/*************** banner **********************/
.banner{
    background: url('./../images/news/未标题-1.png') no-repeat;
    background-size:100% 100%;
    height: 500px;
    overflow: hidden;
}
.banner h1{
    margin-top: 130px;
    font-size: 36px;
    font-weight: bolder;
    text-align: center;
}
.banner hr{
    width: 80px;
    border-top: 1px solid #747474
}
.banner div{
    text-align: center;
    color:#7D7D7E
}
/*************** introduction **********************/
.news-content{
    display: flex;
    background-color: #fff;
    padding: 15px;
    margin-top: 15px;
    justify-content: space-between;
}
.news-content:hover{
    -moz-box-shadow: 0px 5px 10px #B3B3B3;
    -webkit-box-shadow: 0px 5px 10px #B3B3B3;
    box-shadow: 0px 5px 10px #B3B3B3;
    color: #039CFF;
    cursor: pointer;
}
.news-content h2{
    margin: 5px 0 20px 0;
}
.news-content p{
    margin-top: 5px;
    color:#9B9B9B
}
.news-content img{
    width: 212px;
    height: 133px;
}
.news-content>div:first-of-type{
    margin-right: 20px;
}

#detail-news{
    padding: 0 15px;
    display: none;
}
#detail-news img{
    margin: 15px 0;
}
#detail-news h1{
    margin-top: 30px;
    font-size: 36px;
    font-weight: bolder;
    text-align: center;
}
#detail-news hr{
    width: 50px;
    border-top: 1px solid #9B9B9B
}
#detail-news h5{
    text-align: center;
    color:#9B9B9B;
    margin-bottom: 60px;
}
#detail-news p{
    color:#9B9B9B;
}
.back-btn{
    width: 140px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color:#009BFF;
    margin: 20px auto;
    color:#Fff;
    font-size: 16px;
    /* display: none; */
}
.back-btn:hover{
    cursor: pointer;
}
/*************** more **********************/
.bottom-container{
    background: #F7F7F7;
    /* background: red; */
    padding-top: 40px;
    padding-bottom: 40px;
}

/*************** footer **********************/
.footer{
    margin-top: 100px;
}
.footer .container{
    display: flex;
}
.contact{
    width: 80%
}
.contact a{
    color: #000;
}
.contact ul:first-of-type{
    display: flex;
}
.contact ul:first-of-type li span:last-of-type{
    margin: 0 5px;
}
.contact ul:last-of-type{
    margin-top: 30px;
}
.contact ul:last-of-type li:last-of-type{
    margin-top: 5px;
}
.QR-code{
    width: 20%;
    text-align: right;
}
.contact-secondul img{
    width: 18px;
    height: 18px;
    
}
.contact-secondul li{
    display: flex;
}
.contact-secondul span{
    display: inline-block;
    /* padding-top: 5px; */
    margin-left: 7px;
}
.copyright{
    margin-top: 50px;
    color:#7E7A7A;
    text-align: center;
}

