
.subject-title {
    padding:24px 0 5px;
    border-bottom:#f8f8f8 solid 2px;
}
.subject-list {
    margin: 10px 0 0 11px;
    padding-bottom:20px;
}
.subject-list li {
    float:left;
    display: inline;
    width:228px;
    height:244px;
    overflow:hidden;
    background:url("../images/subject-icon.png") no-repeat 0 223px;
    margin:15px 9px 0 0;
}
.subject-list img {
    width:226px;
    height:135px;
    border:#e5e5e5 solid 1px;
    border-bottom:none;
    display:block;
}
.subject-list-info {
    height:62px;
    border-left:#e6e6e6 solid 1px;
    border-right:#e6e6e6 solid 1px;
    background:#e9e9e9;
}
.subject-list-info-title, .subject-list-info-con {
    display:block;
    overflow: hidden;
    padding:0 10px;
}
.subject-list-info-title {
    font-size:16px;
    font-weight: bold;
    color:#0d5784;
    height:18px;
    line-height:18px;
    padding-top:5px;
}
.subject-list-info-con {
    line-height:17px;
    color:#767676;
    height:35px;
    margin-top:3px;
}
.subject-list-date {
    background: #8cd1fa;
    border-top:#acdaf2 solid 1px;
    height:24px;
    line-height: 24px;
    overflow: hidden;
}
.subject-list-date span {
    background-image:url("../images/subject-icon.png");
    width:11px;
    height:11px;
    float:left;
    margin:8px 0 0 10px;
    background-position: -19px -21px;
    overflow: hidden;
}
.subject-list-date-type, .subject-list-date-con, .subject-list-date-type:hover, .subject-list-date-con:hover {
    color:#FFF;
}
.subject-list-date-type {
    float: left;
    font-weight:bold;
    margin-left:7px;
}
.subject-list-date-con {
    float: right;
    margin-right:7px;
}
.sublist-list-activity .subject-list-date {
    background:#ff9d02;
    border-top:#f8b856 solid 1px;
}
.sublist-list-activity .subject-list-date span {
    background-position: 0 -21px;
    width:19px;
    height:14px;
    margin:4px 0 0 11px;
}

.subject-banner {
    margin-top: 35px;
    height:304px;
    background: url("../images/stereo-carousel-ctn-bg.png") repeat-x left bottom;
}
.stereo-ctn {
    width:954px;
    margin:0 auto;
}
.stereo {
    position: relative;
    height:304px;
}
.stereo-list {
    position:absolute;
    width:372px;
    height:174px;
    padding:1px;
    left:0;
    top:53px;
    z-index:100;
    -moz-box-shadow: 0 0 15px #1c1c1c;
    -webkit-box-shadow: 0 0 15px #1c1c1c;
    -o-box-shadow: 0 0 15px #1c1c1c;
    box-shadow: 0 0 15px #1c1c1c;
}
.stereo-list img {
    width:100%;
    height:100%;
    display: block;
}
.stereo-list-current {
    width:523px;
    height:245px;
    top:0;
    left:219px;
    z-index:105;
    background:#dfdbdb;
}
.stereo-list-left {
    left:0;
    background:#dfdbdb;
}
.stereo-list-right {
    left:580px;
    background:#dfdbdb;
}
.stereo-carousel-mask {
    width:100%;
    height:100%;
    background:#000;
    position: absolute;
    left:0;
    top:0;
    filter:alpha(opacity=40);
    opacity:0.4;
}
.stereo-list-current .stereo-carousel-mask {
    display: none;
}
.stereo-num {
    position: absolute;
    top:280px;
    left:453px;
}
.stereo-num li {
    float:left;
    display:inline;
    margin-right:10px;
    width:10px;
    height:10px;
    background:#6a6a6a;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border:#525252 solid 1px;
    background: #818181;
    background:-moz-linear-gradient(#818181,#3a3a3a);
    background:-webkit-gradient(linear,left top,left bottom,from(#818181),to(#3a3a3a));
    background:-webkit-linear-gradient(#818181,#3a3a3a);
    background:-o-linear-gradient(#818181,#3a3a3a);
    background:-ms-linear-gradient(#818181,#3a3a3a);
    background:linear-gradient(#818181,#3a3a3a);
}
.stereo-num li.stereo-num-current {
    background: #ffa000;
}
.stereo-control-left, .stereo-control-right {
    position: absolute;
    background-image:url("../images/subject-icon.png");
    width:45px;
    height:45px;
    top: 144px;
    z-index:110;
    width:74px;
    height:69px;
    filter:alpha(opacity=70);
    opacity: 0.7;
}
.stereo-control-left {
    left:167px;
    background-position: -30px -21px;
}
.stereo-control-right {
    left:722px;
    background-position: -104px -21px;
}