@charset "UTF-8";

/*css 初始化 */

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

fieldset,
img,
input,
button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

* {
    word-wrap: break-word;
}


/*去掉input等聚焦时的蓝色边框*/

ul,
ol,
li {
    list-style: none;
}

button {
    cursor: pointer;
}

input {
    padding-top: 0;
    padding-bottom: 0;
}

select,
input {
    vertical-align: middle;
    font-size: 14px;
    margin: 0;
}

textarea {
    resize: none;
}


/*防止拖动*/

img {
    border: 0;
    vertical-align: middle;
}


/* 去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/

table {
    border-collapse: collapse;
}

body {
    min-width: 1240px;
    font-size: 14px;
    font-family: PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
    color: #666;
    background: #f2f2f2;
    padding: 0px;
}

.clearfix:before,
.clearfix:after {
    /*清除浮动*/
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}


/*设置h标签的大小，设置跟父亲一样大的字体font-size:100%;*/

s,
i,
em {
    font-style: normal;
    text-decoration: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}


/*select{padding:2px;}解决select的浏览器兼容性*/

input,
select {
    background: #fff;
}


/*解决设置windows窗口背景色后输入框和文本域变色的问题*/

a {
    text-decoration: none;
}

input::placeholder,
textarea::placeholder {
    color: #999;
}

input::-ms-clear {
    display: none;
}

button:hover,
.btn_hover:hover {
    opacity: 0.8;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}


/* 按钮样式 */


/* 最小高度按钮 高度为22或23 */

.button_30 {
    display: inline-block;
    min-width: 48px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #416dc5;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.button_orange_small {
    box-sizing: content-box;
    display: inline-block;
    min-width: 48px;
    height: 23px;
    line-height: 23px;
    padding: 0 10px;
    background: #416dc5;
    color: #fff;
    border: 1px solid #416dc5;
    cursor: pointer;
}

.button_red_small {
    box-sizing: content-box;
    display: inline-block;
    min-width: 48px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    background: #f43a3a;
    color: #fff;
    border: 1px solid #f43a3a;
    cursor: pointer;
    text-align: center;
}

.button_light_orange_small {
    text-align: center;
    display: inline-block;
    min-width: 28px;
    height: 23px;
    line-height: 23px;
    padding: 0 10px;
    color: #416dc5;
    background: #e7eeff;
    border: 1px solid #416dc5;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
}

.button-line-orange-small:hover {
    background: #416dc5;
    color: #fff;
}

.button_gray_small {
    display: inline-block;
    min-width: 28px;
    height: 23px;
    background: #f9f9f9;
    line-height: 23px;
    padding: 0 10px;
    color: #666;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    white-space: nowrap;
    min-width: 42px;
}

.button-line-orange-small {
    background: #fff;
    display: inline-block;
    min-width: 28px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #416dc5;
    border: 1px solid #416dc5;
    cursor: pointer;
}

.button_orange_small:hover {
    opacity: 0.8;
}

.button_light_orange_small:hover {
    background: #416dc5;
    color: #fff !Important;
}

.button_gray_small:hover {
    opacity: 0.8;
}


/* 中等高度按钮 高为34 */

.button_line_orange_large {
    text-align: center;
    font-size: 14px;
    display: inline-block;
    min-width: 48px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    color: #416dc5;
    border: 1px solid #416dc5;
    background-color: #e7eeff;
    cursor: pointer;
}

.button_line_orange_large:hover {
    background-color: #416dc5;
    color: #fff;
}

.button_orange_large {
    text-align: center;
    font-size: 14px;
    display: inline-block;
    min-width: 48px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #416dc5;
    color: #fff;
    border: 1px solid #416dc5;
    cursor: pointer;
}

.button_orange_large:hover {
    opacity: 0.80;
}

.btn_small_32h_solid,
.btn_small_32h_hollow {
    text-align: center;
    font-size: 14px;
    display: inline-block;
    min-width: 48px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    color: #fff;
    border: 1px solid #416dc5;
    background: #416dc5;
    cursor: pointer;
}

.btn_small_32h_hollow {
    color: #416dc5;
    background: #fff;
}

.btn_small_32h_solid:hover,
.btn_small_32h_hollow:hover {
    opacity: 0.80;
}


/* 高为42的按钮 */

.button_line_orange_big {
    text-align: center;
    background: #fff;
    display: inline-block;
    min-width: 48px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    padding: 0 10px;
    color: #416dc5;
    border: 1px solid #416dc5;
    cursor: pointer;
    text-align: center;
}

.button_line_orange_big:hover {
    background: #416dc5;
    color: #fff;
}

.button_line_blue_big {
    text-align: center;
    background: #fff;
    display: inline-block;
    min-width: 48px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    padding: 0 10px;
    color: #1845a5;
    border: 1px solid #1845a5;
    cursor: pointer;
    text-align: center;
}

.button_line_blue_big:hover {
    background: #1845a5;
    color: #fff;
}

.button_orange_big {
    text-align: center;
    font-size: 20px;
    display: inline-block;
    min-width: 48px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: #416dc5;
    color: #fff;
    border: 1px solid #416dc5;
    cursor: pointer;
}

.button_orange_big:hover {
    opacity: 0.8;
}

.button_blue_big {
    text-align: center;
    font-size: 20px;
    display: inline-block;
    min-width: 48px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: #1845a5;
    color: #fff;
    border: 1px solid #1845a5;
    cursor: pointer;
}


/* input select */


/* 前台栏目标题搜索框 */


/*
.home_input_larger {
    background: none;
    box-sizing: content-box;
    width: 236px;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #cbcbcb;
}

.home_input_form_large {
    width: 380px;
    padding: 0 15px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d2d2d2;
}



.home_input_form_normal {
    width: 166px;
    padding: 0 15px;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #d2d2d2;
}

.home_input_form_small {
    width: 60px;
    padding: 0 15px;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #d2d2d2;
}

.home_select_larger {
    background: none;
    box-sizing: content-box;
    color: #666;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cbcbcb;
}
*/

.home_input_small {
    background: none;
    box-sizing: content-box;
    width: 236px;
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #cbcbcb;
}

.home_select_small {
    background: none;
    box-sizing: content-box;
    color: #666;
    width: 80px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #cbcbcb;
}

input::placeholder {
    color: #b4b4b4;
}

.home_select_large {
    background: none;
    box-sizing: content-box;
    color: #666;
    width: 130px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e8e8e8;
}

.home_select_large option {
    color: #333;
}

.home_input_large {
    background: none;
    box-sizing: content-box;
    width: 236px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e8e8e8;
}

.home_input_form_larger {
    width: 300px;
    padding: 0 15px;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e7e7e7;
}

.textArea {
    border: 1px solid #e7e7e7;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    line-height: 180%;
    height: 100px;
    font-family: microsoft yahei, simsun;
}


/* 用户后台select   input */

.input_form_larger {
    width: 310px;
    padding: 0 15px;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #e7e7e7;
}

.select_large {
    background: none;
    box-sizing: content-box;
    color: #666;
    width: 190px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #cbcbcb;
}

.select_larger {
    background: none;
    box-sizing: content-box;
    color: #666;
    width: 190px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e7e7e7;
    padding: 0 10px !important;
}

.input_large {
    background: none;
    width: 236px;
    padding: 0 10px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #cbcbcb;
}

.input_larger {
    background: none;
    width: 236px;
    padding: 0 10px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #cbcbcb;
}


/*公共部分*/


/* 表单提交提示语 */

.reminderRight {
    color: #2e9b0e;
}

.reminderRight i,
.reminderWrong i {
    margin-right: 5px;
    font-size: 20px;
    vertical-align: middle
}

.reminderWrong {
    color: #416dc5;
}


/*搜索*/

.chooseBox {
    width: 100%;
    background: #fff;
    padding: 10px 20px;
    float: left;
    box-sizing: border-box
}

.filter {
    width: 100%;
    float: left;
}

.filter ul li {
    display: inline-block;
    float: left;
    padding: 8px 12px 8px 0;
    color: #666;
}

.filter ul li.searchBtnli {
    padding-right: 0px;
}

.filter .button_orange_large {
    box-sizing: border-box;
}

.filter select {
    width: auto;
    min-width: 100px;
    outline: none;
    max-width: 152px;
}

.filter input[type=number] {
    width: 124px;
    outline: none;
    padding: 0 3px;
    text-align: center;
}

.filter .special select {
    min-width: 74px;
    float: left;
}

.filter .special input {
    width: 182px;
    float: left;
    margin-left: -1px;
}

.filterCondition {
    width: 100%;
    padding: 10px 0;
    float: left;
}

.filterCondition td {
    padding: 10px 5px;
    line-height: 28px;
    box-sizing: border-box;
}

.unit {
    border-top: 1px solid #f4f4f4;
}

td.paramClasses {
    padding: 5px 20px;
    background: #f9f9f9;
    font-size: 16px;
    font-weight: bold;
}

td.paramName {
    padding: 10px 10px;
    color: #333;
    text-align: right;
    vertical-align: top
}

.paramValue a {
    padding-right: 30px;
    float: left;
    display: inlin-block;
    color: #333;
}

.paramValue a:hover,
.paramValue a.on {
    color: #416dc5;
    opacity: 1;
}


/* 无结果 */

.noRezult {
    padding: 70px 0;
    text-align: center;
    background: #fff;
/ / 新增
}

.noRezult p {
    line-height: 200%;
}

.noRezult p>span {
    font-size: 18px;
    padding: 0 5px;
}


/* 美化 */

.beautifySelect {
    width: 94px;
    border: 1px solid #d2d2d2;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-right: 0px;
    position: relative;
}

.exhibitionSearch .icon-jiantou {
    font-size: 18px;
    vertical-align: middle;
    float: right;
    padding-right: 5px;
}

.beautifySelect>a {
    display: inline-block;
    width: 100%;
    color: #999;
}

.beautifySelect a:hover {
    color: #416dc5
}

.selectBeautifyCon {
    display: none;
    position: absolute;
    width: 94px;
    border: 1px solid #d2d2d2;
    top: 38px;
    left: -1px;
    background: #fff;
    padding: 5px 0;
    z-index: 100;
}

.selectBeautifyCon li {
    text-align: left;
    padding-left: 10px;
    line-height: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.selectBeautifyCon li>span {
    display: inline-block;
    cursor: pointer;
}

.selectBeautifyCon li a:hover {
    color: #416dc5
}


/* 单选 */

.radio {
    display: inline-block;
    position: relative;
    line-height: 20px;
    margin-right: 50px;
    cursor: pointer;
}

.radio span {
    float: left;
}

.radio input {
    display: none;
}

.radio .radio-on {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/shareIcon.png) no-repeat -4px -70px;
    float: left;
}

.radio span.radio-on.choosed {
    background-position: -4px -2px;
}


/* 复选*/

.checkBox {
    cursor: pointer;
}

.checkBox input {
    display: none;
}

.checkBox .check-on {
    display: inline-block;
    width: 20px;
    height: 24px;
    background: url(../images/shareIcon.png) no-repeat;
    background-position: 0px -167px;
    float: left;
    cursor: pointer;
}

.checkBox span.check-on.choosed {
    background-position: 0px -222px;
}

.checkBox span {
    line-height: 20px;
}


/*公共类*/

.w1200 {
    /*版心 提取 */
    width: 1200px;
    margin: 0 auto;
}

.w1000 {
    width: 1000px;
}

.fl {
    float: left
}

.fr {
    float: right
}

.al {
    text-align: left
}

.ac {
    text-align: center
}

.ar {
    text-align: right
}

.hide {
    display: none
}

.show {
    display: block;
}

.inlineBlock {
    display: inline-block
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f24 {
    font-size: 24px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f32 {
    font-size: 32px;
}

.f70 {
    font-size: 70px;
}

.fb {
    font-weight: bold;
}

.fn {
    font-weight: normal;
}

.t2 {
    text-indent: 2em;
}

.lh150 {
    line-height: 150%
}

.lh180 {
    line-height: 180%
}

.lh200 {
    line-height: 200%
}

.lh250 {
    line-height: 250%
}

.lineh17 {
    line-height: 17px;
}

.lineh28 {
    line-height: 28px;
}

.lineh30 {
    height: 30px;
    line-height: 30px;
}

.lineh62 {
    height: 62px;
    line-height: 62px;
}

.lh42 {
    line-height: 42px;
}

.unl {
    text-decoration: underline;
}

.no_unl {
    text-decoration: none;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

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

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%
}

.Clearfix,
.block {
    display: block;
}

.vm {
    vertical-align: center;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.w100p {
    width: 100%
}

.w70p {
    width: 70%
}

.w25p {
    width: 25%
}

.w50p {
    width: 50%
}

.w30 {
    width: 30px;
}

.w68 {
    width: 68px;
}

.w90 {
    width: 90px;
}

.w116 {
    width: 116px;
}

.w150 {
    width: 150px;
}

.w151 {
    width: 151px;
}

.w100 {
    width: 100px;
}

.w214 {
    width: 214px;
}

.w235 {
    width: 235px;
}

.w308 {
    width: 308px;
}

.w700 {
    width: 700px;
}

.w500 {
    width: 500px;
}

.h50 {
    height: 50px;
}

.h80 {
    height: 80px;
}

.h100 {
    height: 100px;
}

.h104 {
    height: 104px;
}

.h200 {
    height: 200px;
}

.h300 {
    height: 300px;
}

.h {
    height: 100%
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m30 {
    margin: 30px;
}

.mt4 {
    margin-top: 4px;
}

.mt5 {
    margin-top: 5px;
}

.mlr12 {
    margin-left: 12px;
    margin-right: 12px;
}

.mt10 {
    margin-top: 10px;
}

.mt12 {
    margin-top: 12px;
}

.mt14 {
    margin-top: 14px;
}

.mt15 {
    margin-top: 15px;
}

.mt16 {
    margin-top: 16px;
}

.mt20 {
    margin-top: 20px;
}

.mt24 {
    margin-top: 24px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mt100 {
    margin-top: 100px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb16 {
    margin-bottom: 16px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb28 {
    margin-bottom: 28px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb100 {
    margin-bottom: 100px;
}

.ml5 {
    margin-left: 5px;
}

.ml7 {
    margin-left: 7px;
}

.ml8 {
    margin-left: 8px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml16 {
    margin-left: 16px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml50 {
    margin-left: 50px;
}

.ml100 {
    margin-left: 100px;
}

.ml450 {
    margin-left: 450px;
}

.mr0 {
    margin-right: 0px;
}

.mr5 {
    margin-right: 5px;
}

.mr8 {
    margin-right: 8px !important;
}

.mr10 {
    margin-right: 10px;
}

.mr12 {
    margin-right: 12px;
}

.mr15 {
    margin-right: 15px;
}

.mr15 {
    margin-right: 15px;
}

.mr16 {
    margin-right: 16px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr50 {
    margin-right: 50px;
}

.mr100 {
    margin-right: 100px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p30 {
    padding: 30px;
}

.pt0 {
    padding-top: 0;
}

.pt5 {
    padding-top: 5px;
}

.pt8 {
    padding-top: 8px;
}

.pt10 {
    padding-top: 10px;
}

.pt12 {
    padding-top: 12px;
}

.pt14 {
    padding-top: 14px;
}

.pt15 {
    padding-top: 15px;
}

.pt16 {
    padding-top: 16px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt50 {
    padding-top: 50px;
}

.pt100 {
    padding-top: 100px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb18 {
    padding-bottom: 18px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb100 {
    padding-bottom: 100px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr12 {
    padding-right: 12px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pr50 {
    padding-right: 50px;
}

.pr100 {
    padding-right: 100px;
}

.pl5 {
    padding-left: 5px;
}

.pl20 {
    padding-left: 20px;
}

.pl50 {
    padding-left: 50px;
}

.pl148 {
    padding-left: 148px;
}

.pl200 {
    padding-left: 200px;
}

.plr12 {
    padding: 0 12px;
}

.plr14 {
    padding: 0 14px;
}

.plr20 {
    padding: 0 20px;
}

.ptb10 {
    padding: 8px 10px;
}


/* 字体颜色 */

.color_red {
    color: #eb2428;
}

.color_blue {
    color: #416dc5;
}

.color_gray3 {
    color: #333;
}

.color_gray6 {
    color: #666;
}

.color_graya {
    color: #aaa;
}

.color_gray9 {
    color: #999;
}

.color_grayad {
    color: #adadad;
}

.color_graybf {
    color: #bfbfbf;
}

a.color_gray6 {
    color: #666;
}

a.color_gray9 {
    color: #999;
}

a.color_gray3:hover,
a.color_gray6:hover,
a.color_black:hover,
a.color_gray9:hover,
a.hover_red:hover {
    color: #416dc5
}

a.color_black {
    color: #000;
}

a.hover_red:hover {
    color: #416dc5;
}


/* 背景颜色 */

.bg_gray {
    background: #f2f2f2
}

.bg_gray_light {
    background: #f4f4f4
}

.bg_gray_less {
    background: #f9f9f9
}

.bg_white {
    background: #fff;
}

.bg_blue {
    background-color: #eaf0ff;
}

.bg_red_border {
    border: 1px solid #f43a3a;
    color: #f43a3a;
}

.bg_blue_border {
    border: 1px solid #416dc4;
    color: #416dc4;
}

.bg_red {
    background: #ec2d29;
    border-color: #ec2d29;
}


/* 多行溢出 */

.ell {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ell9 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ell2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ell3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.ell5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.ell6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.ell7 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.imgTransition {
    transition: all 0.9s ease 0s;
    overflow: hidden;
    background: #fbfbfb;
}

.imgTransition:hover {
    transform: scale(1.1, 1.1);
}

.float_none {
    float: none;
}

.margin_auto {
    margin: 0 auto;
}

.time {
    background: url("../images/rili.png") no-repeat 95%;
}

.cursor {
    cursor: pointer;
}


/*去掉小手*/

.remove_hand {
    cursor: auto;
}

.overflow_h {
    overflow: hidden;
}

.t_center {
    text-align: center;
}

.t_left {
    text-align: left;
}

.flex {
    display: flex;
    align-items: flex-end;
    line-height: 28px;
}

.noborder {
    border: 0;
}

.border_e7 {
    border: 1px solid #e7e7e7;
}

.marigin_auto {
    margin: 0 auto;
}

.w116 {
    width: 116px;
}


/* 浏览器兼容 */

.upgrade-box1 {
    display: none;
    width: 708px;
    height: 242px;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
    padding: 40px;
    background-color: #FFFFFF;
}

.upgrade-box1 h1 {
    font-size: 26px;
}

.upgrade-box1 .des {
    font-size: 13px;
    color: #fe6505;
    padding: 16px 0px;
    margin-bottom: 10px;
}

.upgrade-box1 ul {
    overflow: hidden;
}

.upgrade-box1 ul li {
    position: relative;
    float: left;
    width: 16%;
    height: 144px;
    text-align: center;
    z-index: 1;
}

.upgrade-box1 ul li .icon {
    width: 75px;
    height: 75px;
    display: inline-block;
}

.upgrade-box1 ul li .icon img {
    width: 100%;
}

.upgrade-box1 ul li a {
    color: #FFFFFF;
}

.upgrade-box1 ul li p {
    font-size: 12px;
    color: #333333;
    line-height: 30px;
}

.upgrade-box1 ul li strong {
    font-size: 13px;
    color: #FFFFFF;
    background-color: #ea5b4b;
    padding: 3px 10px;
    font-weight: normal;
}

.upgrade-box1 ul li:nth-of-type(2) strong {
    background-color: #e77127;
}

.upgrade-box1 ul li:nth-of-type(3) strong {
    background-color: #40aa09;
}

.upgrade-box1 ul li:nth-of-type(4) strong {
    background-color: #5f9fe9;
}

.upgrade-box1 ul li:nth-of-type(5) strong {
    background-color: #f08300;
}

.upgrade-box1 ul li:nth-of-type(6) strong {
    background-color: #1296DB;
}


/*前台展示关键词动画*/

.tc-other-read {
    margin: 0 auto;
}

.tc-other-read .hd {
    float: left;
    width: 100%;
    line-height: 50px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.cf {
    zoom: 1;
}

.tc-other-read .hd h2 {
    float: left;
    font-size: 16px;
}

.tc-other-read .hd a {
    float: left;
    width: 130px;
    height: 32px;
    line-height: 32px;
    margin: 10px 0 0 5px;
    padding: 0 10px;
    text-align: center;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tc-other-read1 {
    margin: 0 auto;
}

.tc-other-read1 .hd {
    float: left;
    width: 100%;
    line-height: 50px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.tc-other-read1 .hd h2 {
    float: left;
    font-size: 16px;
}

.tc-other-read1 .hd a {
    float: left;
    width: 130px;
    height: 32px;
    line-height: 32px;
    margin: 10px 0 0 5px;
    padding: 0 10px;
    text-align: center;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

a {
    color: #333;
    text-decoration: none;
}

.tc-other-read .hd a:hover,
.tc-other-read .hd a.on {
    text-decoration: none;
    color: #db214c;
    background: #fff;
    border: 1px solid #db214c;
}

#member_jurisdiction i.iconfont {
    margin-right: 5px;
}


/*26.0.0优化网站导航功能*/

#gfwx_ewm1 {
    padding: 0 5px;
    border-width: 0px 1px;
    border-color: transparent;
    border-style: solid;
}

#gfwx_ewm2 .icon-daohang:before {
    vertical-align: bottom;
}

#gfwx_ewm2 {
    float: left;
    position: relative;
    padding: 0 5px;
}

.topMain .fr a {
    color: #666;
    position: relative;
    display: block;
    float: left;
    padding: 0 5px;
    border-style: solid;
    border-width: 0px 1px;
    border-color: transparent;
}

.gwwx_navigation {
    width: 1200px;
    display: none;
    position: absolute;
    top: 41px;
    right: -1px;
    background: #fff;
    z-index: 999;
}

.gwwx_navigation>div {
    height: 100%;
    padding: 20px 0;
    display: flex;
    align-items: flex-start;
}

.gwwx_navigation>div>div {
    padding:0 30px;
    border-left: 1px solid #e8e8e8;
}

.gwwx_navigation>div>div:nth-of-type(1) {
    border-left: 0;
}

.gwwx_navigation li {
    font-size: 14px;
    line-height: 14px;
    color: #666;
    margin-top: 15px;
}

.gwwx_navigation h2 a {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #416dc5 !important;
    float: initial !important;
}

.gwwx_ewmhover {
    border-style: solid;
    border-width: 0px 1px 1px;
    border-color: #e5e5e5 !important;
}

.gwwx_navigation li a {
    display: inherit !important;
    float: inherit !important;
}

.gwwx_navigation li a:hover {
    color: #416dc5;
}

.gfwx_ewhover {
    background: #fff;
    border-color: #e5e5e5 !important;
}

.w230 {
    width: 230px;
    left: -90px;
}

.topMain .fr span.line {
    padding: 0 5px !important;
    color: #cacaca;
    font-size: 12px;
    float: left;
}

.layui-input {
    display: block;
    padding-left: 10px;
    height: 38px;
    line-height: 1.3;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    border-color: #D2D2D2 !important;
}

.layui-input:focus,
.layui-textarea:focus {
    border-color: #C9C9C9 !important;
}

.layui-input-inline {
    display: inline-block;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    word-break: keep-all;
    white-space: nowrap;
    margin: 2px;
}

.layui-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #416dc5;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.layui-btn:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff;
}

.class_warp .hd {
    overflow: hidden;
    padding: 0 0 10px;
}

.major_product .hd {
    width: 180px;
    text-align: left;
    border-right: 1px solid #e6e6e6;
}

#product_one_level li {
    min-width: 180px;
    margin-right: 0px;
}

.major_product .hd ul li.on {
    background: #416bc5;
    color: #f3f5fc;
}

.major_product .twoLevelhd ul li {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.class_warp .twoLevelhd ul li {
    margin-top: 10px;
    font-weight: bold;
    font-size: 15px;
}

.class_warp .hd ul li {
    float: left;
    font-size: 14px;
    color: #666;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
}

.major_product .bd {
    width: 80%;
}

.major_product .hd ul li::after {
    content: none !important;
}

.class_warp .twoLevelbd p a {
    display: inline-block;
    cursor: pointer;
    margin: 0 10px;
    margin-top: 0px;
    margin-top: 10px;
}

.major_product .twoLevelbd p a {
    height: 32px;
    line-height: 32px;
    padding: 1px 11px;
}

.major_product a:hover {
    background-color: #e7eeff;
    border: solid 1px #416dc4;
    color: #416dc4;
    padding: 0 10px !important;
    height: 32px;
    line-height: 32px;
}

.flex_common {
    display: flex;
}

.color_red_force {
    background-color: #fbe8e9 !important;
    color: #EB2428 !important;
}

.major_product .product_border {
    background-color: #fbe8e9;
    border: solid 1px #eb2428;
    color: #eb2428;
    padding: 0 10px !important;
    height: 32px;
}

.single_choice_box,
.region_box {
    overflow: hidden;
}

.single_choice_box li,
.region_box li {
    float: left;
    background-color: #e7eeff;
    border: solid 1px #416dc4;
    color: #416dc4;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    margin-top: 15px !important;
}

.single_choice_box li span,
.region_box li span {
    margin-right: 20px;
}

.single_choice_box li i,
.region_box li i {
    cursor: pointer;
}

.product_label {
    text-align: center !important;
    padding-top: 17px !important;
}

.product_content {
    display: flex;
    flex-flow: column;
    height: 100% !important;
}

.t_flex_self {
    align-self: baseline;
}

.relevant_box a {
    color: #416dc5;
}


/*margin*/

.u-m-t-20 {
    margin-top: 20px;
}

.u-m-t-10 {
    margin-top: 10px;
}

.u-m-l-10 {
    margin-left: 10px;
}

.font16 {
    font-size: 16px;
}

.relative {
    position: relative;
}

.user_viedo {
    position: relative;
    margin: 10px 0;
}

.user_viedo .btn_del {
    left: 300px;
}

.user_viedo video {
    display: block;
    background-color: #000;
    width: 300px;
    height: 200px;
}

.btn_del {
    position: absolute;
    line-height: 20px;
    border-radius: 50%;
    background-color: #efebeb50;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.img_btn_del {
    left: 465px;
    position: absolute;
    line-height: 20px;
    border-radius: 50%;
    background-color: #00000050;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.img_position1 {
    vertical-align: -4px;
}


/*请升级vip弹窗*/

.memberUpgrade_box .layui-layer-title {
    font-weight: bold;
}

.just_content_center {
    justify-content: center;
}

.align_self_center {
    align-self: center;
}

.flex_flow_column {
    flex-flow: column;
}

.memberUpgrade_phone {
    margin-right: 5px;
}

.memberUpgrade_title {
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
}

.memberUpgrade_box .just_content_center {
    margin-top: 24px;
    margin-bottom: 6px;
}

.memberUpgrade_box .flex_flow_column {
    margin-right: 10px;
}

.memberUpgrade_box .layui-layer-btn .layui-layer-btn0 {
    border-color: #026ae9;
    background-color: #026ae9;
}

.memberUpgrade_box .layui-layer-btn {
    padding-bottom: 24px;
}

.memberUpgrade_box #member_jurisdiction p {
    margin: 20px -5px 0px;
}

.information_img img {
    max-width: 100%;
}


/*上传多张图片样式*/

li.purchase a {
    padding-top: 5px;
    background-position: 0px -4px;
}

li.remove_frame a {
    padding-top: 5px;
    background-position: 0px -3px;
}


/*上传图片插件的样式*/

.img-box .up-p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #555;
}

.z_photo {
    display: flex;
}

.z_photo .z_file {
    position: relative;
}

.z_file .file {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.z_photo .up-section {
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 2px solid transparent;
}

.up-section .close-upimg {
    position: absolute;
    top: 6px;
    right: 8px;
    display: none;
    z-index: 10;
}

.up-section .up-span {
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    background: rgba(0, 0, 0, .5);
}

.up-section:hover {
    border: 2px solid #f15134;
}

.up-section:hover .close-upimg {
    display: block;
}

.up-section:hover .up-span {
    visibility: visible;
}

.z_photo .up-img {
    display: block;
    width: 100%;
    height: 100%;
}

.loading {
    border: 1px solid #D1D1D1;
    background: url(../img/loading.gif) no-repeat center;
}

.up-opcity {
    opacity: 0;
}

.img-name-p {
    display: none;
}

.upimg-div .up-section {
    width: 75px;
    height: 75px;
}

.img-box .upimg-div .z_file {
    width: 75px;
    height: 75px;
    border: 2px solid transparent;
    margin-right: 20px;
}

.z_file .add-img {
    display: block;
    width: 75px;
    height: 75px;
}


/*遮罩层样式*/

.mask {
    z-index: 1000;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.mask .mask-content {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -80px;
    background: white;
    height: 160px;
    text-align: center;
}

.mask .mask-content .del-p {
    color: #555;
    height: 94px;
    line-height: 94px;
    font-size: 18px;
    border-bottom: 1px solid #D1D1D1;
}

.mask-content .check-p {
    height: 66px;
    line-height: 66px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.mask-content .check-p span {
    width: 49%;
    display: inline-block;
    text-align: center;
    color: #d4361d;
    font-size: 18px;
}

.check-p .del-com {
    border-right: 1px solid #D1D1D1;
}

.border_box {
    box-sizing: border-box;
}

.flex_shrink0 {
    flex-shrink: 0;
}

.flex_shrink1 {
    flex-shrink: 0;
}

.t_show_block {
    display: block;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.t_new_time {
    background: rgba(0, 0, 0, 0.5);
    padding: 3px 10px;
    border-radius: 13px;
    position: absolute;
    right: 16px;
    color: #fff;
    bottom: 13px;
    z-index: 5;
    line-height: 15px;
}


/*  */

.xj_comtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-top: 64px;
    padding-bottom: 24px;
}

.xj_comtitle_content {
    display: flex;
    align-items: center;
}

.xj_comtitle_line {
    width: 10px;
    height: 82px;
    border-radius: 5px;
    background-color: #2D68E1;
    margin-right: 16px;
}

.xj_comtitle_name_ch {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    line-height: 48px;
}

.xj_comtitle_name_en {
    font-size: 40px;
    line-height: 48px;
    color: rgba(45, 104, 225, 0.30);
    font-weight: 600;
}

.xj_comtitle_more {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.80);
}

.xj_comtitle_more:hover {
    color: #2D68E1;
}

.xj_comContent {
    display: flex;
    width: 100%;
    height: 375px;
    border-radius: 21px;
    background: linear-gradient(90deg, rgba(45, 104, 225, 0.10) 0%, rgba(45, 104, 225, 0.00) 64.58%);
    justify-content:space-between;
}

.xj_comContent_txt {
    width: 620px;
    box-sizing: border-box;
    padding: 32px;
    position: relative;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.80);
    word-break: break-all;
    line-height: 24px;
    text-align: justify;
}

.xj_comContent_txt_msg {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xj_comContent_txt_btn {
    cursor: pointer;
    color: #fff;
    width: 160px;
    height: 40px;
    background-color: #2D68E1;
    font-size: 14px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 32px;
    bottom: 32px;
}

.xj_comContent_txt_btn:hover {
    box-shadow: 0px 4px 12px 0px rgba(29, 33, 41, 0.12), 0px 0px 1px 0px #E5E6EB;
}

.xj_comContent_msg {
    position: relative;
    width: 580px;
    box-sizing: border-box;
    padding: 40px;
    border-radius: 21px;
    border: 2px solid #fff;
    background: linear-gradient(180deg, #C3D6FF 0%, #EBF1FF 100%);
    box-shadow: 0px 4px 12px 0px rgba(29, 33, 41, 0.12), 0px 0px 1px 0px #E5E6EB;
}

.xj_comContent_msg_name {
    position: relative;
    font-size: 24px;
    color: #000;
    line-height: 32px;
    font-weight: 600;
    width: 500px;
    height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xj_comContent_msg_item {
    margin-top: 18px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.80);
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    border-bottom: 1px dotted #A9C5FF;
}

.xj_comContent_msg_item_dot {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xj_proContent {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    flex-wrap:wrap;
}

.xj_proContent_item {
    cursor: pointer;
    overflow: hidden;
    width: 276px;
    height: 338px;
    border-radius: 21px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(2.5px);
    margin-bottom:20px;
    margin-right:20px;
}

.xj_proContent_item a img{
    border-radius: 21px;
    border-radius: 21px;
}

.xj_proContent_item:hover {
    background-color: #fff;
    border: 2px solid #2D68E1;
}

.xj_proContent_item_name {
    width: 100%;
    box-sizing: border-box;
    padding: 24px 24px 16px 24px;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xj_proContent_item_key {
    box-sizing: border-box;
    padding: 0 24px 24px 24px;
    display: flex;
    align-items: center;
}

.xj_proContent_item_key :nth-child(3) {
    margin-right: 0px !important;
}

.xj_proContent :nth-child(4n){
    margin-right:0px !important;
}

.xj_key_item {
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #2D68E1;
    font-weight: 500;
    width: 70px;
    height: 32px;
    margin-right: 8px;
    border-radius: 8px;
    background: rgba(45, 104, 225, 0.10);
}

.xj_proContentT {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.xj_proContentT_item {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 584px;
    height: 282px;
    border-radius: 21px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(2.5px);
    box-sizing: border-box;
    padding: 32px;
    margin-bottom:20px;
}

.xj_proContentT_item:hover {
    background-color: #fff;
    border: 2px solid #2D68E1;
}

.xj_proContentT_item_msg {
    width: 278px;
    height: 218px;
}

.xj_proContentT_item_msg_name {
    font-size: 20px;
    height: 52px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.80);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xj_proContentT_item_msg_person {
    margin-top: 28px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.60);
    line-height: 24px;
}

.xj_proContentT_item_msg_phone {
    margin-top: 8px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.60);
    line-height: 24px;
}

.xj_color08 {
    color: rgba(0, 0, 0, 0.80);
}

.xj_proContentT_item_msg_type {
    font-size: 16px;
    margin-top: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.80);
}

.xj_proContentT_item_key {
    margin-top: 8px;
    display: flex;
    align-items: center;
}

.xj_Tkey_item {
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #2D68E1;
    font-weight: 500;
    width: 87px;
    height: 32px;
    margin-right: 8px;
    border-radius: 8px;
    background: rgba(45, 104, 225, 0.10);
}

.xj_proContentT_item_key :nth-child(3) {
    margin-right: 0px !important;
}

.xj_bigTable {
    overflow: hidden;
    width: 100%;
    border-radius: 21px;
}

.xj_bigTable table {
    width: 100%;
}

.xj_bigTable table tr:hover {
    background-color: rgba(255, 255, 255, 0.80);
}

.xj_bigTable table tr:hover {
    background-color: #fff;
}

.xj_bigTable table tr th {
    width: 25%;
    height: 40px;
    background: rgba(45, 104, 225, 0.10);
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.80);
}

.xj_bigTable table tr td {
    text-align: center;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 25%;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.80);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xj_borderBottom {
    border-bottom: 1px solid #fff;
}

.xj_borderBottom td {
    background-color:rgb(247,250,255)
}

.xj_newsContentS {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xj_newsContent_imgS {
    width: 584px;
    height: 420px;
    overflow: hidden;
    border-radius: 21px;
}

.xj_newsContent_imgM {
    width: 584px;
    height: 420px;
    overflow: hidden;
    border-radius: 21px;
    border: 2px solid #fff;
}

.xj_newsContent_msgS {
    cursor: pointer;
    width: 584px;
    height: 420px;
    border-radius: 21px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(2.5px);
    box-sizing: border-box;
    padding: 24px;
}

.xj_newsContent_msgS:hover {
    border: 2px solid #2D68E1;
    background: rgba(255, 255, 255, 1);
}

.xj_newsContent_msg_dS {
    margin-left: -6px;
    font-size: 56px;
    color: #2D68E1;
    line-height: 64px;
    font-weight: 600;
}

.xj_newsContent_msg_mS {
    font-size: 16px;
    color: #2D68E1;
    line-height: 24px;
}

.xj_newsContent_msg_nameS {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.80);
    margin-top: 34px;
    line-height: 28px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xj_newsContent_msg_txtS {
    margin-top: 16px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.60);
    text-align: justify;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.xj_newsContent_msg_rightS {
    margin-top: 34px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xj_newsContentS_box {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    align-items: center;
    width: 563px;
    height: 420px;
    box-sizing: border-box;
    border-left: 2px solid #fff;
    padding-left: 34px;
}

.xj_newsContentS_box_item {
    position: relative;
    cursor: pointer;
    width: 530px;
    height: 126px;
    border-radius: 21px;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 4px 12px 0px rgba(29, 33, 41, 0.12), 0px 0px 1px 0px #E5E6EB;
    box-sizing: border-box;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:25px;
}

.xj_newsContentS_box :nth-child(3n) .xj_newsContentS_box_item{
    margin-bottom:0px !important;
}

.xj_news_on {
    border: 2px solid #2D68E1;
    background: rgba(255, 255, 255, 1);
}

.xj_news_on .xj_newsContentS_item_line {
    background-color: #2D68E1;
}

.xj_newsContentS_box_item_txt {
    width: 374px;
}

.xj_newsContentS_txt_name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.80);
    line-height: 28px;
    font-weight: 500;
}

.xj_newsContentS_txt_msg {
    margin-top: 6px;
    text-align: justify;
    word-break: break-all;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xj_newsContentS_item_d {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.80);
}

.xj_newsContentS_item_y {
    margin-top: 6px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.60);
}

.xj_newsContentS_item_line {
    margin-top: 20px;
    width: 20px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
}

.xj_newsContentS_box_item_dot {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -45px;
}


/*版本记录新样式*/
.t_jjxx button{
    display: inline-block;
    padding:0 8px;
    height:20px;
    line-height:20px;
    background-color: #157ef4;
    border: 0px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    outline: none;
    position: relative;
}
.t_jjxx button::before{
    content:'';
    position: absolute;
    left:43px;
    top:0px;
    display: inline-block;
    width:18px;height:25px;
    background: url('/Content/Home/img/arrow.jpg');
    background-size: cover;
    opacity: 0;
    z-index: 50;
}
.t_jjxx button.show::before{
    opacity: 1;    transition: all 1s;
}
.version-poup{
    position: absolute;
    top: 0px;
    left: 50%;
    width:400px;
    height:400px;
    overflow-y: auto;
    background:#f6f9ff;
    border-radius: 5px;
    z-index: 10;
    box-shadow:250,250,250 ;
    opacity: 0;
    transition: all 1s;
    box-shadow:
            0 0 2px rgba(165, 165, 165, 0.1), /* 上方投影 */
            0 0 2px rgba(165, 165, 165, 0.1) inset, /* 下方投影 */
            2px 0 2px rgba(165, 165, 165, 0.1), /* 左侧投影 */
            -2px 0 2px rgba(165, 165, 165, 0.1); /* 右侧投影 */
}
.l-versin-list{
    width:397px;
    height:330px;
    overflow-y: auto;
}
.l-versin-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
/* 滚动条的滑块 */
.l-versin-list::-webkit-scrollbar-thumb {
    background-color: #8090a3;
    border-radius: 3px;
}
.version-poup-line{
    width:100%;
    box-sizing: border-box;
    position: relative;
}
.version-poup-line::before{
    content: '';
    display: inline-block;
    position: absolute;
    top:50px;
    left:20px;
    width:1px;
    height:calc(100% - 68px);
    background:#b9c8dd;
}
.version-detail-title{
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight:bold;
    padding:10px 6px 4px 12px;
    display:inline-flex;
    justify-content: space-between;
    align-content: space-between;
    background:linear-gradient(180deg, #ccddf7, #f6f9ff );
}
.version-detail-title .icon-guanbi{
    cursor: pointer;
}
.version-detail-item{

    position: relative;

    padding:0px 20px 13px 30px;
}
.version-detail-item::before{
    content: "";
    position: absolute;
    display: inline-block;
    width:8px;
    height:8px;
    border-radius: 8px;
    background:#b9c8dd;
    left:16px;
    top:9px
}
.version-detail-item p{
    color:#010000; line-height: 1.5;
}
.version-detail-article{
    line-height: 2;
    color:#616469
}
.u-version-theme-color{
    color:#167ff5
}
.u-font-bold{
    font-weight:bold
}
.u-font-14{
    font-size: 14px!important;
}