.ban_img{
    width: 100%;
    /*min-height: 500px;*/
    margin-top: 140px;
    overflow: hidden;
}
.ban_img img{
    width: 100%;
    /*min-width: 1900px;*/
    /*height: 500px;*/
}
.content{
    width: 1200px;
    min-height: 1000px;
    margin:0 auto 100px;
}
.class_title{
    width: 100%;
    margin: 20px 0;
    text-align: center;
    position: relative;
}
.class_title:before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 30%;
    right: 5%;
    top:80px;
    height: 1px;
    background-color: #d02932;
}
.class_title:after{
    content: '';
    display: inline-block;
    position: absolute;
    width: 30%;
    left: 5%;
    top:80px;
    height: 1px;
    background-color: #d02932;
}
.second_title{
    width: 100%;
    height: 80px;
    text-align: center;
    box-sizing: border-box;
}
.second_title span{
    color: #878787;
    font-size: 2rem;
}
.second_title span:not(:last-child){
    padding-right: 40px;
}

/*班别设置内容*/
.class_content{
    width: 100%;

}
.class_td{
    width: 30%;
    height: 200px;
    float: left;
    margin-bottom: 50px;
}
.class_td:not(:nth-child(3n)){
    margin-right: 5%;
}
.class_td img{
    width: 100%;
    height: 100%;
}



/*班名须知*/
.application_nav {
    width: 100%;
    height: 100px;
    padding: 20px 100px;
    text-align: center;
    box-sizing: border-box;
}

.application_nav span, .dynamic_nav span{
    height: 40px;
    display: inline-block;
    border: solid 1px grey;
    text-align: center;
    line-height: 40px;
    margin-left: 40px;
    box-sizing: border-box;
}

.application_nav span:hover, .dynamic_nav span:hover {
    cursor: pointer;
}

.appl_active {
    background-color: #444444;
    color: white !important;
    position: relative;
}

.appl_active:after{
    content: '';
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #444444 transparent transparent transparent;
    position: absolute;
    top: 38px;
    left: 80px;
}

.application_content {
    width: 100%;
    margin-bottom: 100px;
}

.application_content h3 {
    text-align: center;
    line-height: 80px;
}

.application_info div {
    margin-top: 20px;
    font-size: 1.6rem;
    color: #4f4f4f;
    line-height: 20px;
    word-wrap: break-word;
}

/*寒阳动态*/
.dynamic_nav{
    width: 100%;
    height: 100px;
    padding: 20px 0;
    text-align: center;
    box-sizing: border-box;
}

.dynamic_nav span.appl_active:after{
    left: 50px !important;
}

.dynamic_nav span {
    width: 120px !important;
}

.dynamic_content {
    width: 100%;
    margin-top: 30px;
}

.dynamic_row {
    width: 100%;
    height: 200px;
    padding: 5px;
    border-bottom: dashed 1px grey;
    box-sizing: border-box;
}

.dynamic_row .date_dynamic {
    width: 15%;
    float: left;
    text-align: center;
}

.dynamic_row .date_dynamic > p {
    font-size: 2.4rem;
    color: #d02932;
    padding-top: 60px;
}

.dynamic_row .date_dynamic > span {
    color: #6d6d6d;
}

.dynamic_row .img_dynamic {
    width: 25%;
    height: 100%;
    float: left;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.dynamic_row .img_dynamic img {
    max-width: 100%;
    height: 100%;
}

.dynamic_row .info_dynamic {
    width: 60%;
    height: 200px;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}

.info_dynamic > h4 {
    line-height: 50px;
}

.info_dynamic > div {
    height: 100px;
    overflow: hidden;
}

.info_dynamic p {
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    color: #7b7b7b;
}

.info_dynamic p span {
    padding: 0 20px 0 10px;
}


/*分页*/
.pages_dynamic{
    margin: 50px 0;
}
.ep-pages {
    padding: 10px 12px;
    clear: both;
    text-align: center;
    font-family: Arial, "\5B8B\4F53", sans-serif;
    font-size: 14px;
    vertical-align: top
}

.ep-pages a,.ep-pages span {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    margin: 5px 2px 0 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    vertical-align: top
}

.ep-pages a:hover {
    background: #cc1b1b;
    border: 1px solid #cc1b1b;
    text-decoration: none
}

.ep-pages a,.ep-pages a:visited {
    color: #252525
}

.ep-pages a:hover,.ep-pages a:active {
    color: #ffffff
}

.ep-pages .current{
    background: #cc1b1b;
    border: 1px solid #cc1b1b;
    color: #fff
}

.ep-pages a.current, .ep-pages a.current:visited {
    color: #ffffff
}

.ep-pages a.current:hover, .ep-pages a.current:active {
    color: #ffffff
}

.ep-pages-ctrl {
    font-family: "\5B8B\4F53", sans-serif;
    font-weight: bold;
    font-size: 16px
}

.ep-pages-invalid {
    color: #e5e5e5
}


/*关于寒阳*/
.td_five{
    width: 23.5%;
    min-height: 200px;
    float: left;
    margin-top: 20px;
    text-align: center;
}
.td_five img{
    height: auto;
    max-width: 100%;
}
.td_five:not(:nth-child(4n)){
    margin-right: 2%;
}
.td_four{
    width: 23.5%;
    min-height: 200px;
    float: left;
    margin-top: 20px;
    text-align: center;
}
.td_four img{
    height: 422px;
    max-width: 100%;
}
.td_four:not(:nth-child(4n)){
    margin-right: 2%;
}

/*联系我们*/
.contact_content{
    margin-top: 50px;
}
.contact_one{
    width: 100%;
    min-height: 400px;
}
.contact_one_info{
    width: 45%;
    float: left;
    line-height: 45px;
}
.contact_one_img{
    width: 55%;
    float: left;
}

.contact_two_info{
    margin-top: 30px;
    line-height: 30px;
}

.contact_two_info h5{
    margin-top: 20px;
}

.contact_three_info{
    width: 100%;
    margin-top: 30px;
    text-align: center;
    color: #878787;
}


/*详情页*/
.article_title{
    width: 100%;
    height: 100px;
    margin: 40px 0;
    border-left:solid 4px #d02932;
    box-sizing: border-box;
}
.inner_article_title{
    margin-left: 40px;
    width: calc(100% - 40px);
    height: 100%;
    border-bottom: solid 1px #b4b4b4;
}
.inner_article_title div{
    width: 70%;
    float: left;
    box-sizing: border-box;
}
.inner_article_title>div:last-child{
    width: 30%;
}
.inner_article_title div:first-child{
    padding-top: 20px;
}
.inner_article_title div:first-child h2{
    font-weight: 500;
    color: #4c4c4c;
    line-height: 40px;
}
.inner_article_title div:first-child p{
    color: #606060;
}
.inner_article_title div:last-child{
    padding-top: 60px;
    text-align: right;
    color: #656565;
}
.inner_article_title div:last-child a{
   
    color: #656565;
}
.inner_article_title div:last-child>span{
    padding: 0 5px;
}
.article_content>p{
    line-height: 40px;
    color: #858585;
    text-align: center;
    box-sizing: border-box;
}
.article_content>p span{
    padding: 0 10px;
}
.article{
    margin-top: 20px;
    padding-left:40px;
    box-sizing: border-box;
}
.article>h5{
    line-height: 50px;
    font-size: 1.6rem;
}
.article>div{
    line-height: 35px;
    color: #525252;
}
.article>div>p{
    text-indent:20px;
}

table,tr,td{
    border: 1px solid grey!important;
}

/*师资力量*/
.team_content{
    width: 100%;
    margin: 30px 0;
    box-sizing: border-box;
}
.team_list{
    width: 22%;
    height: 302px;
    float: left;
    position: relative;
    margin-bottom: 15px;
    margin-right: 4%;
}
.team_list:hover .team_option{
   display: block;
}
.team_list:nth-child(4n){
    margin-right:0;
}
.team_list img{
    width: 100%;
    height: 100%;
}
.team_option{
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    position: absolute;
    top:-15px;
    left: -15px;
    background-color: rgba(0,0,0,0.7);
    color: white;
    box-sizing: border-box;
    display: none;
    overflow: hidden;
}
.team_option a{
    color:#fff;
}

/*加载更多*/
.load_more{
    width: 100%;
    border-top: solid 1px grey;
    text-align: center;
}
.load_more button{
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: solid 1px gainsboro;
    background-color: white;
}


/*寒阳影像*/
.video_content{
    width: 100%;
    margin-top: 20px;
}
.video_content .img_video{
    width: 30%;
    height: 220px;
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}
.video_content .img_video img{
    max-width: 100%;
    height: 100%;
}
.video_option{
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 220px;
    color: white;
    font-size: 2rem;
    background-color: rgba(196, 104, 88, 0.4);
    display: none;
}
.video_content .img_video:not(:nth-child(3n)){
    margin-right: 5%;
}


/*作品欣赏*/
.work_content{
    margin-top: 30px;
}
.work_title{
    width: 100%;
    height: 110px;
    box-sizing: border-box;
    position: relative;
}
.work_title .work_title_left{
    height: 102px;
    box-sizing: border-box;
}
.work_title div h2{
    font-weight: 500;
    color: #4c4c4c;
    line-height: 40px;
}
.work_title div P{
    color: grey;
    font-size: 1.4rem;
}

.work_container{
    width: 100%;
    margin-bottom: 150px;
}
.work_box{
    width: 200px;
    height:200px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 100px;
    float: left;
    margin-left: 80px;
}

.work_box img{
    width: 200px;
    height: 200px;
}
.work_box .work_option{
    width: 200px;
    height:200px;
    border-radius: 100%;
    position: absolute;
    top:0;
    background-color: rgba(0,0,0,0.3);
    color: white;
    padding: 30px;
    box-sizing: border-box;
}
.work_box .work_option:hover{
    cursor: pointer;
    background-color: rgba(220,188,103,0.4);
}
.work_box .work_option p:first-child{
    font-size: 2.6rem;
    text-align: right;
    margin-top: 10px;
}
.work_box .work_option p:nth-child(2){
    font-size: 2.8rem;
    text-align: left;
    line-height: 40px;
}
.work_box .work_option h2{
    font-size: 2.8rem;
    text-align: center;
    line-height: 40px;
}
#new_work .work_title{
    height: 72px;
    border-bottom: solid 1px #ccc;
}
#new_work .work_box {
    width: 328px;
    height: 212px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-top: 100px;
    float: left;
    margin-left: 60px;
    /*border:1px solid red;*/
}
#new_work .work_box p{
    color: #fff;
    font-size: 26px;
    background: #cc0000;
    width:26px;
    height:212px;
    padding: 0 26px;
    border-radius: 5px 0 0 5px;
    line-height: 27px;
    display: table-cell;
    vertical-align:middle;
}
#new_work .work_box img{
    position: absolute;
    top:0;
    right:0;
    width:328px;
    height: auto;
}
.dynamic_nav a:link{
    color: black;

}


.dynamic_nav a:visited{
    color: black;

}


.application_nav a:link{
    color: black;

}


.application_nav a:visited{
    color: black;

}
.application_nav{
    padding: 20px 0;
}
.application_nav span{
    min-width: 150px;
}
.apply-item{
    width:100%;
    margin-top:2rem;
    position: relative;
}
.apply-item label{
    color: #e82e38;
    font-size: 1.5rem;
    margin-left:1.5rem;
    display: block;
    margin-bottom:1rem;
}

.apply-text{
    border:1px solid #999;
    background-color: transparent;
    outline: none;
    padding: 0 10px;
    width: 85%;
    height:3rem;
    border-radius: 5px;
    margin-left:1.5rem;
}
.apply-item textarea{
    border:1px solid #999;
    background-color: transparent;
    outline: none;
    padding: 5px 10px;
    width: 85%;
    border-radius: 5px;
    margin-left:1.5rem;
}

.apply-code{
    border:1px solid #999;
    background-color: transparent;
    outline: none;
    padding: 0 10px;
    width: 30%;
    height:3rem;
    border-radius: 5px;
    margin-left:1.5rem;
}
.apply-submit{
    width: 20%;
    height: 3rem;
    border: none;
    background-color: #e82e38;
    margin-left:1.5rem;
    color: white;
    font-size: 1.8rem;
    border-radius: 5px;
    line-height: 3rem;
}