* {
    padding: 0;
    margin: 0;
}

.head {
    background: url(../image/dangshiimg/by.png);
    height: 299px;
    position: relative;
    width: 1280px;
    margin: 0 auto;
}

.schLogo {
    position: absolute;
    top: 45px;
    left: 100px;
}

.ch-logo {
    position: absolute;
    top: 158px;
    left: 100px;
}

.content {
    width: 1280px;
    margin: 0 auto;
    padding: 30px 0;
}

.contImg {
    display: block;
    height: 94px;
    width: 100%;
    margin: 20px 0 30px;
}

.con-1 {
    overflow: hidden;
}

.con-2 {
    margin-top: 30px;
}

.con-1 .infos {
    background: #F5F5F5;
    padding: 30px;
    width: 560px;
    height: 340px;
    float: left;
}

.con-1 .infos1 {
    margin-left: 40px;
}

.con-1 .infos2 {
    width: 1220px;
}

.con-1 h1 {
    font-size: 24px;
    color: #212121;
}

.infos p {
    height: 21px;
    position: relative;
    margin-top: 19px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.infos p img {
    width: 5px;
    height: 5px;
    position: absolute;
    top: 10px;
    left: 0;
}

.infos p a {
    font-size: 18px;
    text-decoration: none;
    color: #666666;
    margin-left: 15px;
}

.infos p a:hover {
    color: #DF0506;
}

.foot {
    height: 150px;
    background: #DF0506;
}

h1 .more {
    float: right;
    color: #666666;
    font-size: 14px;
    line-height: 32px;
    text-decoration: none;
}

h1 .more:hover {
    color: #DF0506;
}

.banner {
    width: 620px;
    height: 400px;
    float: left;
}

.banner .slideBox {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.banner .slideBox .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 2%;
    bottom: 20px;
    z-index: 1;
}

.banner .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.banner .slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    list-style: none;
}

.banner .slideBox .hd ul li.on {
    background: #555555;
}

.banner .slideBox .bd {
    position: relative;
    width: 780px;
    height: 400px;
}

.banner .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.banner .slideBox .bd img {
    display: block;
    width: 780px;
    height: 400px;
}