/*通用列表*/

.List {
    margin-top: 40px;
    overflow: hidden;
}

.List_l {
    width: 240px;
    min-height: 938px;
    float: left;
    position: relative;
    background: #f1f5f8;
}

.List_l h3 {
    height: 106px;
    line-height: 97px;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    background: url("../images/list_l.png") center center no-repeat;
}

.List_l ul {
    width: 220px;
    min-height: 200px;
    background: #ffffff;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 30px;
    margin-top: -9px;
    padding-bottom: 30px;
}

.List_l ul li {
    height: 56px;
    line-height: 56px;
    text-align: center;
    margin-top: 10px;
}

.List_l ul li a {
    color: #333333;
    font-size: 18px;
}

.List_l ul li.on,
.List_l ul li:hover {
    background: #f1f9fe;
    border-left: 5px solid #1c69c6;
    box-sizing: border-box;
}

.List_l ul li.on a,
.List_l ul li:hover a {
    font-weight: bold;
    color: #6093d5;
}

.List_l p {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 155px;
    height: 108px;
    background: url("../images/list_b.png") center center no-repeat;
}

.List_r {
    width: 910px;
    height: auto !important;
    min-height: 200px;
    float: right;
    overflow: hidden;
}

.List_tite {
    height: 50px;
    border-bottom: 1px solid #dcdcdc;
}

.List_tite span {
    display: inline-block;
    height: 50px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    color: #1c69c6;
    position: relative;
}

.List_tite span::after {
    position: absolute;
    content: '';
    height: 4px;
    width: 100%;
    bottom: -1px;
    left: 0;
    background: #0068b7;
}

.List_bd {
    margin-top: 30px;
}

.List_r .lie li {
    margin-top: 2px;
}

.lie li.fen {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #c5c5c5;
}


/*通用细览*/

.Detail {
    margin: 40px auto;
    padding: 40px 40px 20px 40px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-sizing: border-box;
}

.Detail .Detail_title {
    min-height: 120px;
    background: url("../images/xlbtbj.png") bottom center no-repeat;
    padding-bottom: 10px;
}

.Detail .Detail_title h1 {
    font-size: 28px;
    color: #333333;
    line-height: 44px;
    text-align: center;
    padding-bottom: 20px;
}

.DetailDiv {
    height: 46px;
    line-height: 46px;
}

.DetailDiv span {
    font-size: 15px;
    color: #666666;
    display: inline-block;
}

.DetailDivr {
    width: 290px;
    height: 46px;
    float: right;
    font-size: 14px;
    color: #666666;
}

.Font_size {
    width: 110px;
    height: 46px;
    float: left;
}

.Font_size a {
    display: inline-block;
    width: 50px;
    height: 46px;
    background: url("../images/zt_img3.png") right center no-repeat;
    text-align: center;
}

.Font_size a img {
    display: inline-block;
    width: 26px;
    height: 18px;
    vertical-align: text-top;
}

.DetailShar {
    width: 160px;
    height: 46px;
    float: right;
}

.DetailShar span img {
    vertical-align: text-top;
}

.bshare-custom {
    float: right;
}

.bshare-custom .social-share {
    display: inline;
}

.DetailShar a {
    float: left;
    padding: 0 !important;
    width: 33px !important;
    height: 33px !important;
    margin-right: 12px !important;
    margin-top: 6px;
}

.DetailShar a.bshare-weixin {
    background: url(../images/weixinbj.png) no-repeat center !important;
}

.DetailShar a.bshare-sinaminiblog {
    background: url(../images/weibobj.png) no-repeat center !important;
    margin-left: 10px !important;
}

.DetailShar a.bshare-qzone {
    background: url(../images/qzonebj.png) no-repeat center !important;
    margin-right: 0 !important;
}

.SubXiText {
    min-height: 300px;
    padding: 20px 0;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.SubXiText p {
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.SubXiText img {
    max-width: 90%;
    margin: 20px auto;
    display: inline-block;
}

.ShangXia {
    font-size: 16px;
    padding-top: 30px;
}

.ShangXia p {
    line-height: 36px;
    color: #333333;
}

.ShangXia span {
    color: #1c69c6;
    display: inline-block;
    vertical-align: top;
}

.ShangXia a {
    color: #333333;
    font-size: 16px;
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ShangXia a:hover {
    color: #1c69c6;
}

.DetailPrint {
    width: 190px;
    height: 30px;
    margin-left: 0;
}

.DetailPrint a {
    display: inline-block;
    width: 70px;
    height: 30px;
    text-align: center;
    text-indent: 1em;
    color: #666666;
}

.DetailPrint a.dy {
    background: url("../images/dytb.png") left center no-repeat;
}

.DetailPrint a.gb {
    margin-left: 35px;
    background: url("../images/gbtb.png") left center no-repeat;
}


/*专题专栏*/

.SpList {
    margin: 40px auto;
    min-height: 200px;
}

.SpList_bd ul {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 30px;
}

.SpList_bd ul li {
    width: 285px;
    height: 218px;
    float: left;
    margin-right: 19px;
    margin-top: 30px;
}

.SpList_bd ul li:nth-of-type(4n) {
    margin-right: 0;
}

.SpList_bd ul li .img {
    width: 285px;
    height: 150px;
    overflow: hidden;
}

.SpList_bd ul li .img img {
    display: inline-block;
    width: 285px;
    height: 150px;
    transition: all .3s;
}

.SpList_bd ul li:hover img {
    transform: scale(1.03);
}

.SpList_bd ul li p {
    height: 70px;
    line-height: 70px;
    border: 1px solid #eaeaea;
    font-size: 18px;
}

.SpList_bd ul li p a {
    width: 100%;
    display: inline-block;
    color: #333333;
    height: 70px;
    position: relative;
    text-indent: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SpList_bd ul li p a::after {
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 17px;
    background: #1c69c6;
}

.SpList_bd ul li:hover p a {
    color: #1c69c6;
}


/*通用单页*/

.List_page {
    margin-top: 30px;
    line-height: 32px;
    color: #333333;
    font-size: 16px;
}

.List_page p {
    margin-bottom: 20px;
}


/*图片新闻*/

.List_pic ul {
    border-bottom: 1px dotted #e6e6e6;
    padding-bottom: 30px;
}

.List_pic ul li {
    width: 283px;
    float: left;
    margin-top: 30px;
    margin-right: 30px;
    overflow: hidden;
}

.List_pic ul li>img {
    display: block;
    width: 100%;
    height: 158px;
    transition: all .5s;
}

.List_pic ul li .sp {
    width: 283px;
    height: 153px;
    overflow: hidden;
    position: relative;
}

.List_pic ul li .sp span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    margin-top: -25px;
}

.List_pic ul li p {
    margin-top: -2px;
    background: url("../images/picBj.png") top center no-repeat;
    border: 1px solid #e6e6e6;
    border-top: 0;
}

.List_pic ul li p span {
    width: 100%;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    margin-top: 20px;
    text-indent: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.List_pic ul li p span::after {
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 17px;
    background: #1c69c6;
}

.List_pic ul li p em {
    display: inline-block;
    line-height: 30px;
    color: #666666;
    margin-bottom: 15px;
    text-indent: 1em;
}

.List_pic ul li:hover a img {
    transform: scale(1.05);
}

.List_pic ul li:hover p {
    border-color: #1c69c6;
}


/*无子栏目图片列表*/

.SubList {
    margin-top: 40px;
    overflow: hidden;
}

.SubList .List_r {
    width: 1200px;
    float: none;
}

.SubList .List_r .List_pic {
    width: 100%;
}

.SubList .List_pic ul li {
    width: 277px;
}


/*信箱开始*/


/*受理范围*/

.Write {
    margin-top: 40px;
    overflow: hidden;
}

.Write .List_l {
    height: 800px;
}

.MarginBottom40 {
    margin-bottom: 40px;
}

.Write .cont {
    padding-top: 20px;
}

.Write .cont * {
    font-size: 16px !important;
    color: #666666 !important;
    line-height: 36px !important;
}

.Write .cont h3 {
    font-size: 18px !important;
    color: #222222 !important;
}

.SubJianx {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 40px;
    border-top: 1px dashed #e6e6e6;
    padding-top: 40px;
}

.SubJianx input {
    margin-right: 10px;
    cursor: pointer;
    font-size: 18px;
    color: #333333;
}

#xy_Submit {
    text-align: center;
    margin-top: 40px;
}

#xy_Submit button {
    height: 50px;
    border: none;
    background-color: #ccc;
    color: #fff;
    font-size: 18px !important;
    margin: 0 30px;
    cursor: no-drop;
    outline: none;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: left;
    padding: 0 20px;
}

#xy_Submit button.on {
    background-color: #3179D9;
    cursor: pointer;
}


/*我要写信*/

.WriteLetter {
    margin-top: 30px;
    min-height: 200px;
}

.WriteLetter .form-row {
    margin-bottom: 20px;
}

.WriteLetter .form-line {
    width: 430px;
    height: 48px;
    line-height: 48px;
    margin-right: 25px;
}

.WriteLetter label {
    font-size: 16px;
    color: #333333;
}

.WriteLetter input[type=text] {
    width: 75%;
    height: 48px;
    padding: 0 10px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 15px;
}

.WriteLetter span {
    height: 48px;
    margin-left: 8px;
    color: red;
    line-height: 48px;
    font-size: 14px;
    display: inline-block;
}

.form-rt {
    display: inline-block;
}

.form-rt input[type=radio] {
    margin-right: 10px;
}

.dz>input {
    width: 86% !important;
}

.WriteLetter select {
    width: 318px;
    height: 48px;
    color: #333333;
    box-sizing: border-box;
    border-radius: 5px;
    border-color: #ededed;
}

.WriteLetter .SubXieBiaoInp {
    width: 785px;
    height: 220px;
    padding: 7px 21px;
    line-height: 30px;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    background-color: #fff;
    border-radius: 5px;
}

.WriteLetter .SubXieBiaoInp textarea {
    display: block;
    width: 100%;
    height: 100%;
    resize: none;
    outline: none;
    border: none;
    background: none;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
}

.yzm {
    width: 315px !important;
}

.yzm input {
    width: 208px !important;
    margin-left: 15px;
}

.hyz {
    display: inline-block;
    margin-left: 20px;
    color: #295de0;
    line-height: 48px;
    text-decoration: underline;
}

.tijiao {
    padding: 20px 0 0;
    text-align: center;
    margin-bottom: 40px
}

.tijiao button {
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    outline: none;
    border: none;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
    margin: 0 14px;
    background: #e6e6e6;
    border-radius: 5px;
    transition: all .3s;
}


/*信件公示*/

.Letter_title {
    height: 50px;
    margin-top: 30px;
}

.Letter_title ul>li {
    float: left;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    background: #f8f8f8;
    margin-right: 5px;
}

.Letter_title li.type {
    width: 77px;
}

.Letter_title li.topic {
    width: 590px;
}

.Letter_title li.LetterDate {
    width: 112px;
}

.Letter_title li.situation {
    width: 116px;
    margin-right: 0;
}

.LetterList {
    margin-top: 20px;
    min-height: 606px;
}

.LetterList>li {
    height: 44px;
    line-height: 44px;
    margin-top: 5px;
}

.LetterList>li i {
    display: inline-block;
    width: 77px;
    text-align: center;
    overflow: hidden;
}

.LetterList>li a {
    display: inline-block;
    width: 605px;
    height: 44px;
    padding-left: 15px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.LetterList>li span {
    display: inline-block;
    width: 107px;
    overflow: hidden;
    text-align: center;
}

.LetterList>li em {
    display: inline-block;
    width: 116px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.LetterList li.fen {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #c5c5c5;
}

.LetterList>li:hover a {
    color: #1c69c6;
}


/*信件回复*/

.responses {
    width: 910px;
    min-height: 560px;
    margin-top: 40px;
}

.SubHuiFu {
    width: 100%;
    min-height: 222px;
    border-top: 1px solid #eaeaea;
}

.SubHuiFu ul li {
    width: 100%;
    height: 75px;
    line-height: 75px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    border-top: 0;
    font-size: 16px;
    border-left: 0;
}

.SubHuiFu ul li .xj_l {
    width: 454px;
    height: 75px;
}

.SubHuiFu ul li span {
    width: 130px;
    height: 74px;
    display: inline-block;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    box-sizing: border-box;
    background: #f7faff;
    text-align: center;
    color: #333333;
}

.SubHuiFu ul li em {
    display: inline-block;
    width: 260px;
    padding: 0 15px;
    color: #666666;
    box-sizing: border-box;
}

.hufuzt {
    width: 750px !important;
    box-sizing: border-box;
}

.lxnr {
    height: 130px !important;
    overflow: hidden;
}

.lxnr span {
    height: 130px !important;
    line-height: 130px;
    overflow: hidden;
}

.lxnr textarea {
    display: inline-block;
    width: 760px;
    height: 100%;
    resize: none;
    outline: none;
    border: none;
    background: none;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    padding: 15px 15px;
    box-sizing: border-box;
}

.lxnr i {
    display: inline-block;
    width: 760px;
    height: 100%;
    resize: none;
    outline: none;
    border: none;
    background: none;
    font-size: 16px;
    overflow: auto;
    color: #666666;
    padding: 15px 0;
    line-height: 32px;
    float: right;
    box-sizing: border-box;
}

.hufuxian {
    width: 100%;
    height: 1px;
    background: #eaeaea;
    margin: 30px auto;
}


/* 信件查询 start */

.SubXun {
    margin-top: 30px;
    min-height: 450px;
}

.SubXunTopBox {
    width: 100%;
    height: 110px;
    border: 1px solid #ebebeb;
    padding: 30px 40px;
    box-sizing: border-box;
    border-radius: 5px;
}

.SubXunTop {
    height: 50px;
}

.SubXunBox {
    width: 380px;
    height: 50px;
    margin-right: 20px;
    float: left;
}

.SubXunTop span {
    float: left;
    width: 100px;
    font-size: 16px;
    color: #333333;
    line-height: 50px;
    text-align: center;
}

.SubXunTop .SubXunInp {
    float: left;
    width: 240px;
    height: 50px;
    line-height: 48px;
    padding: 0 20px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
}

.SubXunTop .SubXunInp input {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: none;
    outline: none;
    background: none;
    font-size: 16px;
    color: #666666;
}

.SubXunTop i {
    display: inline-block;
    line-height: 48px;
    margin-left: 10px;
    color: #ff4544;
}

.SubXunTop .SubXunInp input::placeholder {
    color: #cccccc;
}

.SubXunTop button {
    float: right;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    outline: none;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    background: #4177d8;
}

.SubXunTop button:hover {
    background: #4177d8;
}

.SubXunCen {
    font-size: 16px;
    color: #666666;
    line-height: 100px;
    text-align: center;
}

.SubXunBot {
    margin-top: 40px;
}

.SubXunBot ul li {
    height: 47px;
    line-height: 47px;
    margin-top: 10px;
}

.SubXunBot ul li.SubXunLi1 {
    width: 100%;
    height: 60px;
    background: #f8f8f8;
    line-height: 60px;
}

.SubXunBot ul li span {
    float: left;
    font-size: 18px;
    color: #333333;
    box-sizing: border-box;
}

.SubXunBot ul li span.SubXunSpan1 {
    width: 150px;
    text-align: center;
}

.SubXunBot ul li span.SubXunSpan2 {
    width: 360px;
}

.SubXunBot ul li span.SubXunSpan3 {
    width: 140px;
    text-align: center;
}

.SubXunBot ul li span.SubXunSpan4 {
    width: 150px;
    text-align: center;
}

.SubXunBot ul li span.SubXunSpan5 {
    /*width: 75px;*/
    text-align: right;
}

.SubXunBot ul li em {
    float: left;
    font-size: 18px;
    color: #333333;
    box-sizing: border-box;
}

.SubXunBot ul li em.SubXunEm1 {
    width: 150px;
    text-align: center;
}

.SubXunBot ul li em.SubXunEm2 {
    width: 360px;
}

.SubXunBot ul li em.SubXunEm3 {
    width: 147px;
    text-align: center;
}

.SubXunBot ul li em.SubXunEm4 {
    width: 128px;
    background: url("../images/huifuimg.png") no-repeat 30px center;
    text-align: center;
    padding-left: 40px;
}

.SubXunBot ul li em.on {
    background: url("../images/huifuimg1.png") no-repeat 30px center;
}

.SubXunBot ul li a {
    float: left;
    width: 75px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    margin-top: 8px;
    box-sizing: border-box;
    background: #1c69c6;
    border-radius: 15px;
}

.SubXunBot ul li a.on {
    background: #cccccc;
    cursor: not-allowed;
}


/* 信件查询 end */


/*意见征集*/

.Comments {
    margin-top: 10px;
    min-height: 500px;
    overflow: hidden;
}

.Comments li {
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #ededed;
    margin-top: 20px;
}

.Comments li em {
    display: block;
    width: 78px;
    height: 30px;
    line-height: 30px;
    float: left;
    padding-left: 22px;
    color: #666666;
    margin-top: 20px;
    background: url('../images/zjlist.png') center center no-repeat;
}

.Comments li em.on {
    color: #1c69c6;
    background: url("../images/zjlist1.png") center center no-repeat;
}

.Comments li .nr {
    width: 770px;
    height: 50px;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
}

.Comments li .nr a {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.Comments li .nr p {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #999999;
}

.Comments li:hover a {
    color: #1c69c6;
}


/*在线访谈*/

.interviews {
    min-height: 500px;
    overflow: hidden;
}

.interviews li {
    height: 231px;
    margin-top: 30px;
    border-bottom: 1px dashed #e6e6e6;
}

.interviews li .pic {
    width: 358px;
    height: 201px;
    float: left;
}

.interviews li .pic img {
    display: block;
    width: 358px;
    height: 201px;
}

.interviews li .cot {
    width: 500px;
    height: 201px;
    float: right;
    margin-right: 20px;
}

.interviews li .cot a {
    display: block;
    font-weight: 700;
    color: #333333;
    font-size: 20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.interviews li .cot a:hover {
    color: #1c69c6;
}

.interviews li .cot p {
    width: 100%;
    height: 50px;
    line-height: 25px;
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.interviews li .cot em {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #666666;
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.interviews li .cot em.ftjb {
    padding-left: 25px;
    background: url("../images/zxftimg.png") left center no-repeat;
}

.interviews li .cot em.ftsj {
    padding-left: 25px;
    margin-top: 10px;
    background: url("../images/zxftimg1.png") left center no-repeat;
}


/*在线访谈细览*/

.interviewsXilanTop {
    box-sizing: border-box;
    background: url("../images/zxftxlbj.png") center right no-repeat;
    height: 344px;
}

.interviewsXilanTop img {
    display: block;
    width: 540px;
    height: 303px;
    margin-top: 20px;
    float: left;
}

.interviewsXilanTop .cot {
    width: 514px;
    height: 260px;
    float: right;
    margin-top: 30px;
    margin-right: 30px;
}

.interviewsXilanTop .cot h3 {
    color: #333333;
    font-size: 20px;
    width: 100%;
    min-height: 30px;
    line-height: 30px;
}

.interviewsXilanTop .cot p {
    min-height: 50px;
    line-height: 25px;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}

.interviewsXilanTop .cot em {
    display: block;
    min-height: 30px;
    line-height: 30px;
    color: #666666;
    margin-top: 10px;
}

.interviewsXilanTop .cot em.ftjb {
    padding-left: 25px;
    background: url("../images/zxftimg.png") left 6px no-repeat;
    min-height: 60px;
    line-height: 30px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.interviewsXilanTop .cot em.ftsj {
    padding-left: 25px;
    margin-top: 10px;
    background: url("../images/zxftimg1.png") left center no-repeat;
}

.interviewsXilanTop .cot em.ftdw {
    padding-left: 25px;
    margin-top: 5px;
    background: url("../images/zxftimg2.png") left center no-repeat;
}

.FangtanShilu {
    width: 1120px;
    min-height: 200px;
    margin-top: 40px;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    padding: 40px;
    box-sizing: border-box;
}

.FangtanShilu ul {
    max-height: 494px;
    overflow-y: auto;
    padding-right: 40px;
}

.FangtanShilu ul::-webkit-scrollbar {
    width: 5px;
    background-color: #e6e6e6;
    border-radius: 3px;
}

.FangtanShilu ul::-webkit-scrollbar-thumb {
    background-color: #1c69c6;
    border-radius: 3px;
}

.ldxx_yjzjxl_yjfk {
    margin-top: 40px;
    margin-bottom: 40px;
}

.ldxx_yjzjxl_yjfk .sub_list_tit {
    position: relative;
    border: none;
    height: 60px;
    background-color: #1c69c6;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.FanKuix {
    padding: 40px 80px 10px;
    border: 1px solid #e6e6e6;
}

.FanKuixDiv {
    float: left;
    width: 465px;
    height: 50px;
    padding-bottom: 30px;
}

.FanKuixDiv span {
    float: left;
    width: 113px;
    font-size: 16px;
    color: #333333;
    text-align: right;
    line-height: 50px;
    margin-right: 20px;
}

.FanKuixDiv span.duan {
    width: 68px;
}

.FanKuixDiv span i {
    color: #fa2b2b;
}

.FanKuixDiv .FanKuixInp {
    float: left;
    width: 330px;
    height: 50px;
    padding: 0 21px;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}

.FanKuixDiv .FanKuixInp input {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    outline: none;
    border: none;
    background: none;
    font-size: 16px;
    color: #333333;
}

.FanKuixDiv .FanKuixInp input::placeholder {
    color: #999999;
}

.FanKuixDivr {
    float: right;
}

.FanKuixDiv1 {
    width: 100%;
    height: 180px;
}

.FanKuixDiv1 .FanKuixInp {
    width: 852px;
    height: 180px;
    padding: 10px 21px;
}

.FanKuixDiv1 .FanKuixInp textarea {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 28px;
    resize: none;
    border: none;
    outline: none;
    background: none;
    font-size: 16px;
    color: #333333;
    font-family: 'Microsoft YaHei' !important;
}

.FanKuixDiv1 .FanKuixInp textarea::placeholder {
    color: #999999;
}

.FanKuixDiv2 {
    width: 100%;
}

.FanKuixDiv2 .FanKuixInp {
    float: left;
    width: 214px;
}

.YanZhengMa {
    float: left;
    width: 166px;
    height: 50px;
    cursor: pointer;
    margin-left: 24px;
}

.FanKuiTi {
    float: right;
    text-align: center;
}

.FanKuiTi button {
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    background: #e6e6e6;
    cursor: pointer;
    margin-left: 13px;
    border-radius: 5px;
    outline: none;
    border: none;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.FanKuiTi button:hover {
    color: #ffffff;
    background: #4177d8;
}

.FanKuiTi button[type='submit'] {
    color: #ffffff;
    background: #4177d8;
}

.YiJianList {
    padding-bottom: 30px;
}

.YiJianListx {
    padding: 30px 50px 40px 0px;
    padding-left: 90px;
    border: 1px solid #e6e6e6;
}

.YiJianListx .fy {
    padding-bottom: 0;
}

.YiJianListx .YiListDiv {
    min-height: 150px;
}

.YiJianListx .YiJianListDiv {
    line-height: 40px;
    padding-bottom: 10px;
}

.YiJianListx .YiJianListDiv span {
    display: inline-block;
    font-size: 16px;
    color: #333333;
}

.YiJianListx .YiJianListDiv i {
    display: inline-block;
    font-size: 16px;
    color: #4177d8;
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
    margin-left: 20px;
}

.YiJianListx .YiJianListDiv em {
    display: inline-block;
    font-size: 16px;
    color: #999999;
}

.ldxx_yjzjxl_yjlb {
    margin-top: 30px;
    margin-bottom: 40px;
}

.ldxx_yjzjxl_yjlb .xll_pagebox {
    margin-top: 10px;
}

.FangtanShilu ul li {
    margin-bottom: 40px;
}

.FangtanShilu ul li span {
    display: block;
    font-size: 18px;
    color: #1c69c6;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.FangtanShilu ul li p {
    border-radius: 3px;
    padding: 20px;
    line-height: 30px;
    color: #666666;
    font-size: 16px;
    position: relative;
    border: 1px solid #e6e6e6;
    background-color: #f7fafd;
}

.FangtanShilu ul li p::after {
    content: '';
    height: 10px;
    width: 10px;
    display: block;
    background-color: #f7fafd;
    left: 40px;
    top: -2px;
    position: absolute;
    transform: rotate(45deg) translate(-50%, 0);
    border: 1px solid #e6e6e6;
    border-right: 0;
    border-bottom: 0;
}

.yjzjjg {
    padding: 30px 50px 40px 30px;
    border: 1px solid #e6e6e6;
    line-height: 30px;
    font-size: 16px;
    color: #333333;
}

#zjjg {
    display: none;
}

.zxftxl_yp {
    margin: 0 auto;
    margin-top: 40px;
    padding: 0 40px;
}


/*领导之窗*/

.lead {
    min-height: 200px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.lead_l {
    width: 280px;
    height: auto;
    min-height: 200px;
    float: left;
}

.lead_l ul li {
    width: 100%;
    height: 76px;
    border: 1px solid #dee8ef;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 10px;
    background: url("../images/ldxlTb.png") no-repeat 228px 20px;
}

.lead_l ul li a {
    display: block;
    padding: 0 30px;
}

.lead_l ul li h3 {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #000000;
    margin-top: 2px;
}

.lead_l ul li p {
    height: 25px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666666;
    font-size: 16px;
}

.lead_l ul li:hover {
    background: #e1ecf8 url("../images/ldxlTb1.png") no-repeat 228px 21px;
}

.lead_l ul li:hover h3 {
    color: #1c69c6;
}

.lead_l ul li:hover p {
    color: #1c69c6;
}

.lead_l ul li.on {
    background: #e1ecf8 url("../images/ldxlTb1.png") no-repeat 228px 21px;
}

.lead_l ul li.on h3,
.lead_l ul li.on p {
    color: #1c69c6;
}

.lead_r {
    width: 870px;
    height: auto;
    min-height: 200px;
    float: right;
}

.lead_r .lead_t {
    width: 320px;
    height: 350px;
}

.lead_r .lead_zp {
    width: 181px;
    height: 267px;
    background: url("../images/ldtpBj.png") center center no-repeat;
}

.lead_r .lead_zp img {
    width: 181px;
    height: 255px;
    display: block;
}

.lead_r .lead_t h3 {
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #000000;
    text-align: center;
}

.lead_r .lead_t p {
    line-height: 30px;
    text-align: center;
    color: #666666;
    font-size: 18px;
}

.lead_fg {
    width: 869px;
    min-height: 162px;
    border: 1px solid #d4e4f7;
    box-sizing: border-box;
    margin-top: 40px;
    position: relative;
}

.lead_fg .title {
    width: 151px;
    height: 31px;
    position: absolute;
    top: -15px;
    left: 20px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 22px;
    color: #1c69c6;
    background: #ffffff;
    font-weight: bold;
}

.lead_fg .title img {
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px;
}

.lead_nr {
    width: 100%;
    height: auto !important;
    min-height: 50px;
    margin-top: 20px;
    padding: 20px 30px 30px 20px;
    box-sizing: border-box;
    color: #333333;
    line-height: 30px !important;
    font-size: 16px;
    text-indent: 2em;
}

.lead_nr * {
    font-weight: '微软雅黑' !important;
    font-size: 16px !important;
    line-height: 30px !important;
    color: #333333 !important;
}

.lead_jl {
    margin-top: 50px;
}

.loading {
    min-height: 600px;
    position: relative;
}

.loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* 信件评价 start */

#mask_shadow {
    display: none;
    opacity: 0;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#popup {
    display: none;
    opacity: 0;
    position: fixed;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 380px;
    height: 250px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
}

#popup.show {
    display: block;
    opacity: 1;
}

#mask_shadow.show {
    display: block;
    opacity: 1;
}

#popup .title {
    position: relative;
    width: 100%;
    height: 55px;
    background-color: #5bc0de;
    cursor: move;
}

#popup .title p {
    padding-left: 14px;
    line-height: 55px;
    color: #fff;
}

#popup .title span {
    position: absolute;
    top: 12px;
    right: 20px;
    width: 30px;
    height: 30px;
    color: #000;
    opacity: 0.2;
    font-size: 21px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #333;
}

#popup .title span:hover {
    opacity: 0.8;
}

#popup .cont {
    width: 100%;
    height: 135px;
    background-color: #ffffff;
}

#btn1:hover {
    color: #4177d8;
}

#starRating .photo span {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 42px;
    overflow: hidden;
    margin-right: 23px;
    cursor: pointer;
}

#starRating .photo span:last-child {
    margin-right: 0px;
}

#starRating .photo span .nohigh {
    position: absolute;
    width: 44px;
    height: 42px;
    top: 0;
    left: 0;
    background: url(../images/star.png);
}

#starRating .photo span .high {
    position: absolute;
    width: 44px;
    height: 42px;
    top: 0;
    left: 0;
    background: url(../images/star1.png);
}

#starRating .starNum {
    font-size: 26px;
    color: #de4414;
    margin-top: 4px;
    margin-bottom: 10px;
}

#starRating .bottoms {
    height: 54px;
    border-top: 1px solid #d8d8d8;
}

#starRating .photo {
    margin-top: 30px;
}

#starRating .bottoms a {
    margin-bottom: 0;
}

#starRating .bottoms .garyBtn {
    margin-right: 57px !important;
}

#starRating .bottoms a {
    width: 130px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    transition: all 0.2s linear;
    margin: 16px 0 22px;
    text-align: center;
    cursor: pointer;
}

.garyBtn {
    margin-right: 60px !important;
    background-color: #e1e1e1;
    color: #999999;
}

.blueBtn {
    background-color: #1968b1;
    color: #fff;
}

.blueBtn:hover {
    background: #0e73d0;
}


/*政务动态*/

.bmdt {
    width: 638px;
}

.bmdt .hd {
    height: 42px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}

.bmdt .hd h4 {
    height: 42px;
    position: relative;
    float: left;
}

.bmdt .hd h4 a {
    color: #1c69c6;
    font-size: 26px;
}

.bmdt .hd h4:after {
    position: absolute;
    height: 4px;
    width: 100%;
    content: '';
    background-color: #1c69c6;
    left: 0;
    bottom: -1px;
}

.ywdt_tzgg {
    width: 528px;
}

.tpxw {
    height: 245px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.tpxw .tpxw_title {
    width: 65px;
    height: 245px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tpxw .spxw_title {
    width: 65px;
    height: 245px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.tpxw .parBd {
    width: 1070px;
    height: 245px;
}

.tpxw_con {
    width: 1070px;
    height: 245px;
    background: #f1f5f8;
    margin-left: 0;
}

.tpxw_r {
    width: 1020px;
    height: 205px;
    margin-right: 20px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.tpxw_r .bd {
    overflow: hidden;
}

.tpxw_r .bd ul li {
    width: 240px;
    height: 205px;
    float: left;
    margin-right: 20px;
    background: #ffffff;
}

.tpxw_r .bd ul li img {
    width: 240px;
    height: 147px;
}

.tpxw_r .bd ul li p {
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    font-size: 18px;
    padding: 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tpxw_r .bd ul li p a {
    color: #333333;
}

.tpxw_con .sNext {
    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%);
}

.tpxw_con .sPrev {
    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%);
}

.tpxw_r .bd ul li:hover p a {
    color: #1c69c6;
}

.MarginT40 {
    margin-top: 40px;
}


/* 政务服务 */

.zwfw {
    margin-top: 40px;
    height: 117px;
    background: url(../images/zyzwfw.png) center center no-repeat;
    padding: 0 40px;
    box-sizing: border-box;
}

.zwfw>a {
    display: block;
    width: 126px;
    height: 30px;
    float: left;
    margin-left: 252px;
    margin-top: 30px;
}

.zwfw ul {
    width: 600px;
    height: 66px;
    float: right;
    margin-top: 25px;
    margin-right: 20px;
}

.zwfw ul li {
    width: 180px;
    height: 66px;
    float: left;
    margin-right: 20px;
}

.zwfw_con {
    margin-top: 40px;
    height: 440px;
    margin-bottom: 40px;
    background: #f1f5f8;
    border-radius: 5px;
    padding: 40px;
    box-sizing: border-box;
}

.zwfw_con .hd {
    height: 50px;
    border-bottom: 3px solid #dbe7ef;
    box-sizing: border-box;
}

.zwfw_con .hd ul li {
    width: 370px;
    height: 50px;
    float: left;
    margin-left: 3px;
    box-sizing: border-box;
    cursor: pointer;
}

.zwfw_con .hd ul li a {
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    font-size: 22px;
    color: #333333;
}

.zwfw_con .hd ul li a.gr {
    background: url(../images/zwfwico4.png) left center no-repeat;
    padding-left: 35px;
}

.zwfw_con .hd ul li a.fr {
    background: url(../images/zwfwico5.png) left center no-repeat;
    padding-left: 35px;
}

.zwfw_con .hd ul li a.bm {
    background: url(../images/zwfwico6.png) left center no-repeat;
    padding-left: 35px;
}

.zwfw_con .hd ul li.on {
    border-bottom: 3px solid #1c69c6;
}

.zwfw_con .hd ul li.on a.gr {
    background: url(../images/zwfwico7.png) left center no-repeat;
}

.zwfw_con .hd ul li.on a.fr {
    background: url(../images/zwfwico8.png) left center no-repeat;
}

.zwfw_con .hd ul li.on a.bm {
    background: url(../images/zwfwico9.png) left center no-repeat;
}

.zffw_cont {
    margin-top: 10px;
    position: relative;
}

.multipleColumn {
    overflow: hidden;
    height: 300px;
    position: relative;
}

.zy_TyBd ul li {
    width: 208px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    background: #ffffff;
    padding: 0 5px;
    box-sizing: border-box;
}

.zy_TyBd ul li a {
    width: 100%;
    height: 60px;
    display: block;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zy_TyBd ul li:nth-child(5n) {
    margin-right: 0;
}

.zy_TyBd ul li:hover {
    background: #1c69c6;
}

.zy_TyBd ul li:hover a {
    color: #fff;
}


/* 政民互动 */

.xzxx {
    margin-top: 40px;
}

.Hd {
    height: 42px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}

.Hd h4 {
    min-width: 104px;
    height: 42px;
    position: relative;
    float: left;
}

.Hd h4:after {
    position: absolute;
    height: 4px;
    width: 100%;
    content: '';
    background-color: #1c69c6;
    left: 0;
    bottom: -1px;
}

.Hd h4 a {
    color: #1c69c6;
    font-size: 26px;
}

.xzxx .bd {
    margin-top: 40px;
    min-height: 450px;
    margin-bottom: 40px;
}

.xzxx .bd_l {
    width: 766px;
    float: left;
}

.xzzx_menu {
    width: 100%;
    height: 122px;
}

.xzzx_menu a {
    width: 180px;
    height: 122px;
    background: #f7faff;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    font-size: 18px;
    color: #333;
    padding-top: 30px;
    box-sizing: border-box;
}

.xzzx_menu a p {
    line-height: 30px;
    margin-top: 5px;
}

.xzzx_xjgs {
    min-height: 20px;
    margin-top: 40px;
    height: 300px;
}

.xzzx_xjgs>ul {
    margin-top: 30px;
}

.xzzx_xjgs>ul li {
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
}

.xzzx_xjgs>ul li i {
    display: inline-block;
    width: 77px;
    text-align: center;
    overflow: hidden;
}

.xzzx_xjgs>ul li a {
    display: inline-block;
    width: 438px;
    height: 44px;
    padding-left: 15px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}

.xzzx_xjgs>ul li span {
    display: inline-block;
    width: 112px;
    overflow: hidden;
    text-align: center;
}

.xzzx_xjgs>ul li em {
    display: inline-block;
    width: 116px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xzzx_xjgs>ul li:hover a {
    color: #1c69c6;
}

.hlxf {
    display: block;
    margin-top: 30px;
    height: 110px;
}

.zmhd_ft {
    margin-top: 40px;
}

.zmhd_ft_con li.block {
    height: 248px;
    background: url(../images/zmhdico7.png) right center no-repeat;
}

.zmhd_ft_con li.block em {
    width: 356px;
    height: 204px;
    margin-top: 22px;
}

.zmhd_ft_con li.block em img {
    width: 356px;
    height: 204px;
}

.zmhd_ft_con li.block .block_nr {
    width: 330px;
}

.zmhd_ft_con li.block .block_nr h2 {
    height: 80px;
}

.zmhd_ft_con li.block .block_nr h2 a {
    height: 80px;
    white-space: normal;
}

.bd_r {
    width: 394px;
    float: right;
}

.zmhd_xjtj {
    height: 463px;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 40px;
    box-sizing: border-box;
}

.xjtj_title {
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
}

.xjtj_title h4 {
    display: inline-block;
    font-size: 20px;
    color: #333333;
}

.xjtj_title span {
    margin-left: 10px;
    font-size: 15px;
    color: #666666;
}

.xjtj_t {
    height: 170px;
    border-bottom: 1px solid #dcdcdc;
    margin-top: 10px;
}

.xjtj_t ul li {
    width: 80px;
    height: 140px;
    margin-right: 37px;
    float: left;
    text-align: center;
}

.xjtj_t ul li .nr p {
    line-height: 30px;
    font-size: 24px;
    color: #333;
    font-weight: 700;
    margin-top: 10px;
}

.xjtj_t ul li .nr em {
    color: #666666;
    line-height: 25px;
    font-size: 16px;
}

.zmhd_zj {
    margin-top: 40px;
}

.zmhd_zj li {
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #ededed;
    margin-top: 20px;
}

.zmhd_zj li em {
    display: block;
    width: 65px;
    height: 30px;
    line-height: 30px;
    float: left;
    padding-left: 22px;
    color: #666666;
    margin-top: 20px;
    background: url('../images/zjlist.png') center center no-repeat;
}

.zmhd_zj li em.on {
    color: #1c69c6;
    background: url("../images/zjlist1.png") center center no-repeat;
}

.zmhd_zj li .nr {
    width: 280px;
    height: 50px;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
}

.zmhd_zj li .nr a {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.zmhd_zj li .nr p {
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    color: #999999;
}

.zmhd_zj li:hover a {
    color: #1c69c6;
}


/* 政府数据 */

.tjtb {
    height: 550px;
    margin-top: 40px;
    border: 1px solid #e2ebf1;
    border-bottom: 3px solid #1c69c6;
}

.tjtb .hd {
    height: 108px;
    background: #f1f5f8;
}

.tjtb .hd ul li {
    width: 240px;
    height: 108px;
    float: left;
    padding-top: 20px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.tjtb .hd ul li p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 5px;
    color: #333333;
}

.tjtb .hd ul li.li1 em {
    display: inline-block;
    width: 35px;
    height: 37px;
    background: url(../images/zfsjico11.png) center center no-repeat;
}

.tjtb .hd ul li.li2 em {
    display: inline-block;
    width: 35px;
    height: 37px;
    background: url(../images/zfsjico2.png) center center no-repeat;
}

.tjtb .hd ul li.li3 em {
    display: inline-block;
    width: 35px;
    height: 37px;
    background: url(../images/zfsjico3.png) center center no-repeat;
}

.tjtb .hd ul li.li4 em {
    display: inline-block;
    width: 35px;
    height: 37px;
    background: url(../images/zfsjico4.png) center center no-repeat;
}

.tjtb .hd ul li.li5 em {
    display: inline-block;
    width: 35px;
    height: 37px;
    background: url(../images/zfsjico5.png) center center no-repeat;
}

.tjtb .hd ul li.on {
    background: #1c69c6;
}

.tjtb .hd ul li.on p {
    color: #ffffff;
}

.tjtb .hd ul li.on.li1 em {
    background: url(../images/zfsjico6.png) center center no-repeat;
}

.tjtb .hd ul li.on.li2 em {
    background: url(../images/zfsjico7.png) center center no-repeat;
}

.tjtb .hd ul li.on.li3 em {
    background: url(../images/zfsjico8.png) center center no-repeat;
}

.tjtb .hd ul li.on.li4 em {
    background: url(../images/zfsjico9.png) center center no-repeat;
}

.tjtb .hd ul li.on.li5 em {
    background: url(../images/zfsjico10.png) center center no-repeat;
}

.tjtb .hd ul li.on::after {
    content: '';
    height: 14px;
    width: 14px;
    display: block;
    background-color: #1c69c6;
    left: 50%;
    bottom: -12px;
    position: absolute;
    transform: rotate(45deg) translate(-50%, 0);
}

.tjtb .bd {
    height: 440px;
    padding: 30px;
    box-sizing: border-box;
}

.tjtb .bd ul li {
    margin-top: 40px;
}

.tjsj {
    width: 580px;
    height: 290px;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
}


/*政务公开*/

.zwwgk {
    height: 120px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.zwwgk>.block {
    width: 224px;
    height: 120px;
    float: left;
    background: #0F9E5E;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
}

.zwwgk>.block>a {
    display: block;
    width: 80px;
    height: 40px;
    margin-top: 30px;
    margin-left: 15px;
    line-height: 40px;
    font-size: 20px;
    color: #ffffff;
    background: url("../images/zwwgkico.png") top left no-repeat;
}

.zwwgk>.block.jcgk {
    background: url("../images/zwgkico1.png") center center no-repeat;
}

.zwwgk>.block.zxgk {
    background: url("../images/zwgkico2.png") center center no-repeat;
}

.zwwgk>.block.glgk {
    background: url("../images/zwgkico3.png") center center no-repeat;
}

.zwwgk>.block.fwgk {
    background: url("../images/zwgkico4.png") center center no-repeat;
}

.zwwgk>.block.jggk {
    margin-right: 0;
    background: url("../images/zwgkico5.png") center center no-repeat;
}

.zwwgk ul {
    background-color: #fff;
    position: absolute;
    top: 118px;
    left: 0;
    width: 224px;
    height: 0;
    overflow: hidden;
    padding: 0 30px;
    box-sizing: border-box;
    border: 1px solid #5ab3fd;
    z-index: 4;
}

.zwwgk ul li {
    height: 40px;
    line-height: 40px;
}

.zwwgk ul li a {
    text-indent: 1em;
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    background: url(../images/dian.png) no-repeat top 18px left;
}

.zwwgk ul li a:hover {
    color: #1c69c6;
    background: url(../images/dian1.png) no-repeat top 18px left;
}


/*领导之窗*/

.ldzcbox {
    height: 424px;
}

.ldzc_l {
    width: 581px;
    height: 424px;
    float: left;
    overflow: hidden;
}

.ldzc_l .ldzc_cont {
    margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #dcdcdc;
}

.ldzc_l .ldzc_cont .img {
    width: 160px;
    height: 238px;
    background: url("../images/zwgkldtpbj.png") center center no-repeat;
}

.ldzc_l .ldzc_cont .img img {
    width: 160px;
    height: 225px;
    display: block;
}

.ldzc_l .ldzc_cont .ldzc_nr {
    width: 390px;
    height: 225px;
}

.ldzc_l .ldzc_cont .ldzc_nr h3 {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    line-height: 40px;
}

.ldzc_l .ldzc_cont .ldzc_nr h3 span {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    margin-left: 5px;
}

.ldzc_l .ldzc_cont .ldzc_nr h3:hover a {
    color: #1c69c6;
}

.ldzc_l .ldzc_cont .ldzc_nr em {
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    color: #666666;
}

.ldzc_l .ldzc_cont .ldzc_nr p {
    margin-top: 10px;
    line-height: 30px;
    font-size: 16px;
    color: #666666;
}

.ldzc_l ul {
    height: 70px;
    margin-top: 10px;
}

.ldzc_l ul li {
    width: 90px;
    height: 30px;
    float: left;
    line-height: 30px;
    margin-right: 5px;
    margin-top: 5px;
    text-align: center;
    background: url("../images/zwgkico8.png") left center no-repeat;
}

.ldzc_l ul li:hover {
    background: url("../images/zwgkico9.png") left center no-repeat;
}

.ldzc_l ul li:hover a {
    color: #1c69c6;
}


/*公示公告*/

.zwgk_gsgg {
    width: 580px;
    min-height: 200px;
    float: right;
}

.gsgg {
    margin-top: 30px;
    height: auto;
    min-height: 200px;
}

.gsgg .block {
    height: 136px;
    background: #f8f8f8;
    padding: 20px 25px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.gsgg .block .date {
    width: 100px;
    height: 99px;
    border-radius: 5px;
    background: #1c69c6;
    text-align: center;
}

.gsgg .block .date span {
    display: inline-block;
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 20px;
}

.gsgg .block .date p {
    line-height: 30px;
    font-size: 16px;
    color: #ffffff;
}

.gsgg .block .nr {
    width: 410px;
    height: 90px;
}

.gsgg .block .nr a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
}

.gsgg .block .nr a:hover {
    color: #1c69c6;
}

.gsgg .block .nr p {
    line-height: 30px;
    font-size: 16px;
    color: #666666;
}

.gsgg .block .nr p br {
    display: none;
}

.zwgk_gsgg ul {
    margin-top: 0;
}

.zwgk_gsgg ul li {
    margin-top: 2px;
}

.zwgk_gsgg ul li a {
    width: 72%;
}

.yfxzbox {
    height: 118px;
    margin: 30px auto 40px;
    position: relative;
    overflow: hidden;
}

.yfxzbox .bd ul li {
    width: 224px;
    height: 118px;
    float: left;
    margin-right: 20px;
}

.yfxzbox .bd ul li:last-child {
    margin-right: 0;
}

.yfxzbox .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%);
}

.yfxzbox .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%);
}


/*政策文件*/

.zcwj {
    width: 743px;
    height: auto;
}

.zcwj_cont .hd {
    height: 42px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}

.zcwj_cont .hd ul li {
    width: 104px;
    height: 42px;
    position: relative;
    float: left;
    margin-right: 30px;
}

.zcwj_cont .hd ul li a {
    color: #333333;
    font-size: 26px;
    font-weight: bold;
}

.zcwj_cont .hd ul li.on:after {
    position: absolute;
    height: 4px;
    width: 100%;
    content: '';
    background-color: #1c69c6;
    left: 0;
    bottom: -1px;
}

.zcwj_cont .hd ul li.on a {
    color: #1c69c6;
}

.zcwj_cont .bd {
    height: 410px;
    overflow: hidden;
}

.wjcx {
    height: 73px;
    margin-top: 15px;
    padding: 0 30px;
    background: #f8f8f8;
}

.wjcx p {
    width: 134px;
    display: inline-block;
    margin-right: 10px;
}

.wjcx p img {
    vertical-align: middle;
    margin-right: 10px;
}

.wjcx p span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 73px;
}

.wjcx input {
    width: 415px;
    height: 44px;
    margin-right: 10px;
    box-sizing: border-box;
    font-size: 16px;
    padding-left: 20px;
    color: #999999;
    border: 1px solid #f0eded;
}

.wjcx button {
    width: 104px;
    height: 44px;
    border: 0;
    text-align: left;
    font-size: 16px;
    text-indent: 13px;
    color: #ffffff;
    background: url("../images/zwgkico12.png") center center no-repeat;
}

.zfxxgk {
    width: 410px;
    height: 541px;
    float: right;
    padding: 15px;
    box-sizing: border-box;
    background: #f8f8f8;
}

.zfxxgk_con {
    height: 510px;
    padding: 0 20px;
    background: #ffffff;
    box-sizing: border-box;
    overflow: hidden;
}

.zfxxgk_title {
    height: 25px;
    text-align: center;
    background: url("../images/zfxxgk_tbbj.png") center center no-repeat;
    margin-top: 15px;
}

.zfxxgk_title a {
    font-size: 24px;
    color: #1c69c6;
    font-weight: 700;
}

.zfxxgk_con ul {
    margin-top: 15px;
}

.zfxxgk_con ul li {
    height: 52px;
    border-radius: 5px;
    padding: 0 30px;
    line-height: 52px;
    border: 1px solid #dcdcdc;
    margin-top: 10px;
}

.zfxxgk_con 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;
}

.zfxxgk_con ul li a {
    width: 280px;
    display: inline-block;
    font-size: 18px;
    color: #333333;
    padding-right: 0px;
    background: url("../images/zfxxgkico13.png") right center no-repeat;
}

.zfxxgk_con ul li:hover img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.zfxxgk_con ul li:hover a {
    color: #1c69c6;
}


/*重点领域信息公开*/

.zdlyxxgk {
    height: 114px;
    margin-top: 0px;
    background: #f8f8f8;
}

.zdlyxxgk .zdlyxxgk_title {
    width: 287px;
    height: 114px;
    float: left;
    background: url("../images/zdlyxxgkBj.png") center center no-repeat;
}

.zdlyxxgk .zdlyxxgk_title a {
    display: block;
    width: 200px;
    height: 48px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
    line-height: 48px;
    color: #ffffff;
    padding-left: 55px;
    box-sizing: border-box;
    background: url("../images/zdlybttb.png") left center no-repeat;
}

.zdlyxxgk_cont {
    width: 900px;
    height: 114px;
    float: right;
    position: relative;
    overflow: hidden;
}

.zdlyxxgk_cont .hd {
    width: 38px;
    height: 70px;
    position: absolute;
    top: 25px;
    right: 14px;
    z-index: 5;
}

.zdlyxxgk_cont .hd .next {
    width: 40px;
    height: 30px;
    display: block;
    background: url("../images/zdly_left.png") center center no-repeat;
}

.zdlyxxgk_cont .hd .prev {
    width: 40px;
    height: 30px;
    display: block;
    margin-top: 10px;
    background: url("../images/zdly_right.png") center center no-repeat;
}

.zdlyxxgk_cont .bd {
    height: 114px;
    overflow: hidden;
}

.zdlyxxgk_cont .bd ul {
    height: 114px;
    overflow: hidden;
}

.zdlyxxgk_cont .bd ul li {
    width: 850px;
    height: 114px;
    text-align: center;
    overflow: hidden;
}

.zdlyxxgk_cont .bd ul li a {
    display: block;
    float: left;
    width: 100px;
    height: 114px;
    margin-right: 45px;
}

.zdlyxxgk_cont .bd ul li a:nth-child(6n) {
    margin-right: 0;
}

.zdlyxxgk_cont .bd ul li img {
    display: inline-block;
    margin-top: 20px;
}

.zdlyxxgk_cont .bd ul li p {
    width: 100%;
    line-height: 30px;
    margin-top: 10px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zdlyxxgk_cont .bd ul li:hover p {
    color: #1c69c6;
}


/*部门信息公开*/

.bmxxgk {
    width: 743px;
    height: 390px;
    float: left;
}

.bmxxgk .bmxxgk_con {
    height: 310px;
    margin-top: 20px;
    overflow-y: auto;
}

.bmxxgk .bmxxgk_con::-webkit-scrollbar {
    width: 5px;
    background-color: #e6e6e6;
    border-radius: 3px;
}

.bmxxgk .bmxxgk_con::-webkit-scrollbar-thumb {
    background-color: #1c69c6;
    border-radius: 3px;
}

.bmxxgk .bmxxgk_con h5 {
    height: 40px;
    background: url("../images/bmxxgktb.png") left center no-repeat;
    line-height: 40px;
    padding-left: 25px;
    font-size: 20px;
    color: #1c69c6;
    box-sizing: border-box;
}

.bmxxgk .bmxxgk_con ul {
    margin-bottom: 10px;
}

.bmxxgk .bmxxgk_con ul li {
    height: 40px;
    line-height: 40px;
    width: 170px;
    float: left;
    margin-top: 5px;
    margin-right: 19px;
}

.bmxxgk .bmxxgk_con ul li a {
    width: 100%;
    height: 40px;
    display: inline-block;
    padding-left: 25px;
    box-sizing: border-box;
    font-size: 18px;
    color: #333333;
    background: url("../images/dian.png") left center no-repeat;
}

.bmxxgk .bmxxgk_con ul li a:hover {
    color: #1c69c6;
    background: url("../images/dian1.png") left center no-repeat;
}

.bmxxgk .bmxxgk_con ul li:nth-child(4n) {
    margin-right: 0;
}


/*部门发文统计*/

.bmfwtj {
    width: 418px;
    height: 390px;
    float: right;
}

.bmfwtj ul {
    margin-top: 20px;
}

.bmfwtj ul li {
    height: 40px;
    line-height: 40px;
    position: relative;
}

.bmfwtj ul li em {
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    margin-right: 10px;
    background: url("../images/fwtjico.png") center center no-repeat;
}

.bmfwtj ul li span {
    font-size: 18px;
    color: #333333;
}

.bmfwtj ul li i {
    float: right;
    font-size: 16px;
    color: #999999;
}

.bmfwtj ul li.first em {
    background: url("../images/fwtjico1.png") center center no-repeat;
}

.bmfwtj ul li.second em {
    background: url("../images/fwtjico2.png") center center no-repeat;
}

.bmfwtj ul li.third em {
    background: url("../images/fwtjico3.png") center center no-repeat;
}

.main {
    width: 100%;
    height: 180px;
    margin-top: 20px;
}


/*走进和林*/

.hlgkbj {
    height: 762px;
    background: url("../images/hlgkbj.png") center center no-repeat;
}

.hlgk {
    background: #ffffff;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
}

.hlgk_title {
    margin-top: 50px;
    text-align: center;
}

.hlgk_cont {
    height: 460px;
    margin-top: 30px;
    padding: 0 40px;
    padding-bottom: 50px;
    position: relative;
}

.hlgk_cont .hd {
    width: 430px;
    height: 452px;
    float: left;
}

.hlgk_cont .hd ul {
    width: 430px;
    height: 452px;
    position: relative;
}

.hlgk_cont .hd ul li {
    cursor: pointer;
}

.hlgk_cont .hd ul li a {
    color: #4b73aa;
    display: block;
    font-size: 14px;
}

.hlgk_cont .hd ul li.slz {
    width: 161px;
    height: 153px;
    text-align: center;
    text-indent: 35px;
    line-height: 140px;
    background: url("../images/slz.png") center center no-repeat;
    position: absolute;
    top: 0;
    right: 98px;
    ;
}

.hlgk_cont .hd ul li.sljjyq {
    width: 104px;
    height: 110px;
    background: url("../images/sljjyq.png") center center no-repeat;
    position: absolute;
    left: 137px;
    top: 72px;
    text-align: center;
    line-height: 110px;
    z-index: 2;
}

.hlgk_cont .hd ul li.qsyx {
    width: 114px;
    height: 84px;
    background: url("../images/qsyx.png") center center no-repeat;
    position: absolute;
    left: 29px;
    top: 82px;
    text-align: center;
    line-height: 84px;
    z-index: 3;
}

.hlgk_cont .hd ul li.sbyx {
    width: 180px;
    height: 180px;
    background: url("../images/sbyx.png") center center no-repeat;
    position: absolute;
    left: 0px;
    top: 137px;
    text-indent: 50px;
    line-height: 125px;
}

.hlgk_cont .hd ul li.cgz {
    width: 259px;
    height: 170px;
    background: url("../images/cgz.png") center center no-repeat;
    position: absolute;
    left: 82px;
    top: 132px;
    text-align: center;
    line-height: 120px;
    z-index: 1;
}

.hlgk_cont .hd ul li.hlyx {
    width: 131px;
    height: 98px;
    background: url("../images/hlyx.png") center center no-repeat;
    position: absolute;
    left: 277px;
    top: 112px;
    text-align: center;
    line-height: 120px;
    z-index: 5;
}

.hlgk_cont .hd ul li.dhc {
    width: 233px;
    height: 173px;
    background: url("../images/dhc.png") center center no-repeat;
    position: absolute;
    left: 44px;
    top: 212px;
    text-align: center;
    line-height: 212px;
}

.hlgk_cont .hd ul li.xdz {
    width: 175px;
    height: 187px;
    background: url("../images/xdz.png") center center no-repeat;
    position: absolute;
    left: 255px;
    top: 196px;
    text-align: center;
    line-height: 150px;
}

.hlgk_cont .hd ul li.yqg {
    width: 175px;
    height: 187px;
    background: url("../images/yqg.png") center center no-repeat;
    position: absolute;
    left: 207px;
    top: 285px;
    text-indent: 70px;
    line-height: 187px;
}

.hlgk_cont .hd ul li.on a {
    color: #8b6c0e;
}

.hlgk_cont .hd ul li.on.slz {
    background: url("../images/slz1.png") center center no-repeat;
}

.hlgk_cont .hd ul li.on.sljjyq {
    background: url("../images/sljjyq1png.png") center center no-repeat;
}

.hlgk_cont .hd ul li.on.qsyx {
    background: url("../images/qsyx1.png") center center no-repeat;
}

.hlgk_cont .hd ul li.on.sbyx {
    background: url("../images/sbyx1.png") center center no-repeat;
}

.hlgk_cont .hd ul li.on.cgz {
    background: url("../images/cgz1.png") center center no-repeat;
}

.hlgk_cont .hd ul li.on.hlyx {
    background: url("../images/hlyx1.png") center center no-repeat;
}

.hlgk_cont .hd ul li.on.dhc {
    background: url("../images/dhc1.png") center center no-repeat;
}

.hlgk_cont .hd ul li.on.xdz {
    background: url("../images/xdz1.png") center center no-repeat;
}

.hlgk_cont .hd ul li.on.yqg {
    background: url("../images/yqg1.png") center center no-repeat;
}

.hlgk_cont .bd {
    width: 620px;
    height: 452px;
    float: right;
}

.hlgk_cont .bd .cont {
    width: 100%;
    height: 220px;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    overflow: hidden;
}

.hlgk_cont .bd .cont br {
    display: none;
}

.hlgk_cont .bd .cont p {
    text-indent: 2em;
}

.hlgk_cont .bd .cont * {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.hlgk_cont .bd .cont a {
    color: #1c69c6;
}

.hlgk_xzqh {
    width: 620px;
    height: 200px;
    background: url("../images/xzqhbj.png") left center no-repeat;
    position: absolute;
    right: 40px;
    bottom: 50px;
    overflow: hidden;
}

.hlgk_xzqh ul {
    width: 565px;
    height: 155px;
    margin-top: 20px;
    margin-left: 50px;
}

.hlgk_xzqh ul li {
    width: 126px;
    height: 155px;
    float: left;
    margin-right: 20px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
}

.hlgk_xzqh ul li:before {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    width: 100%;
    background: #1c69c6;
    height: 4px;
}

.hlgk_xzqh ul li p {
    display: block;
    width: 126px;
    text-align: center;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
}

.hlgk_xzqh ul li:last-child {
    margin-right: 0;
}

.hlgk_xzqh ul li:hover p {
    color: #1c69c6;
}


/*旅游和林*/

.lyhlbox {
    padding: 50px 0;
}

.lyhl {
    width: 654px;
    height: 334px;
}

.lyhl_title {
    width: 90px;
    height: 334px;
    float: left;
    background: url("../images/lyhbtbj.png") center center no-repeat;
}

.lyhl_title a {
    display: block;
    width: 30px;
    height: 159px;
    padding-top: 40px;
    line-height: 25px;
    text-align: center;
    margin-top: 89px;
    color: #ffffff;
    font-size: 20px;
    background: url("../images/zjhlico1.png") top center no-repeat;
}

.lyhl_cont {
    width: 530px;
    height: 325px;
    float: right;
    overflow: hidden;
}

.lyhl_cont .hd {
    height: 42px;
    position: relative;
}

.lyhl_cont .lie li {
    margin-top: 3px;
}

.lyhl_cont .hd ul li {
    width: 104px;
    height: 42px;
    line-height: 42px;
    position: relative;
    float: left;
    margin-right: 30px;
}

.lyhl_cont .hd ul li a {
    color: #333333;
    font-size: 26px;
    font-weight: bold;
}

.lyhl_cont .hd ul li.on a {
    color: #1c69c6;
}

.lyhl_cont .bd {
    overflow: hidden;
}

.lyhl_cont .hd .more {
    top: 8px;
}

.zjhl_xcsp {
    width: 498px;
    height: 340px;
    float: right;
}

.zjhl_xcsp .Hd {
    border-bottom: 0;
}

.zjhl_xcsp .Hd h4:after {
    display: none;
}

.zjhl_xcsp .Hd h4 a {
    padding-left: 40px;
    line-height: 42px;
    background: url("../images/spxctb.png") left center no-repeat;
}

.zjhl_xcsp_con {
    height: 280px;
    margin-top: 10px;
    overflow: hidden;
}

.zjhl_xcsp_con video {
    display: block;
    width: 100%;
    height: 280px;
    background: #000;
    object-fit: fill;
}

.tzhl {
    background: #f7f7f7;
    padding: 50px 0;
}

.tzhl_title {
    width: 473px;
    height: 78px;
    margin: 10px auto 40px;
}

.tzhl_cont {
    height: 344px;
    margin-bottom: 40px;
    background: url("../images/tzhlBj.png") left center no-repeat;
}

.tzhl_cont .Hd {
    border-bottom: 0;
}

.tzhl_cont .Hd h4:after {
    display: none;
}

.tzhl_cont .Hd h4 a {
    padding-left: 40px;
    background: url("../images/spxctb.png") left center no-repeat;
}

.tzhl_cont_l {
    width: 630px;
    height: 344px;
    padding: 40px 0;
    margin-left: 40px;
    box-sizing: border-box;
}

.tzhl_cont_l ul {
    margin-top: 0;
}

.tzhl_cont_l ul li {
    margin-top: 2px;
}

.tzhl_cont_r {
    width: 497px;
    height: 260px;
    float: right;
    margin-top: 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    overflow: hidden;
}

.tzhl_cont_r .hd ul {
    position: absolute;
    right: 30px;
    text-align: center;
    bottom: 20px;
    height: 18px;
    z-index: 2;
}

.tzhl_cont_r .hd ul li {
    display: inline-block;
    width: 20px;
    height: 7px;
    border-radius: 5px;
    background: #ffffff;
    cursor: pointer;
    margin-left: 10px;
}

.tzhl_cont_r .hd li.on {
    width: 20px;
    background-color: #ff9d08;
}

.tzhl_cont_r .bd ul li {
    width: 497px;
    height: 260px;
    position: relative;
}

.tzhl_cont_r .bd ul li span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    margin-top: -25px;
}

.tzhl_cont_r .bd ul li em {
    position: absolute;
    width: 100%;
    height: 77px;
    background: url("../images/tzhico.png") center center no-repeat;
    left: 0;
    bottom: 0;
    display: block;
}

.tzhl_cont_r .bd ul li img {
    display: block;
    width: 100%;
}

.tzhl_cont_r .bd ul li em i {
    width: 65%;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    float: left;
    color: #ffffff;
    font-size: 18px;
    text-indent: 1.5em;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tzhl>ul {
    margin-top: 30px;
}

.tzhl>ul li {
    width: 180px;
    height: 120px;
    float: left;
    background: #ffffff;
    margin-right: 24px;
    border-radius: 5px;
    text-align: center;
}

.tzhl>ul li:last-child {
    margin-right: 0;
}

.tzhl>ul li a {
    display: block;
}

.tzhl>ul li span {
    width: 60px;
    height: 45px;
    display: inline-block;
    margin-top: 23px;
}

.tzhl>ul li p {
    height: 30px;
    line-height: 30px;
    color: #333333;
    font-size: 18px;
    margin-top: 5px;
}

.tzhl>ul li.cyys span {
    background: url("../images/tzysico1.png") center center no-repeat;
}

.tzhl>ul li.qwys span {
    background: url("../images/tzysico2.png") center center no-repeat;
}

.tzhl>ul li.jtys span {
    background: url("../images/tzysico3.png") center center no-repeat;
}

.tzhl>ul li.zyys span {
    background: url("../images/tzysico4.png") center center no-repeat;
}

.tzhl>ul li.cyyq span {
    background: url("../images/tzysico5.png") center center no-repeat;
}

.tzhl>ul li.lxwm span {
    background: url("../images/tzysico6.png") center center no-repeat;
}

.tzhl>ul li:hover {
    background: #1c69c6;
}

.tzhl>ul li:hover p {
    color: #ffffff;
}

.tzhl>ul li:hover.cyys span {
    background: url("../images/tzysico7.png") center center no-repeat;
}

.tzhl>ul li:hover.qwys span {
    background: url("../images/tzysico8.png") center center no-repeat;
}

.tzhl>ul li:hover.jtys span {
    background: url("../images/tzysico9.png") center center no-repeat;
}

.tzhl>ul li:hover.zyys span {
    background: url("../images/tzysico10.png") center center no-repeat;
}

.tzhl>ul li:hover.cyyq span {
    background: url("../images/tzysico11.png") center center no-repeat;
}

.tzhl>ul li:hover.lxwm span {
    background: url("../images/tzysico12.png") center center no-repeat;
}


/*上网企业*/

.swqy {
    height: 340px;
    padding: 40px 0;
}

.swqy_title {
    height: 30px;
    background: url("../images/swqbtBj.png") center center no-repeat;
    text-align: center;
}

.swqy_title a {
    width: 160px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: url("../images/swqy_tb.png") left center no-repeat;
    padding-left: 35px;
    box-sizing: border-box;
    font-size: 26px;
    color: #1c69c6;
    font-weight: 700;
}

.swqy_cont {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.swqy_cont .hd {
    width: 100%;
    height: 29px;
    text-align: center;
    margin-top: 40px;
}

.swqy_cont .hd ul li {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 5px;
    margin-top: 10px;
    background: #cccccc;
    cursor: pointer;
    margin-left: 10px;
    text-indent: 9999px;
}

.swqy_cont ul li.on {
    width: 24px;
    background-color: #1d69c7;
}

.swqy_cont .bd {
    overflow: hidden;
}

.swqy_cont .bd ul {
    overflow: hidden;
    zoom: 1;
    width: 1200px;
    float: left;
    _display: inline;
}

.swqy_cont .bd ul li {
    width: 224px;
    height: 84px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    box-sizing: border-box;
    line-height: 84px;
    text-align: center;
}

.swqy_cont .bd ul li:nth-child(5n) {
    margin-right: 0;
}

.swqy_cont .bd ul li img {
    display: inline-block;
    vertical-align: middle;
}


/*网站地图*/

.wzdt {
    margin-top: 40px;
    padding-bottom: 20px;
}

.wzdt .block1 {
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
}

.wzdtTop {
    height: 60px;
    line-height: 60px;
    background: #f1f9fe;
}

.wzdtTop a {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    position: relative;
    text-indent: 15px;
}

.wzdtTop a:after {
    position: absolute;
    height: 30px;
    width: 5px;
    content: '';
    background-color: #1c69c6;
    left: 0;
    top: 15px;
}

.wzdtTop a:hover {
    color: #1c69c6;
}

.wzdt .block1 ul {
    padding: 20px 25px;
    padding-bottom: 15px;
}

.wzdt .block1 ul li {
    float: left;
    line-height: 46px;
    width: auto;
    margin-right: 38px;
}

.wzdt .block1 ul li a {
    display: block;
    font-size: 18px;
    color: #333333;
    padding-left: 18px;
    background: url("../images/wzdttb.png") no-repeat left center;
}

.wzdt .block1 ul li:hover a {
    color: #1c69c6;
}


/*政务公开领导*/

.leadership {
    width: 591px;
    overflow: hidden;
}

.leadership_cont {
    width: 590px;
    height: 330px;
    margin-top: 30px;
    position: relative;
}

.leadership_cont .hd {
    width: 140px;
    height: 330px;
    float: left;
}

.leadership_cont .hd ul li {
    height: 75px;
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
    line-height: 75px;
    cursor: pointer;
    color: #333333;
    background: url("../images/leadershipBj.png") center center no-repeat;
}

.leadership_cont .hd ul li.on {
    color: #ffffff;
    background: url("../images/leadership1.png") center center no-repeat;
}

.leadership_cont .bd {
    width: 420px;
    height: 330px;
    float: right;
    overflow: hidden;
}

.leadership_cont .bd .leadership_nr {
    height: 330px !important;
    overflow: hidden;
}

.leadership_t .img {
    width: 152px;
    height: 209px;
    overflow: hidden;
    background: url("../images/leadershipimg.png") center center no-repeat;
}

.leadership_t .img img {
    width: 152px;
    height: 196px;
}

.leadership_t {
    padding-bottom: 25px;
    border-bottom: 1px dotted #dcdcdc;
}

.leadership_t .ldzc_nr {
    width: 252px;
    height: 200px;
    overflow: hidden;
}

.leadership_t .ldzc_nr h3 {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    line-height: 40px;
}

.leadership_t .ldzc_nr span {
    display: block;
    line-height: 25px;
    margin-top: 10px;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    margin-left: 5px;
}

.leadership_t .ldzc_nr em {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    color: #666666;
}

.leadership_t .ldzc_nr p {
    margin-top: 10px;
    line-height: 28px;
    font-size: 16px;
    color: #666666;
}

.leadership_nr ul {
    margin-top: 25px;
}

.leadership_nr ul li {
    width: 79px;
    height: 30px;
    float: left;
    line-height: 30px;
    margin-right: 5px;
    margin-top: 5px;
    text-align: center;
    background: url("../images/zwgkico8.png") left center no-repeat;
}

.leadership_nr ul li:hover {
    background: url("../images/zwgkico9.png") left center no-repeat;
}

.leadership_nr ul li:hover a {
    color: #1c69c6;
}

.zwgk_gg {
    width: 570px;
}

.zwgk_gg .gsgg .block .nr {
    width: 400px;
    height: 90px;
}

.lead_l .lead_t {
    width: 240px;
    min-height: 420px;
    padding: 30px;
    box-sizing: border-box;
    background: #f1f5f8;
    margin-left: 0;
}

.lead_l .lead_zp {
    width: 181px;
    height: 267px;
    background: url("../images/ldtpBj.png") center center no-repeat;
}

.lead_l .lead_zp img {
    width: 181px;
    height: 255px;
    display: block;
}

.lead_l .lead_t h3 {
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #000000;
    text-align: center;
}

.lead_l .lead_t p {
    line-height: 30px;
    text-align: center;
    color: #666666;
    font-size: 18px;
}

.bm .lead_r {
    width: 920px !important;
}

.bm .lead_r .lead_fg {
    width: 910px;
}


/* 上网企业 */

.shangwqypic ul {
    margin-top: 10px;
    min-height: 805px !important;
}

.shangwqypic ul li {
    width: 212px;
    height: 84px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    box-sizing: border-box;
    line-height: 84px;
    text-align: center;
}

.shangwqypic ul li:nth-child(4n) {
    margin-right: 0;
}

.shangwqypic ul li img {
    display: inline-block;
    vertical-align: middle;
}

.YiJianListx .td,
.YiJianListx .zxfokbtn {
    display: none;
}