body {
    background: url("../img/bg.png") no-repeat top center;
    /* background-attachment: fixed; */
}

.new-title {
    font-size: 18px;
    color: #101010;
    margin-bottom: 20px;
}

.new-map {
    font-size: 16px;
}

.new-map a {
    color: #101010;
}


/*  menu */

.wrap {
    padding: 20px;
}

.leftwrap {
    width: 260px;
    float: left;
}

.rightwrap {
    float: right;
    width: 875px;
}

.news-list {
    border: 1px solid #eaeaea;
}

.rightwrap div ul li:last-child {
    border: none !important;
}

.news-item {
    padding: 14px 0;
    border-bottom: 1px solid #eaeaea;
    margin: 0 16px;
}

.news-item .itm {
    width: 730px;
    padding-left: 20px;
    background: url(../img/list_point.png) left center no-repeat;
}

.title {
    margin: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #3A7D01;
}

.more {
    margin: 0 60px 20px;
}

.create_time {
    background: #f4f5f6;
    text-align: center;
    font-size: 14px;
    margin: 0 20px;
    color: #333333;
    height: 50px;
    line-height: 50px;
}

.school_video {
    margin: 48px 109px;
}

.content {
    margin: 20px 60px;
    /* text-indent: 2em; */
    line-height: 40px;
    font-size: 18px;
    color: #333333;
}

.content img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.edit {
    text-align: right;
    margin: 0 35px 0;
}

.ld-pic video {
    width: 641px;
    height: 361px;
}

.sub-top {
    border: 1px solid #eaeaea;
    margin: 20px 0;
}

.sub-img {
    margin: 20px 60px
}

.sub-img img {
    width: 100%;
    height: 100%;
}

.mb-20 {
    margin-bottom: 20px;
}


/* 分页 */

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.t-center {
    text-align: center;
}

.pt-30 {
    padding-top: 30px;
}

.p-y-40 {
    padding: 40px 0;
}

.pb-50 {
    padding-bottom: 50px;
}

a {
    text-decoration: none;
}

.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
}

.m-style:before,
.m-style:after {
    content: '';
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style a,
.m-style span {
    padding: 0.3em 0.8em;
}

.m-style span {
    float: left;
    margin: 0 5px;
    color: #bdbdbd;
}

.m-style .current {
    background: #3A7D01;
    color: #fff;
    border-radius: 5px;
}

.m-style a {
    float: left;
    margin: 0 5px;
    background: #ffffff;
    color: #5d5d5d;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.m-style a:hover {
    color: #777;
    background: #eee;
}

.m-style input {
    width: 24px;
    height: 31px;
    margin-right: 10px;
    text-align: center;
    background: #fff;
    outline: 0;
    color: #5d5d5d;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}