@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: 16px 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  background:url(../images/web_bg.png)no-repeat;
  background-size: 100%;
}
* {
  margin: 0;
  padding: 0;
}
div{
    box-sizing: border-box;
}
img {
  
  vertical-align: middle;
  border: 0;
}
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;
}
.kjfz_headBox{
    width:100%;
    background:url(../images/banner.png) center center no-repeat;
	position:relative;
    height: 450px;
    min-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow:0 0 18px rgba(0,0,0,.5);
}
.kjfz_banner_img{
    margin-top: 100px;
}
.kjfz_top{
    width:100%;
	color:#000;
	z-index:999;
    top: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    
}
.kjfz_top_login{
    border-radius: 5px;
    padding: 5px 5px;
}
.kjfz_top_login a{
    padding: 5px 15px;
    color: #ffffff;

}
.kjfz_top_login a:last-child,.kjfz_top_con a:last-child{
    border-right:0;
}
.kjfz_top_con{
    width:900px;
    margin:0 auto;
    font-size: 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    
}
.kjfz_top_con a{
    color: #ffffff;
    position: relative;
    transition: all 0.4s;
    flex: 1;
    text-align: center;
    border-right:1px solid #ffffff;
}
.kjfz_top_con a:hover{
    color: #ffb629;
}
.kjfz_logoBox{
    width:1200px;
    margin:20px auto;
    overflow:hidden;
}
.kjfz_logoBox h1{
    width:160px;
    height:60px;
    float:left;
}
.kjfz_logoBox h1 a{
    display:block;
}
.kjfz_banner3d{
	width:300px;
	height:470px;
	overflow: hidden;
}
.kjfz_slogin{
    width:1200px;
    margin:0px auto;
	
}
.kjfz_searchBox_box{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
}
.kjfz_searchBox{
    z-index: 999;
    box-sizing: border-box;
	color:#1f1133;
    margin:0 auto;
    width: 1200px;
    position: relative;
    width: 1200px;
    border-radius: 10px;
    height: 180px;
    z-index: 999;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 30px;
}
.search-tab div{
    line-height: 40px;
    width: 120px;
    text-align: center;
    color: rgb(176,31,36);
    position: relative;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    padding: 1px;
    cursor: pointer;
}
.search-tab div::before{
    border:1px solid transparent;
    border-right: 1px solid rgb(176,31,36);
    content: "";
    position: absolute;
    height: 40px;
    width: 120px;
    background:linear-gradient(to right,rgba(176,31,36,.4), rgba(176,31,36,0));
    left: 117px;
    top: 0;
    z-index: 1;
    transition: all 0.6s;

}
.search-tab div.on::before{
    border:1px solid rgb(176,31,36);
    border-right:1px solid transparent;
    left: 0;
}
.search-con{
    width:970px;
    height:60px;
    padding:10px 20px;
	background-color: #fff;
	box-shadow:0 0 8px rgba(0,0,0,.3);
    float: left;
    border-radius: 5px;
    box-sizing: border-box;
}
.search-con 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-con input{
    width:600px;
    height:40px;
    border:0 !important;
    float:left;
    margin-left:10px;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
}
.kjfz_searchBox .search-con a{
    display:block;
    text-align: center;
    width: 180px;
	box-sizing: border-box;
	color:#ffffff;
    transition: all 0.6s;
    line-height: 60px;
    background-color: rgb(176,31,36);
    border-radius: 5px;
    float: right;
    margin-top: -10px;
    margin-right: -30px;

}
.kjfz_searchBox .search-con a:hover {

    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}
.kjfz_searchBox .search-con-qs #kw_qbzc{
    width: 730px;
    line-height: 50px;
    box-shadow:0 0 8px rgba(0,0,0,.3);
    padding-left: 20px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    outline:none;

}
.kjfz_searchBox .search-con-qs #imageField{
    display:block;
    text-align: center;
    width: 130px;
    box-sizing: border-box;
    color:#ffffff;
    transition: all 0.6s;
    line-height: 50px;
    background-color: rgb(176,31,36);
    border-radius: 5px;
    border: 0;
    margin: 0 20px;
    box-shadow:0 0 8px rgba(0,0,0,.3);

}
.kjfz_searchBox .search-con-qs #imageField img{
    width: 25px;
}
.kjfz_searchBox .search-con-qs .input-box{
    color: #747474;
}
.kjfz_searchBox .search-con-qs .input-box input{
    margin: 10px 8px;
}
.kjfz_hotwords{
    color: #ffffff;
    padding: 10px 10px;
}
.kjfz_hotwords span{
    padding: 0 20px;
}
.searchBottom{
	padding-top:15px;
}
.searchBottom .searchBottom_all{
	width:90px;
}
.searchBottom .searchBottom_each ul{
	display: flex;
	width:590px;
	flex-wrap:wrap;
	justify-content:  flex-start;
}
.searchBottom .searchBottom_each ul li{
	padding:5px 8px;
}
a.more{
    display:block;
    margin:0px auto;
    margin-top:40px;
    width:100px;
    color:#304a42;
    background:url(../images/arrow.png) left no-repeat;
    padding-left:26px;
    text-decoration:underline;
}
.kjfz_detail_headBox{
    width:100%;
    height:230px;
    background:url(../images/banner.png) no-repeat;
    position:relative;
    box-sizing:border-box;
    overflow: hidden;
    -o-box-shadow:0 0 30px #cacaca;
    -webkite-box-shadow:0 0 30px #cacaca;
    -ms-box-shadow:0 0 30px #cacaca;
    box-shadow:0 0 30px #cacaca;
}
.kjfz_detail_logoBox{
    width:1200px;
    margin: 0 auto;
}
.detail_top_right{
    width:1200px;
    overflow:hidden;
    margin: 15px auto;
    text-align: right;
    position: relative;
    z-index: 999;
}
.kjfz_detail_top{
    margin-right:20px;
    color:#000;
}
.kjfz_detail_top a{
    color:#000;
}
.kjfz_detail_top .user_name{
    margin-right:10px;
}
.kjfz_main{
    width:1200px;
    margin:-20px auto;
}
.left_nav{
    width:280px;
    border: 1px solid #eaeaea;
    padding: 10px 15px;
}
.left_nav p{
    width:215px;
    height:40px;
  background-color:#003f88;
  color:#fff;
  line-height:40px;
  text-align:center;
  font-size:18px;
  font-weight:700;
  -o-box-shadow:0 0 3px #304a42;
  -webkite-box-shadow:0 0 3px #304a42;
  -ms-box-shadow:0 0 3px #304a42;
  box-shadow:0 0 3px #304a42;
}
.left_nav ul {
    margin-top:10px;
}
.left_nav ul li{
    padding-left:20px;
    line-height:35px;
    font-size:15px;
    color:#1f1133;
    cursor:pointer;
}
.left_nav ul li.active{
}
.right_con{
    width:900px;
}
 
.kjfz_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}
.title_s{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
}

/*第一行-数据组*/
.row_1{
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 5px;
    border:1px solid #dcd9d9
    
}
.row_1 .row_1_item{
    flex: 1;
    width: 33.3%;
}
.row_1 .row_1_item .row_1_title_box{
    height: 60px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #dcd9d9;
    position: relative;
}
.row_1 .row_1_item .row_1_title_box .more{
    position: absolute;
    right: 10px;
    bottom: 15px;
    border: 0;
    text-decoration: none;
    color: #ac2925;
}
.row_1 .row_1_item .row_1_title_box span{
    line-height: 60px;
    border-bottom: 1px solid rgb(176,31,36);
    padding: 0 40px;
    color:rgb(176,31,36);
    font-weight: bold;
}
.row_1 .row_1_item .row_1_content{
    padding: 20px ;
    border-right:1px solid  #dcd9d9;
}
.row_1 .row_1_item .row_1_content .row_1_content_list_item li{

     text-align: left;
     line-height: 25px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 5px 0;
    height: 50px;
}
.row_1 .row_1_item .row_1_content .row_1_content_list_item li span{
    line-height: 25px;
    font-size: 14px;
    color: #a7a7a7;
    padding-left: 20px;
    /* max-width: 700px; */
    /* 不换行 */
    white-space: nowrap;
    /* 超出部分隐藏 */
    overflow: hidden;
    /* 文本超出时，显示省略标记 */
    text-overflow: ellipsis;
}
.row_1 .row_1_item .row_1_content .row_1_content_list_item li a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /*! autoprefixer: on */
    word-break: break-all ;
    width: 100%;
    padding-left: 20px;
}
.row_1 .row_1_item .row_1_content .row_1_content_list_item li::before{
    content:' ';
    display: inline-block;
    vertical-align: middle;
    margin-right:5px;
     margin-left:5px;
     width: 8px;
     height: 8px;
     background:#4296eb;
     border-radius: 10px;
    position: absolute;
    top: 8px;
    left: -5px;
}
/*第二行-即时动态*/
.row_2_bg{
    margin-top: 50px;
    margin-bottom: 30px;
}
.row_2{
    position: relative;
    display: flex;
    flex-direction: column;
}
.row_2 .row_2_title_list{
    display: flex;
    justify-content: space-between;
}
.row_2 .row_2_wrap{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.row_2 .row_2_item{
    flex: 1;
    width: 33.3%;
    padding: 0 30px;
}
.row_2 .row_2_title_list .row_2_title_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 33%;
    padding: 0 30px;
}
.row_2 .row_2_title_list .row_2_title_box span{
    padding: 15px 60px;
    background-color: rgb(176,31,36);
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
}
.row_2 .row_2_item .row_2_content{
    padding: 30px 0;
}
.row_2 .row_2_item .row_2_content .row_2_book{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 15px;
}
.row_2 .row_2_item .row_2_content .row_2_book .row_2_book_img {
    width: 120px;
    height: 168px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.row_2 .row_2_item .row_2_content .row_2_book .row_2_book_img img{
    width: 120px;
    height: 168px;
}
.row_2 .row_2_item .row_2_content .row_2_book .row_2_book_intro{
    padding: 20px 10px;
    padding-left: 140px;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    background-color: rgba(204,204,204,.2);
    border-radius: 5px;
    height: 124px;
}
.row_2 .row_2_item .row_2_content .row_2_book .row_2_book_intro .book_name{
    font-weight: bold;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /*! autoprefixer: on */
    word-break: break-all ;

}
.row_2 .row_2_item .row_2_content .row_2_book .row_2_book_intro .book_intro_text{
    color: #979797;
    font-size: 14px;
}

/*第三行*/
.links{
    padding: 20px 0;
    background-color: #ffffff;
    box-shadow:0 0 10px rgba(201,201,201,.3);
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    height: 70px;
    align-items: center;
}
.links .links_title{
    background-color: rgb(176,31,36);
    line-height: 70px;
    color: #ffffff;
    padding: 0 45px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    font-weight: bold;
    letter-spacing: 5px;
}
.links .links_content{
    display: flex;
    width: calc(100% - 200px);
    justify-content: space-around;
}
.links .links_content select{
    width:230px;
    height:40px;
    border:1px solid #d6d6d6;
      border-radius:100px;
      text-align: center;
    font-size: 14px;
}

.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;
}

/* 一期新增政策库 */
.zckyq{
    margin-bottom: 50px;
}
.zckyq_wrap{
    padding-right: 50px;
    display: flex;
    justify-content: right;
    background:url(../images/kjzcindex.png) center bottom no-repeat;
    height: 310px;
    background-size: 100%;
    position: relative;
    padding-bottom: 0;
    border: 1px solid #dcd9d9;
    border-radius: 5px;
    padding-top: 10px;
}
.zckyq_wrap .more{
    position: absolute;
    bottom: 80px;
    font-size: 18px;
    color: rgb(176,31,36);
    left: 440px;
    font-weight: bold;
}
.zckyq_wrap .more a{
    color:rgb(176,31,36);
}
.zckyq_wrap .zckyq_list{
    width: 520px;
}
.zckyq_wrap .ifour-txt>div {
    overflow: hidden;
    margin: 3px 0;
}

.zckyq_wrap .ifour-txt-left, .zckyq_wrap .ifour-txt-center, .zckyq_wrap .ifour-txt-right {
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    text-align: left;
    line-height: 23px;
}

.zckyq_wrap .ifour-txt-left {
    width: 100%;
    font-size: 16px;

}
.zckyq_wrap .ifour-txt-left a{
    color:#333;
}
.zckyq_wrap .ifour-txt-right {
    width: 30%;
    font-size: 14px;
    color: #9e9e9e;
    text-align: left;
}

::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
  }
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #d3d3d3;
  }
::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
  }
@media screen and (max-width: 1400px) {
    .kjfz_top_con{
        width: 700px;
    }
    .kjfz_headBox{
        min-width: 1100px;
    }
}
