﻿/*
 * 棣栭〉铡婚櫎鍏叡镄勬牱寮�
 * @author mingfang3
 * @time 2018-6-14
 */

* {
    box-sizing: border-box;
}

body {
    background: #fff;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.transition {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-placeholder: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.main {
    width: 100%;
    float: left;
    background: #fff;
    padding-bottom: 39px;
}

.main .container {
    margin: 0 auto;
    width: 1200px;
}

.credit-service {
    height: 780px;
    text-align: center;
    padding-top: 15px;
    background: url(../img/portal/service-bg.png) no-repeat top center;
    background-size: 100% 100%;
}
.credit-publicity {
    height: 1050px;
    text-align: center;
    padding-top: 15px;
    background: url(../img/portal/publicity-bg.png) no-repeat top center;
    background-size: 100% 100%;
}

.service-img {
    width: 250px;
    height: 45px;
    margin: 35px auto;
    background: url(../img/portal/service-img.png) no-repeat top center;
    background-size: 100% 100%;
}

.publicity-img {
    width: 250px;
    height: 45px;
    margin: 35px auto;
    background: url(../img/portal/publicity-img.png) no-repeat top center;
    background-size: 100% 100%;
}

.credit-service .service-list {
    height: 100%;
    width: 100%;
}

.credit-service .service-list .xyfw-list {
    height: 100%;
    width: 100%;
}

.credit-publicity .publicity-list {
    height: 100%;
    width: 100%;
}

.credit-publicity .publicity-list .xygs-list {
    height: 100%;
    width: 100%;
}

.credit-service .sincerity {
    height: 120px;
    margin-top: 60px;
    background: url(../img/portal/sincerity.png) no-repeat top center;
    background-size: 100% 100%;
}

/* 淇＄敤锷ㄦ�� begin */

.carousel-news {
    height: 352px;
}

.carousel-news .carousel-left {
    position: relative;
    float: right;
    width: 72%;
    height: 100%;
    border: 1px solid #bebebe;
    overflow: hidden;
    display: none;
}

.carousel-news .carousel-news-left {
    border: none;
}

.carousel-news > .active {
    display: block;
}

.carousel-news .news-right {
    height: 100%;
    width: 22%;
    overflow: hidden;
}

.xygs-news {
    margin-top: 40px;
    border-bottom: 3px solid #e6e6e6;
}

.xxdt-heading {
    position: relative;
    height: 45px;
    width: 100%;
    line-height: 37px;
    background: #F2F2F1;
    /* margin-top: -9px; */
    /*margin-top: -7px;*/
    /*border-bottom: 3px solid #e6e6e6;*/
}

.xxdt-heading-item {
    color: #000000;
    float: left;
    width: 150px;
    line-height: 40px;
    text-align: left;
    cursor: pointer;
}

.xxdt-heading > .active {
    /*background: #E22E3E;*/
    color:  #E22E3E;
    font-size: 24px;
    position: relative;
}
.xxdt-heading > .active:after {
    content: '';
    width: 60px;
    height: 4px;
    background: #ED3737;
    top: 45px;
    /*left: calc(50% - 30px);*/
    left: 0;
    position: absolute;
}

.xyfw-list {
    width: 100%;
    height: 132px;
    margin-top: 17px;
}

.more-list {
    width: 100%;
    min-height: 75px;
    margin-top: 20px;
}

.xyfw-list > li {
    height: 180px;
    width: 285px;
    margin-left: 17px;
    float: left;
    cursor: pointer;
    margin-top: 10px;
}

.xygs-list > li {
    width: 224px;
    height: 160px;
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 10px;
    margin-left: 17px;
    float: left;
    cursor: pointer;
    margin-top: 18px;
}

.xygs-list > li:first-child {
    margin-left: 0px !important;
}
.xygs-list > li:nth-child(6) {
    margin-left: 0px !important;
}

.more-list-item {
    height: 148px;
    width: 228px;
    margin-left: 15px;
    float: left;
    cursor: pointer;
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 2px 2px 10px #909090;
}

.xyfw-list .item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 16px;
}

.xygs-list .item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #000000;
    font-size: 16px;
    padding-top: 28px;
    text-align: center;
}

.item-left {
    float: left;
    max-width: 200px;
    position: relative;
    top: 35px;
}

.item-left-title {
    color: #E03042;
    line-height: 30px;
    font-weight: 700;
}

.item-left-content {
    color: #666666;
    line-height: 30px;
}

.item-right {
    height: 40px;
    width: 40px;
    float: right;
    position: relative;
    top: 40px;
    right: 20px;
}

.item1 {
    background: url(../img/portal/item-1.png) no-repeat;
}

.item2 {
    background: url(../img/portal/item-2.png) no-repeat;
}

.item3 {
    background: url(../img/portal/item-3.png) no-repeat;
}

.item4 {
    background: url(../img/portal/item-4.png) no-repeat;
}

.item5 {
    background: url(../img/portal/item-5.png) no-repeat;
}

.item6 {
    background: url(../img/portal/item-6.png) no-repeat;
}

.item7 {
    background: url(../img/portal/item-7.png) no-repeat;
}

.item8 {
    background: url(../img/portal/item-8.png) no-repeat;
}

.item9 {
    background: url(../img/portal/item-9.png) no-repeat;
}

.item10 {
    background: url(../img/portal/item-10.png) no-repeat;
}

.xyfw-list .item-xycx {
    background-image: url(../img/portal/xycx-bg.png);
}

.xyfw-list .item-xyxf {
    background-image: url(../img/portal/xyxf-bg.png);
}

.xyfw-list .item-yysq {
    background-image: url(../img/portal/yysq-bg.png);
}

.xyfw-list .item-cxyy {
    background-image: url(../img/portal/cxyy-bg.png);
}

.xyfw-list .item-zyzz {
    background-image: url(../img/portal/zyzz-bg.png);
}

.xyfw-list .item-cnsq {
    background-image: url("../img/new-module-png/zxqs-iocn.png");
}

.xyfw-list  .xyfw-title {
    margin-top: 32px;
    margin-left: 30px;
    text-align: left;
}
.xyfw-list .xyfw-title .xyfw-icon {
    width: 25px;
    height: 25px;
    vertical-align: middle;

}

.xygs-list .xygs-icon {
    width: auto;
    height: 75px;
}

.xyfw-list .item-bgcx {
    position: relative;
    background-image: url(../img/portal/item-bgcx.png);
}
.xyfw-list .item-bgcx .monolayer {
    position: absolute;
    top: 0;
    height: 180px;
    width: 285px;
    border-radius: 5px;
}

.xyfw-list .item-bgcx .monolayer:hover {
    background: rgba(237, 55, 55, 1);
    opacity: 1;
}
.xyfw-list .item-bgcx .monolayer:hover img {
    position: absolute;
    top: 35%;
    left: calc(50% - 12px);
}
.xyfw-list .item-bgcx .monolayer:hover span {
    position: absolute;
    top: 55%;
    left: calc(50% - 67px);
}

.xyfw-list .item-bghc {
    background-image: url(../img/portal/item-bghc.png);
}

.xyfw-list .item-bghc .monolayer {
    position: absolute;
    top: 0;
    height: 180px;
    width: 285px;
    border-radius: 5px;
}

.xyfw-list .item-bghc .monolayer:hover {
    background: rgba(237, 55, 55, 1);
    opacity: 1;
}

.xyfw-list .item-bghc .monolayer:hover img {
    position: absolute;
    top: 35%;
    left: calc(50% - 12px);
}
.xyfw-list .item-bghc .monolayer:hover span {
    position: absolute;
    top: 55%;
    left: calc(50% - 48px);
}

.xyfw-list .item-dksq {
    background-image: url(../img/portal/item-dksq.png);
}

.xyfw-list .item-dksq .monolayer {
    position: absolute;
    top: 0;
    height: 180px;
    width: 285px;
    border-radius: 5px;
}

.xyfw-list .item-dksq .monolayer:hover {
    background: rgba(237, 55, 55, 1);
    opacity: 1;
}

.xyfw-list .item-dksq .monolayer:hover img {
    position: absolute;
    top: 35%;
    left: calc(50% - 12px);
}
.xyfw-list .item-dksq .monolayer:hover span {
    position: absolute;
    top: 55%;
    left: calc(50% - 48px);
}

.xyfw-list .item-fuwu {
    background-image: url(../img/portal/item-fuwu.png);
}

.xyfw-list .item-fuwu .monolayer {
    position: absolute;
    top: 0;
    height: 180px;
    width: 285px;
    border-radius: 5px;
}

.xyfw-list .item-fuwu .monolayer:hover {
    background: rgba(237, 55, 55, 1);
    opacity: 1;
}

.xyfw-list .item-fuwu .monolayer:hover img {
    position: absolute;
    top: 35%;
    left: calc(50% - 12px);
}
.xyfw-list .item-fuwu .monolayer:hover span {
    position: absolute;
    top: 55%;
    left: calc(50% - 38px);
}

.xyfw-list .item-zxqs {
    background-image: url(../img/portal/item-zxqs.png);
}

.xyfw-list .item-zxqs .monolayer {
    position: absolute;
    top: 0;
    height: 180px;
    width: 285px;
    border-radius: 5px;
}

.xyfw-list .item-zxqs .monolayer:hover {
    background: rgba(237, 55, 55, 1);
    opacity: 1;
}

.xyfw-list .item-zxqs .monolayer:hover img {
    position: absolute;
    top: 35%;
    left: calc(50% - 12px);
}
.xyfw-list .item-zxqs .monolayer:hover span {
    position: absolute;
    top: 55%;
    left: calc(50% - 64px);
}

.xyfw-list .item-sqlc {
    background-image: url(../img/portal/item-sqlc.png);
}

.xyfw-list .item-sqlc .monolayer {
    position: absolute;
    top: 0;
    height: 180px;
    width: 285px;
    border-radius: 5px;
}

.xyfw-list .item-sqlc .monolayer:hover {
    background: rgba(237, 55, 55, 1);
    opacity: 1;
}

.xyfw-list .item-sqlc .monolayer:hover img {
    position: absolute;
    top: 35%;
    left: calc(50% - 12px);
}
.xyfw-list .item-sqlc .monolayer:hover span {
    position: absolute;
    top: 55%;
    left: calc(50% - 64px);
}

.xyfw-list .item-xflc {
    background-image: url(../img/portal/item-xflc.png);
}

.xyfw-list .item-xflc .monolayer {
    position: absolute;
    top: 0;
    height: 180px;
    width: 285px;
    border-radius: 5px;
}

.xyfw-list .item-xflc .monolayer:hover {
    background: rgba(237, 55, 55, 1);
    opacity: 1;
}

.xyfw-list .item-xflc .monolayer:hover img {
    position: absolute;
    top: 35%;
    left: calc(50% - 12px);
}
.xyfw-list .item-xflc .monolayer:hover span {
    position: absolute;
    top: 55%;
    left: calc(50% - 64px);
}

.xyfw-list .item-zzsb {
    background-image: url(../img/portal/item-zzsb.png);
}

.xyfw-list .item-zzsb .monolayer {
    position: absolute;
    top: 0;
    height: 180px;
    width: 285px;
    border-radius: 5px;
}

.xyfw-list .item-zzsb .monolayer:hover {
    background: rgba(237, 55, 55, 1);
    opacity: 1;
}

.xyfw-list .item-zzsb .monolayer:hover img {
    position: absolute;
    top: 35%;
    left: calc(50% - 12px);
}
.xyfw-list .item-zzsb .monolayer:hover span {
    position: absolute;
    top: 55%;
    left: calc(50% - 32px);
}
/*.xxdt-heading:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: -3px;*/
/*    width: 106px;*/
/*    height: 4px;*/
/*    background-color: #e13536;*/
/*}*/

.xxdt-heading .link-more {
    float: right;
    color: #666;
    font-size: 12px;
}

.xxdt-heading .link-more:hover {
    color: #e13536;
}

.xxdt-heading .xxdt-name {
    display: inline-block;
    font-size: 18px;
    color: #333;
}

.xxdt-heading .xydt-icon {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin-right: 3px;
    /* background: #3383f6; */
    background: url(../img/portal/icon-xydt.png) no-repeat center center/contain;
}

.slide-imgs {
    width: 100%;
    height: 100%;
}

.slide-imgs > li {
    position: relative;
    float: left;
    width: 782px;
    height: 100%;
}

.slide-imgs > li:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 67px;
    /**
    *绾壊
    *
    background: rgba(0,0,0,.3);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff,endColorstr=#4cffffff);
    */

    /**
     *娓愬彉
     */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
}

.slide-imgs img {
    width: 100%;
    height: 100%;
}

.slide-pagers {
    position: absolute;
    z-index: 20;
    right: 21px;
    bottom: 24px;
}

.slide-pagers > li {
    float: left;
    margin-right: 6px;
    text-align: center;
    font-size: 0;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 10px;
}

.slide-pagers > li.js_index {
    background: rgba(0, 137, 247, 1);
    width: 18px;
}

.slide-pager {
    display: block;

    width: 10px;
    height: 10px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-placeholder: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}

.slide-pagers > li:hover > .slide-pager,
.slide-pagers > li.active > .slide-pager {
    width: 18px;
    height: 10px;
    background: #fff;
    background: rgba(0, 137, 247, 1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff, endColorstr=#E5ffffff);
    border-radius: 10px;
}

.xydt-list ul {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.xydt-list ul li {
    width: 100%;
    float: left;
}

.xydt-list ul li .xydt-content,
.xydt-list ul li.active .xydt-title {
    display: none;
}

.xydt-list ul li .xydt-title,
.xydt-list ul li.active .xydt-content {
    display: block;
}

.xydt-list ul li .xydt-content {
    position: relative;
    height: 110px;
    margin-top: 5px;
    border-bottom: 1px dashed #e0e0e0;
    margin-bottom: 12px;
}

.xydt-list ul li .xydt-content .news-span {
    font-size: 18px;
    font-weight: 500;
    height: 65px;
    margin: 10px 0px;
    padding-right: 25px;
    border-right: 1px solid #dddddd;
}
.xydt-list ul li .xydt-content .news-span h3 {
    line-height: 32px;
    font-size: 26px;
    font-weight: 600;
}
.xydt-list ul li .xydt-content .news-span span {
    line-height: 32px;
    display: block;
    font-weight: 600;
}
.xydt-list ul li .xydt-content .news-title {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #232323;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: left;
}

.xydt-list ul li .xydt-content .news-title a {
     color: #232323;
    /*color: #e93e3e;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding-left: 2%;
    width: 100%;
}

.xydt-list ul li .xydt-content .news-content {
    height: 48px;
    line-height: 24px;
    color: #888;
    font-size: 12px;
    text-align: justify;
    margin-top: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    overflow: hidden;
    padding-left: 16px;
    text-indent: 0px;
}

.xydt-list ul li .xydt-title {
    line-height: 34px;
    height: 34px;
    /* background: url(../img/portal/icon-jt.png) 0 13px no-repeat; */
    background: url(../img/portal/item-jt.png) 0 8px no-repeat;
    text-indent: 18px;
}

.xydt-list ul li .xydt-title span {
    float: right;
    font-size: 14px;
    color: #999;
    width: 20%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xydt-list ul li .xydt-title a {
    width: 80%;
    float: right;
    color: #333;
    font-size: 14px;
}

/**
*
.xydt-list ul li .xydt-title a:hover {
	color: #498cf4;
}
*/

.news-right-list {
    position: relative;
    height: 124px;
    border-bottom: 1px dashed #e0e0e0;
}

.news-right-list > li {
    display: none;
}

.news-right-list > li.active {
    display: block;
}
.news-right .news-right-img {
    width: 100%;
    height: 100%;
    text-align: center;
}
.news-right .news-right-img .news-item-img {
    width: auto;
    height: 100%;
    cursor: pointer;
    display: none;
    overflow: hidden;
}

.news-right .news-right-img a > .active {
    display: block;
    transition: all 0.6s;
}

.news-right .news-right-img a > .active:hover {
    display: block;
    transform: scale(1.2);
}
/**
*

.news-right-list .news-title {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #232323;
    font-weight: 800;
    letter-spacing: 1px;
}

.news-right-list .news-content {
    height: 72px;
    line-height: 24px;
    color: #888;
    font-size: 12px;
    text-align: justify;
    margin-top: 4px;
    overflow: hidden;
}
*/

/* 淇＄敤锷ㄦ�� end */

.carousel-arrow,
.ctrl-slide {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 20px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1002;
    cursor: pointer;
}

/* 锷熻兘绐楀彛 start */

.gallery-list {
    width: 100%;
    height: 94px;
    margin-top: 27px;
    /* overflow: hidden; */
}

.gallery-list > li {
    float: left;
    margin-left: 11px;
    width: 162px;
    height: 100%;
    transition: transform 0.3s linear;
}

.gallery-list > li:first-child {
    margin-left: 0;
}

.gallery-list > li:hover {
    transform: scale(1.1);
}

.gallery-list .item {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    /* line-height:94px; */
    line-height: 152px;
    height: 94px;
    text-align: center;
    overflow: hidden;
    font-family: "榛戜綋";
    background-repeat: no-repeat;
}

.gallery-list .item-xzxk {
    background-image: url(../img/portal/bg-xzxk.png);
    /* text-shadow: 1px 2px 2px rgba(35,173,234,.75); */
    text-shadow: 1px 1px 1px #5f0f0f;
}

.gallery-list .item-xzcf {
    /* background-image: url(../img/portal/bg-xzcf.jpg); */
    background-image: url(../img/portal/bg-xzcf.png);
    /* text-shadow: 1px 2px 2px rgba(4,189,198,.75); */
    text-shadow: 1px 1px 1px #5f0f0f;
}

.gallery-list .item-rmd {
    background-image: url(../img/portal/bg-rmd.png);
    /* text-shadow: 1px 2px 2px rgba(0,183,146,.7); */
    text-shadow: 1px 1px 1px #5f0f0f;
}

.gallery-list .item-bmd {
    background-image: url(../img/portal/bg-bmd.png);
    /* text-shadow: 1px 2px 2px rgba(225,167,78,.75); */
    text-shadow: 1px 1px 1px #5f0f0f;
}

.gallery-list .item-xydmgs {
    background-image: url(../img/portal/bg-xydmgs.png);
    /* text-shadow: 1px 2px 2px rgba(35,173,234,.75); */
    text-shadow: 1px 1px 1px #5f0f0f;
}

.gallery-list .item-xycn {
    background-image: url(../img/portal/bg-xycn.png);
    /* text-shadow: 1px 2px 2px rgba(0,183,146,.7); */
    text-shadow: 1px 1px 1px #5f0f0f;
}

.gallery-list .item-qygkxx {
    background-image: url(../img/portal/bg-qygkxx.png);
    /* text-shadow: 1px 2px 2px rgba(135,159,219,.7); */
    text-shadow: 1px 1px 1px #5f0f0f;
}

.gallery-list .item-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: url(../img/portal/bg-translucent.png) repeat center center;
}

/* 锷熻兘绐楀彛 end */

/* layout start */

.column-left {
    float: left;
    width: 700px;
    margin-top: -3px;
}

.column-right {
    float: right;
    width: 475px;
}

.chaxun-right {
    margin-left: 952px;
}

.module-heading {
    position: relative;
    height: 40px;
    line-height: 37px;
    border-bottom: 3px solid #E03042;
}

/*.module-heading:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: -3px;*/
/*    width: 106px;*/
/*    height: 4px;*/
/*    background-color: #e13536;*/
/*}*/

.module-heading .link-more {
    float: right;
    color: #E03042;
    font-size: 15px;
}

.module-heading .link-more:hover {
    color: #e13536;
}

.module-heading .module-name {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #E03042;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;
}

.module-heading .module-icon {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 20px;
    margin-right: 3px;
    background: #3383f6;
}

.module-heading .module-icon.icon-zcfg {
    width: 25px;
    height: 25px;
    top: -3px;
    background: url(../img/portal/icon-zcfg.png) no-repeat center center/contain;
}

.module-heading .module-icon.icon-lhjc {
    width: 23px;
    height: 27px;
    top: -1px;
    background: url(../img/portal/icon-lhjc.png) no-repeat center center/contain;
}

.module-heading .module-icon.icon-zdrq {
    width: 28px;
    height: 24px;
    top: -3px;
    background: url(../img/portal/icon-zdrq.png) no-repeat center center/contain;
}

.module-heading .module-icon.icon-sjtj {
    width: 25px;
    height: 24px;
    top: -1px;
    background: url(../img/portal/icon-sjtj.png) no-repeat center center/contain;
}

.module-heading .module-icon.icon-shxy {
    width: 25px;
    height: 24px;
    top: -1px;
    background: url(../img/portal/shxy_icon.png) no-repeat center center/contain;
}

.swiper {
    width: 100%;
    height: 534px;
    min-width: 1200px;
    background: url(../img/header/swiper-bg.png) no-repeat top center;
    background-size: 100% 100%;
}

/* layout end */

/* 鏂伴椈 start */

.module-news-left {
    float: left;
    width: 670px;
}

.module-news-right {
    /*float: right;*/
    /*width: 405px;*/
}

.news-split-line {
    float: left;
    margin-top: 75px;
    margin-left: 20px;
    height: 214px;;
    width: 1px;
    background: #e8e8e8;
}

/*.news-list {
    padding-top: 10px;
    height: 256px;
}*/
.news-list {
    margin-top: 14px;
}

.news-list li {
    line-height: 34px;
    height: 34px;
    background: url(../img/portal/item-jt.png) 0 8px no-repeat;
    text-indent: 18px;
    /* background: url(../img/portal/icon-jt.png) 0 13px no-repeat;
    text-indent: 16px; */
}

.news-list li a .news-time {
    float: left;
    font-size: 14px;
    color: #999;
    width: 20%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    border: 1px solid #DDDDDD;
}

.news-list li a .news-title {
    width: 80%;
    float: right;
    font-size: 14px;
    color: #333;
}

.news-list li a:hover .news-title {
    /* color: #498cf4; */
    color: #e93e3e;
}

/* 鏂伴椈 end */

/* 淇＄敤鎶ュ憡镆ヨ鍒楄〃 start */

.chaxun-list ul li:first-child {
    margin-top: 6px;
}

.chaxun-list ul li {
    width: 100%;
    float: left;
    margin-top: 24px;
    line-height: 48px;
    height: 50px;
    font-size: 16px;
    /* background: #f4f9fd; */
    background: #fdefef;
    /* border: 1px solid #b8d9fa;	 */
    border: 1px solid #e93e3e;
    text-align: center;
}

.chaxun-list ul li:hover > a span {
    color: #e13536;
}

.chaxun-list ul li a .icon-chaxun {
    position: relative;
    /* width: 41px; */
    width: 88px;
    /* height:50px; */
    height: 48px;
    /* margin: 0 0 0 54px;  */
    float: left;
}

.chaxun-list ul li a .icon-chaxun:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6px;
    margin: auto;
    width: 6px;
    height: 11px;
    background: url(../img/portal/icon-tb.png) -57px -6px no-repeat;
}

.chaxun-list ul li a .icon-xybgcx {
    background: #ed4f50 url(../img/portal/icon-tb.png) 30px 13px no-repeat;
}

.chaxun-list ul li a .icon-cxyysq {
    background: #ed4f50 url(../img/portal/icon-tb.png) 30px -43px no-repeat;
}

.chaxun-list ul li a .icon-yysq {
    background: #ed4f50 url(../img/portal/icon-tb.png) 30px -99px no-repeat;
}

.chaxun-list ul li a .icon-zzsb {
    background: #ed4f50 url(../img/portal/icon-tb.png) 30px -155px no-repeat;
}

.chaxun-list ul li a .icon-xyxf {
    background: #ed4f50 url(../img/portal/icon-tb.png) 30px -214px no-repeat;
}

.chaxun-list ul li a .icon-xycnzxqs {
    background: url(../img/new-module-png/xycnzxqs.png) 0px center no-repeat;
}

.chaxun-list ul li a span {
    color: #666;
    font-size: 16px;
    font-family: "榛戜綋";
}

.feature-application {
    display: block;
    margin-top: 24px;
    height: 170px;
    background-position: center center;
    background-repeat: no-repeat;
}

.feature-hbly {
    background-image: url(../img/portal/bg-hbly.png);
}

.feature-jrly {
    background-image: url(../img/portal/bg-jrly.png);
}

.feature-lyly {
    background-image: url(../img/portal/bg-lyly.png);
}

.feature-left {
    padding-top: 9px;
}

.feature-xyzh {
    margin-top: 0;
    height: 118px;
    background-image: url(../img/portal/bg-xyzh.png);
}

.feature-jlhd {
    margin-top: 30px;
    height: 118px;
    background-image: url(../img/portal/bg-jlhd.png);
}

/* 鐗硅壊搴旗敤 end */

/* banner start*/

.carousel-banner {
    position: relative;
    height: 124px;
    width: 100%;
    margin-top: 80px;
}

.ck-slide .ck-slide-wrapper {
    height: 100%;
}

.ck-slide .ck-slide-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
}

.ck-slide {
    margin: 0 auto;
    width: 100%;
}

.ck-slide ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ck-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.ck-slide ul.ck-slide-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 1;
}

.ck-slide ul.ck-slide-wrapper li {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ck-slide ul.ck-slide-wrapper li.indexTop {
    z-index: 1001;
}

.ck-slidebox {
    position: absolute;
    right: 5px;
    bottom: 5px;
    border-radius: 10px;
    padding: 5px 10px;
    background: url(../img/portal-cf-new/ck-pager-filter.png) repeat;
    z-index: 1000;
}

.ck-slide .ctrl-slide {
    opacity: .5;
}

.ck-slide:hover .ctrl-slide {
    opacity: 1;
}

/* banner end */

/* 閲岖偣浜虹兢 start */
.crow-left {
    float: left;
    width: 752px;
}

.data-right {
    margin-left: 795px;
}

.professional {
    margin-top: 26px;
    border: 1px solid #e4e4e4;
    /* height: 257px; */
    height: 480px;
}

.professional ul {
    padding: 0 20px 17px 20px;
    float: left;
}

.professional ul li {
    /* width: 161px; */
    width: 222px;
    float: left;
    margin: 18px 22px 0 0;
    /* height: 100px; */
    height: 126px;
    /* border-radius: 6px; */
    border-radius: 2px;
    /* background: #dceffe; */
    background: #dceffe no-repeat center center/cover;
    /* background-image: url(../img/portal/bg-demo.png)!important; */
    transition: transform 0.3s linear;
}

.professional ul li:hover {
    transform: scale(1.1);
}

/**
*涓嶅寸瀹笽E8浠ュ强浠ヤ笅
.professional ul li:nth-child(4n) {
	margin-right: 0;
}
*/

.professional ul li:nth-child(3n) {
    margin-right: 0;
}


/* .professional ul li:first-child + li + li + li { */
/* .professional ul li:first-child + li + li {
	margin-right: 0;
} */

/* .professional ul li:first-child + li + li + li + li + li + li + li { */
/* .professional ul li:first-child + li + li + li + li + li {
	margin-right: 0;
} */

.professional ul li a .icon-zy {
    width: 100px;
    height: 100px;
    vertical-align: middle;
    /* display: inline-block; */
    display: none;
    text-align: center;
}

.professional ul li a img {
    display: inline-block;
    vertical-align: middle;
    margin-top: 22px;
    height: 56px;
    width: 46px;
}

/**
*
.professional ul li a .icon-ys {
	width: 99px;
	background: url(../img/portal/bg-ys.png) 29px 21px no-repeat;
}

.professional ul li a .icon-js {
	width: 104px;
	background: url(../img/portal/bg-js.png) 22px 23px no-repeat;
}

.professional ul li a .icon-ls {
	width: 101px;
	background: url(../img/portal/bg-ls.png) 29px 20px no-repeat;
}

.professional ul li a .icon-dy {
	width: 96px;
	background: url(../img/portal/bg-dy.png) 31px 22px no-repeat;
}

.professional ul li a .icon-kjs {
	width: 91px;
	background: url(../img/portal/bg-kjs.png) 25px 20px no-repeat;
}

.professional ul li a .icon-zyys {
	width: 102px;
	background: url(../img/portal/bg-zyys.png) 26px 24px no-repeat;
}

.professional ul li a .icon-jzs {
	width: 95px;
	background: url(../img/portal/bg-jzs.png) 20px 20px no-repeat;
}

.professional ul li a .icon-zjs {
	width: 90px;
	background: url(../img/portal/bg-zjs.png) 19px 22px no-repeat;
}
*/

.professional ul li a {
    display: table-cell;
    width: 222px;
    height: 126px;
    vertical-align: middle;
    text-align: right;
}

.professional ul li span {
    margin-right: 16px;
    vertical-align: middle;
    display: inline-block;
    /* width: 60px; */
    width: 90px;
    text-align: center;
    /* font-size: 16px; */
    font-size: 22px;
    line-height: 28px;
    /* color: #444; */
    color: #d72643;
    font-weight: 800;
    /* margin-left: -10px; */
    font-family: "puhui";
    word-break: break-all;
    max-height: 84px;
    overflow: hidden;
}

.bg-bottom {
    background: url(../img/portal/bg-bottom.png) no-repeat center center/cover;
}

.crow-list {
    /* margin-top: 10px; */
    padding: 20px 0;
}

.crow-list ul li {
    /* width: 364px; */
    width: 290px;
    /* height: 90px; */
    height: 133px;
    float: left;
    /* margin: 12px 24px 0 0; */
    margin-right: 5px;
}

/**
*涓嶅寸瀹笽E8浠ュ强浠ヤ笅
.crow-list ul li:nth-child(2n) {
	margin-right: 0;
}
*/

/* .crow-list ul li:first-child + li {
	margin-right: 0;
} */

.crow-list ul li:first-child + li + li + li {
    margin-right: 0;
}

/* .crow-list ul li:first-child + li + li+ li {
	margin-right: 0;
} */

.crow-list ul li a {
    width: 100%;
    float: left;
    /* font-size: 20px; */
    font-size: 26px;
    /* line-height:90px;
    height:90px; */
    line-height: 133px;
    height: 133px;
    text-align: center;
    overflow: hidden;
    font-family: "puhui";
    font-weight: 800;
    position: relative;
}

.crow-list ul li .bg-hyxy {
    /* background: url(../img/portal/bg-hyxy.jpg) no-repeat; */
    background: url(../img/portal/icon-hyxy.png) no-repeat;
    color: #0faec6;
    /*text-shadow: 1px 2px 2px #fff;*/
}

.crow-list ul li .bg-zcwmcs {
    background: url(../img/portal/icon-zcwmcs.png) no-repeat;
    color: #0faec6;
}

.crow-list ul li a i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* height:90px;
    line-height:90px; */
    line-height: 133px;
    height: 133px;
    text-align: center;
    z-index: 1;
    letter-spacing: 3px;
    -webkit-text-stroke: 5px #fff;
    font-style: normal;
    text-shadow: 0 0 0 #fff;
    text-shadow: -1px -1px 0 #fff;
    color: #fff;
}

.crow-list ul li a b {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* height:90px;
    line-height:90px; */
    line-height: 133px;
    height: 133px;
    text-align: center;
    letter-spacing: 3px;
    z-index: 2;
    color: #e13536;
}

.crow-list ul li a .center-y {
    line-height: normal;
    top: 32px;
}

/* .crow-list ul li .bg-hyxy b {
	color:#0faec6;
}

.crow-list ul li .bg-xyzs b {
	color:#3acf95;
}

.crow-list ul li .bg-jlhd b {
	color:#2375b5;
} */

.crow-list ul li .bg-wzdh b {
    color: #1c81de;
}

.crow-list ul li .bg-xyzs {
    /* background: url(../img/portal/bg-xyzs.png) no-repeat; */
    background: url(../img/portal/icon-xyzs.png) no-repeat;
}

.crow-list ul li .bg-jlhd {
    /* background: url(../img/portal/bg-jlhd.png) no-repeat; */
    background: url(../img/portal/icon-jlhd.png) no-repeat;
}

.crow-list ul li .bg-wzdh {
    background: url(../img/portal/bg-wzdh.jpg) no-repeat;
}

.friend-link {
    margin-top: 10px;
}

.friend-link li {
    float: left;
    margin-right: 14px;
    color: #e13536;
}

.friend-link li:first-child {
    /* margin-right: 24px; */
    /*margin-right: 22px;*/
}

.friend-link li:last-child {
    margin-right: 0;
}

.friend-link .name {
    font-size: 26px;
    font-weight: bold;
    font-family: "puhui";
}

.friend-link .selector-wrapper {
    margin-top: 3.5px;
}

.friend-link .selector {
    width: 289px;
    height: 45px;
    line-height: 28px;
    font-size: 16px;
    color: #343434;
    border: 1px solid #CCCCCC;
    outline: none;
}

/* .friend-link .selector option:first-child {
    display: none;
} */

.data-total {
    margin-top: 24px;
}

.total-top {
    width: 475px;
    height: 120px;
    /* background: url(../img/portal/bg-totle.jpg) no-repeat; */
    background: url(../img/portal/bg-totle.png) no-repeat;
}

.total-top p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 34px;
}

.total-top h2 {
    display: block;
    margin-top: 6px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-family: "榛戜綋";

}

.total-top h2 i {
    font-size: 30px;
    padding-right: 7px;
    font-style: normal;
    font-family: "榛戜綋";
}

.total-list {
    border: 1px solid #e4e4e4;
    border-top: none;
}

.total-list div {
    padding: 11px 21px 6px 21px;
}

.total-list div table {
    width: 100%;
}

.total-list div table tr th {
    font-size: 14px;
    line-height: 42px;
    /* color: #3382f5; */
    color: #fda655;
}

.total-list div table tr td {
    font-size: 14px;
    line-height: 45px;
    color: #333;
    text-align: center;
}

.total-list div table tr td i {
    display: block;
    width: 26px;
    height: 48px;
    font-style: normal;
}

.total-list div table tr td i {
    width: 66px;
}

.total-list div table tr td .icon-number1 {
    background: url(../img/portal/bg-nunber.png) center 8px no-repeat;
}

.total-list div table tr td .icon-number2 {
    background: url(../img/portal/bg-nunber.png) center -40px no-repeat;
}

.total-list div table tr td .icon-number3 {
    background: url(../img/portal/bg-nunber.png) center -88px no-repeat;
}

.total-list div table tr:nth-child(2n) {
    /* background: #f9f9f9; */
    background-color: #fef7f8;
}


.text-whitespace {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.max-width300 {
    max-width: 300px;
}

.max-width113 {
    max-width: 113px;
}

.max-width90 {
    max-width: 90px;
}

.max-width65 {
    max-width: 65px;
}

/**
*鍙充晶鎻愮ず妗�
*/
.side-bar {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 50px;
    /* width: 56px; */
    width: 67px;
    color: #333;
    background: #fff;
    border: 1px solid #d6d6d6;
}

.side-bar .side-close {
    padding: 2px 5px 2px 0;
    text-align: right;
    font-size: 12px;
    cursor: pointer
}

.side-bar .close-icon {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: url(../img/portal/side-bar.png) -6px 0 no-repeat
}

.side-bar .side-block {
    position: relative;
    display: block;
    /* padding: 5px 0; */
    padding: 5px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    /* color: #333; */
    color: #888;
    font-size: 12px;
    border-bottom: 1px solid #d6d6d6;
}

.side-bar .side-block:last-child {
    border-bottom: none;
}

.side-bar .side-block:hover {
    /* color: #333 */
    color: #e93e3e;
}

.side-bar .side-block:hover {
    background: #efefef
}

.side-bar .side-img {
    display: inline-block;
    width: 34px;
    height: 34px;
}

.side-bar .return-top .side-img {
    /* background: url(../img/portal/side-bar.png) -1px -15px no-repeat */
    background: url(../img/portal/icon-top.png) no-repeat center center;
    height: 52px;
    width: 52px;
}
.side-bar .return-top:hover .side-img {
    background-image: url(../img/portal/icon-top-hove.png);
}

.side-bar .qr-code .side-img {
    /* background: url(../img/portal/side-bar.png) 0 -42px no-repeat */
    background: url(../img/portal/icon-qr.png) no-repeat center center;
}

.side-bar .qr-code:hover .side-img {
    background-image: url(../img/portal/icon-qr-hover.png);
}

.side-bar .platform-url .side-img {
    /* background: url(../img/portal/side-bar.png) 0 -70px no-repeat */
    background: url(../img/portal/icon-login.png) no-repeat center center;
}

.side-bar .platform-url:hover .side-img {
    background-image: url(../img/portal/icon-login-hover.png);
}

.side-bar .app .side-img {
    background: url(../img/portal/icon-app.png) no-repeat center center;
}

.side-bar .app:hover .side-img {
    background-image: url(../img/portal/icon-app-hover.png);
}

.side-bar .side-text {
    display: block
}

.side-bar .qr-list {
    display: none;
    position: absolute;
    /* top: -42px; */
    top: 0;
    /* left: -100px; */
    left: -118px;
    /* padding: 5px 0; */
    padding: 5px;
    /* width: 100px; */
    width: 110px;
    color: #7c7c7c;
    background: #fff;
    text-align: center;
    border: 1px solid #d6d6dd;
    font-size: 0;
}

.side-bar .qr-code:hover .qr-list {
    display: block
}

.side-bar .app:hover .qr-list {
    display: block
}

.gallery-list .item-sxbzxr {
    background-image: url(../img/portal/bg-sxbzxr.png);
    text-shadow: 1px 1px 1px #5f0f0f;
}

.quick-entry {
    width: 670px;
    float: left;
    /*margin-top: 30px;*/
}

.quick-entry-item {
    float: left;
    width: 320px;
    height: 172px;
    margin-left: 30px;
    margin-top: 23px;
}

.bottom_quick li {
    width: 289px;
    float: left;
    margin-left: 14px;
    cursor: pointer;
}

.bottom_quick a {
    display: block;
    width: 100%;
    height: 130px;
    text-align: center;
    line-height: 130px;
    position: relative;
    border: 1px solid #eeeeee;
}

.bottom_quick .quick-1 img {
    position: absolute;
    top: calc(50% - 21px);
    left: calc(50% - 73px);
}
.bottom_quick .quick-1:hover{
    box-shadow: 0px 0px 15px 0px rgba(237,55,55, 0.2);
}
.bottom_quick .quick-2 img {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 77px);
}
.bottom_quick .quick-2:hover{
    box-shadow: 0px 0px 15px 0px rgba(237,55,55, 0.2);
}
.bottom_quick .quick-3 img {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 103px);
}
.bottom_quick .quick-3:hover{
    box-shadow: 0px 0px 15px 0px rgba(237,55,55, 0.2);
}
.bottom_quick .quick-4 img {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 103px);
}
.bottom_quick .quick-4:hover{
    box-shadow: 0px 0px 15px 0px rgba(237,55,55, 0.2);
}

/*.quick-entry a{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
.quick-entry .item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;

}

.quick-item1 {
    background-image: url(../img/portal/sy-yjzj.png);
}

.quick-item2 {
    background-image: url(../img/portal/sy-xyzj.png);
}

.quick-item3 {
    background-image: url(../img/portal/sy-rzpt.png);
}

.quick-item4 {
    background-image: url(../img/portal/sy-zfwz.png);
}

.cydw {
    border: 1px solid #E5E5E5;
    padding: 10px;
    margin-top: 30px;
}

.shxy-tx {
    margin-top: 20px;
    width: 100%;
}

.shxy-tx li {
    width: 294px;
    height: 30px;
    float: left;
    padding-right: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shxy-tx li a {
    color: black;
}

.page_item {
    z-index: 2;
    color: white;
    /* top: -60px; */
    bottom: 0px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #000000;
    position: absolute;
    opacity: 0.6;
    padding-right: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.slider-page-left {
    float: left;
    top: -200px;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    height: 40px;
    width: 32px;
    margin-left: 20px;
}

.slider-page-right {
    float: right;
    top: -200px;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    height: 40px;
    width: 32px;
    margin-right: 20px;
}

.img-link-wrap {
    width: 100%;
    margin-top: 20px;
    height: auto;
    overflow: hidden;
    display: flex;
}

.img-link-node {
    float: left;
    width: 289px;
    height: 154px;
    overflow: hidden;
}

.img-link-node a.item {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.img-link-node + .img-link-node {
    margin-left: 14px;
}

span.span-new-tab {
    display: inline-block;
    cursor: pointer;
    color: #333;
}

span.span-new-tab + span.span-new-tab {
    margin-left: 40px;
}

span.span-new-tab-select {
    color: #E03042;
}

.span-new-tab-wrap {
    width: 100%;
    overflow: hidden;
}

.new-tab-more {
    display: inline-block;
    cursor: pointer;
}
