.site-part {
    width: 1200px;
    overflow: hidden;
    padding: 0 10px;
    margin: 0 auto;
    background-color: #fff;
}

.banner-wrap {
    margin-top: 10px;
    width: 570px;
    height: 300px;   
    float: left;
}

   /*  */
.header-nav>ul{position: relative;}

.search{width:180px;position:absolute;top:-34px;right:0}
.search input{float:left}
.search .word{width:150px;height:31px;line-height:31px;background:#fff;border:1px #ccc solid;padding-left:10px;border-radius:5px 0 0 5px;outline:0;font-size:14px;box-sizing:border-box}
.search .submit{width:30px;height:30px;font-size:0;background:url(http://www.pdszx.gov.cn/upload/images/2023/9/80fe972338864a594bd899f8e64a64b2.png) no-repeat center center;background-size:18px;background-color:#fff;color:#fff;border:none;outline:0;cursor:pointer;border-radius:0 5px 5px 0}
/* end */

/* 轮播图样式 */
.banner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #d54a0f;
}

.banner * {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}

.banner .list {
    width: 1000%;
    height: 100%;
    position: absolute;
    left: -100%;
    overflow: hidden;
}

.banner .list.active {
    transition: 1s;
}

.banner .list li {
    width: 10%;
    height: 100%;
    position: relative;
    float: left;
    overflow: hidden;
    /* border-radius: 10px 10px 0 0; */
}

.banner .list li img {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    transition: 1s;
}

.banner .list li img:hover {
    transform: scale(1.02);
    opacity: 0.9;
}

.banner .list li p {
    position: absolute;
    transition: 1s all;
    bottom: 0;
    line-height: 40px;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    box-sizing: border-box;
    padding-right: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 18px;
    text-indent: 10px;
}

.banner .list li:hover p {
    background: rgba(0, 85, 193, 0.4);
    transition: 1s all;
}

/* .banner .listIndex {
    position: absolute;
    right: 10px;
    bottom: 13px;
    height: 7px;
    z-index: 10;
}

.banner .listIndex li {
    width: 15px;
    height: 100%;
    background: #999;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
    vertical-align: top;
}

.banner .listIndex li.active {
    background: #FFF;
} */

/* 轮播图样式end*/

.news{
    float: left;
    margin-left: 15px;
    width: 595px;
    margin-top: 11px;
}
.news-tit{
    border: 1px solid #ccc;
    border-bottom: 2px solid #e03f38;
    margin-bottom: 10px;
}
.news-tit h2{
    display: inline-block;
    padding: 0 10px;
    line-height: 36px;
    font-weight: 600;
  
    border-bottom: solid 2px #e03f38;
}
.news-tit span{
    line-height: 36px;
    margin-right: 20px;
    float: right;
    color: #999;
}
.news ul li{
    overflow: hidden;
    background: url(/images/spot.png) 5px no-repeat;
    padding-left: 20px;
    margin-top: 4px;
}
.news ul li a{
    display: block;
    line-height: 32px;
    height: 32px;
    color: #333;
    font-size: 17px;
width: calc(100% - 100px);
    float: left;
}
.news ul li span{
float: right;
    line-height: 32px;
    color: #666;
    font-size: 14px;
}

.news ul li a:hover{
    color: #cc3d0a;
}

/* 公用样式 */
.news ul,.news-tit span{
    display: none;
}

.news .active{
    display: block;
}
.preview ul,.preview-top span{
    display: none;
}
.preview .active,.preview{
    display: block;
}

/*  */

.survey{
    width: 200px;
    float: left;
    margin-top: 10px;
    overflow: hidden;
}
.survey-tit{
    background: linear-gradient(#fff, #dee4f7);
    border-left: 4px solid #e03f38;
    border-bottom: 1px solid #e2c2a6;
}
.survey-tit h3{
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    font-weight: 500;
    color: #ba0a15;
    margin-left: 15px;
}
.survey ul{
    background-color: #fff7ef;
    overflow: hidden;
}
.survey ul a{
    display: block;
    width: 154px;
    line-height: 32px;
    font-size: 17px;
    font-weight: 500;
    color: #e53f38;
    background-color: #ffe8d0;
    border-radius: 5px;
    margin: 10px auto;
    text-align: center;
    transition: all .5s;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}
.survey ul a:hover{
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    transition: all .5s;
}
.box-pub{
    border: 1px #ccc solid;
    border-radius: 5px;
    float: left;
}

.tit-pub{
    border-bottom: 1px #ccc solid;
    background: linear-gradient(#fff,#ededed);
}
.tit-pub h2{
    display: inline-block;
    font-size:17px;
    line-height: 29px;
    height: 29px;

}

.tit-pub h2 i{
    color: #e63540;
    background-color:#fff;
    font-size:17px;
    margin: 0 5px;
    line-height: 29px;

}
.tit-pub span{
    margin-right: 5px;
    float: right;
}
.tit-pub span a{
    display: block;
    line-height: 29px;
    color: #999;
}
.box-pub ul li{
overflow: hidden;
    background: url(/images/spot.png) 5px no-repeat;
    padding-left: 15px;
    padding-right: 5px;
    margin-top: 4px;
}
.box-pub ul li a{
    display: block;
    line-height: 33px;
    height: 33px;
    color: #333;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
width: calc(100% - 100px);
    float: left;
}
.box-pub ul li span{
    float: right;
    line-height: 32px;
    color: #666;
    font-size: 14px;
}
.box-pub ul li a:hover{
    color: #cc3d0a;
}

.report{
    margin-top: 10px;
    width: 480px;
    margin-left: 10px;
}
.report-top{
    margin-bottom: 6px;
}

.notice{
    margin-top: 10px;
    width: 480px;
    margin-left: 10px;
}
.notice-top{
    margin-bottom: 6px;
}

.rotation{
    border: 2px solid #ffe9d2;
    margin-top: 10px;
}
.links_scroll {
    position: relative;
    padding: 10px 0;
    overflow: hidden;
}

.links_scroll .prev,
.links_scroll .next {
    position: absolute;
    z-index: 3;
    top: 75px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    
}

.links_scroll .prev {
    left: -35px;
    transition: all .5s;

    background: url("/images/prev.png") no-repeat;
}

.links_scroll .next {
    right: -35px;
    transition: all .5s;
    background: url("/images/next.png") no-repeat;
}

.links_scroll:hover .prev{
    transition: all .5s;
    left: 10px;
}
.links_scroll:hover .next{
    transition: all .5s;

    right: 10px;
}
.links_scroll ul {
    overflow: hidden;
    width: 2400px;
    left: 0;
    position: relative;
}

.links_scroll ul.active {
    transition: left 1s;
}

.links_scroll ul li {
    width: 240px;
    float: left;
}

.links_scroll ul li:hover p{
    background: #f6f6f6;

}
.links_scroll ul li img {
    display: block;
    width: 95%;
    height: 160px;
    margin: 0 auto;
}

.links_scroll ul li p {
    width: 95%;
    margin: 0 auto;
    line-height: 35px;
    text-align: center;
    background: #f9f9f9;
    margin-top: 5px;
    font-size: 15px;
    padding: 0 40px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*  */
.site-gzcy{display:flex;justify-content:space-around;padding:10px 0;}
.site-gzcy a{display:block;text-align:center;width:22%;background-color:#fff7ef;padding:10px 0;transition:all 0.4s;}
.site-gzcy a:hover{box-shadow:0 1px 7px rgba(0,0,0,.2);}
.site-gzcy a p{color:#e63540;margin-top:10px;font-weight:600;font-size:16px;}
/* end */


.platform{
    width: 200px;
    float: left;
    margin-top: 10px;
    overflow: hidden;
}
.platform-tit{
    background: linear-gradient(#fff, #dee4f7);
    border-left: 4px solid #e03f38;
    border-bottom: 1px solid #e2c2a6;
}
.platform-tit h3{
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    font-weight: 500;
    color: #ba0a15;
    margin-left: 15px;
}
.platform ul{
    background-color: #fff7ef;
    overflow: hidden;
    padding-top: 12px;
}
.platform ul a{
    display: block;
    width: 178px;
    height: 47px;
    padding: 2px;
    border: 1px solid #dbdbdb;
    margin: 5px auto;
}
.platform ul img{
    width: 100%;
    height: 100%;
}
.Sheet{
    margin: 10px 0;
    height: 120px;
}
.Sheet img{
    width:100%;
    height:100%;
}
.preview{
    margin-top: 10px;
    width: 386px;
    margin-left: 10px;
}
.preview-top{
    margin-bottom: 6px;
}
.preview:nth-child(1){
    margin-left: 0;
}
.behavior{
    width: 1180px;
    margin-top: 10px;
}
.behavior-tit{
    overflow: hidden;
    border-bottom: 2px solid #e03f38;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 5px;
}
.behavior-tit h2{
    display: inline-block;
    padding: 0 10px;
    background-color: #e03f38;
    line-height: 35px;
    height: 35px;
    font-size: 17px;
    color: #fff;
}
.behavior-tit span{
    margin-right: 10px;
    float: right;
}
.behavior-tit span a{
    display: block;
    line-height: 29px;
    color: #999;
}
.behavior-cont{

}
.behavior-cont {
    position: relative;
    padding: 10px 0;
    overflow: hidden;
}

.behavior-cont .prev,
.behavior-cont .next {
    position: absolute;
    z-index: 3;
    top: 75px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    
}

.behavior-cont .prev {
    left: -35px;
    transition: all .5s;

    background: url("/images/prev.png") no-repeat;
}

.behavior-cont .next {
    right: -35px;
    transition: all .5s;
    background: url("/images/next.png") no-repeat;
}

.behavior-cont:hover .prev{
    transition: all .5s;
    left: 10px;
}
.behavior-cont:hover .next{
    transition: all .5s;

    right: 10px;
}
.behavior-cont ul {
    overflow: hidden;
    width: 2400px;
    left: 0;
    position: relative;
}

.behavior-cont ul.active {
    transition: left 1s;
}

.behavior-cont ul li {
    width: 240px;
    float: left;
}

.behavior-cont ul li:hover p{
    background: #f6f6f6;

}
.behavior-cont ul li img {
    display: block;
    width: 95%;
    height: 160px;
    margin: 0 auto;
}

.behavior-cont ul li p {
    width: 95%;
    margin: 0 auto;
    line-height: 35px;
    text-align: center;
    background: #f9f9f9;
    margin-top: 5px;
    font-size: 15px;
    padding: 0 40px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.other-links{
    width: 1180px;
    margin-top: 10px;
}
.other-links-tit{
    overflow: hidden;
    border-bottom: 2px solid #e03f38;

}
.other-links-tit h2{
    display: inline-block;
    padding: 0 10px;
    background-color: #e03f38;
    line-height: 35px;
    height: 35px;
    font-size: 17px;
    color: #fff;
}
.other-links-cont{
    display: flex;
    margin: 25px 0;
}

.other-links-cont select{
    flex: 1;
    margin: 0 10px;
    height: 35px;
    font-size: 16px;
}