/*----------------------------浜岀骇鍒楄〃椤�-------------------------*/
.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{
    border-left:0;
}
.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;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}
.subpage .content-box > .list li a {
    width: 100%;
    display: inline-block;
    color: #333;
}
.subpage .content-box > .list li a > span {
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.subpage .content-box > .list li:before{
    content:"";
    width: 15px;
    height: 15px;
    position:absolute;
    top:20px;
    left:0;
}
.subpage .content-box > .list li:hover{
    background:#f8f8f8;
}
.subpage .content-box > .list li > span{
    color: #0f3272;
    display:block;
    position:absolute;
    top:7px;
    right:0;
    padding-right: 10px;
}
/*---------浜岀骇鍒楄〃椤礯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{
    /*padding:20px;*/
}
.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;
    max-height: 750px;
    overflow-y: auto;
}

.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-bottom: 20px;
}
.details-wrap .details {
    border: 1px solid #bfbfbf;
    min-height: 600px;
}
.details-wrap .details .title{
    border-bottom: 1px solid #bfbfbf;
    text-align: center;
    padding: 15px;
}
.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 .content {
    padding: 20px;
    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-------------------------*/