@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

hr {
    border-top: 1px solid #d0d0d0;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
images,
ul,
li,
table,
dl,
dd,
dt {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

body {}

p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

html {
    position: relative;
    height: 100%;
}

image {
    border: 0 none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

.hide {
    display: none;
}

/* foot end */
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.right {
    float: right;
}

.left {
    float: left;
}

strong,
em {
    font-weight: bold;
    font-style: normal;
}

.bodybg {
    background-image: linear-gradient(to bottom, #cde5fd, #ecf2fe, #dfeffe);
    position: relative;
    height: auto;
    min-width: 1230px;
    /* margin-top: -125px; */
    /* margin-bottom: 50px; */
}

.b-content {
    display: block;
    position: relative;
    width: 100%;
    min-width: 1230px;
    max-width: 1500px;
    margin: 0 auto;
    border-radius: 20px;
    /* background: #ffffff; */
    background-size: 100%;
    margin: 0px auto;
    /* padding: 63px; */
    /* box-shadow: 1px 5px 15px rgba(0,0,0,0.2); */
}

.bg_content_left {
    width: 100%;
    min-height: 730px;
    float: left;
    border-radius: 20px;
    position: relative;
}

.radius {
    margin-left: 15px;
    float: left;
    padding: 0px 0px 30px 0px;
    border-radius: 20px;
    box-sizing: border-box;
    height: 100%;
    width: calc(100% - 440px) !important;
    position: absolute;
    right: 0;
}

.content-left {
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 20px;
    position: relative;
}

.content-talk {
    float: left;
    height: 100% !important;
    position: absolute;
    width: 100%;
    border-radius: 15px;
}


.con-r {
    /* display: flex; */
    padding-top: 49px;
    padding-bottom: 30px;
    width: 420px;
    height: 100%;
    background: linear-gradient(0deg, #e7f3ff, #f6f9ff, #e7f3ff);
    box-sizing: border-box;
    /* margin-left: 15px; */
}

.left {
    float: left;
}

.title-box {
    width: 96%;
    margin: 0 auto;
}

.title-box img {
    width: 82px;
    height: auto;
}

.title-box h2 {
    background: linear-gradient(to bottom, #1d73fe, #4db8fe);
    -webkit-background-clip: text;
    /* 这是为了兼容WebKit浏览器，如Chrome和Safari */
    color: transparent;
    /* 隐藏文本的原始颜色 */
    display: inline;
    /* 确保文本不换行 */
    letter-spacing: 4px;
}

.context-box {
    width: 90%;
    margin: 0 auto;
    background: #f6f9ff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    position: relative;
}

.context-box li {
    width: 33.33%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.context-box li img {
    width: 68%;
    height: auto;
    object-fit: cover;
}

.context-box li span {
    font-size: 14px;
}

/* 左边常见问题 */
.left_cjwt {
    width: 360px;
    height: 260px;
    box-sizing: border-box;
    border-radius: 20px;
    border: #fff solid 2px;
    margin: 0 auto;
    background-image: linear-gradient(160deg, #f3fbfe, #e9f4fe 50%);
    padding: 15px 28px;
    overflow: hidden;
}

.topcontent {
    display: flex;
    align-items: center;
}

.left_cjwt .titleimg {
    width: 60px;
    margin-right: 12px;
}

.left_cjwt .titletext {
    font-size: 28px;
    font-weight: 600;
}

.left_cjwt .changeBtn {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    margin-left: 40px;
    cursor: pointer;
    padding: 0;
}

.left_cjwt .changeBtn img {
    width: 14px;
    margin-left: 5px;
}

.left_cjwt .keywords {
    margin-top: 15px;
    height: 150px;
    font-size: 16px;
    line-height: 22px;
    animation: slideInRight .5s ease-in-out;
}

@keyframes slideInRight {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.left_cjwt .keywords li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    padding-left: 5px;
}

.left_cjwt .keywords li:hover {
    color: #3f87f8;
}

.left_cjwt .keywords li+li {
    margin-top: 20px;
}

.left_cjwt .keywords li::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/ghwd/scjgj_znwd/images/xinxi@2x.png) no-repeat;
    background-size: 14px;
    margin-right: 10px;
}

/* 办事服务 */
.bsfw {
    width: 350px;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
}

.bsfw .titleText,
.historyBox .titleText {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.bsfw .services {
    width: 100%;
    height: 185px;
    display: flex;
    flex-wrap: wrap;
}

.bsfw .services a {
    display: flex;
    width: 65px;
    height: auto;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 30px;
    font-size: 14px;
}

.bsfw .services a:hover {
    color: #3f87f8;
}

.bsfw .services a:nth-child(4n) {
    margin-right: 0;
}

.bsfw .services :nth-child(n+4) {
    margin-bottom: 0;
}

.bsfw .services a img {
    width: 50px;
    margin-bottom: 8px;
}

/* 历史记录 */
.historyBox {
    width: 350px;
    margin: 0 auto;
    margin-top: 20px;
}

.topBox {
    display: flex;
    width: 100%;
    height: 30px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.topBox .titleText {
    margin-bottom: 0;
}

.historyBox .clearHistory {
    cursor: pointer;
}

.historyBox .clearHistory span {
    font-size: 13px;
    color: #1871ff;
    margin-right: 2px;
    vertical-align: middle;
}

.historyBox .clearHistory img {
    height: 16px;
    vertical-align: middle;
}

.historyBox .historyList {
    width: 100%;
    height: 140px;
    overflow-y: auto;
    padding-right: 7px;
}

/* 滚动条轨道样式 */
.historyBox .historyList::-webkit-scrollbar {
    width: 5px;
    /* 设置滚动条宽度 */
}

/* 滚动条滑块样式 */
.historyBox .historyList::-webkit-scrollbar-thumb {
    background-color: #ccc;
    /* 设置滑块背景颜色 */
    border-radius: 4px;
    /* 设置滑块圆角 */
}

.historyBox .historyList li div {
    font-size: 15px;
    color: #333;
    line-height: 22px;
    padding: 8px 22px;
    background-color: #fff;
    border-radius: 21px;
    margin-bottom: 12px;
    cursor: pointer;
    display: inline-flex;
    width: auto;
    align-items: center;
}

.historyBox .historyList li .text {
    display: block;
    float: left;
    width: calc(100% - 35px);
}

.historyBox .historyList li .text:hover {
    color: #3f87f8;
}

.historyBox .historyList li .deleteItem {
    display: block;
    width: 15px;
    font-size: 20px;
    color: #999;
    margin-left: 20px;
    float: right;
}

.historyBox .historyList li .deleteItem::before {
    content: '×';
}

.historyBox .historyList li .deleteItem:hover {
    color: #3f87f8;
}

.bmfw {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;

}

.bmfw-title {
    width: 100%;
    background: url(/ghwd/scjgj_znwd/images/%C3%A8%C2%83%C2%8C%C3%A6%C2%99%C2%AF@2x.png) no-repeat;
    background-size: 100%;
    border-left: 4px #2577ff solid;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.bmfw-ul {
    padding: 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.bmfw-ul li {
    margin-top: 15px;
    width: 27%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bmfw-ul li img {
    width: 100%;
}

.bmfw-ul li a {
    text-align: center;
    font-size: 14px;
}


.zhengce {
    margin: 0 auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.zhengce li {
    padding-top: 11px;
    padding-left: 9px;
    height: auto;
    width: 48%;
    height: 100px;
}

.zhengce li a {
    color: #fff;
    font-size: 18px;
    display: block;
    width: 100%;
    height: 100%;
}

#zcjd {
    background: url(/ghwd/scjgj_znwd/images/zcjd@3x.png) no-repeat;
    background-size: 100%;
}

#zcwdk {
    background: url(/ghwd/scjgj_znwd/images/zcwjk@3x.png) no-repeat;
    background-size: 100%;
}


.con-l-t {
    width: 100%;
    height: calc(100% - 222px);
    box-sizing: border-box;
    /* padding-top: 10px; */
    padding-bottom: 20px;
}

.con-l {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100% !important;
    box-sizing: border-box;
}

.con-l-title {
    height: 135px;
    padding-top: 55px;
}

.con-l-title .titleText {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 2px;
}

.con-l-title .title-right {
    float: right;
    margin-top: 5px;
}

.con-l-title .title-right div {
    float: left;
    width: 120px;
    height: 35px;
    background-color: #fff;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 14px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.con-l-title .title-right div img {
    width: 18px;
    margin-right: 5px;
}

#message {
    overflow: hidden;
    height: 100%;
    outline: none;
    padding-left: 40px;
    padding-right: 8px;
}

#huanying {
    padding-left: 5px;
    position: relative;
}

#huanying::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #4f9fc4;
}


.dialog_tab {
    background: #fff;
    /* border: 1px solid #e1e1e1; */
    padding: 10px 12px;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    margin-right: 41px;
    margin-left: 60px;
    border-radius: 0 10px 10px 10px;
    position: relative;
    width: 65%;
    max-width: 100%;
    animation-name: fadeInLeft;
    animation-duration: 2s;
    font-size: 14px;
    /* box-shadow: 1px 2px 10px rgba(0,0,0,0.1); */
}

.right_arrow {
    width: 42px;
    height: 62px;
    position: absolute;
    left: -60px;
    top: -36px;
    background: url(/ghwd/scjgj_znwd/images/tx@2x.png) no-repeat right;
    background-size: 100%;
    z-index: 3;
}

.triangle {
    display: none;
    width: 22px;
    height: 27px;
    /* background: url(/ghwd/scjgj_znwd/images/triangle.png) no-repeat; */
    position: absolute;
    left: -13px;
    top: 2px;
}

.tab2_title {
    width: 100%;
}

.tab2_content {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.tab2_content>div {
    height: auto;
}



.con-l-b {
    background: #fff;
    height: 87px;
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.tipDiv {
    background-color: #fff;
    width: 100%;
    z-index: 9;
    position: absolute;
    bottom: 100px;
    border-bottom: 3px solid #2776e9;
    color: #333;
}

#messCon {
    background: #fff;
    background-position: 25px 20px;
    background-size: 2%;
    width: 88%;
    overflow: hidden;
    height: 65px;
    /* margin-top: 20px; */
    outline: none;
    resize: none;
    padding-left: 20px;
    box-sizing: border-box;
    /* margin-top: 5px; */
    font-size: 15px;
    /* line-height: 62px; */
    color: #333;
    float: left;
    border: 0;
    border-radius: 100px;
    padding-top: 15px;
}

#messCon::placeholder {
    color: #555;
    font-size: 15px;
}

#sendMess {
    width: 80px;
    height: 40px;
    font-size: 16px;
    background-size: 80%;
    border: 0;
    position: absolute;
    top: 35px;
    right: 20px;
    cursor: pointer;
    color: #fff;
    border-radius: 10px;
    background: #b3b3b3;
    background: linear-gradient(160deg, #88b7ff, #0361f5 70%);
}

#keywords {
    position: absolute;
    top: -50px;
    left: 30px;
}

#keywords li:nth-of-type(1) {
    color: #133966;
}

#keywords li {
    background: #fff;
    border-radius: 20px;
    margin-right: 10px;
}

#keywords li {
    display: inline-block;
    animation: slideInRight .8s ease-in-out both;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

#keywords li a {
    color: #333;
    background-color: #f3f7fa;
    width: 100px;
    line-height: 35px;
    display: block;
    BORDER-RADIUS: 30PX;
    text-align: center;
    font-size: 15px;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.triangle2 {
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
    right: 4px;
    background: url(/ghwd/scjgj_znwd/images/tx-2@2x.png) no-repeat;
    z-index: 1;
    top: 0;
    background-size: 100%;
}

.center {
    float: right;
    background: #0261f3;
    color: #FFF;
    font-size: 14px;
    line-height: 28px;
    margin: 18px 0px;
    padding: 5px 17px 5px 10px;
    border-radius: 10px 0px 10px 10px;
    position: relative;
    margin-right: 60px;
}

.center a {
    color: #fff;
}

.onoff {
    right: 0;
    height: 100%;
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    margin-top: 10px;
    background: url(/ghwd/scjgj_znwd/images/1.png) no-repeat 0px 2px;
    position: absolute;
    top: 0px;
    left: -23px;
    display: none;
}

.trangle2 {
    display: none;
    width: 20px;
    height: 27px;
    background: url(/ghwd/scjgj_znwd/images/triangleRight.png) no-repeat;
    position: absolute;
    right: -10px;
    top: 3px;
    background-position: -6px;
}

/* 发送信息样式 */

.tab2_content {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.dialog_tab p span {
    color: #cd3e45;
    text-overflow: ellipsis;
}

.tab2_content p {
    color: #333;
    /* font-weight: 600; */
    /* font-size: 15px; */
    /* border-bottom: 1px dashed #eee; */
    /* line-height: 40px; */
}

.dialog_tab>ul>li {
    border-bottom: 1px dashed #eee;
    /* line-height: 25px; */
    /* padding-top: 7px; */
    padding: 8px 0;
    background: url(/ghwd/scjgj_znwd/images/bt@2x.png) no-repeat left;
    padding-left: 15px;
    display: flex;
}

.dialog_tab>ul>li:nth-child(1) {
    /* border-top: 1px dashed #eee; */
    margin-top: 10px;
}

.list_info_tab .tab2_content .news li:nth-child(1) {
    /* border-top: 1px dashed #eee; */
    margin-top: 10px;
}

/* .dialog_tab li a {
    display: inline-block;
    width: 83%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 15px;
} */
/* li .bszn {
    color: #387dbf;
    flex-shrink: 0;
	display: none;
} */
.dialog_tab li button {
    background: 0 none;
    outline: none;
    border: 0 none;
    float: left;
    cursor: pointer;
    font-size: 14px;
    /* line-height: 19px; */
    color: #333;
    font-family: "Microsoft YaHei";
    padding: 0 !important;
    width: 83%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    /* margin-right: 10px; */
    /* border-bottom: 1px; */
}

.dialog_tab>p {
    line-height: 32px;
    font-size: 14px;
}

.dialog {
    overflow: hidden;
    padding-right: 20px;
    /* background: url(/ghwd/scjgj_znwd/images/man.png) no-repeat right; */
    background-size: 9%;
    position: relative;
    margin: 40px 0px;
    /* height: 50px; */
    animation-duration: 1s;
    animation-name: fadeInRight;
}


.change {
    color: #333;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 2px;
    cursor: pointer;
}


.tab2_top {
    display: flex;
    justify-content: space-between;
}

.tab2_top {
    font-weight: 600;
    display: inline-block;
}

#changjian {
    height: 145px;
    margin-top: 5px;
}

#changjian .keywords {
    position: relative;
    height: 145px;
}

#changjian .keywords::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px dashed #ececec;
    left: 0;
    top: 45px;
}

#changjian ul li {
    display: inline-block;
    width: 46%;
    line-height: 45px;
    background: url(/ghwd/scjgj_znwd/images/zs@2x.png) no-repeat;
    background-size: 10px;
    background-position: 2px 17px;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    /* list-style: circle; */
    font-size: 15px;
}

#changjian ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #3590ff;
    margin-right: 10px;
    display: inline-block;
}

.tab2_title {
    width: 100%;
    margin-top: 5px;
}

.tab2_top {
    display: flex;
    justify-content: space-between;
}


.prompting1,
.prompting2,
.prompting3 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000, endColorstr=#BF000000);
}


.prompting1,
.prompting2,
.prompting3 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000, endColorstr=#BF000000);
}

.pro-box {
    width: 360px;
    min-height: 240px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    margin-left: -170px;
    margin-top: -150px;
    /* padding:15px; */
    box-sizing: border-box;
}

.pro-box h5 {
    line-height: 36px;
    color: #1d73fe;
    line-height: 36px;
    background: #1d73fe;
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.pro-box textarea {
    width: 100%;
    padding-left: 5px;
    border: 0 none;
    border: 1px solid #CCC;
    border-radius: 4px;
    max-width: 305px;
    min-width: 305px;
    line-height: 24px;
    min-height: 24px;
    outline: none;
    resize: none;
    margin: 28px;
}

.modal-footer {
    border-top: 1px solid #ccc;
    padding-top: 8px;
    text-align: right;
    padding-right: 30px;
}

#submitBtn,
#cancelBtn {
    border: 0 none;
    outline: none;
    color: #FFF;
    width: 60px;
    height: 30px;
    cursor: pointer;
    background-color: #1d73fe;
}

#submitBtn1,
#cancelBtn1,
#cancelBtn2,
#cancelBtn3 {
    border: 0 none;
    outline: none;
    color: #FFF;
    width: 85px;
    height: 30px;
    cursor: pointer;
    background-color: #1d73fe;
    border-radius: 5px;
    font-size: 14px;
}

.text-center {
    text-align: center;
}

#cancelBtn {
    background-color: #777;
    margin-right: 10px;
}

#cancelBtn1 {
    background-color: #777;
    margin-right: 10px;
}

.choosebtn {
    margin: 10px 20px 10px 0;
    border: none;
    background: #3a93ef;
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    cursor: pointer;
}

.choosebtn:hover {}


.g-man {
    /* position: absolute; */
    left: 20px;
    font-size: 14px;
    bottom: 15px;
    line-height: 24px;
}

.g-man span {
    float: left;
    color: #999;
    margin-right: 40px;
}

.g-man1 {
    color: #999;
    cursor: pointer;
    margin-right: 8px;
    line-height: 24px;
    margin-right: 25px;
}

.g-man2 {
    color: #999;
    cursor: pointer;
}

.g-man1 span {
    background: url(/ghwd/scjgj_znwd/images/2.png) no-repeat left center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    cursor: pointer;
    float: left;
    margin-right: 5px;
}

.g-man2 span {
    background: url(/ghwd/scjgj_znwd/images/3.png) no-repeat left center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    float: left;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 4px;
}


.news {
    overflow: hidden;
}

.tab2_content .news li {
    background: url(/ghwd/scjgj_znwd/images/dotted.gif) no-repeat 3px 10px;
    overflow: hidden;
}

.news li {
    padding-left: 12px;
    background: url(/ghwd/scjgj_znwd/images/sm_dotted.gif) no-repeat 3px 15px;
}

.tab2_content .news li span.bszn {
    float: left;
    line-height: 24px;
}

.tab2_content .news li span {
    margin-left: 10px;
    color: #999;
    float: right;
}

.tab2_content .news li button {
    background: 0 none;
    outline: none;
    border: 0 none;
    padding: 0;
    float: left;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    color: #212121;
    font-family: "Microsoft YaHei";
    max-width: 280px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    margin-left: 12px;
}

.tab2_content>div {
    height: auto;
}

.con-overflow {
    overflow: hidden;
    position: relative;
    height: 190px !important;
    line-height: 24px !important;
}

.more-dann {
    cursor: pointer;
    color: #0059ff !important;
}

.answer_li li {
    position: relative;
    padding-left: 10px;
}

ul.answer_btn {
    width: 100%;
    height: 25px;
    /* margin: 10px 0; */
}

ul.answer_btn li {
    float: left;
    margin: 0 5px;
}

ul.answer_btn li a {
    text-decoration: none;
    /* display: block; */
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    padding: 3px 10px;
    border-radius: 16px;
    color: #3779da;
    border: 1px solid #f1f1f1;
    display: inline-block;
    margin-right: 15px;
}

.shouqi {
    bottom: 30px !important;
    right: 6% !important;
}

.answer_li li::before {
    content: "";
    background-color: #1857FF;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 9px;
    left: 0px;
}

.more-new,
.more-new2,
.more-new3 {
    color: #0059ff !important;
    cursor: pointer;
    line-height: 32px;
    padding-left: 10px;
}

.commonti {
    /* display: inline-block;
    width: 20px;
    height: 33px;
    background: url(/ghwd/scjgj_znwd/images/2101291028164096582.png) no-repeat;
    background-size: 100%;
    background-position-y: 5px;
    margin-right: 10px;
    float: left; */
}

.bsznr {
    float: right;
    line-height: 24px;
}

.tab2_content .news li a {
    max-width: 280px;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    font-family: "Microsoft YaHei";
    color: #000;
    margin-right: 10px;
    margin-left: 12px;
}


/* 使用帮助 */
.content-help-con {
    position: relative;
    width: 100%;
    height: 100%;
    /* height: 350px; */
    margin-top: 50px;
    overflow: hidden;
}

.content-help-con .con-div {
    padding: 20px 0;
    /* padding-right: 20px; */
    height: 90%;
    box-sizing: border-box;
    overflow-y: auto;
    margin-top: 50px;
}

.con-right {
    width: 100%;
}

.con-slide {
    /* border: 1px solid #ccc; */
    border-radius: 3px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 15px 15px;
    color: #a4a2a2;
    padding-right: 0;
}

.con-slide .slide_arrow,
.con-slide .slide_triangle,
.con-slide .slide_content {
    float: left;
}

.con-slide .slide_arrow {
    width: 100px;
    height: 100px;
    /* background: url(/ghwd/scjgj_znwd/images/logo.png) no-repeat; */
}

.slide_arrow img {
    width: 100%;
    height: auto;
}

.con-slide .slide_triangle {
    margin-top: 15px;
    display: block;
    width: 10px;
    height: 12px;
    background: url(/ghwd/scjgj_znwd/images/triangle.png) no-repeat;
    position: relative;
    right: -1px;
}

.con-slide .slide_content {
    width: 150px;
    border: 1px solid #dcd7d7;
    padding: 12px 15px;
    border-radius: 10px;
    background: #fff;
    color: black;
}

.swiper-container {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    width: 100%;
    height: 100%;
    text-align: center;
}

.swiper-slide img {
    height: auto;
    width: 60%;
}

/*新闻类信息弹窗显示*/
.modal_show {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

/* .modal{
  max-width: 700px;
  min-height:300px;
  height:auto;
  background-color: #fff;
  position: fixed;
  top:100px;
  left:50%;
  border-radius: 10px;
  margin-left:-350px;
  box-sizing: border-box;
  background:#efefef;
  display: block!important;
  } */
.modal {
    /* max-width: 700px; */
    width: 1000px;
    /* min-height:300px; */
    /* height: 80%; */
    /* height:auto; */
    background-color: #fff;
    position: fixed;
    top: 100px;
    left: 50%;
    border-radius: 10px;
    /* margin-left:-350px; */
    margin-left: -500px;
    box-sizing: border-box;
    background: #efefef;
    display: block !important;
    max-height: 85%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    left: 0;
    top: 0;
}

.modal h5 {
    width: 100%;
    position: absolute;
    z-index: 1;
    float: left;
    text-align: center;
    font-size: 24px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    background: #3779da;
}

#modal_close_help {
    position: absolute;
    right: 5px;
    z-index: 2;
    float: right;
    padding-top: 5px;
    background: url(/ghwd/scjgj_znwd/images/helpclose.png) no-repeat;
    background-size: 90%;
    margin-right: 5px;
    color: #fff;
    cursor: pointer;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 24px;
    color: #000;
    margin-top: 12px;
}

#modal_close {
    float: right;
    padding-top: 5px;
    background: url(/ghwd/scjgj_znwd/images/close.png) no-repeat;
    background-size: 90%;
    margin-right: 5px;
    color: #fff;
    cursor: pointer;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 24px;
    color: #000;
    margin-top: 5px;
}

.modal_content {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    max-height: 500px;
    height: auto;
    overflow-y: auto;
    padding-bottom: 10px;
}

.icon-erweima img {
    width: 100%;
    border-radius: 10px;
}

.icon-erweima span {
    color: #fff;
    line-height: 24px;
    font-size: 14px;
}

.icon-erweima {
    background: #676767;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    width: 130px;
    text-align: center;
    top: 216px;
    padding: 0 5px 5px;
    border-radius: 10px;
    left: 207px;
    position: absolute;
}

.icon-tran {
    right: 54px;
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 10px;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #676767;
    border-top: 10px solid transparent;
    top: -18px;
    transform: rotate(0deg);
}

.styletwo {
    display: flex;
}

.styletwo p {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #333;
    text-indent: 2em;
    line-height: 24px;
}

.styleone img {
    width: 80%;
    height: auto;
    border-radius: 5px;
    border: 1px solid #eee;
    margin: 0 10%;
}

/*图文左右展示*/
.styletwo {
    display: flex;
    /*margin-top: -20px;*/
}

.styletwo img {
    height: 160px !important;
    width: auto !important;
    display: block;
    margin: 0 auto;
    float: left;
    margin-right: 8px;
}

.styletwo p {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #333;
    text-indent: 2em;
    line-height: 24px;
}

/*只展示图片*/
.stylethree {
    /*margin-top: -20px;*/
}

.stylethree img {
    width: 100%;
    height: auto;
}

/*图文列表展示*/
.stylefour div {
    float: left;
    margin: 9px 40px;
}

.stylefour {
    display: flex;
    flex-wrap: wrap;
}

.stylefour p {
    text-align: center;
    line-height: 22px;
    height: 22px;
    font-size: 12px;
}

.stylefour img {
    /* max-width: 100px;
    width: 90px;
    height: 90px; */
    height: 100px;
}

.stylefive>div {
    width: 46%;
    text-align: center;
}

.stylefive img {
    width: 234px;
    height: auto;
    max-width: 100%;
}

.tipDiv {
    background-color: #fff;
    width: 100%;
    position: absolute;
    bottom: 135px;
    color: #333;
    z-index: 2;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.tipDiv li {
    line-height: 30px;
    padding-left: 10px;
    cursor: pointer;
}

.tipDiv li:hover {
    background-color: #e2e2e2;
}

.dialog_tab>div>p {
    color: #333;
    line-height: 24px;
    padding-top: 10px;
}

.c_text {
    line-height: 26px;
    height: 134px;
    overflow: hidden;
    color: #666;
}

.dialog_tab p font {
    color: #0059ff;
}

.adwz {
    color: #a4a2a2;
    font-size: 12px;
}

.more-dan {
    color: #0059ff !important;
    cursor: pointer;
    line-height: 20px !important;
    width: 92% !important;
    text-align: left !important;
}

.more-dan {
    color: #0059ff !important;
    cursor: pointer;
    line-height: 20px !important;
}