/*
中间内容区域样式
主要有法治动态列表、详情
高级检索结果
*/

/*定义主题色颜色*/
:root {
    --primary-color: #bf0000;
    --primary-color-hover: #02428b;
    --primary-color-bg: #fcf2f2;
}
/*法治动态列表页面样式------------------------------------------start*/
.empty-con{
    padding: 40px 0 60px;
    text-align: center;
}
.empty-con img{
    width:100px
}
.empty-con1{
    padding: 60px;
    text-align: center;
    background: #ffffff;
    font-size: 22px;
}
.empty-con p{
    margin-top: 10px;
    color: #999;
}
.empty-con-p{
    padding-top: 88px;
}
.academic-online{
    width: 100%;
    height: 120px;
    background: url("../../../default/website/image/secondPhase/tl-bg.png") left center no-repeat;
    margin: 20px 0;
    cursor: pointer;
}
.academic-online a{
    display: block;
    height: 100%;
}
.list-panel{
    width: 930px;
    padding: 20px;
    background: #fff;
}
.list-panel-width{
    width: 1200px;
}
.list-head{
    border-bottom: 1px solid #e4e7f0;
}
.list-panel-title{
    height: 58px;
    line-height: 52px;
    font-weight: 700;
    font-size: 24px;
    color: #333;
}
.list-panel-en .list-panel-title{
    height: 70px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 20px;
}
.legal-item{
    padding: 12px 0;
    border-bottom: 1px solid #e4e7f0;
}
.legal-item ul li{
    position: relative;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}
.legal-item ul li:before{
    content: "";
    width: 5px;
    height: 5px;
    background-color: #19264b;
    border-radius: 3px;
    position: absolute;
    top: 16px;
    left: 2px;
}
.legal-item a{
    display: block;
    padding: 0 120px 0 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*.legal-item a span.zd,.learn-msg h3 a span.zd{*/
/*    display: inline-block;*/
/*    font-size: 12px;*/
/*    position: relative;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    background: #e57700;*/
/*    border-radius: 2px;*/
/*    top: -2px;*/
/*    left: 2px;*/
/*    color: #fff;*/
/*    line-height: 18px;*/
/*    text-align: center;*/
/*}*/
.legal-item a span.zd,.learn-msg h3 a span.zd{
    display: none;
}
.legal-item span{
    position: absolute;
    top: 1px;
    right: 2px;
    color: #999;
    max-width: 500px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.legal-item ul li:hover a{
    color: #01499b;
}
.legal-item ul li:hover:before{
    background-color: #01499b;
}

/*法治动态列表页面样式------------------------------------------end*/

/*法治动态详情页面样式------------------------------------------start*/
.main{
    width: 1200px;
    margin: 10px auto;
    min-height: calc(100vh - 603px);
    display: flex;
    display: -webkit-flex;
}
.relatedArticles{
    display: block !important;
}
.main-en{
    display: block;
    min-height: calc(100vh - 390px);
}
.news-panel{
    width: 890px;
}
.news-panel_en{
    width: 100%;
}
/*头部搜索区域样式*/
.news-search-box{
    width: 100%;
    height: 60px;
    background-color: #f7f8f8;
}
.news-search{
    height: 50px;
    background-color: #fff;
    padding: 0 12px;
}
.news-search-form{
    margin-top: 9px;
    font-size: 14px !important;
}
.news-search-input{
    display: inline-block;
    position: relative;
    font-size: 14px !important;
    float:left;
}
.news-search-input input{
    width: 255px;
    height: 30px;
    line-height: 30px;
    background-color: #ffffff;
    border-radius: 15px;
    border:1px solid #e2e5ef;
    box-shadow: none;
    padding: 6px 30px 6px 12px;
}
.news-search-input-all input{
    padding-right: 66px;
}
.news-search-input input:focus{
    border-color: #01499b;
    outline: 0;
}
.news-search-input i{
    position: absolute;
    top: 6px;
    right: 14px;
    margin: 0;
    cursor: pointer;
}
.news-search-input .search-self{
    right: 46px;
}
.news-search-input-all .search-all{
    right: 8px;
    top: 4px;
    font-size: 22px;
    color: #333;
}
.news-search-input-all .search-all:after{
    content: "";
    width: 1px;
    height: 16px;
    background: #ddd;
    position: absolute;
    top: 2px;
    right: 30px;
}
.news-search-input input:focus + .icon-sousuo1{
    color:#01499b;
}
.news-search-input i:hover{
    color: #01499b;
}
.news-search-group{
    display: inline-block;
    margin-left: 10px;
    font-size: 0;
    float:left;
}
.news-search-group span{
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background-color: #ffffff;
    border: 1px solid #e2e5ef;
    padding: 0 12px;
    color: #535353;
    font-size: 12px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    z-index: 9;
    cursor: pointer;
}
.news-search-group span:nth-child(1){
    border-radius: 15px 0 0 15px;
}
.news-search-group span:nth-child(2){
    margin-left: -1px;
}
.news-search-group span:nth-child(3){
    border-radius: 0 15px 15px 0;
    margin-left: -1px;
}
.news-search-group span:hover{
    border-color: #01499b;
    color: #01499b;
    z-index: 10;
}
.news-search-do{
    margin-top: 14px;
    font-size: 14px !important;
}
.news-do-list{
    display: inline-block;
    margin-left: 14px;
    font-size: 12px;
    color: #333;
}
.news-do-list i{
    padding-left: 9px;
    cursor: pointer;
}
.news-font i{
    color: #3b9ccb;
    cursor: pointer;
}
.news-font i:hover{
    color: #2e8ab7;
}
.news-bg span{
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: -4px 0 0 8px;
    border: 1px solid #b4bed9;
    vertical-align: middle;
    cursor: pointer;
}
.news-bg span:before{
    content: "";
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    bottom: 0;
    right: -1px;
}
.news-bg span:hover,
.news-bg span.active{
    border-color: #3860f9;
}
.news-bg span:hover:before,
.news-bg span.active:before{
    border-bottom-color: #3860f9;
}
.news-collect{
    position: relative;
}
.news-collect:before{
    content:'';
    width: 1px;
    height: 20px;
    background: #e5e5e5;
    position: absolute;
    top: 0;
    right: 38px;
}
.news-collect i{
    color:#c7c1c1;
    font-size: 20px;
    cursor: pointer;
}
.news-collect i:hover,
.news-collect i.active{
    color:#f0a127;
}

.news-share{

}
.news-share a{
    display: inline-block;
    margin-right: 0;
    margin-left: 7px;
    font-size: 24px;
    cursor: pointer;
}
.news-share a:nth-child(1){
    color: #09bb07;
}
.news-share a:nth-child(2){
    color: #ea5d5c;
}
.news-share a:nth-child(3){
    color: #218fc4;
}
/*文章内容样式*/
.news-con{
    padding: 18px;
    background: #fff;
}
.news-head{
    text-align: center;
    padding: 6px 0;
    border-bottom: 2px solid #f5f5f5;
}
.news-head h1{
    font-size: 24px;
    margin-bottom: 10px;
}
.news-head h2{
    margin: 14px 0 12px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.news-head ul li{
    display: inline-block;
    line-height: 28px;
    padding-right: 10px;
    font-size: 14px;
    color: #999;
}
.news-head ul li a:hover{
    text-decoration: underline;
}
.news-keys{
    min-height: 40px;
    line-height: 28px;
    padding: 6px 20px;
    background-color: #d2e3f4;
}
.news-item{
    padding-top: 14px;
}
#contentTxt{
    margin-top: 10px;
}

.news-keys p{
    color: #49516a;
}
.news-keys span{
    color: #01499b;
    cursor: pointer;
}
.news-keys span:hover{
    color: #02428b;
}
.news-item video{
    display: block;
    width: 100%;
    height: 480px;
}
.news-item img{

}
.news-p{
    line-height: 2em;
    margin-bottom: 10px;
    text-indent: 2em;
    font-size: 16px;
    word-wrap: break-word;
}
.news-like{
    display: none;
    margin: 20px 0 4px;
    text-align: center;
}
.news-like ul li{
    position: relative;
    display: inline-block;
    padding-right: 30px;
    color: #999;
}
.news-like ul li:before{
    content:'';
    width: 1px;
    height: 15px;
    background: #999;
    position: absolute;
    top: 2px;
    right: 14px;
}
.news-like ul li:last-child:before{
    display: none;
}
/*文章中涉及表格样式*/
.news-item table{
    border-collapse: collapse;
    border-spacing: 0;
    display: inline-block;
    max-width: 854px;
    overflow-x: auto;
}
.news-item table::-webkit-scrollbar {
    width: 8px;
}
.news-item table::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #d4d4d4;
}
.news-item table::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 4px;
    background: #f7f7f9;
}
/*火狐下滚动条样式*/
* {
    scrollbar-color: rgba(255,255,255,0.1)  rgba(255,255,255,0); /* 滑块颜色  滚动条背景颜色 */
    scrollbar-width: thin; /* 滚动条宽度有三种：thin、auto、none */
}
.news-item table td,.news-item table th{
    border:1px solid #e1e2e1;
    padding:5px 10px !important;
}
.news-item table td p,.news-item table th p{
    text-indent:0;
    margin-bottom:0;
}
/*右侧模块样式*/
.slide{
    width: 300px;
    max-height: calc(100% - 235px);
}
.slide-item{
    margin-bottom: 10px;
    background: #fff;
}
.slide-title{
    height: 50px;
    line-height: 50px;
    border-bottom:1px solid #e2e5ef;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #19264b;
}
.slide-title i{
    font-size: 24px;
    color:#bf0000;
}
.slide-title img{
    margin: -4px 8px 0 0;
}
.slide-item-con{
    padding-top: 10px;
}
.slide-item-con ul li{
    position: relative;
    line-height: 22px;
    padding: 6px 24px 10px 30px;
    font-size: 12px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.slide-item-con ul li:before{
    content:'';
    width: 2px;
    height: 2px;
    background: #333;
    border-radius: 1px;
    position: absolute;
    top: 16px;
    left: 20px;
}
.slide-item-con ul li:hover{
    color: #01499b;
}
.slide-item-con ul li:hover:before{
    background: #01499b;
}
.look-more{
    padding: 2px 0 12px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 0.7;
    cursor: pointer;
}
.look-more:hover{
    color: #01499b;
    opacity: 1;
}
.dl-accessory{
    background: #f5f5f5;
    padding: 15px 30px;
}
.dl-accessory span{
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}
.dl-accessory .dl_top_btn{
    font-size: 16px;
    margin: 5px 0;
    line-height: 30px;
    height: 30px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dl-accessory .dl_top_btn a{
    color: #666666;
}
.dl-accessory .dl_top_btn i{
    color: #777777;
    font-size: 22px;
}
.dl-accessory .dl_top_btn:hover a,.dl-accessory .dl_top_btn:hover a i.iconfont{
    color: #01499b;
    text-decoration: none;
}
/*法治动态详情页页面样式------------------------------------------end*/

/*高级检索页面样式------------------------------------------start*/
/*热搜排行*/
.slide-rs-con{
    padding: 10px 22px 0;
}
.slide-rs-con ul{
    padding-bottom: 10px;
}
.slide-rs-con ul li{
    position: relative;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px dashed #e2e5ef;
    cursor: pointer;
}
.slide-rs-con ul li p{
    width: calc(100% - 36px);
    padding-left: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.slide-rs-con ul li i{
    position: absolute;
    display: inline-block;
    width: 20px;
    text-align: center;
    color: #ff9406;
    font-size: 15px;
    font-style: normal;
}
.slide-rs-con ul .slide-rs-con-list i{
    font-size: 16px;
    font-weight: 700;
    color: #f26d5f;
}
.slide-rs-con ul li span{
    width: 16px;
    height: 16px;
    line-height: 18px;
    text-align: center;
    border-radius: 2px;
    background: #ff9406;
    margin-top: 13px;
    padding-left: 1px;
    color: #fff;
    font-size: 12px;
}

.slide-rs-con ul li:nth-child(1) span {
    background: #ff9406;
}

.slide-rs-con ul li:hover p {
    color: #01499b;
}

.look-more-rs {
    font-size: 14px;
}

.rank-title {
    line-height: 34px;
    background: #f7f7f7;
    padding: 0 20px;
}

.learn-rank {
    padding: 20px;
}

.learn-rank .rank-title span {
    min-width: 50px;
    color: #999999;
    display: inline-block;
}

.learn-rank .slide-rs-con li {
    padding: 0 20px;
}

.learn-rank .slide-rs-con li i {
    width: 30px;
    left:20px;
}

.learn-rank .slide-rs-con li p {
    width: calc(100% - 60px);
    padding-left: 60px;
}

/*垂直列表样式*/
.verList-item {
    position: relative;
    padding: 26px 20px 10px 26px;
    background-color: #fff;
    margin-bottom: 12px;
}

.verList-item:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}
.verList-item:before{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: #19264b;
    position: absolute;
    top: 36px;
    left: 13px;
}
.verList-type{
    position: absolute;
    top: 0;
    left: -4px;
    min-width: 58px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    padding: 0 10px;
    background-color: #01499b;
    border-radius: 0 3px 3px 0;
    font-size: 12px;
    color: #fff;
}
.verList-type:before{
    content: "";
    width: 0;
    height: 0;
    border-top: 3px solid #8b5b10;
    border-left: 4px solid transparent;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.verList-item h3{
    line-height: 28px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.verList-item:hover h3{
    color: #01499b;
}
.verList-item p{
    margin: 4px 0;
    line-height: 20px;
}
.verList-key{
    position: relative;
}
.verList-key ul li{
    position: relative;
    display: inline-block;
    line-height: 28px;
    padding-right: 30px;
    letter-spacing: 1px;
    color: #999;
}
/*.verList-key ul li:before {*/
/*    content: '';*/
/*    width: 1px;*/
/*    height: 15px;*/
/*    background: #999;*/
/*    position: absolute;*/
/*    top: 7px;*/
/*    right: 13px;*/
/*}*/
.verList-key ul li:last-child:before{
    display: none;
}
.verList-collect{
    position: absolute;
    top: 5px;
    right: 0;
    color: #cbcbcb;
}
.verList-collect i{
    font-size: 18px;
    cursor: pointer;
}
.verList-collect i:hover{
    color: #f0a127;
}
.verList-collect i.icon-quxiaoshoucang{
    color: #f0a127;
}
/*搜索区域样式*/
.seniorSearch-form{
    position: relative;
    margin-bottom: 12px;
}
.seniorSearch-form .select-dropdown{
    margin-right: 6px;
}
.search-time-con{
    position: absolute;
    top: 36px;
    right: 0;
    padding: 20px;
    box-shadow: 0 0 8px rgba(0,0,0,.25);
    background: #fff;
    border-radius: 3px;
    z-index: 99;
}
.search-time-con input{
    display: inline-block;
    width: 170px;
    height: 32px;
    line-height: 32px;
}
.search-time-con button{
    height: 30px;
    line-height: 30px;
    width: 60px;
    text-align: center;
    margin-left: 6px;
    background: #01499b;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.search-time-con button:hover{
    background: #02428b;
}
.search-time-tips{
    position: absolute;
    bottom: 0;
    color: #f00;
}
/*高级检索页面样式------------------------------------------end*/
/*检索结果----------------------------------------------start*/
.retrieve-title{
    font-size: 16px;
    border-left: 15px solid #01499b;
    padding-left: 20px;
}
.retrieve-con{
    margin: 30px;
    display: inline-block;
    width: 100%;
}
.register-checkbox{
    width: 16px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
    float: left;
}
.retrieve-mat li{
    width: 120px;
    float: left;
    display: inline-block;
}
.retrieve-mat li label,.retrieve-mat li input{
    cursor:pointer;
    position: relative;
}
.retrieve-mat li label{
    vertical-align: middle;
}
.retrieve-con .retrieve-time{
    width: 250px;
    display: inline-block;
}
.retrieve-con span{
    margin: 0 10px;
}
.retrieve-key{
    margin-bottom: 20px;
}
.retrieve-key .retrieve-key-title{
    width: 210px;
    display: inline-block;
    float: left;
    margin-top: 8px;
    position: relative;
}
.retrieve-key .retrieve-key-title input,
.retrieve-key .retrieve-key-title label{
    cursor:pointer;
}
.retrieve-key .retrieve-word{
    width: 848px;
    display: inline-block;
}
.retrieve-btn{
    width: 200px;
    line-height: 40px;
    border-radius: 3px;
    border:1px solid #01499b;
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    cursor: pointer;
    font-size: 16px;
}
.retrieve-btn-face{
    background: #01499b;
    font-size: 16px;
    color: #ffffff;
}
.retrieve-btn-line{
    color: #01499b;
}
.retrieve-btn:hover {
    text-decoration: none;
    background: #02428b;
    color: #ffffff;
}
.message-form-btn{
    margin-left: 192px;
}
.retrieve-btn-qx{
    border-color: #01499b;
    color:#01499b;
}
.uesr-agreement-table{
    width: 100%;
    border-collapse:collapse;
}
.msg-table-box{
    max-height: 445px;
    overflow: auto;
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #e1e2e1
}
.uesr-agreement-table td,.uesr-agreement-table th{
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ddd;
}
.uesr-agreement-table th{
    width: 250px;
    background: #f6f6f6;
    text-align: right;
    font-weight: normal;
}
.uesr-agreement-table td{
    text-align: left;
}

.retrieve-btn-qx:hover{
    color: #fff;
}
.retrieve-mat input[type="checkBox"] {
    display: none;
}
.retrieve-mat input[type="checkBox"] + label:before {
    border: 1px solid #d9d9d9;
    content: "\00a0";
    display: inline-block;
    font: 14px/1em sans-serif;
    height: 14px;
    padding: 0;
    vertical-align: top;
    border-radius: 2px;
    width: 14px;
    margin-right: 10px;
}

.retrieve-mat input[type="checkBox"]:checked + label:before {
    background: #01499b;
    border: 1px solid #01499b;
    color: #ffffff;
    content: "\2713";
    font-weight: bold;
    text-align: center;
}

.retrieve-mat input[type="checkBox"]:checked + label:after {
    font-weight: bold;
}

/**/
input[type=radio]{
    display: none;
}
input[type="radio"] + label:before {
    border: 1px solid #d9d9d9;
    content: "\00a0";
    display: inline-block;
    font: 14px/1em sans-serif;
    height: 14px;
    padding: 0;
    vertical-align: top;
    border-radius: 9px;
    width: 14px;
    margin-right: 10px;
}

input[type="radio"]:checked + label:before {
    border: 1px solid #01499b;
    color: #ffffff;
    content: "\2713";
    font-weight: bold;
    text-align: center;
}
input[type="radio"]:checked + label:after {
    background: #01499b;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 10px;
    vertical-align: top;
    border-radius: 9px;
    width: 10px;
    margin-right: 10px;
    position: absolute;
    left: 3px;
    top: 3px;
}
.retrieve-key-title input[type="radio"]:checked + label:after {
    top: 3px;
}
/*检索结果----------------------------------------------end*/
/*个人中心----------------------------------------------start*/
.slide1{
    width: 270px;
    background: #fff;
    /*background: #fff url("../../../default/website/image/secondPhase/l-bg.png") center bottom no-repeat;*/
    border-right: 1px solid #f5f5f5;
}
.slide-en{
    width: 315px;
    background-image: none;
}
.list-panel-en{
    width: 875px;
    border: none;
    padding: 20px 0 0;
}
.slide-person{
    width: 260px;
    background-image: none;
}
.slide-none{
    display: none;
}
.news-panel1{
    width: 930px;
    background: #ffffff;
}
.message-item{
    padding: 20px 0;
}
.message-form{
    display: block;
    background: #ffffff;
    min-height: calc(100vh - 433px);
}
.message-item li{
    font-size: 16px;
    line-height: 60px;
    position: relative;
    cursor: pointer;
}
.message-item li:before{
    content: "";
    width: 10px;
    height: 20px;
    background:#f3f3f3;
    position: absolute;
    top: 19px;
    left: 20px;
}
.message-item li i{
    position: absolute;
    top: 0;
    right: 6px;
    font-size: 18px;
    font-weight: normal;
    display: none;
}
.message-item li a{
    display: block;
    padding: 0 10px 0 50px;
}
.slide-en .message-item li a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.message-item li:hover,
.message-item ul li.active{
    color: #01499b;
    background: #d2e3f4;
}
.slide-en .message-item li:hover,
.slide-en .message-item ul li.active{
    padding-right: 30px;
}
.message-item li:hover:before,
.message-item ul li.active:before{
    background: #01499b;
}
.message-item li:hover a,
.message-item ul li.active a{
    color: #01499b;
    font-weight: 600;
}
.message-item ul li:hover i,
.message-item ul li.active i{
    display: block;
    color: #01499b;
}
.message-panel{
    display: none;
}
.message-form{
    display: block;
}
.message-form-title{
    height: 84px;
    line-height: 94px;
    font-size: 24px;
    padding: 0 30px;
    border-bottom: 1px solid #eaeaea;
    font-weight: 600;
    margin-bottom: 30px;
    color: #19264b;
}
.message-form-cont{
    margin-bottom: 30px;
}
.message-form-cont span{
    width: 200px;
    text-align: right;
    display: inline-block;
    line-height: 40px;
    float: left;
}
.captcha-con-code{
    width: 110px !important;
    line-height: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    border: 1px solid #01499b;
    overflow: hidden;
}
.captcha-con-code img {
    height: 42px;
    margin-left: 10px;
}
.message-form-cont input {
    width: 420px;
    float: left;
    margin-right: 10px;
}
.message-form-cont textarea {
    width: 420px;
    float: left;
    margin-right: 10px;
}
.message-form-cont .retrieve-word-long{
    width: 550px;
}
.message-form-cont p{
    color: #b5b5b5;
    display: inline-block;
    float: left;
    line-height: 40px;
}
.message-form-cont a{
    cursor:pointer;
}
.message-form-cont label{
    line-height: 40px;
    color: red;
}
.mss-fm-anno{
    font-size: 12px;
    float: left;
    margin-left: 200px;
    color: #b5b5b5;
}
.mss-fm-btn{
    line-height: 32px;
    height: 32px;
    padding: 0 20px;
    border-radius: 3px;
    background: #b9b9b9;
    float: left;
    text-decoration: none;
    margin-right: 10px;
    color: #ffffff;
    margin-top: 4px;
}
.advancedApplyBtn{
    line-height: 40px;
}
.mss-fm-btn:hover {
    text-decoration: none;
    color: #ffffff;
}

.mss-fm-btnon {
    background: #de970d;

}

/*关于本站--------------------*/
.message-con-intro {
    padding: 30px 32px 20px 32px;
}

.message-con-intro p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 10px;
}

.message-web-map h4 {
    line-height: 50px;
    background: #f5f5f5;
    padding: 0 20px;
    color: #01499b;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 10px;
}
.message-web-list a{
    width: 154px;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #e0ebf7;
    border-radius: 3px;
    color: #333333;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}
.message-web-list a:nth-child(5){
    margin-right: 0;
}
.mss-user{
    vertical-align: middle;
    margin: -26px 20px 0 0;
}
.message-form-second{
    padding: 26px 0 40px;
}
.mss-user-name,
.mss-user-name:focus{
    border-color: transparent;
    cursor: default;
}
.retrieve-word[disabled]{
    background-color: #f6f6f6;
    cursor: not-allowed;
}
.user-gender label{
    padding-right: 20px;
    color: #333;
}
.user-gender input[type=radio]{
    float: initial;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: -2px 5px 0 0;
}
/*个人中心----------------------------------------------end*/

/*案例列表页页面样式------------------------------------------start*/
/*左侧二级菜单样式*/
li.has-subnav > i {
    display: block;
    margin-right: 6px;
    font-weight: normal;
    font-size: 16px;
}
li.has-subnav:hover,
li.has-subnav.active{
    background: transparent !important;
}
.list-subnav span{
    position: relative;
    display: block;
    height: 54px;
    line-height: 54px;
    background-color: transparent;
    cursor: pointer;
}
.list-subnav span a{
    display: block;
    padding: 0 11px 0 73px;
}
.list-subnav span:before{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: #333;
    position: absolute;
    top: 25px;
    left: 54px;
}
.list-subnav .active a{
    color: #01499b;
}
.list-subnav span i{
    position: absolute;
    top: 0;
    right: 6px;
    font-size: 18px;
    display: none;
}
.list-subnav span:hover,
.list-subnav span.active{
    background-color: #d2e3f4;
    color: #01499b;
}
.list-subnav span:hover:before,
.list-subnav span.active:before{
    background-color: #01499b;
}
.list-subnav span:hover i,
.list-subnav span.active i {
    color: #01499b;
    display: block;
}
/*头部选择区域样式*/
.case-choose{
    padding: 16px 16px 10px 16px;
    margin-bottom: 20px;
    background: #f5f5f5 url("../../../default/website/image/secondPhase/choose-bg.png") right bottom no-repeat;
}
.case-choose-item{
    position: relative;
    padding-left: 90px;
    margin: 8px 0;
}
.case-choose-item p{
    position: absolute;
    top: 3px;
    left: 0px;
    font-weight: 700;
}
.case-choose-item ul li{
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    margin: 0 10px 10px 0;
    border-radius: 3px;
    background: transparent;
    cursor: pointer;
    min-width: 80px;
    text-align: center;
}
.case-choose-item ul span{
    margin-left: -15px;
    cursor: pointer;
    position: relative;
    padding: 0 2px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 10px;
}
/*.case-choose-item ul span:hover{*/
/*    background: #01499b;*/
/*    color: #fff;*/
/*}*/
.case-choose-item ul span i{
    font-size: 12px;
    margin-right: 0;
}
.case-choose-item ul li:hover,
.case-choose-item ul li.active{
    background: #01499b;
    color: #fff;
}
#flbmChildDiv{
    width: 100%;
    padding: 10px 10px 0px 10px;
    background: #d2e3f4;
    margin:5px 0 10px -20px;
    display: none;
}
#flbmChildDiv ul li.active{
    background: #01499b !important;
    color: #fff;
}
#flbmChildDiv ul li{
    border: 1px solid #01499b;
    color: #01499b;
}
#flbmChildDiv ul li:hover{
    background: #01499b !important;
    color: #fff;
}
.case-choose-item #flbmChildDiv ul li.active{
    background: none;
}
.case-choose-item.position ul li{
    position: relative;
}
.case-choose-item ul .triangle{
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #d2e3f4 transparent;
    position: absolute;
    bottom: -15px;
    left: -50px;
}

/*案例列表页页面样式------------------------------------------end*/

/*收藏夹页面样式------------------------------------------start*/
.collect-con{
    padding: 0 16px;
}
.collect-js{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e2e5ef;
}
.collect-js p{
    padding-left: 10px;
}
.collect-js p > span{
    padding: 0 6px;
    color: red;
}
.collect-js .select-dropdown{
    margin-top: 9px;
}
.collect-list .learn-item{
    border-bottom: 1px dashed #e2e5ef;
    border-top: none;
}
.collect-list .learn-msg{
    padding-left: 1px;
}
.collect-list .learn-msg:before{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: #19264b;
    position: absolute;
    top: 23px;
    left: 3px;
}
.collect-list .learn-msg h3{
    font-weight: normal;
    color: #333;
}
.collect-list .learn-msg ul li{
    padding-bottom: 2px;
    font-size: 12px;
}
.legalMrak-tj-list .learn-msg{
    padding-right: 0px;
}
.collect-qx-btn a{
    font-size: 14px;
    color: #01499b;
}
.collect-qx-btn:hover a{
    color: #02428b;
}
.collect-list .learn-msg:hover:before{
    background: #01499b;
}
.collect-list .learn-msg:hover h3 a{
    color: #01499b;
}
/*收藏夹页面样式------------------------------------------end*/

/*通知消息页面样式------------------------------------------start*/
.notice-title p{
    width: 100px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
    margin-top: 32px;
    border: 1px solid #01499b;
    color: #01499b;
    font-weight: normal;
    cursor: pointer;
}
.notice-title p:hover{
    background: #01499b;
    color: #fff;
}
.notice-con{
    padding: 14px;
}
.notice-list .learn-item{
    border: none;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border-radius: 4px;
    border-bottom: none;
}
.notice-list .learn-msg{
    padding-left: 6px;
}
.notice-list .learn-msg:before{
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 1px;
    background-color: #666;
    position: absolute;
    top: 25px;
    left: 12px;
}
.notice-list .learn-msg h3{
    color: #666;
    font-weight: normal;
}
.notice-list .learn-btn{
    cursor: default;
    font-size: 14px;
    color: #999999;
}
.notice-list .notice-list-wd{
    background-color: #f8e5e5;
}
.notice-list .notice-list-wd h3{
    color: #01499b;
}
.notice-list .notice-list-wd .learn-msg:before{
    background-color: #01499b;
}
.notice-list-wd .learn-btn{
    color: #01499b;
}
.notice-key{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 0;
    border-bottom: 2px solid #e5e5e5;
}
.notice-key p{
    margin-right: 20px;
    color: #888;
}
.notice-con p{
    line-height: 28px;
    padding: 10px 0 30px;
}
/*通知消息页面样式------------------------------------------end*/

/*修改密码页面样式------------------------------------------start*/
.edit-password .message-form-cont{
    margin-bottom: 30px;
}
.edit-password .message-form-btn{
    margin-top: 60px;
}
.password-level ul{
    margin-top: 10px;
}
.password-level ul li{
    display: inline-block;
    width: 120px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 20px;
    background-color: #d9d9d9;
}
.password-level ul li.level-highlight{
    background-color: #01499b;
    color: #fff;
}
.divider{
    line-height: 20px;
    position: relative;
    text-align: center;
    color: #999999;
    margin-bottom: 30px;
}
.divider span{
    background: #ffffff;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}
.divider:before{
    content: "";
    width: 80%;
    height: 1px;
    background: #dddddd;
    position: absolute;
    top: 10px;
    left: 10%;
    z-index: 0;
}
/*修改密码页面样式------------------------------------------end*/

/*法律评注列表页面样式------------------------------------------start*/
.legalMrak-banner{
    height: 206px;
    padding: 16px;
    background: url("../../../default/website/image/legal-bg.png") top center no-repeat;
}
.legalMrak-banner > div{
    position: relative;
    height: 100%;
    background: rgba(255,255,255,.7);
}
.legalMrak-banner-con{
    padding: 28px 190px 28px 220px;
}
.legalMrak-banner-con > div{
    height: 118px;
    padding-left: 46px;
    border-left: 1px solid rgba(93,12,0,.1);
}
.legalMrak-banner-con h3{
    padding-top: 10px;
    font-size: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.legalMrak-banner-con ul{
    margin: 24px 0 20px;
}
.legalMrak-banner-con ul li{
    display: inline-block;
    line-height: 28px;
    padding-right: 30px;
    font-size: 16px;
}
.legalMrak-banner img{
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -67px;
}
.legalMrak-banner-btn{
    position: absolute;
    top: 50%;
    right: 26px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #01499b;
    margin-top: -20px;
    color: #01499b;
    font-size: 16px;
    cursor: pointer;
}
.legalMrak-banner-btn:hover{
    background: #01499b;
    color: #fff;
}
.legalMrak-tj{
    margin-top: 10px;
    background: #fff;
}
.legalMrak-tj-list .learn-msg h3{
    font-size: 16px;
}
.legalMrak-tj-list .learn-msg h3 span{
    color: #01499b;
    font-weight: 700;
}
.legalMrak-tj-list .learn-msg ul li{
    font-size: 14px;
}
/*法律评注列表页面样式------------------------------------------end*/

/*法律评注详情页面样式------------------------------------------start*/
.legalMrak-l{
    width: 260px;
    background: #fff;
}
.legalMrak-r{
    width: 930px;
}
/*左侧导航样式*/
.legalMrak-l-title{
    height: 52px;
    line-height: 52px;
    padding: 0 16px;
    border-bottom: 1px solid #e2e5ef;
    /*background: #01489b;*/
}
.legalMrak-l-title p{
    font-size: 16px;
    font-weight: 700;
    /*color:#fff;*/
}
.legalMrak-l-switch span{
    font-size: 12px;
    color: #49516a;
}
.legalMrak-l-con{
    width: 100%;
    max-height: calc(100vh - 235px - 53px);
    padding: 14px 16px;
    overflow: auto;
}
/*滚动条样式优化*/
.legalMrak-l-con::-webkit-scrollbar-track-piece,.msg-table-box::-webkit-scrollbar-track-piece {
    -webkit-border-radius: 0;
    border-radius:5px;
}
.legalMrak-l-con::-webkit-scrollbar,.msg-table-box::-webkit-scrollbar{
    width: 5px;
    height: 10px;

}
.legalMrak-l-con::-webkit-scrollbar-thumb,.msg-table-box::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #e0e0e0;
    -webkit-border-radius: 6px;
    border-radius:5px;
    outline-offset: -2px;
    filter: alpha(opacity = 50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.legalMrak-l-con::-webkit-scrollbar-thumb:hover,.msg-table-box::-webkit-scrollbar-thumb:hover {
    height: 50px;
    background-color: #878987;
    -webkit-border-radius: 6px;
}
.legalMrak-l-item{
    margin-bottom: 10px;
}
.legalMrak-l-item p{
    position: relative;
    padding-left: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.legalMrak-l-item p:hover{
    color: #01499b;
}
.legalMrak-l-node-item > p > i,
.legalMrak-l-chap-item > p > i{
    position: absolute;
    top: 0;
    left: -3px;
    padding-right: 3px;
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
}
.legalMrak-l-node-item.open > p > i,
.legalMrak-l-chap-item.open > p > i{
    position: absolute;
    top: 2px;
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
}
.legalMrak-en-l .legalMrak-l-item p{
    margin-bottom: 16px;
}
.legalMrak-en-l .legalMrak-l-node-item > p > i,
.legalMrak-en-l .legalMrak-l-chap-item > p > i{
    top: -2px;
}
.legalMrak-en-l .legalMrak-l-node-item.open > p > i,
.legalMrak-en-l .legalMrak-l-chap-item.open > p > i{
    top: 0;
}
.legalMrak-l-item p span{
    display: inline-block;
    width: 69%;
    margin-top: -4px;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.legalMrak-l-node{
    display: none;
    padding-left: 15px;
}
.legalMrak-l-node-item > ul{
    display: none;
}
.legalMrak-l-item > ul{
    padding-left: 15px;
}
.legalMrak-l-chap-item > ul{
    display: none;
}
.legalMrak-l-chap-item.open > ul{
    display: block;
}
.legalMrak-l-chap-item.open > .legalMrak-l-node{
    display: block;
}
.legalMrak-l-node-item.open > ul{
    display: block;
}
.legalMrak-l-item ul li{
    line-height: 32px;
    color: #49516a;
    cursor: pointer;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -wekit-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.legalMrak-l-item ul li:hover{
    color: #01499b;
}
.legalMrak-l-item ul .active{
    color: #01499b;
}
/*右侧内容样式*/
.legalMrak-r-con{
    padding: 12px 40px;
    background: #fff;
}
.legalMrak-r-con h3{
    text-align: center;
    line-height: 58px;
    border-bottom: 2px solid #f5f5f5;
    font-size: 24px;
}
.legalMrak-r-msg{
    margin-top: 10px;
    padding: 12px 30px;
    background-color: #f5f5f5;
}
.legalMrak-r-msg ul{
    font-size: 0;
}
.legalMrak-r-msg ul li{
    display: inline-block;
    width: 50%;
    line-height: 32px;
    color: #49516a;
}
.legalMrak-r-msg ul li i{
    display: inline-block;
    width: 90px;
    text-align: right;
    font-style: normal;
    vertical-align: middle;
}
.legalMrak-r-msg ul li span{
    display: inline-block;
    width: calc(100% - 90px);
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.legalMrak-laws h5{
    margin: 14px 0;
    text-align: center;
    font-size: 16px;
}
.legalMrak-laws h6{
    font-size: 16px;
    text-align: center;
}
.legalMrak-laws-box{
    line-height: 2em;
    font-size: 16px;
    margin: 8px 0;
}
.legalMrak-laws-box span{
    font-weight: 700;
}
.legalMrak-laws-box span.purport{
    font-weight: 700;
    margin-left:0;
}
.legalMrak-laws-p{
    display: initial;
}
.legalMrak-laws-p p{
    line-height: 2em !important;
    font-size: 16px;
    text-align: justify;
    font-family:"Arial","microsoft yahei" !important;
    word-wrap: break-word;
}
.legalMrak-laws-p p span{
    font-size: 16px;
    font-weight: normal;
    font-family:"Arial","microsoft yahei" !important;
}
.legalMrak-laws-p p:nth-child(1){
    display:inline;
}
.legalMrak-keys-laws{
    min-height: 32px;
    line-height: 28px;
    padding: 2px 12px;
    margin: 10px 0;
    background-color: #f7f8f8;
}
.legalMrak-link {
    color: #01499b;
    min-height: 28px;
}
.legalMrak-link b{
    float: left;
}
.legalMrak-link .termBox{
    width: 89%;
    float: left;
}
.legalMrak-link .termBox span{
    display: inline-block;
    padding-right: 10px;
    cursor: pointer;
    color:#01499b;
}
.legalMrak-link span:hover{
    text-decoration: underline;
}
.legalMrak-key-word b{
    color:#01499b;
}
.legalMrak-key-word span{
    color:#000;
}
.legalMrak-key-word span{
    padding-right: 10px;
}
.legalMrak-totle-btn{
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    padding: 0 24px 0 12px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #01499b;
    color:#01499b;
    cursor: pointer;
}
.legalMrak-totle-btn:hover{
    background: #01499b;
    color: #fff;
}
.legalMrak-totle-btn .icon-xiaoxi{
    font-size: 14px;
}
.legalMrak-totle-btn i{
    vertical-align: middle;
}
.legalMrak-totle-btn span{
    display: inline-block;
    margin-top: -2px;
    padding: 0 4px;
    vertical-align: middle;
}
.legalMrak-totle-btn i.icon-sanjiao{
    position: absolute;
    top: 2px;
    right: 4px;
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
}
.legalMrak-totle-btn.open i.icon-sanjiao{
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
}
.legalMrak-timeLine{
    display: none;
    position: relative;
    background-color: #f5f7fa;
    border: 1px solid #01499b;
    padding: 40px 20px 20px 30px;
    margin-bottom: 16px;
    border-radius: 3px;
}
.legalMrak-timeLine:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #faf5f5;
    position: absolute;
    top: -8px;
    left: 31px;
    z-index: 10;
}
.legalMrak-timeLine:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffd5d5;
    position: absolute;
    top: -9px;
    left: 30px;
    z-index: 9;
}
.legalMrak-item{
    position: relative;
    border-left: 1px solid #b4c7d9;
    padding-bottom: 25px;
}
.legalMrak-item:last-child{
    padding-bottom: 4px;
}
/*.legalMrak-item:first-child:before{
    content: "\e614";
    font-family: "iconfont";
    font-size: 26px;
    color: #01499b;
    position: absolute;
    top: -24px;
    left: -14px;
}*/
.legalMrak-item-dot{
    position: absolute;
    top: 0;
    left: -8px;
    width: 14px;
    height: 14px;
    background-color: #01499b;
    border-radius: 7px;
}
.legalMrak-item-con{
    padding-left: 20px;
}
.legalMrak-item-con h6{
    padding: 0 0 10px;
    font-size: 16px;
    text-align: left;
}
.legalMrak-item-con ul{
    margin: 8px 0 6px;
}
.legalMrak-item-con ul li{
    display: inline-block;
    line-height: 22px;
    padding-right: 20px;
    color: #555;
}
.legalMrak-item-msg{
    background-color: #ffffff;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.08);
    border-radius: 3px;
}
.content-txt{
    padding: 16px 12px;
    line-height: 22px;
    color: #666;
}
.legalMrak-item-msg > span{
    display: block;
    height: 32px;
    line-height: 34px;
    padding: 0 12px;
    background-color: #f9f9f9;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
    color: #01499b;
    cursor: pointer;
}
.legalMrak-item-msg span b{
    font-weight: normal;
}
.legalMrak-item-msg span i{
    padding-left: 3px;
    font-size: 12px;
}
.legalMrak-item-msg span:hover{
    color: #416196;
}
.news-bg1{
    background: #fff;
}
.news-bg2{
    background: #faf0e7;
}
.news-bg3{
    background: #ddeee3;
}
.news-bg4{
    background: #e2edf2;
}
/*法律评注详情页面样式------------------------------------------end*/
/*个人中心更改手机号弹窗--------------------------------------start*/
.tc-mask{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.uesr-agreement{
    display: none;
    width: 890px;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    padding: 40px 50px 20px ;
    z-index: 100;

}
.uesr-agreement-infor{
    height: auto;
    padding: 40px 20px 20px;
    transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.change-number{
    width: 750px;
    height: 520px;
}
.change-number-con,.change-approve-con{
    margin: 30px 0 0 16px;
    padding: 20px;
}
.uesr-agreement h3{
    font-size: 24px;
}
.change-number-con .message-form-cont span,.change-approve-con .message-form-cont span{
    width: 150px;
}
.change-number-con .message-form-cont .retrieve-word,.change-approve-con .message-form-cont .retrieve-word{
    width: 350px;
}
.change-number-con .message-form-cont .register-code{
    width: 230px;
}
.change-number-con .message-form-cont{
    position: relative;
}
.change-number-con .message-form-cont .error{
    position: absolute;
    top: 30px;
    left: 150px;
}
.change-approve-con .message-form-cont{
    position: relative;
}
.change-approve-con .message-form-cont .retrieve-word{
    position: static;
}
.change-approve-con .message-form-cont label{
    position: absolute;
    top: 30px;
    left: 150px;
}
.register-obtain{
    width: 110px;
    line-height: 40px;
    background: #01499b;
    border-radius: 3px;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    float: left;
}
.register-obtain:hover{
    color: #ffffff;
    background: #02428b;
}

/*个人中心更改手机号弹窗--------------------------------------end*/

/*手机号修改成功提示弹窗--------------------------------------start*/
.register-tips{
    display: none;
    width: 750px;
    height: 580px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -290px 0 0 -375px;
    padding: 80px 0 70px ;
    z-index: 100;
}
.register-tips i{
    display: block;
    font-size: 100px;
    color: #21c35d;
}
.register-tips h3{
    margin: 36px 0 30px;
    font-size: 40px;
    color: #28c661;
}
.register-tips p{
    line-height: 40px;
    font-size: 16px;
    color: #666;
}
.tc-button{
    width: 408px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #01499b;
    border-radius: 3px;
    border: none;
    margin: 48px 0 26px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}
.tc-button a{
    color: #fff;
}
.tc-button:hover{
    background-color: #02428b;;
}
.register-tips span{
    display: block;
    color: #999;
}
.register-tips span a{
    color: #01499b;
}
/*手机号修改成功提示弹窗--------------------------------------end*/
/*讨论在线话题页--------------------------------------start*/
.main-talk{
    margin: 30px auto;
}
.talk-item{
    padding: 20px 14px;
    border-bottom: 1px solid #e5e5e5;
}
.talk-item h1{
    position: relative;
    padding-left: 24px;
    font-size: 20px;
    color: #222;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dialog-question h1{
    white-space: pre-wrap;
}
.talk-item a:hover h1{
    color: #01499b;
}
.talk-item h1:before{
    content: "";
    width: 10px;
    height: 20px;
    background-color: #01499b;
    position: absolute;
    top: 4px;
    left: 0;
}
.talk-item p{
    padding: 16px 0;
    line-height: 24px;
    font-size: 16px;
}
.talk-key span{
    padding-right: 16px;
    color: #999;
}
/*讨论在线话题页--------------------------------------end*/
/*讨论在线话题页详情--------------------------------------start*/
.dialog-con{
    padding: 26px;
    /*background: #fff;*/
}
.dialog-question{
    padding-top: 0;
}
.dialog-question h1{
    padding: 0;
}
.dialog-question h1:before{
    display: none;
}
.dialog-question:hover h1{
    color: #222;
}
.dialog-box{
    padding: 10px 0;
}
.dialog-item{
    padding: 6px 0;
}
.dialog-user img{
    width: 32px;
    vertical-align: middle;
}
.dialog-user span{
    padding-left: 10px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    color: #222;
}
.dialog-msg{
    display: inline-block;
    line-height: 24px;
    margin-top: 12px;
    padding: 13px 16px;
    background-color: #f5f5f5;
    border-radius: 0 6px 6px 6px;
}
/*讨论在线话题页详情--------------------------------------end*/
/*期货法苑列表页----------------------------------------------start*/
/*精选好文*/
.jxhw-l-item{
    height: 90px;
    background-color: #f5f5f5;
    padding-right: 10px;
}
.jxhw-l-image{
    width: 120px;
    height: 90px;
    overflow: hidden;
}
.jxhw-l-item img{
    width: 120px;
    height: 90px;
    object-fit: cover;
    transition: all .6s;
}
.jxhw-l-item .qhfy-l-msg{
    width: calc(100% - 134px);
}
.jxhw-l-item .qhfy-l-msg p{
    max-height: initial;
    line-height: 26px;
    padding-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jxhw-l-item .qhfy-l-msg span{
    line-height: 22px;
    letter-spacing: 1px;
    color: #666;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.qhfy-l-item:hover .jxhw-l-image img{
    transform: scale(1.1);
}
.jxhw-r{
    width: 295px;
    height: 376px;
    margin: initial;
    border-radius: 0;
    position: relative;
    top: -6px;
}
.jxhw-r a{
    display: block;
    width: 100%;
    height: 100%;
}
.jxhw-r img{
    transition: all 0.3s;
}
.jxhw-r:hover img{
    transform: scale(1.1);
}
/*普法视频*/
.pfsp-item{
    width: 100%;
    height: 460px;
    background: url("../../../default/website/image/secondPhase/qhfy-bg.png") center center no-repeat;
}
.pfsp-list{
    height: 280px;
    background-color: #fff;
    box-shadow: 0 1px 8px 0 rgba(15, 50, 119, 0.1);
    cursor: pointer;
}
.pfsp-video{
    height: 170px;
    position: relative;
    overflow: hidden;
}
.pfsp-video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s ease;
}
.pfsp-video i{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    /*transform: translate(-50%,-50%);*/
    /*-webkit-transform: translate(-50%,-50%);*/
    /*-moz-transform: translate(-50%,-50%);*/
    /*-ms-transform: translate(-50%,-50%);*/
    /*-o-transform: translate(-50%,-50%);*/
    font-size: 48px;
    color: #fff;
}
.pfsp-list h1{
    height: 60px;
    padding: 12px 14px;
    line-height: 26px;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.pfsp-list p{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 14px;
    color: #a8afb8;
    margin-top: 5px;
}
.pfsp-video video{
    object-fit: cover;
}
.pfsp-box{
    height: 280px;
    margin-top: 40px;
}
.pfsp-box .law-con {
    height: 280px;
}
.pfsp-box .swiper{
    height: 280px;
}
.pfsp-box .swiper-slide {
    width: 285px !important;
    overflow: hidden;
}
.pfsp-box .swiper-slide:hover i{
    transform: rotate(360deg);
    transition: all 1s ease;
}
.pfsp-box .swiper-slide:hover img{
    transform: scale(1.1);
    transition: all .2s ease;
}
.pfsp-list:hover i{
    color: #01499b;
    transform: rotate(360deg);
    transition: all 1s ease;
}
.pfsp-list:hover img{
    transform: scale(1.1);
}
/*期货法苑列表页----------------------------------------------end*/
/*期货法苑详情页----------------------------------------------start*/
/*普法视频*/
.pfsp-r-con{
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px 0;
}
.pfsp-r-con .pfsp-list{
    width: 280px;
    margin: 0 25px 20px 0;
    cursor: pointer;
}
.pfsp-r-con .pfsp-list:nth-child(3n){
    margin-right: 0;
}
/*精选好文*/
.jxhw-item{
    padding: 10px 0;
    border-bottom: 1px dashed #e2e5ef;
    cursor: pointer;
}
.jxhw-item:last-child{
    border-bottom: 1px solid #e2e5ef;
}
.jxhw-item a{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.jxhw-item img{
    width: 134px;
    height: 80px;
}
.jxhw-msg{
    width: calc(100% - 150px);
    line-height: 32px;
}
.jxhw-title{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.jxhw-title h1{
    width: calc(100% - 100px);
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jxhw-title span{
    color: #999;
}
.jxhw-msg p{
    line-height: 32px;
    color: #999;
}
.jxhw-item:hover h1{
    color: #01499b;
    font-weight: 700;
}
/*期货法苑详情页----------------------------------------------end*/
/*法律评述列表英文版----------------------------------------------start*/
.laws-box-en{
    padding: 20px 30px;
}
.laws-en-item{
    display: block;
    position: relative;
    padding: 30px 0;
    border-bottom: 1px dashed #e5e5e5;
    cursor: pointer;
}
.laws-en-item:last-child{
    border-bottom: 1px solid #e5e5e5;
}
.laws-en-item:before{
    content: "";
    width: 8px;
    height: 8px;
    background-color: rgba(1,73,155,.3);
    border-radius: 50%;
    position: absolute;
    top: 38px;
    left: 0;
}
.laws-en-title{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 24px;
}
.laws-en-title p{
    width: calc(100% - 126px);
    height: 48px;
    line-height: 24px;
    color: #222;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.laws-en-title span{
    line-height: 24px;
    font-size: 16px;
    color: #999;
}
.laws-en-item i{
    position: absolute;
    top: auto;
    right: 0;
    bottom: 12px;
    color: rgba(1,73,155,.3);
    font-size: 34px;
}
.laws-en-item:hover:before{
    background: #01499b;
}
.laws-en-item:hover .laws-en-title p{
    color: #01499b;
}
.laws-en-item:hover i{
    color: #01499b;
}
/*法律评述列表英文版----------------------------------------------end*/
/*关于我们英文版----------------------------------------------start*/
.main-about-en{
    margin: 30px auto;
}
.about-en-con{
    padding: 20px;
    background: #fff;
}
.about-en-p{
    margin-bottom: 16px;
    line-height: 29px;
    text-indent: 2em;
    font-size: 16px;
    color: #222;
}
.about-en-g{
    margin-top: 26px;
}
.about-en-e{
    padding-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}
.about-en-flex{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.about-en-flex img{
    width: 600px;
}
.about-en-r{
    width: calc(100% - 600px);
    padding-left: 20px;
}
.about-en-r h1{
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e5e5e5;
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    color: #19264b;
}
.about-en-r h1:before{
    content: "";
    width: 116px;
    height: 4px;
    background-color: #01499b;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.about-en-r h1:after{
    content: "";
    width: 40px;
    height: 4px;
    background-color: #bf0000;
    position: absolute;
    bottom: -3px;
    left: 0;
}
/*关于我们英文版----------------------------------------------end*/
