.pic-bottom {
    background: white;
    height: 356px;
    margin-top:10px;
}
.show-bottom{
    background:white;
    overflow: hidden;
    height: 490px;
}
.pic-content {
    position: relative;
    z-index: 99;
}
.theme-default {
    position: relative;
    height: auto;
}
.nivoSlider {
    margin-bottom: 0px !important;
    overflow: hidden;
}
.nivoSlider img{
    height: auto;
}
.theme-default .nivo-controlNav {
    position: absolute;
    padding: 0;
    bottom: 10px;
    z-index: 999;
    width: 100%;
}
.transition-style {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}
.suggest {
    background: #F3F4F7;
    top: 53%;
    right: 1%;
    position: fixed;
    z-index: 101;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
    border-radius: 4px 0px 0px 4px;
    overflow: hidden;
    transform: translateY(20px);
}
.suggest a {
    white-space:normal;
    padding: 20px 18px;
    display: block;
    font-size: 16px;
    color: #812358;
    width: 60px;
    text-align: center;
}
.suggest a:hover {
    background-color: #812358;
    color: #fff;
}
.suggest img {
    width: 24px;
    display: block;
    margin: 0 auto;
}
.contact {
    background: url(/xds/resources/images/phomeHui.png)no-repeat;
    background-position: 5px 5px;
}
.contact_div {
    position: fixed;
    right: 3%;
    top: 49%;
    font-size: 12px;
    background: url(/xds/resources/images/contact_div.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 2px;
    width: 260px;
    height: 150px;
    display: none;
    z-index: 999;
}
.contact_div p {
    margin-left: 20px;
    margin-top: 5px;
}
.contact_div p span img {
    vertical-align: -13px;
    margin:10px;
}
.relation {
    width: 34px;
    height: 34px;
}
.codes {
    background: url(/xds/resources/images/emailHui.png)no-repeat;
    background-position: 5px 5px;
}
.contact:hover{
    background: url(/xds/resources/images/phoneGreen.png)no-repeat;
    background-position:5px 5px;
}
.codes:hover{
    background: url(/xds/resources/images/emailGreen.png)no-repeat;
    background-position:5px 5px;
}

.suggest input{
    border:none;
    width:94%;
    outline: none;
    box-shadow: none;
    font-size:12px;
    height:20px;
}
.code_div {
    position: fixed;
    z-index: 101;
    right: 3.5%;
    top: 55%;
    display: none;
}
.slick-slide {
    text-align: center;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.slick-slide .slideitem{display:block;background:#FFF;width:260px;height:180px;position:relative;border-radius:10px;margin-top:80px;padding-top:40px;cursor:pointer;}
.slick-slide .slideitem2 {display:block;text-align:left;background:url("/xds/resources/images/newimg/live-bc.png") no-repeat;background-size: contain;width:280px;height:148px;line-height:25px;position:relative;border-radius:10px;padding:16px;cursor:pointer;background-size: 100% 100%;}
.slick-slide .slideitem2:hover{box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.04);}
.slick-slide .slideitem h4,.slick-slide .slideitem p{height:25px;line-height:25px;}
.slick-slide .slideitem img{position:absolute;left:50%;top:-60px;margin-left:-45px;width:94px;height:94px;border-radius:50%;}
.slider img{
    height: 760px;
}
.slick-next{
    background:url("/xds/resources/images/next.png") no-repeat;
    background-size:100% 100%;
    height: 44px;
}
.slick-prev{
    background:url("/xds/resources/images/prev.png") no-repeat;
    background-size:100% 100%;
    height: 44px;
}
.slideitem3{
    cursor: pointer;
    width: 100%;
    height: 362px;
}
.video-pic{
    float: left;
    width: 580px;
    margin: -24px 0 0 -24px;
}
.video-pic img{
    width:100%;
    height:100%;
    border-radius: 4px;
}
.video-text{
    float: left;
    width: 278px;
    text-align: left;
    padding: 32px;
    line-height: 28px;
    color: #262626;
    font-size: 16px;
}
.video-text a{
    color:#595959;
}
.video-text i{
    display: inline-block;
    font-style: normal;
    width: 20px;
    height: 20px;
    font-size: 13px;
    background: #812358;
    text-align: center;
    line-height: 20px;
    border-radius: 3px;
    color: #fff;
    margin-right: 4px;
}
.border-style {
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.box-shadow {
    box-shadow: 2px -1px 5px 0 #666;
    --webkit-box-shadow: 2px -1px 5px 0 #666;
    --moz-box-shadow: 2px -1px 5px 0 #666;
    -o-box-shadow: 2px -1px 5px 0 #666
}

.vertical-center {
    display: flex;
    justify-content: center;
    align-items: Center
}

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

.add-ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: 'Microsoft Yahei', "Lucida Grande", "Tahoma", "Arial", "Helvetica", "sans-serif";
    font-size: 14px;
    vertical-align: baseline
}

ul li {
    list-style: none
}

body {
    font-size: 16px;
    overflow: auto;
    color: #000;
    min-width: 1270px;
}

.marg-t {
    margin-top: -50px
}

.pad10 {
    padding: 10px
}

.pad20 {
    padding: 20px
}

.marg {
    margin: 20px auto
}

.mart {
    margin-top: 20px
}

.marb {
    margin-bottom: 20px
}

.badg {
    background: #fff
}

.text-c {
    text-align: center
}

.nav-list, .nav-container, .ul-list, .banner-content, .pic-content,.userCon,.bang-content{
    width: 1200px;
    margin-right: auto;
    margin-left: auto
}

.bang-bottom{
    background-color: #F9F9F9;
    overflow: hidden;
}

.w1000 {
    width: 1000px
}

.login-content {
    background: transparent;
    border-radius: 5px
}

.modal-dialog-center {
    width: 600px;
    margin-top: 10%
}

.login-win {
    position: relative;
    width: 100%;
    height: 290px
}

.login-win .login-form-body {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.front-signin .password .text-input {
    width: 100%;
    border-color: #fff;
    height: 100%
}

.front-signin {
    background: #fff;
    box-shadow: none
}

.t1-form {
    font-size: 16px;
    margin-bottom: 0
}

.login-win .login-form-section {
    padding: 40px 20px 20px 20px
}

.front-signin .signin {
    margin: 12px 12px 12px;
    border-bottom: 2px solid #e1e8ed;
    padding-bottom: 20px
}

.front-signin .username {
    position: relative;
    color: #292f33;
    top: auto;
    left: auto;
    width: auto;
    height: 36px
}

.signin .field {
    margin-bottom: 25px
}

.btn-password {
    background-color: #f6f1ef;
    width: 100%;
    height: 36px;
    border: 1px solid #cdc1b7;
    border-radius: 3px;
    position: relative
}

.btn-login {
    float: left;
    height: 32px;
    width: 70px;
    background-color: #b5906b;
    margin-top: 1px;
    color: white;
    font-family: initial;
    font-weight: bold;
    position: absolute;
    right: 1px;
    top: 0
}

.front-signin .text-input {
    transition: background .2s linear;
    display: inline-block;
    height: 36px;
    padding-left: 8px;
    margin: 0;
    outline: 0;
    background-color: #f6f1ef;
    border-radius: 3px;
    border: none
}

.front-signin .text-input:focus {
    box-shadow: 0 0 5px #51cbee
}

.front-signin .username .text-input {
    width: 100%;
    border-color: #fff;
    height: 100%;
    width: 317px;
    margin-top: 6px;
    margin-left: 10px;
    height: 22px
}

.front-signin .remember-forgot {
    margin-top: 25px;
    color: #9e9fa2
}

label.error {
    color: red;
    font-size: 10px
}

label.wrong {
    color: red;
    font-size: 10px;
    display: none
}

.nav-bg-menu {
    background: url(/xds/resources/images/second-header-bg.png) repeat
}

.banner-bg {
    display: inline-block;
    height: 100%;
    width: 100%
}

.banner-bg img {
    max-width: 100%;
    width: 100%;
    height: 230px;
    display: block
}

.pic-slider {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 230px;
    margin-bottom: 20px
}
body .pic-slider {
    height: auto;
}

.mainmenu-wrapper {
    width: 100%;
    z-index: 10;
    top: 0;
    position: fixed;
    z-index: 1000;
    /* background: #812358; */
    /* background-color: rgb(144, 0, 10,0.8); */
    /* background: url(/xds/resources/images/di.png) no-repeat; */
}

.nav-list {
    /* -webkit-opacity: .8;
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80) */
    width:1200px;
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(15px) brightness(110%);
    border-radius: 0px 0px 40px 40px;
    position: relative;
    z-index: 9;
}
.nav-list::before{
    content:'';
    background: #000000;
    filter: blur(30px);
    opacity: 1;
    /* background-size:cover; */
}
.logowrap, .nav-menu-wrap {
    height: 80px;
}

.logowrap {
    width: 50%;
    padding-left: calc(50% - 600px);
    line-height: 80px;
    font-size: 24px;
    color: #812358;
}

.logowrap .logo {
    background: url("/xds/resources/images/logo.png") no-repeat;
    background-size: contain;
    width: 280px;
    display: inline-block;
    margin-top: 15px;
}
.logowrap .logo2 {
    background: url("/xds/resources/images/logo2.jpg") no-repeat;
    background-size: contain;
    width: 50px;
    display: inline-block;
    margin-top: 15px;
}

.nav-menu-wrap {
    width: 50%;
    padding-right: calc(50% - 600px);
    background-color: #812358;
    position: relative;
}
.nav-menu-wrap::before {
    content: '';
    border-width: 80px 0px 0px 80px;
    border-style: solid none none solid;
    border-color: #812358 transparent transparent;
    position: absolute;
    left: -80px;
    top: 0;
}

.nav-menu-wrap > ul {
    width: 100%;
    height: 100%;
    padding: 0 10px 0 10px
}

.first-li {
    float: left;
    width: 15%;
    font-weight: bold
}

.first-li a {
    color: #fff;
    font-size: 20px;
    line-height: 80px;
    text-align: center;
    padding: 0 !important;
    letter-spacing: 3px
}

.first-li a:hover, .first-li a:focus {
    background: transparent !important
}

.search-wrap {
    width: 340px;
    height: 40px;
    margin-top: 20px;
    background: #FFFFFF;
    opacity: 0.65;
    border-radius: 20px;
}

.search-wrap .search-content {
    padding-left: 30px;
    position: relative
}

.search-wrap .search-content #J_searchStatus {
    border: 0 none;
    cursor: pointer;
    width: 30px;
    height: 40px;
    display: block;
    overflow: hidden;
    position: absolute;
    font-size: 0;
    right: 18px;
    top: 0;
    text-indent: 150%;
    outline: 0;
    background: url("/xds/resources/images/s-zoom-bg.png") no-repeat 10px 50%
}

.search-wrap .search-input {
    width: 180px;
    height: 40px
}

.search-wrap .search-input input {
    border: 0 none;
    background-color: transparent;
    outline: 0;
    color: #000;
    font-family: "Hiragino Sans GB", "Microsoft Yahei", SimHei, SimSun;
    width: 100%;
    height: 100%;
    line-height: 40px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-top-right-radius: 15px;
    -moz-border-bottom-right-radius: 15px;
    -o-border-top-right-radius: 15px;
    -o-border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.s-btn {
    float: right !important;
    min-width:160px;
    /* width: 44.67% */
}

.login-btn-item {
    position: relative;
    display: block;
    width: 64px;
    height: 32px;
    cursor: pointer;
    margin-top: 24px;
    color: #812358;
    border-radius: 8px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    float: left;
    background: #F2E1E0;
    margin-right: 20px;
}

.ul-list {
    width: 1200px;
    height: 48px;
    margin: 0 auto;
}
.ul-list li {
    text-align: center;
    float: left;
    width: 150px;
    height:48px;
    z-index: 4;
}

.ul-list li a {
    display: block;
    height: 100%;
    line-height: 48px;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -ms-transition-duration: 0s
}

.ul-list li a .fa {
    color: #812358
}
.ul-list li {
    position: relative
}

.ul-list li i {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    background: url(/xds/resources/images/icon-list.png) no-repeat 0 0;
    background-size:auto 25px;
    margin-top: 12px;
}

.ul-list li .i5{
    background: url(/xds/resources/images/xinwenzixun.png) no-repeat 0 0;
    margin-left: 23px
}

.fa.gongg{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/xds/resources/images/icon-list.png) no-repeat 0 0;
    background-size:auto 20px;
    background-position: -21px 0;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -1px;
}
.fa.jianz{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/xds/resources/images/icon-list.png) no-repeat 0 0;
    background-size:auto 20px;
    background-position: -62px 0;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -1px;
}
.fa.zhengc{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/xds/resources/images/icon-list.png) no-repeat 0 0;
    background-size:auto 20px;
    background-position: -41px 0;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -1px;
}
.fa.zixun{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/xds/resources/images/xinwenzixun.png) no-repeat 0 0;
    background-size:auto 20px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -1px;
}
.fa.xinsheng{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/xds/resources/images/icon-list.png) no-repeat 0 0;
    background-size:auto 20px;
    background-position: -41px 0;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -1px;
}

.ul-list li.active i, .ul-list li:hover i {
    background: url(/xds/resources/images/hover-icon.png) no-repeat 0 0;
    background-size:auto 25px ;
}

.ul-list li:hover, .ul-list li.active {
    background: linear-gradient(360deg, #812358 0%, #A3448C 100%);
}

.ul-list li:hover a, .ul-list li.active a {
    color: #fff
}

.ul-list li .i1, .ul-list li.active .i1, .ul-list li:hover .i1 {
    background-position: 0 0;
    margin-left: 25px
}

.ul-list li .i2, .ul-list li.active .i2, .ul-list li:hover .i2 {
    background-position: -27px 0;
    margin-left: 18px
}

.ul-list li .i3, .ul-list li.active .i3, .ul-list li:hover .i3 {
    background-position: -52px 0;
    margin-left: 20px
}

.ul-list li .i4, .ul-list li.active .i4, .ul-list li:hover .i4 {
    background-position: -78px 0;
    margin-left: 20px
}

.ul-list li .i6, .ul-list li.active .i6, .ul-list li:hover .i6 {
    background-position: -103px 0;
    margin-left: 20px
}
.ul-list li.active .i5, .ul-list li:hover .i5 {
    background: url(/xds/resources/images/xinwenzixun1.png) no-repeat 0 0;
    margin-left: 23px
}
.ul-list li .i8{
    background: url(/xds/resources/images/byfc.png) no-repeat 0 0;
    margin-left: 23px
}
.ul-list li.active .i8, .ul-list li:hover .i8 {
    background: url(/xds/resources/images/byfc1.png) no-repeat 0 0;
    margin-left: 23px
}
.ul-list li .i0{
    background: url(/xds/resources/images/byll.png) no-repeat 0 0;
    margin-left: 23px
}
.ul-list li.active .i0, .ul-list li:hover .i0 {
    background: url(/xds/resources/images/byll1.png) no-repeat 0 0;
    margin-left: 23px
}
.sidebar-r {
    width: 165px;
    float: left;
    border-right: 1px solid #f3f3f3;
    min-height: 700px
}

.sidebar-r ul li {
    text-align: center
}

.sidebar-r ul li a {
    color: #000;
    font-size: 16px
}

.sidebar-r ul li a:hover {
    color: #812358
}

.sidebar-r ul .active a {
    color: #812358
}

.bulletin_menu {
    width: 116px;
    cursor: pointer;
    margin-left: 15px;
    z-index: 999
}

.fa-icon {
    color: #812358
}

.other-organize {
    position: relative
}

.input-text, .search-btn {
    outline: none;
    border-radius: 15px;
    border: 0;
    padding: 7px 10px
}

.input-text {
    min-width: 350px;
    margin-right: 20px
}

.search-btn {
    padding: 6px 14px;
    background: #812358;
    color: #fff
}

.sort-field a, .search-field a {
    display: block;
    margin-left: 5px;
    color: #812358;
    padding: 5px 0
}

.other-organize-list {
    margin-left: 120px
}

.other-organize-list .other-organize-ul-li {
    padding: 20px;
    border-bottom: 1px solid #f3f3f3
}

.other-organize-list .other-organize-ul-li:first-child {
    padding-top: 0
}

.other-organize-list .other-organize-ul-li .other-organize-ul-title {
    margin-bottom: 10px
}

.other-organize-list .other-organize-ul-li .other-organize-ul-title a {
    font-size: 16px;
    font-weight: 900;
    color: #812358
}

.other-organize-list .other-organize-ul-li p {
    margin: 10px 0
}

.other-organize-list .other-organize-ul-li span {
    color: #666
}

#header {
    background: #a2000d;
    height: 90px;
    margin-bottom: 20px;
    min-width: 970px
}

.header-cont, .friend-con, #main {
    width: 1200px;
    margin: 0 auto
}

.header-cont .logo {
    display: block;
    float: left;
    padding: 20px 0
}

.leve-nav {
    height: 78px;
    line-height: 78px;
    margin: 0 0 0 15px;
    float: left;
    overflow: hidden
}

.leve-nav li {
    float: left;
    display: inline;
    margin: 0 3px
}

.leve-nav li a {
    padding: 0 5px;
    font-size: 16px;
    color: #fffdff;
    display: block;
    border-top: solid 2px #a2000d;
    text-decoration: none;
    outline: none
}

.leve-nav li a.hover, .leve-nav li a:hover {
    border-top: 2px solid #fffdff
}

.user-message {
    position: relative;
    float: right;
    margin-top: 20px;
    width: 120px;
    height: 40px;
    line-height: 42px;
    color: #fffdff;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    z-index: 10
}

.user-message:hover {
    background: #8A0000;
    overflow: visible
}

.user-message .um-dropdown {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #8A0000
}

.user-message .um-dropdown li a {
    font-size: 15px;
    color: #fff;
    display: block;
    text-decoration: none;
    width: 110px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.user-message .um-dropdown li a > i {
    width: 17px;
    height: 20px;
    margin: 0 8px 0 15px
}

.user-message .um-dropdown li + li:hover {
    background-color: #a2000d
}

.body {
    background: #f4f4f4
}
.ul-pic-list {
    float: left;
    width: 386px;
    margin-right: 20px;
    height: 356px;
    overflow: hidden;
}
.ul-pic-list:last-child{
    margin-right: 0;
}

.ul-pic-first a, .ul-pic-second a {
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff
}
.main-content {
    position: relative;
    width: 100%;
    min-width: 1200px;
    min-height: 600px;
    padding-top: 16px;
}
.sx-left{
    width: 388px;
    position: relative;
    float: left;
}
.sx-left .sx-bc{
    width:100%;
    height:40px;
    background:#812358;
}
.sx-bc-bottom{
    overflow: hidden;
}
.sx-small-bc{
    width:48px;
    height:48px;
    background:#812358;
    float: left;
}
.sx-tab{
    width: 320px;
    height: 250px;
    background: #F9F9F9;
    float: left;
    padding: 32px;
}
.sx-tab ul li{
    margin-bottom:32px;
    cursor: pointer;
}
.sx-tab ul li span,.tab-style li span{
    font-size:24px;
    font-weight: bold;
    color:#262626;
    vertical-align: 4px;
}
.sx-tab ul li.active span{
    color:#812358;
}
.sx-right{
    width:784px;
    float: left;
    margin-left: 28px;
    margin: 40px 0 0 28px;
}
.sx-right ul{
    display: none;
}
.sx-right ul li{
    border-top:1px dashed #DEDEDE;
    padding: 10px 0;
}
.sx-right ul li a{
    color:#262626;
    font-size:14px;
}
.sx-right ul li a:hover{
    color:#812358;
}
.sx-right ul li a:hover .timeblock{
    color:#812358;
}
.sx-right ul li:first-child{
    border-top:0;
}
.sx-right ul li a>p{
    margin-bottom:8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new-icon{
    width:24px;
}
.icon-href{
    width:12px;
    vertical-align: 6px;
    margin-left:10px;
}
.text-icon1{
    position: absolute;
    width: 328px;
    top: 230px;
    left: 45px;
}
.text-icon2{
    width: 644px;
    position: absolute;
    top: -77px;
    right: 0;
}
.text-icon3{
    width: 328px;
    float: left;
}
.text-icon4{
    width:342px;
    float: left;
    position: absolute;
    right: 14px;
}
.text-icon5{
    width:328px;
    float: left;
}
/* .bang ul li{
    height:227px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}
.bang ul li{
    width: 20%;
}
.bangfe1 div{
    display: block;
    width: 244px;
    height: 200px;
    line-height: 0;
    margin:10px 0px 15px 0px;
    background-color: #f3f3f3;
    font-size: 14px;
} */

.bot_help{
    overflow: hidden;
    margin: 24px 0 16px 0;
}
.bot_help h5{
    display: inline-block;
    width:152px;
    height:42px;
    text-align: center;
    line-height: 42px;
    border-bottom: 1px solid #812358;
    font-size:16px;
    cursor: pointer;
    position: relative;
    text-indent: 28px;
}
.bot_help h5.active{
    background: #812358;
    color: #fff;
}
.bot_help h5::before{
    content: "";
    display: block;
    width: 25px;
    height: 21px;
    background-size: 100% 100%;
    position: absolute;
    left:22px;
    top:50%;
    margin-top: -11px;
}
.bot_help .imgicn0::before{
    background: url(/xds/resources/images/hdxx.png) no-repeat;
    left:25px;
    background-size:20px auto;
}
.bot_help .imgicn1::before{
    background: url(/xds/resources/images/byfc.png) no-repeat;
    left:25px;
}
.bot_help .imgicn3::before{
    background: url(/xds/resources/images/byll.png) no-repeat;
    left:25px;
}
.bot_help .imgicn2::before{
    background: url(/xds/resources/images/xdxs.png) no-repeat;
}
.bot_help .imgicn1.active::before{
    background: url(/xds/resources/images/byfc1.png) no-repeat;
}
.bot_help .imgicn2.active::before{
    background: url(/xds/resources/images/xdxs1.png) no-repeat;
}
.bot_help .imgicn3.active::before{
    background: url(/xds/resources/images/byll1.png) no-repeat;
}
.cont_txt{
    display: none;
}

.btn_lunbo {
    height: 270px;
    position: relative;
    margin: 0 40px;
    display: block;
    width:1200px;
    z-index: 1;
}

.btn_lunbo .bang{
    width: 100%;
    height:260px;
    position: relative;
    overflow: hidden;
}
.btn_lunbo .bang ul{
    height:260px;
    position: absolute;
    top: 0;
}
.btn_lunbo .bang ul>li{
    height:260px;
    float: left;
}

.btn_lunbo .bang ul>li a{
    position: relative;
    color:#333;
    display: block;
    width: 244px;
    height: 200px;
    float: left;
    background-color: #fff;
    margin-top: 45px;
    padding-top: 80px;
    border-radius: 10px;
    margin-right: 48px;
}
.btn_lunbo .bang ul>li a:last-child{
    margin-right: 0;
}
.btn_lunbo .bang ul>li a.hui{
    background-color: #E5E5E6;
}

.btn_lunbo .bang ul>li a img {
    position: absolute;
    top:-40px;
    left:50%;
    margin-left: -56px;
    display: block;
    width: 112px;
    height: 112px;
    overflow: hidden;
    border-radius:50%;
}

.btn_lunbo .bang ul>li a h5{
    line-height: 80px;
    text-align: center;
    color:#666;
}

.btn_lunbo .bang ul>li a h4{
    text-align:center;
    height:32px;
    line-height: 32px;
    margin:0;
}
.btn_lunbo .bang ul>li a p{
    text-align:center;
    height:25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 10px;
}
.btn_lunbo .bang ul>li a i{
    margin:0 6px;
    font-style: normal;
}

.btn_lunbo .btn{
    width: 30px;
    height: 100px;
    position: absolute;
    top: 50%;
    display: block;
    font-size: 20px;
    padding: 0;
    color: #000;
    background: transparent;
    margin-top: -50px;
}
.btn_lunbo .btn1{
    left: -35px;
}
.btn_lunbo .btn2 {
    right: -35px;
}

.xdxs_main,.xdxs_main ul{
    height: 200px;
}
.xdxs_main ul li{
    width: 277px;
    height: 100%;
    float: left;
    margin-right: 30px;
}
.xdxs_main ul li:last-child{
    margin-right: 0;
}
.xdxs_main ul li a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.xdxs_main ul li a img{
    width: 100%;
    height: 100%;
}
.da-thumbs li a div {
    position: absolute;
    background: #812358;
    background: rgba(144,0,10,0.7);
    width: 100%;
    height: 100%;
    padding: 29% 20px;
}
.da-thumbs li a div {
    top: 0px;
    left: -100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.da-thumbs li a div h4{
    font-size: 18px;
    color: #fff;
}
.da-thumbs li a div span{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 39px;
    line-height: 39px;
    text-align: center;
    display: block;
    width: 100%;
    color: #fff;
    font-size:16px;
    background: #fff;
    background: rgba(255,255,255,0.3);
}

.ul-pic-list {
    background: #fff
}

/* .ul-pic-list ul{
    height:280px;
} */

.ul-pic-list .recommend-jobs {
    display: block;
    width: 91px;
    height: 36px;
    background: url("/xds/resources/images/icon.png") no-repeat;
    color: #fff;
    font-size: 16px;
    line-height: 36px
}

.ul-pic-list .ul-aside {
    font-size: 16px;
    padding: 20px
}

.ul-pic-list .ul-aside li {
    line-height: 30px
}

.ul-pic-list .ul-aside li a {
    color: #000
}

.ul-pic-list .ul-aside li a:hover {
    color: #812358
}

.ul-pic-list .ul-aside li span {
    font-size: 16px
}

.sl-item {
    position: relative
}

.sl-item .sl-item-title, .sl-item .sl-item-content {
    line-height: 40px
}

.sl-item .sl-item-title {
    font-weight: 900;
    color: #812358;
    width: 150px;
    padding-left: 10px;
    position: absolute
}

.sl-item .sl-item-content {
    padding-left: 150px
}

.sl-item .sl-item-content a {
    color: #000;
    padding: 10px;
    display: inline-block;
    transition: background-color .3s;
    text-decoration: none;
    line-height: 15px;
    min-width: 185px
}

.sl-item .sl-item-content a:hover {
    background-color: #812358;
    color: #fff
}

.sl-item .sl-item-option, .sl-item .sl-item-shouqi {
    position: absolute;
    right: 0;
    cursor: pointer;
    line-height: 24px;
    color: #812358
}

.sl-item .sl-item-option {
    top: 7px
}

.sl-item .sl-item-shouqi {
    bottom: 7px
}

.job-category .sl-item:nth-child(even), .screen-box .sl-item:nth-child(even) {
    background: #f4f4f4
}

.sl-item .sl-item-content .selected {
    display: inline-block;
    border: 0;
    border: none;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    padding: 6px;
    border-radius: 0;
    background: transparent !important;
    color: #000
}

.sl-item .sl-item-content .selected:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 8px #fff;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 8px #fff
}

.sl-item .sl-item-content .selected:hover {
    background: #812358
}

.sl-item .sl-item-content .selected option {
    padding: 0;
    margin: 0;
    float: left;
    height: 26px;
    padding: 10px 0;
    border: none;
    outline: none;
    padding-left: 20px;
    color: #000;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff
}

.fixed-height {
    height: 80px;
    overflow: hidden
}

.auto-height {
    height: auto
}

.selected-label {
    min-width: 60px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 1px solid #812358;
    border-right: none;
    position: relative;
    margin: 5px 0;
    padding: 0 4px;
    margin-right: 27px;
    background: #f4f4f4
}

.selected-label:after, .selected-label:before {
    width: 0;
    height: 0;
    content: "";
    position: absolute
}

.selected-label:after {
    top: 0;
    right: -28px;
    border: 14px solid transparent;
    border-left-color: #f4f4f4
}

.selected-label:before {
    top: -1px;
    right: -30px;
    border: 15px solid transparent;
    border-left-color: #812358
}

.selected-label .fa {
    margin-left: 5px;
    cursor: pointer
}

.origize-name-left {
    width: 84%
}

.origize-name-right {
    width: 14%
}

.col-y {
    margin-right: -10px;
    margin-left: -10px
}

.origize-name-ul {
    font-size: 0
}

.origize-name-ul .col-5 {
    width: 50%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 30px
}

.origize-name-ul .col-5 .cm_box_item {
    background: #f4f4f4;
    padding: 30px 25px;
    font-size: 16px
}

.origize-name-ul .col-5 .cm_box_item .a-pic {
    display: block;
    width: 180px;
    height: 180px
}

.origize-name-ul .col-5 .cm_box_item .a-pic img {
    width: 100%;
    height: 100%
}

.origize-name-ul .col-5 .cm_box_item .new-right {
    position: relative;
    margin-left: 225px;
    color: #666;
    padding: 24px 0;
    overflow: hidden
}

.origize-name-ul .col-5 .cm_box_item .new-right .a-link {
    font-weight: 900;
    color: #000;
    width: 97%;
    display: block;
    margin-bottom: 20px
}

.origize-name-ul .col-5 .cm_box_item .new-right .a-link span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    font-size: 15px
}

.origize-name-ul .col-5 .cm_box_item .new-right .a-link:hover {
    color: #812358
}

.origize-name-ul .col-5 .cm_box_item .new-right .a-link .en-name {
    line-height: 30px
}

.origize-name-ul .col-5 .cm_box_item .new-right p {
    font-size: 16px;
    margin-bottom: 20px
}

.origize-name-ul .col-5 .cm_box_item .new-right .web-url {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0
}

.affix_content.affix {
    top: 0;
    width: 165px;
    background: #fff;
    -webkit-animation: fadeInDown 1s .2s ease both;
    -moz-animation: fadeInDown 1s .2s ease both
}

.aside-right {
    border: 1px solid #ccc;
    min-height: 500px
}

.aside-right .li-content {
    border-bottom: 1px solid #ccc
}

.aside-right .li-content a {
    display: flex;
    justify-content: center;
    align-items: Center;
    padding: 10px;
    text-decoration: none
}

.aside-right .li-content a img {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto
}

.aside-right .li-content a span {
    text-align: center;
    display: block;
    line-height: 20px;
    color: #666
}

.aside-right .li-content a:hover {
    opacity: .8
}

.aside-right .li-content:last-child {
    border: none
}

.table-recruit {
    margin-bottom: 0 !important
}

.table-recruit > tbody > tr > td {
    padding: 0 !important;
    border-top: none !important;
    vertical-align: middle
}

.bad40, .bad40-bottom {
    width: 100%;
    height: 40px;
    background-size: 100% 100%
}

.bad40, .bad40-bottom {
    background: url("/xds/resources/images/write1.png") no-repeat;
    background-size: 100% 100%
}

.bad40-bottom {
    background: url("/xds/resources/images/write-bottom.png") no-repeat;
    background-size: 100% 100%
}

.recruit-content {
    padding: 0 50px;
    background: url("/xds/resources/images/write-bg.png") no-repeat;
    background-size: 100% 100%
}

.recruit-content .profession-left {
    width: 470px
}

.recruit-content .profession-right {
    width: 239px
}

.recruit-content .profession-left {
    margin-right: 16px
}

.recruit-content h3 {
    color: #812358;
    font-size: 24px
}

.recruit-content ul li {
    font-size: 16px;
    line-height: 30px
}

.recruit-content .orginze-name {
    font-size: 16px;
    font-weight: 900;
    padding: 10px 0;
    display: block
}

.link-organze {
    width: 25%
}

.mod_help {
    color: #812358;
    position: relative;
    line-height: 32px;
    text-align: center;
    margin:10px auto;
}

.mod_help b {
    position: absolute;
    z-index: 1;
    right: 445px;
    top: 16px;
    width:300px;
    height: 2px;
    background: #9E2731;
}



.mod_help span {
    position: relative;
    z-index: 2;
    display: inline-block;
    background: #fff;
    padding: 0 15px;
    font-size: 16px
}
.bang-content .mod_help span{
    background-color: #f3f3f3;
}
.bang-content{
    position: relative;
}
.related-organize {
    padding: 12px 12px 12px 12px;
}
.related-organize ul.ul1{
    margin-left:20px;
}
.related-organize ul.ul1 li {
    height: 60px;
    line-height: 44px;
    border-bottom: 1px dashed #DEDEDE;
    padding:0 10px;
}
.related-organize ul.ul1 li a {
    color: #333;
    overflow: hidden;
}

.related-organize ul.ul1 li p{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin:0;
    float: left;
    font-size:16px;
    color:#262626;
    height: 33px;
    line-height: 33px;
}
.related-organize ul.ul1 li p b{
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    background: #812358;
    color: #fff;
    border-radius: 3px;
}
.related-organize ul.ul1 li span{
    color:#666;
}

.related-organize ul.ul1 li a i {
    color: #812358;
    margin-right: 5px;
}

.related-organize ul.ul1 li a:hover {
    color: #812358;
    text-decoration: none
}






.line {
    text-align: center;
    background: #812358;
    height: 30px;
    margin: 55px 0;
    color: #fff;
    font-size: 18px
}

.info-tip {
    float: left;
    text-indent: 30px
}

.top-color {
    line-height: 1.5;
    color: #812358;
    float: left
}

.box-title {
    border-bottom: 2px solid #812358
}

.box-title h2 {
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    color: #000
}

.search-list li {
    padding: 12px 0;
    border-bottom: 1px dashed #9E0000
}

.search-list li a {
    display: block;
    color: #666;
    font-size: 16px;
    font-weight: 900
}

.search-list li a .fa {
    color: #812358
}

.search-list li a:hover {
    color: #812358
}

.search-list li:last-child {
    border-bottom: none
}

.table-reset > thead > tr > th, .table-reset2 > thead > tr > th {
    font-size: 16px !important;
    font-weight: 900;
    border-bottom: none;
    vertical-align: middle;
    padding: 8px
}

.table-reset > thead > tr > th {
    color: #fff;
    background: #812358
}

.table-reset > thead > tr > th select {
    background: #812358;
    border: none
}

.tr-title {
    float: left;
    font-size: 15px;
    color: #000 !important;
    word-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 1000px
}

.tr-title:hover {
    color: #812358 !important
}

.table-reset > thead > tr > td, .table-reset > tbody > tr > td, .table-reset > tfoot > tr > td, .table-reset2 > thead > tr > td, .table-reset2 > tbody > tr > td, .table-reset2 > tfoot > tr > td {
    padding: 0 8px;
    font-size: 16px;
    border: none;
    vertical-align: middle;
    height: 56px;
    overflow: hidden
}

.table-reset > tbody > tr:nth-child(even) > td {
    background-color: #f7eeee
}

.table-reset > tbody > tr:nth-child(odd) > td, .table-reset2 > tbody > tr:nth-child(odd) > td {
    background-color: #fff
}

.table-reset2 > thead > tr > th {
    background: #E4E0E0;
    color: #812358;
    border-top: 2px solid #812358 !important
}

.table-reset2 > thead > tr > th select {
    background: transparent;
    border: none
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #812358;
    border-color: #812358;
    cursor: default
}

.pagination > li > a, .pagination > li > span {
    color: #3c3c3c
}

.pagination > li > a:hover, .pagination > li > span:hover {
    color: #191919
}

.no-data {
    text-align: center !important;
    font-size: 30px !important;
    color: #D6D6D6 !important;
    line-height: 175px !important
}

.more {
    margin: 5px auto;
    -webkit-transition: .1s all ease-in-out;
    -moz-transition: .1s all ease-in-out;
    -ms-transition: .1s all ease-in-out;
    -o-transition: .1s all ease-in-out;
    transition: .1s all ease-in-out;
    color: #666
}

.more .fa {
    color: #812358;
    vertical-align: middle
}

.more:hover {
    color: #812358;
    margin-left: 2px !important;
    text-decoration: none
}

#home-footer {
    height: 60px
}

#home-footer a {
    color: #AAA;
    font-size: 12px
}

#home-footer .fc-1 {
    margin: 6px 0 4px 0;
    color: #AAA;

}

#home-footer .fc-2 {
    margin-top: 2px;
    color: #666
}



.fc-1 .nav-container>div{
    margin-top:24px;
}
.fc-1 .nav-container>div p img{
    width:17px;
    vertical-align: -3px;
}
.fc-1 .nav-container>div p span{
    margin-right:24px;
}
.footer .fc-2 {
    width:100%;
    position: absolute;
    bottom:0px;
    height:56px;
    line-height: 56px;
    text-align: left;
    color: #eee;
    font-size: 12px;
}
.footer .fc-2 .nav-container{
    border-top: 1px solid #FFFFFF;
}
.footer .fc-2  span{
    font-size: 14px;
}

.no-cascade > .footer {
    padding-top: 0;
    text-align: center;
    width: 100%;
    height: 80px;
    background-color: #212121;
    border-top: 5px #812358 solid;
    font-size: 12px
}
.footer .fc-1 {
    margin: 0px 0 2px 0;
    color: #eee;
    line-height: 24px;
    font-size: 12px;
}

.footer b {
    margin: 0 3px;
    font-weight: 400;
    color: #eee
}

.footer .fca {
    padding-left: 5px;
    padding-right: 5px;
    color:#eee;
    font-size: 14px
}

.footer a.fca {
    color: #eee;
    font-size: 14px
}

.footer .fca-end {
    padding-left: 5px
}
.liuyan {
    position: fixed;
    cursor: pointer;
    right: 60px;
    bottom: 90px;
    width: 40px;
    height: 40px;
    z-index: 999;
    font-size: 30px;
    color: #812358;
    top: 120px;
}

.container {
    min-height: 700px
}

.page-header {
    padding-left: 25px;
    height: 29px;
    line-height: 29px;
    border-bottom: 1px solid #ffbc1c;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 0
}

.lineFeed1 {
    background: url(/xds/resources/images/title-ico.png) no-repeat 2px 7px
}

.lineFeed2 {
    background: url(/xds/resources/images/title-ico.png) no-repeat 2px -18px
}

.lineFeed3 {
    background: url(/xds/resources/images/title-ico.png) no-repeat 2px -45px
}

.lineFeed4 {
    background: url(/xds/resources/images/title-ico.png) no-repeat 2px -69px
}

.sub-item-title {
    text-align: left;
    border-bottom: 3px solid #a2000d;
    margin-bottom: 15px
}

.sub-item-title i {
    float: left;
    display: block;
    width: 26px;
    height: 26px;
    margin: 10px 0;
    background: url(/xds/resources/images/pageTitleIcon.png) no-repeat
}

.sub-item-title h4 {
    float: left;
    padding-left: 10px;
    line-height: 45px;
    font-size: 18px
}

.ent-table {
    width: 100%
}

.ent-table .col-name th {
    line-height: 30px;
    text-align: center;
    background: #812358;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    color: #eee;
    font-size: 16px;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-top: 1px solid #812358;
    border-bottom: 1px solid #812358
}

.ent-table .col-name th.first, .ent-table .col-name th:first-child {
    border-left: 1px solid #812358
}

.ent-table td {
    text-align: center;
    height: 1;
    line-height: 40px;
    vertical-align: middle;
    white-space: nowrap
}

.ent-table tbody td {
    border: 1px solid #e8e8e8
}

span.star {
    color: red;
    padding: 0 10px;
    vertical-align: middle
}

.content-wrapper {
    overflow: hidden;
    width: 100%;
    box-shadow: 1px 1px 10px 0 #666;
    background: white;
    padding: 5px 20px
}

.pku-btn {
    background: #812358;
    color: #fff;
    text-decoration: none;
    border: solid 1px #812358;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer
}

.pku-btn:hover {
    color: #fff
}

.pku-disabled-btn {
    border: 1px solid #bdc3c7;
    background-color: #bdc3c7
}

.pku-disabled-btn:hover {
    cursor: not-allowed;
    color: #3c3c3c
}

.articleType {
    position: relative;
    background-color: #fff;
    font-size: 30px;
    color: #000;
    opacity: .7;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px 0
}
.articleType a {
    background-color: #fff;
    font-size: 30px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px 0
}

.articleDate {
    position: relative;
    font-size: 12px;
    color: #9c6959;
    text-indent: 30px;
    /* line-height: 24px; */
    /* height: 24px; */
    background-color: #f9f3f1;
    padding-left: 280px
}

.articleDate .input-group2 {
    display: inline-block;
}

.articleContainer .articleContext {
    padding: 15px;
    font-size: 16px;
    line-height: 2em
}

.article-item {
    border-bottom: 1px solid #f3f3f3;
    padding:20px;
    margin-left:4px;
}
.article-item:hover{
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 8px 0px rgba(0,0,0,0.08);
    border-radius:4px;
}
.article-item .item-pic {
    margin-right: 15px;
    overflow: hidden
}
.article-item .item-phone {
    width:160px;
    height: 100px;
}
.article-item .item-phone img{
    width: 100%;
    height: 100%;
}
.article-item p{
    margin:0;
    line-height: 25px;
    color:#999;
    font-size: 13px;
}

.xuandiaobang{
    display: flex;
    align-items: flex-start;
    justify-content:flex-start;
    flex-wrap: wrap;
    background-color: #f3f3f3;
}

.xuandiaobang li{
    width:225px;
    margin:0 15px 15px 0;
    background-color: #fff;
    position: relative;
    margin-top: 60px;
    padding-top: 75px;
    border-radius: 7px;
    padding-bottom: 20px;
    height:200px;
}

.xuandiaobang li .item-pic img{
    position: absolute;
    top:-40px;
    left:50%;
    margin-left: -50px;
    display: block;
    width:100px;
    height:100px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 2px 2px #f3f3f3;
}
.xuandiaobang li span img{
    position: absolute;
    top:10px;
    right:10%;
    width:14px;
    height:14px;
}


.xuandiaobang li h4{
    text-align: center;
    line-height: 33px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color:#333;
    font-size: 16px;
}
.xuandiaobang li p{
    text-align: center;
    color:#666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    margin:10px;
}
.xuandiaobang li p i{
    font-style: normal;
    margin:0 5px;
}

/* 视频列表 */
.videolist{
    overflow: hidden;
}
.videolist li{
    width:210px;
    margin:0 28px 30px 0;
    position: relative;
    float: left;
}
.videolist li .item-pic{
    width: 100%;
    height:130px;
}
.videolist li .item-pic>img{
    display: block;
    width:100%;
    height:130px;
    border-radius: 4px;
}
.meng{
    position: absolute;
    width: 100%;
    height:130px;
    background:rgba(0,0,0,0.25);
    top:0;
    display: none;
}
.item-pic .play{
    position: absolute;
    left: 42%;
    top: 31.5%;
    z-index: 99;
}
.videolist li .item-pic:hover .meng{
    display: block;
}

.article-item .item-pic .date-time {
    width: 72px;
    height: 98px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: solid 1px #812358;
    line-height: 25px;
    color: #812358;
}

.article-item .item-pic .date-time span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 18px 0 0 0;
}
.article-item .fen{
    width:16px;
    height: 1px;
    background: #812358;
    margin: 0 auto;
    margin-top:8px;
    margin-bottom:6px;
}
.article-item .item-intro {
    overflow: hidden;
    position: relative;
    padding:0 20px;
    height: 95px;
}

.article-item .item-intro .item-title {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 7px;
    color: #333;
    word-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical */
}

.article-item .item-intro .item-title:hover {
    color: #812358
}
.article-item .item-intro .item-title i{
    display: inline-block;
    font-style: normal;
    width: 20px;
    height: 20px;
    font-size: 13px;
    background: #812358;
    text-align: center;
    line-height: 20px;
    border-radius: 3px;
    color: #fff;
}

.article-item .item-intro .item-desc {
    line-height: 1.8;
    margin-top: 5px;
    font-size: 16px;
    color: #666
}
.article-item .item-intro .times{
    color:#8C8C8C;
}
.article-item .item-title{
    display: inline-block;
    width: 100%;
}
.imgbox{
    float: left;
    margin-left:24px;
    height: 440px;
    overflow: hidden;
    width:260px;
}
.imgbox li{
    position: relative;
    margin-bottom:20px;
}
.imgbox a img{
    width: 80px;
    height: 50px;
    margin-bottom: 10px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.hotcont{
    height:30px;
    border-bottom:1px solid #812358;
    margin-bottom:20px;
}
.hotcont img{
    vertical-align: bottom;
    cursor: pointer;
}
.hotcont span{
    color:#812358;
    font-size:16px;
    margin-left:10px;
}
.imgtitle{
    padding-top:5px;
}
.imgtitle>div{
    color:#333333;
}
.imgtitle-width{
    width:65%;
}
.linktitle{
    /* display: inline-block; */
}
.linkimg{
    /* display: none; */
    position: absolute;
    left: 180px;
    top: 0;
}
/* .article-item .item-title:hover{
    box-shadow:0px 0px 8px 0px rgba(0,0,0,0.08);
    border-radius:4px;
} */
.img-wrap {
    position: relative;
    width: 200px;
    float: left;
    margin: 0 20px 5px 0;
    height: 200px
}

.img-wrap .close-btn {
    width: 30px;
    position: absolute;
    right: -21px;
    top: -8px;
    cursor: pointer;
    color: #a2000d
}

#imgs img, #imgs-detail img {
    width: 200px;
    max-height: 200px
}
.container{
    width: 1200px!important;
    padding: 0;
}
.article-lg {
    float: left;
    width: 970px;
    padding-right: 20px;
}
.aside-sm {
    float: left;
    width: 210px;
}
.aside-menu-ul {
    margin: 40px 0 0 40px;
}
.aside-menu-ul li {
    border-left: 1px solid #ccc;
}
.aside-menu-ul li a {
    color: black;
    font-size: 18px;
    display: block;
    padding: 15px 0px;
    text-decoration: none;
    margin-left: 2px;
    text-align: center;
}
.aside-menu-ul li a:hover {
    border-left: 5px solid #A2000D;
    margin-left: -3px;
}
.aside-menu-ul li.action a {
    border-left: 5px solid #A2000D;
    margin-left: -3px;
}
.userCon{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.userLeft{
    /* width:250px; */
    width: 320px;
}

.userLeft dl{
     /*background-color: #fff;*/
     min-height: 500px;
     margin-bottom: 40px;
}

.userLeft dt{
    margin-bottom: 20px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
}

.userLeft dt>h5{
    background-color: #ebebea;
    /* color:#333; */
    height:45px;
    line-height: 45px;
    text-align:center;
    /* font-size: 16px; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
    font-size: 24px;
    font-family: AlibabaPuHuiTiM;
    color: #222222;
}

.userLeft dt>h5 i{
    display: inline-block;
    width:9px;
    height:9px;
    border-right:1px solid #333;
    border-bottom:1px solid #333;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
    margin-left: 10px;
    margin-top: 0px;
}

.userLeft dt>h5.active i{
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
    margin-left: 10px;
    margin-top: -2px;
}

.userLeft .userMore{
    width:100%;
    position: relative;
    /* overflow: hidden; */
    padding:0px 15px;
    height:0px;
}

.userLeft .userMore.open{
    height:auto;
}

.userMore .head{
    width:80px;
    height:80px;
    margin:20px auto 10px;
    cursor: pointer;
}
.userMore .head img{
    width:80px;
    height:80px;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #f3f3f3;
}
.userMore i{
    font-style: normal;
    color:#333;
    margin:0 5px;
}
.userMore h4{
    text-align:center;
    margin-bottom: 10px;
    /* font-size: 13px; */
    font-size: 18px;
    font-family: AlibabaPuHuiTiM;
    color: #222222;
}
.userMore h4 span {
    font-size: 18px;
    font-family: AlibabaPuHuiTiM;
    color: #222222;
}

.userMore p{
    font-size: 12px;
    color:#333;
    line-height: 40px;
    margin:0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.userLeft a.xiu{
    position: absolute;
    top:14px;
    right:2px;
    width:12px;
    height: 12px;
    background-image: url(/xds/resources/images/xiu.png);
    background-size: 100% 100%;
}

.userMore p.fen{
    border-top: 1px dashed #ccc;
    padding-right:15px;
}

.userMore p span{
    margin-right: 5px;
    font-size: 13px;
}

.userLeft dd{
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    /* padding-left: 115px; */
    position: relative;
    background-color: #fff;
    margin-bottom: 15px;
    /* height:45px;
    line-height: 45px; */
    /* font-size: 15px; */
    /* padding-left: 80px; */
}
.userLeft dd a{
    display: block;
    /* color:#333; */
    text-align: center;
    color: #222222;
    font-size: 18px;
    font-family: AlibabaPuHuiTiM;
}
.userLeft dd.active{
    background-color: #ECD0E0;
}
/* .userLeft dd.active:before{
    content:'';
    position: absolute;
    top:14px;
    left:65px;
    width:3px;
    height:18px;
    background-color: #B9131E;
} */
.userLeft dd.active a{
    color:#812358;
}
/* .userLeft dd.active i{
    width:9px;
    height:9px;
    margin-left: 8px;
    display: inline-block;
    border-right:1px solid #812358;
    border-top:1px solid #812358;
    transform: rotate(45deg);
} */
.userLeft dd.active i {
    display: block;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(/xds/resources/images/icon/arrow_icon1.png) no-repeat;
    background-size: 100% 100%;
}

.userRight{
    width:870px;
    overflow: hidden;
}
.info{
    margin-top: 50px; 
}
.info li{
    min-height:60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.info li p{

    display:flex;
    align-items: center;
    margin-right: 70px;
    position: relative;
}
.info li p .xiang{
    display: inline-block;
    min-width:80px;
    white-space: nowrap;
}
.info li p .hui{
    display: inline-block;
    background-color: #fff;
    width:550px;
    height:35px;
    line-height: 35px;
    text-indent: 10px;
    border:1px solid #ebebeb;
}
.info li p .xiaohui{
    display: inline-block;
    /* background-color: #fff; */
    min-width:200px;
    height:35px;
    line-height: 35px;
    text-indent: 10px;
    border-bottom:1px solid #ebebeb;
}

.info li p a{
    position: absolute;
    right:-40px;
    color:#BC1D27;
}
.info li p a.xiaohui{
    position: relative;
    left:0;
}
.info li.recom p{
    display: block;
    margin-bottom: 0;
}
.recom{
    position: absolute;
    right:120px;
    top:50px;
    width:240px;
    height:auto;
    flex-direction: column;
}
.recom p{
    overflow: hidden;
    clear: both;
}

.recom .image{
    display: block;
    width:102px;
    height:142px;
    border:1px solid #ebebeb;
    background-color: #fff;
    overflow: hidden;
}
.recom img{
    width:100px;
    vertical-align: bottom;
}
#tou{
    color:#812358;
    margin-right: 10px;
}
.save{
    margin-top:40px;
    margin-bottom: 40px;
}
.bbtn{
    display: block;
    width:150px;
    height:36px;
    line-height: 36px;
    text-align: center;
    background-color: #BC1D27;
    color:#fff;
    border-radius: 5px;
    margin-left:240px;
}
.warn{
    line-height: 22px;
    color:#999;
    font-size: 10px;
}

/* ------------------------page页码----------------------- */
.pages_wrapper{
    text-align: center;
    padding-bottom: 20px;
    margin-top: 20px;
}
.pages_wrapper>p{
    display: inline-block;
    margin-right: 20px;
}
#pagination-prev,#pagination-next{
    width:20px;
    height:20px;
    display: inline-block;
    cursor: pointer;
    color:#999;
}
#pagination-prev:hover,#pagination-next:hover{
    color:#812358;
}
#pagination-prev{
    margin-right:10px;
}
#pagination-next{
    margin-left:10px;
}
.pages{
    text-align: center;
    margin-top:20px;
    display: inline-block;
}
.pages li{
    display: inline-block;
    cursor: pointer;
    width:25px;
    height:25px;
    margin: 5px;
    border:1px solid #ddd;
    line-height: 25px;
    color:#999;
    text-align: center;
}
.pages li:hover{
    background:#812358;
    color:#fff;
    border:1px solid #812358;
}
.pages .pagination-current{
    background:#812358;
    color:#fff;
    border:1px solid #812358;
}

#gridBody li a:hover .item-title{color:#812358;}
.weui-loadmore{width:65%;margin:15px auto;line-height:20px;font-size:16px;text-align:center;}
.weui-loadmore_line{border-top: 1px solid rgba(0,0,0,0.3);margin-top:20px;display:none;}
.weui-loadmore_line .weui-loadmore__tips{display:inline-block;vertical-align:middle;position:relative;top:-10px;padding:0 20px;background-color:#fafafa;color:rgba(0,0,0,0.5);}

/* 暂无数据 */
.kong{
    text-align: center;
    padding-top: 40px;
    margin: 0 auto;
}
.kong img{
    display: block;
    width: 100px;
    margin: 0 auto 20px;
}
.kong span{
    color: #812358;
}

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

.cha{
    position: absolute;
    top:70px;
    right:50%;
    margin-right: -570px;
    width:30px;
    height:30px;
    cursor: pointer;
    z-index: 1001;
}
.warn{
    position: absolute;
    top:70px;
    right:50%;
    margin-right: -570px;
    width:300px;
    height:200px;
    color:#fff;
    padding-top: 80px;
    padding:90px 20px 20px 20px;
    font-size: 15px;
}
.cha img{
    width:30px;
    height:30px;
}
.warn img{
    width:300px;
    height:200px;
    position: absolute;
    top:0;
    left:0;
}
/* ---------------------------双选会--------------------------- */
.shuangxh{
    margin-top:15px;
}
.shuangxh .cont_top i{
    cursor: pointer;
    color:#000;
    font-style: normal;
}
.sx_cont{
    height:225px;
}
.sx_cont a{
    display:block;
    height:225px;
}
.sx_cont a>div{
    height:220px;
}
.sx_cont a>div>div{
    width:50%;
    height:220px;
}
.xuan_ .neir{
    width: 100%;
}
.sx_cont a>div>.neir{
    padding:20px;
    position: relative;
    border:1px solid #ddd;
}
.sx_cont a>div:hover{
    box-shadow: 0px 0px 10px rgba(155,155,155,0.50);
}
.sx_cont a>div>.neir>h4{
    font-size:16px;
    height:20px;
    text-overflow : ellipsis;
    white-space : nowrap;
    overflow : hidden;
    margin-top:10px;
}
.sx_cont a>div>.neir>.sj{
    font-size:16px;
    color:#d0021b;
    line-height: 59px;
    border-bottom:1px dashed #ddd;
    /* text-align: center; */
}
.sx_cont a>div>.neir>.sj>img{
    padding-right: 8px;
    width: 21px;
    display: inline-block;
    margin-top: -2px;
}
.sx_cont a>div>.neir>.dd{
    font-size:12px;
    color:#666666;
    margin-top:15px;
    margin-bottom:5px;
}
.sx_cont a>div>.neir>.dd>span{
    color:#000;
}
.sx_cont a>div>.neir>.qiye{
    font-size:12px;
    color:#333333;
}
.sx_cont a>div>.neir>.qiye span{
    padding:0 10px;
}
.sx_cont a>div>.neir .riqi{
    background:rgb(245, 166, 35);
    width:40px;
    height:40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color:#fff;
    position: absolute;
    bottom:0;
    left:0;
}
.sx_cont a>div>.neir .sanjiao{
    width:0;
    height:0;
    border:8px solid transparent;
    border-left:8px solid #fff;
    position: absolute;
    right:-16px;
    top:50%;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%); /* IE 9 */
    -webkit-transform:translateX(-50%); /* Safari and Chrome */
    z-index:5;
}
.sx_cont a>div>.right{
    background-size: 100% 100%;
    position: relative;
    z-index:3;
}
.sx_cont a>div>.right>p{
    width:95px;
    height:35px;
    line-height: 35px;
    text-align: center;
    border:1px solid #fff;
    position: absolute;
    top:140px;
    left:50%;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%); /* IE 9 */
    -webkit-transform:translateX(-50%); /* Safari and Chrome */
}
.huodong_ a>div>.right>p{
    width: 130px;
    height: 37px;
    line-height: 37px;
    top: 138px;
}
.xuan_{
    position: relative;
}
.xuan_>div{
    position: relative;
    overflow: hidden;
    width:90%;
    height: 100%;
    margin: auto;
}
.xuan_ ul{
    height:100%;
    position: absolute;
    left:0;
    top:0;
}
.xuan_ ul li{
    float: left;
    height: 100%;
}
.xuan_ p{color:#666666;}
.xuan_ .dd span{color:#000;}
.xuan_ .qiye span{color:#000;}
.xuan_ ul li a>div>.neir{
    background: url(/xds/resources/image/xuan_bg.png) no-repeat;
    background-size:100% 110px;
}
.xuan_ a>div>.neir>h4{
    color:#fff;
    text-align: center;
}
.xuan_ a>div>.neir>.dd{
    margin-top:20px;
}
.sx_cont.xuan_ a>div>.neir>.sj{
    color:#fff;
    text-align: center;
}
.xuan_ .btn{
    width:30px;
    height:40%;
    position: absolute;
    top:30%;
    display: block;
    font-size: 20px;
    padding:0;
    color:#000;
    background:transparent;
}
.xuan_ .btn1{
    left:15px;
}
.xuan_ .btn2{
    right:15px;
}
.xuan_ .btn:hover{
    background:#ddd;
}
.timeblock{
    color:#8c8c8c;
    font-size:14px;
    height: 20px;
    line-height: 20px;
}
/*修改密码*/
.nr_bottom {
    width: 100%;
    height: 400px;
    border: none;
}
.nr_bottom form{
    width: 80%;
    margin: auto;
}
.nr_bottom form p {
    width: 70%;
    margin: 35px auto;
}
.nr_bottom label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.nr_bottom form input {
    width: 80%;
    height: 35px;
    font-size: 12px;
    text-indent: 14px;
    border: 1px solid #ccc;
    background: none;
}
.nr_bottom form button{
    width: 200px;
    height: 35px;
    display: block;
    margin: auto;
    border: none;
    outline: none;
    color: #fff;
    margin-top: 65px;
    border-radius: 3px;
    background:#B9131E;
}
.shangxia{
    border-top: 1px solid #f1f1f1;
    padding-top: 15px;
}
.shangxia div{
    line-height: 25px;
    height:25px;
}
.shangxia span{
    color:#333;
    cursor: pointer;
}
.shangxia span:hover{
    color:#812358;
}
.imgbox .item-pic .date-time {
    width: 48px;
    height: 50px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: solid 1px #812358;
    line-height: 25px;
    color: #812358;
    font-size:12px;
    margin-right:10px;
    display: none;
}
.imgbox .fen{
    width:16px;
    height: 1px;
    background: #812358;
    margin: 0 auto;
}
.item-right{
    height: 38px;
    overflow: hidden;
    color:#595959;
    margin-bottom:8px;
}
.item-right>div{
    float: right;
    margin-left: -5px;
    width: 100%;
    word-break: break-all;
    font-size:14px;
}
.item-right::before {
    float: left;
    width: 5px;
    content: '';
    height: 40px;
}
.item-right::after {
    float: right;
    content: "...";
    height: 20px;
    line-height: 20px;
    /* 为三个省略号的宽度 */
    width: 3em;
    /* 使盒子不占位置 */
    margin-left: -3em;
    /* 移动省略号位置 */
    position: relative;
    left: 102%;
    top: -20px;
    padding-right: 47px;
    background-color: #FFF;
}

/* 直播讲座  样式补充*/
.live-stream{
    width:51%;
    float: left;
}
.actTitle {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 6px;
    color: #262626;
    line-height: 16px;
}
.actStatus {
    color:#812358;
    font-size: 14px;
    line-height: 18px;;
    overflow: hidden;
    margin-top:10px;
}
.zb {
    border:1px solid #812358;
    text-align:center;
    display:inline-block;
    border-radius: 4px;
    font-size:14px;
    padding: 2px 12px;
    margin-right: 16px;
}
/* 榜样力量   样式补充 */
.banglist{
    width: 215px;
    height: 244px;
    border: 1px solid #F6F6F6;
    opacity: 1;
    border-radius: 4px;
    padding: 24px 10px;
    float: left;
    margin-right:29px;
    cursor: pointer;
    text-align: center;
}
.banglist:last-child{
    margin-right:0;
}
.banglist:hover{
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
}
.banglist>img{
    width:96px;
    height:96px;
    border-radius: 50%;
}
.banglist h4{
    margin:24px 0 12px 0;
    color: #262626;
    font-size:16px;
    text-align: center;
}
.banglist p{
    font-size:14px;
    color:#595959;
    text-align: center;
}
/* 线下宣讲 */
.offline-bottom{
    width:49%;
    float: left;
}
.offline-bottom .cont_txt  ul li {
    display: block;
    text-align: left;
    background: url(/xds/resources/images/newimg/live-bc.png) no-repeat;
    background-size: 100% 100%;
    width: 280px;
    height: 150px;
    line-height: 25px;
    position: relative;
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
    border: 1px solid #F9F9F9;
    float: left;
    margin-right:24px;
}
.offline-bottom .cont_txt  ul li:hover{
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.04);
}
.offline-bottom .cont_txt  ul li:nth-child(2n){
    margin-right: 0;
}
/* 风采展示  样式补充*/
.slick3{
    width: 870px;
    float: left;
    background: #F9F9F9;
    margin: 24px 0 0 24px;
}
.video-href{
    display: inline-block;
    margin-top:32px;
}
.video-href:hover{
    color: #812358;
}
.video-href img{
    display: inline-block;
    width: 12px;
    margin-left: 8px;
}
.show-right{
    float: left;
    height: 364px;
    overflow: hidden;
    margin-left: 24px;
}
.show-right li{
    width:272px;
    height:170px;
    margin-bottom: 24px;
}
.show-right li img{
    width:100%;
    height:100%;
}
.show-right a{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}
.show-right a>div{
    position: absolute;
    bottom: 0;
    height: 32px;
    line-height: 32px;
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(15px) brightness(110%);
    color: white;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding:0 8px;
}
/* @media (max-width:1200px){
    .container{
        width:1200px!important;
    }
}
.nav-list{
    width:1100px
} */
.address_live{
    color:#878787;
    height:30px;
    line-height:30px;
    font-size:14px;
    background:url(/xds/resources/images/adress.png) no-repeat left center;
    padding-left:25px;
    background-size:15px auto;
}
/* 南开头部 */
.header_nav {
    background: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav_ul {
    width: 100%;
    background: #ECE7ED;
}
/* 友情链接 */
.friend_title {
    line-height: 48px;
    font-size: 16px;
    color: #812358;
    padding: 0 20px;
    background-color: #ECE7ED;
    width: 360px;
    cursor: pointer;
    position: relative;
}
.friend_title:hover {
    background: #812358;
    color: #FFF;
}
.friend_title::after {
    content: '▼';
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 14px;
}
.friend_link {
    position: absolute;
    width: 100%;
    background-color: #FFF;
    cursor: pointer;
    display: none;
    line-height: 2;
    z-index: 99;
}
.friend_link li {
    padding: 0 12px;
}
.friend_link li:hover {
    background-color: #ECE7ED;
}
.friend_link a {
    color: #812358;
    display: inline-block;
    width: 100%;
}