html,body,p,div,input{
    margin: 0;
    padding: 0;

}
body{
    min-width: 1200px;
}
input{
    background:none;
    outline:none;
    border:1px solid #ccc;
}
/*input:focus{*/
/*    border:none;*/
/*}*/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.page_div{margin:32px auto 35px;color:#666;text-align: center;}
/* 页数按钮样式 */
.page_div button{display:inline-block;min-width:30px;border-radius:4px;height:30px;cursor:pointer;color:#7a7a7a;font-size:14px;line-height:28px;background-color:#ffffff;border:1px solid #e6e6e6;text-align:center;margin:0 4px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
#firstPage,#lastPage,#nextPage,#prePage{width:50px;color:#7a7a7a;border:1px solid #e6e6e6}
#nextPage,#prePage{width:70px}
.page_div .current{background-color:#0075e6;border-color:#0075e6;color:#FFF}
/* 页面数量 */
.totalPages{margin:0 10px}
.totalPages span,.totalSize span{color:#0073A9;margin:0 5px}
/*button禁用*/
.page_div button:disabled{opacity:.5;cursor:no-drop}
.content{
    width: 1200px;
    margin: 29px auto 0;
    position: relative;
}
.width200{
    width: 1200px;
    margin: auto;
}
.title{
    background-image: url(/images/xx-top.png);
    width: 100%;
    height: 104px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bottom{
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    background-image: url(/images/bottom.png);
    width: 100%;
    height: 99px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.nav{
    width: 100%;
    height: 64px;
    box-shadow: 0px 3px 3px 2px rgba(170,170,170,0.75);
    /*box-shadow: 0px 10px 30px 0px rgba(170, 170, 170, 0.75);*/
    margin-bottom: 7px;
}
.nav div{
    float: left;
    width: 50%;
    text-align: center;
    line-height: 64px;
    font-size: 20px;
    border-left: 1px solid #dedede;
    color: #13599f;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav div:nth-of-type(1){
    border-left: none;
}
.nav .nav-active{
    background: #1368be;
    color: #ffffff;
    font-weight: bold;
}

.small-nav{
    margin-top: 13px;
    margin-bottom: 20px;
    text-align: center;
}

.small-nav div{
    display: inline-block;
    margin-left: 2%;
    text-align: center;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    background: #f0f0f0;
    cursor: pointer;
    box-sizing: border-box;
    width: 25%;
    color: #333333;
    font-size: 16px;
}

.small-nav .nav-active{
    background: #3d91e5;
    color: #ffffff;
    font-weight: bold;
}

.search{
    display: flex;
    height: 60px;
    justify-content: space-between;
    margin-bottom: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search input,.search .time{
    float: left;
    margin-left: 15px;
    width: 310px;
    height: 100%;
    border-radius: 3px;
    padding-left: 14px;
    box-shadow: 0px 3px 7px 0px
    rgba(170, 170, 170, 0.75);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}

.search .inputBox{
    display: flex;
    flex: 1;
    justify-content: space-between;
    height: 100%;
    float: left;
}

.search input:first-child{
    margin-left: 0;
}

.search-btn{
    float: right;
    width: 200px;
    margin-left: 20px;
    height: 100%;
    background: #08dffb;
    border-radius: 3px;
    justify-content: center;
    padding: 0 63px 0 52px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.search-btn img{
    float: left;
    width: 33px;
    height: 34px;
    display: block;
    margin-top: 13px;
}
.search-btn p{
    float: right;
    color: #ffffff;
    font-size: 20px;
    line-height: 60px;
}
.box{
    margin: 0 auto;
    width: 1193px;
    border: solid 1px #e6e6e6;
    min-height: 427px;
}
.box-title{
    height: 41px;
    background-color: #ebebeb;
    border-radius: 2px;
}

.box-title {
    display: flex;
}

.box-title p,
.box-title div{
    flex: 1;
    float: left;
    text-align: center;
    color: #333333;
    font-size: 12px;
    border-left: 1px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 15px;
}
.popup-info .popup-li div span.wrap{
    display: flex;
    width: 100%;
    white-space: normal;
    line-height: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 54px;
}
.box-info-ul .flexbox {
    /*display: inline-block;*/
    display: block;
    width: 100%;
    white-space: normal;
    line-height: 17px;
    margin: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0 2px;
    box-sizing: border-box;
}
.no-data{
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-top: 10px;
}
.box-title div:nth-of-type(1){
    border-left: none;
}

.box-title div:last-child{
    width: 90px;
    cursor: pointer;
}
.box-one{
    width: 47px;
    flex: none!important;
}
.box-two{
    width: 163px;
}
.box-three{
    width: 163px;
}
.box-four{
    width: 163px;
}
.box-five{
    width: 163px;
}
.box-six{
    width: 163px;
}
.box-seven{
    width: 163px;
}
.operation{
    width: 163px;
}

.box-info-ul:nth-of-type(2n){
    background: #f2f8fe;
}

.box-info-ul{
    display: flex;
}

.box-info-ul p{
    flex: 1;
    float: left;
    height: 52px;
    line-height: 52px;
    color: #333333;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    height: 52px;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
}
.box-info-ul .openPopup,.box-info-ul .listdown{
    cursor: pointer;
    color: #4052db;
}

.overly{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.4);
    width: 100%;
    height: 100%;
}
.popup-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding-bottom: 53px;
    background: #ffffff;
    width: 1014px;
    box-shadow: 0px 3px 7px 0px
    rgba(0, 0, 0, 0.35);
    border: solid 1px #d3d3d3;
    z-index: 2;
}
.popup-title{
    height: 42px;
    background: rgb(248,248,248);
    justify-content: space-between;
    margin-bottom: 20px;
}
.popup-title p{
    float: left;
    font-size: 14px;
    line-height: 42px;
    color: #0163b7;
    font-weight: bold;
    padding-left: 30px;
}
.popup-title img{
    float: right;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-top: 8px;
    cursor: pointer;
}
.popup-info{
    height: 505px;
    overflow-y: scroll;
    justify-content: space-between;
    margin: 0 53px;
    border-top: 1px solid #eaedf7;
}

.popup-info .popup-li{
    width: 100%;
    height: 54px;
    /* display: inline-block; */
    line-height: 54px;
    color: #797979;
    font-size: 14px;
    border-bottom: 1px solid #eaedf7;
}

.popup-info .popup-li-last{
    width: 99%;
}

.popup-info .left .popup-li{
    border-bottom: 1px solid #eaedf7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popup-info .right .popup-li{
    border-top: 1px solid #eaedf7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popup-info .popup-li div{
    display: inline-block;
    padding-left: 14px;
    width: 170px;
    background: rgb(247,246,249);
    box-sizing: border-box;
    vertical-align: middle;
}
.popup-info .popup-li p{
    display: inline-block;
    vertical-align: middle;
    width: 66%;
    text-align: left;
    line-height: 54px;
    height: 54px;
    padding-left: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#PZMX,#scdz{
    width: 100%;
    height: auto;
}

#PZMX>p{
    height: auto;
    padding-left: 0;
}

#scdz>p{
    height: auto;
}

#PZMX li > div{
    background: transparent;
}

#PZMX li{
    list-style: none;
    /* border-bottom: 1px solid rgb(234, 237, 247); */
}

#PZMX .last{
    margin-bottom: 100px;
}

#PZMX .last:last-child{
    margin-bottom: 0;
}

.popup-info .popup-li-two{
    display: none;
}
.popup-div{
    height: 107px;
    /*line-height: 108px;*/
    color: #797979;
    font-size: 14px;
}
/*.right .popup-div{*/
/*    border-bottom: 1px solid #eaedf7;*/
/*}*/
.popup-div p{
    float: left;
    width: 34%;
    background: rgb(247,246,249);
    text-align: center;
    line-height: 107px;
}
.popup-div div{
    float: left;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popup-div div img{
    margin-top: 24px;
    display: block;
    float: left;
    margin-right: 20px;
    width: 55px;
    height: 55px;

}
.popup-div div .pop-img{
    width: 63px;
    height: 59px;
}
.popup-div div video{
    height: 100px;
    margin-top: 3px;
}
.popup-div div audio{
    width: 200px;
    height: 27px;
}
.right .popup-div div span{
    color: rgb(200,34,18);
    line-height: 107px;
}
.right .popup-div div p{
    color: rgb(200,34,18);
}
.left .popup-div div .text{
    display: block;
    text-align: center;
    color: rgb(200,34,18);
    background: rgba(0,0,0,0);
    line-height: 20px;
    margin-top: 34px;
}
.left .popup-div div .text span{
    display: block;
    text-align: center;
    width: 100px;
}

.qs-popup .popup-info .popup-li{
    color: #333333;
}
.qs-content .nav div{
    width: 33.33%;
}
.qs-popup-title{
    margin-bottom: 60px;
}
.qs-box-one .box-one{
    width: 130px;
}
.qs-box-one .box-two{
    width: 146px;
}
.qs-box-one .box-three{
    width: 134px;
}
.qs-box-one .box-four{
    width: 139px;
}
.qs-box-one .box-five {
    width: 146px;
}
.qs-box-one .box-six{
    width: 142px;
}
.qs-box-one .box-seven{
    width: 124px;
}
.qs-box-one .box-eight{
    width: 94px;
}
.qs-box-one .box-nine{
    width: 77px;
}
.qs-box-one .box-ten{
    width: 53px;
}
.qs-box-one .box-info-ul .box-seven{
    color: #333333;
}
.qs-box-one .box-info-ul{
    cursor: pointer;
}
.box{
    scrollbar-width: thin;
}
.box::-webkit-scrollbar {
    width:4px;
    height: 6px;
}
/* 滚动槽 */
.box::-webkit-scrollbar-track {
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.2);
    border-radius:10px;
    background:rgba(0,0,0,0.1);/* 滚动槽背景颜色 */
}
/* 滚动条滑块 */
.box::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(64,158,255,.5);
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
.box::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(64,158,255,.5);
}