body{
    background: #f4f4f4;
}

.container {
    width: 1500px;
    margin: 0 auto;
}

/* header */
header {
    width: 100%;
    background: #fff;
    height: auto;
    background-size: 100% 100%;
    position: relative;
    margin: auto
}

header .tophp .logo {
    width: 420px;
    margin-top: 30px;
}
header .tophp .logo .logo_gh{
    float:left;
    width: 70px;
}
header .tophp .logo .logo_gh img{
    width: 100%;
}
header .logo .logo_red2{
    width: 340px;
    float: left;
    margin-top: 10px;
}
header .logo .logo_red2 img{
    width: 100%;
    float: left;
}
header .tophp {
    width: 1500px;
    margin: 0 auto;
    overflow: hidden;
    /* padding: 0 20px; */
}

.header_top .header_left {
    float: left;
}

.header_left li {
    float: left;
    line-height: 40px;
    margin-right: 15px;
}

.header_left li a{
    color: #000;
    font-size: 14px;
}

.header_left li span {
    margin-left: 5px;
}

.top_list {
    float: right;
}

.top_list img {
    margin-right: 4px;
}
.h_login{
    float:right;
    
margin-top: 11px;margin-left: 20px;}
.header_cont{
    border-bottom: 1px solid #e5e5e5;
}

.header_top {
    width: 1500px;
    margin: 0 auto;
    /* padding: 0 20px; */
}

.header_top .weather {
    float: left;
}

.weather span {
    font-size: 12px;
    margin-top: 10px;
    line-height: 25px;
    display: inline-block;
    margin-right: 12px;
}

.weather iframe {
    float: right;
    margin-top: 10px;
}

.header_top .top_list li {
    display: inline-block;
    padding: 10px 5px;
}

.header_top .top_list li span{
    font-size: 14px;
}

.header_top .top_list li a {
    color: #4e4e4e;
}

.header_content .search {
    width: 350px;
    height: 36px;
    margin: 45px auto 0 40px;
    background: white;
    border: solid 1px #c9cacb;
}

.header_content .search input[type="text"] {
    padding-left: 20px;
    border: none;
    background: no-repeat;
    outline: none;
    height: 34px;
    width: 88%;
    line-height: 34px;
    background: #fff;
}

header .search .btnsearch {
    border: none;
    outline: none;
    width: auto;
    height: 34px;
    float: right;
    color: white;
    font-size: 16px;
    background: #fff;
    background-repeat: no-repeat;
    padding-left: 8px;
    background-position: 20px center;
}

.header_right{
    margin: 0 auto;
}

.menu_list {
    width: 100%;
    background: #0a5491;
    margin: 0 auto;
}

.menu_list ul {
    width: 1500px;
    margin: 0 auto;
    /* overflow: hidden; */
}

.menu_list li {
    float: left;
    width: 235px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    border-left: 1px solid #fff;
}

.menu_list li:first-child {
    border-left: none;
}

.menu_list li img {
    display: none;
    margin: 0 12px 5px 0;
}

.menu_list li.active {
    background-color: #1c6bac;
    /* font-size:  14px; */
}

.menu_list li.active img {
    display: inline-block;
}

.menu_list li a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-weight: bold;
}

.menu_list li{
    position: relative;
}
.menu_list li div{
    position: absolute;
    background: #1c6bac;
    z-index: 99;
    display: none;
}
.menu_list li div a{
    font-size: 18px;
}
.menu_list li:hover div{
    display: block;
}


.main_index{
    position: relative;
    padding: 20px;
    height: auto;
    background: #fff;
    margin-bottom: 40px;
}

.banner{
    position: relative;
    float: left;
    width: 640px;
    height: 400px;
    /* margin-top: 20px; */
}
.banner > div{
    float: left;
}
.banner .bannerImg{
    position: relative;
    /* overflow: hidden; */
    width: 100%;
    height: 100%;
}
.banner .bannerImg ul{
    position: absolute;
    width: 100%;
    height: 100%;
}
.banner .bannerImg li{
    display: none;
    position: relative;
    float: left;
    width: 640px;
    height: 100%;
    opacity:0;
}
.banner .bannerImg li.active{
    display: block;
}
.banner .bannerImg li p{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
    line-height: 42px;
    text-indent: 1em;
    font-size: 16px;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    font-weight: bold;
    text-align: center;
}
.banner .bannerImg li p a{
    overflow: hidden;
    display: block;
    width: 100%;
    font-family:Arial;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.banner .dot{
    position: absolute;
    bottom: 15px;
    right: 10px;
    /* display: none; */
}
.banner .dot li{
    float: left;
    margin: 0 5px;
    width: 9px;
    height: 9px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
}
.banner .dot li.active{
    background-color: #fff;
}

.banner .bannerImg li img{
    width: 100%;
    height: 100%;
}
.banner .bannerInfo{
    position: relative;
    overflow: hidden;
    width: 500px;
    height: 100%;
}
.banner .bannerInfo ul{
    position: absolute;
    width: 100%;
    height: 700%;
}
.banner .bannerInfo ul li{
    padding: 30px;
    width: 100%;
    height: 370px;
    background: #F5F5F5;
}
.banner .bannerInfo ul li .infotitle{
    font-weight: bold;
    font-size: 20px;
}
.banner .bannerInfo ul li .infotime,.banner .bannerInfo ul li .infosource{
    margin-top: 25px;
    font-size: 14px;
    color: #888;
}
.banner .bannerInfo ul li .infomemo{
    margin-top: 25px;
    font-size: 16px;
    line-height: 32px;
}
.banner .bannerInfo ul li .infomemo span{
    color: #F87200;
}
.bannerbtn .leftbtn,.bannerbtn .rightbtn{
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    width: 30px;
    height: 40px;
    line-height: 35px;
    top: 40%;
    cursor: pointer;
}

.bannerbtn .leftbtn{
    left: 0;
    background: url(../images/lbtnbg.png) no-repeat;
}
.bannerbtn .rightbtn{
    right: 0;
    background: url(../images/rbtnbg.png) no-repeat;
}







.index_main .first_item{
    width: 100%;
    /* background: #f2f2f2; */
    margin-top: -2px;
}
.first_item > .container{
    padding-bottom: 26px;
}
.banner_item{
    width: 660px;
    /* height: 385px; */
    height: 410px;
    position: relative;
    float: left;
    overflow: hidden;
}
.bner{
    width: 100%;
    height: 100%;
    position: relative;
}
.bner .bd,
.bner .bd .tempWrap,
.bner .bd .tempWrap ul{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bner .bd ul li{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    /* background: #EDF3FA; */
}
.bner .bd ul li .banner_cont{
    width: 100%;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    /* background: rgba(0,0,0,.6); */
    background: none;
    text-align: center;
}

.bner .bd ul li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.bner .bd ul li a dl{
    display: none;
    color:#808080;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* text-indent: 2em; */
    font-size: 16px;
}

.bner .bd ul li a img {
    width: 100%;
    /* height: 385px; */
    height: 370px;
}
.bner .bd ul li span {
    /* width: 83%; */
    width: 100%;
    font-size: 18px;
    /* margin-bottom:5px; */
    /* color: #fff; */
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #333;
}
.bner .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: rgba(255,255,255,.43);
    margin-left: 10px;
}
.bner .hd ul li.on {
    background: #FF7A38;
}
.bner .hd {
    position: absolute;
    right: 15px;
    /* bottom: 15px; */
    bottom: 55px;
}
.prev,
.next {
    width: 26px;
    height: 45px;
    position: absolute;
    /* top: 30%; */
    top: 41%;
}
.prev {
    left: 0;
    background: url("../images/lbtnbg.png") no-repeat;
}
.next {
    right: 0;
    background: url("../images/rbtnbg.png") no-repeat;
}






.zwgkRirht{
    float: left;
    width: 54%;
    padding-left: 30px;
}
.zwgkRirht .dh{
    padding-top: 10px;
    border-bottom: solid 1px #DCDCDC;
    margin-bottom: 10px;
}
.zwgkRirht .dh span{
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #999999;
    /* font-weight: bold; */
    margin-right: 50px;
    cursor: pointer;
    background-position: 0 bottom;
}
.zwgkRirht .dh span.active{
    padding-bottom: 15px;
    color: #000;
    background: url(../images/icond_bg.png) no-repeat;
    background-position: 0 bottom;
    font-weight: bold;
}
.zwgkRirht .dh span::after{
    content: '';
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 4px;
    background: #2E74C9;
}
.zwgkRirht .dh span.active::after{
    display: block;
}
.zwgkRirht>.kp1 {
    /* height: 220px; */
    transition: all 0.4s linear;
}
.zwgkRirht>.kp1:last-child{
    margin-top: -6px;
}
.zwgkRirht>.kp1 .listNews{
    margin-top: 10px;
    line-height: 38px;
}

.listNews {
    line-height: 37px;
    margin-top: 15px;
}

.listNews li {
    background-image: url(../images/newicond2.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 14px;
    font-size: 18px;
    line-height: 45px;
}

.listNews li .data {
    float: right;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    margin-left: 30px;
}

.listNews li a {
    transition: all .4s linear;
    color: #000;
}

.gxyw_list {
    line-height: 37px;
    margin-top: 0px;
}

.gxyw_list li {
    background-image: url(../images/newicond2.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 14px;
    font-size: 18px;
    /* line-height: 40px; */
    line-height: 26px;
    margin-top: 14px;
}
.gxyw_list li:first-child {
   margin-top:0;
}

.gxyw_list li .data {
    float: right;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    margin-left: 30px;
}

.gxyw_list li a {
    transition: all .4s linear;
    color: #000;
}
.gwyzcwj .otows:last-child a,.szfzcwj .otows a,.gwyzcwj .gjzcwj2.gjzcwj2.gjzcwj2{
    color:#2E74C9;
    margin: 0 auto;
    font-weight: bold;
}
.gwyzcwj .gjzcwj2.gjzcwj2.gjzcwj2{background-image: url(../images/newicond2.png);background-repeat: no-repeat;background-position: 0 center;padding-left: 14px;margin-left: 120px;}
.gwyzcwj .otows:last-child a+a,.szfzcwj .otows a + a{
    color: #000;
    font-weight: initial;
}
.szfxx_list li{
    /* height: 40px; */
    height: 26px;
}

.szfxx_list li a{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    height: 100%;
}
.szfxx_list li span{
    display:none;
    float: right;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
}


.otows {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.tzggbox .listNews .otows{
    white-space: unset;
}
a.gd {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 38px;
    float: right;
}
/* .zwgkRirht>.kp1:hover {
    -moz-box-shadow: 5px 5px 10px #999;
    box-shadow: 5px 5px 10px #999;
} */

.tznl{
    width: 19%;
    float: left;
}

.tznl a{
    /* width:265px; */
}

.tznl ul{
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.tznl ul li{
   list-style-type: none;
   /* background: url(../images/iconbtn_bg.png) no-repeat; */
   margin-bottom: 15px;
   height: auto;
}
.tznl ul li:nth-child(4){
     width:48%;
     float: left;
}
.tznl ul li:nth-child(5){
     width:48%;
     float: right;
}
.tznl ul li a img{
    width: 100%;
}

.tznl ul li a span{
    font-size: 24px;
    color: #1368b7;
    line-height: 70px;
}
.tznl ul li a p{
    margin-left: 88px;
    font-size: 16px;
    color: #1368b7;
    margin-top: -22px;
}
.tznl ul li a .zwfw{
    padding: 0px;
    background: none;
    width: 100%;
    height: 100%;
}


.tzgg{
    float: left;
    margin-top: 30px;
    width: 33%;
}

.zwfww img{
    width:100%;
}
.tzgg-imgbox{
    float: left;
    width: 67.3%;
    overflow: hidden;
    margin-top: 30px;
}
.tzgg-imgbox .zwfww{
    float: left;
    width: 33%;
    margin-right: 0.5%;
}
.tzgg-imgbox .mr0{
    margin-right: 0;
}
.tzgg-imgbox .zwfww img{
    width: 100%;
    height: 75px;
}

.tzgglist{
    /* margin-top: 30px; */
    padding: 23px 30px;
    background: #FAFAFA;
}
.tzgglist .tzgglist-a{
    font-size: 30px;
    float: right;
    text-decoration: none;
    color: #999999;
}


.tzggbox .dh span{
    display: inline-block;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    /* margin-right: 30px; */
    cursor: pointer;
    line-height: 32px;
}
.tzggbox .dh span a{
    color:#000;
}
.tzggbox .dh span.active{
    padding-bottom: 17px;
    color: #000;
    /* background: url(../images/icond_bg.png) no-repeat; */
    background-position: 0 bottom;
}
.tzggbox>.kp2 {
    width: 100%;
    height: auto;
    transition: all 0.4s linear;
    float: left;
}
.tzggbox>.kp2 .listNews{
    margin-top: 15px;
    line-height: 38px;
}
.tzggbox .listNews li{
    line-height: 24px;
    height: 48px;
    background-position: 0 13px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tzggbox .listNews li + li{
    margin-top: 19px;
}


/* */
/* .cyzc{
    float: left;
    margin: 30px 0 0px;
    margin-left: 3.5%;
    width: 31%;
} */

.cyzc{
    float: left;
    margin: 30px 0 0px;
    margin-left: 1%;
    width: 33.3%;
}


.gxyw{
    margin-top: -74px;
    float: right;
    width: 31%;
}
.gxyw .tzgglist{
    margin-top: 0px;
    background: url(../images/index/gxywlistbg.png) no-repeat top center;
}

.tzggbox .gxyw .listNews li{
    line-height: 26px;
    height: auto;
    white-space:nowrap;
    display: block;
}
.tzggbox .gxyw .listNews li + li{
    margin-top: 19px;
}
.ztzlbox{
    margin-top: 30px;
}
.ztzlbox .ztzltit{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #E5E5E5;
}
.ztzlbox .ztzltit a{
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    color: #000;
}
.ztzlbox .ztzltit a::after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    margin-left: -28px;
    width: 56px;
    height: 4px;
    background: #2E74C9;
}
.ztzl_list{
    position:relative;
    margin-top: 32px;
    width: 100%;
}
.ztzl_list .ztswiper{
    overflow: hidden;
}
.ztzl_list img{
    width: 343px;
    height: 96px;
}
.ztzl_list .arrow-left {
    display: inline-block !important;
    position: absolute;
    left: -15px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-top: -65px;
    background: #fff url(../images/index/newzt_left.png) center no-repeat;
    background-size: unset;
    z-index: 22;
    cursor: pointer;
}
.ztzl_list .arrow-right {
    display: inline-block !important;
    position: absolute;
    right: -15px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-top: -65px;
    background: #fff url(../images/index/newzt_right.png) center no-repeat;
    background-size:  unset;
    z-index: 22;
    cursor: pointer;
}
/* */
.footer{
    height: auto;
    width: 100%;
    background: #ffffff;
    border-top: 4px solid #0A5491;
    padding: 0px;
}
.footinfo{
    padding: 20px 0;
    height: 130px;
    width: 1500px;
    margin: 0 auto;
}
.footleft{
    width: 68%;
    float: left;
}
.footleft p{
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}
.footleft p a{
    color: #000000;
    text-decoration: none;
}
.footright{
    width: 32%;
    float: left;
    text-align: right;
}
.footright span {
    margin: 0 12px;
    line-height: 32px;
    font-size: 15px;
}

.footright span a{
    color: #000000;
    text-decoration: none;
}
.footright .dzjg{
    margin-top: 20px;
}
.footright span  img{
    width: 70px;
}



/* æ–°é—»å¤´æ¡ */

.index-ttxw{
    /* display: none; */
    text-align: center;
    border-radius: 10px 10px 0 0;
    padding: 10px 0 25px 0;
}
.index-ttxw h1{
    font-size: 34px;
    font-family: siyuanSong;
    line-height: 51px;
    padding: 0 0;
    margin-bottom: 12px;
}
.index-ttxw h1 a{
    font-family: siyuanSong;
        color: #015293;
}
.index-ttxw .rd_memo{
    font-size: 20px;
    line-height: 28px;
    color: #015293;
}
.index-ttxw .rd_memo a{
    color: #015293;
    opacity: 0.55;
}
.index-ttxw .rd_memo p a,
.index-ttxw .rd_memo p{
    font-size: 20px !important;
    line-height: 28px !important;
    text-indent: 0 !important;
    font-family: å¾®è½¯é›…é»‘, å®‹ä½“, Verdana, Arial !important;
    text-align: center !important;
}
.index-heads{
    position:relative
}
.znwd_top{
    position: absolute;
    right: 0%;
    top: 16%;
    z-index: 1000;
    width: 200px;
}

.znwd_top a.qyfw{
    display:none;
    position:absolute;
    left:-78px;
}

.znwd_top a.grfw{
    display:none;
    position:absolute;
    top:58px;
    left:-120px;
    width:150px;
}

@media (max-width: 1520px) {
    .header_top{
        width: 1200px;
    }
    header .tophp{
        width: 1200px;
    }
    header .tophp .logo{
        width: 410px;
    }
    .header_content .search{
        width: 260px;
        margin: 50px auto 0 20px;
    }
    .header_content .search input[type="text"]{
        width: 85%;
    }
    .header_right{
        width: 510px;
    }
    .header_right img{
        height:auto;
    }

    .banner{
        width: 460px;
        height: 300px;
    }
    .banner .bannerImg li{
        width: 460px;
    }

    .zwgkRirht .dh span.active {
        padding-bottom: 15px;
        color: #000;
        background: url(../images/icond_bg.png) no-repeat;
        background-position: 0 36px;
    }

    .zwgkRirht>.kp1{
    }
    .zwgkRirht .dh span{
        font-size: 20px;
        margin-right: 35px;
    }
    .zwgkRirht .dh span.gdbox{
        line-height:0;
        /* padding-bottom:10px; */
    }

    .gxyw_list li{
        /* line-height: 34px; */
        /* height: 34px; */
        /* font-size:16px; */
        margin-top: 12px;
        /* height: 26px; */
        box-sizing: border-box;
        overflow: hidden;
    }
    /* .gxyw_list li:nth-child(7){
        display:none;
    } */
    .gxyw_list li:nth-child(8){
        /* display:none; */
    }
    .listChoice ul.gxyw_list:nth-child(4) li:nth-child(8){
    display:block;
}
    .listChoice ul.gxyw_list:nth-child(4) li:nth-child(9){
    /* display:none; */
}
    
    .listNews li{
        line-height: 40px;
        font-size: 18px;
    }
    .tzggbox .gxyw .listNews li + li{
        margin-top: 17px;
    }
    .tznl{
        /* width:200px; */
    }
    .tznl ul li{
        height: auto;
        margin-bottom: 13px;
        width: 100%;
    }
    .tznl ul li a img{
        height: auto;
    }
    .tznl ul li:nth-child(2) a span{
        margin-top:-5px;
    }
    .tznl ul li img{
        height: 37px;
        vertical-align: middle;
        display: inline-block;
    }


    .tznl ul li:nth-child(2) a{
        width:100%;
    }
     .tznl ul a:nth-child(2){
         float:right;
     }
    .tznl ul li a {
        vertical-align: middle;
        display: inline-block;
    }
    .tznl ul .zwfwimg {
        background: none;
    }
    .tznl ul li a span{
        line-height: 63px;
        vertical-align: middle;
        display: inline-block;
        font-size: 20px;
    }

    .scsrmzfwz{
        width: 200px;
    }
    
    .tznl ul li a p{
        margin-top: -22px;
        margin-left: 65px;
        font-size: 14px;
    }
    .tzgglist{
        padding:15px;
    }
    .tzggbox .dh span{
        font-size:20px;
    }
    .tzgg>.kp2{
        width: 100%;
    }
    .cyzc{
        /* margin-left: 30px; */
    }
    .cyzc>.kp2{
        width: 100%;
    }
    .ztzl>.kp2{
        width: 100%;
    }
    .ztzl{
        margin-left: 0px;
    }
    .ztzl>.kp2 a img{
        margin-top: 0px;
        height: 74px;
    }
    .menu_list ul{
        width: 1200px;
    }
    .menu_list li{
        width: 185px;
    }
    .container {
        width: 1200px;
    }
    .banner_item{
        /* width: 400px; */
        /* height: 330px; */
        /* height: 387px; */
    }
    
.bner .bd ul li a img {
    /* height: 100%; */
    height: 370px;
}
    .footinfo{
        width: 1200px;
        height: 160px;
    }
    .footleft{
        width:70%;
    }
    .footleft p{
        font-size: 15px;
    }
    .footright{
        width:30%;
    }
    .footright span{
      margin: 0 5px;
    }
    .gwyzcwj .gjzcwj2.gjzcwj2.gjzcwj2{margin-left:35px}

    .tzgg-imgbox .zwfww img{
        height: 60px;
    }
    .gxyw{
        margin-top: -60px;
    }
.zwgkRirht{
    width: 43%;
    padding-left: 20px;
}
}


@media (max-width: 768px) {

    .listNews li .data{
        margin-left:10px;
    }
    a.gd{
        font-size: 14px;
        line-height: 20px;
    }
    .fhydy{
        display:none;
    }
    .header_top{
       display: none;
    }
    header .tophp{
        width: 100%;
    }
    header .tophp .logo{
        width: 100%;
        margin: 20px auto 0;
        text-align: center;
    }
    header .tophp .logo img{
        width: 80%;
    }

    header .tophp .logo a{
        float: left;
        display:block;
    }

    header .tophp .logo img{
        float:initial;
        width: initial;
        margin:10px 0
    }


    .header_content .search{
       margin-left: 10%;
       margin: 30px auto 0 30px;
       margin-bottom: 20px;
       width: 80%;
    }
    .header_content .search input[type="text"] {
        width: 82%;
    }
    .header_right{
        width: 100%;
        display: none;
    }
    .container{
        width: 100%;
    }
    .menu_list ul{
        width: 100%;
    }

    .menu_list li{
        width: 33%;
        border-left: none;
        font-size: 18px;
        line-height: 45px;
        height: 45px;
    }
    .zwgkRirht .dh span{
        font-size: 15px;
        margin-right: 2px;
    }

    .scsrmzfwz {
        width: 100%;
    }
    .ztzl_list .arrow-left{
        left:0;
    }
    .ztzl_list .arrow-right{
        right:0;
    }
    .footinfo{
        width: 100%;
        height: auto;
        display:inline-block;
        padding: 0px;
    }
    .banner_item{
        width: 100%;
        height: 262px;
    }
    .main_index{
        padding: 0px;
    }
    .banner .bannerImg li{
        width: 100%;
    }
    .banner{
        width: 100%;
        height: 200px;
    }
    .bner .hd{
        display: none;
        bottom:200px;
    }
    .bner .bd ul li .banner_cont{
        width: 100%;
        padding: 10px;
        background: rgba(0, 0, 0, .6);
        bottom: 0;
    }
    .bner .bd ul li span{
        width:100%;
        font-size: 16px;
        color: #fff;
    }
    .zwgkRirht{
        margin: 0;
        width: 100%;
        padding: 10px;
    }
    .zwgkRirht>.kp1{
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .cyzc>.kp2,.gxyw>.kp2{
        width: 100%;
        padding: 10px;
    }
    .gxyw
    .zwgkRirht .dh span{
        margin-right: 2px;
        font-size: 15px;
    }
    .zwgkRirht .dh span.active {
        padding-bottom: 15px;
        color: #000;
        background: url(../images/icond_bg.png) no-repeat;
        background-position: 0 34px;
    }
    .tzgg{
        width: 100%;
        padding: 10px;
        margin-top: 0px;
    }
    .tzgg>.kp2{
        width: 100%;
    }
    .tznl ul li a img{
        /* padding-left:10px; */
        width: 100%;
        height: auto;
    }
    .tznl ul li:nth-child(5){
        margin: 0 auto;
        margin-right: 5px;
    }
    .zwfwimg {
        margin-left: 5px;
    }
    .tznl ul li{
        width: 98%;
        float: left;
        height: auto;
        margin-bottom: 5px;
        margin-left: 4px;
    }

    .tznl ul li a p{
        margin-left:35px;
    }

    .tznl{
        margin-top: 20px;
        width: 100%;
        margin: 0px;
    }
     .tznl ul{
        padding: 0px;
    }
    .tznl ul a{
        width: 100%;
        float: left;
        margin-bottom: 0px !important;
    }
    .zwfwimg a{
        width:100% !important;
    }
    .zwfwimg img{
        width: 100% !important;
    }
    .cyzc{
        margin: 0 auto;
        width: 100%;
        padding: 0px;
    }
    .gxyw{
        width:100%;
    }
    .dot{
        display: none;
    }
    .ztzl{
        width: 100%;
        margin: 0 auto;
    }
    .ztzl>.kp2{
        width: 100%;  
        padding: 10px;
    }
    .ztzl>.kp2 a img{
        margin-top: 0px;
        height: auto;
    }
    .footleft{
        width: 100%;
        padding: 0px 10px;
    }
    .footleft p{
        font-size: 13px;
        line-height: 22px;
    }
    .gywm{
        display: none;
    }
    .footright .dzjg{
        margin-top: 5px;
    }
    .footright{
        width: 100%;
        padding: 10px;
    }
    .tzgg-imgbox{
        float: none;
        width: 100%;
        padding: 0 10px;
    }
    .tzgg-imgbox .zwfww{
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 13px;
    }
    .gxyw{
        margin-top: 30px;
    }
    .tzgg-imgbox .zwfww img{
        height: 75px;
    }

    .index-ttxw h1{
        font-size: 26px;
        line-height: 30px;
    }
    .index-ttxw .rd_memo{
        display: none;
    }
    .index-ttxw{
        padding: 10px 0 15px 0;
    }
    .bner .bd ul li a img{
        width: 100%;
        height: auto;
    }
}

/* @font-face {
    font-family: 'siyuanSong'; 
    src: url('//www.chengdu.gov.cn/cdsrmzf/xhtml/fonts/SourceHanSerifCN-Bold.otf') format('truetype');
} */
.w1340{width: 1340px;margin: 0 auto;}
  .hotNews{
    text-align: center;
    /* margin: 20px 0; */
    margin-top: 20px;
    margin-bottom: 30px;

  }
  .hotNews h1{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 36px;
    /* background: url(//www.chengdu.gov.cn/cdsrmzf/xhtml//images/hotNews_bg.png) no-repeat left center; */
  }
.hotNews h1 *{flex:1 0 1;}
  .hotNews h1 a{
    margin-left: 20px;
    font-size: 30px;
    color: #d61518;
    font-family: siyuanSong;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
      text-overflow:ellipsis;
      overflow:hidden;
  }
  .hotNews h1 .more_url{
    text-align: center;
  }
  .hotNews .more_url{
    margin-top: 17px;
  }
  .hotNews .more_url a,.hotNews .more_url span{
    color: #d61518;
    font-size: 24px;
    text-decoration: none;
  }
  .hotNews .more_url span{
    padding: 0 30px;
  }
  @media (max-width: 768px) {
    .w1340{
        width: 100%;
    }
    .hotNews h1{
      padding: 0;
      background: none;
    }
    .hotNews h1 a{
      font-size: 18px;
    }
    .hotNews .more_url{
      display: none;
    }
  }
