.am-g-fixed{
    max-width: 1000px;
}
.am-img-responsive{
    width: 100%;
    height: 100%;
}
a{
    color: #666;
}
ul{
    padding: 0;
    list-style-type: none;
}
.am-btn.am-radius,
.am-form-field.am-radius{
    border-radius: .5rem;
}

/* 主页开始 */
/* 头部 */
.muban3-top{
    padding: 3px 0;
    font-size: 1.4rem;
    background-color: #d8e6f3;
}
.muban3-top .am-form-group{
    padding-top: .3rem;
}
.muban3-top .am-form-group .muban3-home-icon{
    display: inline-block;
    padding-right: 2rem;
    line-height: 37px;
}
.muban3-top .am-selected-btn.am-btn-default{
    background-color: #fff;
}

@media  screen and (max-width: 640px) {
    .muban3-top .am-selected.am-dropdown{
        width: 100%!important;
    }
}
.muban3-top-nav li{
    float: left;
}

.muban3-logo{
    background-color: #0098ee;
}
.muban3-logo-nav{
    height: 150px;
}
.muban3-logo .logo-h2{
    margin:0;
    line-height:45px;
    text-align:center;
    font-size:20px;
    color:#fff;
}
.muban3-logo .logo{
    height: 100%;
}
.muban3-nav{
    height: 100%;
    background-color: #066bbd;
}
.muban3-nav .am-nav li a{
    padding: .8rem 0;
    font-size: 1.7rem;
    color: #fff;
}
.muban3-nav .am-nav li a:hover,
 .muban3-nav .am-nav li a:focus{
    background-color: #004a91;
    transition: all 0.3s;
}
 .muban3-nav .am-nav li.am-active>a{
    color: #066bbd;
    background-color: #fff;
}
.muban3-nav .am-nav li.am-active>a:hover{
    background-color: #fff;
}
.muban3-nav .nav2{
    display: none;
    z-index: 1050;
    position: absolute;
    padding-left: 0;
    margin-top: 0;
    top: 2.1rem;
    left: 0;
    width: 100%;
}
.muban3-nav .nav2 li a{
    display: block;
    padding: 10px 0;
    text-align: center;
    background-color: #066bbd;
}
.muban3-nav .nav2 li a:hover{
    margin: 0;
}
/* 移动端导航 */
.muban3-logo-nav{
    position: relative;
}
.logo-nav-left{
    position: absolute;
    left: 0;
    top: 0;
    padding: 0px 4.4%;
}
a.logo-nav-left{
    color: #fff;
}
.muban3-logo .muban3-logo-nav .logo-nav-left i{
    font-size: 25px;
}
@media screen and (max-width: 640px){
    /* 移动端头部菜单 */
    .muban3-logo .logo{
        display: block;
        float: none;
        width: 160px;
        margin: 0 auto;
        padding: 0;
    }
    .muban3-logo .am-menu-offcanvas1 .am-menu-toggle{
        color: #fff;
        top: -49px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 25px;
    }
    .muban3-slider-wrap{
        padding-top: 0;
    }
    .muban3-logo-nav{
       height: 45px;
    }
}

/* 轮播图和右边列表 */
.muban3-slider-wrap{
    padding: 15px 0;
}
@media screen and (max-width: 640px){
    .muban3-slider-wrap{
        padding-top: 0;
    }
}
.muban3-slider-wrap .am-slider-a1 .am-control-nav{
    width: 95%;
}
.muban3-slider-wrap .am-slider{
    box-shadow: none;
    padding: 0 10px;
}
.muban3-slider-wrap .am-slider li{
    max-height: 425px;
    overflow: hidden;
}
.muban3-slider-list ul .muban3-slider-li{
    padding: 4% 0;
    border-bottom: 1px dashed #ccc;
}
.muban3-slider-a{
    display: block;
    position: relative;
}
.muban3-slider-a:before {
    content: "";
    float: left;
    width: 6px;
    height: 10px;
    margin-top: 7px;
    margin-right: 7px;
    background: transparent url(../images/icon.png) -20px -50px no-repeat;
}
.muban3-slider-a h5{
    padding-right: 100px;
    font-weight: 400;
    color: #000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.muban3-slider-a span{
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
}
.muban3-slider-li p{
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 45px;
}
.muban3-detail-info{
    color: #0c80ba;
}
/* 中屏以上时显示 */
@media screen and (min-width: 641px){
    .muban3-slider-wrap .am-slider{
        padding-left: 0;
        padding-right: 50px;
    }
    .muban3-slider-list{
        padding-left: 0;
    }
    .muban3-slider-list p{
        margin: 5% 0;
    }
}

/* 德育天地 */
.muban3-part-title{
    height: 45px;
    line-height: 45px;
    -webket-background-image: linear-gradient(#FFFFFF, #EFF0F0);
    -moz-background-image: linear-gradient(#FFFFFF, #EFF0F0);
    -ms-background-image: linear-gradient(#FFFFFF, #EFF0F0);
    background-image: linear-gradient(#FFFFFF, #EFF0F0);
    background-color: #EFF0F0;
    border-bottom: 1px solid #E8E8E8;
    padding-right: 15px;
}
.bod {
	border:1px solid #eee;
}
.muban3-part-title h3{
    float: left;
    font-size: 16px;
    height: 45px;
    padding-left: 10px;
    color: #0E8BFF;
    -webket-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border-left: 10px solid #0058AC;
	margin:0;
}
.muban3-part-title hr{
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    margin-top: 19px;
    border-color: #ccc;
}
.muban3-part-title .muban3-more{
       color: #999;
	   font-size:12px;
}
.muban3-school-img{
    width: 31%;
    margin-right: 3%;
}
.muban3-school .muban3-slider-li p{
    margin-bottom: 10px;
    -webkit-line-clamp: 3;
    height: 70px;
}
@media screen and (min-width:641px){
    .muban3-school-img{
        height: 120px;
    }
}


/* 通知公告 */
.muban3-info-list{
    padding: 0 5px;
}
.muban3-info-list li{
    border-bottom: 1px dashed #ccc;
}
.muban3-info-list li a{
    display: block;
    position: relative;
    padding-bottom: 10px;
    color: #222;
}
.muban3-info-list .muban3-time{
    float: left;
    font-size: 30px;
}
.muban3-info-list .muban3-time span{
    display: block;
    margin-top: -10px;
    color: #999;
    font-size: 14px;
}
.muban3-info-list li p{
    margin: 12px 0 0 0;
    padding-left: 30px;
    overflow: hidden;
    height: 48px;
}

/* 校务公开 */
.muban3-study-open .am-list-news .am-list-item-dated:first-child{
    border-top: none;
}
.muban3-study-open .am-list-news .am-list-item-dated{
    padding: 3px 5px 4px 0;
	border:none;
}
.muban3-study-open .am-list-news .am-list-item-dated .am-list-item-hd{
    padding: 5px 80px 5px 0;
	font-size:1.4rem;
}
.muban3-study-open .am-list-news .am-list-item-dated .am-list-date{
    font-size: 15px;
    top: 0.6rem;
    color: #ccc;
}
.muban3-study-open .am-list-news .am-list-item-dated a:before{
    content: "\2022";
    margin-right: 5px;
    font-size: 15px;
    color: #d72970;
}

/* 教育科研 */
.muban3-education .education-img-wrap figure{
    width: 92%;
    margin-left: 12px;
    position: relative;
    height: 170px;
    padding: 0;
    overflow: hidden;
	margin-top:12px;
}
.muban3-education .education-img-wrap figure img{
    height: auto;
    width: auto;
}
@media screen and ( max-width: 640px ){
    .muban3-education .education-img-wrap figure{
        height: auto;

    }
    .muban3-education .education-img-wrap figure img{
        height: auto;
        width: 100%;
    }
}
.muban3-education .am-gallery-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 38px;
    color: #fff;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.7rem;
    text-indent: 1rem;
    background-color: rgba(0, 0, 0, 0.65);
}

/* 教师风采 */
.muban3-show-teacher{
    padding: 0 8px;
}
.muban3-show-teacher-text>a{
    display: block;
    position: relative;
}
.muban3-show-teacher-text h5{
    padding-right: 100px;
    font-weight: 800;
    color: #000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.muban3-show-teacher-text span{
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
}
.muban3-show-teacher-text p{
    font-size: 15px;
    line-height: 24px;
    margin-top: 31px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 120px;
}
@media screen and ( min-width: 640px ){
    .muban3-show-teacher figure{
        height: 193px;
        overflow: hidden;
    }
    .muban3-show-teacher figure img{
        height: 100%;
        width: auto;
        max-width: none;
    }
}

/* 党建之窗 */
.muban3-build .am-tabs-nav,
.muban3-build .am-tabs-bd,
.muban3-build .am-nav-tabs>li.am-active>a,
.muban3-build .am-nav-tabs>li.am-active>a:focus,
.muban3-build .am-nav-tabs>li.am-active>a:hover{
    border: none;
}
.muban3-build .am-nav-tabs>li>a{
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    font-size: 18px;
    color: #666;
    background-color: #e7e7e7;
    border: none;
}
.muban3-build .am-nav-tabs>li.am-active>a,
.muban3-build .am-nav-tabs>li.am-active>a:focus,
.muban3-build .am-nav-tabs>li.am-active>a:hover{
    color: #fff;
    background-color: #066bbd;
}
.muban3-build .muban3-more{
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 13px;
    color: #ccc;
}
@media screen and ( min-width: 640px ){
    .muban3-build-img-wrap figure{
        margin-right: 20px;
        height: 190px;
        width: 40%;
        overflow: hidden;
    }
    .muban3-build-img-wrap figure img{
        height: 100%;
        width: auto;
        max-width: none;
    }
    .muban3-build-img-wrap article h3{
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .muban3-build-img-wrap article p{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 100px; 
    }
}

/* 校园风光 */
.muban3-scenery .am-gallery-title{
    font-size: 16px;
}
.muban3-scenery .am-gallery-desc{
    font-size: 15px;
    color: #ccc;
}
.muban3-scenery .am-gallery li{
    padding: 12px;
}

/* 页脚 */
.muban3-footer{
    background-color: #0075BF;
}
.muban3-footer{
    padding: 1rem 0;
}
.muban3-footer p{
    margin: 0;
    font-size: 1.4rem;
    line-height: 20px;
    color: #fff;
}
.muban3-footer>section{
    padding: 0 0.5rem;
}

/* 主页结束 */

/* 列表页 */
/* 左边菜单 */
.public-muban-banner{
    height: 270px;
}
.public-muban-banner .am-slides img{
    height: 270px;
}
.public-muban-listpage-left{
    padding: 0px 30px 0 20px;
}
.public-muban-listpage-left ul li{
    margin: 2px 0 0;
    position: relative;
}
.public-muban-listpage-left ul li a{
    display: block;
    position: relative;
    padding-left: 25%;
    line-height: 40px;
    font-size: 15px;
    color: #000;
    background-color: #f5fafd;
}
.public-muban-listpage-left ul li a:hover{
    color: #0075BF;
    background-color: #eaf2f9;
}
.public-muban-listpage-left ul li:first-child a{
    line-height: 55px;
    font-size: 18px;
    color: #fff;
    background-color: #0075BF;
}
.public-muban-listpage-left ul li:first-child a:hover{
    color: #fff;
    background-color: #0075BF;
}
.public-muban-listpage-left ul li.onpage a{
    color: #0075BF;
}
.public-muban-listpage-left ul li.onpage .am-icon-chevron-right{
    position: absolute;
    z-index: 1;
    left: 46px;
    top: 10px;
    color: #0075BF;
}
/* 右边列表 */
.public-muban-listpage-right .am-titlebar-title{
    font-size: 22px;
    font-weight: 400;
    color: #222;
    padding-left: 20px;
}
.public-muban-listpage-right .am-titlebar-default .am-titlebar-title:before{
    top: 12px;
    bottom: 10px;
    border-left: 7px solid #0075BF;
}
.public-muban-listpage-right .am-breadcrumb{
    padding: 0;
    margin: 0;
}
.public-muban-listpage-right .am-titlebar-default a{
    color: #0075BF;
}
.public-muban-listpage-right .am-list-news .am-list-item-dated:first-child{
    border-top: none;
}
.public-muban-listpage-right .am-list-news .am-list-item-dated:last-child{
    border-bottom: none;
}
.public-muban-listpage-right .am-list-news .am-list-item-dated{
    border-style: dashed;
    font-size: 15px;
}
.public-muban-listpage-right .am-list .am-list-item-dated a{
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.public-muban-listpage-right .am-list-news .am-list-item-dated .am-list-date{
    font-size: 15px;
    top: 13px;
}
.public-muban-listpage-right .am-pagination>.am-active>a{
    background-color: #0075BF;
    border-color: #0075BF;
}
/* 列表页结束 */

/* 详细页 */
.public-muban-details{
    max-width: 1000px;
    padding: 0 2%;
    margin: auto;
}
.public-muban-details header{
    text-align: center;
    padding-bottom: 4%;
}
.public-muban-details header h3{
    font-size: 2.5rem;
    margin-bottom: .5rem;
}
.public-muban-details header h5{
    margin: 0;
    font-size: 1.8rem;
    font-weight: 400;
}
.public-muban-details header aside{
    margin: 1.5rem 0;
    font-size: 1.4rem;
    color: #888;
}
.public-muban-details header aside span{
    margin-right: 2rem;
}
.details-article figure{
    max-width: 70rem;
    margin: auto;
}
.details-article p{
    text-indent: 3rem;
    color: #666;
}
.details-article img{
    max-width: 100%;
    height: auto;
}
.details-article p img{
    margin-left: -3rem;
}

.public-muban-details footer span{
    display: block;
    line-height: 2.4rem;
    font-size: 1.4rem;
}
.public-muban-details footer span a{
    color: #666;
}
.public-muban-details footer span i{
    margin-right: .2rem;
}
/* 详细页结束 */


/* 返回顶部 */
.muban3-gotop{
    width: 4rem;
}
.muban3-gotop i.am-gotop-icon{
    height: 4rem;
    line-height: 3.8rem;
    font-size: 2.5rem;
}
/* 返回顶部结束 */
.am-btn-white {
    background: #fff;
}
.muban3-top .am-dropdown {
    margin-top: 2px;
}
.mobile-pre-next {
    padding-top: .8rem;
    padding-bottom: .8rem;
}
.clearfix:after {content: " ";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix {zoom: 1;}

.muban3-part-title1 {
   padding: 0 16px 0 40px;
    height: 44px;
    line-height: 44px;
    background: url(../images/icon.png) 0 0 no-repeat #fd761c;
}
.muban3-part-title1 h3 {
    float: left;
    font-size: 16px;
    height: 45px;
    padding-left: 10px;
    color: #fff;
    -webket-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;

    margin: 0;
}
.muban3-part-title1 .muban3-more {
    color: #fff;
    font-size: 12px;
}









