@charset "utf-8";
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
}
@font-face {
    font-family: myFirstFont;
    src: url(../font/华文新魏.ttf);
}
body {
    font: 18px 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
    color: #333;
    background-size: 100%;
}
* {
    margin: 0;
    padding: 0;
}
div{
    box-sizing: border-box;
}
img {

    vertical-align: middle;
    border: 0;
    width: 100%;
}
a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    box-sizing: border-box;

}
.ifour-txt-left a:hover {
    color: #777 !important;
}
li {
    list-style: none;
}
input,
select,
textarea {
    outline: none;
}
select::-ms-expand {
    display: none;
}
input, textarea, select, button {font-size:15px;color:#1f1133;}
.fl{
    float:left;
}
.fr{
    float:right;
}
.clearfix:after,.clearfix:before {
    display: table;
    content: "";
    height: 0;
    clear: both;
    visibility: hidden;
}

/* banner */

/* 顶部 */

.tpl-header {
    height: 100px;
    position: absolute;
    top: 40px;
    z-index: 99;
    font-size: 14px;
    left: 320px;;
}
.tpl-header a{
    color: #fff !important;
}
.dep-logo{
    position: absolute;
    top: 30px;
    left: 50px;
    z-index: 99;
    width: 180px;
    -webkit-animation-delay:.7s;
    animation-delay:.7s;
    transition: all .4s;

}
.dep-logo:hover{
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}
.main-nav{
    position: absolute;
    top: 45px;
    right: 20px;
    -webkit-animation-delay:.7s;
    animation-delay:.7s;
}
.main-nav ul{
    display: flex;
}
.main-nav ul li{
    margin: 0px 10px;
    color: #fff;
    font-size: 16px;
    position: relative;
}
.main-nav ul li::after{
    content: "";
    width: 0px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 140%;
    left: 15%;
    transition: all .8s;
}
.main-nav ul li:hover::after{
    left: 15%;
    width: 90%;
}
.main-nav ul li .icon{
    width: 1px; height: 10px; background-color: #ffffff; margin-right: 15px; border-radius: 50px;
}

.banner-bottom-nav{
    position: absolute;
    bottom: 45px;
    right: 20px;
    -webkit-animation-delay:1s;
    animation-delay:1s;
}
.banner-bottom-nav ul{
    display: flex;

}
.banner-bottom-nav ul li{
    margin: 0px 30px;

    font-size: 16px;
}
.banner-bottom-nav ul li a{
    color: #7d99d1;
    display: block;
}
.banner-bottom-nav ul li a:hover{
    color: #fff;
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
}
.banner-bottom-nav ul li .icon{
    width: 0;
    height: 0;
    border-top: 10px solid #7d99d1;;
    border-right: 10px solid transparent;
    margin-right: 15px;
    transform:rotate(137deg);
    -ms-transform:rotate(137deg); 	/* IE 9 */
    -moz-transform:rotate(137deg); 	/* Firefox */
    -webkit-transform:rotate(137deg); /* Safari 和 Chrome */
    -o-transform:rotate(137deg); 	/* Opera */
}
/* banner */

.tpl-banner {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: url(../images/banner-bg.png) center center no-repeat;
    background-size: cover;
}

.tpl-banner a {
    color: #fff;
}

.wrap {
    width: 100%;
}

.banner-wrap {
    width: 60%;
    min-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner-title {
    width: 50%;
    text-align: center;
    margin-bottom: 70px;
}

.search-box .search-radio{
    top: -30px !important;
    bottom:auto !important;
}
.search-con-cnki{
    margin-bottom: 50px;
}
.search-radio .radio{
    color: #ffffff;
}
.search-content select{
    width: 100px;
    height: 40px;
    background: none;
    border: 0;
    border-right: 2px solid #ededed;
    float: left;
    border-radius: 0px;
    padding-top: 1px;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
    outline:none;
    padding-left: 20px;
}
.search-box .search-input{
    margin-left: 30px;
}
.database-btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.database-btn div {
    flex: 1;
    margin: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.database-btn div:nth-child(1){
    -webkit-animation-delay:.1s;
    animation-delay:.1s;
}
.database-btn div:nth-child(2){
    -webkit-animation-delay:.3s;
    animation-delay:.3s;
}
.database-btn div:nth-child(3){
    -webkit-animation-delay:.5s;
    animation-delay:.5s;
}
.database-btn div a{
    display: block;
    transition: all .2s ease-in 0ms;
}
.database-btn div a:hover{
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.database-btn div span{
    display: inline-block;
    padding: 5px 0;
    width: 100%;
    background: rgba(255,255,255,.3);
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 10px;
}


.kjzck_pxBox{
    overflow:hidden;
    padding: 20px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.kjzck_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}
.title_s{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
}
.title_s img{
    width: 30%;
}
/* 重要讲话 */
.zyjh_wrap{
    padding: 30px;
    display: flex;
    justify-content: right;
    background:url(../images/zyjh_bg.png) center bottom no-repeat;
    height: 420px;
    padding-top: 80px;
    background-size: 100%;
    position: relative;
    padding-bottom: 0;
}
.zyjh_wrap .more{
    position: absolute;
    bottom: 50px;
    font-size: 16px;
    color: #ffbf00;
    right: 620px;
    font-weight: bold;
}
.zyjh_wrap .more a{
    color: #ffbf00;
}
.zyjh_wrap .zyjh_list{
    width: 520px;
}
.zyjh_wrap .ifour-txt>div {
    overflow: hidden;
    margin: 3px 0;
}

.zyjh_wrap .ifour-txt-left, .zyjh_wrap .ifour-txt-center, .zyjh_wrap .ifour-txt-right {
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    text-align: left;
    line-height: 25px;
}

.zyjh_wrap .ifour-txt-left {
    width: 100%;
    font-size: 16px;

}
.zyjh_wrap .ifour-txt-left a{
    color:#333;
}
.zyjh_wrap .ifour-txt-right {
    width: 30%;
    font-size: 14px;
    color: #9e9e9e;
    text-align: left;
}

/* 最新政策 & 政策导航 */
.row_2{

    margin-top: 50px;
}
.row_2 .title_s{
    width: 1200px;
    display: flex;
    margin: 0 auto;
}
.row_2 .title_s>div{
    width: 50%;
    text-align: center;
}
.row_2 .title_s>div img{
    width: 250px;
}
.row_2_wrap{
    margin-top: 50px;
    min-height: 300px;
    background-color: #fff9f9;
    background-image: url(../images/row_2_bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size:contain;
    display: flex;
    align-items: center;
}
.row_2_content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
/* 最新政策 */
.zxzc_list{
    width: 48%;
}
.zxzc_list .ifour-txt>div {
    height: 43px;
    line-height: 43px;
    overflow: hidden;
}

.zxzc_list .ifour-txt-left, .zxzc_list .ifour-txt-center, .zxzc_list .ifour-txt-right {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    text-align: left;
}

.zxzc_list .ifour-txt-left {
    width: 70%;
    font-size: 16px;

}
.zxzc_list .ifour-txt-left a{
    color:#333;
}
.zxzc_list .ifour-txt-left::before{
    content:' ';
    display: inline-block;
    vertical-align: middle;
    margin-right:5px;
    margin-left:5px;
    width: 5px;
    height: 5px;
    background:#cb0006;


}
.zxzc_list .ifour-txt-right {
    width: 30%;
    font-size: 14px;
    color: #9e9e9e;
    float: right;
    text-align: right;
}
.zxzc_list .more{
    text-align: right;
    padding: 5px 0;
}
.zxzc_list .more a{

    font-size: 14px;
    color: #860605;
}
/* 政策导航 */
.zcdh_list{
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-height: 250px;
    overflow-y: auto;
}
.zcdh_list .zcdh_item{
    width: 48%;
    height: 70px;
    text-align: center;
    line-height: 70px;
}
.zcdh_item a{
    color: #860605;
    font-weight: bold;
    font-size: 16px;
}
/* 中央重要会议资料 */
.zyzyhyzl_wrap{
    display: flex;
    justify-content: space-around;
}
.zyzyhyzl_wrap .zyzyhyzl_btn{
    width: 19%;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
/* 统计数据 */
.tjsj{
    background:url(../images/tjsj_bg.png) center 50px  no-repeat;
    background-size: 100%;
}
.tjsj_wrap{
    width:1200px;
    margin: 0 auto;
}
.tjsj_wrap_box{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px;
    border-radius: 10px;
}
.tjsj_list_box{
    width: 47%;
    border-radius: 10px;
    position: relative;
}
.tjsj_list_box .more{
    position: absolute;
    right: 20px;
    top:15px;
    color: #94171c;
}
.tjsj_list_box .more a{
    color: #94171c;
}
.tjsj_list_box .tjsj_div_title{
    line-height: 50px;
    padding: 0 40px;
    background:url(../images/tjsj_list_title_bg.png) 10px center no-repeat;
}
.tjsj_list_box .tjsj_div_title a{
    font-size: 18px;
    color: #94171c;
}
.tjsj_wrap .tjsj_div_content{
    display: flex;
    padding: 20px 0;
}
.tjsj_wrap .tjsj_div_content .tjsj_div_content_img{
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.tjsj_wrap .ifour-txt{
    padding-left: 15px;
    width:calc(100% - 176px);
}
.tjsj_wrap .ifour-txt>div {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.tjsj_wrap .ifour-txt-left, .tjsj_wrap .ifour-txt-center, .tjsj_wrap .ifour-txt-right {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    text-align: left;
}

.tjsj_wrap .ifour-txt-left {
    width: 75%;
    font-size: 16px;

}
.tjsj_wrap .ifour-txt-left a{
    color:#333;
}
.tjsj_wrap .ifour-txt-right {
    width: 25%;
    font-size: 14px;
    color: #9e9e9e;
    float: right;
    text-align: right;
}
/* 相关报告 */
.xgbg .xgbg_tab{
    display: flex;
    justify-content: space-around;
}
.xgbg .xgbg_tab a{
    display: inline-block;
    padding: 10px 60px;
    color: #94171c;
    border-radius: 10px;
    font-size: 18px;
}
.xgbg .xgbg_tab a.active{
    background: #94171c;
    color: #ffffff;
}
.xgbg .xgbg_wrap_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.xgbg .xgbg_wrap_box .xgbg_item{
    width: 30%;
    margin: 20px 10px;
    display: flex;
    justify-content: space-between;
    height: 220px;
}
.xgbg .xgbg_wrap_box .xgbg_item .xgbg_item_img{
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    width: 45%;
}
.xgbg .xgbg_wrap_box .xgbg_item .xgbg_item_intro{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.xgbg .xgbg_wrap_box .xgbg_item .xgbg_item_intro .intro_title{
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px;
}
.xgbg .xgbg_wrap_box .xgbg_item .xgbg_item_intro .intro_publish{
    font-size: 16px;
    color: #9e9e9e;
    padding: 0 10px;
}
.xgbg .xgbg_wrap_box .xgbg_item .xgbg_item_intro .enter_btn a{
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 20px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ff7200;
    color: #ff7200;
}
/* 影音纪实 */
.zksp_wrap{
    width: 1200px;
    margin: 0 auto;
}
.zksp_wrap .zksp_list{
    position: relative;
}
.zksp .zksp_tab{
    display: flex;
    justify-content: space-around;
}
.zksp .zksp_tab a{
    display: inline-block;
    padding: 10px 60px;
    color: #94171c;
    border-radius: 10px;
    font-size: 18px;
}
.zksp .zksp_tab a.active{
    background: #94171c;
    color: #ffffff;
}
.zksp .zksp_list{
    width: 100%;
    padding: 50px 0;
    background:url(../images/zksp_bg.png) center center no-repeat;
    background-size: cover;
    margin-top: 40px;
}
/* 领导人著作 */
.ldrzz .ldrzz_wrap_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.ldrzz .ldrzz_wrap_box .ldrzz_item{
    width: 32%;
    display: flex;
    justify-content: space-between;
    height: 240px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    padding: 20px;
}
.ldrzz .ldrzz_wrap_box .ldrzz_item .ldrzz_item_img{
    text-align: center;
    border: 1px solid #94171c;
    overflow: hidden;
    width: 40%;
}
.ldrzz .ldrzz_wrap_box .ldrzz_item .ldrzz_item_img img{
    height: 100%;
}
.ldrzz .ldrzz_wrap_box .ldrzz_item .ldrzz_item_intro{
    width: 58%;
    display: flex;
    flex-direction: column;
}
.ldrzz .ldrzz_wrap_box .ldrzz_item .ldrzz_item_intro .intro_title{
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /* 控制显示的行数 */
    min-height:120px;
}
.ldrzz .ldrzz_wrap_box .ldrzz_item .ldrzz_item_intro .intro_publish{
    font-size: 16px;
    color: #9e9e9e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4; /* 控制显示的行数 */
}
.ldrzz .ldrzz_wrap_box .ldrzz_item .ldrzz_item_intro .enter_btn{
    display: flex;
    justify-content: right;
}
.ldrzz .ldrzz_wrap_box .ldrzz_item .ldrzz_item_intro .enter_btn a{
    color: #ff7200;
}
.ldrzz .ldrzz_wrap_box .ldrzz_item .ldrzz_item_intro .ifour-txt-right{
    padding: 10px 0;
    font-size: 14px;
    color: #555555;
}
.ldrzz_wrap .more,.zksp .more,.xgbg .more,.qtzl .more{
    text-align: center;
    padding: 20px;
}
.ldrzz_wrap .more a,.zksp .more a,.xgbg .more a,.qtzl .more a {
    color: #94171c;
}
/* 其他资料 */
.qtzl .qtzl_tab{
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.qtzl .qtzl_tab a{
    display: inline-block;
    padding: 10px 0px;
    color: #94171c;
    border-radius: 10px;
    font-size: 18px;
    width: 250px;
    text-align: center;
    margin-bottom: 20px;
}
.qtzl .qtzl_tab a.active{
    background: #94171c;
    color: #ffffff;
}
.qtzl_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    background:url(../images/qtzl_bg.png) center center no-repeat;
    background-size: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.qtzl_list_box{
    width: 100%
}
.qtzl_list .ifour-txt{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.qtzl_list .ifour-txt>div {
    height: 43px;
    line-height: 43px;
    overflow: hidden;
    width: 48%;
}

.qtzl_list .ifour-txt-left, .qtzl_list .ifour-txt-center, .qtzl_list .ifour-txt-right {
    float: left;
    overflow: hidden;
    white-space: nolist;
    text-overflow:ellipsis;
    text-align: left;
}

.qtzl_list .ifour-txt-left {
    width: 70%;
    font-size: 16px;

}
.qtzl_list .ifour-txt-left a{
    color:#94171c;
}
.qtzl_list .ifour-txt-right {
    width: 30%;
    font-size: 14px;
    color: #9e9e9e;
    float: right;
    text-align: right;
}

.footer{
    height: 198px;
    margin-top: 50px;
    background-color: rgb(176,31,36);
    line-height: 70px;
    color: #ffffff;
    padding: 40px 0;
    font-size: 14px;

}
.footer_content{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}
.footer_left{
    display: flex;
    width: 60%;
}
.footer_left .footer_title{
    writing-mode: vertical-lr;
    text-align:center ;
    letter-spacing: 5px;
    width: 80px;
    height: 100px;
    border-right: 1px solid #ffffff;
}
.footer_right{
    display: flex;
    width: 40%;
}
.footer_intro{
    line-height: 30px;
    margin-left: 40px;
    text-align: left;
}
.footer_right .footer_right_item{
    flex: 1;
}
.footer_right .footer_right_item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_img img{
    width: 93px;
}
/* 针对Webkit内核的浏览器 */
::-webkit-scrollbar {
    /* 设置滚动条的宽度 */
    width: 8px;
}

/* 滚动条轨道 - 背景颜色/白底 */
::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

/* 滚动条的滑块部分 */
::-webkit-scrollbar-thumb {
    background: rgba(144,147,153,.2);
    border-radius: 10px;
}

/* 当鼠标悬停在滚动条滑块上时改变颜色 */
::-webkit-scrollbar-thumb:hover {
    background: rgba(144,147,153,.4);
}@charset "utf-8";
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
}
@font-face {
    font-family: myFirstFont;
    src: url(../font/华文新魏.ttf);
}
body {
    font: 18px 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
    color: #333;
    background-size: 100%;
}
* {
    margin: 0;
    padding: 0;
}
div{
    box-sizing: border-box;
}
img {

    vertical-align: middle;
    border: 0;
    width: 100%;
}
a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    cursor: pointer;
    box-sizing: border-box;
}
.ifour-txt-left a:hover {
    color: #777 !important;
}
li {
    list-style: none;
}
input,
select,
textarea {
    outline: none;
}
select::-ms-expand {
    display: none;
}
input, textarea, select, button {font-size:15px;color:#1f1133;}
.fl{
    float:left;
}
.fr{
    float:right;
}
.clearfix:after,.clearfix:before {
    display: table;
    content: "";
    height: 0;
    clear: both;
    visibility: hidden;
}

/* banner */

/* 顶部 */

.tpl-header {
    height: 100px;
    position: absolute;
    top: 40px;
    z-index: 99;
    font-size: 14px;
    left: 320px;;
}
.tpl-header a{
    color: #fff !important;
}
.dep-logo{
    position: absolute;
    top: 30px;
    left: 50px;
    z-index: 99;
    width: 180px;
    -webkit-animation-delay:.7s;
    animation-delay:.7s;
    transition: all .4s;

}
.dep-logo:hover{
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}
.main-nav{
    position: absolute;
    top: 45px;
    right: 20px;
    -webkit-animation-delay:.7s;
    animation-delay:.7s;
}
.main-nav ul{
    display: flex;
}
.main-nav ul li{
    margin: 0px 10px;
    color: #fff;
    font-size: 16px;
    position: relative;
}
.main-nav ul li::after{
    content: "";
    width: 0px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 140%;
    left: 15%;
    transition: all .8s;
}
.main-nav ul li:hover::after{
    left: 15%;
    width: 90%;
}
.main-nav ul li .icon{
    width: 1px; height: 10px; background-color: #ffffff; margin-right: 15px; border-radius: 50px;
}

.banner-bottom-nav{
    position: absolute;
    bottom: 45px;
    right: 20px;
    -webkit-animation-delay:1s;
    animation-delay:1s;
}
.banner-bottom-nav ul{
    display: flex;

}
.banner-bottom-nav ul li{
    margin: 0px 30px;

    font-size: 16px;
}
.banner-bottom-nav ul li a{
    color: #7d99d1;
    display: block;
}
.banner-bottom-nav ul li a:hover{
    color: #fff;
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
}
.banner-bottom-nav ul li .icon{
    width: 0;
    height: 0;
    border-top: 10px solid #7d99d1;;
    border-right: 10px solid transparent;
    margin-right: 15px;
    transform:rotate(137deg);
    -ms-transform:rotate(137deg); 	/* IE 9 */
    -moz-transform:rotate(137deg); 	/* Firefox */
    -webkit-transform:rotate(137deg); /* Safari 和 Chrome */
    -o-transform:rotate(137deg); 	/* Opera */
}
/* banner */

.tpl-banner {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: url(../images/banner-bg.png) center center no-repeat;
    background-size: cover;
}

.tpl-banner a {
    color: #fff;
}

.wrap {
    width: 100%;
}

.banner-wrap {
    width: 60%;
    min-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner-title {
    width: 50%;
    text-align: center;
    margin-bottom: 70px;
}

.search-box .search-radio{
    top: -30px !important;
    bottom:auto !important;
}
.search-con-cnki{
    margin-bottom: 50px;
}
.search-radio .radio{
    color: #ffffff;
}
.search-content select{
    width: 100px;
    height: 40px;
    background: none;
    border: 0;
    border-right: 2px solid #ededed;
    float: left;
    border-radius: 0px;
    padding-top: 1px;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
    outline:none;
    padding-left: 20px;
}
.search-box .search-input{
    margin-left: 30px;
}
.database-btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.database-btn div {
    flex: 1;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.database-btn div:nth-child(1){
    -webkit-animation-delay:.1s;
    animation-delay:.1s;
}
.database-btn div:nth-child(2){
    -webkit-animation-delay:.3s;
    animation-delay:.3s;
}
.database-btn div:nth-child(3){
    -webkit-animation-delay:.5s;
    animation-delay:.5s;
}
.database-btn div a{
    display: block;
    transition: all .2s ease-in 0ms;
}
.database-btn div a:hover{
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.database-btn div span{
    display: inline-block;
    padding: 5px 0;
    width: 100%;
    background: rgba(255,255,255,.3);
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 10px;
}


.kjzck_pxBox{
    overflow:hidden;
    padding: 20px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.kjzck_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}
.title_s{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
}
.title_s img{
    width: 30%;
}
/* 重要讲话 */
.zyjh_wrap{
    padding: 30px;
    display: flex;
    justify-content: right;
    background:url(../images/zyjh_bg.png) center bottom no-repeat;
    height: 420px;
    padding-top: 80px;
    background-size: 100%;
    position: relative;
    padding-bottom: 0;
}
.zyjh_wrap .more{
    position: absolute;
    bottom: 50px;
    font-size: 16px;
    color: #ffbf00;
    right: 620px;
    font-weight: bold;
}
.zyjh_wrap .more a{
    color: #ffbf00;
}
.zyjh_wrap .zyjh_list{
    width: 520px;
}
.zyjh_wrap .ifour-txt>div {
    overflow: hidden;
    margin: 3px 0;
}

.zyjh_wrap .ifour-txt-left, .zyjh_wrap .ifour-txt-center, .zyjh_wrap .ifour-txt-right {
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    text-align: left;
    line-height: 25px;
}

.zyjh_wrap .ifour-txt-left {
    width: 100%;
    font-size: 16px;

}
.zyjh_wrap .ifour-txt-left a{
    color:#333;
}
.zyjh_wrap .ifour-txt-right {
    width: 30%;
    font-size: 14px;
    color: #9e9e9e;
    text-align: left;
}

/* 最新政策 & 政策导航 */
.row_2{

    margin-top: 50px;
}
.row_2 .title_s{
    width: 1200px;
    display: flex;
    margin: 0 auto;
}
.row_2 .title_s>div{
    width: 50%;
    text-align: center;
}
.row_2 .title_s>div img{
    width: 250px;
}
.row_2_wrap{
    margin-top: 50px;
    min-height: 300px;
    background-color: #fff9f9;
    background-image: url(../images/row_2_bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size:contain;
    display: flex;
    align-items: center;
}
.row_2_content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
/* 最新政策 */
.zxzc_list{
    width: 48%;
}
.zxzc_list .ifour-txt>div {
    height: 43px;
    line-height: 43px;
    overflow: hidden;
}

.zxzc_list .ifour-txt-left, .zxzc_list .ifour-txt-center, .zxzc_list .ifour-txt-right {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    text-align: left;
}

.zxzc_list .ifour-txt-left {
    width: 70%;
    font-size: 16px;

}
.zxzc_list .ifour-txt-left a{
    color:#333;
}
.zxzc_list .ifour-txt-left::before{
    content:' ';
    display: inline-block;
    vertical-align: middle;
    margin-right:5px;
    margin-left:5px;
    width: 5px;
    height: 5px;
    background:#cb0006;


}
.zxzc_list .ifour-txt-right {
    width: 30%;
    font-size: 14px;
    color: #9e9e9e;
    float: right;
    text-align: right;
}
.zxzc_list .more{
    text-align: right;
    padding: 5px 0;
}
.zxzc_list .more a{

    font-size: 16px;

    color: #860605;
}
/* 政策导航 */
.zcdh_list{
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-height: 250px;
    overflow-y: auto;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px 50px;
    /* background: rgb(255 204 204 / 20%); */
}
.zcdh_list .zcdh_item{
    width: 40%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    /* border-bottom: 1px solid #94171c; */
    /* border: 1px solid #94171c; */
    border-radius: 10px;
    /* color: #94171c !important; */
    /* background: rgb(255 143 143 / 20%); */
}
/* 中央重要会议资料 */
.zyzyhyzl_wrap{
    display: flex;
    justify-content: space-around;
}
.zyzyhyzl_wrap .zyzyhyzl_btn{
    width: 20%;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
/* 统计数据 */
.tjsj{
    background:url(../images/tjsj_bg.png) center 50px  no-repeat;
    background-size: 100%;
}
.tjsj_wrap{
    width:1200px;
    margin: 0 auto;
}
.tjsj_wrap_box{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px;
    border-radius: 10px;
}
.tjsj_list_box{
    width: 47%;
    border-radius: 10px;
    position: relative;
}
.tjsj_list_box .more{
    position: absolute;
    right: 20px;
    top:15px;
    color: #94171c;
}
.tjsj_list_box .more a{
    color: #94171c;
}
.tjsj_list_box .tjsj_div_title{
    line-height: 50px;
    padding: 0 40px;
    background:url(../images/tjsj_list_title_bg.png) 10px center no-repeat;
}
.tjsj_list_box .tjsj_div_title a{
    font-size: 18px;
    color: #94171c;
}
.tjsj_wrap .tjsj_div_content{
    display: flex;
    padding: 20px 0;
}
.tjsj_wrap .tjsj_div_content .tjsj_div_content_img{
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    width: 30%;
}
.tjsj_wrap .ifour-txt{
    padding-left: 15px;
    width:calc(100% - 176px);
}
.tjsj_wrap .ifour-txt>div {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.tjsj_wrap .ifour-txt-left, .tjsj_wrap .ifour-txt-center, .tjsj_wrap .ifour-txt-right {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    text-align: left;
}

.tjsj_wrap .ifour-txt-left {
    width: 75%;
    font-size: 16px;

}
.tjsj_wrap .ifour-txt-left a{
    color:#333;
}
.tjsj_wrap .ifour-txt-right {
    width: 25%;
    font-size: 14px;
    color: #9e9e9e;
    float: right;
    text-align: right;
}
/* 相关报告 */
.xgbg .xgbg_tab{
    display: flex;
    justify-content: space-around;
}
.xgbg .xgbg_tab a{
    display: inline-block;
    padding: 10px 60px;
    color: #94171c;
    border-radius: 10px;
    font-size: 18px;
}
.xgbg .xgbg_tab a.active{
    background: #94171c;
    color: #ffffff;
}
.xgbg .xgbg_wrap_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.xgbg .xgbg_wrap_box .xgbg_item{
    width: 30%;
    margin: 20px 10px;
    display: flex;
    justify-content: space-between;
    height: 220px;
}
.xgbg .xgbg_wrap_box .xgbg_item .xgbg_item_img{
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    width: 45%;
}
.xgbg .xgbg_wrap_box .xgbg_item .xgbg_item_intro{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.xgbg .xgbg_wrap_box .xgbg_item .xgbg_item_intro .intro_title{
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px;
}
.xgbg .xgbg_wrap_box .xgbg_item .xgbg_item_intro .intro_publish{
    font-size: 16px;
    color: #9e9e9e;
    padding: 0 10px;
}
.xgbg .xgbg_wrap_box .xgbg_item .xgbg_item_intro .enter_btn a{
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 20px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ff7200;
    color: #ff7200;
}
/* 影音纪实 */
.zksp_wrap{
    width: 1200px;
    margin: 0 auto;
}
.zksp_wrap .zksp_list{
    position: relative;
}
.zksp .zksp_tab{
    display: flex;
    justify-content: space-around;
}
.zksp .zksp_tab a{
    display: inline-block;
    padding: 10px 60px;
    color: #94171c;
    border-radius: 10px;
    font-size: 18px;
}
.zksp .zksp_tab a.active{
    background: #94171c;
    color: #ffffff;
}
.zksp .zksp_list{
    width: 100%;
    padding: 50px 0;
    background:url(../images/zksp_bg.png) center center no-repeat;
    background-size: cover;
    margin-top: 40px;
}
/* 领导人著作 */
.ldrzz .ldrzz_wrap_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.ldrzz .ldrzz_wrap_box .ldrzz_item{
    width: 32%;
    display: flex;
    justify-content: space-between;
    height: 240px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    padding: 20px;
}
.ldrzz .ldrzz_wrap_box .ldrzz_item .ldrzz_item_img{
    text-align: center;
    border: 1px solid #94171c;
    overflow: hidden;
    width: 40%;
}
.ldrzz .ldrzz_wrap_box .ldrzz_item .ldrzz_item_img img{
    height: 100%;
}
.ldrzz .ldrzz_wrap_box .ldrzz_item .ldrzz_item_intro{
    width: 58%;
    display: flex;
    flex-direction: column;
}
.ldrzz .ldrzz_wrap_box .ldrzz_item .ldrzz_item_intro .intro_title{
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /* 控制显示的行数 */
    min-height:120px;
}
.ldrzz .ldrzz_wrap_box .ldrzz_item .ldrzz_item_intro .intro_publish{
    font-size: 16px;
    color: #9e9e9e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4; /* 控制显示的行数 */
}
.ldrzz .ldrzz_wrap_box .ldrzz_item .ldrzz_item_intro .enter_btn{
    display: flex;
    justify-content: right;
}
.ldrzz .ldrzz_wrap_box .ldrzz_item .ldrzz_item_intro .enter_btn a{
    color: #ff7200;
}
.ldrzz .ldrzz_wrap_box .ldrzz_item .ldrzz_item_intro .ifour-txt-right{
    padding: 10px 0;
    font-size: 14px;
    color: #555555;
}
.ldrzz_wrap .more, .zksp .more, .xgbg .more, .qtzl .more,.tjsj .more{
    text-align: center;
    padding: 20px;
}
.ldrzz_wrap .more a, .zksp .more a, .xgbg .more a, .qtzl .more a,.tjsj .more a {
    color: #94171c;
}
/* 其他资料 */
.qtzl .qtzl_tab{
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.qtzl .qtzl_tab a{
    display: inline-block;
    padding: 10px 0px;
    color: #94171c;
    border-radius: 10px;
    font-size: 18px;
    width: 250px;
    text-align: center;
    margin-bottom: 20px;
}
.qtzl .qtzl_tab a.active{
    background: #94171c;
    color: #ffffff;
}
.qtzl_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    background:url(../images/qtzl_bg.png) center center no-repeat;
    background-size: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.qtzl_list_box{
    width: 100%
}
.qtzl_list .ifour-txt{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.qtzl_list .ifour-txt>div {
    height: 43px;
    line-height: 43px;
    overflow: hidden;
    width: 48%;
}

.qtzl_list .ifour-txt-left, .qtzl_list .ifour-txt-center, .qtzl_list .ifour-txt-right {
    float: left;
    overflow: hidden;
    white-space: nolist;
    text-overflow:ellipsis;
    text-align: left;
}

.qtzl_list .ifour-txt-left {
    width: 70%;
    font-size: 16px;

}
.qtzl_list .ifour-txt-left a{
    color:#94171c;
}
.qtzl_list .ifour-txt-right {
    width: 30%;
    font-size: 14px;
    color: #9e9e9e;
    float: right;
    text-align: right;
}

.footer{
    height: 198px;
    margin-top: 50px;
    background-color: rgb(176,31,36);
    line-height: 70px;
    color: #ffffff;
    padding: 40px 0;
    font-size: 14px;

}
.footer_content{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}
.footer_left{
    display: flex;
    width: 60%;
}
.footer_left .footer_title{
    writing-mode: vertical-lr;
    text-align:center ;
    letter-spacing: 5px;
    width: 80px;
    height: 100px;
    border-right: 1px solid #ffffff;
}
.footer_right{
    display: flex;
    width: 40%;
}
.footer_intro{
    line-height: 30px;
    margin-left: 40px;
    text-align: left;
}
.footer_right .footer_right_item{
    flex: 1;
}
.footer_right .footer_right_item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_img img{
    width: 93px;
}
/* 针对Webkit内核的浏览器 */
::-webkit-scrollbar {
    /* 设置滚动条的宽度 */
    width: 8px;
}

/* 滚动条轨道 - 背景颜色/白底 */
::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

/* 滚动条的滑块部分 */
::-webkit-scrollbar-thumb {
    background: rgba(144,147,153,.2);
    border-radius: 10px;
}

/* 当鼠标悬停在滚动条滑块上时改变颜色 */
::-webkit-scrollbar-thumb:hover {
    background: rgba(144,147,153,.4);
}