body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
}
div,ul,li{
    box-sizing:border-box;
}
ul {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none; 
    color: #333;  
}
a:visited{color: #333;}
a:active{color: #333;}
li {
    list-style: none;
}
#pc_site{
    display:none;
}
#app_site {
    display:none;
}
.app-fixed {
     width: 100%;
     height: 50px;
     position: fixed;
     top: -1px;
     z-index: 1000;
     box-shadow: 0px 8px 8px -8px #d8d5d5;
}
.app-menulists {
    width: 100%;
    position: absolute;
    right: 0px;
    top: 50px;
    z-index: 99999;
    display: none;
    background-color: #eaeef5;
}
    .app-menulists .app-menulists-ul1 {
        width: 100%;
        height: 100%;        
        margin: 0 auto;
        padding: 10px 18px 20px 18px;
    }
        .app-menulists .app-menulists-ul1 .app-menulists-li1 {
            width: 100%;
            min-height: 40px;
            line-height: 40px;
            text-align: left;
            border-bottom: 1px solid #ccc;
            font-size: 14px;
            padding-left: 8px;
        }
            .app-menulists .app-menulists-ul1 .app-menulists-li1 .app-menulists-a {
                width: 100%;
                height: 40px;
            }
                .app-menulists .app-menulists-ul1 .app-menulists-li1 .app-menulists-a .app-menulists-url {
                    height: 40px;
                    line-height: 40px;
                    float: left;
                }
                .app-menulists .app-menulists-ul1 .app-menulists-li1 .app-menulists-a .app-menulists-do {
                    background: url(../images/app/addsign_h.png) no-repeat;
                    background-size: 12px 12px;
                    background-position: 0px 13px;
                    width: 25px;
                    height: 38px;
                    float: right;     
                }
                .app-menulists .app-menulists-ul1 .app-menulists-li1 .app-menulists-a .app-menulists-do-sign {
                    background: url(../images/app/minusign_h.png) no-repeat;
                    background-size: 12px 12px;
                    background-position: 0px 13px;
                    width: 25px;
                    height: 38px;
                    float: right;
                }
    .app-menulists .app-menulists-ul2 {
        width: 100%;
        background-color: #eaeef5;
        margin: 0 auto;
        display:none;
    }
        .app-menulists .app-menulists-ul2 .app-menulists-li2 {
            width: calc(100% + 6px);
            height: 40px;
            line-height: 40px;
            text-align: left;
            border-bottom: 1px dotted #ccc;
            font-size: 13px;
            padding-left: 35px;
            margin-left: -6px;
        }
            .app-menulists .app-menulists-ul2 .app-menulists-li2 a{
                color:#888;
            }
            .app-menulists .app-menulists-ul2 .app-menulists-li2:first-child {
                border-top: 1px dotted #ccc;
            }
            .app-menulists .app-menulists-ul2 .app-menulists-li2:last-child {
                border-bottom: 0;
            }
    .app-menulists .app-menulists-links-text {
        width:110px;
        float:left;
        height:30px;
        line-height:30px;
        background-color: #eaeef5;
        font-size:14px;
    }
    .app-menulists .app-menulists-links-url {
        float: left;
        height:30px;
        line-height:30px;
        background-color: #eaeef5;
        font-size:14px;
    }

.app-top {
    width: 100%;
    height: 50px;
    background-color: #006db8;
}
    .app-top .app-logo {
        width: 190px;
        height: 48px;
        background: url(../images/app/logo2.png) no-repeat;
        background-size: 180px 40px;
        background-position: 10px 6px;
        float: left;
    }
    .app-top .app-search{
        width: 24px;
        height: 24px;
        background: url(../images/home/search.png) no-repeat;
        background-size: 24px 24px;
        background-position: 0px 0px;
        float: right;
        margin: 12px 15px 10px 0px;
    }
    .app-top .app-menu {
        float: right;
        width: 34px;
        height: 48px;
        background: url(../images/app/menu1.png) no-repeat;
        background-size: 24px 22px;
        background-position: 0px 15px;
    }
    .app-top .app-menu-shut {
        float: right;
        width: 34px;
        height: 48px;
        background: url(../images/app/menuclose.png) no-repeat;
        background-size: 23px 22px;
        background-position: 0px 15px;
    }

.app-video {
    width: 100%;
    overflow:hidden;
    z-index:-9999;
}
    .app-video video {
        width: 100%;
        height:100%;
    }

.app-notice {
    width: 100%;
    padding:18px 10px;
    margin:0 auto;
}
.app-title {
    width: 100%;
    height: 28px;
}
    .app-title .app-title-left {
        width: 90px;
        height: 28px;
        line-height: 28px;
        background-color: #006db8;
        color: #fff;
        text-align: center;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        font-size: 15px;
        letter-spacing: 1px;
        float:left;
    }
    .app-title .app-title-right {
        width: 30px;
        height: 28px;
        line-height: 30px;
        float: right;
        background: url(../images/app/icon.png) no-repeat;
        background-position: 5px -2px;
        padding-right: 30px;
        font-size: 12px;
        color: #006db8;
    }

    .app-notice .app-body {
        width: 100%;
        height: 160px;
        padding: 8px 0px 0px 0px;
        border-top: 3px solid #999;
    }
        .app-notice .app-body .app-items {
            width: 100%;
            height: 60px;
            margin: 12px 0px;
        }
        .app-notice .app-body .app-items:last-child {
            margin-bottom:0;
        }
            .app-notice .app-body .app-items .app-items-date {
                width: 56px;
                height: 62px;
                float: left;
                margin-right: 14px;
                border: 1px solid #ccc;
                text-align:center;
            }
                .app-notice .app-body .app-items .app-items-date .app-items-date-year {
                    width: 40px;
                    height: 35px;
                    line-height: 35px;
                    color: #8f3931;
                    text-align: center;
                    font-size:18px;
                    border-bottom:1px solid #ccc;
                    margin-left:6px;
                }
                .app-notice .app-body .app-items .app-items-date .app-items-date-month {
                    width: 56px;
                    height: 27px;
                    line-height: 22px;
                    color: #006db8;
                    text-align: center;
                    font-size:12px;
                }
            .app-notice .app-body .app-items .app-items-title {
                height: 62px;
                line-height:26px;
                padding-top:4px;
                border-bottom:1px dotted #ddd;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                font-size: 14px;
            }

.app-majors {
    width: 100%;
    padding: 6px 10px 10px 10px;
    margin: 0 auto;
}
    .app-majors .app-banner {
        border-top: 3px solid #999;
        background: url(../images/app/app_01.jpg) no-repeat;
        height: 100px;
        width: 100%;
        background-size: 100% 97px;
    }
    .app-majors .app-majors-items {
      width:100%;
      height:195px;
      padding:5px 0px;
    }
        .app-majors .app-majors-items li {
            border: 2px solid #d7d7d7;
            width: calc((100% - 10px)/2);
            height: 58px;
            float: left;
            box-sizing: border-box;
            text-align: center;
            margin: 4px 0px;
            font-size: 14px;
        }
        .app-majors .app-majors-items li:nth-child(even) {
            margin-left: 10px;
        }

.app-news {
    width: 100%;
    padding: 12px 10px;
    margin: 0 auto;
}
    .app-news .app-news-topic {
        width: 100%;
        border-top: 3px solid #999;
        background-color: #fff;
        position: relative;
    }
        .app-news .app-news-topic .app-news-img {
            width: 100%;
        }
        .app-news .app-news-topic .app-news-img img{
            width: 100%;
        }
        .app-news .app-news-topic .app-news-topic-title {
            width: 100%;
            height: 60px;
            line-height: 25px;
            padding: 3px 12px;
            position: absolute;
            right: 0;
            bottom: 4px;
            z-index: 99;
            background: url(../images/app/news-bg.png) repeat;
            font-size:14px;
        }
            .app-news .app-news-topic .app-news-topic-title a{
                color: #fff;
            }
        .app-news .app-news-topic .app-news-topic-date {
            width: 86px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            position: absolute;
            right: 0;
            bottom: 4px;
            z-index: 100;
            background-color: #8f3931;
            color: #fff;
            font-size: 12px;
            font-family: Georgia;
        }
    .app-news .app-news-items {
        background-color: #fff;
        height: 150px;
    }
    .app-news .app-news-list {
        width: 100%;
        border-top: 3px solid #999;
        background-color: #fff;
        position: relative;
    }
        .app-news .app-news-list .app-news-list-item {
            border-bottom: 1px dashed #ccc;
            box-sizing:border-box;
            padding:6px 0px;
        }
        .app-news .app-news-list .app-news-list-item:nth-child(4)  {
            border-bottom:0px;
        }
            .app-news .app-news-list .app-news-list-item .app-news-list-item-title {
                width: 100%;
                line-height: 22px;
                font-size: 14px;
            }
            .app-news .app-news-list .app-news-list-item .app-news-list-item-date {
                width: 100%;
                height: 22px;
                line-height:22px;
                color: #bbb;
                font-size:12px;
            } 

.app-teacher {
    width: 100%;
    padding: 5px 10px 12px 10px;
    margin: 0 auto;
}
    .app-teacher .app-teacher-list {
        width: 100%;
        border-top: 3px solid #999;
        padding:2px 0px;
    }
        .app-teacher .app-teacher-list .app-teacher-li {
            height: 90px;
            width: 100%;
            margin: 12px 0px 2px 0px;
            background-color:#fff;
        }
            .app-teacher .app-teacher-list .app-teacher-li .app-teacher-li-leftimg {
                height: 90px;
                width: 80px;
                float: left;
            }
                .app-teacher .app-teacher-list .app-teacher-li .app-teacher-li-leftimg img {
                    height: 90px;
                    width: 80px;
                }
            .app-teacher .app-teacher-list .app-teacher-li .app-teacher-li-rightinfo {
                height: 90px;
                width: calc(100% - 80px);
                float: left;
                padding:0px 8px 0px 12px;
            }
                .app-teacher .app-teacher-list .app-teacher-li .app-teacher-li-rightinfo .app-teacher-li-title {
                    height: 38px;
                    line-height: 38px;
                    color: #006db8;
                    font-weight: 600;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                    font-size:14px;
                }
                     .app-teacher .app-teacher-list .app-teacher-li .app-teacher-li-rightinfo .app-teacher-li-title a {
                        color: #006db8;
                    }
                .app-teacher .app-teacher-list .app-teacher-li .app-teacher-li-rightinfo .app-teacher-li-content {
                    font-size:14px;
                    height: 46px;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    line-height: 22px;
                    color: #666;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

.app-bottom {
    width: 100%;
    height: 160px;
    background: #006db8;
    margin-top: 5px;
    margin: 0 auto;
    padding: 0px 20px;
}
    .app-bottom .app-bottom-logo {
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #5781b9;
    }
        .app-bottom .app-bottom-logo .app-bottom-logoimg {
            width:240px;
            height:70px;
            background: url(../images/app/logo2.png) no-repeat;
            background-position: 0px 9px;
            background-size:240px 54px;
        }
    .app-bottom .app-bottom-text {
        width: 100%;
        border-top: 1px solid #b7bac1;
        height: 94px;
        font-family: "微軟正黑體", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
        padding-top:8px;
        font-size: 13px;
    }
        .app-bottom .app-bottom-text .app-bottom-text-line {
            width: 100%;
            height: 26px;
            line-height: 26px;
            color: #fff;
            text-align: center;
        }
            .app-bottom .app-bottom-text .app-bottom-text-line span {
                margin: 0px 15px;
            }