@import url("zzPublic.css");
@import url("zzScroll.css");

body {
    background: #fff;
}

body, form {
    margin: 0;
    padding: 0;
    font: 14px/180% "MicroSoft Yahei","宋体";
    color: #333;
}

* {
    font-family: "MicroSoft Yahei","宋体";
    margin: 0;
    padding: 0;
}
/*此地方不要加颜色属性*/
.ul, li {
    list-style: none;
}

.width {
    width: 80%;
    min-width: 1000px;
    margin: auto;
    overflow: hidden;
}

.l {
    float: left;
}

.r {
    float: right;
}

.c {
    clear: both;
}

.m {
    margin-top: 10px;
}

.red {
    color: #f30;
}

.dis {
    display: none;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mtb30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mtb40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mtb50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mtb60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mtb70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

a {
    text-decoration: none;
    color: #333;
}

    a:hover {
        text-decoration: none;
        color: #f30;
    }

img {
    border: 0;
}

.h500 {
    height: 550px;
}

.bannerPage {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: -1;
}

    .bannerPage img {
        width: 100%;
        margin: 0 auto;
        z-index: 0;
    }

.bannerPage_Width {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.bannerTitle {
    width: 18%;
    height: 50px;
    line-height: 25px;
    background: #1e82e8;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 999;
    padding: 10px 0 10px 2%;
}

    .bannerTitle h1 {
        font-size: 22px;
    }

#left {
    float: left;
    width: 25%;
}

.class_list {
    width: 86%;
    height: auto;
    overflow: hidden;
    background: #eaeaea;
    padding: 20px 7%;
}

    .class_list li {
        width: 100%;
        height: 35px;
        line-height: 35px;
        border-bottom: 1px solid #d4d4d4;
        text-indent: 20px;
    }

        .class_list li span {
            color: #666;
        }

    .class_list .active {
        background: #1e82e8;
        border-radius: 20px;
        color: #fff;
    }

        .class_list .active a {
            color: #fff;
        }

        .class_list .active span {
            color: #fff;
        }

#right {
    float: left;
    width: 71%;
    margin: 20px 2%;
}

.position {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

    .position a {
        color: #666;
    }

.infoRecommend {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .infoRecommend h1 {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        border-bottom: 1px solid #eee;
    }

        .infoRecommend h1 span {
            font-size: 18px;
            color: #1e82e8;
        }

    .infoRecommend .list {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 10px;
    }

        .infoRecommend .list li {
            width: 50%;
            float: left;
            height: 25px;
            line-height: 25px;
            overflow: hidden;
            text-indent: 10px;
        }

.info_title {
    width: 90%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto 50px auto;
}

.info_other {
    text-align: center;
    color: #999;
    margin: 4px 0;
}

.info_jj {
    border: 1px solid #FDCC97;
    background: #FEFCFA;
    padding: 10px;
    margin: 10px 20px;
    color: #666;
    line-height: 20px;
    word-wrap: break-word;
    overflow: hidden;
}

    .info_jj a {
        font-family: verdana;
        color: #00f;
    }

        .info_jj a:hover {
            color: #f30;
        }

    .info_jj span {
        font-weight: bold;
        color: #000;
    }

.info_content {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 24px;
    font-size: 13px;
}

    .info_content img {
        max-width: 600px;
    }

.other_content {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 24px;
}

    .other_content img {
        max-width: 600px;
    }

.info_mood {
    font: bold 14px/30px "宋体";
    color: #333;
    margin: 20px 20px 0 20px;
    clear: both;
}

.info_next {
    color: #999;
    margin: 6px 20px;
}

    .info_next a {
        font-family: verdana;
    }
/*分页部分*/
.List_page {
    text-align: center;
    margin-bottom: 10px;
}

    .List_page a {
        background: #fff;
        margin: 0px 1px;
        padding: 4px 6px;
        border: 1px solid #eee;
        color: #A0A0A0;
    }

    .List_page span {
        background: #1e82e8;
        color: #fff;
        margin: 0px 1px;
        padding: 4px 6px;
        border: 1px solid #1e82e8;
    }
/*内容分页部分*/
.content_page {
}

    .content_page a {
        background: #fff;
        margin: 1px;
        padding: 4px 6px;
        border: 1px solid #AECD9E;
        color: #A0A0A0;
        display: inline-block;
    }

        .content_page a.on {
            background: #AECD9E;
            color: #fff;
            margin: 1px;
            padding: 4px 6px;
            border: 1px solid #AECD9E;
            display: inline-block;
        }

    .content_page input {
        position: absolute;
        margin: -5px 0 0 1px;
        *margin: 0 0 0 1px;
        padding: 1px 0 2px 0;
        *padding: 0;
        background: #fff;
        border: 1px solid #AECD9E;
        color: #A0A0A0;
        width: 30px;
        height: 22px;
        line-height: 22px;
        text-align: center;
    }

    .content_page button {
        position: absolute;
        margin: -5px 0 0 35px;
        *margin: 0 0 0 35px;
        padding: 0;
        background: #fff;
        border: 1px solid #AECD9E;
        color: #A0A0A0;
        width: 40px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        font-size: 12px;
    }

.content_url {
    font-size: 14px;
    font-family: arial;
    color: #06f;
    margin: 20px;
}

    .content_url span {
        color: #666;
    }

    .content_url input {
        background: #50B20E;
        color: #fff;
        width: 40px;
        border: 0;
        height: 24px;
    }

    .content_url #this_url {
        border: 1px solid #ccc;
        width: 464px;
        font-family: arial;
        color: #000;
        height: 20px;
        line-height: 20px;
        background: #fff;
    }

.list_news {
    width: 100%;
    height: auto;
}

    .list_news li {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: 10px auto;
        line-height: 30px;
        padding: 10px 2% 10px 2%;
    }

        .list_news li:hover {
            background: #1e82e8;
            color: #fff;
        }

            .list_news li:hover a {
                color: #fff;
            }

        .list_news li:nth-child(even) {
            background: #eee;
        }

            .list_news li:nth-child(even):hover {
                background: #1e82e8;
                color: #fff;
            }

                .list_news li:nth-child(even):hover a {
                    color: #fff;
                }

    .list_news div {
        width: 100%;
        height: 20px;
        overflow: hidden;
        line-height: 20px;
        color: #999;
        font-size: 12px;
    }

.list_photo {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

    .list_photo li {
        width: 31%;
        float: left;
        margin: 10px 1%;
        height: 220px;
        overflow: hidden;
        border: 1px solid #eee;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .list_photo li:hover {
            height: 220px;
            overflow: hidden;
            border: 1px solid #eee;
            box-shadow: 0 0px 10px 10px #f8f8f8;
            margin-top: 0;
            margin-bottom: 20px;
        }

    .list_photo .pic {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .list_photo .pic img {
            width: 100%;
            height: 170px;
        }

    .list_photo .title {
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
    }

    .list_photo .word {
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
    }

@media(max-width:750px) {
    .width {
        width: 94%;
        min-width: 200px;
        margin-left: auto;
        margin-right:auto;
        overflow: hidden;
    }

    .bannerPage img {
        width: 100%;
        height:200px;
        margin: 0 auto;
        z-index: 0;
        text-align:center;
    }

    .bannerTitle {
        width: 40%;
        height: 50px;
        line-height: 25px;
        background: #1e82e8;
        color: #fff;
        position: absolute;
        bottom: 10px;
        left: 10%;
        z-index: 999;
        padding: 10px 0 10px 2%;
    }

    .position {
        margin-bottom: 0px;
    }

    #left {
        width: 100%;
    }

    .class_list {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: #fff;
        padding: 10px 0;
    }

        .class_list li {
            width: 31%;
            float: left;
            height: 40px;
            overflow: hidden;
            line-height: 40px;
            border-bottom: 1px solid #d4d4d4;
            margin: 5px 1%;
        }

            .class_list li span {
                color: #666;
            }

    #right {
        width: 100%;
    }

    .list_photo li {
        width: 47%;
        float: left;
        margin: 10px 1.5% 10px 0.5%;
        height: 220px;
        overflow: hidden;
        border: 1px solid #eee;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .list_photo li:hover {
            height: 220px;
            overflow: hidden;
            border: 1px solid #eee;
            box-shadow: 0 0px 10px 10px #f8f8f8;
            margin-top: 0;
            margin-bottom: 20px;
        }

    .list_photo .pic {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .list_photo .pic img {
            width: 100%;
            height: 170px;
        }

            .info_content img {
        max-width: 100%;
    }

    .other_content img {
        max-width: 100%;
    }
}
