@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{
    max-width: 100% !important;
}
.show-zw li{list-style: disc !important;}
.show-zw ul{list-style: disc !important;}
.news-banner{
    height: 280px;
    background: url(../img/news-banner.png) no-repeat center;
}
.news-banner h1{
    font-size: 50px;
    text-align: center;
    line-height: 280px;
    color: #FFF;
}
.news-list{
    padding-top: 60px;
    padding-bottom: 60px;
}
.news-list > div:first-child{
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.news-list > div:first-child > div{
    border-bottom: 1px dashed #cccccc;
}
.news-list > div:first-child > div:last-child{
    border-bottom: 0;
}
.news-list > div:first-child > div h3{
    font-size: 22px;
    line-height: 32px;
    color: #213047;
}
.news-list > div:first-child> div p{
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}
.news-list > ul:first-child{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #e0e0e0;
}
.news-list > ul:first-child li{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #e0e0e0;
}
.news-list > ul:first-child li > a img{
    width: 100%;
}
.news-list > ul:first-child li > div h3{
    font-size: 22px;
    line-height: 32px;
    color: #213047;
    margin: 10px 0;
}
.news-list > ul:first-child li > div p{
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}
.show-div{
    margin: 35px 0 15px;
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    overflow: hidden;
}
.show-div > p{
    padding: 0;
    margin: 0;
}
.show-div > p a{
    color: #666666;
}
.show{
    margin: 0 0 60px;
}
.show > div{
    padding: 40px;
    border: 1px solid #cccccc;
}
.show > div > h1{
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    color: #213047;
}
.show > div > h1+p{
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 5px;
}
.show-zw{
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}
.show-zw img{
    max-width: 100%;
}
.show-page{
    height: auto;
    overflow: hidden;
}
.show-page p{
    font-size: 22px;
    line-height: 42px;
    color: #213047;
    margin: 0;
}
.show-page a{
    color: #213047;
}


/*wiki*/
.hy101-div{
    position: relative;
    overflow: hidden;
}
.banna-section{
    background-image: url("../img/hyzq/hy101.jpg");
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% -4.33666px;
}
.background-media {
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 1;
    overflow: hidden;
}
.background-media, .background-overlay {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}
.background-overlay {
    z-index: 2;
    background-color: rgba(33,48,71,0.7);
}
.container, .container-fluid {
    position: relative;
    z-index: 3;
}
.hy101-w{
    padding-top: 60px;
    padding-bottom: 60px;
    background:rgba(255, 255, 255, 0.8);
}
.hy101-w h1{
    font-size: 36px;
    line-height: 36px;
    color: #000;
    margin: 0 0 50px;
    text-align: center;
}
.hy101-w h2{
    font-size: 26px;
    line-height: 50px;
    width: 140px;
    color: #FFF;
    text-align: center;
    background: #377ce5;
    margin: 0 0 20px;
    display: inline-block;;
}
.hy101-w p{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin: 0;
}
.hy101-w h2+p+h2{
    margin-top: 40px;
}






@media (max-width: 767px) {
    .news-list > div:first-child{
        margin-right: 5px;
        margin-left: 5px;
    }
    .show > div{
        padding: 15px;
    }
    .show-page p{
        font-size: 16px;
        line-height: 26px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap
    }
    .hy101-w > div:last-child{
        margin-top: 30px;
    }
}
@media (min-width:768px){
    .news-list > div:first-child > div{
    }
}