<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*2020/12/30  Y*/


/*-------------------------------新闻列表页------------------------------*/

.mbx {
    overflow: hidden;
    margin: 20px 0;
    font-size: 14px;
}

.mbx li {
    margin: 0 5px;
    float: left;
}

.mbx li a:hover {
    color: #c00;
    text-decoration: underline;
}

.leftMenu {
    width: 240px;
    margin-right: 40px;
}

.menuList {
    display: inline-block;
    width: 238px;
    border: 1px solid #e9e9e9;
}

.menuList li {
    font-size: 20px;
    /* line-height: 70px; */
    /* height: 70px; */
    width: 75%;
    cursor: pointer;
    padding: 20px 0 20px 25%;
    border-top: 1px solid #e9e9e9!important;
}

.menuList li:hover {
    color: #c00;
    text-decoration: underline;
}

.tagNow {
    background: url(../images/sjjiao.png) no-repeat 40px 28px #347ed4;
    color: #fff!important;
}

.rightCon {
    width: 710px;
}

.fontNews {
    margin: 20px auto;
}

.fontNews li {
    background: url(../images/dot.gif) no-repeat 5px 18px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 36px;
    overflow: hidden;
    cursor: pointer;
}

.fontNews li a {
    display: inline-block;
    width: 82%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fontNews li p {
    float: left;
    width: 520px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fontNews li p:hover {
    color: #c00;
    text-decoration: underline;
}

.fontNews li span {
    font-size: 14px;
    color: #999;
    line-height: 36px;
    float: right;
    padding-right: 16px;
}


/*分页*/

.page {
    text-align: center;
    padding: 20px 0;
}

.page a {
    border: #dddad2 1px solid;
    background: #f7f6f3;
    padding: 10px 15px;
    margin: 0 5px;
    font-size: 12px;
}

.page a:hover {
    background: #cc3333;
    color: #fff;
}

.pageActive {
    background: #cc3333!important;
    color: #fff!important;
}

.imgList {
    overflow: hidden;
}

.imgList li {
    width: 210px;
    margin: 0 12px;
    float: left;
    height: 220px;
    display: inline-block;
    position: relative;
}

.imgList li img {
    width: 210px;
    height: 150px;
}

.imgList li p {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.carousel {
    margin-top: 22px;
    position: relative;
    width: 100%;
}

.newsPic5 {
    width: 650px;
    height: 150px;
    overflow: hidden;
}

.newsPic5 img {
    width: 210px;
    margin: 0 auto;
}

.phone_carousel {
    display: none;
}


/*-------------------------------文章页------------------------------*/

.article {
    border: 1px solid #ccc;
}

.articleTitle {
    margin: 0 50px;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.articleTitle h2 {
    font-size: 30px;
}

.articleTitle p {
    margin-top: 20px;
}

.articleTitle a:hover {
    text-decoration: underline;
    color: #c00;
}

.articleCon {
    margin: 35px 70px;
}

.articleCon p {
    font-size: 18px;
    text-indent: 36px;
    margin-top: 10px;
    line-height: 2.1;
}

.articName {
    margin: 20px 70px;
    text-align: right;
}


/*--------------------------------政民互动----------------------------------*/

.interact {
    background: url(../images/p2_2.png) left top no-repeat;
    height: 266px;
    margin-top: 20px;
}

.interact h2 {
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    color: #fff;
}

.interactBtn {
    width: 65%;
    margin: 110px auto 0;
}

.interactBtn li {
    width: 50%;
    float: left;
    cursor: pointer;
}

.interactBtn li img {
    width: 75%;
    margin: 0 auto;
}

.interactTable {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.interactTable th {
    background: #ddd;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
}

.interactTable td {
    border-bottom: 1px solid #eee;
    padding: 12px 0;
    text-align: center;
}

.opinion {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.opinion&gt;span {
    background: #c3c2c6;
    height: 17px;
    line-height: 17px;
    border-radius: 7px;
    color: #fff;
    font-size: 12px;
    float: left;
    width: 46px;
    text-align: center;
}

.green {
    background: #7ca14b!important;
}

.opinionCon {
    float: right;
    width: 890px;
    padding-right: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.opinionTitle h2 {
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    float: left;
    margin-bottom: 13px;
}

.opinionTitle h2:hover {
    color: #c00;
    text-decoration: underline;
}

.opinionBtn {
    float: right;
    width: 83px;
    height: 24px;
    color: #fff;
    text-align: center;
    background: #3982d8;
    border-radius: 10px;
    font-style: normal;
    border: 0;
    cursor: pointer;
}

.opinionBtn:hover {
    opacity: 0.8;
}

.opinionCon p {
    font-size: 14px;
    line-height: 24px;
    color: #373643;
    display: inline;
}

.viewCon {
    margin: 20px 0;
    overflow: hidden;
}

.viewNews {
    overflow: hidden;
}

.viewNews img {
    width: 300px;
    height: 168px;
    float: left;
}

.viewDiv {
    width: 320px;
    padding: 0 20px;
    float: left;
    border-right: 1px solid #ccc;
}

.viewBox {
    overflow: hidden;
    margin-bottom: 20px;
}

.viewBox span {
    width: 70px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #347ed4;
    color: #347ed4;
    border-radius: 50px;
    float: left;
}

.viewBox p {
    width: 230px;
    float: right;
    line-height: 25px;
    font-size: 14px;
}

.viewBtn {
    width: 140px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 0;
    color: #fff;
    font-size: 16px;
    background-image: linear-gradient(#58a5ff, #347ed4);
    border-radius: 50px;
}

.viewRight {
    width: 320px;
    height: 200px;
    margin-left: 19px;
    float: right;
}

.viewFont p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}


/*--------------------------------走进鸡西----------------------------------*/

.mapCon {
    background: #f3f4f8;
    padding: 65px 0;
    overflow: hidden;
}

.mapCon img {
    width: 50%;
}

.mapText {
    width: 428px;
    padding-top: 50px;
}

.mapText img {
    width: 164px;
    display: block;
}

.mapText p {
    padding-top: 22px;
    font-size: 14px;
    line-height: 32px;
    text-indent: 2em;
}

.mapText a {
    color: #c00;
}

.mapText a:hover {
    text-decoration: underline;
}

.mapList {
    overflow: hidden;
    margin-top: 20px;
}

.mapList li {
    float: left;
    width: 25%;
}

.mapBtn {
    width: 80%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    background: #ddd;
}

.mapBtn:hover {
    background: #347ed4;
    color: #fff;
}

.synopsis {
    margin-top: 34px;
    margin-left: 44px;
    float: left;
    width: 478px;
}

.synopsisCon {
    overflow: hidden;
    margin-top: 35px;
    font-size: 14px;
    line-height: 28px;
    cursor: pointer;
}

.synopsisCon img {
    width: 212px;
    height: 195px;
    float: left;
    margin-right: 14px;
}

.synopsisCon p {
    width: 252px;
    height: 195px;
    float: right;
}

.synopsisCon p:hover {
    color: #c00;
    text-decoration: underline;
}

.margin0 {
    margin-left: 0;
}

.synopsisList {
    width: 252px;
    height: 195px;
    float: right;
}

.synopsisList li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/dot.gif) no-repeat 5px 18px;
    padding-left: 15px;
    line-height: 40px;
}

.synopsisList li:hover {
    color: #c00;
    text-decoration: underline;
}


/*-------------------------------我要留言------------------------------*/

.formDiv {
    overflow: hidden;
    margin-top: 20px;
}

.formTitle {
    float: left;
    width: 80px;
    text-align: right;
    line-height: 40px;
}

.formTitle span {
    color: #c00;
}

.formInput {
    width: 89%;
    padding: 0 10px;
    float: left;
    height: 40px;
    margin-left: 20px;
    border: 1px solid #e4e4e4;
    line-height: 40px;
    outline: none;
}

.textarea {
    width: 89%;
    padding: 10px;
    float: right;
    height: 120px;
    border: 1px solid #e4e4e4;
    line-height: 1.5;
    margin-left: 20px;
    outline: none;
}

.fontNum {
    text-align: right;
    margin-top: 10px;
    color: #999;
}

.inputWidth {
    width: 300px;
}

.codeWidth {
    width: 180px;
}

.formDiv img {
    float: left;
    width: 80px;
    height: 40px;
    margin-left: 10px;
}

.formLink {
    float: left;
    margin-left: 10px;
    line-height: 40px;
}

.formLink:hover {
    text-decoration: underline;
    color: #c00;
}

.formBtn {
    width: 180px;
    height: 40px;
    border-radius: 5px;
    border: 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin: 50px auto;
    display: block;
    background: #347ed4;
}


/*-------------------------------留言登选详情页------------------------------*/

.articleSlip {
    overflow: hidden;
    margin: 10px 0;
}

.articleSlip li {
    float: left;
    width: 33%;
    text-align: center;
}

.articTable {
    width: 90%;
    margin: 20px auto;
    border-collapse: collapse;
}

.articTable th,
.articTable td {
    border: 1px solid #cdcdcd;
    padding: 10px;
}

.articTable th {
    background: #d1e9ff;
}

.articTable td {
    background: #f7f7f7;
}

.articName a:hover {
    color: #c00;
    text-decoration: underline;
}

.searchDiv {
    overflow: hidden;
}

.searchText {
    border: 1px solid #eee;
    float: left;
    width: 320px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
    margin-right: 20px;
    order-radius: 5px;
}

.btnBox {
    float: left;
    width: 80px;
    font-size: 16px;
    border: 0;
    background: #347ed4;
    color: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}</pre></body></html>