﻿body {
    background: url(../images/headpic.jpg)top center no-repeat;
    background-size: 1920px 695px;
}

.mianpic {
    background: url(../images/footpic.png)bottom center no-repeat;
    background-size: 1920px 460px;
    padding-bottom: 20px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.webttop {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

.topleft li {
    font-size: 16px;
    margin-right: 15px;
    float: left;
}

.topleft li a {
    color: #4b4b4b;
}



.topright li {
    font-size: 16px;
    margin-left: 15px;
    float: left;
}

.headmid {
    display: flex;
    padding: 30px 0 65px 0;
    justify-content: space-between;
}



.topright li a {
    color: #4b4b4b;
    background: #fff;
    padding: 1px 9px;
    border-radius: 6px;
}


.webloge img {
    width: 600px;
}

.slhmod {
    margin-top: 30px;
}

.wza-box a {
    display: block;
    float: right;
    height: 23px;
    line-height: 23px;
    padding: 0 15px;
    font-size: 16px;
    letter-spacing: 0.32px;
}

.wza-box a.wza {
    background: #fff;
    color: #2A65B3;
    border: 1px solid #2A65B3;
    border-radius: 6px 0px 0px 6px;
}

.wza-box a.oldman {
    background: #2A65B3;
    color: #fff;
    border: 1px solid #2A65B3;
    border-radius: 0px 6px 6px 0px;
}

#formsub {
    display: flex;
    justify-content: center;
    background-color: #fff;
    border-radius: 25px;
    margin: 5px 0;
}


.search .text {
    width: 275px;
    height: 45px;
    font-size: 20px;
    text-indent: 1.25em;
    border-radius: 25px
}

.submit {
    width: 70px;
    background-color: #2A65B3;
    color: #fff;
    font-size: 20px;
    border-radius: 25px
}

/* 导航栏开始 */

.webnav ul {
    display: flex;
    font-size: 24px;
    justify-content: space-between;
}


.webnav ul li {
    padding: 10px 0;
}

.webnav ul li a {
    color: #2A65B3;
}

.webnav ul li a:hover {
    font-weight: 700;
}

.webnav ul li a span img {
    width: 29px;
    vertical-align: middle;
    margin-right: 6px;
    transition: 0.5s;
}

.webnav ul li a:hover span img {
    transform: rotateY(360deg);
}



.mian {
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(21, 85, 172, 0.1);
    /* background: #ffffff url(../images/news_top.png) no-repeat left top; */
    background: #ffffff no-repeat left top;
}

.webhudong {
    display: flex;
    justify-content: space-between;
}

.othermian {
    width: 49%;
    margin-top: 20px;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(21, 85, 172, 0.1);
    background-color: #ffffff;
}

.othermian h4 {
    position: relative;
    font-size: 24px;
    text-indent: 14px;
    background: url(../images/bg_line.png) bottom no-repeat;
    padding-bottom: 18px;
}

.othermian h4:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0px;
    width: 4px;
    height: 22px;
    background-color: rgb(32, 94, 175);
}

/* 头条新闻开始 */
.news-topmain {
    height: 100%;
    margin: 0 auto;
}

.news-top1 {
    width: 100%;
    text-align: center;
}

.news-top1 a {
    color: #4488C7;
    font-size: 32px;
    font-weight: bold;
    color: #da2220;
}

.topstyle {
    margin-top: 10px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    border-bottom: 2px solid #4588C6;
    padding-bottom: 20px;
}

.topstyle a {
    color: #7c7c7c;
    font-size: 18px;
    line-height: 24px;
}

.mr-15 {
    margin-right: 15px;
}

.ml-15 {
    margin-left: 15px;
}


/* 轮播图 */

.scollmod {
    margin-top: 20px;
}

.slider-container {
    width: 100%;
    max-width: 49%;
    height: 400px;
    position: relative;
    overflow: hidden;
    float: left;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    position: relative;
}

.slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.442);
    color: white;
    padding: 10px 10px;
    font-size: 16px;
}

.slider-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 3px 5px;
    border: none;
    cursor: pointer;
    font-size: 25px;
    transition: background 0.3s;
}

.slider-control:hover {
    background: rgba(0, 0, 0, 0.8);
}

.prev {
    left: 0;
    border-radius: 0 5px 5px 0;
}

.next {
    right: 0;
    border-radius: 5px 0 0 5px;
}

.indicator-dots {
    position: absolute;
    bottom: 12px;
    left: 95%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 2;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #fff;
    transform: scale(1.2);
}

.dot:hover {
    transform: scale(1.3);
}

.zwgkmods {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.zwgkmods li {
    width: 19%;
    border: 1px solid #f1f1f1;
    background: #fff;
    box-shadow: 0 .02667rem .21333rem rgba(40, 96, 174, .05);
    border-radius: 4px;
    display: inline-block;
    padding-bottom: 20px;
}


.zwgkmods li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zwgkmods li a span {
    color: #0366f1;
    font-size: 15px;
    border: 1px solid #0366f1;
    border-radius: 30px;
    padding: 5px 10px;
    transition: 0.5s;
}

.zwgkmods li a:hover span {
    background-color: #0366f1;
    color: #fff;
}

.zwgkmods li a img {
    width: 150px;
    transition: 0.8s;

}

.zwgkmods li a:hover img {
    transform: rotateY(360deg);
}

/* 新闻列表 */

.frbox {
    width: 49%;
}

.tab-title {
    height: 46px;
}

.tab-title .active {
    background-color: #E0EDFD;
    font-weight: 700;
}

.tab-title .active a {
    color: #0178d2
}

.tab-title li {
    flex: 1;
    font-size: 20px;
    line-height: 44px;
    max-width: 50%;
}

.tab-title a {
    display: block;
    padding: 0 14px;
}

.tab-content ul {
    display: none;
    margin-top: 4px;
}

.tab-content ul.active {
    display: block;
}

.tab-content li {
    padding: 2px 100px 0 5px;
    position: relative;
    line-height: 43px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab-content li a {
    color: #444;
    font-size: 16px;
}

.tab-content li a::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #868686;
    margin-right: 10px;
    vertical-align: middle;
}

.tab-content li a:hover {
    color: #4788d7;
}

.tab-content li span {
    position: absolute;
    right: 0;
    color: #999;
}

.scoll .flbox {
    width: 49%;
}

.scoll .frbox {
    width: 49%;
}


.mianmod {
    margin-top: 20px;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(21, 85, 172, 0.1);
    background-color: #ffffff;
}

.mianmod h4 {
    position: relative;
    font-size: 24px;
    text-indent: 14px;
    background: url(../images/bg_line.png) bottom no-repeat;
    padding-bottom: 18px;
}


.mianmod h4:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0px;
    width: 4px;
    height: 22px;
    background-color: rgb(32, 94, 175);
}

.titlemod:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -8px;
    width: 8px;
    height: 8px;
    background-color: #c4e1f0;
    border-radius: 50%;
}

.titlemod {
    position: relative;
    float: right;
    margin-left: 24px;
}

.titlemod a {
    font-size: 18px;
    color: #4488C7;
    line-height: 32px;
}

.ztzlmod img {
    width: 95px;
}

.tabmod {
    margin-top: 10px;
}

.tabmod .tab-title li {
    width: 100%;
    text-align: center;
}

.tabmod .tab-title .active a {
    border-bottom: 2.5px solid #2A65B3;
}

.tabmod .tab-title .active {
    background-color: transparent;

}


.tabmod .tab-content li a::before {
    display: none;
}

.bannermod img {
    width: 100%;
    margin-top: 20px;
    box-shadow: 0px 0px 10px 0px rgba(21, 85, 172, 0.1);
}
.banner02 {
    display: flex;
}

.banner02 img {
      width: 100%;
    margin-top: 20px;
    box-shadow: 0px 0px 10px 0px rgba(21, 85, 172, 0.1);
    height: 100px;
}


.content {
    width: 100%;
}

.content ul {
    display: none;
    margin-top: 4px;
}

.content ul.active {
    display: block;
}

.content li {
    padding: 2px 100px 0 5px;
    position: relative;
    line-height: 43px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px dotted #ccc;
}

.content li a {
    color: #444;
    font-size: 16px;
}

.content li a:hover {
    color: #4788d7;
}

.content li span {
    position: absolute;
    right: 0;
    color: #999;
}

.othermian .frbox {
    width: 100%;
}

.fastmod ul {
    margin-top: 15px;
}

.fastmod ul li {
    display: flex;
    float: left;
    width: 266px;
    height: 108px;
    margin-bottom: 15px;
    margin-right: 15px;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    background: url(../images/fastmod_bg.png);
}

.fastmod ul li a {
    display: flex;
    align-items: center;
}

.fastmod ul li span {
    font-size: 16px;
    font-weight: normal;
    color: #555;
}

.fastmod ul li span img {
    width: 58px;
    margin-right: 15px;
}

.fastmod ul li:nth-child(1) {
    background-color: #fef0ed;
}

.fastmod ul li:nth-child(2) {
    background-color: #f2f7fe;
}

.fastmod ul li:nth-child(3) {
    background-color: #f1fbe8;
}

.fastmod ul li:nth-child(4) {
    background-color: #fff7ee;
}

.fastmod ul li:nth-child(5) {
    background-color: #f9e1c1;
}

.fastmod ul li:nth-child(6) {
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
}

.fastmod ul li:nth-child(6) img {
    width: 225px;
    margin-right: 0;
}


.fastmod ul li:nth-child(2n) {
    margin-right: 0;
}

.fastmod ul li:nth-child(5) {
    margin-bottom: 0;
}

.fastmod ul li:nth-child(6) {
    margin-bottom: 0;
}

.mianmod h5 {
    color: #0178d2;
    font-size: 24px;
    float: left;
}


/*轮播图样式，外层只需规定宽高即可*/
.banner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.banner * {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}

.banner ul {
    width: 100%;
    height: 100%;
    position: relative;
    left: -100%;
    top: 0;
    transition: 0.5s;
    font-size: 0;
    -webkit-text-size-adjust: none;
    white-space: nowrap;
}

.banner ul.active {
    transition: 0s;
}

.banner ul li {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.banner ul li img {
    width: 100%;
    height: 352px;
    border: none;
    display: block;
    border-radius: 6px;
}

.banner ul li p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 35px;
    line-height: 40px;
    width: 100%;
    background: url("https://www.pds.gov.cn/images/site2021/banner-bg.png") left bottom repeat-x;
    box-sizing: border-box;
    padding-right: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 15px;
    text-indent: 10px;
}

.banner ol {
    position: absolute;
    right: 10px;
    bottom: 15px;
    height: 10px;
    z-index: 10;
}

.banner ol li {
    width: 10px;
    height: 100%;
    background: #fff;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
    vertical-align: top;
    border-radius: 10px;
    transition: 0.5s;
}

.banner ol li.active {
    background: #c50018;
    width: 40px;
}

.banner .prev,
.banner .next {
    position: absolute;
    z-index: 20;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 50px;
    background: url(https://www.pds.gov.cn/images/site2021/icon.png);
    cursor: pointer;
    opacity: 0.3;
    transition: opacity 0.3s;
}

.banner:hover .prev,
.banner:hover .next {
    opacity: 1;
}

.banner .prev {
    left: 10px;
    background-position: left bottom;
}

.banner .next {
    right: 10px;
}

.banner.fade ul {
    left: 0;
}

.banner.fade ul li {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s linear;
}

.banner.fade ul li.active {
    z-index: 1;
    opacity: 1;
}

.banner.lot .lotBox {
    width: 25%;
    height: 100%;
    position: relative;
}

.banner.lot ul li {
    padding: 0 3%;
    box-sizing: border-box;
}

.banner.lot ul li p {
    position: static;
    padding: 0;
    background: none;
    text-indent: 0;
    color: #333;
    text-align: center;
}

.banner.updown ul {
    left: 0;
    top: -100%;
}

.banner.updown ul li {
    display: block;
}

.banner.updown ol {
    left: 50%;
    right: auto;
    margin-left: -60px;
}

.links_scroll li a {
    display: block;
    position: relative;
    height: 111px;
    color: #5069a9;
    white-space: normal;
    overflow: hidden;
    border-radius: 6px;
}

.links_scroll li a img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.links_scroll li a:hover img {
    transform: scale(1.1);
    transition: all 0.6s;
}

.spcolumn .banner {
    width: 102%;
    margin-left: -12px;
}

.newlist .listbox {
    width: 49%;
}

.newlist .listbox .titlebox {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.newlist .listbox .title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
}

.newlist .listbox .list02 {
    background: #fff;
    margin-top: 10px;
    padding: 0;
}


/* 栏目页样式 */
.channel {
    background-image: none;
}

.path {
    line-height: 50px;
    border-bottom: 1px solid #e6e6e6;
    /* padding-left: 15px; */
    font-size: 16px;
}

.path a {
    font-size: 16px;
}

.channel-wrap {
    margin-top: 25px;
}

.channel-list {
    width: 255px;
    line-height: 60px;
    text-align: center;
}

.channel-list p {
    color: #fff;
    font-size: 22px;
    line-height: 55px;
    background-image: linear-gradient(to right, var(--red), #a0cfff);
}

.channel-list a {
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #ffffff;
    background: #f6f6f6;
    font-size: 18px;
    text-align: left;
    padding: 0 20px;
    position: relative;
    transition: all .3s;
}

.channel-list a:after {
    display: block;
    content: " ";
    position: absolute;
    right: 7%;
    top: 50%;
    width: 6px;
    height: 11px;
    margin-top: -5px;
    background: url(../images/channelList.png) no-repeat;
}

.channel-list a.active,
.channel-list a:hover {
    color: var(--red);
    padding-left: 35px;
    background: #dadada;
}

.channel-list a.active:after,
.channel-list a:hover:after {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid var(--red);
    border-color: transparent transparent transparent var(--red);
    right: 4%;
    top: 50%;
    margin-top: -5px;
    background: none;
}

.channel-contents {
    width: 880px;
    padding-right: 20px;
}

.channel-title {
    height: 45px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
}

.channel-title span {
    display: inline-block;
    font-size: 20px;
    color: #2A65B3;
    font-weight: 600;
    padding: 0 5px;
    border-bottom: 3px solid;
    /* border-image: linear-gradient(-90deg, #ef9683, var(--red)) 10; */
    line-height: 43px;
}

.channel-title i img{
    width: 20px;
    vertical-align: text-bottom;
}

.content-list {
    padding: 20px 0;
}

.content-list li {
    line-height: 43px;
    padding-left: 15px;
    background: url(../images/li-bg.png) left center no-repeat;
    transition: all .2s;
}

.content-list li span {
    float: right;
    font-size: 14px;
    color: #adadad;
}

.content-list li:hover {
    padding-left: 20px;
    box-shadow: 0 0 11px -2px #cbcbcb;
}

.page-nav {
    text-align: center;
    font-size: 15px;
    margin: 20px 0;
}

.page-nav a {
    display: inline-block;
    padding: 3px 7px;
    margin: 0 2px;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
}

.page-nav a.on {
    border: none;
    color: var(--red);
    font-weight: 600;
}

/* 内容页 */


/* text start */

.maintext {
    padding: 20px;
}

.maintext h4 {
    padding: 20px 0;
    font-size: 25px;
    width: 755px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5em;

}

.maintext .times {
    padding: 10px;
    background-color: rgb(237 236 236);
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.mainp {
    padding: 20px;
}

.mainp p {
    line-height: 2em;
    margin-bottom: 15px;

}

.moremods {
    padding: 40px 0;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    color: #666;
}

.moremods .dayin {
    margin-left: 40px;
    color: #666;
}

.moremods,
.abtext,
.nxtext {
    margin-bottom: 20px;
}

/* text end */

.search-result {
    padding: 36px;
    background-color: #fff;
}

.search-list li {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.search-list li+li .partitions {
    /* height: 12px; */
    /* background: #f5f9ff; */
    /* border-radius: 1px; */
    border-top: 1px solid #d3d3d3;
    /* margin-bottom: 31px; */
}

.search-list h2 {
    margin-bottom: 28px;
    font-size: 20px;
    color: #025293;
    line-height: 36px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-list h2 em {
    padding: 0 8px;
    color: #166FC6;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #166FC6;
    border-radius: 3px;
    margin-right: 12px;
    line-height: 24px;
    vertical-align: middle;
    font-style: normal;
}

.search-list .des {
    overflow: hidden;
}

.search-list .des>img {
    float: left;
    width: 173px;
    height: 115px;
    margin-right: 15px;
    object-fit: contain;
}

.search-list .des>p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 57px;
    text-overflow: ellipsis;
    line-height: 26px;
    color: #333;
    margin-bottom: 10px;
}

.search-list .des>img+p {
    margin-top: 10px;
}

.search-list .des>span {
    color: #999;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}

.search-list .des>span+span {
    float: right;
}

.search-none {
    width: 300px;
    margin: 0 auto;
}

.search-none .title {
    margin-top: 38px;
    font-weight: bold;
    color: #333;
    line-height: 22px;
    margin-bottom: 12px;
}

.search-none li {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.search-loading {
    text-align: center;
    padding: 50px 0;
    line-height: 50px;
}


/* table */



/* table start */

.channel-title i {
    display: inline-block;
    font-size: 18px;
    color: var(--font-gray);
    font-weight: 600;
    padding: 0 5px;
    line-height: 43px;
    font-weight: 400;
    margin-left: 18px;
}

.channeltable ul {
    overflow: hidden;
}

.channeltable ul .thead span {
    display: block;
    font-weight: 700;
    background-color: #e6e6e6;
    border: 1px transparent #000;
}

.channeltable {
    /* border: 1px solid #E6E6E6; */
}

.channeltable .w1 {
    width: 10%;
}

.channeltable .w2 {
    width: 50%;
    padding: 0 5px;
    overflow: hidden;
}


.channeltable .w3 {
    width: 25%;
}

.channeltable .w4 {
    width: 15%;
}

.channeltable ul li span {
    float: left;
    display: block;
    width: 341px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #e6e6e6;
}

/* table end */  

/* letter_content start*/
.letter-msg,
.reply-msg{
    margin-bottom: 25px;
}
.letter-msg p,
.reply-msg p{
    line-height: 45px;
    height: 45px;
    background: #0666B0;
    color: #fff;
    font-size: 18px;
    padding: 0 15px;
}

.letter-msg table td,
.reply-msg table td{
    line-height: 30px;
    padding: 7px;

}
.letter-msg table td.msg-title,
.reply-msg table td.msg-title{
    width: 10%;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    text-align: center;
}
.letter-msg table td.msg-value,
.reply-msg table td.msg-value{
    width: 90%;
    border: 1px solid #d6d6d6;
    border-top: none;
    word-break: break-all;
}
.letter-msg table{
    width: 100%;
}
/* letter_content end */

/* footer start */
.webfoot {
    background-color: #4488C7;
    padding-top: 30px;
}

.frsfooter .w1200 ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.frsfooter .w1200 ul li {
    display: flex;
    width: 130px;
    background-color: #ffffff35;
    height: 120px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.frsfooter .w1200 ul li a {
    text-align: center;
}

.frsfooter .w1200 ul li a p {
    color: #fff;
}

.frsfooter .w1200 ul li a img {
    margin-bottom: 7px;
    width: 90px;
}



.frsfooter .w1200 ul .textox {
    width: 280px;
}

.frsfooter .w1200 ul .textox p {
    line-height: 32px;
    text-align: left;
}

.scdfoooter {
    line-height: 40px;
    background: #ffffff35;
}

.scdfoooter .w1200 {
    display: flex;
    line-height: 40px;
    justify-content: space-between;
}

.scdfoooter .w1200 p {
    color: #ffffff;
}


.scdfoooter .w1200 p a{
    color: #ffffff;
}

.friend-link{background:#8d8d8d;padding:10px 0}
.friend-link .links{display:flex;justify-content:space-between}
.friend-link select{width:299px;height:26px;background:0 0;color:#fff;text-align:center;border:none;border-left:2px solid #959595;font-size:15px}
.friend-link select:last-child{border-right:2px solid #959595}