@charset "utf-8";
body {
    font-size: 16px;
    line-height: 24px;
    background: url(./img/title-1.jpg) center top no-repeat;
}

a {
    color: #000;
}

.banner {
    width: 100%;
    height: 800px;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
}

.focus {
    height: 430px;
    margin-bottom: 80px;
}

.focus ul {
    width: 1020px;
    overflow: hidden;
    zoom: 1;
}

.focus li {
    width: 490px;
    float: left;
    height: 430px;
    margin-right: 20px;
    background: #f2f2f2;
    position: relative;
}

.focus img {
    width: 490px;
    height: 295px;
    background: #000;
}

.focus .title {
    font-size: 24px;
    line-height: 34px;
    width: 430px;
    padding: 25px 30px 0 30px;
}

.focus .info {
    position: absolute;
    right: 40px;
    bottom: 18px;
    font-size: 14px;
    line-height: 16px;
    color: #8e9bd9;
}

.article-list {
    overflow: visible;
    margin-bottom: 50px;
}

.article-list a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.article-list a:hover {
    text-decoration: none;
}

.article-list::after {
    content: "";
    display: block;
    clear: both;
}

.article-list li {
    width: 250px;
    height: 360px;
    position: relative;
    float: left;
    overflow: visible;
    transition: all 0.3s ease-out;
}

.article-list li:hover {
    transform: scale(1.05);
    z-index: 5;
}

.article-list .img-item {
    width: 250px;
    height: 140px;
    background: #ccc;
}

.article-list img {
    width: 250px;
    height: 140px;
}

.article-list .text-item {
    width: 250px;
    height: 200px;
    background: #f2f2f2;
    padding-top: 20px;
}

.article-list .character {
    padding: 0 20px 18px 20px;
    border-bottom: 1px solid transparent;
    border-color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 12px;
}

.article-list .c1 {
    font-size: 30px;
    line-height: 42px;
}

.article-list li.odd .c1,
.article-list li.odd a {
    color: #fff;
}

.article-list .c2 {
    font-size: 16px;
    line-height: 22px;
    color: #7689b4;
}

.article-list li.odd .c2 {
    color: #000;
}

.article-list .title {
    font-size: 16px;
    line-height: 22px;
    width: 210px;
    margin: 0 auto 20px;
    color: #000;
}

.article-list .info {
    font-size: 12px;
    line-height: 20px;
    color: #7689b4;
    width: 210px;
    margin: 0 auto;
    position: absolute;
    left: 20px;
    bottom: 15px;
}

.article-list .odd .info {
    color: #fff;
}

.article-list li.odd .img-item {
    position: absolute;
    left: 0;
    bottom: 30px;
}

.article-list li.odd .text-item {
    position: absolute;
    top: -30px;
    left: 0;
    background: #85b2e8;
}

.footer {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    background: url(./img/bg_2.jpg) center 30px no-repeat #ECEAEB;
    padding: 140px 0 50px 0;
}