.headerbox2 {
    width: 1200px;
    margin: 0 auto;
}

.logobox {
    font-size: 42px;
    color: #ffffff;
    font-weight: bold;
    padding: 50px 0 10px 40px;
}
.logobox1 {
    font-size: 35px;
    font-weight: bold;
    padding: 10px 10px 40px 130px;
    color:#ffffff;
}
.logobox1:hover {
    color: white;
}
.zctext{
    max-width: 500px;
    /*1. 先强制一行内显示文本*/
    white-space: nowrap;
    /*2. 超出的部分隐藏*/
    overflow: hidden;
    /*3. 文字用省略号替代超出的部分*/
    text-overflow: ellipsis;
}
.zcdate{
    color: #999999;
}
.xxgkzd li{
    margin-bottom: 20px;
}

.xxgkzd2 li{
    margin-bottom: 10px;
}

.zntest{
    width: 745px;
    overflow: auto;
    float: left;
    padding-left: 10px;

}

.zntest-1::-webkit-scrollbar {/*滚动条整体样式*/
        width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
}
.zntest-1::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 5px rgba(15, 42, 196, 0.2);
        background: #2D66A5;
}
.zntest-1::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #EDEDED;
}

.zsjg{
    color: #185AAE;
    position: relative;
    font-size: 16px;
    padding-left: 20px;
    margin: 20px 0px 0px;
}
.zsjg::before{
    content: "";
    position: absolute;
    left: 10px;
    top: 6px;
    width: 4px;
    height: 20px;
    background: #185AAE;
    border-radius: 4px;
}

.xxgkright-title{
    width: 745px;
    border-bottom: 1px solid #BDBDBD;
}

.pcimg{
   width: 240px;
   height: 70px;
}