@charset "UTF-8";
/* 头尾所需统一样式 */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: 0px;
}

li {
    list-style: none;
}

body {
    text-align: left;
    font-family: '微软雅黑';
    color: #333333;
    background: #fff;
    height: 100%;
}

html {
    font-size: 16px;
    height: 100%;
}

a,
ins {
    text-decoration: none;
}

a {
    color: #333333;
}

a:hover {
    text-decoration: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

a:visited, a:active, a:focus {
    text-decoration: none;
}

.contentWidth {
    width: 1200px;
    margin: 0 auto;
}

.lf {
    float: left;
}

.rf {
    float: right;
}

.rf-1 {
    float: left;
}

.rf-2 {
    float: right;
}

.hidden {
    display: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

/* banner区域 */
.zj_banner {
    width: 100%;
    height: 347px;
    background: url(zjbanner.png) center center no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.zjSearch {
    width: 717px;
    margin: 0 auto;
    padding-top: 72px;
}

.zjSearch input {
    float: left;
}

.zjSearch input[type='text'] {
    width: 575px;
    height: 62px;
    line-height: 62px;
    font-size: 15px;
    color: #000000;
    padding-left: 15px;
}

.zjSearch input[type='submit'] {
    width: 142px;
    height: 62px;
    line-height: 62px;
    padding-left: 50px;
    font-size: 21px;
    color: #fff;
    border: 0;
    outline: none;
    background: #ec940a url() no-repeat 27px center;
}

input::placeholder {
    color: #999999;
    font-size: 16px;
}

/* 大家都在搜 */
.hotWord {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
    margin-top: 10px;
}

.hotWord li {
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

/* 头条新闻 */
.headLines {
    width: 1200px;
    height: 190px;
    border-bottom: 8px solid #1984e2;
    background: #ffffff;
    position: absolute;
    bottom: -100px;
    margin-bottom: 47px;
}

.headLines .headLines-container {
    width: 1086px;
    height: 190px;
    margin: 0 auto;
}

.headLines .headLines-wrapper {}

.headLines .headLines-slide {
    width: 100%;
    height: 190px;
}

.headLinesItem {
    display: block;
    width: 100%;
    padding-top: 45px;
}

.headLinesItem .tag-head {
    margin-right: 20px;
    position: relative;
}

.headLinesItem .tag-head span {
    display: block;
    position: absolute;
    width: 50px;
    min-height: 40px;
    font-size: 30px;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    line-height: 30px;
}

.headLinesItem>.headLinesWrap {
    width: 88%;
    height: 80px;
    overflow: hidden;
}

.headLinesItem>.headLinesWrap>.title {
    font-size: 30px;
    color: #000000;
    line-height: 40px;
    min-height: 40px;
    /* 超出两行显示省略号，存在兼容 */
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.headLinesItem>.headLinesWrap>.describle {
    font-size: 20px;
    color: #333333;
    margin-top: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.headLines .pagination {
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 20px;
    margin-left: -68px;
}

.headLines .swiper-pagination-switch {
    float: left;
    width: 28px;
    height: 8px;
    background: #dddddd;
    margin-right: 8px;
    cursor: pointer;
}

.headLines .swiper-active-switch {
    background: #ec4a0a;
}

/* 动态新闻 */
.Dynamic_news {
    width: 100%;
    height:auto;
    background: #ffffff;
    padding-top: 90px;
}

.Dynamic_newsWrap {
    height: auto;
    background: #ffffff;
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.10);
    padding: 0px 20px 20px 20px;
    margin-bottom: 30px;
}

.Dynamic_newsWrap .contentWidth {
    /* width: 576px; */
    margin-top: 30px;
    padding-top: 0px;
}
.Dynamic_newsWrap .newsWrapBox_two{
margin-top: 30px;
}

.dtInfosWrap a:hover {
    color: #1492FF;
}

.dtInfosWrap a:hover .Title {
    color: #1492FF;
}

/* 动态新闻 */
.dtInfosTab {
    border-bottom: 1px solid #EDEDED;
    padding: 0 8px;
}

.dtInfosTab li {
    float: left;
    font-size: 22px;
    color: #333333;
    cursor: pointer;
    background: url(./sxss.png) left 5px no-repeat;
    padding: 0 16px;
}

.dtInfosTab li:first-child {
    background: none;
    padding-left: 0;
}

.dtInfosTab li>span {
    display: block;
    padding-bottom: 13px;
    border-bottom: 4px solid transparent;
}

.dtInfosTab li.Hover span {
    border-color: #1984e2;
    font-weight: bold;
    color: #1984e2;
    cursor: pointer;
}
.dtInfosTab li.hover span {
    border-color: #1984e2;
    font-weight: bold;
    color: #1984e2;
    cursor: pointer;
}
.MoreBtns>a {
    float: left;
    color: #1984e2;
    font-size: 16px;
    margin-top: 7px;
}

.dtInfosWrap li {
    margin-top: 18px;
}

.dtInfosWrap li>a {
    font-size: 16px;
}

.dtInfosWrap li>a>em {
    float: left;
    width: 4px;
    height: 4px;
    background-color: #1984e2;
    margin-top: 9px;
    margin-right: 8px;
}

.dtInfosWrap li>a>span.Title {
    float: left;
    color: #333333;
    max-width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dtInfosWrap li>a>span.Days {
    float: right;
    font-size: 14px;
    color: #999999;
    margin-top: 2px;
}

/* Tab切换模块 */
.TabSelect {
    /* height: 1193px; */
    /* overflow: hidden; */
}

.TabSelect .tabitem {
    /* height: 112px; */
    background: #1984e2;
}

.tabitemSub {
    width: 400px;
    height: 112px;
    cursor: pointer;
    display: table;
}

.tabitemSubTitle {
    font-size: 30px;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    padding-left: 160px;
}

.tabitemSubTitle>p {}

.tabitemSubTitle>span {
    display: none;
}

.zlb, .zlw {
    background: #5cb1fc;
}

.zlk, .zld {
    background: #5cb1fc;
}

.zlb .tabitemSubTitle {
    background: url(zlb.png) 100px center no-repeat;
}

.zlw .tabitemSubTitle {
    background: url(zlw.png) 100px center no-repeat;
}

.zlk .tabitemSubTitle {
    background: url(zlk.png) 100px center no-repeat;
}

.zld .tabitemSubTitle {
    background: url(zld.png) 100px center no-repeat;
}

/* tab选中之后样式 */
.tabItemWrap .active {
    padding-left: 52px;
    width: 400px;
    background: #0f75c7 url(active.png) 180px bottom no-repeat;
}

.tabItemWrap .active p {
    font-size: 36px;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 10px;
}

.tabItemWrap .active span {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.80);
}

.tabItemWrap .active.zlk .tabitemSubTitle {
    padding-left: 71px;
    background: url(zlk_active.png) left center no-repeat;
}

.tabItemWrap .active.zlb .tabitemSubTitle {
    padding-left: 71px;
    background: url(zlb_active.png) left center no-repeat;
}

.tabItemWrap .active.zld .tabitemSubTitle {
    padding-left: 71px;
    background: url(zld_active.png) left center no-repeat;
}

.tabItemWrap .active.zlw .tabitemSubTitle {
    padding-left: 71px;
    background: url(zlw_active.png) left center no-repeat;
}

/* tab切换内容模块 */
.tabContent {
    width: 100%;
    /* height: 1193px; */
    background: #F6F6F6;
    padding-bottom: 25px;
}

.tabContentWrap {
    padding-top: 48px;
}

/* 浙里看样式 */
.zlkContent {}

.zlkContent .fileNews {
    width: 834px;

    min-height: 300px;
    border-top: 6px solid #1984e2;
    padding: 0 24px 24px 24px;
    background: #ffffff;
    
}

.fileNewsColum {
    margin-top: 30px;
}

.fileNewsColum li {
    float: left;
    cursor: pointer;
    font-size: 24px;
    color: #000000;
    margin-left: 45px;
}

.fileNewsColum li:first-child {
    margin-left: 0;
}

.fileNewsColum li.hoverOn {
    font-weight: bold;
    color: #1984e2;
}

.fileNewsColum a {
    font-size: 16px;
    color: #1984e2;
    margin-top: 8px;
}

.fileNewsList {
    margin-top: 25px;
}

.fileNewsListItem .Topping {
    border-bottom: 1px dashed #B7B7B7;
    padding-bottom: 20px;
}

.fileNewsListItem .Topping .TimeBox {
    width: 79px;
    height: 79px;
    border: 1px solid #D8D8D8;
    text-align: center;
    padding-top: 10px;
}

.fileNewsListItem .Topping .TimeBox h2 {
    font-size: 30px;
    color: #000000;
}

.fileNewsListItem .Topping .TimeBox p {
    font-size: 14px;
    color: #999999;
}

.fileNewsListItem .ToppingNews .title {
    width: 675px;
    font-size: 18px;
    color: #000000;
    line-height: 28px;
    cursor: pointer;
}

.fileNewsListItem .ToppingNews .source {
    color: #828282;
    font-size: 14px;
    margin-top: 4px;
}

.fileNewsListItem .ToppingNews .source span {
    margin-right: 12px;
}

.fileNewsListItem .ToppingNews .source a.moreDetail {
    font-size: 14px;
    color: #1492FF;
}

.fileNewsListItem .fileNewsListItemContent li {
    margin-top: 16px;
}

.fileNewsListItem .fileNewsListItemContent li a em {
    float: left;
    font-style: normal;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333333;
    margin-left: 8px;
    margin-right: 18px;
    margin-top: 10px;
}

.fileNewsListItem .fileNewsListItemContent li a span.titles {
    font-size: 18px;
    color: #333333;
    max-width: 620px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fileNewsListItem .fileNewsListItemContent li a:hover span.titles {
    color: #1492FF;
}

.fileNewsListItem .fileNewsListItemContent li a span.Dates {
    font-size: 14px;
    color: #828282;
    line-height: 16px;
    margin-top: 4px;
}

/* 信息公开模块 */
.zlkContent .xxgk {
    width: 335px;
    border-top: 6px solid #1984e2;
    height: 300px;
    background: #ffffff;
    /* padding: 10px 13px; */
}

.zlkContent .xxgk li {
    width: 100%;
    height: 70px;
}

.zlkContent .xxgk li:hover {
    background: #F4F7FD;
}

.zlkContent .xxgk li a {
    display: block;
    width: 309px;
    height: 100%;
    line-height: 60px;
    padding-left: 107px;
    font-size: 20px;
    color: #000000;
    border-top: 1px solid #EEEEEE;
    margin: 0 auto;
}

.zlkContent .xxgk li:first-child a {
    border: none;
}

.zlkContent .xxgk li a.zfxxgk {
    background: url(./zfxxgk.png) 43px center no-repeat;
}

.zlkContent .xxgk li:hover a.zfxxgk {
    background: #F4F7FD url(./zfxxgkHover.png) 43px center no-repeat;
    color: #1492FF;
    font-weight: bold;
}

.zlkContent .xxgk li a.xxgknb {
    background: url(./xxgknb.png) 43px center no-repeat;
}

.zlkContent .xxgk li:hover a.xxgknb {
    background: #F4F7FD url(./xxgknbHover.png) 43px center no-repeat;
    color: #1492FF;
    font-weight: bold;
}

.zlkContent .xxgk li a.ysqgk {
    background: url(./ysqgk.png) 43px center no-repeat;
}

.zlkContent .xxgk li:hover a.ysqgk {
    background: #F4F7FD url(./ysqgkHover.png) 43px center no-repeat;
    color: #1492FF;
    font-weight: bold;
}

.zlkContent .xxgk li a.zfgb {
    background: url(./zfgb.png) 43px center no-repeat;
}

.zlkContent .xxgk li:hover a.zfgb {
    background: #F4F7FD url(./zfgbHover.png) 43px center no-repeat;
    color: #1492FF;
    font-weight: bold;
}

.zlkContent .xxgk li a.sjfb {
    background: url(./sjfb.png) 43px center no-repeat;
}

.zlkContent .xxgk li:hover a.sjfb {
    background: #F4F7FD url(./sjfbHover.png) 43px center no-repeat;
    color: #1492FF;
    font-weight: bold;
}

.zlkContent .xxgk li a.jgzn {
    background: url(./jgzn.png) 43px center no-repeat;
}

.zlkContent .xxgk li:hover a.jgzn {
    background: #F4F7FD url(./jgznHover.png) 43px center no-repeat;
    color: #1492FF;
    font-weight: bold;
}

.zlkContent .xxgk li a.ndgzbb {
    background: url(./ndgzbb.png) 43px center no-repeat;
}

.zlkContent .xxgk li:hover a.ndgzbb {
    background: #F4F7FD url(./ndgzbbHover.png) 43px center no-repeat;
    color: #1492FF;
    font-weight: bold;
}

.zlkContent .xxgk li a.jcpgt {
    background: url(./jcpgt.png) 43px center no-repeat;
}

.zlkContent .xxgk li:hover a.jcpgt {
    background: #F4F7FD url(./jcpgtHover.png) 43px center no-repeat;
    color: #1492FF;
    font-weight: bold;
}

.zlkContentItem2 {
    margin-top: 36px;
}

.zlkContentItem2 .DataOpen {
    width: 582px;
}

.zlkContentItem2 .DataOpen h1 {
    font-size: 30px;
}

.zlkContentItem2 .DataOpen .DataOpenNums {
    width: 582px;
    height: 127px;
    background: #ffffff;
    padding: 36px 0;
    padding-left: 35px;
}

.zlkContentItem2 .DataOpen .DataOpenNums .DataOpenNumsItem p {
    font-size: 16px;
    color: #000000;
}

.zlkContentItem2 .DataOpen .DataOpenNums .DataOpenNumsItem h2 {
    font-size: 30px;
    color: #1492FF;
    margin-top: 2px;
}

.zlkContentItem2 .DataOpen .DataOpenNums .DataOpenNumsItem {
    margin-left: 61px;
}

.zlkContentItem2 .DataOpen .DataOpenNums .DataOpenNumsItem:first-child {
    margin-left: 0;
}

.zlkContentItem2 .DataOpen .HotData {
    margin-top: 10px;
}

.zlkContentItem2 .DataOpen .HotData .HotDataContent {
    width: 410px;
    height: 369px;
    padding: 0 30px;
    padding-top: 24px;
    background: #ffffff;
}

.zlkContentItem2 .DataOpen .HotData .HotdataTitleWrap>a {
    font-size: 16px;
    color: #1492FF;
    margin-top: 6px;
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem {
    padding: 26px 0;
    border-top: 1px solid #EEEEEE;
    line-height: 26px;
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem:first-child {
    border: none;
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .HotdataNewsItem_title {
    font-size: 18px;
    color: #333333;
    background: url(./stars.png) right center no-repeat;
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .HotdataNewsItem_title a:hover {
    color: #1492FF;
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .Downloads {
    font-size: 14px;
    color: #333333;
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .Downloads em {
    font-style: normal;
    color: #1492FF;
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .sources {
    font-size: 16px;
    color: #666666;
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .deployTime {
    font-size: 16px;
    color: #666666;
}

.zlkContentItem2 .DataOpen .HotData .DataLinks {
    width: 163px;
    height: 369px;
}

.zlkContentItem2 .DataOpen .HotData .DataLinks a {
    display: block;
    width: 163px;
    height: 179px;
    background: #ffffff;
    text-align: center;
    padding: 40px 30px 0;
    color: #000000;
    font-size: 16px;
}

.zlkContentItem2 .DataOpen .HotData .DataLinks a>img {
    margin-bottom: 10px;
}

.zlkContentItem2 .DataOpen .HotData .DataLinks a.ggsjcg {
    margin-top: 11px;
}

.zlkContentItem2 .RegulatoryInfo {
    width: 588px;
}

.zlkContentItem2 .RegulatoryInfo>h1 {
    font-size: 30px;
}

.RegulatoryWrap {
    margin-top: 20px;
}

.RegulatoryWrap .pgt {
    width: 361px;
    height: 504px;
    background: #fff;
    padding: 0 28px;
    padding-top: 25px;
}

.RegulatoryWrap .pgt .bgtMore {
    font-size: 16px;
    color: #1492FF;
    margin-top: 8px;
    margin-right: 7px;
}

.RegulatoryWrap .pgt .pgtList>a {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    margin-top: 24px;
    letter-spacing: 0.8px;
}

.RegulatoryWrap .pgt .pgtList>a:first-child {
    font-weight: bold;
    color: #000000;
}

.RegulatoryWrap .pgt .pgtList>a:hover {
    color: #1492FF;
}

.RegulatoryWrap .RegulatoryLinks>a {
    display: block;
    width: 100%;
    height: 100%;
    width: 216px;
    height: 160px;
    background: #ffffff;
    text-align: center;
    font-size: 18px;
    color: #000000;
    padding-top: 40px;
    margin-top: 12px;
}

.RegulatoryWrap .RegulatoryLinks>a:first-child {
    margin-top: 0;
}

/*
**浙里办样式
*/
.zlbContent {}

.zlbSpecial {
    border-top: 6px solid #1492FF;
    height: 227px;
    background: #ffffff;
    padding: 23px 0;
}

.zlbSpecial .yszq {
    width: 412px;
    padding-top: 17px;
}

.zlbSpecial .yszq .yszqLeft {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    padding-left: 36px;
    line-height: 48px;
}

.zlbSpecial .yszq .yszqLeft a {
    color: #000000;
}

.zlbSpecial .yszq .yszqLeft a:hover {
    color: #1492FF;
}

.zlbSpecial .yszq .yszqRight {
    line-height: 30px;
    margin-left: 50px;
}

.zlbSpecial .yszq .yszqRight a {
    display: block;
    font-size: 18px;
    color: #000000;
}

.zlbSpecial .yszq .yszqRight a:hover {
    color: #1492FF;
}

.zlbSpecial .ztjcfw {
    width: 421px;
    padding-top: 17px;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
}

.zlbSpecial .ztjcfw .ztjcfwLeft {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    padding-left: 40px;
    line-height: 48px;
}

.zlbSpecial .ztjcfw .ztjcfwLeft a {
    color: #000000;
}

.zlbSpecial .ztjcfw .ztjcfwLeft a:hover {
    color: #1492FF;
}

.zlbSpecial .ztjcfw .ztjcfwRight {
    line-height: 30px;
    margin-left: 50px;
}

.zlbSpecial .ztjcfw .ztjcfwRight a {
    display: block;
    font-size: 18px;
    color: #000000;
}

.zlbSpecial .ztjcfw .ztjcfwRight a:hover {
    color: #1492FF;
}

.zlbSpecial .bmlq {
    width: 367px;
    padding-top: 17px;
}

.zlbSpecial .bmlq .bmlqLeft {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    padding-left: 36px;
    line-height: 48px;
}

.zlbSpecial .bmlq .bmlqRight {
    line-height: 30px;
    margin-left: 50px;
}

.zlbSpecial .bmlq .bmlqRight a {
    display: block;
    font-size: 18px;
    color: #000000;
}

.zlbSpecial .bmlq .bmlqRight a:hover {
    color: #1492FF;
}

.Services {
    margin-top: 40px;
}

.Services>div {
    width: 586px;
    height: 223px;
    background: #ffffff;
    padding: 30px;
}

.Services>div>h2 {
    font-size: 20px;
    color: #000000;
}

.grServiceWrap, .frServiceWrap {
    margin-top: 28px;
}

.grList {
    width: 365px;
    margin-left: 18px;
}

.grList>li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #000000;
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 15px;
}

.grList>li:nth-child(4n) {
    border: none;
}

.grList>li.grListMore {
    border: none;
}

.grList>li>a:hover {
    color: #1492FF;
}

.grList>li.grListMore>a {
    color: #1492FF;
}

.frList {
    width: 365px;
    margin-left: 18px;
}

.frList>li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #000000;
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 15px;
}

.frList>li:nth-child(3n) {
    border: none;
}

.frList>li.frListMore {
    border: none;
}

.frList>li>a:hover {
    color: #1492FF;
}

.frList>li.frListMore>a {
    color: #1492FF;
}

.efficiencyOpen {
    width: 100%;
    height: 146px;
    background: #ffffff;
    margin-top: 30px;
    padding: 24px 0;
}

.efficiencyTitle>h2 {
    font-size: 20px;
    padding-left: 30px;
    line-height: 20px;
}

.efficiencyMore {
    font-size: 16px;
    color: #1492FF;
    margin-right: 10px;
}

.efficiencyOpenWrap>div {
    height: 63px;
    border-left: 1px solid #DCDCDC;
    margin-top: 16px;
}

.efficiencyOpenWrap>div:first-child {
    border: none;
}

.efficiencyOpenWrap>div p {
    font-size: 18px;
    color: #000000;
    line-height: 18px;
}

.efficiencyOpenWrap>div h1 {
    font-size: 40px;
    color: #1492ff;
    line-height: 40px;
    margin-top: 5px;
}

.efficiencyOpenWrap>div.bjl {
    width: 343px;
    padding-left: 30px;
}

.efficiencyOpenWrap>div.sdcps {
    width: 284px;
    padding-left: 72px;
}

.efficiencyOpenWrap>div.cpzgl {
    width: 313px;
    padding-left: 100px;
}

.efficiencyOpenWrap>div.aqzgl {
    width: 260px;
    padding-left: 76px;
}

/*
****浙里督
*/
.zldRotation, .zldRotation-container {
    height: 425px;
    position: relative;
}

.zldRotation a img {
    width: 1200px;
    height: 425px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.zldRotation a img:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.zld-pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
}

.zld-pagination .swiper-pagination-switch {
    display: inline-block;
    width: 30px;
    height: 5px;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 3px;
    cursor: pointer;
}

.zld-pagination .swiper-active-switch {
    background: #fff;
}

.zldRotationWrap {
    margin-top: 40px;
    height: 290px;
}

.zldRotationWrap>div {
    width: 278px;
    height: 290px;
    margin-left: 29px;
}

.zldRotationWrap>div:first-child {
    margin-left: 0;
}

.zldRotationWrap>div .TopsTitle {
    height: 102px;
    border-left: 6px solid #1492FF;
    padding: 16px 30px;
}

.zddc .TopsTitle {
    background: #ffffff url(./zddc.png) right bottom no-repeat;
}

.jxgl .TopsTitle {
    background: #ffffff url(./jxgl.png) right bottom no-repeat;
}

.zckj .TopsTitle {
    background: #ffffff url(./zckj.png) right bottom no-repeat;
}

.msdt .TopsTitle {
    background: #ffffff url(./msdt.png) right bottom no-repeat;
}

.zldRotationWrap>div .TopsTitle>h2 {
    font-size: 20px;
    color: #000000;
}

.zldRotationWrap>div .TopsTitle>p {
    font-size: 16px;
    color: #666666;
    margin-top: 4px;
}

.zldRotationWrap>div .dcList {
    height: 198px;
    background: #F0F0F0;
    padding-left: 26px;
    overflow: hidden;
}

.zldRotationWrap>div .dcList a {
    display: block;
    color: #000000;
    font-size: 18px;
    margin-top: 32px;
}

.zldRotationWrap>div .dcList a:hover {
    color: #1492FF;
}

.zldRotationWrap>div .dcList a em {
    display: inline-block;
    font-style: normal;
    width: 11px;
    height: 11px;
    background: #1492FF;
    margin-right: 20px;
    vertical-align: 1px;
}

.zldRotationWrap>div.msdt .msdtList a {
    float: left;
    margin-right: 20px;
}

.zldRotationWrap>div.msdt .msdtList a:hover {
    color: #1492FF;
}

/*
***浙里问
*/
.zlwContent .zxzb {
    width: 583px;
}

.zlwContent .zxzb .zxzbTitle>h2 {
    font-size: 30px;
    color: #000000;
}

.zlwContent .zxzb .zxzbTitle>a {
    font-size: 16px;
    color: #1492FF;
    margin-top: 12px;
}

.zlwContent .zxzb .zxzbList>.zxzbTopping {
    width: 583px;
    height: 258px;
    margin-top: 30px;
    background: url(./zxzb.png) center center no-repeat;
    background-size: 100% 100%;
    padding-left: 36px;
    position: relative;
    z-index: 1;
}

.zlwContent .zxzb .zxzbList>.zxzbTopping>p {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    width: 366px;
    line-height: 45px;
    padding-top: 45px;
}

.zlwContent .zxzb .zxzbList>.zxzbTopping>a {
    display: block;
    width: 160px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.80);
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 32px;
}

.zlwContent .zxzb .zxzbList>.zxzbListWrap {
    margin-top: 30px;
}

.zlwContent .zxzb .zxzbList>.zxzbListWrap li {
    width: 583px;
    height: 100px;
    background: #fff;
    border-left: 6px solid #1492FF;
    padding: 22px 30px;
    margin-top: 14px;
}

.zlwContent .zxzb .zxzbList>.zxzbListWrap li>a {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}

.zlwContent .zxzb .zxzbList>.zxzbListWrap li>a:hover {
    color: #1492FF;
}

.zlwContent .zxzb .zxzbList>.zxzbListWrap li>p {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}

.zlwContent .dczj {
    width: 583px;
}

.zlwContent .dczj .dczjTitle>h2 {
    font-size: 30px;
    color: #000000;
}

.zlwContent .dczj .dczjTitle>a {
    font-size: 16px;
    color: #1492FF;
    margin-top: 12px;
}

.zlwContent .dczj .dczjList>.dczjTopping {
    width: 583px;
    height: 258px;
    margin-top: 30px;
    background: url(./dczj.png) center center no-repeat;
    background-size: 100% 100%;
    padding-left: 36px;
    position: relative;
}

.zlwContent .dczj .dczjList>.dczjTopping>p {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    width: 366px;
    line-height: 45px;
    padding-top: 45px;
}

.zlwContent .dczj .dczjList>.dczjTopping>a {
    display: block;
    width: 160px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.80);
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 32px;
}

.zlwContent .dczj .dczjList>.dczjListWrap {
    margin-top: 30px;
}

.zlwContent .dczj .dczjList>.dczjListWrap li {
    width: 583px;
    height: 100px;
    background: #fff;
    border-left: 6px solid #1492FF;
    padding: 22px 30px;
    margin-top: 14px;
    position: relative;
}

.zlwContent .dczj .dczjList>.dczjListWrap li>a {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}

.zlwContent .dczj .dczjList>.dczjListWrap li>a:hover {
    color: #1492FF;
}

.zlwContent .dczj .dczjList>.dczjListWrap li>p {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    position: absolute;
    right: 28px;
    bottom: 20px;
}

.zlwContent .dczj .dczjList>.dczjListWrap li>p.end {
    color: #fe0101;
}

.zlwContent .dczj .dczjList>.dczjListWrap li>p.processing {
    color: #1492ff;
}

.zlwItemWrap2 {
    margin-top: 40px;
}

.zlwItemWrap2>h2 {
    font-size: 30px;
    color: #000000;
}

.zlwItemWrap2>.letterWrap {
    height: 403px;
    background: #fff;
    margin-top: 30px;
    padding: 30px 0;
}

.zlwItemWrap2>.letterWrap>.letterItem {
    width: 710px;
    padding-left: 20px;
    padding-right: 40px;
    border-right: 1px solid #EFEFEF;
}

.zlwItemWrap2>.letterWrap>.letterItem li {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 20px;
    margin-top: 16px;
}

.zlwItemWrap2>.letterWrap>.letterItem li:last-child {
    border: none;
}

.zlwItemWrap2>.letterWrap>.letterItem li .letterTitle {
    font-size: 18px;
    color: #000000;
}

.zlwItemWrap2>.letterWrap>.letterItem li a:hover .letterTitle {
    color: #1492FF;
}

.zlwItemWrap2>.letterWrap>.letterItem li>a .letterTime {
    font-size: 14px;
    color: #999999;
    margin-top: 2px;
}

.zlwItemWrap2>.letterWrap>.letterItem .letterTitleWrap {
    padding-left: 10px;
    padding-right: 20px;
    border: none;
    margin: 0;
    padding-bottom: 0;
}

.zlwItemWrap2>.letterWrap>.letterItem .letterTitleWrap h2 {
    font-size: 20px;
    color: #000000;
}

.zlwItemWrap2>.letterWrap .interact {
    width: 490px;
    font-size: 0;
    padding: 0 20px;
}

.zlwItemWrap2>.letterWrap .interact>a {
    display: inline-block;
    width: 150px;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-top: 40px;
}

.zlwItemWrap2>.letterWrap .interact>a>p {
    margin-top: 24px;
}

/* 专题专栏 */
.Special_column {
    height: auto;
    background: #ffffff;
}

.Special_columnWrap {
    padding-top: 30px;
    padding-bottom: 40px;
    position: relative;
}

.titleWrap>h2 {
    float: left;
    font-size: 40px;
    color: #000000;
}

.titleWrap>a {
    float: right;
    color: #1492FF;
    font-size: 16px;
    margin-top: 18px;
    margin-right: 10px;
}

.Special_columnList {
    padding-top: 36px;
    height: auto;
    overflow: hidden;
}

.Special_columnItem {
    width: 281px;
    height: 183px;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    margin-left: 9px;
    margin-bottom: 64px;
}

.Special_columnItem:first-child {
    /* margin-left: 0; */
}

.xksh {
    background: url(./xksh.png) center no-repeat;
    /* margin-left: 0; */
}

.xxgkbg {
    background: url(./xxgkbg.png) center no-repeat;
}

.yqfk {
    background: url(./yqfk.png) center no-repeat;
}

.jobs {
    background: url(./jobs.png) center no-repeat;
}

.Special_columnItem>img {
    width: 281px;
    height: 183px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.Special_columnItem>img:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.Special_columnItem>a {
    display: block;
    width: 243px;
    height: 80px;
    background: #ffffff;
    border-bottom: 5px solid #1492FF;
    position: absolute;
    bottom: -64px;
    z-index: 2;
    left: 19px;
    padding: 9px 21px 0;
    font-size: 20px;
    line-height: 30px;
}

.Special_columnItem>a>p {
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.Special_columnItem>a:hover p {
    color: #1492FF;
}

.Special_columnList .swiper-slide:first-child .Special_columnItem {
    margin-left: 0;
}

.Special-left {
    position: absolute;
    top: 50%;
    left: -70px;
    margin-top: 10px;
    width: 60px;
    height: 60px;
    background: url(./swiper-btn.png);
    display: none;
}

.Special-right {
    position: absolute;
    top: 50%;
    right: -70px;
    margin-top: 10px;
    width: 60px;
    height: 60px;
    background: url(./swiper-btn.png);
    background-position: 0 -60px;
    display: none;
}

.Special_column:hover .Special-left, .Special_column:hover .Special-right {
    display: block;
}

/* 友情链接 */
.FriendLinks {
    width: 100%;
    height: 82px;
    background: #e3eef7;
}

.FriendLinksWrap {
    position: relative;
    z-index: 1;
}

.FriendLinksItem {
    width: 225px;
    height: 42px;
    background: #ffffff url(./slidedown.png) 205px center no-repeat;
    line-height: 42px;
    padding-left: 20px;
    margin-top: 20px;
    margin-left: 10px;
    cursor: pointer;
}

.FriendLinksItem:first-child {
    margin-left: 0;
}

.FriendLinksListWrap>div {
    width: 1200px;
    max-height: 420px;
    height: auto;
    overflow: auto;
    background: #fff;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 45px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
    display: none;
}

.websiteList a {
    font-size: 14px;
    display: block;
    float: left;
    width: 23%;
    margin: 5px 9px;
}

.websiteList>.friendlinkChild {
    overflow: hidden;
    border-bottom: 1px dashed #333;
}

.websiteList a {
    font-size: 14px;
    display: block;
    float: left;
    width: 23%;
    margin: 5px 9px;
}

.websiteList a:hover {
    color: #1492FF;
}

/* .dfzfwz {
    bottom: 45px;
}

.sjbmwz {
    top: -302px;
}

.gsqxwz {
    top: -403px;
}

.qtwz {
    top: -101px;
}

.bgrk {
    top: -41px;
} */

/* 底部 */
.zjFoot {
    width: 100%;
    height: 240px;
}

.zjFootItem1 {
    width: 100%;
    height: 176px;
    background: #015293;
    padding-top: 40px;
}

.zjFootItem1_about>a {
    display: inline-block;
    width: 136px;
    height: 120px;
    text-align: center;
    padding-top: 78px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.80);
}

.zjFootItem1_about>a.swsy {
    background: rgba(255, 255, 255, 0.10) url(./swsy.png) center 32px no-repeat;
}

.zjFootItem1_about>a.lxwm {
    background: rgba(255, 255, 255, 0.10) url(./lxwm.png) center 32px no-repeat;
}

.zjFootItem1_about>a.wzdt {
    background: rgba(255, 255, 255, 0.10) url(./wzdt.png) center 32px no-repeat;
}

.zjFootItem1_introduce {
    width: 385px;
    height: 120px;
    background: rgba(255, 255, 255, 0.10) url(./zwym.png) 313px 51px no-repeat;
    margin-left: 22px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.80);
    padding: 10px 24px;
}

.zjFootItem1_introduceWrap {
    line-height: 33px;
}

.zjFootItem1_Mack {
    margin-left: 37px;
}

.zjFootItem1_Mack_dzjg {
    width: 154px;
    height: 120px;
    background: rgba(255, 255, 255, 0.10);
    text-align: center;
    padding-top: 20px;
}

.zjFootItem2 {
    width: 100%;
    height: 64px;
    background: #0476d3;
}

.zjFootItem2_wrap {
    line-height: 64px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.80);
}

.zjFootItem2_wrap a {
    color: rgba(255, 255, 255, 0.80);
}

.zjFootItem2_wrap .yzbm {
    margin-left: 16px;
}

.zjFootItem2_wrap .wzbsm {
    margin-left: 45px;
    margin-right: 22px;
}

.zjFootItem2_wrap .beianNum {
    background: url(./police.png) left center no-repeat;
    padding-left: 28px;
    margin-left: 16px;
}

/* 月度卡片 */
.regulateinfo-l-title {
    height: 40px;
    margin-top: 30px;
}

.regulateinfo-l-title h4 {
    font-weight: bold;
    font-size: 20px;
    font-family: "微软雅黑";
    float: left;
}

.regulateinfo-l-title a,
.publicdata-l-title a {
    float: right;
    width: 28px;
    height: 40px;
    background: url(hd-more.png) no-repeat center 10px;
}

.monthCard {
    overflow: hidden;
    background-color: #fff;
    padding: 0 22px;
}

.monthCard ul {
    overflow: hidden;
    padding-bottom: 30px;
}

.monthCard ul li {
    padding: 19px 0;
    border-bottom: 1px dashed #ccc;
}

.monthCard ul li a {
    display: block;
    line-height: 30px;
    min-height: 30px;
    font-size: 18px;
    color: #000;
    overflow: hidden;
}

.monthCard ul li:first-child a {
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.monthCard ul li a p {
    float: left;
    min-height: 30px;
}

.monthCard ul li a span {
    float: right;
    color: #999999;
}

.zcwj-con-tit .zcwj-con-title {
    float: left;
    overflow: hidden;
}

.zcwj-con-tit .zcwj-con-title li {
    float: left;
}

.zcwj-con-tit .zcwj-con-title li a {
    display: block;
    padding: 0 18px;
}

.zcwj-con-title .zcwj-list-line {
    float: left;
    width: 3px;
    height: 25px;
    background: #666;
}

.zcwj-con-tit .zcwj-con-title li a span {
    font-size: 24px;
    display: block;
    height: 40px;
    line-height: 24px;
}

.zcwj-con-tit .zcwj-con-title li.active a span {
    font-weight: bold;
    color: #1492ff;
    border-bottom: 4px solid #1492ff;
}

.two-box-wrap {
    overflow: hidden;
}

.two-box-wrap>div {
    display: none;
}

.two-box-wrap>div.active {
    display: block;
}

.zcwj-con-tit {
    overflow: hidden;
    margin-bottom: 20px;
}

.zcwj-con-tit .zcwj-con-title li a span {
    font-size: 30px;
}

.zlkContentItem2 .RegulatoryInfo>h1 {
    line-height: 24px;
    height: 40px;
}

.monthCard ul li {
    padding: 18px 0;
}

.important-open .titleWrap>h1,
.Special_column .titleWrap>h1 {
    float: left;
}

/* 政策解读调整 */
.zcjd-list li .tab-pal-top {
    width: 100%;
    height: 106px;
    box-shadow: 0 0px 15px rgba(20, 146, 255, 0.2);
}

.zcjd-list li .tab-pal-top p {
    overflow: hidden;
    padding: 0 25px;
}

.zcjd-list li .tab-pal-top p>a {
    float: left;
    width: 630px;
    height: 54px;
    line-height: 54px;
    color: #000;
    font-size: 18px;
}

.zcjd-list li .tab-pal-top p>span {
    float: right;
    text-align: right;
    font-size: 14px;
    color: #828282;
    line-height: 54px;
}

.zcjd-list li .tab-pal-top ul {
    overflow: hidden;
    padding-left: 34px;
}

.zcjd-list li .tab-pal-top ul li {
    float: left;
    margin-right: 22px;
}

.zcjd-list li .tab-pal-top ul li a {
    display: block;
    width: 113px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background-color: #1492ff;
    color: #fff;
    font-size: 18px;
}

.zcjd-list li .tab-pal-con {
    overflow: hidden;
}

.zcjd-list li.on+li {
    margin-top: 10px;
}

.zcjd-list li .tab-pal-con>span.first {
    font-size: 3px;
    line-height: 40px;
    height: 40px;
    color: #000;
    float: left;
    margin-right: 17px;
}

.zcjd-list li .tab-pal-con a {
    float: left;
    font-size: 18px;
    color: #000;
    width: 650px;
    line-height: 40px;
    height: 40px;
}

.zcjd-list li .tab-pal-con>span {
    line-height: 40px;
    height: 40px;
    float: right;
    text-align: right;
    font-size: 14px;
    color: #828282;
}

.zcjd-list li .tab-pal-top,
.zcjd-list li.on .tab-pal-con {
    display: none;
}

.zcjd-list li.on .tab-pal-top,
.zcjd-list li .tab-pal-con {
    display: block;
}

/* 重点领域信息公开 */
.important-open {
    overflow: hidden;
    padding-bottom: 15px;
}

.important-open .box-wrap {
    margin-top: 40px;
}

.important-open-list {
    width: 1200px;
    height: 310px;
    margin-top: 40px;
    box-shadow: 0 0px 10px 0 rgba(0, 36, 121, 0.1);
}

.important-open-list ul {
    overflow: hidden;
    padding: 40px 0;
}

.important-open-list ul li {
    float: left;
    height: 90px;
    margin-bottom: 50px;
}

.important-open-list ul li a {
    display: block;
    width: 200px;
    height: 90px;
    border-right: 1px solid #dcdcdc;
}

.important-open-list ul li a div {
    height: 40px;
    width: 200px;
}

.important-open-list ul li a img {
    display: block;
    width: auto;
    margin: 0 auto;
}

.important-open-list ul li a span {
    display: block;
    text-align: center;
    height: 50px;
    line-height: 75px;
    font-size: 20px;
    color: #333;
}

.special-col-img {
    width: 1200px;
    overflow: hidden;
}

.special-col-img a {
    float: left;
    width: 280px;
    height: 180px;
    margin-right: 25px;
}

.special-col-img a+a+a+a {
    margin-right: 0;
}

.special-col-list {
    overflow: hidden;
}

.special-col-list ul {
    width: 580px;
    height: 170px;
    overflow: hidden;
    margin-top: 30px;
}

.special-col-list ul li {
    margin-bottom: 20px;
}

.special-col-list ul li a {
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    display: block;
}

.special-col-list ul li a p {
    float: left;
    font-size: 16px;
    color: #333;
    padding-left: 15px;
    background: url(zt-list-dot.png) no-repeat left 50%;
}

.special-col-list ul li a span {
    float: right;
    font-size: 14px;
    color: #999;
}
.news_list{
    width: 576px;
}
.zlbContent .zlbContent_title{
width: 100%;
height: 50px;
	font-size: 30px;
    font-weight: bold;
	color: #000000;
}
.zlbContent .zlbContent_Office_hall{
background-color: #f6f6f6;
overflow: hidden;

}
.zlbContent .zlbContent_Office_hall ul{
    width: 110%;
    padding: 5px;
}
.zlbContent .zlbContent_Office_hall ul li{
    float: left;
    width: 275px;
    line-height: 87px;
	height: 87px;
	background-color: #ffffff;
	box-shadow: 0px 2px 16px 0px 
		rgba(10, 115, 198, 0.2);
        margin: 0px 30px 30px 0px;
}
.zlbContent .zlbContent_Office_hall ul li a{
    display: block;
    font-size: 20px;
	color: #000000;
    padding-left: 93px;
}
.zlbContent .zlbContent_Office_hall ul li a i{
    width: 1px;
	height: 40px;
    margin-right: 18px;
    display: inline-block;
    vertical-align: middle;
	background-color: #c7c6c6;
}
.zlwContent .zlbContent_title{
    width: 100%;
    height: 50px;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
}
.Interactive_communication .Interactive_communication_left{
    width: 585px;
	height: 370px;
	background-color: #ffffff;
}
.Interactive_communication .Interactive_communication_right{
    width: 585px;
	height: 370px;
	background-color: #ffffff;
}
.Interactive_communication .Interactive_communication_title{
    width: 162px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    background: url(xxx_03.png) no-repeat;
    margin-top: -20px;
}
.Interactive_communication .Interactive_communication_left .Interactive_communication_box{
    padding: 26px 30px 0px 30px;
    overflow: hidden;
}
.Interactive_communication .Interactive_communication_left .Interactive_communication_box ul{
    width: 120%;
}
.Interactive_communication .Interactive_communication_left .Interactive_communication_box ul li{
float: left;
text-align: center;   
margin-right: 76px; 
margin-bottom: 30px;

}
.Interactive_communication .Interactive_communication_left .Interactive_communication_box ul li a{
    font-size: 18px;
	color: #000000;
    padding-top: 55px;
    display: block;
}
.Interactive_communication .Interactive_communication_right .Interactive_communication_box_right{
padding: 28px;
overflow: hidden;
}
.Interactive_communication .Interactive_communication_right .Interactive_communication_box_right ul{
    width: 110%;
}
.Interactive_communication .Interactive_communication_right .Interactive_communication_box_right ul li{
    float: left;
    width: 163px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
    background: url(xxx_07.png) no-repeat;
}
.Interactive_communication .Interactive_communication_right .Interactive_communication_box_right ul li+li{
    background: url(xxx_09.png) no-repeat;
}
.Interactive_communication .Interactive_communication_right .Interactive_communication_box_right ul li+li+li{
    background: url(xxx_11.png) no-repeat;
}
.Interactive_communication .Interactive_communication_right .Interactive_communication_box_right ul li+li+li+li{
    width: 250px;
    margin-right: 30px;
    background: url(xxx_16.png) no-repeat;
}
.Interactive_communication .Interactive_communication_right .Interactive_communication_box_right ul li+li+li+li+li{
    width: 250px;
    
    background: url(xxx_18.png) no-repeat;
}
.Interactive_communication .Interactive_communication_right .Interactive_communication_box_right ul li a{
    display: block;
    font-size: 18px;
	color: #ffffff;
}
