* {
    padding: 0;
    margin: 0;
    list-style: none;
         -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
      box-sizing: content-box;
}
img {
    vertical-align: top;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover, a:active {
    color: #004a95;
    text-decoration: none;
}
p{
      margin-bottom:0;

}
.clear{
    clear: both;
}
body{
    background: url("../images/bg.png") no-repeat top center;
}
.w-1200{
    width: 1200px;
    margin: 0 auto;
}

/*头部begin*/
.header{
    position: relative;
    height: 500px;
}
.header_logo{
    position: absolute;
    top: 20px;
    left: 0;
    width: 321px;
    height: 53px;
    background: url("../images/logo.png") no-repeat;
}
.header_logo>a{
    display: block;
    width: 100%;
    height: 100%;
}
.header_logo_title{
    position: absolute;
    top: 100px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 1200px;
}
.header_logo_title .title-m{
    margin-top: 30px;
    margin-bottom: 40px;
}
/*头部end*/

/*工作动态begin*/
.xxjt_tle {
    position: relative;
    height: 60px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
}
.xxjt_tle i {
    position: absolute;
    width: 415px;
    height: 42px;
    top: 5px;
}
.xxjt_tle i.l {
    left: 8px;
    background-image: url(../images/tjxylth_lhqy_left.png) ;
    background-repeat: no-repeat;
}
.xxjt_tle i.r {
    right: 0;
    background-image: url(../images/tjxylth_lhqy_right.png);
    background-repeat: no-repeat;
}
.xxjt_tle span{
    position: relative;
    left: 445px;
    z-index: 99;
    display: block;
    width: 313px;
    height: 60px;
    background: url("../images/tle_xwsd.png") no-repeat;
}
.xxjt_tle span a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.xwsd_list ul{
    overflow: hidden;
}
.xwsd_list li{
    width: 50%;
    float: left;
}
.xwsd_list li .item{
    padding: 10px;
    background: #fff;
    margin-bottom: 21px;
    cursor: pointer;
    box-shadow: 1px 1px 10px #8cc2e6;
    margin: 10px;
    border-radius: 10px;
}
.xwsd_list li .item p{
    overflow: hidden;
    /*border: 1px solid rgba(108, 154, 148, 1);*/
    border-radius: 10px;
    padding: 5px 25px;
}
.xwsd_list li .item span{
    font-size: 16px;
    /*color: rgba(108, 154, 148, 1);*/
    float: left;
    margin-right: 36px;
    padding-right: 50px;
    border-right: 1px solid rgba(220, 222, 224, 1);
    text-align: center;
}
.xwsd_list li .item span em{
    font-style: normal;
    display: block;
    font-size: 26px;
    /*color: rgba(108, 154, 148, 1);*/
}
.xwsd_list li .item a{
    display: inline-block;
    margin-top: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    max-width: 70%;
    float: left;
    font-size:18px;
}
.xwsd_list > p {
    text-align: center;
    margin-top: 20px;
}
.xwsd_list > p a {
    color: #004a95;
    font-size: 20px;
}
/*工作动态end*/

/*政策解读begin*/
.zcjd_list li{
    width: 50%;
    float: left;
}
.zcjd_list li .item{
    margin: 10px;
    padding: 20px;
    height: 98px;
    /*background: linear-gradient(90deg, rgb(192 225 241) 0%, rgba(255, 255, 255, 0.9) 50%);*/
    /*border: 6px solid #3baff7;*/
    border-radius: 10px;
    box-shadow: 1px 1px 10px #8cc2e6;
}
.zcjd_list li .item a{
    display: block;
    font-size: 20px;
    height: 52px;
    overflow: hidden;
}
.zcjd_list li .item p{
    margin-top: 20px;
    color: rgba(102, 102, 102, 1);
}
.zcjd_list li .item p span{
    float: left;
}
.zcjd_list li .item p em{
    float: right;
    font-style: normal;
}
.zcjd_list ul{
    overflow: hidden;
}
.zcjd_list > p{
    text-align: center;
    margin-top: 20px;
}
.zcjd_list > p a{
    color: #004a95;
    font-size: 20px;
}
/*政策解读end*/

/*公开领域begin*/
.gkly-box {
    margin: 0px auto 20px;
}
.gkly-box ul {
    overflow: hidden;
}
.boxNew{
    width: 365px;
    height: 98px;
    background: #fff;
    float: left;
    display: flex;
    align-items: center;
    box-shadow: 1px 1px 10px #8cc2e6;
    border-radius: 10px;
    margin-left: 26px;
    margin-top: 26px;
    margin-bottom: 10px;
}
.boxNew:nth-child(3n+3){
    margin-right: 0;
}
.div_content {
    width: 95%;
    margin: 0 auto;
}
.chl_log {
    width: 70px;
    height: 65px;
    background-size: 100% 100%;
    float: left;
}
.chl_name {
    font-size: 20px;
    font-weight: bold;
    width: 74%;
    line-height: 65px;
    float: left;
    padding-left: 20px;
}
.gkly-box > p{
    text-align: center;
    margin-top: 20px;
}
.gkly-box > p a{
    color: #004a95;
    font-size: 20px;
}
/*公开领域end*/

/*其他begin*/
.tjxylth_tpjd{
    margin: 50px auto 30px;
    overflow: hidden;
}
.tpjd_list li{
    width: 580px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #8cc2e6;
}
.tpjd_list li:first-child{
    float: left;
}
.tpjd_list li:last-of-type{
    float: right;
}
.tpjd_list li img{
    border-radius: 10px;
}
/*其他end*/

/*地图begin*/
.jcgk-xzgk{
    overflow: hidden;
}
#zkMap{
    margin-left: -330px;
    transform: scale(0.7,0.7);
    margin-top: -120px
}
/*地图end*/

/* 尾部 */
.w-1000 {position: relative;width: 1200px;margin: 0 auto;}
.float-left {float: left;}
.float-right {float: right;}
.pc-last {width: 100%;height: 270px;border-top: 10px solid #044F92;background: #F0F0F0;}
.pc-last .pc-last-left {position: relative;width: 800px;height: 260px;padding: 20px 0;}
.pc-last-left span {color: #888888; padding: 0 5px;line-height: 30px;}
.pc-last-left span a {color: inherit;}
.pc-last-left span a:hover {color: #025395 !important;}
.pc-last .pc-last-right {position: relative;width: 400px;height: 260px;text-align: center;padding-top: 50px;}
.pc-last .pc-last-right span {margin: 0 10px;}
/* 尾部end */