﻿.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.Webnav {
    background-color: #1159BB;
}

.Webnav ul {
    display: flex;
    justify-content: space-between;
}

.Webnav ul li {
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.Webnav ul li a {
    width: 100%;
    display: inline-block;
    color: #fff;
    padding: 15px 0;
}

.Webnav ul .active a {
    background-color: #004195;
}

.Webnav ul li a:hover {
    background-color: #004195;
}

/*热点推荐*/
.Webkeyword {
    margin-bottom: 20px;
}

.Webkeyword h1,
.Webkeyword h2 {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Webkeyword h1 {
    font-size: 2.5em;
    line-height: 1.4;
    font-weight: 600;
}

.Webkeyword h2 {
    font-size: 1.125rem;
    color: var(--color);
    line-height: 1.8;
    font-weight: normal;
    margin-left: 20px;
}

.Webkeyword h1 a,
.Webkeyword h2 a {
    margin-left: 20px;
    color: #1F58B7;
}

.Webkeyword h2 a:hover {
    color: red;
}



/* 左侧列表  */

.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%;
}



/* 横幅 */

.flagmod {
    overflow: hidden;
}

.flagmod a img {
    margin-top: 10px;
    width: 100%;
    height: 109px;
}

.flagmod a:hover img {
    transform: scale(1.1);
    transition: all 0.6s;
}

/* 专题专栏 */
.spcolumn {
    margin-top: 30px;
}

.spcolumn .left {
    width: 63%;
}

.spcolumn .right {
    width: 34%;
}

.spcolumn .listbox .titlebox {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.spcolumn .listbox .title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
}

.listbox .list {
    margin-top: 20px;
    width: 48%;
}

.listbox .list .title01 {
    border-bottom: 1px solid #ccc;
}

.listbox .list .tname {
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
}

.list01 ul li {
    height: 42px;
    line-height: 42px;
}

.list01 ul li a:hover {
    color: #0178d2;
    transition: all 0.6s;
    margin-left: 5px;
}

.list01 ul li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #0178d2;
    margin-right: 10px;
    vertical-align: middle;
    /* border: 4px; */
}

.list01 .timer {
    float: right;
    color: #acacac;
}

.list02 {
    margin-top: 20px;
    padding: 10px;
    background: #f5f5f5;
}

.list02 ul li {
    height: 37px;
    line-height: 37px;
}

.list02 ul li a:hover {
    color: #0178d2;
    transition: all 0.6s;
    margin-left: 5px;
}

.list02 ul li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #0178d2;
    margin-right: 10px;
    vertical-align: middle;
}

.list02 .timer {
    float: right;
    color: #ccc;
}

/* 友联 */


.yq-link {
    background-color: #eef3f8;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 20px;
}

.link-list {
    width: 1200px;
    margin: 0 auto;
}

.link-list li {
    width: 26%;
    float: left;
    line-height: 45px;
    height: 45px;
    position: relative;
    text-indent: 65px;
    color: #333;
    cursor: pointer;
}

.link-list li:first-child {
    margin-left: -51px;
}

.link-list li::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #b7c4d1;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.link-list li::after {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    border-top-color: #7f92a5;
    top: 23px;
    right: 15px;
}

.link-list li.active::after {
    border-color: transparent;
    border-bottom-color: #7f92a5;
    top: 17px;
}

.link-item {
    border-top: 1px solid #e9e9e9;
}

.link-item ul {
    width: 1200px;
    margin: 0 auto;
}

.link-item ul li {
    overflow: hidden;
    padding: 10px 0;
    color: #666;
    display: none;
}

.link-item ul li.active {
    display: block;
}

.link-item ul li a {
    float: left;
    width: 20%;
    line-height: 40px;
    font-size: 0.875rem;
}

/*轮播图样式，外层只需规定宽高即可*/
.banner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.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;
}

.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;
    transition: 0.5s;
    border-radius: 6px;
}

.banner ol li.active {
    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;
}



.infobox {
    margin-top: 20px;
}


.h4 h4 {
    margin-top: 35px;
    text-align: center;
    font-family: 'Microsoft YaHei';
    font-size: 30px;
    font-weight: 700;
    color: #115ABB;
    background: url(../images/sthkg_bg.png)no-repeat center;
}

.modbox ul {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.modbox ul li {
    width: 290px;
    height: 250px;
    overflow: hidden;
}

.modbox ul li a:hover img{
    transform: scale(1.1);
    transition: all 0.6s;

}

.picbox{
    margin-top: 25px;

}



.picbox ul {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.picbox ul li {
    width: 390px;
    height: 250px;
    overflow: hidden;
}

.picbox ul li a:hover img{
    transform: scale(1.1);
    transition: all 0.6s;
}


.ztzlmod {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    height: 250px;
}

.ztzl .lfbox {
    width: 612px;
    overflow: hidden;
}


.ztzl .rgbox {
    width: 47.5%;

}

.ztzl .rgbox ul li {
    float: left;
    height: 117px;
    width: 278px;
    overflow: hidden;
}

.ztzl .rgbox ul li {
    border: 1px solid #ccc;
}

.ztzl .rgbox ul li a img {
    height: 117px;
    width: 278px;
}

.ztzl .rgbox ul li:nth-child(1) {
    margin-right: 14px;
}

.ztzl .rgbox ul li:nth-child(3) {
    margin-right: 14px;
    margin-top: 15px;
}

.ztzl .rgbox ul li:nth-child(4) {
    margin-top: 15px;
}


.ztzl a:hover img {
    transform: scale(1.1);
    transition: all 0.6s;
}

.footer img {
    width: 1920px;
}

.header img {
    width: 1626px;
}

.picbox ul li a {
    position: relative;
}

.picbox ul li a h3 {
    position: absolute;
    width: 100%;
    line-height: 35px;
    background-color: #444444e0;
    top: -18px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}

.picbox ul li a img {
    width: 390px;
    height: 250px;
}

.modbox img {
    width: 100%;
    height: 100%;
}

.info .frbox{
    float: left;
    width: 49%;
}

.info .flbox{
    width: 49%;

    height: 100%;
    float: right;
}


.info .flbox ul li {
    background-color: #EFF6FF;
    float: left;
    width: 283px;
    height: 100px;
    margin-top: 19px;
    margin-left: 10px;
}

.info .flbox ul li:nth-child(3){
    background: #FFEBD8;
}
.info .flbox ul li:nth-child(4){
    background: #FFEBD8;
}

.info .flbox ul li a{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.info .flbox ul li a img{
    margin-right:15px;
    width: 64px;
}


.info .flbox ul li a:hover{
    background: #FFEBD8;
}


.info .flbox ul li:nth-child(3) a:hover{
    background: #EFF6FF;
}

.info .flbox ul li:nth-child(4) a:hover{
    background: #EFF6FF;
}




.header{
    text-align: center;
}




.wza-box a {
    display: block;
    float: right;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    font-size: 18px;
    letter-spacing: 0.32px;
}

.wza-box a.wza {
    background: #fff;
    color: #305EDA;
    border: 1px solid #305EDA;
    border-radius: 2px 0px 0px 2px;
}

.wza-box a.oldman {
    background: #305EDA;
    color: #fff;
    border: 1px solid #305EDA;
    border-radius: 0px 2px 2px 0px;
}

.header{
    height: 465px;
    background: url(../images/headbgc.png) center no-repeat;
    background-size: cover;  /* 图片覆盖容器，比例不变 */
    background-position: center;  /* 图片居中显示 */
    background-repeat: no-repeat;
}
.headtop{
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}

.logo{
    width: 330px;
}


.logo img {
    width: 100%;
}

.search{
    margin-top: 40px;
}
#formsub{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}


.search .text {
    width: 470px;
    height: 50px;
    font-size: 20px;
    text-indent: 1.25em;
}

.submit{
    width: 100px;
    background-color: #115ABB;
    color: #fff;
    font-size: 20px;
}

.slogen img{
    width: 600px;
    text-align: center;
}

.footer
{
    background-color: #215191;
}
.footer .w1200{
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
}

.textinfo{
    padding:25px;
    background-color: #164584;
}
.textinfo p{
    float: left;
    line-height: 2em;
    font-size: 16px;
    color: #fff;
}
.copyright{
    text-align: center;
    line-height: 2.4em;
    font-size: 16px;
    background-color: #164584;
}

.copyright a{
    color: #fff;
}

.info2{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.iconinfo{
    display: flex;
}
.iconinfo span{
    width: 80px;
}

.iconinfo span a img{
width: 100%;
}

/* 首页样式文件 */

/* 一级栏目页样式文件 */
.path {
    line-height: 50px;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 15px;
    font-size: 15px;
}

.path a {
    font-size: 15px;
}

.channel-wrap {
    margin-top: 25px;
}

.channel-list {
    width: 270px;
    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/2022/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: 895px;
    padding-right: 20px;
    min-height: 500px;
}

.channel-title {
    height: 45px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
}

.channel-title span {
    display: inline-block;
    font-size: 20px;
    color: var(--font-gray);
    font-weight: 600;
    padding: 0 5px;
    border-bottom: 3px solid;
    border-image: linear-gradient(-90deg, #ef9683, var(--red)) 10;
    line-height: 43px;
}

.content-list {
    padding: 20px 0;
}

.content-list li {
    line-height: 43px;
    padding-left: 15px;
    background: url(../images/2022/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;
}

.page-nav a.on {
    border: none;
    color: var(--red);
    font-weight: 600;
}

/* 一级栏目页样式文件 */

.path {
    line-height: 50px;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 15px;
    font-size: 15px;
}

.path a {
    font-size: 15px;
}

/* channel&content head end*/


/* 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;
    text-indent: 2em;
    color: #666;
    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 */



/* 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;
}

.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 */  

/* search_result start */

.search-item{
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
}
.search-item .search-title{
    line-height: 1.5;
    font-weight: 600;
}

.search-item .search-content{
    text-indent: 2rem;
    line-height: 1.5;
}
.search-item .search-content .search-date{
    text-indent: 2rem;
    line-height: 2;
    color: #a3a3a3;
}
.nores{
    text-align: center;
    line-height: 28px;
}
.nores a{
    display: block;
    width: 120px;
    line-height: 40px;
    margin: 10px auto;
    background: var(--color);
    color: #fff;
}



/* search_result end */


/* dcnl */
.zjnl ul {
    width: 1200px;
}

.zjnl ul li {
    position: relative;
    width: 20%;
    height: 63px;
    line-height: 63px;
    border: 1px solid #ccc;
    text-align: center;
    font-weight: 400;
    color: #115ABB;
}

.zjnl ul .active {
    background-color: #115ABB;
    ;
    color: #fff;
    font-weight: 400;
}
.zjnl ul .active img{
    display: none;
}

.zjnl ul li img{
    vertical-align: middle;
    margin-right: 5px;
}

.zjnl ul .active::after {
    content: '';
    border-width: 20px 15px 0 15px;
    border-color: #115ABB transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
}

.qxgl_tit {
    font-size: 20px;
    font-weight: 700;
    color: #115ABB;
    margin-bottom: 20px;
}

.qxgl_tit .more {
    float: right;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}

.qxgl_tit .more a {
    color: #ccc;
}

.zjnlcon ul {
    padding: 25px;
    border: 1px solid #ccc;
    margin-top: 16px;
    font-size: 16px;
    line-height: 34px;
    height: auto;
    width: 100%;
    color: #121212;
    text-indent: 2em;
}

.zjnlcon ul a {
    color: red;
}

.zjnlcon ul:nth-child(1) img {
    float: left;
    width: 440px;
    margin-right: 20px;
    border: 1px solid #ccc;
}

.zjnlcon ul:nth-child(4) img {
    width: 95%;
    border: 1px solid #ccc;
}

.picmod {
    padding: 22px 26px;
    width: 100%;
    background-color: #f9f9f9;
    margin-top: 38px;
}

.picmod ul li {
    position: relative;
    float: left;
    width: 366px;
    height: 280px;
    background-color: pink;
    margin-right: 25px;
}

.picmod ul li:last-child {
    margin-right: 0;
}

.picmod ul li {
    overflow: hidden;
}

.picmod ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boxtitle {
    width: 270px;
    height: 46px;
    line-height: 46px;
    padding-left: 18px;
    position: absolute;
    left: 0;
    bottom: 30px;
    color: #fff;
    font-size: 15px;
    background: url(https://tfile.dahe.cn/4101930001/img/ts_img_tit_bg.png) left center no-repeat;
    letter-spacing: 1.5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.vidmod {
    padding: 22px 26px;
    width: 100%;
    background-color: #f9f9f9;
    margin-top: 38px;
}

.vidmod source {
    width: 100%;
}

.mianer{
    margin-top: 20px;
}

