﻿@charset "utf-8";
.special-top {
    background: #FFF;
    height: 70px;
    border-bottom: 2px solid #e2e2e2;
    border-top: 8px solid #ed1d24;
}

.special-top-main {
    width: 1024px;
    margin: 0 auto;
}

.logo {
    margin: 10px 0 0 0;
}

.logo-link a {
    line-height: 65px;
    font-size: 16px;
    color: #333;
    margin: 0 0 0 10px;
}

.logo-link a:hover {
    color: #ed1d24;
    text-decoration: underline;
}

.special-banner img {
    width: 100%;
}

.special-main {
    width: 1024px;
    margin: 0 auto;
}

.special-left {
    width: 580px;
}

.special-title {
    padding: 10px 0;
    border-bottom: 2px solid #c3c3c3;
}

.special-title h2 {
    font-size: 26px;
    color: #333;
    padding: 0 0 0 10px;
    border-left: 2px solid #ed1d24;
    font-weight: normal;
}

.special-item {
    overflow: hidden;
    padding: 0 0 20px 0;
    border-bottom: 2px solid #c3c3c3;
    margin: 30px 0 0 0;
    clear: both;
}

.special-item h2 a {
    font-size: 24px;
    color: #000;
}

.special-item dt {
    width: 210px;
}

.special-item dt img {
    width: 210px;
    height: 140px;
    border-radius: 5px;
}

.special-item dl {
    margin: 20px 0 0 0;
}

.special-item dd {
    width: 350px;
}

.special-item dd p {
    font-size: 14px;
    color: #434343;
    line-height: 24px;
}

.special-item dd em {
    display: block;
    margin: 15px 0 0 0;
    font-size: 14px;
    color: #434343;
}

.special-right {
    width: 400px;
}

.special-pic-item {
    width: 400px;
    height: 300px;
    margin: 30px 0 0 0;
    position: relative;
}

.special-pic-item img {
    width: 400px;
    height: 300px;
}

.special-pic-item h2 {
    font-weight: normal;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    color: #FFF;
    text-indent: 1rem;
    line-height: 40px;
}

.special-pic-item h2 a {
    font-size: 16px;
    color: #fff;
}