.banner {
    width: 100%;
    height: 489px;
    background:no-repeat top center;
}

.main-container {
    overflow: hidden;
    min-height: 676px;
    background: url(/web_images/4_03jp.jpg) no-repeat top center;
}

    .main-container .box {
        margin-top: 80px;
    }

    .main-container .class-top-box {
        overflow: hidden;
    }

    .main-container .class-title {
        font-size: 38px;
        color: #303030;
        float: left;
        padding-bottom: 30px;
    }

        .main-container .class-title.title-hr {
            border-bottom: 2px solid #ebebeb;
        }

    .main-container .sub-menu {
        float: right;
        color: #6c6b6b;
        font-size: 18px;
        margin-bottom: 25px;
    }

        .main-container .sub-menu a {
            color: #6c6b6b;
        }

            .main-container .sub-menu a.on {
                color: #175dab;
                font-weight: bold;
                border-bottom: 1px solid #175dab;
            }

    .main-container .class-jj-box {
        font-size: 16px;
        line-height: 30px;
        color: #303030;
        clear: both;
        min-width: 150px;
    }

    .main-container .list-container {
        overflow: hidden;
        margin: 60px 0;
    }

    .main-container .sub-menu-1 {
        float: right;
        color: #6c6b6b;
        font-size: 14px;
        clear: both;
        margin-bottom: 5px;
    }

        .main-container .sub-menu-1 a {
            color: #6c6b6b;
        }

            .main-container .sub-menu-1 a.on {
                color: #175dab;
                font-weight: bold;
                border-bottom: 1px solid #175dab;
            }

    .main-container .class-top-box .left {
        width: 50%;
    }

    .main-container .class-top-box .right {
        width: 50%
    }

/*翻页*/
.page-foot {
    position: relative;
    left: 50%;
    float: left;
    margin: 20px 0 70px;
}

    .page-foot ul {
        position: relative;
        left: -50%;
    }

        .page-foot ul li {
            float: left;
            margin: 0 5px;
            width: 46px;
            height: 45px;
            font-size: 18px;
            text-align: center;
            color: #fff;
            line-height: 45px;
            background-color: #ebebeb;
        }

            .page-foot ul li a {
                display: block;
                color: #545454;
                height: 100%;
            }

            .page-foot ul li.on {
                background-color: #164684;
            }

                .page-foot ul li.on a {
                    color: #fff;
                }

            .page-foot ul li.prev {
                cursor: pointer;
                display: block;
                background: url(/web_images/index_14.jpg) no-repeat;
                margin-bottom: 1px;
            }

            .page-foot ul li.next {
                cursor: pointer;
                display: block;
                background: url(/web_images/index_21.jpg) no-repeat;
            }

            .page-foot ul li.prev:hover {
                background-image: url(/web_images/index_24.jpg);
            }

            .page-foot ul li.next:hover {
                background-image: url(/web_images/index_17.jpg);
            }

/*图片列表1*/
.img-list {
    overflow: hidden;
}

    .img-list li {
        float: left;
        margin: 0 39px 60px;
    }

        .img-list li .pic {
            text-align: center;
            margin-bottom: 20px;
        }

            .img-list li .pic img {
                width: 388px;
                height: 307px;
                display: block;
            }

        .img-list li .tit {
            font-size: 20px;
            color: #303030;
            margin-bottom: 10px;
            text-align: center;
        }

            .img-list li .tit a {
                color: #303030;
            }

        .img-list li .txt {
            font-size: 16px;
            text-align: center;
            color: #acacac;
            background: url(/web_images/index_15_hr.png) no-repeat center center;
        }

            .img-list li .txt a {
                color: #acacac;
            }

/*图片列表2*/
.img-list-2 {
    overflow: hidden;
}

    .img-list-2 li {
        float: left;
        margin: 0 57px 60px 0;
    }

        .img-list-2 li .pic {
            text-align: center;
            margin-bottom: 20px;
        }

            .img-list-2 li .pic img {
                width: 307px;
                height: 388px;
                display: block;
            }

        .img-list-2 li .tit {
            font-size: 20px;
            text-align: center;
            color: #303030;
            margin-bottom: 10px;
        }

            .img-list-2 li .tit a {
                color: #303030;
            }

        .img-list-2 li .txt {
            font-size: 16px;
            text-align: center;
            color: #acacac;
            background: url(/web_images/index_15_hr.png) no-repeat center center;
        }

            .img-list-2 li .txt a {
                color: #acacac;
            }

        .img-list-2 li.last {
            margin-right: 0;
        }

/*内容样式*/
.info-container {
    overflow: hidden;
}

    .info-container .infotitle {
        text-align: center;
        font-weight: bold;
        text-align: center;
        font-size: 24px;
        margin-bottom: 30px;
    }

    .info-container .infodate {
        text-align: center;
        text-align: center;
        font-size: 16px;
        color: #6c6b6b;
        margin-bottom: 30px;
    }

    .info-container .infocontent {
        font-size: 18px;
        line-height: 34px;
        color: #232323;
    }
