﻿@charset 'utf-8'

* {
    padding: 0;
    margin: 0;
}

html body {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    zoom: 1;
}

    .clearfix:after {
        content: '';
        display: block;
        clear: both;
    }

.mt20 {
    margin-top: 20px;
}

.overh {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.mainBox {
    width: 100%;
    margin: 0 auto;
    background-color: #F9F9F9;
}

.bannerImg {
    width: 100%;
}

.main {
    width: 1100px;
    min-height: 500px;
    margin: 0 auto;
    margin-top: -375px;
    background-color: #fff;
    padding: 52px;
    position: relative;
    z-index: 11;
}

.recordBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    min-height: 350px;
}

.record {
    width: 525px;
}

.study {
    width: 224px;
    height: 34px;
    margin-left: 3px;
}

.gzdt {
    width: 212px;
    height: 34px;
    margin-left: 3px;
}

.huiy {
    width: 150px;
    height: 34px;
    margin-left: 3px;
}

.siwu {
    width: 400px;
    height: 34px;
}

.more {
    color: #C90D10;
    font-size: 16px;
    margin-top: 6px;
    cursor: pointer;
}

.line {
    width: 100%;
}

.point {
    width: 6px;
    height: 6px;
    margin-top: 8px;
    margin-right: 10px;
}

.titleBox {
    width: 75%;
}

.titleBoxs {
    width: 927px;
}

.lines {
    width: 100%;
    height: 4px;
    margin-top: 10px;
    background: url('../img/line.png');
    background-size: 100% 100%;
}

.time {
    color: #888;
}

.footBox {
    width: 100%;
    height: 360px;
    background: url('../img/footBg.png') no-repeat;
    background-size: 100% 100%;
    margin-top: -140px;
    position: relative;
}

.footLine {
    width: 100%;
    height: 1px;
    background-color: #E0DDDD;
    position: absolute;
    left: 0;
    top: 200px;
}

.foot {
    position: absolute;
    top: 260px;
    left: calc((100% - 1200px)/2);
    width: 1200px;
    text-align: center;
    color: #7E7E7E;
    font-size: 14px;
}

    .foot p {
        line-height: 25px;
    }

.infoTitle {
    text-align: center;
    font-size: 26px;
        margin-top: 40px;
}

.content {
    margin-top: 20px;
    text-indent: 2em;
    letter-spacing: 2px;
    line-height: 25px;
    color: #333;
        margin-left: 30px;
    margin-right: 30px;
            line-height: 1.8;
}

    .content p {
        margin-bottom: 10px;
    }

    .content img {
        max-width: 100%;
        margin: 0 auto;
    }
