﻿
.special-topic {
    background: #e7e7e7;}

.special-topic .content {
    padding-top: 30px;
    padding-bottom: 50px;
    margin: 0 auto;}

.special-topic .topic-left span {
     float: left;
     width: 100%;
     text-align: center;
     line-height: 46px;
     font-weight: bolder;
     font-size: 36px;
     color: #985f0d;
     position: relative;
     left: 29px;
 }

.special-topic1 .topic-left1 span {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 76px;
    font-weight: bolder;
    font-size: 36px;
    color: #985f0d;
    position: relative;
    background: #FFFFFF;
}

.special-topic .topic-left span {
    margin: 0 -23px;
    }

.special-topic .topic-right {
    float: right;}

.special-topic .topic-right a span {
    color: #042376;
    font-weight: bold;}

.special-topic .topic-right a {
    padding-right: 5px;
    color: #9e9d9d;
    font-size: 0.75em;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;}

.special-topic .topic-right a:hover {
    transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -webkit-transform: translateX(5px);}

.special-topic-img {
    width: 100%;
    margin-top: 30px;
    position: relative;
}

.special-topic-img wrap li {
    width: 12%;
    float: left;
    position: relative;
    overflow: hidden;
    left: 25.5%;
    margin:1px;
}

.special-topic-img wrap li a {
    display: block;}


.special-topic-img wrap li img {
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    width: 100%;

}

.special-topic-img wrap li:hover div {
    opacity: 0;
    filter: alpha(opacity=0);}

.special-topic-img wrap li:hover img {
    transform: scale(1.2);}

.special-topic-img wrap li div {
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;}

.special-topic-text {
    color: #fff;

}

.special-topic-text p {
    position: absolute;
    left: auto;
    top: 27%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-45%, -50%);
    text-align: center;
    width: 100%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFFFFF;
    font-size: 20px;
}