.listpage{
    /*padding-top: 1.32rem;*/
}

.sub-banner{
    width: 100%;
    height: 4.2rem;
    background-size: cover;
}


.section-f {
    width: 100%;
    padding:0 0 .45rem 0;
}
.section-f .wp {
    /*align-items: flex-start;*/
}
.section-f .sidebar-left {
    width: 2.4rem;
    position: relative;
    height: 5rem;
}
.section-f .sub-nav {
    width: 100%;
    position: absolute;
    top:-.7rem;
}
.section-f .sub-nav .sub-nav-tit {
    height: 1rem;
    background-image: linear-gradient(to right, #0883e0, #266dda, #5549d2);
    padding-left: .55rem;
}
.section-f .sub-nav {
    background: #fff;
}
.section-f .sub-nav .sub-nav-tit h3 {
    font-size: .22rem;
    color: #fff;
}
.section-f .sub-nav .sub-nav-tit .toggle {
    display: none;
}
.section-f .sub-nav ul.show {
    display: block !important;
}
.section-f .sub-nav ul {
    background: #f4f4f5;
}
.section-f .sub-nav ul li {
    position: relative;
    padding-left: .55rem;
    border-bottom: 1px dashed rgba(221, 221, 221);
}
.section-f .sub-nav ul li:last-child {
    border-bottom: none;
}
.section-f .sub-nav ul li:hover,.section-f .sub-nav ul li.cur {
    padding-left: .65rem;
}
.section-f .sub-nav ul li a {
    font-size: .18rem;
    line-height: .86rem;
    color:#606266;
}
.section-f .sub-nav ul li:hover a,.section-f .sub-nav ul li.cur a {
    color: #003284;
}

.section-f .sub-nav ul li .icon {
    position: absolute;
    font-size: .18rem;
    right: .12rem;
    top: 0;
    line-height: .86rem;
    text-align: center;
    cursor: pointer;
    color: #cccccc;
}
.section-f .sub-nav ul li .icon-zk {
    display: block;
}
.section-f .sub-nav ul li .icon-sq {
    display: none;
}

.section-f .sub-nav ul li.open .icon-zk {
    display: none;
}

.section-f .sub-nav ul li.open .icon-sq {
    display: block;
}

.section-f .sub-nav ul li .sub {
    display: none;
}

.section-f .sub-nav ul li.open .sub{
    display: block;
}

.section-f .sub-nav ul li .sub ul li {
    padding-left: .15rem;
    border: none;
}

.section-f .sub-nav ul li .sub ul li a {
    line-height: .48rem;
    color:#606266;
}

.section-f .sub-nav ul li .sub ul li.cur a {
    color:#003284;
}

.section-f .sidebar-right {
    width: calc(100% - 2.9rem);

}

.section-f .sidebar-right .box-hd {
    padding: .2rem 0.05rem;
    margin-bottom: 0;
    /*border-bottom: 1px solid #e4e7ed;*/
}

.section-f .sidebar-right .box-hd .tit {
    font-size: .28rem;
}

.section-f .sidebar-right .box-hd .position {
    font-size: .16rem;
    line-height: .42rem;
    color: #909399;
}
.section-f .sidebar-right .box-hd .position a{
    font-size: .16rem;
    color: #606266;
}
.section-f .sidebar-right .box-hd .position a:hover {
    color: #003284;
}

.section-f .lists {
    padding: .1rem .25rem;
    background: #ffffff;
    box-shadow: 0px 0.02rem 0.05rem 0px rgba(0, 0, 0, 0.1);

}
.section-f .lists ul li {
    padding: .15rem;
    border-bottom: 1px solid #e4e7ed;
    position: relative;
}
.section-f .lists ul li a .txt {
    display: flex;
    align-items: center;
    color:#606266;
}

.section-f .lists ul li i {
    font-weight: 600;
    /*color: #003284;*/
}
.section-f .lists ul li h4 {
    font-size: .18rem;
    line-height: .36rem;
    font-weight: normal;
    padding-left: .1rem;
    flex: 1;

}
.section-f .lists ul li .date {
    font-size: .18rem;
    /*color: #909399;*/
}

.section-f .lists ul li:last-child {
    border-bottom: 0;
}
.section-f .lists ul li::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 1px;
    background: #003284;
    transition: all 0.6s ease 0s;
}
.section-f .lists ul li:last-child::after {
    display: none;
}

.section-f .lists ul li:hover a .txt{
    color:#003284;
}

.section-f .lists ul li:hover::after {
    content: "";
    width: 100%;
    transition: all 0.6s ease 0s;
}



.section-f .image-lists {
    padding: .25rem .25rem 0;
    background: #fff;
    box-shadow: 0px 0.02rem 0.05rem 0px rgba(0, 0, 0, 0.1);
}
.section-f .image-lists ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section-f .image-lists ul li {
    width: calc(50% - .25rem);
    margin-bottom: .25rem;
    padding: .1rem .15rem;
    background: #f3f4f6;
}
.section-f .image-lists ul li a {
    /*position: relative;*/
    display:flex;
    flex-direction: row;
}

.section-f .image-lists ul li a .img-box {
    width: 1.36rem;
    height: 1.81rem;
}

.section-f .image-lists ul li a .img-box .img {
    width: 1.36rem;
    height: 1.81rem;
}

.section-f .image-lists ul li a .txt {
    flex: 1;
    position: relative;
    padding: .1rem 0 .1rem .2rem;
    background: #f3f4f6;
}

.section-f .image-lists ul li a .txt h4 {
    font-size: .18rem;
    font-weight: 500;
    line-height: .36rem;
    margin-bottom: .05rem;
}

.section-f .image-lists ul li a .txt p {
    font-size: .15rem;
    line-height: .26rem;
    color:#606266;
}

.section-f .content {
    padding: .3rem .36rem;
    background: #fff;
    box-shadow: 0px 0.02rem 0.05rem 0px rgba(0, 0, 0, 0.1);
}

.content .tit h4{
    /*color: #003384;*/
    font-weight: 500;
    font-size: .24rem;
    line-height: .4rem;
    text-align: center;
}

.content .tit h2{
    /*color: #003384;*/
    font-weight: 500;
    font-size: .32rem;
    line-height: .56rem;
    text-align: center;
}

.content .opr {
    padding: .25rem 0 .15rem .1rem;
    border-bottom: 1px solid #e4e7ed;
    /*justify-content: flex-end;*/
}
.content .opr .info span {
    margin-right: .2rem;
}
.content .opr .resize span {
    position: relative;
    vertical-align: bottom;
    cursor: pointer;
}
.content .opr .resize span.large-size {
    font-size: .20rem;
    margin: 0 .05rem;
}
.content .opr .resize span.large-size:after{
    content: '+';
    font-size: .12rem;
    position: absolute;
    top: 0;
    right: -.07rem;
}
.content .opr .resize span.normal-size {
    font-size: .17rem;
    margin: 0 .05rem;
}
.content .opr .resize span.small-size {
    font-size: .14rem;
    margin: 0 .05rem;
}
.content .opr .resize span.small-size:after {
    content: '-';
    font-size: .12rem;
    position: absolute;
    top: -.03rem;
    right: -.05rem;
}


.content .con {
    font-size: .18rem;
    line-height: 1.8em;
    padding: .2rem 0;
}

.content .con p {
    text-indent: 2em;
    margin-bottom: .1rem;
}
.content .con p.vsbcontent_img {
    text-indent: 0;
    text-align: center;
}

.content .con p.vsbcontent_img img {
    height: auto !important;
}

.content .con p.vsbcontent_start {
    text-indent: 2em;
}

.content .con .info {
    text-align: right;
    padding: .1rem 0;
    font-size: .16rem;
    color: #606266;
    font-family: '楷体';
}

.content .con .info span {
    margin-right: .10rem;
}

.content .con .info span:last-child {
    margin-right: 0;
}
#hits span {
    margin-right: 0;
}

.content .pager p {
    font-size: .16rem;
    line-height: .32rem;
}

.content .share {
    padding-bottom: .2rem;
    font-size: .16rem;
    color: #909399;
    font-family: '微软雅黑' !important;
}

/*分页*/
.pages {
    text-align: center;
    padding:.2rem 0 .3rem;
    font-size: .16rem;
    line-height:.16rem;
    color:#303133;
}


.pages .p_fun_d, .pages .p_no_d, .pages .p_no_o,.pages .p_fun a, .pages .p_no a{
    border: 1px solid #e4e7ed;
    padding: .08rem .15rem;
    margin-left:.05rem;
    display:inline-block;
    vertical-align:middle;
}

.pages .p_t{
    line-height:.16rem;
    margin:0;
    padding:0;
    display:inline-block;
    vertical-align:middle;
}

.pages .p_fun_d, .pages .p_no_d, .pages .p_no_o{
    color: #ccc;
}

.pages .p_fun a, .pages .p_no a{
    color: #303133;
}

.pages .p_dot {
    margin-left: .04rem;
    margin-right:-.04rem;
    color:#303133;
}

.pages .p_dosize_d, .pages .p_dosize a{
    border-right:1px solid #e4e7ed;
    padding: 1px 5px;
    color: #888888;
}

.pages .p_dosize_d{
    color: #303133;
}

.pages .p_dosize a:hover{
    color: #303133;
}

.pages .p_dosize_last_d, .pages .p_dosize_last a{
    border-right-width:0;
}


/*按钮控制*/
.pages .p_first,.pages .p_first_d,.pages .p_last,.pages .p_last_d{
    display:none;
}

/*样式1-4*/
.pages .p_no a:hover,.pages .p_fun a:hover, .pages .p_goto a:hover, .pages .p_search a:hover {
    background-color: #f5f5f5;
}
/*样式1 蓝*/
.pages .p_no_d {
    border: 1px solid #003284;
    color: #fff;
    background-color: #003284;
}
