@charset "UTF-8";

@import url(animate.css);
body {
    background-color: #f3f4f8;
}

.location {
    margin: 25px 0;
}


/* 频道页 */

.pianqu {
    width: 100%;
    height: 390px;
    background-color: #fff;
    overflow: hidden;
    padding-top: 50px;
}

#touzi_pd .pianqu ul li {
    float: left;
    width: 390px;
    height: 320px;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
    background-image: url(../img/dj2.jpg);
    background-size: cover;
}

#touzi_pd .pianqu ul li:nth-child(2) {
    background-image: url(../img/jc1.jpg);
}

#touzi_pd .pianqu ul li:last-child {
    background-image: url(../img/zx.jpg);
}

#touzi_pd .pianqu ul li:last-child {
    margin-right: 0;
}

#touzi_pd .pianqu ul li span {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 20px;
    color: #fff;
}

#touzi_pd .pianqu ul li .tanchu {
    width: 390px;
    height: 320px;
    background: linear-gradient(#008fd3, #00c8a1);
    position: absolute;
    bottom: -320px;
    transition: all 0.6s;
    z-index: 111;
    padding: 50px 28px 30px;
    box-sizing: border-box;
}

#touzi_pd .pianqu ul li:hover span {
    display: none;
}

#touzi_pd .pianqu ul li:hover .tanchu {
    bottom: 0;
}

#touzi_pd .pianqu ul li .tanchu h4 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

#touzi_pd .pianqu ul li .tanchu p {
    text-align: justify;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

#touzi_pd .pianqu ul li .tanchu a {
    font-size: 37px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

#touzi_pd .zhengce {
    margin-top: 40px;
}
#touzi_pd .zhengce .layui-col-space30>*{
    margin-top: -10px;
}
#touzi_pd .zhengce .wenjian,
#touzi_pd .zhengce .jiedu {
    box-sizing: border-box;
    /* width: 100%; */
    height: 310px;
    background-color: #fff;
    padding: 32px 20px 0 20px;
    box-shadow: 0px 3px 6px #1a2a4c15;
}

#touzi_pd .zhengce h4 {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 700;
    float: left;
}

#touzi_pd .zhengce .layui-icon-right {
    float: right;
    font-size: 26px;
    color: #cdcdcd;
    float: right;
}

#touzi_pd .zhengce ul li {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

#touzi_pd .zhengce .bottom a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#touzi_pd .zhengce .bottom a:hover {
    color: #3e53be;
}

#touzi_pd .zhengce .bottom span {
    display: block;
    text-align: right;
    color: #9c9ca0;
}

#touzi_pd .dongtai {
    height: 310px;
    background-color: #fff;
    margin: 40px auto;
    box-shadow: 0px 3px 6px #1a2a4c15;
    padding: 32px 20px 0 20px;
    box-sizing: border-box;
}

#touzi_pd .dongtai h4 {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 700;
    float: left;
}

#touzi_pd .dongtai .layui-icon-right {
    float: right;
    font-size: 26px;
    color: #cdcdcd;
    float: right;
}

#touzi_pd .dongtai .bottom .left {
    border-right: 1px solid #f1f1f1;
    padding-right: 34px;
    box-sizing: border-box;
}

#touzi_pd .dongtai .bottom .right {
    padding-left: 34px;
    box-sizing: border-box;
}

#touzi_pd .dongtai .bottom ul li {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

#touzi_pd .dongtai .bottom ul li a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#touzi_pd .dongtai .bottom ul li a:hover {
    color: #3e53be;
}

#touzi_pd .dongtai .bottom ul li span {
    display: block;
    text-align: right;
    color: #9c9ca0;
}

#touzi_pd .ld_gw {
    margin-bottom: 40px;
}

#touzi_pd .ld_gw img {
    width: 100%;
}

#touzi_pd .ld_gw .ld {
    width: 585px;
    height: 100px;
    box-sizing: border-box;
    background: url(../img/liandong.png) no-repeat;
    background-size: cover;
    box-shadow: 0px 3px 6px #1a2a4c15;
    padding: 28px 0 0 40px;
}

#touzi_pd .ld_gw .ld h4,
#touzi_pd .ld_gw .gw h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 4px;
    color: #333;
}

#touzi_pd .ld_gw .ld:hover,
#touzi_pd .ld_gw .gw:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    transition: all 0.6s;
}

#touzi_pd .ld_gw a:hover {
    color: #333;
}

#touzi_pd .ld_gw .ld p,
#touzi_pd .ld_gw .gw p {
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
    margin-left: -4px;
}

#touzi_pd .ld_gw .gw {
    width: 585px;
    height: 100px;
    background: url(../img/guwen.png) no-repeat;
    background-size: cover;
    box-shadow: 0px 3px 6px #1a2a4c15;
    padding: 28px 0 0 40px;
    box-sizing: border-box;
}

#touzi_pd .cy_qy {
    width: 100%;
    height: 570px;
    background: url(../img/cybgc.png) no-repeat center center;
    background-size: cover;
    background-color: #3e53be;
    overflow: hidden;
    margin-bottom: -20px;
}

#touzi_pd .cy_qy .title {
    background: url(../img/title_bgc2.png) 50% 50% no-repeat;
    height: 44px;
    text-align: center;
    margin: 60px 0 30px;
}

#touzi_pd .cy_qy h1 a {
    font-weight: 700;
    color: #fff;
    margin: 0;
    font-size: 24px;
    line-height: 36px;
    /* letter-spacing: 2px; */
}

#touzi_pd .cy_qy p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
padding: 0 100px;
}

/* #touzi_pd .cy_qy .qylogo {
    margin-top: 55px;
} */
/* 轮播logo的layui样式修改 */
#cy_qy .layui-carousel{
    background-color: transparent;
    margin-top: 55px;
}
#cy_qy .layui-carousel>[carousel-item]>*{
    background-color: transparent;
}
#cy_qy .layui-carousel>[carousel-item]:before{
    content: '';
}
#cy_qy .layui-carousel[lay-arrow=always] .layui-carousel-arrow{
    left: -56px;
    top: 130px;
}
#cy_qy .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add]{
    right: -56px;
}
#cy_qy .layui-carousel-ind{
    top: 0px;
}
/* 轮播logo的layui样式修改结束 */

#touzi_pd .cy_qy .qylogo ul {
    overflow: hidden;
    margin-bottom: 6px;
}

#touzi_pd .cy_qy .qylogo ul li {
    /* background: url(../img/logo.png); */
    width: 235px;
    height: 126px;
    background-color: #fff;
    margin-right: 6px;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

#touzi_pd .cy_qy .qylogo ul li img:hover {
    animation: pulse 1s;
}

#touzi_pd .cy_qy .qylogo ul li:last-child {
    margin-right: 0;
}


/* 左导航 */

.l_anv {
    text-align: center;
    /* height: 280px; */
    /* background-color: #fff; */
}

.l_anv .top {
    height: 66px;
    line-height: 66px;
    background-color: #3e53be;
    margin-bottom: 8px;
    font-family: 'SourceHanSansCN Bold';
    font-size: 24px;
    /* font-weight:700; */
    color: #fff;
}

.l_anv .bottom ul li {
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    background-color: #fff;
    margin-bottom: 5px;
    /* font-weight:700; */
}

.l_anv .bottom ul li:hover,
.l_anv .bottom ul li .hover {
    background-color: #c0cafa;
    color: #fff;
}

.l_anv .bottom ul li a:hover {
    color: #fff;
}

.l_anv .bottom ul li a {
    display: block;
    width: 100%;
}


/* 2右侧上方当前栏目导航栏css */

.r_content {
    /* height: 860px; */
    /* background-color: #fff; */
    margin-bottom: 40px;
}

.r_content .top {
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 25px;
    height: 66px;
    line-height: 66px;
    background-color: #fff;
    margin-bottom: 8px;
}

.r_content .top a {
    /* padding-left: 5px;
    border-left: 4px solid #3e53be; */
    font-size: 20px;
    font-weight: 700;
    color: #3e53be;
}

.r_content .top a::before {
    content: "";
    border-left: 4px solid #3e53be;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    margin-top: -3px;
}


/* 翻页 */

.page-out {
    background-color: #fff;
    width: 100%;
    /* height: 155px; */
    padding: 40px 0 80px 0;
    margin-bottom: 40px;
}

.page {
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
    list-style-type: none;
    overflow: hidden;
}

.page li {
    display: inline-block;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.page li a {
    font-family: "微软雅黑";
    font-size: 16px;
    color: #3e53be;
    border-width: 1px;
    border-style: solid;
    border-color: #e8e8e8;
    display: block;
    padding: 0 12px;
    line-height: 33px;
    margin-right: 5px;
    text-align: center;
    width: auto;
    overflow: inherit
}

.page li span {
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;
    background-color: #3e53be;
    border-width: 1px;
    border-style: solid;
    border-color: #e8e8e8;
    display: block !important;
    padding: 0 12px;
    line-height: 33px;
    margin-right: 5px;
    text-align: center;
    width: auto
}

.page li.jump {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #000;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    padding: 5px;
    line-height: 15px;
}

.page li.jump select {
    border: 1px #000000 solid;
    font-family: "微软雅黑";
    font-size: 12px;
    display: inline-block;
    margin-top: 1px;
}


/* 支持政策解读右下方内容区 */

.r_content .bottom {
    background-color: #fff;
    padding: 25px 25px;
    box-sizing: border-box;
}

.r_content .bottom>ul>li:nth-of-type(5) {
    padding-bottom: 25px;
    border-bottom: 1px dotted #cbcbcb;
}

.r_content .bottom>ul>li:nth-of-type(6) {
    padding-top: 25px;
}

.r_content .bottom>ul>li:nth-of-type(10) {
    padding-bottom: 25px;
    border-bottom: 1px dotted #cbcbcb;
}

.r_content .bottom>ul>li:nth-of-type(11) {
    padding-top: 25px;
}

.r_content .bottom>ul>li a {
    font-size: 18px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}

.r_content .bottom>ul>li a:hover {
    color: #3e53be;
}

.r_content .bottom>ul>li div>div>span {
    display: block;
    color: #666666;
    text-align: right;
    width: 100%;
    line-height: 40px;
}


/* 投资动态 */
#content{
margin-bottom:40px;
}
.content .top {
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 25px;
    height: 66px;
    line-height: 66px;
    background-color: #3e53be;
    margin-bottom: 8px;
}

.content .top a {
    /* padding-left: 5px;
    border-left: 4px solid #3e53be; */
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.content .top a::before {
    content: "";
    border-left: 4px solid #fff;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    margin-top: -3px;
}
.content .top .guidang{
    display:block;
    float:right;
    padding-right:20px;
}
.content .top .guidang p{
    color: #fff;
    font-size: 16px;
}

.content .bottom {
    box-sizing: border-box;
    /* overflow: hidden; */
}

.content .bottom>ul  li {
    box-sizing: border-box;
    padding: 25px;
    margin-bottom: 12px;
    background-color: #fff;
    min-height: 160px;
}

.content .bottom>ul  li:last-child {
    margin-bottom: 0;
}

.content .bottom>ul  li h4 {
    margin-bottom: 10px;
    /* font-weight: 700; */
    font-size: 18px;
}

.content .bottom>ul  li a:hover {
    color: #3e53be;
}

.content .bottom>ul  li>span {
    margin-right: 20px;
    color: #949494;
}

.content .bottom>ul  li>p {
    margin-top: 10px;
    line-height: 24px;
    color: rgb(87, 86, 86);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}


/* 解读 */

#jiedu .content .bottom {
    background-color: #fff;
    padding: 25px 25px;
    box-sizing: border-box;
}

#jiedu .content .bottom>ul>li {
    all: inherit;
}

#jiedu .content .bottom>ul>li:nth-of-type(5) {
    padding-bottom: 25px;
    border-bottom: 1px dotted #cbcbcb;
}

#jiedu .content .bottom>ul>li:nth-of-type(6) {
    padding-top: 25px;
}

#jiedu .content .bottom>ul>li:nth-of-type(10) {
    padding-bottom: 25px;
    border-bottom: 1px dotted #cbcbcb;
}

#jiedu .content .bottom>ul>li:nth-of-type(11) {
    padding-top: 25px;
}

#jiedu .content .bottom>ul>li a {
    font-size: 18px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}

#jiedu .content .bottom>ul>li a:hover {
    color: #3e53be;
}

#jiedu .content .bottom>ul>li div>div>span {
    display: block;
    color: #666666;
    text-align: right;
    width: 100%;
    line-height: 40px;
}

.content_bottom {
    background-color: #fff;
    padding: 25px;
min-height: 500px;
}

.sec-list {
    padding: 30px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.sec-list ul {
    width: 98%;
    margin: 0 auto;
}

.sec-list li {
    min-height: 38px;
}

.sec-list li a {
    font-size: 18px;
    color: #000;
    line-height: 38px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.sec-list li a div {
    color: #1b4e91;
    display: inline-block;
    cursor: pointer
}

.sec-list li a:hover {
    color: #2f5db8
}

.sec-list li span {
    text-align: right;
    color: #666666;
    font-size: 14px;
    width: 100%;
    line-height: 38px;
    display: block
}

.sec-list li:nth-child(5) {
    border-bottom: 1px #cbcbcb dotted;
    padding-bottom: 32px
}

.sec-list li:nth-child(6) {
    padding-top: 27px
}

.sec-list li:nth-child(10) {
    border-bottom: 1px #cbcbcb dotted;
    padding-bottom: 32px
}

.sec-list li:nth-child(11) {
    padding-top: 27px
}

.sec-list .layui-collapse {
    border: 0;
}

.sec-list .layui-collapse .layui-colla-title {
    font-size: 18px;
    padding-left: 15px;
    height: 50px;
    line-height: 50px;
    background-color: #f6f6f6;
}

.sec-list .layui-collapse .layui-colla-item {
    border: 0;
}

.sec-list .layui-collapse .layui-colla-icon {
    left: auto;
    right: 15px;
}

.sec-list .layui-colla-content {
    padding: 10px 0;
    border: 0;
}

.sec-list .layui-colla-content ul {
    margin: 5px auto;
    width: 95%;
}

.sec-list .layui-colla-content ul li:nth-child(5) {
    border-bottom: 0;
    padding-bottom: 0;
}

.sec-list .layui-colla-content ul li:nth-child(6) {
    padding-top: 0;
}

.sec-list .layui-colla-content ul li:nth-child(7) {
    border-bottom: 1px #cbcbcb dotted;
    padding-bottom: 32px;
}

.sec-list .layui-colla-content ul li:nth-child(8) {
    padding-top: 27px;
}

.sec-list .layui-colla-content li a i {
    display: inline-block;
    color: #666666;
    margin-right: 8px;
}

.sec-con {
    width: 98%;
    margin: 0 auto;
    padding: 0 !important;
}

.sec-con h1 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.sec-con p {
    padding-bottom: 15px;
}

.sec-con * {
    font-size: 18px;
    line-height: 32px;
    text-decoration: none !important;
}
.sec-con a:hover{
    color:#3e53be;
}
.sec-con img {
    display: inline-block;
    margin: 10px auto;
    max-width: 100%;
}

.sec-con table {
    width: 100%;
    border: 1px #f3f3f3 solid;
    border-bottom: 0;
}

.sec-con table thead {
    background-color: #2f5db8;
    box-sizing: border-box;
    overflow: hidden;
}

.sec-con table thead td {
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    border-right: 1px #f3f3f3 solid;
    box-sizing: border-box;
    padding: 0;
}

.sec-con table td {
    box-sizing: border-box;
    border-right: 1px #f3f3f3 solid;
    border-bottom: 1px #f3f3f3 solid;
    padding: 10px 15px;
}

.sec-con table td p {
    padding-bottom: 0;
}

.sec-pic>div>span {
    display: contents;
}

.sec-pic>div>span>* {
    padding: 7.5px;
}

.sec-pic a.sec-pic-list span {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    width: 100%;
    display: block;
    margin-top: 8px;
    text-align: justify;
    transition: all .3s;
    -webkit-transition: all .3s;
    min-height: 80px;
}

.sec-pic a.sec-pic-list:hover span {
    color: #2f5db8;
}

.sec-pic .sec-pic-weibo {
    font-size: 0;
}

.sec-pic .sec-pic-weibo li {
    width: 15%;
    margin-right: 2%;
    display: inline-block;
    padding-bottom: 15px !important;
    padding-top: 0 !important;
    vertical-align: top;
    border: 0 !important;
}

.sec-pic .sec-pic-weibo li:nth-of-type(6n) {
    border: 0;
    margin-right: 0;
}

.sec-pic .sec-pic-weibo a.sec-pic-list img {
    height: auto;
    width: 80%;
    display: block;
    margin: 0 auto;
    border-radius: 100px;
}

.sec-pic .sec-pic-weibo a.sec-pic-list span {
    text-align: center;
    margin-top: 10px;
    line-height: 25px;
    word-break: normal;
    white-space: normal;
    width: 80%;
    margin: 10px auto 0;
    min-height: 60px;
}

.sec-pic.zt_pic a.sec-pic-list span {
    line-height: 22px;
    min-height: 44px;
    text-align: center;
}


/* 移动端 */

@media screen and (max-width:768px) {
    .location {
        color: #868686;
        margin: 16px 0;
        font-size: 0.875rem;
    }
    .location a {
        color: #868686;
        font-size: 0.875rem;
    }
    /* 频道页 */
    #touzi_pd .layui-container{
        padding: 0 15px;
    }
    #touzi_pd .pianqu{
        height: 100%;
        background-color: transparent;
        padding-top: 0;
    }
    #touzi_pd .pianqu .m_pianqu li{
        float: left;
        width: 33%;
        margin-right: 0;
        height: auto;
        text-align: center;
        background-image:none!important;
        background-color: #fff;
        padding: 20px 0;
    }
    #touzi_pd .pianqu .m_pianqu li img{
        margin-bottom: 10px;
    }
    #touzi_pd .pianqu .m_pianqu li p{
        font-size: 0.875rem;
    }
    #touzi_pd .zhengce{
        margin-top: 20px;
    }
    #touzi_pd .zhengce .wenjian, 
    #touzi_pd .zhengce .jiedu{
        padding: 20px 10px 10px 10px;
    height: 100%;
    min-height: 280px;
    }
    #touzi_pd .zhengce h4{
        margin-bottom: 0;
    }
    #touzi_pd .zhengce .bottom{
        margin: 10px 0;
    }
    #touzi_pd .zhengce .bottom ul li{
        border-bottom: 1px #d6d6d6 solid;
    }
    #touzi_pd .zhengce .bottom ul li:last-child{
        border: 0;
    }
    #touzi_pd .zhengce .bottom .chakan{
        all: inherit;
    display: block;
    width: 100% !important;
    }
    #touzi_pd .zhengce .bottom .gengduo{
        width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 1.02rem;
    margin-top: 10px;
    text-align: center;
    background-color: #f2f2f2;
    border: 1px solid #3e53be;
    }

    #touzi_pd .dongtai{
        padding: 20px 10px 10px 10px;
    height: 100%;
    min-height: 280px;
    margin: 20px auto;
    }
    #touzi_pd .dongtai h4{
        margin: 0;
    }
    #touzi_pd .dongtai .bottom{
        margin: 10px 0;
    }
    #touzi_pd .dongtai .bottom .left{
        border-right: 0;
        padding: 0;
    }
    #touzi_pd .dongtai .bottom ul li{
        border-bottom: 1px #d6d6d6 solid;
    }
    #touzi_pd .dongtai .bottom ul li:nth-child(4){
        border: 0;
    }
    #touzi_pd .dongtai .bottom .chakan{
        all: inherit;
    display: block;
    width: 100% !important;
    }
    #touzi_pd .dongtai .bottom .gengduo{
        width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 1.02rem;
    margin-top: 10px;
    text-align: center;
    background-color: #f2f2f2;
    border: 1px solid #3e53be;
    }
    #touzi_pd .ld_gw{
        margin-bottom: 20px;
    }
    #touzi_pd .ld_gw .layui-col-space30>*{
        margin-top: -10px;
    }
    #touzi_pd .ld_gw .ld{
        width: 100%;
        height: 68px;
        padding: 24px 0 0 40px;
    }
    #touzi_pd .ld_gw .gw{
        width: 100%;
        height: 68px;
        padding: 24px 0 0 40px;
    }
    #touzi_pd .ld_gw .ld h4,
     #touzi_pd .ld_gw .gw h4{
        font-size: 1.25rem;
    }



    /* 栏目页 */
    .l_anv .top {
        height: 46px;
        line-height: 46px;
        font-size: 1.125rem;
    }
    .l_anv .bottom ul li {
        width: 49%;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
        height: 36px;
        line-height: 36px;
        font-size: 1.05rem;
    }
    .l_anv .bottom ul li:nth-child(2n) {
        margin-right: 0;
    }
    .content_bottom{
        padding: 25px 16px;
    }
    .sec-con p{
        padding-bottom: 10px;
    }
    .sec-con *{
        font-size: 1.02rem;
    }
    .content .top{
        height: 46px;
        line-height: 46px;
        margin-bottom: 10px;
    }
    .content .top a{
        font-size: 1.125rem;
    }
    .content .top a::before {
        height: 1.125rem;
    }
    .r_content {
        margin-bottom: 20px;
    }
    .r_content .bottom {
        padding: 25px 16px;
    }
    .r_content .bottom>ul>li a {
        font-size: 1.02rem;
        line-height: 34px;
    }
    .r_content .bottom>ul>li:nth-of-type(5),
    .r_content .bottom>ul>li:nth-of-type(10) {
        padding-bottom: 16px;
    }
    .r_content .bottom>ul>li:nth-of-type(6),
    .r_content .bottom>ul>li:nth-of-type(11) {
        padding-top: 16px;
    }
    .page-out {
        padding: 20px 0 48px 0;
    }
    .page li span {
        font-size: 1.02rem;
    }
    #jiedu .content .top {
        height: 46px;
        line-height: 46px;
        margin-bottom: 10px;
    }
    #jiedu .content .top a {
        font-size: 1.125rem;
    }
    #jiedu .content .bottom {
        padding: 25px 16px;
    }
    #jiedu .content .bottom>ul>li a {
        font-size: 1.02rem;
        line-height: 34px;
    }
    #jiedu .content .top a::before {
        height: 1.125rem;
    }
    #jiedu .content .bottom>ul>li:nth-of-type(5),
    #jiedu .content .bottom>ul>li:nth-of-type(10) {
        padding-bottom: 16px;
    }
    #jiedu .content .bottom>ul>li:nth-of-type(6),
    #jiedu .content .bottom>ul>li:nth-of-type(11) {
        padding-top: 16px;
    }
    #touzidongtai .content .top {
        height: 46px;
        line-height: 46px;
        margin-bottom: 10px;
    }
    #touzidongtai .content .top a {
        font-size: 1.125rem;
    }
    #touzidongtai .content .bottom>ul span li{
        padding: 16px;
    margin-bottom: 8px;
    }
    #touzidongtai .content .bottom>ul span li h4 {
        font-size: 1.02rem;
    }
    #touzidongtai .content .bottom>ul span li>span,
    #touzidongtai .content .bottom>ul span li>p {
        font-size: 0.875rem;
    }
    #touzidongtai .content .bottom>ul span li>p {
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

}