/*内容区*/
.main {
    padding: 10px 10px 0;
    background-color: #fff;
    box-sizing: border-box;
}

.main .main-top,
.main .main-bottom {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.main .main-block {
    width: 454px;
}

.main .main-block .block-top, .kslj .kslj-top {
    height: 48px;
    margin-bottom: 22px;
    border-bottom: 3px solid;
    border-image: linear-gradient(90deg, #0F94E3, #2EC0BD) 3;
}

.main .main-block .block-top .title, .kslj .kslj-top .title {
    position: relative;
    height: 45px;
    line-height: 45px;
    color: #2EC0BD;
    font-weight: bold;
    padding-left: 40px;
    background: linear-gradient(90deg, #0F94E3 0%, #2EC0BD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main .main-block .block-top .title:before, .kslj .kslj-top .title::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 34px;
    height: 45px;
    background: url(../images/icon1.png) no-repeat  center;
}

.main .main-block .block-top .title.yxxw:before {
    background: url(../images/icon2.png) no-repeat  center;
}

.main .main-block .block-top .title.ggfwt:before {
    background: url(../images/icon3.png) no-repeat  center;
}

.main .main-block .block-top .title.dqhd:before {
    background: url(../images/icon4.png) no-repeat  center;
}

.main .main-block .block-top .title.xshd:before {
    background: url(../images/icon5.png) no-repeat  center;
}

.main .main-block .block-top .title.jxdt:before {
    background: url(../images/icon6.png) no-repeat  center;
}

.main .main-block .block-top .more, .kslj-top .more {
    margin-top: 11px;
    color: #999999 !important;
    text-decoration: none;
}

.main .main-block .block-top .more:hover,  .kslj-top .more:hover {
    color: #2EC0BD !important;
}

.main .main-block .block-top .more::after, .kslj-top .more::after {
    content: "+";
    font-size: 16px;
    font-weight: bold;
    color: #2EC0BD;
}

.main .main-block .cont-list {
    padding-top: 5px;
}

.main .main-block .cont-list li {
    line-height: 28px;
    padding: 4px 0;
    color: #999999;
    height: 34px;
}

.main .main-block .listline {
    padding-top: 4px;
}

.main .main-block .listline li {
    padding: 6px 0;
    height: 38px;
    border-bottom: 1px solid #E8E8E8;
}

.main .main-block .cont-list li a {
    float: left;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main .main-block .cont-list li a::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 6px;
    border: 2px solid #2EC0BD;
    border-radius: 50%;
    box-sizing: border-box;
}

.main .main-news .cont-list {
    padding-top: 8px;
}

.main-news .cont-list li {
    border-bottom: 1px solid #E8E8E8;
    height: 36px;
}

/* 服务查询 */
.mainSerive {
    padding: 12px 18px;
    background: #EBF7FF;
}

.mainSerive .entrance {
    padding-top: 10px;
    margin-left: -6px;
    margin-right: -6px;
}

.mainSerive .entrance li {
    float: left;
    width: 210px;
    height: 81px;
    padding: 20px 0;
    line-height: 48px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 10px;
    background-size: 100%;
    background: url("../images/box-bg.png") no-repeat;
    background-size: cover;
}

.mainSerive .entrance li:hover {
    background-image: url("../images/box-bg-hover.png");
}

.mainSerive .entrance li:nth-child(even) {
    margin-right: 0;
}

.main .ggfw .entrance li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.main .ggfw .entrance li img {
    width: 26px;
    margin-left: 45px;
    margin-right: 10px;
}

.newsslide {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 3px #ccc;
    padding: 12px 15px;
    position: relative;
}

.newsslide .bd li {
    float: left;
}

.newsslide .bd li img {
    height: 100%;
}

.newsslide .bd li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 36px;
    max-height: 36px;
    padding: 0 108px 0 15px;
    color: #fff;
    background: rgba(0, 0, 0, .4);
}

.newsslide .point {
    left: auto;
    bottom: 20px;
    transform: translateX(0%);
    right: 20px;
}

/* listItem */
.mainbd .listItem:first-child {
    margin-top: -12px;
}

.listItem {
    padding: 8px 0;
    display: flex;
}

.listItem dt {
    width: 64px;
    text-align: center;
    margin-right: 16px;
}

.listItem dt p {
    font-size: 28px;
    line-height: 45px;
    color: #2EC0BD;
    border: 1px solid #2EC0BD;
    background: linear-gradient(90deg, #0F94E3 0%, #2EC0BD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.listItem dt span {
    font-size: 12px;
    display: block;
    line-height: 20px;
    background: linear-gradient(90deg, #0F94E3, #2EC0BD);
    color: #fff;
}

.listItem dd {
    flex: 1;
    display: flex;
    align-items: center;
    height: 67px;
    line-height: 1.7;
    border-bottom: 1px solid #E8E8E8;
    padding: 10px 0 11px;
}

.dllist {
    display: flex;
    align-items: flex-start;
    padding: 0 0 15px;
    border-bottom: 1px solid #C4CBD0;
}

.dllist dt {
    width: 30%;

    line-height: 1;
    margin-right: 15px;
}

.dllist dt.ptbox .inner {
    padding-bottom: 68%;
}

.dllist dd {
    flex: 1;
}

.dllist dd p {
    height: 70px;
    font-size: 15px
}

.dllist dd span {
    color: #888;
}

.picMarquee-left {
    overflow: hidden;
    position: relative;
}

.picMarquee-left .bd {
    margin-bottom: 15px;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 15px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 275px;
    height: 150px;
    display: block;
    border: 1px solid #DCDCDC;
    object-fit: cover
}

.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-left .bd ul li .title {
    line-height: 24px;
    padding-top: 4px;
    font-size: 14px;
}

.kslj {
    padding: 0 10px;
    background-color: #fff;
    box-sizing: border-box;
}

.kslj .kslj-top .title.kypt::before {
    background: url(../images/icon7.png) no-repeat  center;
}
