/*头条*/

.toutiao {
    height: 90px;
    margin-top: 30px;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    padding: 0 55px;
    box-sizing: border-box;
}

.toutiao .sy-tt-logo {
    height: 60px;
    width: 103px;
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    margin-left: 0;
}

.toutiao .sy-tt-font {
    display: inline-block;
    height: 90px;
    line-height: 60px;
    font-size: 36px;
    color: #333333;
    max-width: 920px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.toutiao .sy-tt-font:hover {
    color: #1c69c6;
}


/*轮播开始*/

.lunbobox {
    height: 389px;
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: hidden;
}

.lunbo {
    width: 634px;
    height: 389px;
    float: left;
    position: relative;
    overflow: hidden;
}

.lunbo .hd ul {
    position: absolute;
    right: 30px;
    text-align: center;
    bottom: 20px;
    height: 18px;
    z-index: 2;
}

.lunbo .hd ul li {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 5px;
    background: #ffffff;
    cursor: pointer;
    margin-left: 10px;
}

.lunbo .hd li.on {
    width: 24px;
    background-color: #ff9d08;
}

.lunbo .bd ul li {
    position: relative;
}

.lunbo .bd ul li img {
    width: 634px;
    height: 389px;
    display: block;
}

.lunbo .bd ul li span {
    position: absolute;
    width: 100%;
    height: 57px;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    bottom: 0;
    display: block;
}

.lunbo .bd ul li span a {
    line-height: 57px;
    width: 65%;
    height: 100%;
    float: left;
    color: #ffffff;
    font-size: 18px;
    text-indent: 1.5em;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lunbo .hd ul {
    position: absolute;
    right: 30px;
    text-align: center;
    bottom: 20px;
    height: 18px;
    z-index: 2;
}

.lunbo:hover .prev {
    opacity: 1;
}

.lunbo:hover .next {
    opacity: 1;
}

.lunbo .prev {
    background: url(../images/left.png) no-repeat center;
    position: absolute;
    left: 10px;
    top: 45%;
    width: 41px;
    height: 41px;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s ease;
}

.lunbo .next {
    background: url(../images/right.png) no-repeat center;
    position: absolute;
    right: 10px;
    top: 45%;
    width: 41px;
    height: 41px;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s ease;
}

.gwyxx {
    float: right;
    width: 529px;
    height: 389px;
}

.gwyxx .hd {
    height: 42px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}

.gwyxx .hd ul {
    height: 42px;
    box-sizing: border-box;
    float: left;
}

.gwyxx .hd ul li {
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
    padding: 0 32px;
}

.gwyxx .hd ul li a {
    font-size: 25px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    height: 100%;
    color: #333333;
}

.more {
    width: 53px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
}

.gwyxx .hd ul li:nth-of-type(1) {
    padding-left: 0;
}

.gwyxx .hd ul li:last-child {
    padding-right: 0;
}

.gwyxx .hd ul li.on a {
    color: #1c69c6;
}

.gwyxx .hd ul li.on a:after {
    position: absolute;
    height: 4px;
    width: 100%;
    content: '';
    background-color: #1c69c6;
    left: 0;
    bottom: -1px;
}

.lie {
    margin-top: 12px;
}

.lie li {
    height: 44px;
    margin-top: 5px;
    position: relative;
}

.lie li a {
    text-indent: 1em;
    width: 75%;
    font-size: 18px;
    color: #333333;
    line-height: 44px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
    background: url(../images/dian.png) no-repeat top 22px left;
}

.lie li span {
    font-size: 16px;
    color: #999999;
    line-height: 44px;
    vertical-align: top;
    height: 44px;
    float: right;
}

.lie li:hover a {
    color: #1c69c6;
    background: url(../images/dian1.png) no-repeat top 22px left;
}

.gwyxx .lie li.block a {
    display: inline-block;
    width: 410px;
}

.gwyxx .lie li.block a em {
    display: inline-block;
    width: 341px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.gwyxx .lie li.block a img {
    float: left;
    margin-top: 15px;
}

.gwyxx .gwyzc {
    display: inline-block;
    margin-top: 20px;
}

.syhf {
    margin-bottom: 40px;
    position: relative;
    height: 110px;
    overflow: hidden;
}

.syhf .hd {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

.syhf .hd li {
    display: block;
    height: 16px;
    width: 16px;
    float: left;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0;
    color: #666666;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    margin-right: 2px;
    cursor: pointer;
}

.syhf .hd li.on {
    background: #c30406;
    color: #fff;
    cursor: pointer;
}

.syhf .bd a {
    height: 110px;
    width: 1200px;
    display: inline-block;
}

.syhf .bd img {
    height: 100%;
    display: block;
    width: 100%;
}

.tzggBox {
    margin-bottom: 40px;
    height: 310px;
    overflow: hidden;
}

.tzgg {
    width: 830px;
    float: left;
    overflow: hidden;
}

.tzgg .hd {
    height: 42px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}

.tzgg .hd h4 {
    width: 104px;
    height: 42px;
    position: relative;
    float: left;
}

.tzgg .hd h4:after {
    position: absolute;
    height: 4px;
    width: 100%;
    content: '';
    background-color: #1c69c6;
    left: 0;
    bottom: -1px;
}

.tzgg .hd h4 a {
    color: #1c69c6;
    font-size: 26px;
}

.tzgg .hd .more {
    width: 53px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
}

.tzgg .hd .more a {
    font-size: 16px;
    color: #999999;
}

.tzgg .hd .more a:hover {
    color: #1c69c6;
}

.tzgg .lie {
    margin-top: 20px;
}

.tzgg .lie a {
    width: 84%;
}

.tzggBox_r {
    width: 330px;
    height: 310px;
    float: right;
}

.tzggBox_r a {
    display: block;
    margin-top: 10px;
}

.tzggBox_r .yfxz {
    margin-bottom: 20px;
}


/*.tzggBox_r a img{*/


/*    transition: all .3s*/


/*}*/


/*.tzggBox_r a:hover{*/


/*    transform: scale(0.99);*/


/*}*/


/*政务服务*/

.zwgkqh {
    height: 640px;
    background: url("../images/zwbj.png") center center no-repeat;
    overflow: hidden;
}

.zwgkqh .sy_zffwbj {
    width: 1226px;
    height: 586px;
    margin-top: 30px;
    background: url("../images/zwqhbj.png") center center no-repeat;
    overflow: hidden;
}

.zwgkqh .sy_zffwbj>.hd {
    margin-top: 40px;
}

.zwgkqh .sy_zffwbj .hd ul {
    width: 828px;
    height: 72px;
    margin: 0 auto;
}

.zwgkqh .sy_zffwbj .hd ul li {
    width: 246px;
    height: 72px;
    float: left;
    font-size: 26px;
    color: #ffffff;
    line-height: 72px;
    margin-right: 30px;
    text-align: center;
    cursor: pointer;
    background: url("../images/sy-qhbtbj.png") center center no-repeat;
}

.zwgkqh .sy_zffwbj .hd ul li img {
    vertical-align: text-top;
    margin-right: 5px;
}

.zwgkqh .sy_zffwbj .hd ul li:nth-of-type(2) img {
    margin-top: 5px;
}

.zwgkqh .sy_zffwbj .hd ul li.on {
    background: url("../images/sy-qhbtbj1.png") center center no-repeat;
}

.sy-zwgknr {
    width: 1200px;
    height: 336px;
    margin: 0 auto;
    margin-top: 75px;
    padding: 0 40px;
    box-sizing: border-box;
    overflow: hidden;
}

.sy_zwgk {
    width: 810px;
    height: 336px;
    float: left;
    overflow: hidden;
}

.sy_zwgk .zwhd {
    height: 42px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}

.sy_zwgk .zwhd ul li {
    width: 104px;
    height: 42px;
    position: relative;
    float: left;
    margin-right: 30px;
}

.sy_zwgk .zwhd ul li.on:after {
    position: absolute;
    height: 4px;
    width: 100%;
    content: '';
    background-color: #1c69c6;
    left: 0;
    bottom: -1px;
}

.sy_zwgk .zwhd ul li.on a {
    color: #1c69c6;
}

.sy_zwgk .zwhd ul li a {
    color: #333333;
    font-size: 26px;
    font-weight: bold;
}

xgk .more {
    position: absolute;
    width: 53px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.more a {
    font-size: 16px;
    color: #999999;
}

.sy_zwgk .zwbd ul {
    margin-top: 15px;
}

.sy_zwgk .zwbd ul li {
    margin-top: 4px;
}

.sy-zfxxgk {
    width: 260px;
    height: 336px;
    float: right;
}

.sy-zfxxgk ul li {
    width: 260px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    margin-bottom: 8px;
    text-align: center;
    line-height: 45px;
    color: #333333;
    font-size: 18px;
}

.sy-zfxxgk ul li a {
    height: 55px;
    display: inline-block;
}

.sy-zfxxgk ul li img {
    vertical-align: middle;
    margin-right: 15px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.sy-zfxxgk ul li:hover img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.sy-zfxxgk ul li:hover a {
    color: #1c69c6;
}

.sy-zfxxgk ul li.sy_ysqgk {
    border: 0;
    height: 60px;
    line-height: 60px;
    background: #7aa0cd;
    margin-bottom: 0;
}

.sy-zfxxgk ul li.sy_ysqgk a {
    color: #ffffff;
}


/*政务服务*/

.sy_serve {
    width: 790px;
    height: 336px;
    float: left;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    margin-top: 10px;
}

.sy_serve .servehd {
    width: 714px;
    height: 165px;
    border-bottom: 1px solid #ebebeb;
}

.sy_serve .servehd ul li {
    width: 90px;
    height: 165px;
    float: left;
    margin-left: 115px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.sy_serve .servehd ul li span {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-top: 30px;
}

.sy_serve .servehd ul li p {
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}

.sy_serve .servehd ul .gr span {
    background: url("../images/sy_grtb.png") center center no-repeat;
}

.sy_serve .servehd ul .fr span {
    background: url("../images/sy_frbstb.png") center center no-repeat;
}

.sy_serve .servehd ul .bm span {
    background: url("../images/sy_abncktb.png") center center no-repeat;
}

.sy_serve .servehd ul .gr.on span {
    background: url("../images/sy_grtb1.png") center center no-repeat;
    ;
}

.sy_serve .servehd ul .fr.on span {
    background: url("../images/sy_frbstb1.png") center center no-repeat;
}

.sy_serve .servehd ul .bm.on span {
    background: url("../images/sy_abncktb1.png") center center no-repeat;
}

.sy_serve .servehd ul li.on p {
    color: #1d69c7;
}

.sy_serve .servehd ul li.on::after {
    position: absolute;
    height: 15px;
    width: 15px;
    content: '';
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-left: 0;
    border-top: 0;
    bottom: -17px;
    left: 50%;
    transform: translate(0, -50%) rotate(45deg);
}

.servebd {
    width: 714px;
    overflow: hidden;
}

.servebd_nr {
    height: 140px;
    position: relative;
    margin-top: 10px;
}

.tyHd {
    width: 100%;
    height: 29px;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.tyHd ul {
    display: inline-block;
}

.tyHd ul li {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 5px;
    margin-top: 10px;
    background: #cccccc;
    cursor: pointer;
    margin-left: 10px;
    text-indent: 9999px;
}

.tyHd ul li.on {
    width: 24px;
    background-color: #1d69c7;
}

.tyBd {
    height: 70px;
    overflow: hidden;
    margin-top: 20px;
}

.tyBd ul {
    width: 714px !important;
}

.tyBd ul li {
    width: 100px;
    height: 35px;
    float: left;
    text-align: center;
    line-height: 35px;
    overflow: hidden;
    padding: 0 9px;
}

.tyBd ul li a {
    color: #666666;
    font-size: 16px;
    display: inline-block;
    width: 100px;
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tyBd ul li a:hover {
    color: #4c88d3;
    font-weight: 700;
}

.zhengwu {
    width: 286px;
    height: 336px;
    float: right;
    margin-top: 10px;
    background: #e3f3fe;
}

.zhengwu_tit {
    width: 286px;
    height: 90px;
}

.sy_zhengwu_nr {
    width: 246px;
    margin: 0 auto;
    margin-top: 10px;
}

.sy_zhengwu_nr li {
    width: 246px;
    height: 65px;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #cbe7fa;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.sy_zhengwu_nr li a {
    width: 246px;
    display: inline-block;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    text-indent: 35px;
    background: url("../images/gdtb.png") 200px center no-repeat;
}

.sy_zhengwu_nr li a img {
    vertical-align: middle;
    margin-right: 15px;
}


/*政民互动*/

.sy_zmhd {
    width: 683px;
    height: 336px;
    margin-top: 5px;
    float: left;
}

.sy_zmhd .zxftHd {
    height: 50px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}

.sy_zmhd .zxftHd ul li {
    width: 104px;
    height: 50px;
    position: relative;
    float: left;
    margin-right: 30px;
    line-height: 40px;
    box-sizing: border-box;
}

.sy_zmhd .zxftHd ul li.on:after {
    position: absolute;
    height: 4px;
    width: 100%;
    content: '';
    background-color: #1c69c6;
    left: 0;
    bottom: -1px;
}

.sy_zmhd .zxftHd ul li.on a {
    color: #1c69c6;
}

.sy_zmhd .zxftHd ul li a {
    color: #333333;
    font-size: 26px;
    font-weight: bold;
}

.sy_zxft {
    margin-top: 28px;
}

.sy_zxft li.block {
    height: 161px;
    margin-top: 0;
    background: url("../images/syzxft_bj.png") right center no-repeat;
    overflow: hidden;
    margin-bottom: 15px;
}

.sy_zxft li.block em {
    display: inline-block;
    width: 241px;
    height: 135px;
    margin-top: 13px;
    float: left;
}

.sy_zmhd .zxftBd .lie li {
    margin-top: 3px;
}

.sy_zxft li.block .block_nr {
    width: 360px;
    height: 111px;
    float: right;
    margin-top: 25px;
    margin-right: 50px;
}

.sy_zxft li.block .block_nr h2 a {
    width: 100%;
    font-size: 20px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.sy_zxft li {
    height: 44px;
    position: relative;
}

.sy_zxft li>a {
    text-indent: 1em;
    width: 540px;
    font-size: 18px;
    color: #333333;
    line-height: 44px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
    background: url(../images/dian.png) no-repeat top 22px left;
}

.sy_zxft li>span {
    font-size: 16px;
    color: #999999;
    line-height: 44px;
    vertical-align: top;
    height: 44px;
    float: right;
}

#zxft li:hover a {
    color: #1c69c6;
    background: url(../images/dian1.png) no-repeat top 22px left;
}

.sy_zxft li.block .block_nr h2 a:hover {
    color: #1c69c6;
}

.sy_zxft li.block .block_nr .block_b {
    margin-top: 5px;
}

.sy_zxft li.block .block_nr .block_b p {
    line-height: 30px;
    color: #666666;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/*意见征集*/

.sy_yjzz {
    margin-top: 13px;
}

.sy_yjzz li {
    height: 44px;
    margin-top: 2px;
    position: relative;
}

.sy_yjzz li em {
    display: inline-block;
    width: 74px;
    height: 25px;
    float: left;
    line-height: 25px;
    text-align: center;
    font-size: 15px;
    margin-top: 9.5px;
    color: #666666;
    background: url("../images/yjzz2.png") center center no-repeat;
    margin-right: 10px;
}

.sy_yjzz li em.on {
    background: url("../images/yjzj1.png") center center no-repeat;
    color: #be0016;
}

.sy_yjzz li span {
    font-size: 16px;
    color: #999999;
    line-height: 44px;
    vertical-align: top;
    height: 44px;
    float: right;
}

.sy_yjzz li a {
    width: 465px;
    font-size: 18px;
    color: #333333;
    line-height: 44px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
}

.sy_yjzz li:hover a {
    color: #1c69c6;
}

.sy_xjgs {
    width: 400px;
    height: 336px;
    float: right;
    margin-top: 5px;
}

.sy_xjgs>.hd {
    height: 50px;
    border-bottom: 1px solid #dcdcdc;
}

.sy_xjgs .hd h3 {
    width: 110px;
    height: 50px;
    float: left;
    position: relative;
}

.sy_xjgs .hd h3 a {
    font-size: 26px;
    color: #333333;
    display: inline-block;
    line-height: 40px;
}

.sy_xjgs .hd h3:after {
    position: absolute;
    height: 4px;
    width: 100%;
    content: '';
    background-color: #1c69c6;
    left: 0;
    bottom: -1px;
}

.sy_xjgs .hd p {
    float: right;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #999999;
}

.sy_xjgs .hd p em {
    color: #fab600;
}

.sy_xjgs ul li a {
    width: 65%;
}

.xjhd {
    height: 115px;
    width: 100%;
    margin-top: 10px;
}

.xjhd a {
    width: 120px;
    height: 115px;
    display: inline-block;
    border-radius: 5px;
    background: #f3f7fa;
    margin-right: 15px;
    text-align: center;
}

.xjhd a.smrx {
    margin-right: 0;
}

.xjhd a span {
    display: inline-block;
    margin-top: 20px;
}

.xjhd a p {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
}

.xjhd a:hover p {
    color: #1c69c6;
}


/*专题专栏*/

.ztzl {
    height: 230px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.ztzl-title {
    height: 40px;
    width: 100%;
    text-align: center;
    background: url('../images/sy-ztzl-title.png') no-repeat center;
}

.ztzl-title a {
    display: block;
    width: 160px;
    height: 40px;
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
    padding-left: 30px;
    color: #1c69c6;
    box-sizing: border-box;
    background: url("../images/sy_zt.png") left center no-repeat;
}

.ztzl_con {
    width: 1200px;
    height: 150px;
    position: relative;
    overflow: hidden;
    margin-top: 25px;
}

.ztzl_con li {
    height: 151px;
    margin-right: 20px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.ztzl_con li img {
    width: 285px;
}

.ztzl_con .prev {
    position: absolute;
    left: 0;
    top: 50%;
    height: 38px;
    width: 25px;
    z-index: 2;
    background: url(../images/ztzl_left.png) no-repeat center;
    transform: translate(0, -50%);
}

.ztzl_con .next {
    position: absolute;
    display: block;
    height: 38px;
    width: 25px;
    right: 0;
    z-index: 2;
    top: 50%;
    background: url(../images/ztzl_right.png) no-repeat center;
    transform: translate(0, -50%);
}