/*----------------------------二级列表页-------------------------*/
.subpage{
    position:relative;
    padding-left:220px;
    margin-bottom: 60px;}
.subpage.no-sider{
    background:#fff;
    padding-left:0;}
.subpage.no-sider .siderBar{
    display:none;}
.subpage.no-sider > .contant{}
.subpage > .contant{
    min-height: 750px;
    background: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 5px;}

/*---------二级列表页_begin----------*/
.subpage .content-box > .list{
    width:100%;
    padding: 0 15px 20px;}
.subpage .content-box > .list li{
    display:block;
    line-height: 40px;
    padding:10px 115px 10px 20px;
    border-bottom:1px dashed #bfbfbf;
    position:relative;
    font-size: 18px;}
.subpage .content-box > .list li .iconfont {
    position: absolute;
    left: 0;
    color: #ddd;}

.subpage .content-box > .list li a {
    width: 100%;
    display: inline-block;
    color: #333;
    margin-left: 5px
;}
.subpage .content-box > .list li a > span {
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.subpage .content-box > .list li > span{
    color: #0f3272;
    display:block;
    position:absolute;
    top:7px;
    right:0;
    padding-right: 10px;}
.subpage .content-box > .list li:hover{
    background:#f8f8f8;}
.subpage .content-box > .list li:hover .iconfont,
.subpage .content-box > .list li:hover a,
.subpage .content-box > .list li:hover span {
    color: #005982;}

/*---------二级列表页_end----------*/

/*---------二级列表(图片列表)页_begin----------*/
.subpage .listbar-pic > .list li {
    padding-left: 0;}
.subpage .listbar-pic > .list li:before {
    content: '';
    display: none;}
.subpage .listbar-pic > .list li a{
    display: inline-block;
    width: 90%;
    height: 80px;
    line-height: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;}
.subpage .listbar-pic > .list li a img{
    width: 106px;
    height: 80px;
    margin-right: 30px;
    vertical-align: middle;}
.subpage .listbar-pic > .list li span {
    margin-top: 20px;}
/*---------二级列表(图片列表)页_end----------*/

/*---------二级列表详情页_begin----------*/
.subpage .textbox{}
.subpage .textbox > .title{
    border-bottom:1px solid #f5f5f5;
    text-align:center;
    padding:15px;}
.subpage .textbox > .title h1{
    font-size:21px;
    font-weight:800;
    color:#444;
    line-height:1.5em;}
.subpage .textbox > .title > span{
    color:#999;
    line-height:2em;
    margin:0 1em;}
.subpage .textbox > .msbox {
    width:auto;
    font-size:14px;
    line-height:2em;
    padding: 20px;}

.subpage .textbox > .msbox::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;}
.subpage .textbox > .msbox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    background: #0f3272;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);}
.subpage .textbox > .msbox::-webkit-scrollbar-track {/*滚动条里面轨道*/
    border-radius: 0;
    background: rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);}
.subpage .textbox > .msbox p{
    text-indent:0;
    margin-bottom:1em;}
/*---------二级列表详情页_end----------*/



.subpage .search-bar{
    padding:50px 0;
    border-bottom:1px solid #eee;
    margin:0 30px;
    margin-bottom:40px;}
.subpage .search-bar > .search-tool{
    width:500px;
    margin:0 auto;}
.subpage .search-bar > .search-tool > input{
    display:block;
    width:410px;
    line-height:22px;
    height:22px;
    font-size:12px;
    padding:8px 12px;
    background:#fff;
    border:2px solid #4774d6;
    border-radius:3px 0 0 3px;
    float:left;}
.subpage .search-bar > .search-tool > button{
    display:block;
    width:62px;
    line-height:42px;
    font-size:14px;
    color:#fff;
    background:#4774d6;
    border:0;
    border-radius:0 3px 3px 0;
    float:left;
    overflow:hidden;}
.subpage .search-bar > .search-tool > button:hover{
    background:#4879e4;
    cursor:pointer;}
.slideTxtBox .column-title {
    height: 50px;
    line-height: 50px;
    background: #f2f2f2;
    padding: 0 10px 0 20px;
    border-bottom: 1px solid #bfbfbf;
    position: relative;}

.slideTxtBox .column-title:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 15px;
    border-radius: 2px;
    width: 5px;
    height: 20px;}

.slideTxtBox .column-title.tab-red:before {
    background: #720f2d;}
.slideTxtBox .column-title .title {
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
    font-size: 18px;
    color: #333;}
.slideTxtBox {
    width: 100%;
    text-align: left;}

.slideTxtBox .hd ul li.on {
    color: #0f3272;}

.column-list {
    padding: 0 15px;
    zoom: 1;}

.column-li {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #bfbfbf;}

.column-li .title {
    color: #333;
    white-space: nowrap;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;}

.column-li .date {
    color: #0f3272;}
/*----------------------------二级列表页_end-------------------------*/

/*----------------------------二级列表内容详情页_begin------------------------*/
.details-wrap {
    background: #fff;
    margin: 20px 0;}
.details-wrap .breadcrumb {
    height: 40px;
    background: #f2f2f2;}
.details-wrap .details {
    border: 1px solid #bfbfbf;
    min-height: 600px;
    border-radius: 5px;}
.details-wrap .details .title{
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #bfbfbf;}
.details-wrap .details .title.no-border{
    border-bottom: none;}
.details-wrap .details .title h1{
    font-size: 24px;
    font-weight: 800;
    color: #444;
    line-height: 50px;}
.details-wrap .details .title > span{
    color: #999;
    line-height: 40px;
    margin: 0 10px;}
.details-wrap .details .info {
    width: 95%;
    height: 100px;
    margin: 20px auto 0;
    padding: 10px 40px;
    font-size: 16px;
    color: #808080;
    background: #e5e5e5;}
.details-wrap .details .info p {
    height: 40px;
    line-height: 40px;}
.details-wrap .details .info p span {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: left;}
.details-wrap .details .content {
    padding: 20px 45px;
    max-height: 750px;
    overflow-y: auto;}
.details-wrap .details .content::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;}
.details-wrap .details .content::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    background: #0f3272;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);}
.details-wrap .details .content::-webkit-scrollbar-track {/*滚动条里面轨道*/
    border-radius: 0;
    background: rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);}
/*----------------------------二级列表内容详情页_end-------------------------*/
