body{
    background: #fff;
}
.topbanner img{
    width: 100%;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.zyjstit{
   padding: 40px 90px 20px;
}
.big-title{
    font-size: 32px;
    line-height: 52px;
    color: rgba(224, 50, 51, 1);
    text-align: center;
}
.top-right{
    float: right;
    margin-top: -18px;
}
.leftbox{
    float: left;
}
.newsbox{
    overflow: hidden;
    clear: both;
    margin-top: 30px;
}
.top-right li{
    width: 640px;
    position: relative;
    line-height: 60px;
    font-size: 22px;
    padding: 0 0 0 80px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    white-space: nowrap;
}
.top-right li:hover,.qwjd-box a:hover{
    color: rgba(224, 50, 51, 1);
}
.top-right li:before,.qwjd-box a:before{
    position: absolute;
    content: "";
    border:2px solid rgba(191, 4, 19, 1);
    left: 60px;
    top: 26px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
}
.leftbox img{
    width: 550px;
}
.more-btn{
    width: 88px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #000;
    border: 1px solid rgba(250, 206, 206, 1);
    display: block;
    font-size: 14px;
    margin: 0 auto;
}
.qwjd-box{
    overflow: hidden;
    background: rgba(255, 244, 229, 1);
    padding: 30px 40px;
    margin-bottom: 30px;
}
.qwjd-box a{
    position: relative;
    float: left;
    width: 50%;
    line-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 20px;
    white-space: nowrap;
    padding-right: 20px;
    font-size: 22px;
}
.qwjd-box a:before{
    left: 0;
}
.xglj-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.bigbg{
    background: url(../images/bg1.png) no-repeat right bottom;
    background-size: 100% 890px;
}
.newsbox {
    margin-bottom: 22px;
}
@media (max-width: 768px) {
    .container{width: 100%;padding:0 4vw;box-sizing: border-box;}
    .zyjstit{padding: 6vw 0vw 5vw;}
    .big-title{font-size: 5vw;line-height: 7vw;}
    .newsbox{margin-top: 5vw;}
    .top-right{clear: both;width: 100%;margin-top:4vw;}
    .qwjd-box a,.top-right li{width: 100%;font-size: 4vw;line-height: 9vw;padding: 0 0 0 3vw;}
    .top-right li:before, .qwjd-box a:before{width: 1vw;height:1vw;top: 3.5vw; left: 0;}
    .newsbox{margin-bottom: 3vw;}
    .qwjd-box{padding: 3vw;}
    .xglj-box{display: block;}
    .xglj-box img{margin-bottom: 3vw;}
    .bigbg{background-size: 100% 90vw;}
    /*.top-right{margin-top: 0;}*/
    .newsbox {
        margin-bottom: 5vw;
    }
}