

/************ web 投教园地等列表 ***********/
body {
    font-family:'Ali-Regular';
}

.list_container{
    width: 100%;
    float: left;

}
.list_container .list_box{
    /*width: 960px;*/
    margin: 0 auto;
    /*padding: 0 20px;*/

}
.list_container .list_box .list001{
    width: 96%;
    float: left;
    padding: 30px 2%;
}

.list_container .list_box .list001 .list002{
    max-width: 960px;
    min-width: 800px;
    margin: 0 auto;

}




.list002 h2{
    position: relative;
    font-size: 30px;
    font-weight: normal;
    color: rgba(0,0,0,1);
    padding: 10px 9px;
    font-family: "Adobe Heiti Std R";
    text-shadow: 1px 1px 1px #cdcdcd;
    margin-bottom: 10px;

}


.list002 h2 .sp001{
    position: absolute;
    height: 60%;
    width: 6px;
    background: #433D38;
    left: -10px;
    top: 20%;

}

.list002 .img001{
    margin-right: 10px;
    width: 15px;
}

.list001 ul{
   width: 100%;
}

.list001 ul li{
    font-size: 16px;
    font-family: "PingFangSC-Regular";
    border-bottom: 1px solid #D5D5D5;
    padding: 15px 0;
    line-height: 16px;
    font-weight: 600;

}
.list001 ul li a{
    color:#5B5B5B
}
.list001 ul li p{
    position: relative;
    letter-spacing: 1px;
    /*float: left;*/
}
.list001 ul li span{
    /*float: right;*/
    position: absolute;
    right: 0;
}



/************ web 投教园地等列表 ***********/


.list_box{
    width: 100%;
    float: left;

}
.list_box .list_box2{
    width: 960px;
    margin: 0 auto;

}
.list_box .list_box2 .article{
    width: 100%;
    float: left;

}

.list_box .list_box2 .article .list_article{
    float: left;
    width: 100%;
    /*background: #ffffff;*/
    /* border-radius: 30px; */
    /*margin: 10px 0;*/
    /*padding: 2%;*/
    /* overflow: auto; */
    /*text-align: center;*/


}

.article .article_l{
    float: left;
    width: 40%;
}
.article .article_r{
    float: left;
    width: 60%;
}

.article .article_r h2{
    font-size: 30px;
    line-height: 46px;
}

.article .article_r p{
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
}

.article .article_l img{
    /*float: right;*/
    width: 200px;
    margin: 0 auto;
    display: block;
}


/*选择页*/
.page_text {
    float: right;
    margin-top: 20px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.page_text .page_a1{
    margin: 0 10px;
    color:#333;
    padding: 3px 4px;
    border: 1px solid #EAEAEA;
}
.page_text .page_input1{
    width: 30px;
}
.page_text .page_a2{
    margin: 0 10px;
    color:#fff;
    background: #444;
    padding: 3px 4px;
    border: 1px solid #EAEAEA;
}

.page_a1{
    cursor: pointer;
}
