
html, body, div, span, a, ul, li, ol, p, input, button, textarea, select, img, label, p{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.top {
    background: white;
    height: 80px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
    box-shadow: 0px 3px 5px #d2d2d2;
}

.top .top_main {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top .top_main .other {
    flex: 1;
    margin: 0 100px 0 40px;
}

.top .top_main .other ul {
    display: flex;
    /* justify-content: space-between; */
    /*column-gap: 25px;*/
}

.top .top_main .other ul li:nth-child(1){
    margin-right: 25px;
}

.top .top_main .other ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 19px;
}

.top .top_main .other ul li a:hover {
    color: #226eb4;
}

.top .top_main img {
    width: 114px;
    height: 71px;
    cursor: pointer;
    margin-right: 10px;
}

.top .top_main .msg_box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.top .top_main .msg_box .inp {
    width: 306px;
    height: 38px;
    border-radius: 50px 50px 50px 50px;
    opacity: 1;
    border: 1px solid #999999;
    padding-left: 10px;
    display: flex;
    align-items: center;
    margin-right: 47px;
}

.top .top_main .msg_box .inp img {
    width: 24px;
    height: 24px;
}

.top .top_main .msg_box .inp input {
    width: 83%;
    height: 85%;
    margin-right: 2%;
    font-size: 16px;
    border: none;
}

.top .top_main .msg_box .inp input::-webkit-input-placeholder {
    color: #999999;
    font-size: 16px;
}
.top .top_main .msg_box .login-register div{
    font-size: 16px;
    cursor: pointer;
}
.top .top_main .msg_box .login-register div:hover{
    color: #226eb4;
}

p{
    color: #000 !important;
    font-size: 14px !important;
    font-family: none !important;
}
a{
    color: #000;
    text-decoration: none;
}
input, button, textarea, select{
    border: 0;
    outline: none;
}
.active::after{
    clear: both;
    content: '';
    display: block;
}
html, body{
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #eeeeee;
}

.luntan_info{
    width: 100%;
    background: #eeeeee;
    position: relative;
    min-width: 1170px;
    font-family: none;

    -moz-user-select:none; /* Firefox私有属性 */
    -webkit-user-select:none; /* WebKit内核私有属性 */
    -ms-user-select:none; /* IE私有属性(IE10及以后) */
    -khtml-user-select:none; /* KHTML内核私有属性 */
    -o-user-select:none; /* Opera私有属性 */
    user-select:none; /* CSS3属性 */
}

.luntan_info_0{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: #fff;
    box-shadow: 0 0 4px rgb(220,220,220);
}
.luntan_info_0>div{
    width: 1170px;
    margin: auto;
    background: #fff;
}
.luntan_info_00{
    position: relative;
    padding: 20px 375px;
}
.gohome{
    position: absolute;
    left: 80px;
    top: 15px;
    z-index: 1;
    height: 50px;
}
.gohome>img{
    height: 100%;
}
.luntan_info_000{
    position: relative;
    float: left;
    width: 320px;
}
.luntan_info_000>span{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 10px;
}
.bbshome{
    position: absolute;
    top: 25px;
    right: 160px;
    z-index: 1;
    height: 30px;
    line-height: 30px;
    color: #226ebc;
    font-size: 16px;
}
.luntan_info_000>span>img{
    height: 100%;
    width: 100%;
}
.memberImg, .memberLogin{
    position: absolute;
    right: 100px;
    top: 20px;
    z-index: 1;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}
.memberImg>img{
    width: 100%;
    height: 100%;
}
.memberLogin{
    top: 20px;
    right: 40px;
    height: 40px;
    line-height: 38px;
    width: 80px;
    text-align: center;
    border-radius: 2px;
    /*border: 1px solid #226ebc;*/
    color: #226ebc;
    font-size: 16px;
}
.memberLogin:hover{
    color: #fff;
    background: #226ebc;
}
.inp_search_0{
    float: left;
    width: 100%;
    height: 40px;
    line-height: 38px;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    font-size: 16px;
    color: #a8a8a8;
    padding: 0 40px 0 10px;
}
.span_ft{
    float: left;
    line-height: 40px;
    width: 80px;
    background: #226ebc;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-left: 20px;
    border-radius: 2px;
    cursor: pointer;
    /*user-select: none;*/
}

.subs{
    padding: 0 20px;
    font-size: 16px;
    background: #fff;
    line-height: 40px;
    height: 40px;
}

.luntan_info_1{
    width: 1170px;
    margin: auto;
    padding: 5px 0px 10px;
}
.luntan_info_10{
    margin-top: 2px;
    background: #fff;
}
.luntan_info_10:first-of-type{
    margin-top: 0;
}
.luntan_info_10_l{
    float: left;
    width: 250px;
    padding: 20px;
    text-align: center;
    /*border-right: 2px solid #eee;*/
    min-height: 330px;
}
.luntan_info_10_l_0{
    padding: 20px 0;
}
.luntan_info_10_l_0>a>img{
    width: 100px;
    height: 100px;
    border-radius: 5px;
}
.luntan_info_10_l_1>div{
    display: inline-block;
    width: 60px;
    font-size: 14px;
    color: #646363;
    line-height: 30px;
}
.luntan_info_10_l_1>div:nth-of-type(2){
    border-left: 1px solid rgb(200,200,200);
    border-right: 1px solid rgb(200,200,200);
}
.luntan_info_10_l_1>div>div:nth-of-type(1){
    color: #226ebc;
    font-size: 16px;
}
.info_list_gsmc{
    /*display: none !important;*/
    line-height: 22px;
    min-height: 22px;
    font-size: 14px;
    color: #606060;
    margin-bottom: 10px;
}

.luntan_info_10_r{
    float: right;
    width: 860px;
    width: calc(100% - 250px);
    min-height: 331px;
    padding: 10px 0;
    border-left: 2px solid #eeeeee;
}
.luntan_info_10_r_0{
    line-height: 40px;
    height: 40px;
    border-bottom: 2px solid #eee;
    padding: 0 10px;
}
.luntan_info_10_r_0>img{
    float: left;
    height: 20px;
    margin: 10px 5px;
}
.luntan_info_10_r_0>span{
    float: left;
    font-size: 14px;
    color: #646363;
    margin-left: 10px;
}
.luntan_info_10_r_0>span:nth-of-type(2){
    float: right;
    padding-right: 5px;
}
.luntan_info_10_r_1{
    padding: 10px 15px;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    min-height: 200px;
}
.luntan_info_10_r_1 img{
    max-width: 100% !important;
    border-radius: 5px;
}
.luntan_info_10_r_11{
    margin-top: 15px;
    width: 100%;
    padding: 0 15px;
    background: #eee;
}
.luntan_info_10_r_110{
    margin-top: 15px;
    border-top: 1px solid #eee;
    padding: 10px 0 0;
}
.luntan_info_10_r_110:nth-of-type(1){
    margin: 0;
    border-top: 0;
}
.luntan_info_10_r_1100{
    float: left;
    width: 50px;
    text-align: center;
}
.luntan_info_10_r_1100>img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.luntan_info_10_r_1101{
    float: left;
    width: 720px;
    width: calc(100% - 80px);
    margin-left: 10px;
}
.luntan_info_10_r_1101>div:nth-of-type(1){
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    color: #646363;
}
.luntan_info_10_r_1101>div:nth-of-type(1)>span:nth-of-type(1){
    color: #226ebc;
}
.luntan_info_10_r_1101>div:nth-of-type(1)>span:nth-of-type(3){
    float: right;
}
.luntan_info_10_r_1101>div:nth-of-type(1)>span:nth-of-type(3)>span{
    float: left;
    margin: 0 10px;
    font-size: 14px;
    color: #226ebc;
    cursor: pointer;
    /*user-select: none;*/
}
.luntan_info_10_r_1101>div:nth-of-type(2){
    line-height: 26px;
    font-size: 14px;
    color: #646363;
}
.luntan_info_10_r_1101>div:nth-of-type(2) font{
    color: #226ebc;
}
.luntan_info_10_r_2{
    height: 40px;
    padding: 5px 15px;
    line-height: 30px;
}
.luntan_info_10_r_2>div{
    float: left;
    margin-right: 15px;
    font-size: 14px;
    color: #9e9d9d;
    /*user-select: none;*/
    cursor: pointer;
}
.luntan_info_10_r_2>div>i{
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    margin-top: 5px;
}
.luntan_info_10_r_2>div>img{
    float: left;
    height: 18px;
    margin: 6px 3px;
}


/* 回复层 */
.openHf_0{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none;
}
.openHf_00{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.openHf_01{
    position: absolute;
    /*top: 150px;*/
    left: 50%;
    z-index: 10;
    width: 500px;
    margin-left: -250px;
    background: #fff;
    border: 1px solid rgb(220,220,220);
    border-radius: 4px;
    box-shadow: 0 0 10px rgb(194, 193, 193);
}
.openHf_01_head{
    line-height: 40px;
    padding: 0 15px;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid rgb(200,200,200);
}
.remove_span_img{
    float: right;
    width: 16px;
    height: 16px;
    margin-top: 12px;
    line-height: 16px;
}
.remove_span_img>img{
    width: 100%;
    height: 100%;
}

.openHf_01_con{
    padding: 15px 20px;
}
.openHf_01_con>div{
    margin-top: 15px;
}
.openHf_01_con>div:nth-of-type(1){
    margin: 0;
}
.openHf_01_con textarea{
    width: 100%;
    height: 180px;
    border: 1px solid rgb(151, 151, 151);
    border-radius: 2px;
    padding: 2px 4px;
    line-height: 22px;
    font-size: 14px;
    font-family: none;
}
.openHf_01_con button{
    width: 90px;
    line-height: 40px;
    background: #226ebc;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
}

/* 登陆 */
.login_open{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    display: none;
}
.login_open_0{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0,0,0,.5);
}
.login_open_1{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 320px;
    margin: -170px 0 0 -160px;
    z-index: 10;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #b9b9b9;
    animation: animationup2 0.15s ease-in-out;
}
@keyframes animationup2 {
    0%{ top: -400px; }
    40%{ top: 0; }
    66%{ top: 15%; }
    80%{ top: 29%; }
    89%{ top: 40%; }
    95%{ top: 46%; }
    99%{ top: 49%; }
    100%{ top: 50%; }
}
.login_open_1_head{
    height: 60px;
    border-bottom: 1px solid rgb(200,200,200);
    padding: 0 15px;
}
.login_open_1_head>span{
    float: left;
}
.login_open_1_head>span:nth-of-type(1),
.login_open_1_head>span:nth-of-type(3){
    width: 22px;
    height: 22px;
    margin-top: 19px;
}
.login_open_1_head>span:nth-of-type(2){
    width: 246px;
    width: calc(100% - 44px);
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #363636;
    font-weight: 600;
}
.login_open_1_head>span:nth-of-type(3)>img{
    width: 100%;
    height: 100%;
}
.login_open_1_con{
    padding: 0 15px;
}
.login_open_1_con_0{
    height: 40px;
    text-align: center;
    font-size: 16px;
}
.login_open_1_con_0>span{
    line-height: 22px;
    height: 25px;
    border-bottom: 3px solid #fff;
    margin: 14px 30px 0;
    /*user-select: none;*/
    cursor: pointer;
}
.login_open_1_con_0>span:nth-of-type(1){
    float: left;
}
.login_open_1_con_0>span:nth-of-type(2){
    float: right;
}
.login_open_1_con_0>span.sel{
    color: #226ebc;
    border-color: #226ebc;
}
.login_open_1_con_1_all{
    display: none;
}
.login_open_1_con_1_all.sel{
    display: block;
}
.login_open_1_con_1_all_0{
    margin-top: 15px;
}
.inp_all_t{
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #bfbfbf;
    padding: 0 6px;
    font-size: 14px;
    border-radius: 2px;
    font-family: none;
}
.inp_all_t.inp_yzm_0{
    width: 120px;
}
.span_push_yzm{
    float: left;
    margin-left: 15px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #226ebc;
    font-size: 14px;
    border-radius: 2px;
    /*user-select: none;*/
    cursor: pointer;
}
.btn_all_t{
    float: left;
    width: 100%;
    line-height: 42px;
    height: 42px;
    border: 1px solid #226ebc;
    color: #226ebc;
    font-size: 16px;
    background: #fff;
    margin-top: 10px;
    border-radius: 2px;
    cursor: pointer;
}
.login_open_1_con_1_all_1{
    line-height: 20px;
    height: 20px;
    margin: 10px 0 -10px 0;
}
.login_open_1_con_1_all_1>span{
    float: left;
    /*user-select: none;*/
    cursor: pointer;
    font-size: 14px;
}
.span_login_rem>input{
    float: left;
    margin: 4px 2px;
}


/* 举报 */
.report{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none;
}
.report_0{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(0,0,0,.4);
}
.report_1{
    position: absolute;
    /*top: 50%;*/
    left: 50%;
    width: 280px;
    /* height: 300px; */
    margin: 0 0 0 -140px;
    z-index: 2;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px gray;
}
.report_1_head{
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid rgb(200,200,200);
    padding: 0 15px;
    /*user-select: none;*/
}
.report_1_head>span:nth-of-type(1){
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.report_1_head>span:nth-of-type(2){
    float: right;
    width: 18px;
    height: 18px;
    margin-top: 10px;
    line-height: 18px;
    cursor: pointer;
}
.report_1_head>span:nth-of-type(2)>img{
    width: 100%;
    height: 100%;
}
.report_1_con{
    padding: 20px 0;
}
.report_1_con_0{
    line-height: 30px;
    padding: 0 20px;
}
.report_father{
    height: 30px;
    margin: 5px 0;
    font-size: 16px;
    color: #323232;
    /*user-select: none;*/
    cursor: default;
}
.report_father>input{
    float: left;
    width: 18px;
    height: 18px;
    margin: 6px 4px 0 0;
}
.report_1_con_1{
    height: 50px;
    padding: 0 20px;
    /* text-align: center; */
    margin-top: 10px;
}
.btn_tjjb_0{
    line-height: 36px;
    height: 36px;
    width: 80px;
    font-size: 16px;
    background: #226ebc;
    color: #fff;
    border-radius: 2px;
    margin-top: 15px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
.pagination > li {
display: inline-block; }
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
z-index: 2;
color: #23527c;
background-color: #eeeeee;
border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
z-index: 3;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
cursor: default; }
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777777;
background-color: #fff;
border-color: #ddd;
cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.container-full div{
    box-sizing: unset;
}

.footer-copyright{
    height: 0px !important;
}

.container-full .row{
    height: 190px !important;
}

.footer-contact{
    width: 270px !important;
}

.footer-contact-phone{
    margin: 5px 0 0 10px !important;
}

.footer-QR{
    padding: 0 20px !important;
}

.gs-msg{
  height: 90px;
}


.tosearch{
    width: 72px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #226eb4;
    border-radius: 50px;
    margin-right: 2px;
    cursor: pointer;
}


.ai-answer {
    width: 1170px;
    height: 120px;
    margin: 10px 0;
    padding: 20px 60px;
    border-radius: 4px;
    background: url(/home/images/bbs-ai-answer.png) no-repeat 90% 3px/contain;
    background-color: #fff;
}

.ai-answer p:nth-child(1) {
    font-size: 20px !important;
    color: #226ebc !important;
}

.ai-answer p:nth-child(2) {
    font-size: 24px !important;
    color: #226ebc !important;
    margin-top: 15px;
}

.ai-answer p:nth-child(2) span {
    color: #ffa100 !important;
    cursor: pointer;
    transition: all .5s;
}

.ai-answer p:nth-child(2) span:hover {
    color: #fff!important;
    background-color: #226ebc;
    padding: 5px;
    margin: 0 9px;
    border-radius: 16px;
    font-size: 18px;
}

.luntan_info_content {
    display: inline;
}

.guanbiao {
    display: inline-block;
    width: 10px;
    height: 20px;
    background-color: black;
    vertical-align: text-bottom;
    animation: blink 1s infinite;
}
