.main-container {
    width: 1200px;
    background-color: white;
    margin: 0 auto;
}

/*header*/
.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 40px;
    margin: 20px auto !important;
}

.headerlink {
    font-size: 16px;
    word-spacing: 8px;
    line-height: 60px;
}

/*footer*/
.footer {
    height: 300px;
    background-color: #313131;
    background-image: url('/image/footerbg.jpg');
    background-repeat: repeat-x;
    background-position: top;
    color: lightgrey;
}

    .footer a {
        color: lightgrey;
    }

        .footer a:hover {
            color: white;
        }

    .footer p {
        font-size: 1.1em;
        text-align: center;
    }

.footer-nav {
    padding-top: 20px;
    height: 217px;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

    .footer-nav ul {
        float: left;
        display: block;
        margin: 0 10px 0 10px;
        list-style: none;
    }

        .footer-nav ul li {
            padding: 2px 0 2px 0;
        }

            .footer-nav ul li:first-child a {
                color: white;
                font-size: 16px;
            }

/*NewsDetailPage*/
.news-detail-banner {
    height: 300px;
    background-repeat: no-repeat;
    background-position: center -200px;
}

/*.news-detail-banner1 {
    background-image: url('/image/banner1.jpg');
}

.news-detail-banner2 {
    background-image: url('/image/banner2.jpg');
}

.news-detail-banner3 {
    background-image: url('/image/banner3.jpg');
}

.news-detail-banner4 {
    background-image: url('/image/banner4.jpg');
}*/

/*logon*/
.member_logon {
    background-image: url('/image/loginbg.jpg');
    background-repeat: no-repeat;
    width: 1200px;
    height: 780px;
    margin: -250px auto 70px auto;
}


.member_logon_block {
    text-align: center;
    background-color: rgba(255,255,255, .8);
    width: 500px;
    margin: 0 auto;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding-bottom: 30px;
}

.member_logon_div {
    padding-top:200px;
}

.member_logon_logo {
    padding: 60px 0 0 0;
    font-size: 18px;
    color: #005bac;
}

    .member_logon_logo p {
        line-height: 70px;
    }

.member_logon_form {
    width: 300px;
    margin: 0 auto;
}

.box_shadow {
    -moz-box-shadow: 5px 5px 15px 1px #666666;
    -webkit-box-shadow: 5px 5px 15px 1px #666666;
    box-shadow: 5px 5px 15px 1px #666666;
}

.logform-body{
    width:350px;
    padding-left:50px;
}

.text-center{
    text-align:center;
}

.text-right{
    text-align:right;
}
.text-left{
    text-align:left;
}

.font-bold {
    font-weight: bold;
}

.float_right{
    text-align:right;
}

/*表单*/
.input_3row {
    width: 836px !important;
}

.input_2row {
    width: 513px !important;
}

.textarea_3row {
    width: 945px;
}

.textarea_4row {
    width: 1268px;
}

.blockquote_4row {
    width: 1234px;
}

.input_require {
}

    .input_require:before {
        content: '*';
        color: red;
        font-size: 20px;
    }

.redstar {
    color: red;
    font-size: 20px;
}

.table_title {
    font-weight: bold;
    background-color: #fafafa;
}

.noticecenter {
    width: 1200px;
    height: 100px;
    margin: 0 auto; /* 水平居中 */
    background-color:white;
}
.noticecontent{
    font-size:24px;
}

.input_require {
}

    .input_require:before {
        content: '*';
        color: red;
        font-size: 20px;
    }