/*整体布局*/

.p-content {
    width: 100%;
    min-height: 600px;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    margin: 15px 0px;
}


/*左侧nav*/

.m-listleft {
    width: 19.196%;
    background: #fff;
}

.m-listleft h1 {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    background: url(../img/list.png) no-repeat;
    margin-bottom: 0px!important;
    text-align: center;
    text-indent: 20%;
}

.m-listleft-bd {
    min-height: 867px;
    border: 1px solid #dde4ef;
    border-top: none;
    padding-top: 10px;
    position: relative;
}

.m-listleft-bd a {
    display: block;
    font-size: 18px;
    color: #053c97;
    /* æµè§ˆå™¨ä¸æ”¯æŒæ—¶æ˜¾ç¤º */
    background-repeat: no-repeat;
    width: 174px;
    margin: 0 auto;
    text-indent: 7px;
    height: 26px;
    line-height: 26px;
    border-bottom: 1px dashed #e9ecf3;
    margin-bottom: 15px;
    text-indent: 12px;
    background: url(../img/replay.png) no-repeat 0px 5px;
}

.m-listleft-bd .listactive {
    background: url(../img/replays.png) no-repeat 0px 5px;
}


/*右侧文章页*/


/*导航*/

.m-location {
    width: 94%;
    margin: 0 auto;
    border-bottom: 1px solid #d2d2d2;
    height: 33px;
    line-height: 33px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-indent: 24px;
    font-size: 16px;
    color: #3358a4;
    text-align: left;
}

.m-location a {
    color: #3358a4;
}

.selte {
    height: 47px;
    line-height: 50px;
}

.selte .icon {
    background: #4472c4;
    width: 10px;
    height: 25px;
    float: left;
    margin-top: 13px;
    border-radius: 4px;
    margin-left: 30px;
}

.selte .topleftname {
    float: left;
    margin-left: 15px;
    height: auto;
    font-size: 24px;
    color: #2e6daf
}

.m-listright {
    border: 1px solid #c9d4e7;
}

.m-listright,
.mainBox {
    width: 79.9%;
    min-height: 867px;
    background: #fff;
}

.m-listbd {
    min-height: 848px;
    border-top: none;
    padding-top: 10px;
    position: relative;
}

.m-listbd ul li {
    line-height: 36px;
    text-align: left;
    margin: 7px 0;
    position: relative;
    padding-left: 45px;
    padding-right: 25px;
}

.m-listbd ul li i {
    width: 4px;
    height: 4px;
    background: #000000;
    position: absolute;
    left: 26px;
    top: 48%;
    margin-top: -3px;
}

.m-listbd ul li a {
    padding-left: 14px;
    font: 16px/1.5 "Microsoft YaHei";
    line-height: 36px;
}

.m-listbd ul li span {
    font-size: 16px;
    color: #000000;
    float: right;
}

.m-listbd ul li .triangle {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 8px;
    margin-left: 5px;
    border-top: 4px solid transparent;
    border-left: 8px solid #858484;
    border-bottom: 4px solid transparent;
    float: none;
}


/*分页*/

#page_div {
    line-height: 20px;
    position: absolute;
    bottom: 35px;
    text-align: right;
    font-size: 14px;
    font-family: 'Arial';
    margin-top: 10px;
    width: 96%;
    margin-left: 2%;
    clear: both;
}

#pagination_input {
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin: 0 8px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
}

#page_div .pagination_index,
#page_div .pagination_index_num {
    background: #FFFFFF;
    border: 1px solid #d9d7d7;
    padding: 0 8px;
    margin-right: 5px;
    float: left;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

#page_div .pagination_index a,
#page_div .pagination_index_num a {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000;
}

#page_div .pagination_index a:hover,
#page_div .pagination_index_num a:hover {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000;
}

#page_div .pagination_index_last {
    width: 260px;
    float: right;
    text-align: right;
}

#page_div .pagination_index_num {
    margin-right: 2px;
    padding: 0px 5px;
}

#page_div .currentIndex {
    background: #0054a2;
    line-height: 22px;
    height: 22px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

.page-list {
    padding: 5px;
    position: relative;
}

.page-list .pagination {
    float: left;
    display: inline-block;
}

.page-list .pagination span {
    cursor: pointer;
}

.page-list .pagination .separate span {
    cursor: default;
    border-top: none;
    border-bottom: none;
}

.page-list .pagination .separate span:hover {
    background: none;
}

.page-list .page-total {
    float: right;
}

.page-list .page-total input,
.page-list .page-total select {
    height: 26px;
    border: 1px solid #ddd;
}

.page-list .page-total input {
    width: 40px;
    padding-left: 3px;
}

.page-list .page-total select {
    width: 50px;
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: #eee
}

.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;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

.pagination>.disabled>span,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager:before,
.pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager:before,
.pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff
}

.chidChannes a {
    margin-right: 15px;
}

.chidChannes {
    margin: 0px 27px;
    line-height: 30px;
    text-align: left;
    border-bottom: 1px solid #d2d2d2d2;
    padding: 0 21px;
}

.chidChannes a.listactive {
    font-weight: bold;
}

.zcf {
    padding: 0px 95px;
    text-align: left;
}

.zcf h2 {
    font-size: 24px;
    color: #414141;
    font-weight: bold;
}

.isent {
    line-height: 42px;
    margin-top: 30px;
    font-size: 16px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ededed;
}

.isent input {
    height: 40px;
    width: 271px;
    border: 1px solid #1aba71;
}

.isent input:focus {
    outline: none
}

.isent button {
    display: block;
    height: 46px;
    width: 273px;
    background: #1aba71;
    font-size: 21px;
    color: #ffffff;
    border: none;
    outline: none;
    margin-left: 139px;
    margin-top: 28px;
    cursor: pointer;
}

.swats {
    float: left;
    font-size: 16px;
    position: relative;
    min-width: 130px;
    height: 60px;
    padding-left: 24px;
}

.swats:first-child {
    min-width: 154px;
    padding-left: 0px;
}

.symbol {
    position: absolute;
    top: 20px;
    left: 0px;
}

.swats .resdide {
    font-size: 30px;
    color: #1aba71;
    margin-right: 5px;
}

.wegith {
    margin-top: 35px;
    font-size: 16px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ededed;
}

.wegith span {
    float: left;
    color: #1aba71;
}

.wegith img {
    margin-left: 35px;
}

.lasttime {
    font-size: 16px;
    color: #1aba71;
    margin-top: 35px;
    display: block;
    line-height: 28px;
}